/*---------------------------------------------------------------------------------

Master Stylesheet

	Template:	 Unika - Responsive One Page HTML5 Template
	Author:		 imransdesign.com
	URL:		 http://imransdesign.com/
    Designed By: https://www.behance.net/poljakova
	Version:	1.0	

	---------------------------------------------------------------------------------*/

	html {
		height: 100% !important;
	}
	body {
		position: relative;
		height: 100%;
		font-size: 16px;
		color: #363940;
		line-height: 1.5;
	}
	body p,body .tab-content div{
		line-height: 25px;
	}
	.main-conts div,.main-conts p,.main-conts li{
		font-size: 18px;
		line-height: 1.8!important;
	}
	body .body {
		height: 100%;
	}
	.cover {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(0, 46, 82, 0.15);
		padding: 20px;
	}
	.page {
		overflow: hidden;
		background-color: #fff;
		padding: 50px 0;
	}
	* {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
	}
	*:focus { 
		outline: none !important;
		box-shadow: none !important;
	}

	/* Begin Fonts */
	body {
		/*font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
	}
	h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;*/
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
p {
	/*font: 14px/1.5em "Roboto";*/
}
.navbar-nav > li > a {
	/*font-family: "Lato", Helvetica, Arial, sans-serif;*/
}
/* End Fonts */

a, a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link.active, .nav li a:hover, .nav li.active > a, .nav li.active > a:hover, .nav li.active > a:focus, .nav li.open > a, .nav li.open > a:hover, .nav li.open > a:focus, .btn-default, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .dropdown-toggle.btn-white, .open > .dropdown-toggle.btn-white:hover, .open > .dropdown-toggle.btn-white:focus, .open > .dropdown-toggle.btn-white.focus, .nav > li > a.btn-white:hover, .nav > li > a.btn-white:focus, .nav > li.active > a.btn-white, .text-primary, .page--breadcrumb .breadcrumb li.active, .portfolio--filter-menu .nav > li:hover, .portfolio--filter-menu .nav > li.active {
	color: inherit;
	text-decoration: none;
}

.txt-red{
	color:red;
}

.btn-link, a {
	-webkit-transition-property: color,border-color,background-color,box-shadow;
	transition-property: color,border-color,background-color,box-shadow;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease,ease,ease-in-out,ease-in-out;
	transition-timing-function: ease,ease,ease-in-out,ease-in-out;
}

.nav_fix_old li {
	line-height: 1.42857143;
	list-style: disc;
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.nav_fix_old  {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.txt-color-w{
	color: #fff;
}

hr.txt-color-w{
	border-top: 1px solid #fff;
}

.m20 {
	margin: 20px!important;
}

.btn2{
	display: inline-block;
	padding: .3em 3em;
	border: 0 ;
	color: #485859;
	text-decoration: none;
	border:3px solid #485859;
	background:none;
}
.btn2 span {
	position: relative;
	padding-left: 20px;
}

.btn2 span:after{
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1em;
	width: 8px;
	height: 8px;
	border-right: 2px solid #485859;
	border-bottom: 2px solid #485859;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn2:hover span:after{ left:-.5em; border-color:#fff; }

.btn2 span:after {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-orange{
	border:3px solid #E3602D;
	font-size: 1.25em;
	color:#E3602D;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{
	background: #E3602D;
	cursor: pointer;
	color:#fff;
}


.btn-orange span:after {
	border-color: #E3602D;
}


.btn-graygreen{
	border:3px solid #485859;
	font-size: 1.25em;
	color:#485859;
}

.btn-graygreen:hover,
.btn-graygreen:active,
.btn-graygreen:focus{
	background: #485859;
	cursor: pointer;
	color:#fff;
}


.btn-graygreen span:after {
	border-color: #485859;
}


.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

.clearfix{
	clear: both;
}

section {
	position: relative;
}


.header-text-l{
	float: left;
	color: black;
	margin-top: 15px;
	line-height: 25px;
}

.header-text-r{
	float: right;
	color: black;
	margin-top: 15px;
	line-height: 25px;
}

.header-text-l a, .header-text-l span,.header-text-l div,.header-text-l small,.header-text-r a, .header-text-r span ,.header-text-r div,.header-text-r small{
	color: black;
	font-weight: 700;
	margin-right: 5px;
}

.box_08{
	margin-top: 10px;
}
.box_08 h4 {
	margin: 55px 0 25px;
	font-weight: bold;
	font-size: 1.25em;
	position: relative;
	padding: .1em 0 .2em .75em;
	border-left: 6px solid #485859;
}
.box_08 h4:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #dde1e1;
}
.box_08 ul{
	margin-left: 40px;
	padding-left: 0;
}
.box_08 ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.box_08 li {
	display: list-item;
	text-align: -webkit-match-parent;
	margin-top: 0.5em;
	list-style: disc;
}

.fix_home .single-blog {
	display: inline-block;
	position: relative;
}
.fix_home .blog-content {
	background: #fff none repeat scroll 0 0;
	left: 5%;
	padding: 22px 20px 37px;
	position: relative;
	text-align: center;
	top: -30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 90%;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.75);
}



/* ===== Begin OWL carousel ===== */
.owl-carousel {
	cursor: e-resize;
}
.owl-theme .owl-controls {
	/*margin-top: 30px;*/
}
.owl-theme .owl-controls{
	margin-top: 0px;
}
.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0);
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
}
.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	text-align: center;
	background: transparent;
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .5;
}
.owl-next {
	background-image: url(../img/arrow-right.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: 0;
}
.owl-prev {
	background-image: url(../img/arrow-left.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: 0;
}
/* ===== End OWL carousel ===== */



/* Scroll to top button */
/*.scrolltotop {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 30px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}*/
	.scrolltotop {
		position: fixed;
		bottom: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		color: #00b7f1;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 38px;
		text-align: center;
		z-index: 100;
		cursor: pointer;
		border-radius: 50%;
		background: #ffffff;
		display: none;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
	}
	.scrolltotop .fa {
		/*padding-left: 4px;*/
/*	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
/* ===== End buttons ===== */

.form_fix td{
	/*padding: 1.25em 1em!important;*/
}


/* ===== HEADER ===== */

#top {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.header-a {
	/*height: 40px;
	width: 100%;*/
	background: #141d1e;
}
.wrapper-padding {
	position: relative;
	padding-bottom: 11px;
}
.header-phone {
	float: left;
	padding: 11px 16px 0px 16px;
	height: 29px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.header-social {
	float: right;
	border-left: 1px solid #333333;
	padding: 13px 22px 0px 25px;
	height: 27px;
}
.header-social a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 9px 0px 9px;
	color: #fff;
}
.header-float_r-pos_rel {
	float: right;
	position: relative;
}
.header-phone i{
	margin-right: 5px;
}    
.header-float_r-pos_rel a,.header-float_r-pos_rel span,.header-phone span{
	color: #fff;
	font-weight: 700;
	margin-right: 5px;
}

/*head sub mb*/
.mobile-menu {
	background: #141d1e;
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 89px;
	padding-top: 27px;
	padding-bottom: 26px;
}
/*head sub*/
.header-b {
	position: relative;
}
.header-b {
	height: 89px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.11);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.11);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.11);
}
.header-logo {
	float: left;
	margin: 26px 0px 0px 0px;
}
.header-right {
	float: right;
}
.hdr-srch {
	position: relative;
	float: right;
	margin: 2px 0px 0px 0px;
}
.hdr-srch-btn {
	display: block;
	width: 13px;
	height: 13px;
}
.hdr-srch-overlay {
	display: none;
	height: 36px;
	padding-top: 14px;
	background: #fff;
	width: 100%;
	position: absolute;
	right: 0px;
	top: 22px;
	z-index: 999;
}
.hdr-srch-devider {
	float: right;
	height: 15px;
	width: 1px;
	margin: 1px 17px 0px 21px;
	background: #e2e2e2;
}


/*nav*/
.header-nav {
	float: right;
}
.header-nav ul, .header-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-nav ul li {
	position: relative;
}
.header-nav ul li {
	margin-left: 20px;
	float: left;
}
.header-nav ul li a {
	padding-bottom: 39px;
}
.header-nav ul li a {
	font-size: 12px;
	color: #2c2c2c;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.srch-close {
	display: block;
	width: 13px;
	height: 13px;
	float: right;
	margin: 3px 0px 0px 0px;
}

.hdr-srch-overlay input[type='text'] {
	font-size: 13px;
	color: #6e6e6e;
	font-weight: 700;
	border: 0px;
	width: 90%;
	float: left;
	background: transparent;
	text-transform: uppercase;
}

.fixed .hdr-srch-overlay {
	top: 7px;
}

.mobile-menu li a {
	font-size: 12px;
	color: #fff;
	display: block;
	padding: 14px 0px 14px 0px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #1a2526;
}

.mobile-menu li {
	display: block;
	padding: 0px 60px 0px 30px;
}

.menu-btn {
	float: right;
	display: none;
	width: 12px;
	height: 10px;
	margin: 4px 0px 0px 0px;
}

.header-nav li.active a {
	color: #c7d810;
}

/* ===== End HEADER ===== */

/* ===== FOOTER ===== */

#lowerbnr_wrap {
	/*height: 110px;*/
	background: url(../img/lowerbg.png) repeat-x;
	position: fixed;
	bottom: 0px;
	z-index: 20;
	width: 100%;
	padding: 0 0 0 0; /*20px*/
	white-space: nowrap;
	margin-bottom: -5px;
}
.footer_close {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #e8e1ca;
	float: right;
	padding: 4px;
	font-size: 10px;
	cursor: default;
	margin: 0 10% 0 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#lowerbnr_wrap ul {
	margin: 40px auto 10px auto;
}
#lowerbnr_wrap ul li {
	display: inline;
	list-style-type: none;
	padding: 5px 0 5px 6px;
	position: relative;
	z-index: 30;
}

/* ===== End FOOTER ===== */


.sec-box-1{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sec-box-2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.inner-breadcrumbs {
	margin-top: 30px;
	margin-bottom: 93px;
}

.inner-breadcrumbs {
	height: 75px;
	background: #fafafa;
}
.inner-breadcrumbs .page-title {
	float: left;
	margin: 27px 0px 0px 0px;
	font-weight: normal;
	font-size: 17px;
	color: #141d1e;
}
.inner-breadcrumbs .breadcrumbs {
	margin: 31px 0px 0px 0px;
}
.breadcrumbs {
	float: right;
	/*text-transform: uppercase;*/
	font-size: 11px;
	color: #828282;
	font-weight: 600;
}


.box-fix .card{
	position: relative;
	z-index: 1;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	border-radius: 4px;
	transition: all 400ms;
	height: 100%;
	-webkit-transition: all 400ms;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card_label span {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	padding: 4px 15px 6px 15px;
	background: #fd4851;
	border-radius: 14px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.card_content{
	padding: 10px 10px 10px;
	text-align: left;
}

.card a{
	text-decoration: none;
}

.box-fix .card:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
	-moz-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
	box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
}

.card_footer_content{
	padding-top: 25px;
}

.card_title_content,.card_detail_content{
	margin-bottom: 8px;
}

.box-fix .slick-arrow {
	content: '';
	width: 40px;
	height: 40px;
	opacity: 1;
	padding: 0;
	margin: 95px 0 0 0;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(58,87,135, 0.1);
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	/*text-indent: -9999px;*/
	display: block;
	font-size: 35px;
	line-height: 0;
	cursor: pointer;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	outline: none;
	border: none !important;
	/*background: none;*/
}

.slick-arrow {
	margin-top: -42px;
	top: 32%;
}

.slick-prev{
	left: -5px;
}
.slick-next {
	right: -5px;
}

.sub-box{
	margin-bottom: 10px;
}



/* ===== google ===== */

.cluster > div:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #1396e2;
	content: "";
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 31px;
	z-index: -1;
}
.marker-style img {
	position: absolute !important;
	top: -1px !important;
	bottom: 0px !important;
	right: 0px;
	left: 0px;
	margin: auto !important;
}
.gm-style img {
	max-width: none;
}
.marker-style {
	border: 3px solid #1396e2;
	text-align: center;
	width: 34px;
	height: 34px;
	border-radius: 50%!important;
	margin-left: -17px !important;
	margin-top: -46px !important;
}
.infobox-wrapper > img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute !important;
	right: 8px;
	top: 13px;
	z-index: 2;
}
.infobox-wrapper .infobox-inner {
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	/*border-top: 6px solid #073855;*/
	font-size: 12px;
	position: relative;
	margin-bottom: 50px;
	min-width: 200px;
}
.infobox-wrapper .infobox-inner .infobox-description {
	padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-title {
	font-size: 14px;
	font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-location {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	font-size: 12px;
}
.infobox-wrapper .infobox-inner .infobox-image {
	/*max-width: 250px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image img {
	width: 100%;
	height: 250px;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #1396e2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	bottom: 8px;
	/*left: 8px;*/
	z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
	/*background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;*/
}
.infobox-wrapper .infobox-inner .infobox-title a {
	color: #073855;
}

.page-search.full-width-search {
	float: none;
	width: 100%;
	/*height: 385px;*/
	margin: 0px 0px 0px 0px;
	background: transparent;
}
.page-search.full-width-search .page-search-tabs {
	width: 347px;
}

.search-type-padding{
	margin-top: 20px;
}

.search-tab.active {
	background: #c7d810;
	cursor: default;
	color: #000000;
}
.search-tab {
	height: 40px;
	display: inline-block;
	margin: 0px 3px 0px 0px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: #1d292e;
	cursor: pointer;
	padding: 14px 33px 0px 33px;
}
.search-tab.nth {
	margin-right: 0px;
	float: right;
}
.page-search-content {
	min-height: 120px;
	background: #f9f9f9;
}
.page-search.full-width-search .search-tab-content {
	width: 100%;
}
.search-tab-content:first-child {
	display: block;
}
.full-width-search .page-search-p {
	padding: 26px 21px 21px 21px;
}
.search-large-i {
	/*width: 31.5%;
	margin-right: 2.7%;
	float: left;*/
}
.srch-tab-line.no-margin-bottom {
	margin-bottom: 0px;
}
.page-search-content label {
	display: block;
	font-size: 11px;
	color: #4c4c4c;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 9px;
}
.input-a {
	padding: 6px 7px 7px 7px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.05);
	color: #8a8a8a;
}
.input-a {
	position: relative;
}
.input-a input[type='text'] {
	width: 100%;
	border: 0px;
	background: transparent;
	font-size: 11px;
	text-transform: uppercase;
}
.search-footer {
	border-top: 1px solid #f8f1eb;
	padding: 23px 21px 30px 22px;
}

.srch-tab-line .custom-select {
	cursor: pointer;
	width: 100% !important;
	height: 32px;
	background: #fff none repeat scroll 0 0!important;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.05);
	color: #8a8a8a;
	background: url(../assets/img/mp-select.png) right top no-repeat;
	font-size: 11px;
	color: #8a8a8a;
}


/* ===== End google ===== */

/* ===== FOOTER ===== */

.footer {
	background: none repeat scroll 0 0 #262626;
	margin-top: 25px;
}
.newsletter-wrap {
	padding: 20px 0;
	overflow: hidden;
	clear: both;
	background: #3c3c3c;
}
.newsletter {
	margin: auto;
	text-align: center;
}
.newsletter-wrap h4 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	margin-right: 8px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 13px;
	vertical-align: top;
}
.newsletter-wrap input[type="text"], .newsletter-wrap input.input-text:focus {
	background: none repeat scroll 0 0 #fff;
	border: none;
	color: #666;
	display: inline-block;
	font-size: 13px;
	height: auto;
	line-height: 25px;
	padding: 8px 15px 7px;
	width: 40%;
	border-radius: 3px;
	letter-spacing: 0.5px;
}
.newsletter-wrap button.subscribe {
	background-color: #c7d810 !important;
	border: none;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-left: 10px;
	overflow: hidden;
	padding: 11px 15px !important;
	text-transform: uppercase;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border-radius: 3px;
}
.footer-middle h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 0 10px;
	/* text-transform: uppercase; */
}
.footer-middle ul.links {
	margin: auto;
	padding: 0px;
}
.footer-middle .links li {
	list-style: none;
	padding: 5px 0px;
}
.footer-middle .links li a {
	color: #c5c5c5;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-weight: 300;
}
.footer-middle .links li a:hover {
	color: #ffe56a;
	text-decoration: none;
}
.footer-top {
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	/* border-top: 1px solid #444; */
	background: #262626;
}
.social {
	/*float: left;*/
	margin-top: 4px;
}
.social ul {
	/*float: left;*/
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.social ul li {
	margin: 0px 5px 0px 0px;
	display: inline-block;
}
.footer-bottom {
	margin: auto;
	overflow: hidden;
	padding: 15px 0 15px;
	width: 100%;
	font-weight: 300;
	border-top: 1px solid #3c3c3c;
	background: #262626;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #b1b2b4;
}
.payment-accept {
	text-align: right;
}
.payment-accept img {
	margin: 0px 10px 8px 0px;
	width: 50px;
}
.coppyright {
	color: #999;
	display: block;
	text-align: center;
}
.footer-middle .col-md-3:first-child {
	border-left: 0px solid #e5e5e5;
	padding-left: 15px;
}
.footer-middle .col-md-3:last-child {
	padding-right: 0px;
}
.footer-middle .col-md-3 {
	/* border-left: 1px solid #444; */
	margin: auto;
	padding: 35px 20px;
	overflow: hidden;
}
.footer-middle .links li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	margin-right: 5px;
}
.fix-icon{
	float: left;
}
.fix-icon:before {
	border: 1px solid #3c3c3c;
	background: #3c3c3c;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-style: normal;
	height: 35px;
	line-height: 33px;
	margin-right: 10px;
	text-align: center;
	width: 35px;
}
.contacts-info address {
	border: medium none;
	color: #c5c5c5;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	margin: 5px auto 18px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.fix-sub-footer {
	overflow: hidden;
	font-size: 13px;
	line-height: 35px;
	color: #c5c5c5;
	margin-bottom: 15px;
	margin-top: 12px;
	font-weight: 300;
}
.email-footer a {
	font-size: 13px;
	line-height: 35px;
	color: #c5c5c5;
	font-weight: 300;
	text-decoration: none;
}

.btn-rss {
	color: #fff;
	background-color: #FD9F13;
	border-color: rgba(0,0,0,0.2);
}

/* ===== End FOOTER ===== */

.imagebox_content_img, .imagebox_content_info {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}

.module_wrap{
	width: calc(100% + 47px);
	margin-right: -47px;
}

.module_wrap img{  
	border-radius: 5px;
	border: 1px #eee solid;
}

.imagebox_content_img .module_wrap img {
	width: 100%;
	height: auto;
}

.imagebox_content_info {
	z-index: 10;
}

.imagebox_content_img, .imagebox_content_info {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}
.imagebox_content_number {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index: 50;
	text-align: center;
	color: #fff;
	line-height: 59px;
	transform: translate(-50%, -50%) scale(1,1);
	-webkit-transform: translate(-50%, -50%) scale(1,1);
	border-radius: 50%!important;
	font-size: 1.5em;
	font-weight: 600;
	transition: all 300ms;
}

.imagebox_content .module_inner {
	background: #fff;
	padding: 92px 90px;
	position: relative;
	box-shadow: 0 20px 50px rgba(0,0,0, 0.07);
}
.imagebox_content_img .module_wrap img, .imagebox_content .module_inner {
	border-radius: 5px;
	border: 1px #eee solid;
}
.iconbox-content-wrapper {
	position: relative;
	z-index: 20;
}
.imagebox_content .icon_box__title, .imagebox_content .icon_box__text {
	margin-bottom: 24px;
}

.img-w-100{
	width: 100%;
}
.mar-b-10{
	margin-bottom: 10px;
}
.mar-b-20{
	margin-bottom: 20px;
}
.mar-b-50{
	margin-bottom: 50px;
}

.mar-t-10{
	margin-top: 10px;
}
.mar-t-20{
	margin-top: 20px;
}
.mar-t-30{
	margin-top: 30px;
}
.mar-t-50{
	margin-top: 50px;
}

div.figure.banner-width {
	/*width: 48%;*/
	/*float: left;*/
	margin-bottom: 28px;
}
.figure.banner-with-effects {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	/*width: 100%;*/
	height: auto;
	background: transparent;
	text-align: center;
	cursor: pointer;
}
.figure.effect-sadie1 img {
	max-width: 100% !important;
}
.figure.banner-with-effects img {
	position: relative;
	display: block;
	opacity: 1;
	transform: translateZ(0);
}
.figure.banner-with-effects .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.figure.banner-with-effects .figcaption {
	padding: 1.538em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.figure.effect-sadie1:hover .banner-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.figure.effect-sadie1:hover .figcaption::before, .figure.effect-sadie1:hover .banner-content, .figure.effect-sadie1.with-button:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.figure.banner-with-effects .left.top {
	left: 0.538em;
	top: 0.538em;
	right: auto;
	bottom: auto;
}
.figure.banner-with-effects .banner-content {
	display: inline-block;
	position: absolute;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.figure.effect-sadie1.with-button a.left.bottom {
	margin: 0 0 0 12px;
	min-width: auto;
}
.figure.effect-sadie1.with-button:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.figure.banner-with-effects .left.bottom {
	left: 1.3em;
	bottom: 40px;
	right: auto;
	top: auto;
}
.figure.banner-with-effects.with-button a {
	display: inline-block;
	background: transparent;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	color: #fff;
	z-index: 100;
	min-width: auto;
	position: absolute;
	text-align: center;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.figure.effect-sadie1 .banner-content {
	opacity: 0.8;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.figure.effect-sadie1 .figcaption::before, .figure.effect-sadie1 .banner-content, .figure.effect-sadie1.with-button a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.sub-box-widget h2 {
	padding: 15px;
	margin-top: 12px;
	color: #3a4142;
	/*margin-bottom: 14px;*/
	font-weight: normal;
	font-size: 20px;
}
.sub-box-item {
	/*padding-bottom: 12px;*/
	/*margin-bottom: 13px;*/
	/*border-bottom: 1px solid #ededed;*/
}

.sub-box-title{
	/*no-repeat left top*/
	background-image: url(../img/box-brow-top.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	text-align: center;
}

.sub-box-detail{
	/*border-bottom: 1px solid #ededed;*/
	padding: 0 20px;
}

.sub-box-1.sub-box-item{
	background-image: url(../img/box-brow-lr.png);
	background-repeat:initial;
	background-position:top;
	background-size:100%;
}

.sub-box-detail-1{

}

.sub-box-footer{
	background-image: url(../img/box-brow-btm.png);
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: 100%;
}

.imagebox_content {
	display: table;
	position: relative;
}

.imagebox_content_info {
	/*z-index: 10;*/
}

.arr_dowm img:last-child{
	display: none;
}

#owl-demo-reform .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c7d810;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.list.list-icons li {
	position: relative;
	/*padding-left: 25px;*/
}

.list li {
	margin-bottom: 13px;
}

.box-reform-1 p {
	line-height: 24px;
	margin: 0 0 10px;
}

hr.solid {
	margin: 22px 0;
}

.heading-primary strong{
	color: #c7d810;
}

.overflow-hidden{
	overflow: hidden;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	margin-top: 20px;
	/*margin-left: 50px;*/
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #5A55A3;
	background-image: #5A55A3;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}

.box-sub-reform-detail{
	line-height: 25px;
}


/*contact*/
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}
.form-group {
	margin-bottom: 1rem;
}
/*contact*/

/*diagnosis*/
.box-diagnosis h2 {
	color: #000000;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 0 12px 0px;
	margin: 0 0 0px 0;
}
.box-diagnosis p.des {
	font-size: 16px;
	color: #262626;
	margin: 0 0 40px 0;
}
.better-property .nav-tabs {
	border: none;
	text-align: center;
}
.better-property .nav-tabs > li {
	float: none;
	margin: 0 0 5px;
}
.better-property .nav-tabs > li.active > a, .better-property .nav-tabs > li.active > a:focus, .better-property .nav-tabs > li.active > a:hover {
	background-color: #262626;
	color: #fff;
	border: none;
}
.better-property .nav-tabs > li > a {
	background: #f0f0f0;
	border: none;
	border-radius: 0;
	color: #262626;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0;
}
/*diagnosis*/

/*commpay*/
.profile-detail-block {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 40px;
}
.profile-detail-block .profile-image {
	position: relative;
	text-align: center;
}
.profile-description h3, .agency-description h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 500;
	text-transform: inherit;
	text-align: inherit;

}
.company-detail .position {
	margin-bottom: 15px;
}
.profile-description .position, .agency-description .position {
	color: #9b9b9b;
}
.profile-description .position, .agency-description .position {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 23px;
	font-weight: 300;
	text-transform: inherit;
	text-align: inherit;
}
.company-detail .profile-contact, .company-detail .agency-contact {
	margin-bottom: 18px;
	margin-top: 18px;
}
.profile-contact li, .agency-contact li {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-weight: 300;
	text-transform: inherit;
	text-align: inherit;
	margin-bottom: 10px;
}
.profile-contact span, .agency-contact span {
	font-weight: 500;
	text-transform: uppercase;
}
/*commpay*/

/*sekourei*/
.property-item{
	overflow: hidden;
}
/*sekourei*/


.label_fix_map{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #1396e2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
}


.box_widget .widget+.widget {
	margin-top: 30px;
}
.box_widget .widget {
	padding: 10px;
	background-color: #f2f2f2;
}
.box_widget .widget--title {
	margin-bottom: 5px;
	padding: 18px 20px;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.box_widget .widget--title .h4 {
	position: relative;
	display: inline-block;
	z-index: 0;
}
.box_widget .widget--title .h4:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: -20px;
	right: -20px;
	margin-top: -1px;
	height: 1px;
	border-style: solid;
	border-width: 0 10px;
	border-color: #ff305b;
}
.box_widget .links--widget {
	/*padding: 23px 30px 22px;*/
	padding: 20px 20px 20px;
}
.box_widget .table:last-child,.box_widget p:last-child, ul:last-child {
	margin-bottom: -3px;
}
.box_widget .links--widget .nav2>li {
	float: none;
}
/*.box_widget .links--widget .nav2>li+li {
    margin-top: 10px;
    }*/
    .box_widget .links--widget .nav2 li {
    	margin-top: 20px;
    }
    .box_widget .about--block .title, .box_widget .links--widget .nav2>li>a {
    	position: relative;
    	padding: 0 0 0 16px;
    	z-index: 0;
    }
    .box_widget .nav2>li>a {
    	display: inline-block;
    }
    .box_widget .links--widget .nav2>li>a:before {
    	content: "\f101";
    	position: absolute;
    	top: 0;
    	left: 0;
    	font-family: "FontAwesome";
    }
    .bg-default, .section--title .h2.text-white:before {
    	background-color: #fff;
    }
    .nav2 li a:hover, .nav2 li.active > a, .nav2 li.active > a:hover, .nav2 li.active > a:focus{
    	color: #23527c;
    }

    .main-body h2 {
    	margin: 30px 0 30px;
    	padding: 15px 20px;
    	background: #485859;
    	color: #fff;
    	font-size: 1.75em;
    }
    .main-body h3 {
    	margin: 30px 0 30px;
    	padding: 15px 20px;
    	font-weight: bold;
    	font-size: 1.5em;
    	position: relative;
    	border-bottom: 3px solid #485859;
    	background: #dde1e1;
    }
    .main-body p {
    	font-size: 1em;
    	margin: 30px 0 30px;
    }
    .main-conts table {
    	width: 100%;
    	word-break: break-all;
    	word-wrap: break-word;
    	border-spacing: 0;
    }
    .main-conts .table>tbody>tr>td{
    	line-height: 1.8;
    }
    .main-conts tbody td{
    	/*display: table-row-group;*/
    	vertical-align: middle!important;
    	/*border-color: inherit;*/
    }
    .nav_fix_old li{
    	margin-bottom: 10px;
    }

    .w3-accordion .panel {
    	border: none;
    	/*border-radius: 0;
    	margin-bottom: -1px;*/
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }
    .acod-head a {
    	background-color: #F7F8FA;
    }
    .acod-head a.collapsed, .acod-head a.collapsed:after {
    	color: #3d474a;
    }
    .acod-head a {
    	display: block;
    	padding: 12px 40px 12px 15px;
    	border: 1px solid #ddd;
    }
    .acod-head a, .acod-head a:hover,.acod-head h5 a:hover, .acod-head h6 a:hover {
    	color: #6AAF08;
    }
    .acod-body {
    	border: none;
    }
    .w3-accordion.no-cover .acod-content {
    	padding-left: 20px;
    	margin-right: 10px;
    	border-left: 2px solid #e8e8e8;
    	position: relative;
    }
    .acod-content {
    	margin: 20px;
    }
    .acod-content:after {
    	content: "";
    	position: absolute;
    	bottom: 0;
    	left: -5px;
    	width: 8px;
    	height: 8px;
    	background-color: #fff;
    	border: 2px solid #e8e8e8;
    }


    .fix_ blockquote {
    	margin: 0 0 20px;
    	padding: 30px 30px 30px 30px;
    	border-left: 3px solid #eaeaea;
    	background: #f8f8f8;
    }


    .bg-accent {
    	background-color: #f4f6f5;
    }
    .item-mb {
    	margin-bottom: 10px;
    }
    .service-box1 {
    	-webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    	-moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    	box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
    	padding: 15px 20px 15px;
    	-webkit-transition: all 0.5s ease-out;
    	-moz-transition: all 0.5s ease-out;
    	-ms-transition: all 0.5s ease-out;
    	-o-transition: all 0.5s ease-out;
    	transition: all 0.5s ease-out;
    }
    .service-box1:hover {
    	-webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    	-moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    	box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    }



    .bt5 {
    	border-left: 1px solid #FFD65A;
    	border-bottom: 1px dotted #ffD65A;
    	margin: 0px 12px 0px 17px;
    	padding-top: 10px;
    	padding-left: 4px;
    	font-weight: bold;
    }


    .formfr {
    	padding: 40px;
    	border: 1px solid #FF6600;
    }
    .formcap_org {
    	margin: 0px 0 30px!important;
    	border-bottom: 3px solid #FF6600!important;
    	background-color: #ff8d41!important;
    }

    .undb3 {
    	font-size: 12px;
    	background-color: #FFFFCC;
    	padding: 3px 10px;
    }

    .fix_ul{
    	padding-left: 30px;
    }
    .fix_ul li{
    	/*list-style: disc;*/
    }

    .client-border-shape {
    	height: 1px;
    	width: 100%;
    	background: #2cbfd2;
    	margin-top: 10px;
    	position: relative;
    }
    /*.client-border-shape::before {
    	height: 1px;
    	width: 2px;
    	background: #fff;
    	position: absolute;
    	content: "";
    	right: 19px;
    }
    .client-border-shape::after {
    	height: 1px;
    	width: 2px;
    	background: #fff;
    	position: absolute;
    	content: "";
    	right: 7px;
    	}*/
    	.single-testimonal {
    		border: 1px solid #e5e5e5;
    		margin: 0px 0px 30px;
    		padding: 100px 110px 40px 60px;
    		position: relative;
    		background: #FFFFFF;
    		/*text-align: center;*/
    	}
    	.single-testimonal .testimonal-image {
    		position: absolute;
    		left: 0;
    		right: 0;
    		top: -60px;
    		width: 100px;
    		margin: 0 auto;
    	}
    	.single-testimonal .testimonal-image img {
    		border: 1px solid #168DD2;
    		display: block;
    	}
    	.single-testimonal .testimonal-slider-content p {
    		color: #333;
    		margin: 20px 0px;
    	}
    	.single-testimonal .testimonal-slider-content h5 {
    		font-weight: 500;
    		margin-bottom: 0px;
    		margin-top: 15px;
    		color: #168dd2;
    	}
    	.testimonal-slider-content i.fa-quote-left {
    		font-size: 90px;
    		color: rgba(22,141,210, 0.2);
    		margin-top: 20px;
    		text-align: center;
    		position: absolute;
    		left: 15px;
    		top: 0px;
    	}
    	.testimonal-slider-content i.fa-quote-right {
    		font-size: 90px;
    		color: rgba(22,141,210, 0.2);
    		margin-top: 20px;
    		text-align: center;
    		position: absolute;
    		right: 15px;
    		bottom: 0px;
    	}




    	/*.timeline {
    		list-style: none;
    		padding: 20px 0 20px;
    		position: relative;
    	}

    	.timeline:before {
    		top: 0;
    		bottom: 0;
    		position: absolute;
    		content: " ";
    		width: 3px;
    		background-color: #eeeeee;
    		left: 50%;
    		margin-left: -1.5px;
    	}

    	.timeline > li {
    		margin-bottom: 20px;
    		position: relative;
    	}

    	.timeline > li:before,
    	.timeline > li:after {
    		content: " ";
    		display: table;
    	}

    	.timeline > li:after {
    		clear: both;
    	}

    	.timeline > li:before,
    	.timeline > li:after {
    		content: " ";
    		display: table;
    	}

    	.timeline > li:after {
    		clear: both;
    	}

    	.timeline > li > .timeline-panel {
    		width: 45%;
    		float: left;
    		border: 1px solid #d4d4d4;
    		border-radius: 2px;
    		padding: 20px;
    		position: relative;
    		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    	}

    	.timeline > li > .timeline-panel:before {
    		position: absolute;
    		top: 26px;
    		right: -15px;
    		display: inline-block;
    		border-top: 15px solid transparent;
    		border-left: 15px solid #ccc;
    		border-right: 0 solid #ccc;
    		border-bottom: 15px solid transparent;
    		content: " ";
    	}

    	.timeline > li > .timeline-panel:after {
    		position: absolute;
    		top: 27px;
    		right: -14px;
    		display: inline-block;
    		border-top: 14px solid transparent;
    		border-left: 14px solid #fff;
    		border-right: 0 solid #fff;
    		border-bottom: 14px solid transparent;
    		content: " ";
    	}

    	.timeline > li > .timeline-badge {
    		color: #fff;
    		width: 50px;
    		height: 50px;
    		line-height: 50px!important;
    		font-size: 1.4em;
    		text-align: center;
    		position: absolute;
    		top: 16px;
    		left: 50%;
    		margin-left: -25px;
    		background-color: #999999!important;
    		z-index: 100;
    		border-top-right-radius: 50%!important;
    		border-top-left-radius: 50%!important;
    		border-bottom-right-radius: 50%!important;
    		border-bottom-left-radius: 50%!important;
    	}

    	.timeline > li.timeline-inverted > .timeline-panel {
    		float: right;
    	}

    	.timeline > li.timeline-inverted > .timeline-panel:before {
    		border-left-width: 0;
    		border-right-width: 15px;
    		left: -15px;
    		right: auto;
    	}

    	.timeline > li.timeline-inverted > .timeline-panel:after {
    		border-left-width: 0;
    		border-right-width: 14px;
    		left: -14px;
    		right: auto;
    	}

    	.timeline-badge.primary {
    		background-color: #2e6da4 !important;
    	}

    	.timeline-badge.success {
    		background-color: #3f903f !important;
    	}

    	.timeline-badge.warning {
    		background-color: #f0ad4e !important;
    	}

    	.timeline-badge.danger {
    		background-color: #d9534f !important;
    	}

    	.timeline-badge.info {
    		background-color: #5bc0de !important;
    	}

    	.timeline-title {
    		margin-top: 0;
    		color: inherit;
    	}

    	.timeline-body > p,
    	.timeline-body > ul {
    		margin-bottom: 0;
    	}

    	.timeline-body > p + p {
    		margin-top: 5px;
    	}

    	.section_title_bot:after {
    		display: block;
    		content: "";
    		height: 2px;
    		width: 100%;
    		margin-top: 3px;
    		margin-bottom: 15px;
    		position: relative;
    		background: #323232;
    	}

    	.timeline h4,.timeline p,.timeline a{
    		font-size: 18px!important;
    		}*/
    		
    		/*@media (max-width: 767px) {*/
    			@media (max-width: 9999999px) {
    			/*ul.timeline:before {
    				left: 40px;
    			}

    			ul.timeline > li > .timeline-panel {
    				width: calc(100% - 90px);
    				width: -moz-calc(100% - 90px);
    				width: -webkit-calc(100% - 90px);
    			}

    			ul.timeline > li > .timeline-badge {
    				left: 15px;
    				margin-left: 0;
    				top: 16px;
    			}

    			ul.timeline > li > .timeline-panel {
    				float: right;
    			}

    			ul.timeline > li > .timeline-panel:before {
    				border-left-width: 0;
    				border-right-width: 15px;
    				left: -15px;
    				right: auto;
    			}

    			ul.timeline > li > .timeline-panel:after {
    				border-left-width: 0;
    				border-right-width: 14px;
    				left: -14px;
    				right: auto;
    				}*/
    			}


    			@media screen and (max-width: 1010px){
    				.header-nav {
    					display: none;
    				}
    				.menu-btn {
    					display: block;
    				}
    			}

    			@media screen and (max-width: 992px){
    				#lowerbnr_wrap {
    					display: none!important;
    				}
    			}


    			@media (max-width: 767px){
    				.imagebox_content {
    					display: block;
    				}
    				.imagebox_content_img, .imagebox_content_info, .image_position_right .imagebox_content_img .module_wrap, .image_position_left .imagebox_content_img .module_wrap {
    					width: 100% !important;
    					margin-left: 0 !important;
    					margin-right: 0 !important;
    					display: block;
    				}
    				.imagebox_content_img, .imagebox_content_info, .image_position_right .imagebox_content_img .module_wrap, .image_position_left .imagebox_content_img .module_wrap {
    					width: 100% !important;
    					margin-left: 0 !important;
    					margin-right: 0 !important;
    					display: block;
    				}
    				.imagebox_content.image_position_left .imagebox_content_img .module_wrap img {
    					border-radius: 5px 5px 0 0;
    					border-bottom: none;
    				}
    				.imagebox_content_number {
    					top: 0;
    				}
    				.arr_dowm{
    					margin: 50px 0;
    				}
    				.module_wrap{
    					width: 100%;
    				}
    			}

    			@media (max-width: 482px){
    				.header-social ,.header-phone{
    					width: 100%;
    					text-align: center;
    				}
    			}

    			@media (max-width: 492px) and (min-width: 320px){
    				/*479px*/
    				.newsletter-wrap h4 {
    					display: block;
    					margin-bottom: 10px;
    				}
    				.newsletter-wrap input[type="text"] {
    					width: 57% !important;

    				}
    				.newsletter-wrap button.subscribe {
    					margin-left: 0px !important;
    					padding: 11px 10px !important;
    				}
    				.header-text-l{
    					float: left;
    				}

    				.header-text-r{
    					float: left;
    				}
    			}
