* {
	--umb-block-grid--areas-column-gap: 10px;
}
/*Fonts*/
@font-face {
	font-family: 'nexa_boldregular';
	src: local('nexa boldregular'),	
		url('/css/fonts/nexa_bold-webfont.eot') format('embedded-opentype'), 
		url('/css/fonts/nexa_bold-webfont.woff') format('woff'), 
		url('/css/fonts/nexa_bold-webfont.ttf') format('truetype'), 
		url('/css/fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.umb-block-grid__layout-container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
	grid-auto-flow: row;
	grid-auto-rows: minmax(50px, min-content);
	column-gap: var(--umb-block-grid--column-gap, 0);
	row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
	position: relative;
	/* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
	grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
	grid-row: span var(--umb-block-grid--item-row-span, 1);
}


.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
	grid-auto-flow: row;
	grid-auto-rows: minmax(50px, min-content);
	column-gap: var(--umb-block-grid--areas-column-gap, 0);
	row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
	grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
	grid-row: span var(--umb-block-grid--area-row-span, 1);
}

@media (min-width:1024px) {
	.umb-block-grid__layout-item {
		grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
	}

	.umb-block-grid__area {
		grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
	}
}
/*Common Css Used*/
* {
	margin: 0;
	padding: 0;
	font-size-adjust:none;
		-moz-font-size-adjust:none;
			-webkit-font-size-adjust:none;
				-ms-font-size-adjust:none;
					-o-font-size-adjust:none;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
}
*:after, *:before {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
}
*:focus-visible {
	outline-offset:3px !important;
}
	*:focus-visible:not(:active) {
		box-shadow: 0px 0px 0px 3px #CCC;
	}

.scroll-pane a:focus-visible:before {
	border: 2px solid #FFF;
}

::selection {
	color: #fff;
	background-color: #303644;
}
::-moz-selection {
	color:#fff;
	background-color:#303644;
}
h1,h2,h3,h4,h5,h6 {
    font-family:nexa_boldregular;
	text-align:center;
}
h5, h6 {
	font-family: nexa_boldregular;
}
    ul, ol, li {
        list-style-type: none;
        margin: 0;
    }
ul.list, ol.list, ul.list li {
    list-style-type: initial;
    margin: 10px;
    line-height: 20px;
}
a {
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
	a:hover {
		text-decoration: underline 1px solid;
		text-underline-offset: 3px;
	}


/**/
.bg_blue {
	background-color: #0F7499;
	color: #FFF;
}
header {
	padding: 0;
	z-index:999;
}
img, .block {
	display: block;
	max-width:100%;
}
.aboutus_top img {
	display:inline-block;
}
.language_section {
	background: url(../images/textures/kindajean.webp) fixed repeat;
	text-align: right;
	padding: 2px 0 6px;
}
.language_section div {
	position:relative;
}
.language_section a {
	margin: 0 1.5px;
	display: inline-block;
	vertical-align: middle;
}
.language_section a img {
	display: block;
}
.language_section a.help_link:hover {
	background-position: 2px -21px;
	color: #ff0000;
}
.divider {
    display: block;
    width: 100%;
    clear: both;
    font-size: 1px;
    margin: 40px 0;
    height: 1px;
    border-bottom: dotted 1px #000;
}
.servicesoption {
    padding-bottom: 20px;
}
.header_inner {
	padding: 10px 0;
	position: relative;
}
.clicktochat {
	float: right;
	background: #507025;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 0 -1px 0 #354a18;
	box-shadow: 0 -3px 0 0 #354a18 inset;
	-moz-box-shadow: 0 -3px 0 0 #354a18 inset;
	-webkit-box-shadow: 0 -3px 0 0 #354a18 inset;
	line-height: 1;
	padding: 11px 20px 11px;
}

	.clicktochat.offline {
		background: #117ea5;
		text-shadow: 0 -1px 0 #0a4960;
		box-shadow: 0 -3px 0 0 #0a4960 inset;
		-moz-box-shadow: 0 -3px 0 0 #0a4960 inset;
		-webkit-box-shadow: 0 -3px 0 0 #0a4960 inset;
	}
	.clicktochat:hover {
		color: #ffffff;
		box-shadow: 0 -5px 0 0 #2e4015 inset;
		-moz-box-shadow: 0 -5px 0 0 #2e4015 inset;
		-webkit-box-shadow: 0 -5px 0 0 #2e4015 inset;
		text-decoration: none;
	}
	.clicktochat.offline:hover {
		color: #ffffff;
		box-shadow: 0 -5px 0 0 #0a4960 inset;
		-moz-box-shadow: 0 -5px 0 0 #0a4960 inset;
		-webkit-box-shadow: 0 -5px 0 0 #0a4960 inset;
		text-decoration: none;
	}
	.clicktochat:active {
		box-shadow: 0 0 0 0 #2e4015 inset;
		-moz-box-shadow: 0 0 0 0 #2e4015 inset;
		-webkit-box-shadow: 0 0 0 0 #2e4015 inset;
		text-decoration: none;
	}
	.clicktochat.offline:active {
		box-shadow: 0 0 0 0 #0a4960 inset;
		-moz-box-shadow: 0 0 0 0 #0a4960 inset;
		-webkit-box-shadow: 0 0 0 0 #0a4960 inset;
		text-decoration: none;
	}
.banner_section {
	background: no-repeat center bottom #FFF;
	padding-bottom: 65px;
	background-size: contain;
}
.bannertopicon {
    min-height:40px;
	background: url(../images/arrow_line.png) no-repeat center 10px;
}
.homepage_heading {
	margin-bottom: 13px;
    font-size:50px;
	line-height:60px;
    font-family:nexa_boldregular;
}
.bannertoptext p {
    max-width:700px;
}
.banner_slider {
    background-size: contain;
    max-width: 914px;
	width:100%;
    margin: 30px auto 0;
}
.banner_slider_full {
	background-size: contain;
	max-width: 100%;
	width: 100%;
	margin: 30px auto 0;
}
	.banner_slider_full .item, .banner_slider_full .item img {
		max-width: 100%;
		width: 100%;
	}
.banner_slider_top {
	background: url(../images/computer_screen_top.png) no-repeat center center;
	height:29px;
}
.banner_slider_middle {
	background: url(../images/computer_screen_middle.png) repeat-y center center;
}
.banner_slider_bottom {
	background: url(../images/computer_screen_bottom.png) no-repeat center center;
	height:64px;
	background-position: center 0 1px;
}
.welcome {
	background: url(../images/homepage_color_border.webp) no-repeat center top  rgba(255, 255, 255, 1);
	padding: 8px 0;
}
.services {
	padding: 55px 0 35px;
}
.latestthemesouter {
	background: #434a59;
}
.latestthemesleft {
	width: 33%;
	float: left;
	background: #303644;
	box-shadow: -1px 0 0 0 #4f5460 inset;
	padding-right: 30px;
}
.latestthemesright {
	width: 67%;
	float: right;
	min-height: 50px;
	overflow: hidden;
}
header.latestthemes {
	float: right;
	width: 279px;
	text-align: left;
	color: #ffffff;
	padding: 50px 0 30px;
}
.latestthemesouter h2 {
	color: #ffffff;
	margin-top: 0;
	line-height: 50px;
}
.latestthemes p {
	line-height: 24px;
	color:#FFF;
}
.latestthemes .clicktochat {
	float: left;
	margin: 10px 0 0;
}
.informationsec {
	padding-bottom: 15px;
}
.informationsec .homepage_heading {
	margin-bottom: 100px;
	margin-top: 82px;
}
.informationSection figure * {
    cursor:pointer;
}

.infobox {
	padding: 0 60px;
	margin-bottom: 78px;
	text-align:center;
}
.infobox h4 {
	color: #434a59;
	font-size: 20px;
}
.infobox p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.figureimage {
	margin-bottom: 20px;
}
.slider {
	margin: 75px 0 0;
}
.scroll-pane {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.scroll-content {
	white-space: nowrap;
	float: left;
	list-style-type: none;
	margin: 0 0 68px;
	padding: 0 30px;
}
.scroll-content li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	box-shadow: 0 0 28px 0 rgba(0,0,0,0.57);
	position: relative;
	vertical-align: top;
}
.scroll-content li:last-child {
	margin: 0;
}
.scroll-bar-wrap {
	clear: left;
	background-color: #222;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.scroll-bar-wrap .ui-slider {
	background: none;
	border: 0;
	height: 30px;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
	position: absolute;
	top: 0px;
	bottom: 0;
	z-index: 2;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #199cee;
}
.ui-state-default {
	background: url("slider.png") repeat-x scroll 50% 50% #222222;
}
.ui-state-hover, .ui-state-focus {
	background: url("slider-hover.png") 50% 50% repeat-x;
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
	background: url("ui-icons_cccccc_256x240.png") 0 -224px no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.scroll-content li .hoveroverlay {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 2;
	transition: opacity 0.4s;
    cursor:pointer;
}
.scroll-content li .arrow_link {
	height: 140px;
	width: 140px;
	left: 120%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	z-index: 3;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.scroll-content li:hover .hoveroverlay, .scroll-content li:focus-within .hoveroverlay {
	opacity: 1;
}
.scroll-content li:hover .arrow_link, .scroll-content li:focus-within .arrow_link {
	left: 50%;
}
.scroll-content li .arrow_link:hover, .scroll-content li:focus-within .arrow_link:focus-visible {
	opacity: 0.8;
}
.scroll-content li .arrow_link:active {
	transform: scale(0.9);
}
.footer_top {
	background: #eaeaea;
	padding: 5px 0;
	display: none;
}
.footer_bottom {
	background: #333333;
}
.footerbottom_top {
	padding: 45px 10px 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.footer_nav {
	margin-right:auto;
}
.footerbottom_top h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff !important;
	line-height: 24px;
}
.footerbottom_top h4 span, .footerbottom_top h2 span {
	display: block;
}

.footerbottom_top a, .footerbottom_top {
	font-size: 16px;
	line-height:28px;
	color: #ffffff;
}
.footerbottom_top p {
	font-size: 16px;
	color: #ffffff;
}
.footerbottom_bottom {
	border-top: 1px solid #efefef;
	padding: 10px 0;
}
.newsletterform input[type="email"] {
	color: #707173;
	font-size:13px;
	background: #ffffff;
	border-radius: 3px;
		-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
	box-shadow: 0 -3px 0 0 #c4c4c4 inset;
		-moz-box-shadow: 0 -3px 0 0 #c4c4c4 inset;
			-webkit-box-shadow: 0 -3px 0 0 #c4c4c4 inset;
	border: none;
	height: 40px;
	line-height: 40px;
	padding: 10px 12px;
	width: 158px;
	margin-right: 9px;
	float: left;
}
.newsletterform input[type="submit"] {
	background: url(../images/send_bttnbg.png) no-repeat center center #0F7499;
	box-shadow: 0 -3px 0 0 #3894b5 inset;
	-moz-box-shadow: 0 -3px 0 0 #3894b5 inset;
	-webkit-box-shadow: 0 -3px 0 0 #3894b5 inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 0;
	height: 40px;
	width: 43px;
	float: left;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.newsletterform input[type="submit"]:hover {
	background: url(../images/send_bttnbg.png) no-repeat center center  #3894b5;
}
.footerbottom_bottom {
	font-size: 14px;
	color: #efefef;
}
.legal {
	color: #11a2ef;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #5f5e5e;
	line-height: 1;
}
.legal:hover {
	color: #ffffff;
}
.copy_right {
	margin-top: 10px;
	float: left;
}

/*Service Specific*/
.ssbody_top_mr{
	background:url("../images/body_top_border.png") no-repeat center bottom;
	padding-bottom: 14px;
}
.ssbody_head{
	font-size: 25px;
	color: #434a59;
	margin: 26px 0 37px;
}
.ssbody_left_mr{
	
}
.specializations_row{
	
}

.specializations_row h3{
	color:#434a59;
	margin:30px 0 10px;
}
.specializations_row:first-child h4{
	margin:0 0 10px;
}
.specializations_row h4{
	color:#434a59;
	margin:0 0 13px;
	font-size: 20px;
}
.specializations_row p{
	font-size: 15px;
	line-height: 25px;
}
.ssbody_botm_mr{
	padding:50px 0 0;
}

.specializations_row ul{
	list-style: none;
	padding-left:3px;
    margin-bottom: 25px;
}
.specializations_row ul li{
	background:url(../images/list-style_mr.png) no-repeat left 8px;
	padding-left:20px;
	font-size: 14px;
	line-height:25px;
	padding-bottom:4px;
}
.specializations_row ul li:last-child{
	padding-bottom:0px;
}
.item_inner{
	background: #ffffff;
	padding: 16px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
		border-radius: 3px;
}
.version_txt {
    color: #354a18;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px;
}
.item .version_txt{
	font-size: 12px;
	color: #354a18;
	margin:15px 0 0;
}
.version_txt span{
	color: #000;
	padding-left: 5px;
}
/*right part*/
.ssbody_right_mr{
	
}
.ssbody_right_mr ul{
	list-style: none;
	padding-right: 55px;
}
.ssbody_right_mr ul li{
	border-bottom: 1px solid #dadada;
}
.ssbody_right_mr ul li:last-child{
	border-bottom: 0;
}
.ssbody_right_mr ul li a{
	color: #707070;
	font-size: 13px;
	display:block;
	font-weight: 600;
	padding: 12px 0 12px;
}
.ssbody_right_mr ul li.active a, .ssbody_right_mr ul li:hover a{
	color: #000;
}
.ssbody_right_mr ul li span{
	/*float: left;*/
	vertical-align: top;
	display: inline-block;
}
.webdesin_icon {
    padding-right:8px;
	width: 30px;
}
.webdesin_txt{
	font-size: 13px;
	line-height: 19px;
	width: 130px;
}
.below_slider{
	margin:65px 0 0;
}
.orange_circle{
	background-color: #f29400;
	background-repeat: no-repeat;
	background-position: center center;
	width: 138px;
	height: 138px;
	border-radius: 50%;
	margin: 0 auto;
}

.programming{
	background-image: url(../images/page_icon02.png);
}
.marketing{
	background-image: url(../images/page_icon03.png);
}
.continual{
	background-image: url(../images/page_icon04.png);
}
/************detail page added on 13.02.2014**********************/
.innerpagecontent{
	padding: 25px 0 20px;
	background: #f2f2f2;
}
.like_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.like_list li{
	display: block;
	background: url(../images/sprite_img.png) no-repeat  left 4px ;
	font-size:13px;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dadada;
	font-weight: 300;
}
.like_list li a{
	color: #707070;
	padding: 0 0 0  28px;
	display: inline-block;
}
.like_list li:nth-child(2) {
	background-position: left -47px;
}
.like_list li:nth-child(3) {
	background-position: left -107px;
}
.templte_pr{
	font-size: 13px;
	color: #717171;
	font-weight: 300;
	margin: 0 0px 5px;
}
.sek_pr{
	font-size: 13px;
	color: #717171;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	display: inline-block;
}
.template_price{
	background: url(../images/sprite_img.png) no-repeat  left -230px ;
	padding: 0 0 0 28px;
}
.contct_me_butn a{
	background: #f29400;
	color: #fff;
	font-size: 20px;
	display: block;
	border-radius: 5px;
	box-shadow: 0  -2px 0  #ba7200 inset;
	padding: 15px 20% 20px;
	text-align: center;
}
.contct_me_butn a:hover{
	box-shadow: 0  -4px 0  #ba7200 inset;
}
.contct_me_butn{
	margin-top: 35px;
}
#modalOrderBackground {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#CCC;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    z-index:999;
    overflow: auto;
}
#modalOrderForm {
    position:fixed;
    top:50px;
    left:calc(50% - 550px);
    width:1100px;
    z-index:1000;
}

.orderformbox {
	background: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	padding: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.orderrow {
    width:46%;
    margin:0px 2% 15px 2%;
    float:left;
}

.orderrowFull {
	margin:0px 2% 15px 2%;
    width:96%;
    float:left;
    clear:both;
}

.orderrowFull > textarea {
	margin:0px 2% 15px 2%;
    width:calc(96% - 250px);
    height:90px;
    min-height:90px;
    float:left;
    clear:both;
}
.orderrowFull span {
	clear:both;
}
.orderrowFull span > * {
	float:left;
    margin:0px;
}
.orderrowFull span > label {
	margin-left:10px;
}
#orderFormImage {
    position:absolute;
    right:40px;
    bottom:0px;
}

.tab_nav ul li{
	float:left;
	margin-right: 8px;
}
.tab_nav ul li a{
	color: #7f7f7f;
	padding: 12px 20px 10px 20px;
	display: block;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	/*border-top: 1px solid #f2f2f2;
	border-bottom:1px solid #0E0E0E;*/
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	min-width:150px;
	text-align: center;
	border-top: 1px solid transparent;
}
.tab_nav ul li a:hover{
	color: #252525;
	border-left: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;	
	border-bottom:1px solid #f2f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.tab_nav ul li a.activeLink{
	color: #252525;
	border-left: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;	
	border-bottom:1px solid #f2f2f2;
}
.tab_nav{
	padding: 0 0 0 20px;
}
.tab_content{
	border-top:1px solid #000000;
	margin-top: -1px;
	padding: 20px 0 0 0;
}
.large_imge_part{
    position:relative;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.large_imge_part img{
	max-width: 100%;
    border-radius:5px;
}
/***Peter changes start - image slider 140713****/
.large_imge_part > div {
    position:absolute;
    width:50%;
    top:0px;
    bottom:0px;
    float:left;

    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.img_nav_next {
    right:0px;
}
.img_nav_previous {
    left:0px;
}
.large_imge_part > div.img_nav_previous:hover {
    background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(242,242,242,0.04) 43%, rgba(242,242,242,0) 45%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,1)), color-stop(43%,rgba(242,242,242,0.04)), color-stop(45%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0.04) 43%,rgba(242,242,242,0) 45%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0.04) 43%,rgba(242,242,242,0) 45%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(242,242,242,0.04) 43%,rgba(242,242,242,0) 45%); /* IE10+ */
    background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(242,242,242,0.04) 43%,rgba(242,242,242,0) 45%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 ); /* IE6-9 */

    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.large_imge_part > div.img_nav_next:hover {
    background: -moz-linear-gradient(left,  rgba(242,242,242,0) 55%, rgba(242,242,242,0.04) 57%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(242,242,242,0)), color-stop(57%,rgba(242,242,242,0.04)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 55%,rgba(242,242,242,0.04) 57%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(242,242,242,0) 55%,rgba(242,242,242,0.04) 57%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(242,242,242,0) 55%,rgba(242,242,242,0.04) 57%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(242,242,242,0) 55%,rgba(242,242,242,0.04) 57%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */

    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.icon_prev {
    background: url(../images/navigate_left.png) center left no-repeat;
    position:absolute;
    top:48%;
    left:20px;
    width:48px;
    height:48px;
}

.icon_next {
    background: url(../images/navigate_right.png) center left no-repeat;
    position:absolute;
    top:48%;
    right:20px;
    width:48px;
    height:48px;
}

/***Peter changes end - image slider 140713****/
.slider_thumb{
	padding: 20px 0 0 0;
	
}
.slider_thumb ul li{
	display: inline-block;
	background: #fff;
	padding: 6px;
	border-radius: 3px;
	margin: 0 0 0 23px ;
	box-shadow: 0 0 6px #E4E4E4;
}
.slider_thumb ul li:first-child{
	margin: 0 0 0 0px ;
}
.menu_like_list {
    padding-top: 66px;
}
.vw_full_scrn_but{
	background: #000;
	padding: 4px 12px 9px;
}
.vw_full_scrn_but span{
	font-weight: 600;
	font-size: 13px;
	color: #717171;
	margin: 1px 0 0 4px;
}
/*****/
.slider2 .scroll-content{
	padding: 0;
}
.slider2  .scroll-bar-wrap{
	background: #c2c2c2;
	border-radius: 15px;
}
.slider2 .scroll-bar-wrap .ui-slider{
	height: 14px;
}
.slider2  .scroll-bar-wrap .ui-slider-handle{
	background: #747474;
	border-radius: 10px;
}
.slider2 .scroll-content{
	margin-bottom: 20px;
}
.inner_page_cption_part {
	background: url(../images/homepage_color_border.webp) no-repeat center top #303644;
}
.inner_page_cption_part .container {
    padding: 12px 0;
}
.inner_page_cption_part h1{
	text-align: center;
	color: #fff;
	font-size: 30px;
}
/**14.02.2014*/
#cont-2-1 .slider_thumb ul li:first-child{
	margin: 10px 0 0 0px;
}
#cont-2-1 .slider_thumb ul li{
	margin: 10px 0 0 23px;
	float: none;
	display: block;
}
#cont-2-1 .slider_thumb ul{
	text-align: center;
}
/*Template Page*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.templates {
	border-bottom: 1px solid #fefefe;
	box-shadow: 0 1px 0 0 #DEDDDD;
	-moz-box-shadow: 0 1px 0 0 #DEDDDD;
	-webkit-box-shadow: 0 1px 0 0 #DEDDDD;
	padding: 15px 0;
}
.templates a {
	color: #303644;
	font-size: 14px;
	margin-left: 20px;
}
.templates a:first-child {
	margin-left: 0;
}
.templates a.current {
    font-weight:bold;
	color: #000;
}
.templatesContainer {
	margin-top: 22px;
}
.template-item-img a > img {
	width: 100%;
}
.template-item {
	margin-bottom: 20px;
    min-height:225px;
}
.template-item:hover{
    z-index:9999;
}
.template-item-inner {
	background: #ffffff;
	padding: 15px 15px 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.09);
	margin:0 20px;
}
.favoritebox {
	text-align: right;
	padding-top: 5px;
}
.favoritebox > span {
	margin-left: 12px;
}
.favoritebox > span > a {
	vertical-align: middle;
	font-size: 13px;
	color: #8b8b8b;
	font-weight: 400;
}
.favoritebox > span > a:hover {
	color: #000000;
}
.favoritebox > span > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.viewmoreouter {
	padding: 10px 0;
	text-align: left;
}
.viewmore {
	background: url(../images/icon_viewmore.png) no-repeat center right;
	padding-right: 25px;
	font-size: 11px;
	color: #6f9040;
}
.viewmore:hover {
	color: #000000;
}
.loadingsection {
	padding: 40px 0 0;
	text-align: center;
    clear:both;
}

.clients_content > div > div {
	background: #ffffff;
    display:inline-block;
    margin:15px 0;
}
.clients_content div.template-item-inner {
	margin-bottom:5px;
}
.clients_content > div > div:first-child {
	margin-top:35px;
}
.clients_content > div > div:last-child {
	margin-bottom:35px;
}
/*about_us page*/
.aboutus_content {
	background: #ffffff;
}
.aboutus_top{
	margin: 0 auto;
	padding:18px 0 50px;
}
.aboutus_top p{
	margin-bottom:17px;
	line-height: 20px;
}
 /*mid section*/
.aboutus_mid {
	background: #0F7499;
	color: #fff;
	padding: 30px 15px 0;
	min-height: 600px;
}
.aboutus_mid h2{
	color: #FFFFFF;
    font-size: 40px;
    line-height: 15px;
    margin: 0;
    padding:0 0 27px;
}
.aboutus_mid h3{
	font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 20px;
    color:#FFF;
}
.aboutus_mid p{
	font-size:14px;
	line-height:20px;
	margin-bottom:30px;
	font-weight: 600;
}
.aboutus_mid ul{
	list-style: none;
	margin-bottom: 30px;
}
.aboutus_mid ul li{
	background:url(/images/list_style_checked.png) no-repeat left 7px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
}
.mid_leftmr{
	position: absolute;
	bottom: 0;
}
.mid_rightmr{
	float:right;
	padding-left: 100px;
}
.core_image{
	display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 /*bottom section*/
.aboutus_bottom{
	padding:65px 0 65px;
}
.bottom_leftmr{
	margin-top: 0px;
}
.bottom_rightmr {
	margin-right: 10%;
}
.aboutus_bottom h2{
	font-size: 45px;
	line-height: 1;
	margin-bottom: 25px;
}

.aboutus_bottom p{
	  margin-bottom: 13px;
	  font-size: 14px;
	  line-height: 20px;
}
.aboutus_bottom p span{
	font-weight: 600;
	color: #4a4a4a;
}
/*Service Main Page*/
.servivceblock {
	padding: 10px 0;
}
.servivceblock div {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.more_btn {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	background: #707173;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1;
	padding: 6px 28px 8px;
	box-shadow: 0 -3px 0 0 #565758 inset;
	-moz-box-shadow: 0 -3px 0 0 #565758 inset;
	-webkit-box-shadow: 0 -3px 0 0 #565758 inset;
	display: inline-block;
	text-decoration: none;
}
.more_btn:hover {
	box-shadow: 0 -5px 0 0 #565758 inset;
	-moz-box-shadow: 0 -5px 0 0 #565758 inset;
	-webkit-box-shadow: 0 -5px 0 0 #565758 inset;
	text-decoration:none;
}
	.more_btn:active {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		text-decoration: none;
	}
	.more_btn:focus-visible {
		outline:4px solid #000;
	}
.circle{
	background-repeat: no-repeat;
	background-position: center center;
	width: 138px;
	height: 138px;
	border-radius: 50%;
	margin: 0 auto;
}
.orange {
	background-color: #f29400;
}
.green {
	background-color: #7c9d4e;
}
.blue {
	background-color: #006699;
}
.darkgreen {
	background-color: #009036; 
}
.winered {
    background-color:#FF0040;
}
.cyan {
	background-color: #0F7499;
}
.icon_bulb{
	background-image: url(../images/icon_bulb.png);
}
.icon_edit{
	background-image: url(../images/icon_edit.png);
}
.servicesoption {
	margin: 10px 0;
}
.servicesoption h5 {
	color: #808080;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.servivceblock h4 {
	color: #434a59;
	margin-top: 20px;
}
.continual_service_outer {
	background: #f2f2f2;
	padding: 40px 0 50px;
}
.servicehead {
	color: #434a59;
	font-size: 25px;
	border-bottom: 1px solid #d5d4d4;
	position: relative;
	padding-bottom: 18px;
	background: #f2f2f2;
	margin-bottom: 60px;
}
.servicehead:after, .servicehead:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.servicehead:after {
	border-color: rgba(242, 242, 242, 0);
	border-top-color: #f2f2f2;
	border-width: 13px;
	margin-left: -13px;
}
.servicehead:before {
	border-color: rgba(213, 212, 212, 0);
	border-top-color: #d5d4d4;
	border-width: 14px;
	margin-left: -14px;
}
.whiteglobe{
	background-image: url(../images/white_globe.png);
}
.servicerow {
	margin-bottom: 60px;
}
.servicerow h4 {
	color: #434a59;
	margin-top: 17px;
}
.servicerow p {
	font-size: 15px;
}
/*Contact Us Page*/
.contactouter {
	
}
.contactformbox {
	background: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.09);
	padding: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:30px;
	position:relative;
	padding-top:70px;
}
.contactformbox legend {
	top: 15px;
	width:95%;
	position:absolute;
	border-bottom:0;
}
.contactrow {
	margin-bottom: 15px;
}
.contactouter h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
}
.contactsetailsbox {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding-bottom: 35px;
	background: url(../images/contact_box_shadow.png) no-repeat bottom center;
}
.contactsetailsbox > div {
	border-top: 1px solid #dadada;
	padding: 12px 0;	
}
.contactsetailsbox > div:first-child {
	border: none;
}
.contactsetailsbox span {
	font-weight: 600;
	width: 70px;
	display: inline-block;
	float: left;
}
.contactsetailsbox span + span {
	font-weight: 300;
	width: 180px;
}
.contactsetailsbox a {
	color: #333;
}
.contactsetailsbox > div > img {
	margin-right: 10px;
	float: left;
}
.servicelinkbox > ul > li {
	border-top: 1px solid #dadada;
	padding: 11px 0;
}
.servicelinkbox > ul > li:first-child {
	border: none;
}
.servicelinkbox > ul > li > a {
	color: 333;
	font-weight: 600;
	font-size: 14px;
}

.graphic_service {
	background: url(../images/icon_service_link.png) no-repeat 11px 11px #f29400;
}
.program_service {
	background: url(../images/icon_service_link.png) no-repeat 11px -57px #eb4c5e;
}
.marketing_service {
	background: url(../images/icon_service_link.png) no-repeat 11px -125px #7c9d4e;
}
.continual_service {
	background: url(../images/icon_service_link.png) no-repeat 11px -193px #786854;
}
.servicelinkbox > ul > li > a:hover {
	color: #000000;
}
.servicelinkbox > ul > li > a:hover .samllcircle {
	background-color: #303644;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset;
		-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset;
			-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.5) inset;
}

/*Added on 14-03-2014*/

.scroll-pane {
	overflow: auto;
	width: 100%;
	float: left;
}
.scroll-content {
	width: 2430px;
	float: left;
}
.scroll-content-item {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	font-size: 3em;
	line-height: 96px;
	text-align: center;
}
.scroll-bar-wrap {
	clear: left;
	margin: 0 -1px -1px -1px;
}
.scroll-bar-wrap .ui-slider {
	background: none;
	border: 0;
	height: 2em;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
	/*top: .2em;
	height: 1.5em;*/
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
	display: none;
}
.ui-state-hover, .ui-state-focus {
	border: none;
	outline: none;
	outline: 0;
	box-shadow: none;
}
.ui-state-focus:focus {
	outline: none;
	outline: 0;
}

.slider2 .scroll-content {
	width: 1300px;
}

#phplive_widget {
    box-shadow: #333 3px 28px 22px !important;
    background: none !important;
    -webkit-box-sizing:initial;
    box-sizing:initial;
    padding:0px !important;
}

#phplive_widget > iframe {
    background: #FFF !important;
}

#phplive_widget_image {
    box-shadow:none;
    background:none !important;
    -webkit-box-sizing:initial;
    box-sizing:initial;
    padding:0px !important;
}
body > map {
    box-shadow:none !important;
}

#live_demo {
	font-family: 'nexa_boldregular';
	font-size: 19px;
	color: #fff;
	background: #0F7499;
	box-shadow: 0 -2px 0 #3894b5 inset;
	display: block;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 12px 20px;
	margin: 20px 0 0 0;
	float: left;
}

.template-item-inner{
	position: relative;
    box-shadow: 0 0 5px #b4b4b4;
    border-radius:5px;
}
.im_hober_part{
	background: none repeat scroll 0 0 #fff;
    position: absolute;
    top: 0;
    width: 220%;
    z-index: 9999;
    margin: -10px 0 0 -60%;
    left: 0;
    box-shadow: 0 0 5px #b4b4b4;
    border-radius:5px;
}
.im_hober_part figure{
	padding: 5px 5px;
    border-radius:5px;
}
figure a img {
    width: 100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ovrflw_noe{
	overflow: visible !important;
}
.tmpl_dt{
	position: relative;
	padding: 20px 16px 12px;
	margin:     0;
	background: #DEDEDE;
	border: 1px solid #B3B3B3;
}

.rsteo_dtl_outr{
	float: left;
	margin: 0 0 0 10px;
}

.spclicd{
	display: block;
	color: #5a4181;
	font-size: 13px;
	padding-top: 10px;
	line-height: 8px;
}
.pr_lft_sctn i{
	vertical-align: top;
	float: left;
}
.sp_n{
	font-size: 12px;
}
.vw_dmo{
	display: inline-block;
	background: #189FD6;
	color: #fff;
	font-size: 14px;
	padding: 6px 8px 6px;
}
.vw_dtel{
	display: inline-block;
	background: #E2001A;
	color: #fff;
	font-size: 14px;
	padding: 6px 8px 6px;
}
.btn_out{
	padding-bottom: 10px;
}
.im_hober_part{
	display: none;
}
.template-item-img:hover .im_hober_part {
	display: block;
}
.template-item {
    margin-bottom: 38px;
}
.viewdm{
	background: #F29400;
	color: #fff;
	display: inline-block;
    padding: 8px 10px;
    font-size: 11px;
}




.template-item-inner{
	padding:5px 5px 5px;
}
.btn_sctn{
	padding: 20px 15px 0;
}
a.info{
	margin-right: 10px;
}
a.info{
	background: #E2001A !important;
}
a.info:last-child{
	background: #009EE0 !important;
}
	a.info:hover {
		background: #0F7499;
	}
.viewmoreouter{
	background: #dedede;
	padding: 20px 10px 10px;
	border: 1px solid #c3c3c3;
	position: relative;
}
.viewmore{
	background: #189FD6;
	color: #fff;
	display: inline-block;
    padding: 8px 10px;
}
.template-item-inner{
	border-radius: 5px 5px 0 0;
}
.tmpt_cp_nm{
	display: block;
    font-size: 13px;
    width: 64%;
    color: #000;
    padding: 5px 0 0 0px;
}
.prce_tmplt{
	position: absolute;
	top:0;
	background: #97BF0D;
	color: #fff;
	padding: 4px 15px 5px;
	right: 0;
	margin: -18px -10px 0 0;
}
.prce_tmplt span{
	position: relative;
}
.prce_tmplt span:before{
   border-bottom: 16px solid transparent;
    border-right: 14px solid #97bf0d;
    border-top: 16px solid transparent;
    content: "";
    height: 0;
    margin: -4px 0 0 -28px;
    position: absolute;
    width: 0;
}

.prce_tmplt span:after {
    border-left: 0 solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #86ae00;
    content: "";
    height: 0;
    margin: 0 -15px -12px 0;
    position: absolute;
    width: 0;
    right: 0;
    bottom: 0;
}

/*
	Testimonials start
*/
/* White */
/* Blue */
/* Blue */
/* Gray */
.testimonial:after,
.testimonial:before {
	display: block;
	content: "";
}

.testimonial:after {
	clear: both;
}

.testimonial {
	padding: 18px 0;
	display:inline-table;
}
.testimonial div.image {
	width:200px;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
	.testimonial div.image img {
		width: 200px;
		height: 200px;
	}
	.testimonial blockquote {
		display:table-cell;
		width:100%;
		float:left;
		padding:0 40px;
	}
	.testimonial blockquote p {
		font-size: 15px;
		line-height: 23px;
	}

blockquote {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -30px;
	position:relative;
}

	blockquote p {
		font-size: 21px;
	}

	blockquote:before {
			content: open-quote;
			font-weight: bold;
			font-size: 60px;
			color: #889c0b;
			top: -20px;
			position: absolute;
			left: -5px;
	}

	blockquote:after {
			content: close-quote;
			font-weight: bold;
			font-size: 1px;
			color: #889c0b;
			bottom: -30px;
			position: absolute;
			right: 20px;
			z-index:99999;
		}
			.bg_blue blockquote:before, .bg_blue blockquote:after {
				color: #FFF;
			}

	.testimonial .image {
		font-size: 18px;
		font-weight: 700;
		color: #323232;
		text-align: right;
		margin-top: -15px;
	}

.testimonial {
	color: #535353;
	height: 100%;
	margin:10px 0;
}

	.testimonial div.image .from {
		display:block;
		padding-top:10px;
		font-size: 15px;
		text-align:center;
		font-weight: 700;
		color: #535353;
	}
	.testimonial div.image .from .name {
		font-size: 18px;
		padding-bottom:3px;
	}

	.testimonial .avatar-img {
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin-right: 30px;
		height: 195px;
		width: 195px;
	}

.sidebar .testimonial {
	margin-top: 35px;
}

	.sidebar .testimonial:after,
	.sidebar .testimonial:before {
		display: block;
		content: "";
	}

	.sidebar .testimonial:after {
		clear: both;
	}

	.sidebar .testimonial:first-child {
		margin-top: 0;
	}

	.sidebar .testimonial .avatar-img {
		width: 100px;
		height: 100px;
		margin: 0;
	}

	.sidebar .testimonial blockquote p {
		font-size: 14px;
		line-height: 20px;
	}

	.sidebar .testimonial blockquote {
		margin-left: 120px;
		padding: 0;
	}

	.sidebar .testimonial footer {
		text-align: right;
		color: #0395e9;
		font-size: 14px;
		font-weight: 700;
		margin-top: -15px;
	}

@media (max-width: 767px) {
	.testimonial blockquote p {
		font-size: 13px;
		line-height: 19px;
	}

	.testimonial .image .from {
		font-size: 13px;
		margin-top: 0;
		padding-right: 20px;
	}
}


.sidebar-comment {
	margin-top: 35px;
}

	.sidebar-comment:after,
	.sidebar-comment:before {
		display: block;
		content: "";
	}

	.sidebar-comment:after {
		clear: both;
	}

	.sidebar-comment:first-child {
		margin-top: 0;
	}

	.sidebar-comment .avatar-img {
		width: 100px;
		height: 100px;
		margin: 0;
	}

	.sidebar-comment blockquote p {
		font-size: 14px;
		line-height: 20px;
	}

	.sidebar-comment blockquote {
		margin-left: 120px;
		padding: 0;
	}

	.sidebar-comment footer {
		text-align: right;
		color: #0395e9;
		font-size: 14px;
		font-weight: 700;
		margin-top: -15px;
	}

.sidebar {
	background: #f1f1f1;
	padding: 25px;
	margin: 10px;
}

.contact-form {
	margin-top: 45px;
}

	.contact-form > div {
		margin-bottom: 25px;
	}

.about-img {
	margin-bottom: 25px;
	margin-top: 10px;
}

.inner-container p {
	margin-bottom: 20px;
}

.sidebar-comment blockquote p:before {
	content: "“";
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 38px;
	left: auto;
	margin-left: -27px;
	position: absolute;
	top: 6px;
}

.testimonial {
	border-top: 1px solid #d5d5d5;
	padding: 18px 0;
}

	.testimonial:first-child {
		border: none;
	}

	.testimonial:after,
	.testimonial:before {
		display: block;
		content: "";
	}

	.testimonial:after {
		clear: both;
	}

	.testimonial blockquote p {
		font-size: 15px;
		line-height: 23px;
	}

	.testimonial .image {
		font-size: 18px;
		font-weight: 700;
		color: #323232;
		text-align: right;
		margin-top: -15px;
	}

blockquote p {
	font-size: 17px;
	line-height: 25px;
	color: #323232;
	position: relative;
}
.bg_blue blockquote p, .bg_blue .testimonial .image .from {
	color: #FFF;
	font-weight: 500;
}

.skipToMainContent {
	position:absolute;
	top:10px;
	left:10px;
	padding:20px 10px;
	background-color:#FFF;
	border:1px solid #000;
	font-weight:600;
	z-index:-1;
	opacity:0;
}
	.skipToMainContent:focus-visible {
		z-index:1;
		opacity:1;
	}
	/*
	Testimonials End
*/
	/*
	Slider Start
*/
	.carousel-indicators {
		color: #000;
		z-index: 999
	}
.carousel-indicators .active {
	background-color: #000;
}
.carousel-indicators li {
	border-color: #000;
}
/*
	Slider End
*/


/***added on 18.07.2014
.im_hober_part{
    width: 360px;margin: -10px 0 0 -50px;
}
.im_hober_part figure{
    text-align:center;
}
.im_hober_part figure img{
    width:100%;
}
.template-item-inner{
    z-index:2;
}
.prce_tmplt{
    z-index:3;
}
.isotope-item{
    z-index:0;
}***/


/* Submenu styles */
.menuItems {
	margin: 20px;
}

	.menuItems:not(:first-child) {
		margin: 0 20px;
	}

	.menuItems .title {
		font-size: 24px;
		color: #000;
		padding: 10px 0;
	}

	.menuItems div:not(.title):not(:first-child) {
		padding: 10px 0 10px 15px;
		border-top: 1px dotted #EEE;
		transition: 0.5s;
		cursor: pointer;
	}

		.menuItems div:not(.title):not(:first-child):hover {
			background-color: #DDD;
		}

			.menuItems div:not(.title):not(:first-child):hover a {
				color: #000;
			}

		.menuItems div:not(.title):not(:first-child) a {
			clear: both;
			color: #000;
			font-size: 16px;
		}

.umb-block-grid__layout-item:not(:first-child) .menuItems {
	margin: 0 20px;
}


.iconTextCard:hover {
	background: rgba(255,255,255,1);
}

.submenu .iconTextCard {
	background: none !important;
}
.navbar-nav li:not(.lng).hasSubmenu ::after {
	background-image: url("/images/arrow_down.png");
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background-size: 10px 12px;
	display: inline-block;
	content:'';
	background-repeat:no-repeat;
}

.navbar-nav li:not(.lng).hasSubmenu.open ::after {
	background-image: url("/images/arrow_up.png");
}

.submenu {
	display: none;
	position: absolute;
	width: 100%;
	background: url(../images/homepage_color_border.webp) no-repeat center top #fff;
	z-index: 999;
	border-top: 1px solid #aaa;
	left: 0;
	top: 100%;
	color: #000;
	border-bottom: 1px solid #000;
	box-shadow: 0 10px 18px #333;
	padding-top: 8px;
	border-top:none;
}

	.submenu .umb-block-grid__area:not(:last-child) {
		border-right: 1px solid #CCC;
	}

	.modal {
		background-color:#333;
		opacity:0.3;
		z-index:980;
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	header {
		z-index:1000;
	}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}


.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;

    width:auto;
    min-width:inherit;
   
    box-shadow:0 0 0;
    
    top:0 ;
    margin:0;
    font-size:12px;
    text-align:right;
    padding:5px;display:inline-block;
    background:#189FD6;
    color:#fff;border-radius:3px;
}
.ui-tooltip:after{
    width: 0; 
   height: 0; 
   border-bottom: 10px solid #189FD6; 
   border-left: 10px solid transparent; 
   border-right: 10px solid transparent; 
   content:"";
   position:absolute;
   top:0;
   margin:-5px 0 0;
   left:0;
   z-index:2;
}

.im_hober_part {
background: none repeat scroll 0 0 #fff;
position: absolute;
top: 0;
width: 110%;
z-index: 9999;
margin: -10px 0 0 -13px;
left: 0;
box-shadow: 0 0 5px #b4b4b4;
}
.noPadding {
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.noPaddingTop {
	margin-top:0px !important;
	padding-top:0px !important;
}
.noPaddingBottom {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.marginTop10 {
    margin-top: 10px;
}

.marginTop30, .marginTop {
    margin-top: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}
.marginMedium {
	margin: 20px 0;
}
.marginLarge {
	margin:50px 0;
}
.marginSmall {
	margin:10px 0;
}

.paddingMedium {
	padding: 20px 0;
}

.paddingLarge {
	padding: 50px 0;
}

.paddingSmall {
	padding: 10px 0;
}

.paddingBottom30, .paddingBottom {
    padding-bottom: 30px;
}
.paddingTop10 {
    padding-top:10px;
}
.paddingTop30, .paddingTop {
    padding-top: 30px;
}
.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom30, .paddingBottom {
    padding-bottom: 30px;
}
.padding30 {
	padding-top:30px;
	padding-bottom:30px;
}
.padding100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.paddingBottom100 {
	padding-bottom:100px;
}
.paddingTop100 {
	padding-top:100px;
}
.respimage {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.footer_nav h2 {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.footer_nav ul li {
	text-align: left;
	color:#FFF;
	font-size:14px;
}
.center {
	margin:0 auto;
	display:block;
}

#navbar .navbar-header, #navbar .language_menu, .navbar-toggle {
	display: none;
}

.bg-grey, .bg-gray { background-color: #EEE;}
.bg-blue {
	background-color: #0F7499;
	color: #FFF;
}
.bg-dark {
	background-color: #303644;
	color:#FFF;
}

/*Image in the middle code*/
.align-items-center {
	align-items: center !important;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.image-in-the-middle {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

	.image-in-the-middle .unit {
		display: flex;
		flex: 0 1 100%;
		margin-bottom: -10px;
	}
	.image-in-the-middle .unit-left, .image-in-the-middle .unit-right {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.image-in-the-middle > .unit > .unit-left {
		width: 35%;
	}

.box-icon-classic-svg,
.box-icon-classic-icon {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.box-icon-classic-icon {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #151515;
}
.unit-body {
	flex: 0 1 auto;
}

.unit > * {
	margin-bottom: 10px;
	margin-left: 10px;
}
.box-icon-classic-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
.text-spacing-0 {
	letter-spacing: 0;
}
.box-icon-classic-title {
	font-weight: 700;
	font-size: 24px;
}

	.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
		color: inherit;
	}

		.box-icon-classic-title a:hover {
			color: #0473db;
		}
* + .box-icon-classic-text {
	margin-top: 6px;
}

.owl-clients img {
	height:300px;
}
.latestthemesleft {
	height: 440px;
}
@media (min-width: 1200px) {
	.box-icon-classic-title {
		margin-top: 4px;
	}
	.latestthemesleft {
		height: 420px;
	}
}
@media (max-width: 1199.98px) {
	.image-in-the-middle {
		background-size: 300px;
	}
		.image-in-the-middle > .unit > .unit-left {
			width: 35%;
		}
	.owl-clients img {
		height: 250px;
	}
	.latestthemesleft {
		height: 400px;
	}
	.template-item-inner {
		width: fit-content;
		display: block;
		margin: auto;
	}
}

@media (max-width: 991.98px) {
	.image-in-the-middle {
		background: none !important;
	}
		.image-in-the-middle > .unit > .unit-left {
			width: 30%;
		}
	.box-icon-classic-icon,
	.box-icon-classic-svg {
		height: 90px;
		width: 90px;
	}
	* + .box-icon-classic-text {
		margin-top: 14px;
	}
	.owl-clients img {
		height: 220px;
	}
	.latestthemesleft {
		height: 380px;
	}
}

@media (max-width: 767.98px) {
	.image-in-the-middle {
		background-size: 200px;
	}
		.image-in-the-middle .unit-body {
			max-width: 100%;
		}
		.image-in-the-middle > .unit {
			min-height: 350px;
		}
	.owl-clients img {
		height: 200px;
	}
	.box-icon-classic {
		text-align: left;
	}

	.box-icon-classic-icon,
	.box-icon-classic-svg {
		height: 70px;
		width: 70px;
	}

	.box-icon-classic-icon {
		font-size: 30px;
		line-height: 70px;
	}

	.box-icon-classic-svg svg {
		max-width: 46px;
	}

	* + .box-icon-classic-text {
		margin-top: 10px;
	}
	.testimonial {
		display: block;
	}
		.testimonial div.image {
			display:block;
			width:100%;
			margin-bottom:15px
		}
		.testimonial div.image img {
			margin:0 auto;
		}
	.owl-carousel .owl-nav button.owl-next {
		right:0px !important;
	}
	.footerbottom_top {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.bordered-2 > div + div > * {
		padding-top: 50px;
		border-top: 1px solid #e1e1e1;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.box-icon-classic-icon {
		font-size: 40px;
		line-height: 90px;
	}

	.box-icon-classic-svg svg {
		max-width: none;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
	* + .box-icon-classic-text {
		margin-top: 14px;
	}
}
@media (min-width: 768px) {
	.bordered-2 > div + div > * {
		padding-top: 40px;
		border-top: 1px solid #e1e1e1;
	}

	.box-icon-classic-icon,
	.box-icon-classic-svg {
		height: 70px;
		width: 70px;
	}
		.box-icon-classic-svg svg {
			max-width: 46px;
		}
	* + .box-icon-classic-text {
		margin-top: 10px;
	}
}
@media (max-width:575.98px) {
	
	.image-in-the-middle > .unit {
		min-height: 310px;
	}
	.image-in-the-middle .unit-body {
		max-width: 100%;
	}
	.owl-clients img {
		height: 150px;
	}
	h3 {
		font-size:22px;
	}

	.footerbottom_top {
		padding:20px 10px;
		grid-template-columns: 1fr;
	}
	.footer_nav {
		margin: 0 auto;
	}
	.footer_nav ul li, .footer_nav h2 {
		text-align:center;
		margin-bottom:8px;
	}
}