/* style-unused.css
   Scanned: 22 PHP files (full site audit)
   Rules below have NO matching HTML elements
*/

.overflow-hide {
	overflow: hidden;
}
.overflow-auto {
	overflow: auto;
}
.clear {
	clear: both;
}
.pull-none {
	float: none;
}
@media only screen and (max-width:600px) {
.col-xs-100pc {
		width: 100%;
	}
.wt-list-single-somefacts .col-xs-100pc {
	width: inherit !important;

	}
.wt-list-single-somefacts .col-xs-100pc h1, .wt-list-single-somefacts .col-xs-100pc h2, .wt-list-single-somefacts .col-xs-100pc h3 {
    font-size: 22px;
    line-height: normal;
}
.wt-list-single-somefacts h1, .wt-list-single-somefacts h2, .wt-list-single-somefacts .col-xs-100pc h3 {
    font-size: 22px;
    line-height: normal;
}
}
@media only screen and (max-width:480px) {
.wt-list-single-somefacts .col-xs-100pc {
	width: 100% !important;
	}
.wt-list-single-somefacts-three .col-xs-4 {
	width: 100% !important;
	}
}
.display-inline {
	display: inline;
}
.display-inline-block {
	display: inline-block;
}
.display-block {
	display: block;
}
.text-justify {
	text-align: justify
}
.v-align-t {
	vertical-align: top;
}
.v-align-m {
	vertical-align: middle;
}
.v-align-b {
	vertical-align: bottom;
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.font-12 {
	font-size: 12px;
	line-height: 18px;
}
.font-14 {
	font-size: 14px;
	line-height: 20px;
}
.font-16 {
	font-size: 16px;
	line-height: 22px;
}
.font-18 {
	font-size: 18px;
	line-height: 24px;
}
.font-22 {
	font-size: 22px;
	line-height: 28px;
}
.font-24 {
	font-size: 24px;
	line-height: 30px;
}
.font-26 {
	font-size: 26px;
	line-height: 32px;
}
.font-28 {
	font-size: 28px;
	line-height: 34px;
}
.font-30 {
	font-size: 30px;
	line-height: 36px;
}
.font-32 {
	font-size: 32px;
	line-height: 38px;
}
.font-34 {
	font-size: 34px;
	line-height: 40px;
}
.font-36 {
	font-size: 36px;
	line-height: 42px;
}
.font-38 {
	font-size: 38px;
	line-height: 44px;
}
.font-40 {
	font-size: 40px;
	line-height: 46px;
}
.font-45 {
	font-size: 46px;
	line-height: 52px;
}
.font-50 {
	font-size: 50px;
	line-height: 56px;
}
.font-60 {
	font-size: 60px;
	line-height: 66px;
}
.font-70 {
	font-size: 70px;
	line-height: 76px;
}
.font-80 {
	font-size: 80px;
	line-height: 86px;
}
.font-90 {
	font-size: 90px;
	line-height: 96px;
}
.font-100 {
	font-size: 100px;
	line-height: 106px;
}
.font-120 {
	font-size: 120px;
	line-height: 126px;
}
.font-140 {
	font-size: 140px;
	line-height: 146px;
}
.font-160 {
	font-size: 160px;
	line-height: 166px;
}
.font-180 {
	font-size: 180px;
	line-height: 186px;
}
.font-weight-100 {
	font-weight: 100;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-400 {
	font-weight: 400;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}
.font-weight-900 {
	font-weight: 900;
}
.letter-spacing-2 {
	letter-spacing: 2px;
}
.letter-spacing-3 {
	letter-spacing: 3px;
}
.letter-spacing-4 {
	letter-spacing: 4px;
}
.letter-spacing-5 {
	letter-spacing: 5px;
}
.list-simple li {
	margin-bottom: 10px;
}
.list-simple li ul {
	margin-left: 15px;
	margin-top: 10px;
}
.list-circle, .list-angle-right, .list-arrow, .list-check, .list-checked, .list-check-circle, .list-chevron-circle, .list-arrow-circle, .list-times-circle {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.list-circle li, .list-angle-right li, .list-arrow li, .list-check li, .list-checked li, .list-check-circle li, .list-chevron-circle li, .list-arrow-circle li, .list-times-circle li {
	padding: 5px 5px 5px 20px;
	position: relative;
}
.list-circle li:before, .list-angle-right li:before, .list-arrow li:before, .list-check li:before, .list-checked li:before, .list-check-circle li:before, .list-chevron-circle li:before, .list-arrow-circle li:before, .list-times-circle li:before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	font-size: 15px;
	color: #000;
}
.list-circle li:before {
	top: 6px;
	font-size: 10px;
}
.list-circle li:before {
	content: "\f111";
}
.list-angle-right li:before {
	content: "\f105";
}
.list-arrow li:before {
	content: "\f0da";
}
.list-check li:before {
	content: "\f00c";
}
.list-checked li:before {
	content: "\f046";
}
.list-check-circle li:before {
	content: "\f058";
}
.list-chevron-circle li:before {
	content: "\f138";
}
.list-arrow-circle li:before {
	content: "\f0a9";
}
.list-times-circle li:before {
	content: "\f057";
}
ul.primary li:before {
	color: #0f1221;
}
ul.secondry li:before {
	color: #253641;
}
ul.black li:before {
	color: #000;
}
ul.orange li:before {
	color: #FF6600;
}
ul.green li:before {
	color: #00CC00;
}
ul.red li:before {
	color: #FF3737;
}
dl.no-margin, ul.no-margin, ol.no-margin {
	margin: 0px !important;
	list-style: none;
}
ol.list-num-count {
	counter-reset: li;
	padding-left: 0;
}
ol.list-num-count>li {
	position: relative;
	margin: 0 0 20px 40px;
	padding: 0px 8px;
	list-style: none;
}
ol.list-num-count>li:last-child {
	margin-bottom: 0px;
}
ol.list-num-count>li:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -40px;
	width: 26px;
	height: 24px;
	padding: 5px;
	color:#fff;
	background:#0f1221;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ol.list-num-count.lower-alpha>li:before {
	content: counter(li, lower-alpha);
}
ol.list-num-count.upper-alpha>li:before {
	content: counter(li, upper-alpha);
}
ol.list-num-count.list-outline>li:before {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
ol.list-num-count.list-outline-none>li:before {
	background-color: transparent;
	color: #000;
}
.p-a0 {
	padding: 0;
}
.p-a5 {
	padding: 5px;
}
.p-a10 {
	padding: 10px;
}
.p-a15 {
	padding: 15px;
}
.p-a25 {
	padding: 25px;
}
.p-a50 {
	padding: 50px;
}
.p-a60 {
	padding: 60px;
}
.p-a70 {
	padding: 70px;
}
.p-a80 {
	padding: 80px;
}
.p-a90 {
	padding: 90px;
}
.p-a100 {
	padding: 100px;
}
.p-a110 {
	padding: 110px;
}
.p-a120 {
	padding: 120px;
}
.p-a130 {
	padding: 130px;
}
.p-a140 {
	padding: 140px;
}
.p-a150 {
	padding: 150px;
}
.p-t0 {
	padding-top: 0;
}
.p-t5 {
	padding-top: 5px;
}
.p-t15 {
	padding-top: 15px;
}
.p-t20 {
	padding-top: 20px;
}
.p-t40 {
	padding-top: 40px;
}
.p-t50 {
	padding-top: 50px;
}
.p-t70 {
	padding-top: 70px;
}
.p-t100 {
	padding-top: 100px;
}
.p-t110 {
	padding-top: 110px;
}
.p-t120 {
	padding-top: 120px;
}
.p-t130 {
	padding-top: 130px;
}
.p-t140 {
	padding-top: 140px;
}
.p-t150 {
	padding-top: 150px;
}
.p-b0 {
	padding-bottom: 0;
}
.p-b5 {
	padding-bottom: 5px;
}
.p-b10 {
	padding-bottom: 10px;
}
.p-b15 {
	padding-bottom: 15px;
}
.p-b20 {
	padding-bottom: 20px;
}
.p-b60 {
	padding-bottom: 60px;
}
.p-b70 {
	padding-bottom: 70px;
}
.p-b90 {
	padding-bottom: 90px;
}
.p-b100 {
	padding-bottom: 100px;
}
.p-b110 {
	padding-bottom: 110px;
}
.p-b120 {
	padding-bottom: 120px;
}
.p-b130 {
	padding-bottom: 130px;
}
.p-b140 {
	padding-bottom: 140px;
}
.p-b150 {
	padding-bottom: 150px;
}
.p-l0 {
	padding-left: 0;
}
.p-l5 {
	padding-left: 5px;
}
.p-l10 {
	padding-left: 10px;
}
.p-l15 {
	padding-left: 15px;
}
.p-l20 {
	padding-left: 20px;
}
.p-l30 {
	padding-left: 30px;
}
.p-l40 {
	padding-left: 40px;
}
.p-l50 {
	padding-left: 50px;
}
.p-l60 {
	padding-left: 60px;
}
.p-l70 {
	padding-left: 70px;
}
.p-l80 {
	padding-left: 80px;
}
.p-l90 {
	padding-left: 90px;
}
.p-l100 {
	padding-left: 100px;
}
.p-l110 {
	padding-left: 110px;
}
.p-l120 {
	padding-left: 120px;
}
.p-l130 {
	padding-left: 130px;
}
.p-l140 {
	padding-left: 140px;
}
.p-l150 {
	padding-left: 150px;
}
.p-r0 {
	padding-right: 0;
}
.p-r5 {
	padding-right: 5px;
}
.p-r10 {
	padding-right: 10px;
}
.p-r15 {
	padding-right: 15px;
}
.p-r20 {
	padding-right: 20px;
}
.p-r30 {
	padding-right: 30px;
}
.p-r40 {
	padding-right: 40px;
}
.p-r50 {
	padding-right: 50px;
}
.p-r60 {
	padding-right: 60px;
}
.p-r70 {
	padding-right: 70px;
}
.p-r80 {
	padding-right: 80px;
}
.p-r90 {
	padding-right: 90px;
}
.p-r100 {
	padding-right: 100px;
}
.p-r110 {
	padding-right: 110px;
}
.p-r120 {
	padding-right: 120px;
}
.p-r130 {
	padding-right: 130px;
}
.p-r140 {
	padding-right: 140px;
}
.p-r150 {
	padding-right: 150px;
}
.p-lr0 {
	padding-left: 0;
	padding-right: 0;
}
.p-lr5 {
	padding-left: 5px;
	padding-right: 5px;
}
.p-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}
.p-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p-lr30 {
	padding-left: 30px;
	padding-right: 30px;
}
.p-lr40 {
	padding-left: 40px;
	padding-right: 40px;
}
.p-lr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.p-lr60 {
	padding-left: 60px;
	padding-right: 60px;
}
.p-lr70 {
	padding-left: 70px;
	padding-right: 70px;
}
.p-lr80 {
	padding-left: 80px;
	padding-right: 80px;
}
.p-lr90 {
	padding-left: 90px;
	padding-right: 90px;
}
.p-lr100 {
	padding-left: 100px;
	padding-right: 100px;
}
.p-lr120 {
	padding-left: 120px;
	padding-right: 120px;
}
.p-lr150 {
	padding-left: 150px;
	padding-right: 150px;
}
.p-tb0 {
	padding-bottom: 0;
	padding-top: 0;
}
.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}
.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.p-tb40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.p-tb50 {
	padding-bottom: 50px;
	padding-top: 50px;
}
.p-tb60 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.p-tb70 {
	padding-bottom: 70px;
	padding-top: 70px;
}
.p-tb90 {
	padding-bottom: 90px;
	padding-top: 90px;
}
.p-tb100 {
	padding-bottom: 100px;
	padding-top: 100px;
}
.p-tb120 {
	padding-bottom: 120px;
	padding-top: 120px;
}
.p-tb150 {
	padding-bottom: 150px;
	padding-top: 150px;
}
.m-a-1 {
	margin: -1px
}
.m-a0 {
	margin: 0;
}
.m-a5 {
	margin: 5px;
}
.m-a10 {
	margin: 10px;
}
.m-a15 {
	margin: 15px;
}
.m-a20 {
	margin: 20px;
}
.m-a30 {
	margin: 30px;
}
.m-a40 {
	margin: 40px;
}
.m-a50 {
	margin: 50px;
}
.m-a60 {
	margin: 60px;
}
.m-a70 {
	margin: 70px;
}
.m-a80 {
	margin: 80px;
}
.m-a90 {
	margin: 90px;
}
.m-a100 {
	margin: 100px;
}
.m-a110 {
	margin: 110px;
}
.m-a120 {
	margin: 120px;
}
.m-a130 {
	margin: 130px;
}
.m-a140 {
	margin: 140px;
}
.m-a150 {
	margin: 150px;
}
.m-t5 {
	margin-top: 5px;
}
.m-t10 {
	margin-top: 10px;
}
.m-t15 {
	margin-top: 15px;
}
.m-t30 {
	margin-top: 30px;
}
.m-t40 {
	margin-top: 40px;
}
.m-t50 {
	margin-top: 50px;
}
.m-t60 {
	margin-top: 60px;
}
.m-t70 {
	margin-top: 70px;
}
.m-t80 {
	margin-top: 80px;
}
.m-t90 {
	margin-top: 90px;
}
.m-t100 {
	margin-top: 100px;
}
.m-t110 {
	margin-top: 110px;
}
.m-t120 {
	margin-top: 120px;
}
.m-t130 {
	margin-top: 130px;
}
.m-t140 {
	margin-top: 140px;
}
.m-t150 {
	margin-top: 150px;
}
.m-b5 {
	margin-bottom: 5px;
}
.m-b60 {
	margin-bottom: 60px;
}
.m-b70 {
	margin-bottom: 70px;
}
.m-b80 {
	margin-bottom: 80px;
}
.m-b90 {
	margin-bottom: 90px;
}
.m-b100 {
	margin-bottom: 100px;
}
.m-b110 {
	margin-bottom: 110px;
}
.m-b120 {
	margin-bottom: 120px;
}
.m-b130 {
	margin-bottom: 130px;
}
.m-b140 {
	margin-bottom: 140px;
}
.m-b150 {
	margin-bottom: 150px;
}
.m-l0 {
	margin-left: 0;
}
.m-l5 {
	margin-left: 5px;
}
.m-l10 {
	margin-left: 10px;
}
.m-l15 {
	margin-left: 15px;
}
.m-l20 {
	margin-left: 20px;
}
.m-l30 {
	margin-left: 30px;
}
.m-l40 {
	margin-left: 40px;
}
.m-l50 {
	margin-left: 50px;
}
.m-l60 {
	margin-left: 60px;
}
.m-l70 {
	margin-left: 70px;
}
.m-l80 {
	margin-left: 80px;
}
.m-l90 {
	margin-left: 90px;
}
.m-l100 {
	margin-left: 100px;
}
.m-l110 {
	margin-left: 110px;
}
.m-l120 {
	margin-left: 120px;
}
.m-l130 {
	margin-left: 130px;
}
.m-l140 {
	margin-left: 140px;
}
.m-l150 {
	margin-left: 150px;
}
.m-r0 {
	margin-right: 0;
}
.m-r5 {
	margin-right: 5px;
}
.m-r10 {
	margin-right: 10px;
}
.m-r15 {
	margin-right: 15px;
}
.m-r20 {
	margin-right: 20px;
}
.m-r30 {
	margin-right: 30px;
}
.m-r40 {
	margin-right: 40px;
}
.m-r50 {
	margin-right: 50px;
}
.m-r60 {
	margin-right: 60px;
}
.m-r70 {
	margin-right: 70px;
}
.m-r80 {
	margin-right: 80px;
}
.m-r90 {
	margin-right: 90px;
}
.m-r100 {
	margin-right: 100px;
}
.m-r110 {
	margin-right: 110px;
}
.m-r120 {
	margin-right: 120px;
}
.m-r130 {
	margin-right: 130px;
}
.m-r140 {
	margin-right: 140px;
}
.m-r150 {
	margin-right: 150px;
}
.m-lr0 {
	margin-left: 0;
	margin-right: 0;
}
.m-lr5 {
	margin-left: 5px;
	margin-right: 5px;
}
.m-lr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.m-lr15 {
	margin-left: 15px;
	margin-right: 15px;
}
.m-lr20 {
	margin-left: 20px;
	margin-right: 20px;
}
.m-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}
.m-lr40 {
	margin-left: 40px;
	margin-right: 40px;
}
.m-lr50 {
	margin-left: 50px;
	margin-right: 50px;
}
.m-lr60 {
	margin-left: 60px;
	margin-right: 60px;
}
.m-lr70 {
	margin-left: 70px;
	margin-right: 70px;
}
.m-lr80 {
	margin-left: 80px;
	margin-right: 80px;
}
.m-lr90 {
	margin-left: 90px;
	margin-right: 90px;
}
.m-lr100 {
	margin-left: 100px;
	margin-right: 100px;
}
.m-lr120 {
	margin-left: 120px;
	margin-right: 120px;
}
.m-lr150 {
	margin-left: 150px;
	margin-right: 150px;
}
.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px;
}
.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px;
}
.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px;
}
.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px;
}
.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px;
}
.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px;
}
.m-tb120 {
	margin-bottom: 120px;
	margin-top: 120px;
}
.m-tb150 {
	margin-bottom: 150px;
	margin-top: 150px;
}
.no-col-gap [class*="col-xs-"], .no-col-gap [class*="col-sm-"], .no-col-gap [class*="col-md-"], .no-col-gap [class*="col-lg-"] {
	padding-left: 0;
	padding-right: 0;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.z-index1 {
	z-index: 1;
}
.z-index2 {
	z-index: 2;
}
.z-index3 {
	z-index: 3;
}
.z-index4 {
	z-index: 4;
}
.z-index5 {
	z-index: 5;
}
.z-index6 {
	z-index: 6;
}
.z-index7 {
	z-index: 7;
}
.z-index8 {
	z-index: 8;
}
.z-index9 {
	z-index: 9;
}
.z-index10 {
	z-index: 10;
}
.z-index100 {
	z-index: 100;
}
.z-index999 {
	z-index: 999;
}
.text-gray {
	color: #f5f6f6;
}
.text-gray-dark {
	color: #d3d3d3;
}
.text-red {
	color: #99090A;
}
.text-green {
	color: #557131;
}
.text-yellow {
	color: #ffc100;
}
.text-light-blue {
	color: #004F83;
}
.bg-orange-light {background-color:#fff6ef;}
.bg-orange-light2 {background-color:#feede7;}
.bg-transparent {
	background-color: transparent;
}
.bg-dark {
	background-color: #1e1e20;
}
.bg-black-light {
	background-color: #212121;
}
.bg-gray-dark {
	background-color: #d3d3d3;
}
.bg-red {
	background-color: #fb5455;
}
.bg-orange {
	background-color: #FF4B00;
}
.bg-dark-blue {
	background-color: #161b23;
}
.bg-light-blue {
	background-color: #3097db;
}
.bg-green {
	background-color: #54ba1d;
}
.bg-yellow {
	background-color: #fff000;
}
.bg-purple {
	background-color: #5e6db3;
}
.bg-cyan {
	background-color: #00ca95;
}
.bg-blue {
	background-color: #31cff9;
}
.bg-light-orange {
	background-color: #fd7b6c;
}
.gradi-1 {
	background: rgb(78,215,207); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(78,215,207,1) 0%, rgba(25,159,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(78,215,207,1) 0%,rgba(25,159,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(78,215,207,1) 0%,rgba(25,159,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ed7cf', endColorstr='#199fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradi-2 {
	background: rgb(234,111,157); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(234,111,157,1) 0%, rgba(238,137,109,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(234,111,157,1) 0%,rgba(238,137,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(234,111,157,1) 0%,rgba(238,137,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6f9d', endColorstr='#ee896d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradi-3 {
	background: rgb(98,124,235); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(98,124,235,1) 0%, rgba(110,75,159,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(98,124,235,1) 0%,rgba(110,75,159,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(98,124,235,1) 0%,rgba(110,75,159,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627ceb', endColorstr='#6e4b9f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradi-4 {
	background: rgb(251,188,117); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(251,188,117,1) 0%, rgba(251,165,106,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(251,188,117,1) 0%,rgba(251,165,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(251,188,117,1) 0%,rgba(251,165,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbc75', endColorstr='#fba56a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width:768px) {
.bg-parallax {
		background-attachment: fixed !important;
		background-position: center !important;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.opacity-01 {
	opacity: 0.1;
}
.opacity-02 {
	opacity: 0.2;
}
.opacity-03 {
	opacity: 0.3;
}
.opacity-04 {
	opacity: 0.4;
}
.opacity-06 {
	opacity: 0.6;
}
.opacity-08 {
	opacity: 0.8;
}
.overlay-bx {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.overlay-icon {
	list-style: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	z-index: 1 !important;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.overlay-icon a {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	background-color:#00173c;
	color:#fff;
}
.overlay-icon .wt-icon-box-xs {
	line-height: 40px;
}
.overlay-icon a:hover {
	color: #fff;
}
.overlay-bx:hover a>i, .wt-thum-bx:hover .overlay-bx a>i {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.overlay-bx:hover, .wt-thum-bx:hover .overlay-bx, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
	opacity: 1;
	visibility: visible;
}
.rounded-bx, .wt-icon-box, .wt-icon-box-small, .wt-thum-bx, .wt-post-thum {
	position: relative;
}
.wt-icon-box-xld, .wt-icon-box-xl, .wt-icon-box-lg, .wt-icon-box-sm, .wt-icon-box-xs {
	display: inline-block;
	text-align: center;
}
.wt-icon-box-xld {
	width: 180px;
	height: 180px;
}
.wt-icon-box-xl {
	width: 150px;
	height: 150px;
}
.wt-icon-box-lg {
	width: 120px;
	height: 120px;
}
.wt-icon-box-sm {
	width: 80px;
	height: 80px;
}
.wt-icon-box-xs {
	width: 40px;
	height: 40px;
}
.wt-icon-box-xld.radius, .wt-icon-box-xl.radius, .wt-icon-box-lg.radius, .wt-icon-box-sm.radius, .wt-icon-box-xs.radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.wt-icon-box-xld i, .wt-icon-box-xl i, .wt-icon-box-lg i, .wt-icon-box-sm i, .wt-icon-box-xs i {
	vertical-align: middle;
}
.wt-icon-box-xld i {
	font-size: 100px;
}
.wt-icon-box-xl i {
	font-size: 80px;
}
.wt-icon-box-lg i {
	font-size: 60px;
}
.wt-icon-box-sm i {
	font-size: 30px;
}
.wt-icon-box-xs i {
	font-size: 20px;
}
.wt-icon-box-xld img, .wt-icon-box-xl img, .wt-icon-box-lg img, .wt-icon-box-sm img, .wt-icon-box-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
}
.wt-icon-box-xld img {
	height: 90px;
}
.wt-icon-box-xl img {
	height: 80px;
}
.wt-icon-box-lg img {
	height: 55px;
}
.wt-icon-box-sm img {
	height: 30px;
}
.wt-icon-box-xs img {
	height: 20px;
}
.bdr-white {
	border-color: #ffffff;
}
.bdr-black {
	border-color: #000000;
}
.bdr-primary {
	border-color: #0f1221;
}
.bdr-gray {
	border-color: #dddddd;
}
.bdr-gray-light {
	border-color: #eeeeee;
}
.bdr-gray-dark {
	border-color: #333333;
}
.bdr-solid {
	border-style: solid;
}
.bdr-dot {
	border-style: dotted;
}
.bdr-dash {
	border-style: dashed;
}
.bdr-1 {
	border-width: 1px;
}
.bdr-2 {
	border-width: 2px;
}
.bdr-3 {
	border-width: 3px;
}
.bdr-4 {
	border-width: 4px;
}
.bdr-5 {
	border-width: 5px;
}
.bdr-l-1 {
	border-width: 0px 0px 0px 1px;
}
.bdr-r-1 {
	border-width: 0px 1px 0px 0px;
}
.bdr-t-1 {
	border-width: 1px 0px 0px 0px;
}
.bdr-b-1 {
	border-width: 0px 0px 1px 0px;
}
.bdr-l-2 {
	border-width: 0px 0px 0px 2px;
}
.bdr-r-2 {
	border-width: 0px 2px 0px 0px;
}
.bdr-t-2 {
	border-width: 2px 0px 0px 0px;
}
.bdr-b-2 {
	border-width: 0px 0px 2px 0px;
}
.bdr-l-3 {
	border-width: 0px 0px 0px 3px;
}
.bdr-r-3 {
	border-width: 0px 3px 0px 0px;
}
.bdr-t-3 {
	border-width: 3px 0px 0px 0px;
}
.bdr-b-3 {
	border-width: 0px 0px 3px 0px;
}
.bdr-l-4 {
	border-width: 0px 0px 0px 4px;
}
.bdr-r-4 {
	border-width: 0px 4px 0px 0px;
}
.bdr-t-4 {
	border-width: 4px 0px 0px 0px;
}
.bdr-b-4 {
	border-width: 0px 0px 4px 0px;
}
.bdr-l-5 {
	border-width: 0px 0px 0px 5px;
}
.bdr-r-5 {
	border-width: 0px 5px 0px 0px;
}
.bdr-t-5 {
	border-width: 5px 0px 0px 0px;
}
.bdr-b-5 {
	border-width: 0px 0px 5px 0px;
}
.icon-xld, .icon-sm, .icon-xs {
	display: inline-block;
	text-align: center;
}
.icon-xld i, .icon-sm i, .icon-xs i {
	vertical-align: middle;
}
.icon-xld {
	width: 120px;
}
.icon-xld i {
	font-size: 100px;
}
.icon-sm {
	width: 40px;
}
.icon-sm i {
	font-size: 30px;
}
.icon-xs {
	width: 30px;
}
.icon-xs i {
	font-size: 20px;
}
.icon-xld img, .icon-sm img, .icon-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
}
.icon-xld img {
	height: 90px;
}
.icon-sm img {
	height: 30px;
}
.icon-xs img {
	height: 20px;
}
.wt-icon-box-xld, .wt-icon-box-xl, .wt-icon-box-lg, .wt-icon-box-sm, .wt-icon-box-xs {
	display: table;
}
.wt-tilte-inner {
	position: relative;
}
.wt-tilte-inner {
	display: inline-block;
}
.wt-tilte-inner.skew-title:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: -1;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
.wt-thum-bx, .wt-post-thum {
	background-color: #000;
}
.wt-thum-bx img, .wt-post-thum img {
	width: 100%;
	height: auto;
}
.wt-img-overlay1, .wt-img-overlay2 {
	position: relative;
}
.wt-img-overlay1:before, .wt-img-overlay1:after {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0.4;
	z-index: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.wt-img-overlay1:before {
	width: 100%;
	height: 100%;
	opacity: 0;
}
.wt-img-overlay1:hover:before {
	opacity: 0.5;
}
.wt-img-overlay2:before {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
	/* IE6-9 */
}
.wt-img-overlay2:hover:before {
	opacity: 0.9;
}
.site-button-gradient {
	background: rgb(249,107,57); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(249,107,57,1) 0%, rgba(26,32,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(249,107,57,1) 0%,rgba(26,32,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(249,107,57,1) 0%,rgba(26,32,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00173c', endColorstr='#1a203b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.site-button-gradient:hover {
	background: rgb(26,32,59); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(26,32,59,1) 0%, rgba(249,107,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(26,32,59,1) 0%,rgba(249,107,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(26,32,59,1) 0%,rgba(249,107,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a203b', endColorstr='#00173c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mfp-video.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin: -25px;
	color: #fff;
	display: block;
	z-index: 10;
	font-size: 14px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.mfp-video.video-play-btn:hover {
	background-color: #0f1221;
	color: #fff;
	border: 2px solid transparent;
}
.mfp-video.video-play-btn i {
	margin-right: -5px;
}
.button-sm {
	padding: 5px 10px;
	font-size: 12px;
}
.button-lg {
	padding: 15px 30px;
	font-size: 16px;
}
.button-xl {
	padding: 30px 50px;
	font-size: 24px;
}
.radius-no {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.radius-sm {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.radius-md {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.radius-xl {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.radius-bx {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.wt-separator-outer {
	overflow: hidden;
}
.wt-divider {
	height: 1px;
	position: relative;
	margin: 0px 0px 30px 0px;
	background-color: #424242;
}
.wt-divider.divider-2px {
	height: 2px;
}
.wt-divider.divider-3px {
	height: 3px;
}
.wt-divider.divider-4px {
	height: 4px;
}
.wt-divider i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wt-divider.icon-left {
	margin-left: 40px;
}
.wt-divider.icon-left i {
	left: -40px;
}
.wt-divider.icon-right {
	margin-right: 40px;
}
.wt-divider.icon-right i {
	left: auto;
	right: -40px;
}
.wt-divider.icon-center i {
	left: 50%;
	margin-left: -5px;
}
.wt-tabs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media only screen and (max-width: 767px) {
.wt-tabs .nav-tabs>li {
		float: none;
	}
}
.wt-tabs p:last-child {
	margin-bottom: 0;
}
.wt-tabs .tab-pane {
	padding: 20px 0;
}
.wt-tabs .nav-tabs>li>a {
	color: #000;
	font-size: 14px;
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-radius: 0px;
	font-weight: 800;
	border-top: 2px solid transparent;
	display:block;
}
.wt-tabs .nav-tabs>li>a i {
	margin-right: 5px;
}
.wt-tabs.tabs-default.has-bg .nav-tabs>li>a {
	color: #fff;
}
.wt-tabs.tabs-default.has-bg .tab-pane {
	color: #fff;
}
.wt-tabs.nav-center>.nav-tabs {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.wt-tabs.bg-tabs .nav-tabs > li >a {
	background-color:#ff5e15;
	border: 0px;
	margin-right: -1px;
	
}
.wt-tabs.bg-tabs.has-bg .tab-pane {
	color: #fff;
}
.wt-tabs.vertical.bg-tabs .nav-tabs>li>a {
	border-bottom: 4px solid transparent;
}
.wt-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
	border: 1px solid #ddd;
}
.wt-tabs.border .tab-pane {
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: -1px;
}
.wt-tabs.border {border:none !important;}
.wt-tabs.border .table td, .wt-tabs.border .table th {border:0px;}
.wt-tabs.vertical .nav-tabs {
	float: left;
	width: 170px;
	border-bottom: none;
	border-right: 0px;
}
@media only screen and ( max-width:720px) {
.wt-tabs.vertical .nav-tabs {
		width: 100%;
		float: none;
		border-right: 0px;
	}
.wt-tabs.vertical .tab-content {
		width: 100%;
		margin-left: 0px !important;
	}
}
.wt-tabs.vertical .tab-pane {
	padding: 10px 0 10px 20px;
}
.wt-tabs.vertical .nav-tabs li {
	float: none;
	margin-right: 0px;
}
.wt-tabs.vertical .nav-tabs li a {
	margin-right: 0;
	border-right: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #000;
	border-bottom: 1px solid transparent;
}
.wt-tabs.vertical .tab-content {
	border-left: 0px;
	margin-left: 169px;
}
.wt-tabs.vertical.border .tab-pane {
	padding: 20px;
	margin-left: -1px;
}
.wt-tabs.vertical.right .nav-tabs {
	border-left: 1px solid #ddd;
	border-right: none;
	float: right;
}
.wt-tabs.vertical.right .nav-tabs li {
	margin-right: 0;
	margin-left: -1px;
}
.wt-tabs.vertical.right .nav-tabs li a {
	border-right: 1px solid transparent;
	border-left: none;
}
.wt-tabs.vertical.right .tab-content {
	border-left: none;
	border-right: 1px solid #ddd;
	margin-right: 169px;
	margin-left: 0;
}
.wt-tabs.vertical.right .tab-pane {
	padding: 10px 20px 10px 0;
}
.wt-tabs.vertical.right.border .tab-pane {
	padding: 20px;
	margin-right: -1px;
}
.acod-body {
	color: #000;
}
.acc-default.acc-has-bg .acod-body {
	color: #fff;
}
.acc-outline.acc-has-bg .acod-body {
	color: #fff;
}
.acc-bg-primary a {
	background-color: #000;
}
.acc-bg-primary.acc-has-bg .acod-body {
	color: #fff;
}
.acc-bg-dark a {
	background-color: #000;
}
.acc-bg-dark.acc-has-bg .acod-body {
	color: #fff;
}
.quote-left, .quote-right {
	position: relative;
}
.quote-left:before, .quote-right:after {
	font-family: "FontAwesome";
	position: absolute;
	z-index: 10;
	top: 15px;
}
.quote-left:before {
	content: "\f10d";
	left: 0;
}
.quote-right:after {
	content: "\f10e";
	left: auto;
	right: 0;
}
.testimonial-2-outer {position:relative;z-index:1}
.testimonial-2-outer:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	content: '';
	background-color:#eff3f6;
	height: 100%;
	width: 50%;
}
.testimonial-2-content-outer {	position: relative;	z-index: 1;}
.testimonial-2 {margin:0px 15px 30px 0px; position:relative;padding:60px 35px 30px 40px;}
.testimonial-2 .testimonial-position {    display: block;    font-size: 24px;    position: relative;    line-height: 24px;}
@media only screen and (max-width:991px) {
.testimonial-2-outer:before {
	width: 100%;
}
.testimonial-2 {
    margin:0px;
    padding: 60px 35px 30px 40px;
}
}
@media only screen and (max-width:400px) {
.testimonial-2 {margin: 0px 0px 0px 0px; position: relative; padding: 45px 20px 20px 20px;}
}
.testimonial-position {
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.testimonial-1-thumb {
	max-width: 285px;
	position: relative;
	overflow:hidden;
	left:50%;
	transform:translateX(50%);
	-webkit-transform:translateX(-50%);
}
@media only screen and (max-width:540px) {
.testimonial-home {
	padding:30px;
}
.testimonial-1-thumb {
    max-width: 175px;
}
}
.testimonial-bg {
	color: #fff;
}
.pricingtable-inner {
	text-align: center;
	border: 1px solid #E9E9E9;
}
.pricing-table-top-section {
	position: relative;
	overflow: hidden;
}
.pricingtable-price {
	padding: 10px;
	margin: -1px;
	position: relative;
}
.pricingtable-sign {
	font-size: 72px;
	color:#0f1221;
	font-weight: 700;
	position: relative;
	top: 0;
}
.pricingtable-bx {
	font-size: 72px;
	color: #0f1221;
	font-weight: 700;
}
.pricingtable-type {
	font-size: 20px;
	color:#0f1221;
	display: block;
	letter-spacing: 0px;
	padding: 20px 10px 10px 10px;
}
.pricingtable-title {
	padding:0px 20px 0px 20px;
	margin: -1px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	z-index: 1;
}
.table-featured-title {
	font-style: italic;
	padding: 4px 50px;
	position: absolute;
	left: -30px;
	top: 30px;
	-ms-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	transform: rotate(-42deg);
}
.pricingtable-title * {
	margin: 0px;
}
.pricingtable-features {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
}
.pricingtable-features li {
	padding: 15px;
}
.pricingtable-features li i {
	margin: 0 3px;
}
.pricingtable-footer {
	margin-top: -1px;
	padding: 20px;
}
.pricingtable-highlight-outer {
	position:relative;
	z-index:10;
}
.pricingtable-highlight {
	position: relative;
	z-index: 99;
	background-color: #ff5e15;
}
.pricingtable-highlight .pricingtable-title h2 {
	color: #fff;
}
.pricingtable-highlight .pricingtable-features {
	color:#fff;
}
.pricingtable-highlight .pricingtable-type {
	color:#fff;
}
.pricingtable-highlight .pricingtable-price {
	padding: 10px 10px;
}
.pricingtable-highlight .pricingtable-price .pricingtable-bx {
	color:#fff;
}
.pricingtable-highlight .pricingtable-price .pricingtable-bx .pricingtable-sign {
    color:#fff;
}
.pricingtable-highlight .pricingtable-footer {
	padding: 20px 20px;
}
.no-col-gap .pricingtable-wrapper {
	margin-left: -1px;
}
.pt-with-icon {margin-top:70px;}
.pt-pic-outer {position: relative; top: -70px; margin-bottom: -45px;}
.pt-pic {
	width: 140px;
	margin: 0px auto;
	background-color:#dff6fc;
	border-radius: 50%;
	height: 140px;
	line-height: 140px;
	text-align:center
}
.pt-pic img {width: 75px;}
@media only screen and (max-width:991px) {
.pricingtable-highlight {
	margin:0px 0;
	box-shadow:none;
	border: 1px solid #E9E9E9;
}
.pricingtable-highlight .pricingtable-price {
    padding:10px;
}
.pricingtable-highlight .pricingtable-footer {
     padding: 20px 20px;
}
.pricingtable-row.no-col-gap [class*="col-xs-"], .pricingtable-row.no-col-gap [class*="col-sm-"], .pricingtable-row.no-col-gap [class*="col-md-"], .pricingtable-row.no-col-gap [class*="col-lg-"] {
    padding-left:15px;
    padding-right:15px;
}
}
@media only screen and (max-width:767px) {
.pricingtable-row.no-col-gap [class*="col-xs-"], .pricingtable-row.no-col-gap [class*="col-sm-"], .pricingtable-row.no-col-gap [class*="col-md-"], .pricingtable-row.no-col-gap [class*="col-lg-"] {
    padding-left:0px;
    padding-right:0px;
}
}
@media only screen and (max-width:576px) {
.pricingtable-row {
	padding: 0px 15px;

}
}
@media only screen and (max-width:420px) {
.pricingtable-bx {
		font-size: 40px;
	}
.pricingtable-sign {font-size: 40px;}
.pricingtable-type {
		font-size: 18px;
	}
}
.alert.alert-sm {
	padding: 5px 15px;
	font-size: 12px;
}
.alert.alert-lg {
	padding: 25px 15px;
	font-size: 16px;
}
.alert.alert-xl {
	padding: 35px 15px;
	font-size: 18px;
}
.alert[class*="alert-"] i {
	margin-right: 8px;
}
.alert.no-radius {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.alert.no-bg {
	background-color: transparent;
	border-width: 2px;
}
.alert[class*="alert-"] ul {
	padding-left: 25px;
	margin-top: 10px;
}
.alert[class*="alert-"] ul li:before {
	color: #a94442;
}
.bg-blur-img:hover {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.algo-image-hover.sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
.modal-xlg {
	width: 1000px;
}
@media only screen and (max-width: 1024px) {
.modal-xlg {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}
.wt-social-icon {
	display: inline-block;
	margin: 0 -3px;
	padding: 0;
}
.wt-social-icon li {
	display: inline-block;
	padding: 0;
	font-size: 12px;
}
.wt-social-icon li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 4px;
}
.wt-social-icon.border li {
	padding: 0 3px;
}
.wt-social-icon.border li a {
	border: 1px solid #efeded;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.wt-social-icon.dark li a {
	border: 1px solid #777777;
	color: #777777;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.google-map {
	width: 100%;
	height: 460px;
}
.panel-default, .panel-default>.panel-heading {
	border-color: #e7ecf1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e7ecf1;
}
.input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group-addon {
	background: #fff;
	border-color: #e1e1e1;
	padding: 6px 14px;
	font-size: 16px;
}
.input-group-addon.font-size-20 {
	font-size: 20px;
}
.input-group-addon.fixed-w {
	text-align: center;
	padding: 6px 0;
	width: 40px;
}
.input-group-addon.v-align-t {
	line-height: 30px;
}
.form-inline .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"] {
	position: absolute;
	left: 0;
	bottom: 0;
}
.btn-file {
	overflow: hidden;
	position: relative;
}
.btn-file input[type="file"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: inherit;
	display: block;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.has-feedback label~.form-control-feedback {
	top: 31px;
}
.resize-vertical {
	resize: vertical;
}
.resize-horizontal {
	resize: horizontal
}
.resize-none {
	resize: none
}
.loading-cover, .loading-srh-bar, .loading-map {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.loading-cover .fa-spinner, .loading-srh-bar .fa-spinner, .loading-map .fa-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px;
	font-size: 25px;
	color: #333;
}
.widget_archives ul {
	list-style:none;
	margin-bottom:0px;
}
.widget_archives ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	padding: 10px 0px 10px 0px;
	margin-bottom: 0;
	font-size:14px;
	line-height: 20px;
}
.widget_archives ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.widget_archives ul li a {
	color: #000;
}
.widget_archives ul li a:hover {
	color: #ff5e15;
}
.widget_archives ul li .badge {
	float: right;
	background: none;
	color:#111;
	font-weight: normal;
	font-size: 14px;
	font-weight: 600;
}
.all_services {background-color: #00173c;}
.all_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.all_services ul li {
	border-bottom: 1px solid #010c1d;
	position: relative;
}
.all_services ul li {
	font-size: 16px;
}
.all_services ul li:last-child {
	border-bottom: 0px;
}
.all_services ul li a {
	position: relative;
	padding: 20px 10px 20px 30px;
	margin-bottom: 0;
	line-height: 20px;
	display: block;
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
}
.all_services ul li a:hover {
	background-color:#ff5e15;
}
.service-side-btn a.btn-block {background-color:#fff;}
.service-side-btn a.btn-block:hover {background-color:#ff5e15;}
@media only screen and (max-width:767px) {
.need-help {margin-bottom:0px;}
}
.search-bx button {
	border-left-color: #FFF;
	padding: 9px 20px;
	color: #fff !important;
	background-color: #ff5e15;

	border:0px;
	height: 56px;
	border-radius: 0px;
}
.widget_search .screen-reader-text {
	display: block;
}
.searchform {
	position: relative;
}
.searchform input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 10px 90px 10px 15px;
	border: 1px solid #CCCCCC;
}
.searchform input[type="submit"] {
	height: 40px;
	padding: 10px 15px;
	background-color: #0f1221;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
.searchform input[type="submit"]:hover, .searchform input[type="submit"]:focus, .searchform input[type="submit"]:active {
	background-color: #6ab33e;
	color: #ffffff!important;
	border-bottom-color: #5a9e2f;
}
.tweets-feed-entry .tweet-date {
	color: #3396d1;
	font-style: normal;
}
.widget_gallery ul {
	padding-left: 0;
}
.widget_gallery .wt-post-thum {
	margin-right:2px;
	margin-bottom:2px;
}
.widget_gallery li a {
	position: relative;
}
.widget_gallery li a:hover {
	cursor: crosshair;
}
.widget_gallery li:hover img {
	margin-bottom: 0;
	opacity: 0.3;
}
.widget_gallery li:hover a:after {
	opacity: 1;
}
.widget_gallery a {
	display: block;
}
@media only screen and (max-width:991px) {
.widget_gallery li {
		width: 24.333%;
	}
}
@media only screen and (max-width:480px) {
.widget_gallery li {
		width: 32.1%;
	}
}
.widget_newsletter-2 .newsletter-bx {
	background-color: #f6f7f8;
	text-align: center;
}
.widget_newsletter-2 .newsletter-bx .newsletter-icon {
	background-color: #000;
	display: block;
	width: 70px;
	height: 70px;
	margin: 0px auto;
	margin-bottom: 15px;
	border-radius: 50%;
	text-align: center;
}
.widget_newsletter-2 .newsletter-bx .newsletter-icon i {
	font-size: 32px;
	color: #fff;
	line-height: 70px;
}
.widget-client {
	background-color: #f6f7f8;
}
.wt-responsive-table td, .wt-responsive-table th {
	text-align: center;
}
@media only screen and (max-width: 800px) {
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
		display: block;
	}
#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: none;
	}
#no-more-tables tr {
		border: 1px solid #ccc;
	}
#no-more-tables td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left;
	}
#no-more-tables td:before {
		position: absolute;
		top: 18px;
		left: 18px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
#no-more-tables td:before {
		content: attr(data-title);
	}
}
.cart-total-table table {margin-bottom:0px;}
.yt-thum-box img {
	margin: -9.5% 0%;
}
.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 15px;
}
.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}
.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}
a img.alignnone {
	margin: 5px 0 25px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}
a img.aligncenter {
	display: block;
	margin: 5px auto 15px;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
	margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
	margin: 5px 0 25px 25px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	color: #9d9d9d;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
.blog-grid-1 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: inherit;
	margin-bottom:30px;
	margin-left:20px;
	height:400px;
}
@media only screen and (max-width:991px) {
.blog-grid-1 {
	margin-bottom:0px;
}
}
.blog-list-1 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.blog-share-btn {
	position: absolute;
	bottom: 6px;
	right: 0px;
	border-radius: 50px;
	height: 30px;
	width: 25px;
	text-align: center;
	line-height: 30px;
	padding: 0px;
	border: none;
	background: none;
}
.blog-social-icon ul {
	margin-bottom: 0px;
}
.blog-social-icon li {
	display: block;
}
.blog-social-icon li a {
	padding: 6px;
	font-size: 14px;
	position: relative;
}
.blog-social-icon li:first-child a {
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding-top: 10px
}
.blog-social-icon li:last-child a {
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 10px
}
.block-shadow {
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}
.blog-social-icon li a .social-tooltip {
	padding: 4px 15px;
	position: absolute;
	right: 130%;
	top: 0px;
	background-color: #0f1221;
	color: #fff;
	display: block;
	width: auto;
	text-align: right;
	opacity: 0;
	
	font-size: 12px;
	border-radius: 3px;
}
.blog-social-icon li a:hover .social-tooltip {
	opacity: 1;
}
.social-tooltip:after, .social-tooltip:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.social-tooltip:after {
	border-left-color: #0f1221;
	border-width: 6px;
	margin-top: -6px;
}
.social-tooltip:before {
	border-left-color: #0f1221;
	border-width: 6px;
	margin-top: -6px;
}
.comments-area {
	padding: 0;
}
.comments-area .comments-title {
	text-transform: uppercase;
	font-size: 30px;
}
ol.comment-list {
	list-style: none;
}
ol.comment-list li.comment {
	position: relative;
	padding: 0;
}
ol.comment-list li.comment .comment-body {
	position: relative;
	padding:30px 0px 30px 110px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9dcde;
}
ol.comment-list li.comment .comment-author {
	display: block;
	margin-bottom: 10px;
}
ol.comment-list li.comment .comment-author .avatar {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 90px;
	height: 90px;
	border: 4px solid transparent;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
ol.comment-list li.comment .comment-author .fn {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
}
ol.comment-list li.comment .comment-author .says {
	display: none;
	color: #999999;
	font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
	margin-bottom: 5px;
	font-size: 12px;
}
ol.comment-list li.comment .comment-meta a {
	color: #000;
}
ol.comment-list li.comment .comment-meta:before, ol.comment-list li.comment .reply a:before {
	font-family: "FontAwesome";
	font-size: 16px;
	vertical-align: top;
}
ol.comment-list li.comment p {
	margin: 0 0 5px;
	font-weight: 400;
}
ol.comment-list li.comment .reply {
	text-align: left;
}
ol.comment-list li.comment .reply a {
	font-size: 14px;
	position: relative;
}
ol.comment-list li .children {
	list-style: none;
	margin-left: 40px;
}
ol.comment-list li .children li {
	padding: 0;
}
ol.comment-list li.comment .comment-body:hover .comment-author .avatar {
	border: 4px solid #fff;
}
@media only screen and (max-width:991px) {
#comment-list {margin-bottom:0px;}
}
@media only screen and (max-width: 767px) {
.comments-area .padding-30 {
		padding: 15px;
	}
ol.comment-list li.comment .comment-body {
		margin-bottom: 30px;
		margin-left: 30px;
		padding-left: 60px;
	}
ol.comment-list li.comment .comment-author .avatar {
		left: -35px;
		height: 70px;
		width: 70px;
	}
ol.comment-list li .children {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 480px) {
ol.comment-list li.comment .comment-body {
		margin-left: 10px;
	}
ol.comment-list li.comment .comment-author .avatar {
		left: -15px;
		top: 12px;
		width: 60px;
		height: 60px;
	}
ol.comment-list li.comment .comment-body {
		padding-left: 55px;
	}
}
@media only screen and (max-width: 380px) {
ol.comment-list li.comment .comment-body {
		padding: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
ol.comment-list li.comment .comment-author .avatar {
	position: inherit;
	display: block;
	margin-bottom: 20px;
	}
.comments-title {padding-left:15px; padding-right:15px;}
}
.comment-reply-link {
	position: relative;
	color:#00173c;
	font-weight: 700;
}
.comment-reply-link:before {
	position: absolute;
	content: "\f178";
	font-family: 'FontAwesome';
	left: 50%;
	top: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.comment-reply-link:hover:before {
	left: 110%;
	opacity: 1;
}
.comment-reply-link:hover {
	color: #000;
}
.comment-respond .comment-reply-title {
	text-transform: uppercase;
	font-size: 30px;
}
.comments-area .comment-form {
	margin: 0 -15px;
}
.comments-area .comment-form .comment-notes {
	display: none;
}
.comments-area .comment-form p {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 600;
}
.comments-area .comment-form p.comment-form-url {
	width: 100%;
	display: block;
	clear: both;
}
.comments-area .comment-form p.form-allowed-tags {
	width: 100%;
}
ol.comment-list li.comment .comment-respond .comment-form p {
	padding: 0 15px !important;
}
.comments-area .comment-form p label {
	display: none;
	line-height: 18px;
	margin-bottom: 10px;
}
.comments-area .comment-form p input[type="text"], .comments-area .comment-form p textarea {
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	background-color: #fff;
}
.comments-area .comment-form p.comment-form-comment {
	width: 100%;
	display: block;
	clear: both;
}
.comments-area .comment-form p textarea {
	height: 120px;
	resize: none;
}
.comments-area .comment-form p.form-submit {
	clear: both;
	float: none;
	width: 100%;
	margin: 0;
}
.comments-area .comment-form p input[type="submit"] {
	background-color: #77c04b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-width: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}
.comments-area .comment-form p input[type="submit"]:hover, .comments-area .comment-form p input[type="submit"]:focus, .comments-area .comment-form p input[type="submit"]:active {
	background-color: #6ab33e;
	border-color: #6ab33e;
	color: #fff;
}
@media only screen and (max-width: 767px) {
.comments-area .comment-form p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:1280px) {
.wt-post-info-inner {
		padding: 20px;
	}
}
@media only screen and (max-width:767px) {
.wt-post-info-inner {
		height: auto;
	}
}
.portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #fff;
	width: 100%;
	border: 0;
	position: relative;
}
.date-style-outline {
	padding: 40px 40px 40px 110px;
	margin-bottom: 30px;
}
.date-style-outline2 {
	padding: 0px 0px 0px 90px;
	margin-bottom: 60px;
}
.date-style-outline2 .readmore-line a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	right: -40px;
	top: 10px;
	background-color: #000;
}
@media only screen and (max-width:360px) {
.date-style-outline {
		padding: 20px;
		padding-top: 100px;
	}
}
.recent-posts-entry-date .wt-post-date {
	background-color: #0e0e0e;
	width: 50px;
	height: 60px;
	float: left;
}
.recent-posts-entry-date .wt-post-date strong {
	display: block;
	font-size: 24px;
}
.recent-posts-entry-date .wt-post-date span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
#header-part.fix-map-header {
	height: 90px;
}
@media only screen and (max-width:480px) {
#header-part.fix-map-header {
		height: 160px;
	}
}
.logo-footer-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.logo-footer-inner img {
	max-width: 100%;
	max-height: 100%;
}
.site-menu-share {
	background: none;
	border: none;
	outline: none;
	color: #000;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	text-align: center;
}
.social-bx li a {
    color:#ffffff;
	font-size:12px;
}
.wt-topbar-center {
	text-align: center;
}
.login-controls li {display:inline-block;margin-right:10px;}
.login-controls li:last-child {margin-right:0px;}
.login-controls li a {color:#00173c;}
.social-bx li {margin-right:15px;}
.social-bx li:last-child {margin-right:0px;}
.login-controls {margin-left:30px;}
@media only screen and (max-width: 991px) {
.login-controls {margin-left: 10px;text-align: left;display: inline-block;}
.login-controls li:last-child {display: inline-block; margin-right: 0px;}
.social-bx {text-align: left;display: inline-block !important;}
.social-bx li {margin-right: 15px;  display: inline-block;}
}
@media only screen and (max-width: 991px) {
.header-top-info .social-bx {
		margin-left: 0px;
	}
}
@media only screen and (max-width:480px) {
.header-top-info {
		display: none;
	}
}
.header-info {
	float: right;
}
.header-info>ul {
	list-style: none;
	display: table;
}
.header-info>ul li {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: middle;
}
.header-info>ul li strong {
	display: block;
	font-size: 32px;
	line-height:32px;
	color:#111;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 300;
}
.header-botton {
	background-color: #1a1a1a;
}
@media only screen and (max-width: 991px) {
header .logo {
		display: block;
		padding: 4px 0;
	}
.header-style-1 .header-info>ul li strong {
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
	}
}
@media only screen and (max-width:640px) {
.header-style-1 .header-info {display:none;}
}
@media only screen and (max-width: 991px) {
.navbar-header {
		float: none;
	}
}
.header-style-1 .header-search { text-align:center;}
.header-style-1 .header-search-icon {background-color:#fff; display: flex; width: 48px; position: absolute; right: 15px; top: 0px; bottom: 0px; height: 100%; align-content: center; flex-wrap: wrap;}
.header-style-1 .header-search-icon i {margin:0px auto;}
#search .close:hover:before {	cursor: pointer;}
.header-style-3 .header-search {display: block; text-align: center; position: relative; float:left; width: 48px;height: 40px; background-color: #00173c;}
.header-style-3 .header-search-icon {display: block; color:#fff; line-height: 40px;}
.header-style-3 .header-search-icon.close {    position: absolute;    top: 0px;    right: 0px;    color: #fff;    width: 48px;	height:40px;    bottom: 0px;    opacity: 1 !important;}
.header-style-3 .header-search-icon.close  i {display:none;}
.header-style-3 .header-search-icon.close {position: absolute; top: 0px; right: 0px; font-size: 0px; color:#fff; width: 48px; bottom: 0px; opacity: 1 !important;}
.header-style-3 .header-search-icon.close:after, .header-style-3 .header-search-icon.close:before {content: ""; position: absolute; width: 2px; height: 18px; background-color:#fff; right: 24px; top: 12px;}
.header-style-3 .header-search-icon.close:after {	-ms-transform: rotate(45deg); /* IE 9 */	-webkit-transform: rotate(45deg); /* Safari */	transform: rotate(45deg);}
.header-style-3 .header-search-icon.close:before {	-ms-transform: rotate(-45deg); /* IE 9 */	-webkit-transform: rotate(-45deg); /* Safari */	transform: rotate(-45deg);}
.header-style-3 .header-search-icon.close:hover:after, #search .close:hover:before {	cursor: pointer;}
.header-style-3 .header-search-icon i {margin:0px auto;}
.header-style-3 #search-toggle-block {display:none; position: absolute; right: 15px; top: 65px; border: 3px solid #ff5e15;}
.header-style-3 #search {position: relative;    background-color: rgba(255, 255, 255);}
.header-style-3 #search form {width: 280px;	color:#262423;	text-align: center;	outline: none;	padding: 12px;	margin: 0px auto;}
.header-style-3 #search input[type="search"] {		background: none;	border: none;	padding: 0px;	font-size: 14px;	height: auto;}
.header-style-3 #search .search-btn {border:none;	background:none;	padding:0px 0px 0px 15px;}
.header-style-3 #search .search-btn i {font-size:18px;}
.header-style-3 .header-search-icon.close {position: absolute; top: 0px; right: 0px; font-size: 0px; color:#fff; width: 48px; bottom: 0px; opacity: 1 !important;}
.header-style-3 .header-search-icon.close:after, .header-style-3 .header-search-icon.close:before {content: ""; position: absolute; width: 2px; height: 24px; background-color: #fff; right: 24px; top: 9px;}
.header-style-3 .header-search-icon.close:after {	-ms-transform: rotate(45deg); /* IE 9 */	-webkit-transform: rotate(45deg); /* Safari */	transform: rotate(45deg);}
.header-style-3 .header-search-icon.close:before {	-ms-transform: rotate(-45deg); /* IE 9 */	-webkit-transform: rotate(-45deg); /* Safari */	transform: rotate(-45deg);}
.header-style-3 .header-search-icon.close:hover:after, #search .close:hover:before {	cursor: pointer;}
.header-style-4 .header-search {display: block; text-align: center; position: relative; float:left; width: 48px;height: 40px; background-color: #00173c;}
.header-style-4 .header-search-icon {display: block; color:#fff; line-height: 40px;}
.header-style-4 .header-search-icon.close {    position: absolute;    top: 0px;    right: 0px;    color: #fff;    width: 48px;	height:40px;    bottom: 0px;    opacity: 1 !important;}
.header-style-4 .header-search-icon.close  i {display:none;}
.header-style-4 .header-search-icon.close {position: absolute; top: 0px; right: 0px; font-size: 0px; color:#fff; width: 48px; bottom: 0px; opacity: 1 !important;}
.header-style-4 .header-search-icon.close:after, .header-style-4 .header-search-icon.close:before {content: ""; position: absolute; width: 2px; height: 18px; background-color:#fff; right: 24px; top: 12px;}
.header-style-4 .header-search-icon.close:after {	-ms-transform: rotate(45deg); /* IE 9 */	-webkit-transform: rotate(45deg); /* Safari */	transform: rotate(45deg);}
.header-style-4 .header-search-icon.close:before {	-ms-transform: rotate(-45deg); /* IE 9 */	-webkit-transform: rotate(-45deg); /* Safari */	transform: rotate(-45deg);}
.header-style-4 .header-search-icon.close:hover:after, #search .close:hover:before {	cursor: pointer;}
.header-style-4 .header-search-icon i {margin:0px auto;}
.header-style-4 #search-toggle-block {display:none; position: absolute; right: 15px; top: 65px; border: 3px solid #ff5e15;}
.header-style-4 #search {position: relative;    background-color: rgba(255, 255, 255);}
.header-style-4 #search form {width: 280px;	color:#262423;	text-align: center;	outline: none;	padding: 12px;	margin: 0px auto;}
.header-style-4 #search input[type="search"] {		background: none;	border: none;	padding: 0px;	font-size: 14px;	height: auto;}
.header-style-4 #search .search-btn {border:none;	background:none;	padding:0px 0px 0px 15px;}
.header-style-4 #search .search-btn i {font-size:18px;}
.header-style-4 .header-search-icon.close {position: absolute; top: 0px; right: 0px; font-size: 0px; color:#fff; width: 48px; bottom: 0px; opacity: 1 !important;}
.header-style-4 .header-search-icon.close:after, .header-style-4 .header-search-icon.close:before {content: ""; position: absolute; width: 2px; height: 24px; background-color: #fff; right: 24px; top: 9px;}
.header-style-4 .header-search-icon.close:after {	-ms-transform: rotate(45deg); /* IE 9 */	-webkit-transform: rotate(45deg); /* Safari */	transform: rotate(45deg);}
.header-style-4 .header-search-icon.close:before {	-ms-transform: rotate(-45deg); /* IE 9 */	-webkit-transform: rotate(-45deg); /* Safari */	transform: rotate(-45deg);}
.header-style-4 .header-search-icon.close:hover:after, #search .close:hover:before {	cursor: pointer;}
.banner-inner-row h1, .banner-inner-row h2, .banner-inner-row h3, .banner-inner-row h4, .banner-inner-row h5, .banner-inner-row h6 {
	color: #FFF;
}
.pagination-bx .pagination, .cvf-universal-pagination .pagination {
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #767676;
	font-weight: 600;
	font-size: 12px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #0f1221;
	border-color: transparent;
	color: #fff;
}
.pagination>.previous>a, .pagination>.next>a {
	font-size: 12px;
}
@media only screen and (max-width:991px) {
.copyright-block {
		padding-top: 5px;
	}
}
.footer-wide .container-fluid {
	width: 100%;
}
@media only screen and (max-width:1366px) {
.footer-wide .container-fluid {
		width: 100%;
	}
}
@media only screen and (max-width:800px) {
.footer-wide .container-fluid {
		padding: 0px 15px;
	}
}
.footer-payments li {
	display: inline-block;
	padding-top:5px;
}
.footer-payments li:last-child a {
	margin-right: 0px;
}
.footer-payments li a {
	font-size: 36px;
	margin-right: 10px;
}
.footer-payments li a:hover {
	color: #00173c;
}
@media only screen and (max-width:991px) {
.wt-footer-bot-right {
		float: none;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
.footer-clear {
		display: block !important;
		clear: both;
	}
#footer .footer-4-col {
		width: 100%;
	}
}
.string {
	position: relative;
}
#bg {
	background-attachment: fixed;
	background-size: cover;
}
#page-boxed {
	margin-left: auto;
	margin-right: auto;
	max-width: 1760px;
	width: 100%;
}
.title-small {
	display: block;
	color: #7a959d;
	margin-bottom: 15px;
}
.sticky {
	clear: both;
}
.gallery-caption {
	clear: both;
}
.bypostauthor {
	clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.max-w100 {
	max-width: 100px;
}
.max-w200 {
	max-width: 200px;
}
.max-w300 {
	max-width: 300px;
}
.max-w400 {
	max-width: 400px;
}
.max-w500 {
	max-width: 500px;
}
.max-w600 {
	max-width: 600px;
}
.max-w700 {
	max-width: 700px;
}
.max-w800 {
	max-width: 800px;
}
.max-w900 {
	max-width: 900px;
}
.max-w1000 {
	max-width: 1000px;
}
.wt-product-box .price {
	margin-bottom: 10px;
}
.wt-product-box .price del {
	font-size: 16px;
	color: #999999;
	margin: 4px 4px;
	font-weight: 600;
}
.wt-product-box .price ins {
	font-size: 16px;
	color: #111111;
	text-decoration: none;
	margin: 4px 4px;
	font-weight: 600;
}
.wt-product-box .rating-bx {
	padding-top: 10px;
	color: #ffa000;
}
.comment-reply-title {
	margin-top: 0;
}
.comment-form [class*="comment-form"] {
	width: 50%;
}
@media only screen and (max-width: 767px) {
.comment-form [class*="comment-form"] {
		width: 100%;
	}
}
.comment-form [class*="-form-author"], .comment-form [class*="-form-email"] {
	float: left;
}
.comment-form [class*="-form-comment"] {
	width: 100%;
}
.comment-form label {
	display: block;
}
.star-Rating-input i {
	font-size: 18px;
}
.comment-form [class*="comment-form"] input, .comment-form [class*="comment-form"] textarea {
	border: 1px solid #CCC;
	padding: 8px 10px;
	width: 100%;
}
.comment-form {
	margin: 0px -15px;
}
.comment-form [class*="comment-form"] {
	margin-bottom: 20px;
	padding: 0px 15px;
}
.comment-form .form-submit {
	padding: 0px 15px;
}
.comment-form .form-submit input:active, .comment-form .form-submit input:focus, .comment-form .form-submit input:hover {
	background: #037a85;
}
.img-thumbnail, .panel-head ing, .nav-tabs>li>a, .modal-content, .nav-pills>li>a, .pager li>a, .pager li>span, .well, .alert, .list-group-item:first-child, .list-group-item:last-child, .input-group-addon, .wt-booking-form .wt-extra-services li .wt-icon-box-lg, .searchform input[type="text"], .searchform input[type="submit"], ol.comment-list li.comment .comment-body {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.overlay-bx, .overlay-icon li a i, .wt-icon-box-xld, .wt-icon-box-xl, .wt-icon-box-lg, .wt-icon-box-sm, .wt-icon-box-xs, .share-social-bx li, .profile-menu ul li, .staff-member .member-done, .wt-info-has {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animate-slow {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.animate-mid {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.animate-fast {
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
ol.commentlist li::after {
	content: "";
	display: table;
	clear: both;
}
.product-block p {
	margin-bottom: 0px;
}
.bg-top-left {
	background-position: top left;
}
.bg-top-right {
	background-position: top right;
}
.bg-bottom-left {
	background-position: bottom left;
}
.bg-left-center {
	background-position: left;
}
.bg-right-center {
	background-position: left;
}
.bg-auto {
	background-size: auto;
}
.bg-contain {
	background-size: contain;
}
.bg-full-width {
	background-size: 100% auto;
}
.bg-full-height {
	background-size: auto 100%;
}
.bg-repeat {
	background-repeat: repeat;
}
.bg-repeat-y {
	background-repeat: repeat-y;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-scroll {
	background-attachment: scroll;
}
@media only screen and (max-width:991px) {
.v-text {
		position: inherit;
		right: auto;
		bottom: auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.overlay-bx-2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.overlay-bx-2:hover {
	opacity: 0.9;
	bottom: 0px;
}
.contact-right-section {
	position: relative;
	z-index: 1;
	margin-left: 40px;
	margin-bottom: 70px;
}
.contact-right-section:before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -40px;
    bottom: -40px;
    width: 100%;
    height: 90%;
    border: 12px solid #00173c;
}
@media only screen and (max-width:767px) {
.contact-right-section {
	margin-bottom: 40px;
}
}
.button-model button {
	min-width: 200px;
	text-align: center !important;
	text-transform: uppercase
}
.modal-footer button {
	min-width: inherit;
}
.button-model button.close {
	min-width: inherit;
}
@media only screen and (max-width:640px) {
h2.font-45 {
		font-size: 32px;
		line-height: 38px;
	}
h2 a.font-45 {
		font-size: 32px;
		line-height: 38px;
	}
}
@media only screen and (max-width:360px) {
h2.font-45 {
		font-size: 22px;
		line-height: 28px;
	}
h2 a.font-45 {
		font-size: 22px;
		line-height: 28px;
	}
}
@media only screen and (max-width:480px) {
#welcome_two .tp-bgimg {
	background-position: center right -480px !important;
}
}
.light-number {
	font-size: 120px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
}
.slider-block {
	border:16px solid #fff;
}
.slider-block-2 {
	border:16px solid #00173c;
}
.slider-social-info {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%)
}
.slider-social-info ul {
	margin-bottom:0px;
}
.slider-social-info ul {
	position:relative;
}
.slider-social-info ul:after, .slider-social-info ul:before {
	position:absolute;
	content:'';
	width:1px;
	height:50px;
	background-color:#00173c;
	left:20px;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.slider-social-info ul:before {
	top:-60px;
}
.slider-social-info ul li {
	display:block;
}
.slider-social-info ul li a {
	color:#111;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.slider-social-info ul li a:hover {
	color:#00173c;
}
.social-mobile-show {display:none;}
.social-mobile-show .slider-social-info {
	width: auto;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top: auto;
}
.social-mobile-show .slider-social-info ul li {
	display:inline-block;
}
.social-mobile-show .slider-social-info ul:after, .social-mobile-show .slider-social-info ul:before {
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background-color:#00173c;

	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.social-mobile-show .slider-social-info ul:before {
	left:-60px;
}
.social-mobile-show .slider-social-info ul:after {
	right: -60px;
	left: auto;
	top: 15px;
}
.social-mobile-show .slider-social-info ul:before {
	top:15px;
}
.social-mobile-show .slider-social-info ul li a {
    width: 24px;
}
@media only screen and (max-width:777px) {
.social-mobile-hide {
		display:none;
	}
.social-mobile-show {
		display:block;
	}
}
.slider-appointment-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 50px;	
}
.slider-appointment-btn a {
	color:#000;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;

	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100vh;
	text-align: center;
	-webkit-transform: rotate(90deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(90deg) translateX(-50%) translateY(-50%);
	transform: rotate(90deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	
}
.slider-appointment-btn a span {
	position:relative;
	display:inline-block;
}
.slider-appointment-btn a span:after, .slider-appointment-btn a span:before {
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background-color:#00173c;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.slider-appointment-btn a span:before {
	top:0px;
	left:0px;
}
.slider-appointment-btn a span:after {
	bottom:0px;
	right:0px;
}
.slider-appointment-btn a:hover span:before {
	width:100%;
}
.slider-appointment-btn a:hover span:after {
	width:100%;
}
@media only screen and (max-width:777px) {
.slider-appointment-btn {
	width: 100%;	
}
.slider-appointment-btn a {
	top: auto;
	bottom: 15px;
	left: 15px;
	transform: none;
	text-align: left;
	min-width: auto;
}
}
.spin-circle {
	-webkit-animation: fa-spin 25s infinite linear;
	animation: fa-spin 25s infinite linear
}
.play-now .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background-color:#ff5e15;
	color:#fff;
	z-index: 1;
	font-size: 20px;
	padding-left: 5px;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgb(255, 94, 21);
	-moz-box-shadow: 0 0 0 0 rgb(255, 94, 21);
	-ms-box-shadow:0 0 0 0 rgb(255, 94, 21);
	-o-box-shadow:0 0 0 0 rgb(255, 94, 21);
	box-shadow:0 0 0 0 rgb(255, 94, 21);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}
.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}
.slider-play-icon .play-now {
	right: 30%;
	left: auto;
	top: 45%;
}
@media only screen and (max-width:640px) {
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
		width: 30px !important;
		height: 30px !important;
	}
}
.video-counter-section {position:relative; margin-bottom: 40px;}
.video-counter2-section {padding-top: 40px;}
.video-section-outer {
	position:relative;
	z-index:1;
	margin-bottom: 70px;
}
.video-section2-outer {padding-top: 50px;padding-bottom: 70px;}
.video-section {
	position: relative;
	z-index: 1;
	display: flex;
}
.video-icon-left span a {
	padding: 10px;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius:50%;
	position:relative;
}
.video-icon-left span a i {
	font-size:24px;
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50% , -50%);
	-webkit-transform:translate(-50%, -50%);
}
.video-icon-title {
	align-content: center;
	flex-wrap: wrap;
	display: flex;
	border-left: 6px solid #fff;
	padding-left: 20px;
	margin-left: 30px;
}
.how-it-work {
	position: relative;
}
.video-btn-position {
	height: 130px;
	background-color:#00173c;
	position: absolute;
	z-index: 1;
	right: 15px;
	bottom: 15px;
	left: 15px;
}
.video-section img {
	width: 100%;
}
.want-to-talk-top {
	padding: 80px 0px 260px;
}
.video-section-dark {
	margin-bottom: 30px;
}
.video-section-dark img {
	width: 100%;
}
@media only screen and (max-width:991px) {
.video-section-dark {
	margin-bottom:0px;
}
.video-section-outer {
	margin-bottom: 40px;
}
}
@media only screen and (max-width:767px) {
.video-btn-position {
		right: 15px;
		bottom: 15px;
	}
.video-section-outer {
	margin-top: 60px;
}
}
@media only screen and (max-width:480px) {
.video-btn-position {
		width: 100px;
		height: 100px;
	}
}
.video-section-info {padding: 30px; position: relative; bottom: -70px; margin-top: -70px;}
.video-section-blockquote {border-left:4px solid #ff5e15; position:relative;padding-left: 80px;}
.video-section-blockquote .q-author-detail {font-size:26px; line-height: normal;}
.video-section-blockquote .q-author-name {font-size:24px;}
.video-section-blockquote2 {border-left:4px solid #ff5e15; position:relative;padding-left: 80px;}
.video-section-blockquote2 .q-author-detail {font-size:30px; line-height: normal;}
.video-section-blockquote2 .q-author-name {font-size:24px;}
@media only screen and (max-width:991px) {
.video-section-info {padding: 30px; position: relative; bottom: 0px; margin-top: 0px;}
.counter-section-outer-bottom {padding-bottom:30px;}
.video-counter-section {margin-bottom:0px;}
}
@media only screen and (max-width:540px) {
.video-section-blockquote .q-author-detail {font-size:26px;}
.video-section-blockquote {padding-left: 20px;}
}
.video3-section-blockquote {border-left:4px solid #ff5e15; position:relative;padding-left: 80px;}
.video3-section-blockquote .q-author-detail {font-size:30px;line-height: 30px;}
.video3-section-blockquote .q-author-name {font-size:24px;}
.video2-section-info {    padding: 54px 30px;    position: relative;    bottom: -70px;    margin-top: -70px;}
.filter-options {
	position: relative;
}
.filter-option-more {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.banner-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0f1221;
}
.banner-wrap {
	position: relative;
}
.banner-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.banner-content-area {
	padding: 250px 0 200px;
}
.banner-wrap .banner-textrow {
	color: #fff;
	text-align: center;
	padding: 0 0 50px;
}
.banner-wrap .banner-textrow strong {
	font-size: 50px;
	color: #fff;
	display: block;
	font-weight: 600;
	padding-bottom:15px;
}
.banner-wrap .banner-textrow span {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}
@media only screen and (max-width:768px) {
.banner-wrap .banner-textrow strong {
		font-size: 22px;
	}
.banner-wrap .banner-textrow span {
		font-size: 16px;
	}
}
@media only screen and (max-width:768px) {
.banner-content-area {
		padding: 130px 0px 60px;
	}
.banner-wrap .banner-textrow {
		padding: 0 0 0px;
	}
}
.shadow-line {
	background-color:rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.map-container-home-2 {position:relative;}
.map-container-home-2 #map-container {
	height:600px;
}
.map-apsolute-search {
    position: relative;
    bottom: 130px;
    z-index: 991;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgb(15, 18, 33);
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: -65px;
}
@media only screen and (max-width:991px) {
.map-apsolute-search {
	position:inherit;
	left:inherit;
	bottom:auto;
	transform:none;
	margin-top:80px;
	margin-bottom: 0px;
}
}
.main-categories-box-outer {
	display: block;
}
.main-categories-box .main-categories-icon {
	display: block;
	border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.main-categories-box .main-categories-icon img {
	height: 45px;
	width: auto;
	display: inline;
}
.main-categories-slider-outer {
	position:relative;
	margin-bottom:60px;
}
.main-categories-slider {
	max-width: 720px;
	margin: auto;
	padding: 20px 25px;
	width: 100%;
	text-align: center;
	background-color:	#fff;
	position: absolute;
	z-index:1;
	left:50%;
	bottom: -60px;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 10px 50px rgba(0,0,0,0.2);
	
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	
	-webkit-border-radius:6px;
	border-radius:6px;
}
.main-categories-slider ul {
	padding:0px;
	margin:0px;
}
.main-categories-slider ul li {
	display:inline-block;
}
.main-categories-box-outer span {
	display: block;
	margin-top: 5px;
}
@media only screen and (max-width:991px) {
.main-categories-slider-outer {
	margin-top:80px;
	margin-bottom:0px;
}
.main-categories-slider {
	position: inherit;
	z-index:1;
	left:inherit;
	bottom:inherit;
	transform:none;

}
}
@media only screen and (max-width:767px) {
.main-categories-slider-outer {
		margin-top:30px;
	}
.map-apsolute-search {
		margin:30px auto 0px;
	}
}
.slider-serach-bar {padding-top: 80px}
.slider-apsolute-search {
	background-color:rgb(15, 18, 33);
	padding: 10px;
	border-radius: 6px;
}
@media only screen and (max-width:991px) {
.slider-apsolute-search {
	position:inherit;
	left:inherit;
	bottom:auto;
	transform:none;
	margin-bottom: 0px;
}
}
@media only screen and (max-width:767px) {
.slider-serach-bar {
    padding-top: 0px;
}
.slider-apsolute-search {
    margin: 30px auto 0px;
}
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00173c;
}
.featured-cat-box {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;

}
.cat-large {
	height: 630px;
}
.cat-large:after, .cat-large:before {
	clear: both;
	content: '';
	position: absolute;
}
@media only screen and (max-width:991px) {
.cat-large {
		height: 300px;
	}
}
.featured-cat-text {
	position: absolute;
	color:#fff;
	padding: 0px 30px 30px;
	z-index: 1;
	bottom: 0px;
	width: 100%;
}
.featured-cat-text .f-cat-icon {
	font-size: 50px;
	line-height: 56px;	
	text-align: left;
	display: block;
}
.featured-cat-name-outer {padding-top:20px;}
.featured-cat-name {
	color: #fff;
}
.featured-cat-user i {
	margin-right: 5px;
}
.featured-cat-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: red;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
	/* IE6-9 */
}
.featured-cat-linking {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.featured_cat_box2_outer {
	list-style: none
}
.featured-cat-box2 {
	height: 200px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: table;
	width: 100%;
}
.featured-cat-box2, .featured-cat-name2, .featured-cat-text2 i, .featured-cat-text2 i.fade-icon-right, .featured-cat-overlay2 {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.featured-cat-text2 {
	display: table-cell;
	padding: 20px 30px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.featured-cat-name2 {
	display: block;
}
.featured-cat-text2 i {
	font-size: 60px;
	line-height: 60px;
	color: #0f1221;
}
.featured-cat-text2 i.fade-icon-right {
	font-size: 120px;
	color: rgba(241, 241, 241, 0.5);
	position: absolute;
	right: -10%;
	top: 5%;
}
.featured-cat-overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 255);
}
.featured-cat-box2:hover .featured-cat-overlay2 {
	background-color: rgba(0, 0, 0, 0.5);
}
.featured-cat-box2:hover .featured-cat-name2, .featured-cat-box2:hover i, .featured-cat-box2:hover p {
	color: #fff;
}
.featured-cat-box2:hover i.fade-icon-right {
	color: rgba(255, 255, 255, 0.2);
}
.featured-cat-box2 .featured-cat-user {
	margin: 0px;
	margin-top: 10px;
	padding:2px 40px;
	display:inline-block;
	border-radius:40px;
	-webkit-border-radius:40px;
}
.color-lebel {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color:	#fff;
	padding: 2px 10px;
}
.clr-orange {background-color:#00173c;}
.clr-pink {background-color:#fd4a60;}
.clr-green {background-color:#38cf64;}
.clr-blue {background-color:#397eff;}
.clr-cyan {background-color:#00abad;}
.clr-voilet {background-color:#9102ff;}
.clr-red {background-color:#ff0000;}
.listing-cat-box {
	position: relative;
}
.listing-cat-text {
	color:#000;
	padding: 30px;
	background-color:#fff;
	border: 1px solid#d8d8d8;
	border-radius: 6px;
	-webkit-border-radius: 8px;
	margin-top: -8px;
	position: relative;
}
.listing-category-name {
	position:absolute;
	left:30px;
	top:30px;
}
.listing-category-name a {
	color: #fff;
}
.listing-place-name {
	margin-top:15px;
}
.listing-place-name a {
	color: #0f1221;
}
.listing-cat-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8f000000', GradientType=0);
	/* IE6-9 */
}
.visited-cat-linking {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.wt-rating-section.float-left {
	float: left;
}
.wt-rating-section.float-none {
	float: none;
}
.wt-listing-view-section {
	position: absolute;
	right: 30px;
	top: 30px;
}
.wt-listing-view-section ul {
	list-style: none;
	margin: 0px;
}
.wt-listing-view-section ul li {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.wt-listing-view-section ul li a {
	color: #000;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 18px;
	background-color: #fff;
}
.listing-cat-preview {
	position: relative;
}
.listing-cat-preview .preview-tooltip {
	padding: 0px 15px;
	position: absolute;
	right: 150%;
	top: 0px;
	background-color: #0f1221;
	color: #fff;
	display: none;
	width: auto;
	text-align: right;
	
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	white-space: nowrap;
}
.listing-cat-preview:hover .preview-tooltip {
	display:block;
}
.listing-cat-preview .preview-tooltip:before {
	right: -12px;
	bottom: -6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.listing-cat-preview .preview-tooltip:before {
	border-left-color: #0f1221;
	border-width: 6px;
	margin-bottom: 10px;
}
.wt-listing-view-section ul li:last-child {
	margin-right: 0px;
}
.wt-listing-view-section ul li:hover {
	background: none;
}
.listing-cat-address {
	display: block;
	font-weight: 600;
}
.listing-cat-address i {
	margin-right: 10px;
}
.wt-rating-section .wt-rating, .wt-rating-section .wt-rating-conting {
	display: inline-block;
}
.wt-rating-section .wt-rating {
	display: inline-block;
	color: #F90;
}
.corner-radius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.listing-logo-outer {
	margin-bottom:20px;
}
.listing-place-logo {
	width: 80px;
	height: 80px;
	padding: 5px;
	background-color:#fff;
	-webkit-box-shadow: -5px 0px 5px rgba(0,0,0,0.3);
	box-shadow: -5px 0px 5px rgba(0,0,0,0.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -70px;
}
.listing-place-logo img {
	width:100%;
	display:block;
	-webkit-border-radius: 50%;
	border-radius: 50%;	
}
.listing-place-timing {
	margin-top:-42px;
}
.cities-slide-box {
	height: 350px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cities-slide-text {
	position: absolute;
	bottom:0px;
	color:#fff;
	padding: 0px 30px 30px;
	z-index: 1;
	text-align: center;
	width:100%;
}
.cities-slide-user {
	position:absolute;
	left:30px;
	top:30px;
}
.cities-location-sign {
	font-size: 28px;
	line-height: 28px;
}
.cities-slide-name {
	position:relative;
	margin: 0px;
	padding:15px 10px 0px 10px;
}
.cities-slide-name:after, .cities-slide-name:before {
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	bottom:0px;
	background:transparent;
}
.cities-slide-name:before {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	left:0px;
}
.cities-slide-name:after {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	right:0px;
}
.cities-slide-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: red;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
	/* IE6-9 */
}
.cities-slide-linking {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.city-home-2 .cities-slide-box {
	height: 250px;
}
.client-rating {
	display: block;
	color: #F90;
}
.newsletter-title {
	padding-right:100px;
}
.newsletter-title span {
	font-size:16px;
}
@media only screen and (max-width:991px) {
.newsletter-title span {
	margin-bottom:20px;
	display:block;
}
}
.error-input {
	width: 100%;
	margin: 30px auto;
}
.error-input span:first-child {
	padding:0px;
}
.error-input span:last-child {
	overflow:hidden;
	padding:0px;
}
.error-input .input-group-addon {
	border: 0px;
	border-radius: 0px;
}
.error-input input {
	border: 0px;
}
.error-search-btn {
	background: #111111;
	border: none;
	color: #fff;
	height: 50px;
	padding: 0px 20px;
}
.mobile-map-animation-padding {
	padding-top:130px;
}
.map-animation-section {
	position:relative;
	z-index:2;
}
.map-animation-left {
	width: 100%;
	position: relative;
}
.map-animation-block {
	position:relative;
}
.map-marker-block {
	position: absolute;
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.map-marker-position {
	position: absolute;
}
.map-marker {
	position: relative;
}
.user-hand img {
	position: absolute;
	left:50%;
	margin-left:-58px;
	bottom: -120px;
	width: 116px;
	
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-webkit-animation: moveIt 3.5s ease-in-out forwards infinite;
	animation: moveIt 3.5s ease-in-out forwards infinite;
}
@media only screen and (max-width:768px) {
.user-hand img {
		bottom: -70px;
		width: 100px;
		margin-left:-50px;
	}
}
.map-animation-right {
	width: 40%;
	margin-left: 15px;
	float: right;
}
.map-marker-block .map-bg {
	width: 100%
}
.scale-75 {
	-ms-transform: scale(0.7);
	/* IE 9 */
	-webkit-transform: scale(0.7);
	/* Safari */
	transform: scale(0.7);
	/* Standard syntax */
}
.scale-50 {
	-ms-transform: scale(0.5);
	/* IE 9 */
	-webkit-transform: scale(0.5);
	/* Safari */
	transform: scale(0.5);
	/* Standard syntax */
}
.position-1 {
	z-index: 10;
	left: 50%;
	top: 15%;
}
.position-2 {
	z-index: 9;
	left: 25%;
	top: 30%;
}
.position-3 {
	z-index: 8;
	right: 25%;
	top: 30%;
}
.position-4 {
	z-index: 7;
	left: 40%;
	top: 6%;
}
.position-5 {
	z-index: 6;
	left: 10%;
	top: 20%;
}
.position-6 {
	z-index: 5;
	right: 40%;
	top: -5%;
}
.position-7 {
	z-index: 4;
	right: 20%;
	top: -10%;
}
@media only screen and (max-width:991px) {
.position-4, .position-6 {
		top: 8%;
	}
.position-5, .position-7 {
		top: 10%;
	}
}
.map-animation-ipad .map-marker-block {
	position: relative;
	margin: 0px auto;
	z-index: 1;
	top:0px;
}
.map-animation-ipad .map-animation-right {
	width: 100%;
	float: none;
	margin-bottom: 50px;
	text-align: center;
}
.map-animation-ipad .map-animation-left {
	width: 100%;
	float: none;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.map-animation-ipad .map-animation-left {
    padding-bottom: 0px;
}
}
.map-animation-ipad .position-1 {
	z-index: 10;
	left: 50%;
	top: 35%;
}
.map-animation-ipad .position-2 {
	z-index: 9;
	left: 42%;
	top: 66%;
}
.map-animation-ipad .position-3 {
	z-index: 8;
	right: 25%;
	top: 32%;
}
.map-animation-ipad .position-4 {
	z-index: 7;
	left: 35%;
	top: 38%;
}
.map-animation-ipad .position-5 {
	z-index: 6;
	left: 15%;
	top: 44%;
}
.map-animation-ipad .position-6 {
	z-index: 5;
	right: 55%;
	top: 15%;
}
.map-animation-ipad .position-7 {
	z-index: 4;
	right: 34%;
	top: 15%;
}
@media only screen and (max-width:600px) {
.map-animation-ipad .map-animation-right {
		text-align: left;
	}
}
.vert-move1 {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
.vert-move2 {
	-webkit-animation: mover2 1s infinite alternate;
	animation: mover2 1s infinite alternate;
}
.page-notfound {
	padding:50px;
	background-color:#fff;
}
.page-notfound strong {
	font-size: 150px;
	line-height: 150px;
	font-weight: 900;
	font-family: 'Bai Jamjuree', sans-serif;
}
.page-notfound h4 {
	font-size: 50px;
	color:#111111;
}
.page-notfound.error-405 {
	background-color:transparent;
}
@media only screen and (max-width:640px) {
.page-notfound strong {
		font-size: 80px;
		line-height: 80px;
	}
.page-notfound h4 {
		font-size: 40px;
	}
.page-notfound {
		padding:20px;
		background-color:#fff;
	}
}
.error-full-page {
	display:table;
	width:100%;
	height:100vh;
}
.error-full-page-inner {
	display: table-cell;
	width: 100%;
	text-align: center;
	padding: 50px 50px;
	max-width: 700px;
	margin: auto;
	vertical-align: middle;
	position:relative;
}
.error-full-page-inner-info {
	background-color: #fff;
	padding: 50px;
	max-width: 800px;
	margin: 0px auto;
}
.error-full-page-inner-info strong {
	font-size: 150px;
	line-height: 150px;
	font-weight: 900;
	color:#111111;
	font-family: 'Bai Jamjuree', sans-serif;
}
.error-full-page-inner-info h4 {
	font-size: 50px;
	color:#111111;
	display:flex;
	justify-content: center;
}
@media only screen and (max-width:991px) {
.error-full-page-inner-info h4 {
	font-size: 36px;
}
}
@media only screen and (max-width:640px) {
.e-left-img, .e-right-img {
	display:none;
}
.error-full-page-inner-info strong {
	font-size: 90px;
	line-height: 90px;

}
}
.wt-filter-features-wrap {
	margin-top:0px;
}
.wt-filter-features-wrap {
	margin-top:0px;
}
.wt-radio-checkbox {
	margin-top: 0px;
	margin-bottom: 20px;
}
.wt-radio-checkbox.radio-inline, .wt-radio-checkbox.checkbox-inline {
	padding-left: 0 !important;
}
.wt-radio-checkbox label {
	font-weight: normal !important;
}
.wt-radio-checkbox input[type=checkbox], .wt-radio-checkbox input[type=radio] {
	display: none;
	opacity: 0;
	margin-left: 1px !important;
}
.wt-radio-checkbox input[type=checkbox]+label, .wt-radio-checkbox input[type=radio]+label {
	display: block;
	padding-left: 35px !important;
	min-height: 24px;
	padding: 0px 0px;
	position: relative;
	cursor: pointer;
	font-size:14px;
}
.wt-radio-checkbox input[type=radio]+label:hover:before {
	border-color: #fff;
	background: #3396d1;
	box-shadow: 0 0 1px 2px #3396d1;
	-webkit-box-shadow: 0 0 1px 2px #3396d1;
}
.wt-radio-checkbox input[type=checkbox]+label:hover:before {
	border-color: #00173c;
}
.wt-radio-checkbox input[type=radio]+label:before {
	background-color: #fff;
	border: 5px solid #fff;
	content: "";
	display: inline-block;
	height: 24px;
	line-height: 1;
	margin-left: -33px;
	position: absolute;
	top: 2px;
	transition: all linear 0.1s;
	width: 24px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 1px 2px #CCCCCC;
	-webkit-box-shadow: 0 0 1px 2px #CCCCCC;
}
.wt-radio-checkbox input[type=checkbox]+label:before {
	background-color: #fff;
	border: 2px solid #CCCCCC;
	content: "";
	display: inline-block;
	line-height: 1;
	margin-left: -35px;
	position: absolute;
	top: 0px;
	transition: all linear 0.1s;
	width: 20px;
	height: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.wt-radio-checkbox input[type=checkbox]+label:after {
	color: #00173c;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 0px;
	-webkit-font-smoothing: antialiased;
	left: 6px;
	position: absolute;
	top: 7px;
	transition: all linear 0.1s;
}
.wt-radio-checkbox input[type=checkbox]:checked+label:before {
	border-width: 2px;
	border-color: #00173c;
}
.wt-radio-checkbox input[type=checkbox]:checked+label:after {
	font-size: 12px;
	left: 5px;
	top: 2px;
}
.wt-radio-checkbox input[type=radio]+label:before {
	border-radius: 50%;
	content: "";
}
.wt-radio-checkbox input[type=radio]:checked+label:before {
	border-color: #fff;
	border-width: 5px;
	background: #3396d1;
	box-shadow: 0 0 1px 2px #f11749;
	-webkit-box-shadow: 0 0 1px 2px #3396d1;
}
.wt-input-icon .input-group-addon {
	position: absolute;
	left: 18px;
	top: 12px;
	z-index: 4;
	border: none;
	padding: 0;
	-webkit-border-radius: 0px;
	border-radius: 6px;
	background: none;
}
.wt-input-icon .star-Rating-input {
	font-size: 20px;
	display: inline-block;
}
.comment-form-rating label {
	display: inline-block;
}
.comment-form-rating .star-Rating-input {
	display: inline-block;
	color: #ffc100 !important;
	font-size: 14px;
	margin-right: 10px;
}
.review-overview {
	padding: 0px 0px 30px 0px;
}
.review-rate-box {
	margin-bottom: 20px;
	text-align: center;
	border-radius: 0;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}
.rating-rate-box-total {
	font-size: 62px;
	font-weight: 700;
	line-height: 1em;
	display: block;
	color:#0f1221;
}
.rating-rate-box-percent {
	font-size: 15px;
	margin-bottom: 0;
	color: #888;
	display: block;
}
.review-rate-box .star-Rating-input {
	display: inline-block;
	color: #ffc100 !important;
	font-size: 14px;
	margin-right: 10px;
}
.rating-bars {
	overflow: hidden;
}
.rate-bar-category {
	margin-bottom: 10px;
}
.rate-bars-name {
	font-weight: 600;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 22px;
	position: relative
}
.rate-bars-line .wt-probar-2 {
	height: 10px;
}
.rate-bars-name .rate-count {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 0px;
}
@media only screen and (max-width:540px) {
.review-rate-box {
		float: none;
		width: 100%;
		margin: 0px 0px 30px 0px;
		padding: 0px;
	}
}
.add-review-overview {
	margin-bottom: 30px;
	padding: 30px 30px 20px 30px;
	background-color:#fff9f7;
}
.add-rate-bar-category {
	margin-bottom: 10px;
	display: inline-block;
	width: 49%;
	padding-right: 2%;
}
.add-rate-bars-name {
	font-weight: 600;
	color:#000;
	display: block;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.add-star-Rating-input {
	display: inline-block;
	color: #ffc100 !important;
	font-size: 14px;
	margin-right: 10px;
}
@media only screen and (max-width:540px) {
.add-rate-bar-category {
	display: block;
	margin-right: 0px;
}
}
.site-button-small {
	color:#000;
	display: inline-block;
	white-space: nowrap;
	line-height: 20px;
	padding: 3px 15px;
	font-weight: 600;
	border: none;
	font-size: 14px;
	margin: 0 5px 5px 0px;
}
.site-button-small:hover {
	opacity: 0.8;
}
.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 4px;
	left: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #9fa0a1;
}
.filter-destination-slider .slider .tooltip {
	z-index: 1;
}
#myList li {
	display: none;
}
.ripple-background {
	position: relative;
	left: 50%;
	bottom: -25px;
	opacity: 0.2;
}
.pricingtable-inner:hover .ripple-background {
	opacity: 0.4;
}
.ls-circle {
	position: absolute;
	border-radius: 50%;
	background: white;
	animation: ripple-1 5s infinite;
	box-shadow: 0px 0px 1px 0px #508fb9;
}
.ls-small {
	width: 80px;
	height: 80px;
	left: -40px;
	top: -40px;
}
.ls-medium {
	width: 160px;
	height: 160px;
	left: -80px;
	top: -80px;
}
.ls-large {
	width: 240px;
	height: 240px;
	left: -120px;
	top: -120px;
}
.ls-xlarge {
	width: 320px;
	height: 320px;
	left: -160px;
	top: -160px;
}
.ls-xxlarge {
	width: 400px;
	height: 400px;
	left: -200px;
	top: -200px;
}
.ls-shade1 {
	opacity: 0.1;
}
.ls-shade2 {
	opacity: 0.2;
}
.ls-shade3 {
	opacity: 0.3;
}
.ls-shade4 {
	opacity: 0.4;
}
.ls-shade5 {
	opacity: 0.5;
}
h4.headline {
	font-size: 22px;
	line-height: 32px;
	margin: -5px 0 30px;
}
.im-icon-outer {
	font-size: 14px;
	width: 33%;
	display: inline-block;
	transition: .3s;
	text-align: center;
	border: 1px solid
	#ddd;
	margin-bottom: 5px;
	background-color: #fff5f2;
}
.im-icon-outer span {
	display: block;
}
.im-icon-outer span:first-child {
	font-size: 34px;
}
.im-icon-outer .mls {
	font-family: 'Inter', sans-serif;
}
.sl-icons-demo i {
	font-size: 32px;
	padding-right: 10px;
}
.fontawesome-icons .text-muted {
	display: none;
}
@media only screen and (max-width:991px) {
.im-icon-outer {
	width: 49%;
}
}
@media only screen and (max-width:767px) {
.im-icon-outer {
		width: 49%;
	}
h4.headline {
		font-size: 14px;
	}
}
@media only screen and (max-width:767px) {
.im-icon-outer {
		width: 100%;
	}
}
.form-control2 {
	border: none;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	height: 44px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 12px 10px 20px;
}
.form-control2:focus {
	border-bottom-color: #f11749;
}
.wt-input-icon .input-group-addon2 {
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 4;
	border: none;
	padding: 0;
	color: #222;
	-webkit-border-radius: 0px;
	border-radius: 6px;
	background: none;
}
textarea.form-control2 {
	height: auto;
}
.overlay-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: red;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
	/* IE6-9 */
}
@media only screen and (max-width:991px) {
.how-it-right {
	margin-bottom:30px;
}
}
.video-banner-outer {
	position:relative;
	z-index:1;
}
.video-banner-outer .banner-wrap {
	position:absolute;
	width:1140px;
	top:0px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
@media only screen and (max-width:1200px) {
.video-banner-outer .banner-wrap {
	position:absolute;
	width:100%;
	top:0px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
}
@media only screen and (max-width: 768px) {
.video-banner-outer .banner-content-area {
    padding: 150px 0px 60px;
}
}
.Call-btn {font-size:26px;font-family: 'Bai Jamjuree', sans-serif;}
@media only screen and (max-width:480px) {
.Call-btn {font-size:14px;}
}
.video-counter-bg-white {
	position: relative;
}
.welcom-sign-info {text-align:left;}
.welcom-sign-info span, .welcom-sign-info strong {display:block; color:#00173c;}
@media only screen and (max-width:1199px) {
.welcom-sign-pic {max-width:110px;}
}
@media only screen and (max-width:480px) {
.welcom-sign-pic {
		max-width: 150px;
	}
}
.since-year-outer {position:relative}
.since-year {position: absolute;right: 0px;top: -30px;z-index: 1;}
.since-year span {
	color: #00173c;
	font-size: 106px;
	font-weight: 500;
	font-family: 'Bai Jamjuree', sans-serif;
	display: inline-block;
	line-height: 0px;
	position: relative;
	bottom: -16px;
	padding-right: 10px;
}
.since-year strong {
	color: #fff;
	font-size: 120px;
	font-weight: 500;
	font-family: 'Bai Jamjuree', sans-serif;
	display: inline-block;
	background-color: #ff5e15;
	line-height: 50px;
	padding: 40px 10px 20px 12px;
}
@media only screen and (max-width:991px) {
.since-year-outer {text-align:right;}
.since-year {position:inherit; top: -30px;}
}
@media only screen and (max-width:767px) {
.since-year {position:inherit; top: -45px;}
}
@media only screen and (max-width:480px) {
.since-year span {font-size:36px;}
.since-year strong {
    font-size: 60px;
    padding: 15px 10px 5px 12px;
}
}
.img-colarge {position:relative;height:100%;margin-bottom: 80px;}
.colarge-1 {position:relative;margin:40px 30px 0px 40px;	z-index:1;}
.colarge-1:before, .colarge-1:after {position:absolute;	border:15px solid #ff5e15;	content:'';	width:80%;	height:80%;	z-index:-1;}
.colarge-1:before {	left: -40px;	top: -40px;}
.colarge-1:after {	right:-30px;	bottom:0px;}
.img-colarge2 {position:relative;height:100%;margin-bottom: 110px;}
.colarge-2 {
	position: relative;
	margin-right: 180px;
	z-index: 1;
	border: 7px solid #ff5e15;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
.colarge-2-1 {position:absolute;left: 160px; bottom:0px;max-width:370px;}
.since-year-outer2 {position:relative}
.since-year2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.since-year2 span {
	color:#00173c;
	font-size: 60px;
	font-weight: 400;
	font-family: 'Bai Jamjuree', sans-serif;
	display: block;
	line-height: 60px;
	position: relative;
}
.since-year2 strong {
	color:#ff5e15;
	font-size: 70px;
	font-weight: 500;
	font-family: 'Bai Jamjuree', sans-serif;
	display: block;
	line-height: 50px;
}
@media only screen and (max-width:991px) {
.colarge-2 {
	margin-right: 0px;
	max-width: 420px;
}
.colarge-2 img {
	width:100%;
}
.colarge-2-1 {
    left: auto;
	right:0px;
}
}
@media only screen and (max-width:767px) {
.colarge-2 {
    max-width: 100%;
    width: 50%;
}
.colarge-2 img {
	width:100%;
}
.colarge-2-1 {
	width: 54%;
	top: 0px;
	max-width: 100%;
}
}
.counter2-section-outer-bottom {padding-bottom: 0px;}
.counter-section-outer-top {padding-top:50px; padding-bottom: 20px;}
@media only screen and (max-width:991px) {
.img-colarge {
    padding-top: 30px;
	margin: -10px;
}
.colarge-1 {
	position: relative;
	z-index:1;
}
.colarge-1 img {
	width:100%;
}
}
@media only screen and (max-width:767px) {
.img-colarge {
	margin: 0px;
	padding-top: 0px;
}
.colarge-1 {
	max-height: inherit;
	margin-bottom:30px;
	padding:0px;
}
}
.services-main-section {margin-bottom:60px; position:relative; z-index:1;}
.services-section-content-left {max-width: 440px; margin-right: 100px; float: right;}
.services-section-content {padding:0px 15px;}
.services-section-content-right {
	padding: 120px 0px;
	background-color:#ff5e15;
	background-image: url(../images/background/bg-map-white.png);
	background-repeat: repeat;
	position: relative;
	bottom: -130px;
	margin-top: -130px;
	right:-15px;
}
.services-section-content-right .services-slider {
	margin-left:-100px;
}
@media only screen and (max-width:1199px) {
.services-section-content-left {
	max-width: 960px;
	
	padding:0px 15px;
    margin-right: 0px;
    float: none;
    margin: 0px auto 70px;
    display: block;
	}
.services-section-content-right .services-slider {
    max-width: 960px;
	padding:0px 15px;
    margin: 0px auto;
}
.services-section-content-right {
	padding: 80px 0px;
    bottom: 0px;
    margin-top: 0px;
    right: 0px;
}
}
@media only screen and (max-width:991px) {
.services-section-content-left {
	max-width: 720px;
}
.services-section-content-right {
   padding: 75px 0px;
}
.services-section-content-right .services-slider {
    max-width: 720px;
}
.services-main-section {margin-bottom:0px;}
}
@media only screen and (max-width:767px) {
.services-section-content-left {
	max-width: 540px;
	margin: 0px auto 12px;
}
.services-section-content-right .services-slider {
    max-width: 540px;
}
.services-section-content-right {
	bottom: 0px;
	margin: 0px 0px;
	padding: 10px 0px;
	background: none;
}
.services-main-section {margin-bottom:0px;padding-bottom:0px;}
}
@media only screen and (max-width:575px) {
.services-section-content-right .services-slider {
    max-width: 100%;
	padding:0px;
}
.services-section-content-left {
    max-width: 100%;
    margin: 0px auto 12px;
    padding: 0px;
}
}
.pricing-list-block ul {list-style:none; margin-bottom:0px;}
.pricing-list-block ul li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px dashed #00173c;
	margin-bottom: 15px;
}
.pricing-list-block ul li:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
.pricing-list-block ul li p {
margin-bottom:0px;}
.discount-section-outer {
	position:relative;
	z-index:1;
}
.discount-add-info {
	position:relative;
}
.discount-add-info {
	padding:80px 50px;
}
.discount-add-pic {
	position:relative;
}
@media only screen and (max-width:991px) {
.discount-add-pic {
	min-height:280px;
}
.discount-add-info {
	padding:30px;
}
}
.discount-section-outer:after {
	position:absolute;
	content:'';
	background-color:#fff6ef;
	width:100%;
	height:50%;
	bottom:0px;
	left:0px;
	z-index:-1;
}
.team-bg-section-outer {position:relative;z-index:1}
.team-bg-map {position:absolute; width:100%; height:40%; z-index:-1; left:0px;bottom:0px;}
@media only screen and (max-width:991px) {
.team-bg-map {
    height: 60%;
}
}
@media only screen and (max-width:767px) {
.team-bg-map {
    height: 90%;
}
}
.wt-team-1 .team-name a:hover {
	color:#ff5e15;
}
.wt-team-1 .team-position {
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
}
.wt-team-1 .team-social-center {
	position: absolute;
	top: 100%;
	right: 0px;
	bottom: 0px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.8);
	border:7px solid #ff5e15;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow:hidden;	
}
.wt-team-1 .team-social-center ul {
	list-style: none;
	position: absolute;
	top:50%;
	left:50%;	
	overflow:hidden;
	text-align: left;
	
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);	
}
.wt-team-1 .team-social-center ul li {
	display:inline-block;
	position:relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.wt-team-1 .team-social-center ul li a:hover {
	color:#ff5e15;
}
.wt-team-1 .team-social-center ul li a {
	color: #fff;
	font-size: 20px;
	padding: 5px 5px;
	display: inline-block;
}
.wt-team-1:hover .team-social-center {
	top:0px;
}
@media only screen and (max-width:540px) {
.wt-team-1 .team-position {
		font-size: 22px;
	}
}
.instagram-follows-section {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding-right:200px;	
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.instagram-box-1 {
	position:relative;
}
.instagram-box-media img {
	width:100%;
}
.instagram-pics-slide {
	margin-top: 40px;
	margin-left: -200px;
}
.instagram-box-info {
    background-color: rgba(84, 31, 92, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.instagram-box-1:hover .instagram-box-info {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
.instagram-box-info a {
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.instagram-box-info a i, .instagram-box-info a span {
	display:block;
	font-size:28px;
}
@media only screen and (max-width:1400px) {
.instagram-pics-slide {
    margin-top: 40px;
    margin-left: -140px;
}
}
@media only screen and (max-width:1024px) {
.instagram-pics-slide {
    margin-left: 0px;
	margin-top:0px;
}
.instagram-follows-section {
	padding-right: 15px;
	background:transparent !important;
	box-shadow: none;
}
}
.icon-font-block {
	display: grid;
	width: 100%;
	text-align: center;
	vertical-align: top;
	background: #00173C;
	padding: 10px;
	min-height: 170px;
	color: #fff;
}
.icon-font-block .flat-icon {
    padding: 10px;
    display: block;
    font-size: 64px;
    line-height: 1;
	color:#fff;
}
.service-detail-video .video-section-2 {
	position: relative;
	z-index: 1;
	display: flex;
	padding:250px 0px;
}
.wt-team-1-single-info {
	padding:30px;
	margin-bottom:0px;
}
.wt-team-1-single-list li {
	margin-bottom: 5px;
	font-weight: 600;
	position:relative;
	list-style:none;
	padding-left:35px;
}
.wt-team-1-single-info li {
	list-style:none;
	clear: both;
}
.wt-team-1-single-info li span:first-child {
	font-weight: 500;
	padding-right: 30px;
	letter-spacing: 1px;
	color:#00173c;
	width: 140px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 24px;
	float:left;
}
.wt-team-1-single-info li span:last-child {
	overflow:hidden;
}
@media only screen and (max-width:640px) {
.wt-team-1-single-info li span:first-child {
		display:block;
	}
}
@media only screen and (max-width: 540px) {
.wt-team-1-single-info li span:first-child {
    float: none;
}
}
.project-detail-right p:last-child {
	margin-bottom:0px;
}
.about-section-outer {
	position:relative;
}
@media only screen and (max-width:991px) {
.about-section-outer {
		padding-top:30px;
	}
}
.bg-brush-img {
	position:relative;
	z-index:1;
}
.bg-brush-img:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:-1;
	background-image:url(../images/background/brush-left.html);
	background-size:auto;
	background-repeat:no-repeat;
	background-position:left top;
}
@media only screen and (max-width:991px) {
.bg-brush-img:before {
	background-size:50%;
}
}
@media only screen and (max-width:767px) {
.wt-team-1-single p:last-child {
	margin-bottom:0px;
}
}
.slide-right {
	-webkit-animation: slide-right 1.5s ease-in-out infinite alternate both;
	animation: slide-right 1.5s ease-in-out infinite alternate both;
}
.pre-info-box {
	position:relative;
}
.pre-info-bg-box h2, .pre-info-bg-box p {
	color:#fff;
}
.pre-info-bg-box {
	display:flex;
	align-content:center;
	flex-wrap:wrap;
	height:100%;
	padding: 20px;
}
@media only screen and (max-width:767px) {
.pre-info-bg-box {
		padding: 80px 15px;
		margin-bottom: 30px;
	}
}
.makeover-section p {
	max-width:700px;
	padding-bottom:20px;
}
.makeover-section h1 {
	max-width:600px;
}
.makeover-section-outer {
	position:relative;
	z-index:1;
}
.makeover-section-outer:after {
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	background-image:url(../images/background/girl-right.html);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:60%;
	width:100%;
	height:100%;
	z-index:-1;
}
@media only screen and (max-width:991px) {
.makeover-section {
		padding-top:0px;
	}
}
@media only screen and (max-width:767px) {
.makeover-section-outer:after {
	background-size:75%;
}
.makeover-section {
	padding-top:0px;
}
}
.gallery-center-slider {
	position:relative;
}
.project-1-outer-section {margin-bottom:30px;}
.project-1-outer {position:relative;}
.project-1-left {position: absolute; z-index: 3; bottom: -40px;}
.crane-image-section {position:relative;}
.crane-image-section img {max-width:555px;}
@media only screen and (max-width:1199px) {
.crane-image-section img {
    max-width: 400px;
}
}
@media only screen and (max-width:991px) {
.crane-image-section img {
    display:none;
}
.project-1-outer-section {margin-bottom:0px;}
}
.project-1-right {max-width:700px; float:right; margin-bottom:-30px; z-index: 2; position:relative}
.project-1-inner-media {
	max-width:370px;
	float:left;
	position:relative;
	z-index:1;
	margin-right: 30px;
}
.project-1-inner-pic:after {
	position:absolute;
	content:'';
	border:6px solid #ff5e15;
	right:-30px;
	bottom:-30px;
	left:30px;
	top:30px;
	width:100%;
	z-index:-1;
}
.project-1-inner-info {
	overflow:hidden;
	padding:100px 0px 20px 30px;
}
@media only screen and (max-width:991px) {
.project-1-inner-media {
    margin: 80px 30px 110px 0px;
}
}
@media only screen and (max-width:767px) {
.project-1-right {float:none; max-width:inherit; margin-bottom:30px;}
.project-1-inner-media {
		max-width: 100%;
		float: none;
		position: relative;
		z-index: 1;
		margin:0px auto;
		margin-right:30px;
		margin-top:80px;
	}
.project-1-inner-info {padding:60px 0px 0px 0px; }
}
.what-we-do-section {
	position: relative;
	top: -60px;
	padding-top: 140px;
}
.whatWedo-media-content {
	position: absolute;
    bottom: 60px;
    left: -30px;
    right: 82px;
}
@media only screen and (max-width:1199px) {
.what-we-do-section {
		top: -60px;
		padding-top: 80px;
	}
}
@media only screen and  (max-width:991px) {
.what-we-do-section {
    position: relative;
    top: 0px;
    padding-top: 80px;
}
}
@media only screen and (max-width:767px) {
.whatWedo-media-content {
    right: 30px;
}
}
@media only screen and (max-width:400px) {
.whatWedo-media-content {
	position: relative;	right: auto;	top: auto;	left: auto;	bottom: auto;
}
.whatWedo-media-content:before {display:none;}
.whatWedo-media-content:after {display:none;}
}
.whatWedo-media-inner {
	position:relative;
	z-index:1;
	padding:20px 30px;
	background: rgb(252,93,22); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(252,93,22,1) 0%, rgba(2,23,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(252,93,22,1) 0%,rgba(2,23,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(252,93,22,1) 0%,rgba(2,23,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5d16', endColorstr='#02173c',GradientType=1 ); /* IE6-9 */
}
.whatWedo-media-content h3 {margin-bottom:2px;}
.whatWedo-media-content p {margin-bottom:0px;}
.whatWedo-media-content:before {
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: 15px;
	left: 15px;
	content: '';
	background-color:#f1f1f1;
	z-index: 0;
}
.whatWedo-media-content:after {
	position: absolute;
	left: 0px;
	bottom: -60px;
	content: '';
	z-index: 0;
	width: 0;
	height: 0;
	border-top: 60px solid #c34d1f;
	border-left: 30px solid transparent;
}
.wt-icon-card-outer {padding-top:15px;}
.wt-icon-card {padding:20px;}
.wt-icon-card .wt-card-header {padding-bottom:10px;}
.wt-icon-card .wt-card-header i {font-size:48px;padding-right:10px; line-height: 48px;display: inline-block;}
.wt-icon-card .wt-card-header span {font-size:30px; }
.wt-icon-card .wt-card-content p {margin-bottom:0px;}
.top-half-section {
	margin-top:-100px;
}
@media only screen and (max-width:1024px) {
.top-half-section {
	margin-top:90px;
}
}
@media only screen and (max-width:767px) {
.top-half-section {
	margin-top:40px;
}
}
.project-stamp .stamp {
	position:absolute;
	left:0px;
	top:0px;
}
.project-stamp .project-stamp-list {border:2px solid #ff5e15; padding: 10px 10px;}
.project-stamp .project-stamp-list li {display:block; margin-bottom:16px;border-bottom: 1px solid #e4e4e4;}
.project-stamp .project-stamp-list li:last-child {margin-bottom:0px;border-bottom:0px;}
.project-stamp .project-stamp-list li a {font-family: 'Bai Jamjuree', sans-serif; font-size:20px;}
.project-stamp .project-stamp-list li a i {color:#ff5e15; font-size: 24px; padding-right: 10px;}
.self-intro-section-outer {position:relative;}
.self-intro-top {position:relative;z-index:1;}
.self-intro-pic-block {
	position: absolute;
	left: 15px;
	bottom: 0px;
	z-index: 1;
	padding: 50px 50px 0px 50px;
	background-color:#eff3f6;
	max-width: 460px;
	background-image:url(../images/background/self-info-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.self-intro-pic-block2 {
	position: absolute;
	left: 15px;
	bottom: 0px;
	z-index: 1;
	padding: 50px 50px 0px 50px;
	background-color:#fff;
	max-width: 460px;
	background-image:url(../images/background/self-info-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
@media only screen and (max-width:991px) {
.self-intro-pic-block {max-width:320px;}
.self-intro-pic-block2 {max-width:320px;}
}
@media only screen and (max-width:767px) {
.self-intro-pic-block {display:none;}
.self-intro-pic-block2 {display:none;}
.self-intro-top {padding-top:40px;padding-bottom:20px;}
.self-intro-bottom {padding-top:40px;padding-bottom:40px;}
}
.wt-product-box .price {
	margin-bottom: 10px;
}
.wt-product-box .price del {
	font-size: 16px;
	color: #999999;
	margin: 4px 4px;
	font-weight:600;
}
.wt-product-box .price ins {
	font-size: 18px;
	color: #ff5e15;
	text-decoration: none;
	margin: 4px 4px;
	font-weight: 600;
}
.wt-product-box .rating-bx {
	padding-top: 10px;
	color: #ffa000;
}
.btn-quantity {
	width: 150px;
}
.product-description.dex-tabs .nav-tabs > li > a i {
	color: #efbb20;
}
.dex-tabs.bg-tabs .nav-tabs > li > a {
	background-color: #fcfcfc;
}
ol.commentlist {
	list-style: none;
	margin: 0;
}
ol.commentlist li {
	position: relative;
	padding: 0;
	margin-bottom: 20px;
	background: #F7F8FA;
	padding: 20px;
	border: 1px dashed #EEEEEE;
}
ol.commentlist li img {
	float: left;
	border: 5px solid #FFF;
	width: 80px;
	height: auto;
}
ol.commentlist li .comment-text {
	padding-left: 100px;
}
ol.commentlist li .meta {
	margin-bottom: 5px;
}
ol.commentlist li .meta strong {
	font-size: 16px;
}
ol.commentlist li .meta .time {
	color: #999;
	display: block;
	font-size: 14px;
}
ol.commentlist li .description p {
	margin: 0;
}
ol.commentlist li .star-rating {
	position: absolute;
	top: 20px;
	right: 20px;
}
@media only screen and (max-width: 767px) {
ol.commentlist li .star-rating {
	position:inherit;
}
}
.comment-reply-title {
	margin-top: 0;
}
.comment-form [class*="comment-form"] {
	width: 50%;
}
@media only screen and (max-width: 767px) {
.comment-form [class*="comment-form"] {
 width:100%;
}
}
.comment-form [class*="-form-author"], .comment-form [class*="-form-email"] {
	float:left;
}
.comment-form [class*="-form-comment"] {
	width: 100%;
}
.comment-form label {
	display: block;
}
.star-Rating-input i {
	font-size:18px;
}
.star-Rating-input .fa-star {
	color:#FFBC13;
}
.star-Rating-input i:hover {
	color:#FFBC13;
}
.comment-form [class*="comment-form"] input, .comment-form [class*="comment-form"] textarea {
	border: 1px solid #CCC;
	padding: 8px 10px;
	width: 100%;
}
.comment-form {
	margin: 0 -15px;
}
.comment-form [class*="comment-form"], .comment-form .form-submit {
	padding: 0 15px;
}
.comment-form .form-submit input:active, .comment-form .form-submit input:focus, .comment-form .form-submit input:hover {
	background: #037a85;
}
.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0;
	border-top-right-radius:0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-bottom-right-radius:0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 4px;
	left: 5px;
	font-size: 9px;
	font-weight: normal;
	color:#9fa0a1;
}
.input-rating input[type=radio] {
	display: none;
}
.input-rating input[type=radio] + label {
	display: inline-block;
	margin-left: -4px;
	padding-left: 0px !important;
	padding-right: 0px;
	width: 24px; 
}
.input-rating input[type=radio] + label:first-of-type {
	margin-left: 0px; 
}
.input-rating input[type=radio] + label:before {
	background-color: transparent;
	border: none;
	color: #ffd925;
	content: "\f006";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	height: 14px;
	line-height: 1;
	margin-left: 0px;
	position: static;
	text-align: center;
	top: 2px;
	transition: none;
	width: 14px; 
}
.input-rating input[type=radio]:checked + label:before, .input-rating input[type=radio] + label.marked:before, .input-rating input[type=radio] + label.filled:before, .input-rating input[type=radio] + label.hovered.filled:before {
	content: "\f005"; 
}
.input-rating input[type=radio] + label.hovered:before {
	content: "\f006";
}
.rating-bx {
	color: #ffd925;
	font-size: 14px;
}
.rating-bx i {
	margin:0 2px;
}
.rating-container .rating-stars::before {
	text-shadow:none;
}
.rating-container {
	color: #c8c8c8;
}
.rating-container .rating-stars {
	color: #3396d1;
}
.has-feedback label ~ .form-control-feedback {
	top: 31px;
}
.shopping-table .cf th {
	padding: 5px 10px !important;
	color: #060000;
}
.your-order-list ul {
	list-style:none;
	margin-bottom:0px;
}
.your-order-list ul li {
	padding:15px 10px;
	clear:both;
	border-bottom:1px solid #eee;
	color: #fff;
}
.your-order-list ul li:last-child {
	background-color:#ff5e15;
	border-bottom:none;
	text-transform:uppercase;
	color:#000;
}
.header-style-1 #search-toggle-block {display:none;}
.header-style-1 #search {position: relative;    background-color: rgba(255, 255, 255);}
.header-style-1 #search form {	max-width: 440px;	color:#262423;	text-align: center;	outline: none;	padding: 12px;	margin: 0px auto;}
.header-style-1 #search input[type="search"] {		background: none;	border: none;	padding: 0px;	font-size: 20px;	height: auto;}
.header-style-1 #search .search-btn {border:none;	background:none;	padding: 0px 30px;}
.header-style-1 #search .search-btn i {font-size:18px;}
.header-style-1 .header-search-icon.close {position: absolute; top: 0px; right: 15px; font-size: 0px; color:#fff; width: 48px; bottom: 0px; opacity: 1 !important;}
.header-style-1 .header-search-icon.close:after, .header-style-1 .header-search-icon.close:before {content: ""; position: absolute; width: 2px; height: 24px; background-color: #262423; right: 24px; top: 12px;}
.header-style-1 .header-search-icon.close:after {	-ms-transform: rotate(45deg); /* IE 9 */	-webkit-transform: rotate(45deg); /* Safari */	transform: rotate(45deg);}
.header-style-1 .header-search-icon.close:before {	-ms-transform: rotate(-45deg); /* IE 9 */	-webkit-transform: rotate(-45deg); /* Safari */	transform: rotate(-45deg);}
.header-style-1 .header-search-icon.close:hover:after, #search .close:hover:before {	cursor: pointer;}
@media only screen and (max-width:1200px) {
.header-style-1 .header-search-icon {right:50px;}
.header-style-1 .header-search-icon.close {right: 50px;}
}
@media only screen and (max-width:777px) {
.header-style-1 .header-search-icon {right:0px;}
.header-style-1 .header-search-icon.close {right: 0px;}
}
#search .close:hover:before {	cursor: pointer;}
.faq-accorfion {position:relative}
@media only screen and (max-width:767px) {
.faq-accorfion {margin-bottom:30px;}
}
.bold-title {
	position: relative;
	z-index: 1;
	overflow:inherit;
}
.bold-title h1:after, .bold-title h2:after, .bold-title h3:after, .bold-title h4:after {
	position: absolute;
	content: attr(data-title);
	color:rgba(210, 210, 210, 0.4);
	font-weight: 500;
	font-size: 114px;
	text-transform: uppercase;
	top: -40px;
	left: 0%;
	width: 100%;
	z-index: -1;
}
@media only screen and (max-width:480px) {
.bold-title h1:after, .bold-title h2:after, .bold-title h3:after {
	display:none;
}
}
.animate_line {
	position:relative;
	z-index:0;
	padding: 15px 15px;
}
.animate_line:after, .animate_line:before {
	content: "";
	height: 4px;
	width: 0px;  
	position: absolute; 
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; 
	z-index: -1; 	
}
.animate_line:after { 
  left:5px; 
  bottom: 5px; 
}
.animate_line:before { 
  right: 5px; 
  top: 5px; 
}
.animate_line:hover:after, .animate_line:hover:before { 
	width: 50%; 
	height:50%;
	background: #ff5e15; 
}
@media only screen and ( max-width:768px) {
.animate_line:after { 
  bottom: 5px; 
}
.animate_line:before { 
  top: 5px; 
}
}
.full-container-margin .container-fluid {padding-left:100px;padding-right:100px;}
@media only screen and (max-width:767px) {
.full-container-margin .container-fluid {max-width: 540px;width: 100%;padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
}
.img-top-bottom-aanimation {
	-webkit-animation: img-animation 5s ease-in-out infinite alternate-reverse both;
	        animation: img-animation 5s ease-in-out infinite alternate-reverse both;
}
.how-we-work-box {position:relative; z-index:1; margin: 0px 10px;}
.how-we-work-box:hover:before {
	background-color:#ff5e15;
}
.how-we-work-box-1 {
	position:relative;
	padding:50px 20px;
	text-align:center;
	
}
.how-we-work-title {margin-left:0px; margin-bottom: 20px;}
.how-we-work-title span {font-size:30px; display:block; line-height: 36px;}
.how-we-work .box-icon-number {
    position: inherit;
}
.how-we-work .box-icon-number span {
    font-size: 120px;
    line-height: 100px;
    font-weight: 500;
    display: block;
	font-family: 'Bai Jamjuree', sans-serif;
}
@media only screen and (max-width:767px) {
.how-we-work-box {position:relative; z-index:1; margin: 0px;}
}
.box-style1 {
	padding:20px;

	position:relative;
	z-index:1;
	
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(252,252,252,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */


}
.box-style1-title span {
	font-size: 30px;
	display: block;
	text-align: left;
	line-height: 36px;
	color:#00173c;
}
.box-style1-title {
	border-left: 5px solid #ff5e15;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 25px;
}
.box-style1 .box-style1-content {
	padding-bottom:30px;
}
.box-style1:hover .box-style1-title span {
	color:#fff;
}
.box-style1:hover .box-style1-content p {
	color:#fff;
}
.box-style1:hover .box-style1-content a {
	color:#fff;
}
.box-style1:after {
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	
 background: rgb(255,94,21);
background: linear-gradient(0deg, rgba(255,94,21,1) 0%, rgba(0,23,60,1) 100%); 
	
}
.box-style1:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}
@media only screen and (max-width:768px) {
.arc-home-about-left:before {
	left:0px;
	bottom:-50px;
}
.arc-home-about-left:after {
	right:0px;
	top:-50px;
}
}
@media only screen and (max-width:480px) {
.arc-home-left-content {
    margin: 30px 15px;
}
.arc-home-about-left:after {
    right: -3px;
    top: -25px;
}
.arc-home-about-left:before {
    bottom: -25px;
	left:-3px;
}
.arc-home-about-left:before, .arc-home-about-left:after {
	height:79%;
}
}
.img-colarge-new {position:relative;height:100%;margin-bottom: 80px;}
.colarge-1-new {position:relative;margin:40px 30px 0px 40px;	z-index:1;}
.colarge-1-new:before {position: absolute;border: 10px solid #ff5e15;content: '';width: 60%;z-index: -1;left: -40px;top: -40px;bottom: -40px;}
.welcom-to-section-new {	padding-top:40px;}
.welcom-to-section-new p {margin-bottom: 15px;    line-height: 28px;}
@media only screen and (max-width:991px) {
.img-colarge-new .colarge-1-new img {width:100%;}
.welcom-to-section-new {padding-top:0px;}
.welcom-to-section-new p {margin-bottom: 20px;}
}
.site-list-style-one-new {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.site-list-style-one-new li {
    font-family: 'Inter',sans-serif;
    color: #00173c;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.site-list-style-one-new li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 20px;
    height: 2px;
    background-color: #ff5e15;
}
.testimonial-4-outer {position:relative;}
.testimonial-4-content-outer {	z-index: 1;    top: 0px;    position: inherit;}
.testimonial-4 {position: relative;text-align: center;}
.testimonial-4 .testimonial-position {    display: block;    font-size: 24px;    position: relative;    line-height: 24px;}
.btn-filter-wrap {
	list-style:none;
	margin:90px 0 0;
}
.btn-filter-wrap li {
	position:relative;
	display:inline-block;
	font-size:16px;
	color: #000;
	padding:0 20px;
	cursor:pointer;
}
.btn-filter-wrap li:last-child {
	padding-right:0;
}
.btn-filter-wrap li.btn-active {
	color: #FF5E15;
}
.btn-filter-wrap li:after {
	content:"/";
	position:absolute;
	left:-2px;
	top:4px;
	font-size:14px;
	opacity:0.2;
	color: #000;
}
.btn-filter-wrap li:first-child:after {
	display:none;
}
.project-new-content {
    padding: 20px 0px 0px 0px;
}
.project-new-content span {
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ff5e15;
	letter-spacing: 1px;
}
@media only screen and (max-width:1199px) {
.btn-filter-wrap {text-align:left; margin-top:10px;}
.btn-filter-wrap li:first-child {padding-left:0px;}
}
.video-section-new-outer {padding-top:0px; position:relative;}
.video-new-info {
	padding: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	max-width: 315px;
}
.video-new-info span {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.video3-left-section {position:relative; height:100%;}
@media only screen and (max-width:767px) {
.video-new-info {
		position: inherit;
	}
}
.counter3-outer {margin-top: 30px;margin-bottom: 50px;}
.counter3-outer span {font-size:30px;	display:block;}
@media only screen and (max-width:1199px) {
.counter3-outer span {
    font-size: 24px;
}
.video-new-info {
    padding: 15px;
    max-width: 100%;
    width: 100%;
}
}
@media only screen and (max-width:767px) {
.counter3-outer {
    margin-bottom: 20px;
}
}
.footer-style3 p {font-size:14px;}
.new_blink {
    margin: 0 auto;
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    -webkit-animation: colorchange 2s infinite alternate;
	animation: colorchange 2s infinite alternate;
    right: 15px;
}
.slider-block-3 {
	border: 40px solid #ea130e;
	position: relative;
	margin: 0px !important;
}
.about-max-two {
	position: relative;
	z-index: 1;
	padding-right: 50px;
  }
@media (max-width: 420px) {
.about-max-two {
	  padding-right: 0px;
	}
}
.about-max-two:after {
	content: '';
	background-color: #ea130e;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0;
	bottom: 50%;
	width: 75%;
  }
.about-max-two:before {
	background-image: url(../images/ui-9/background/bg-dott2.png);
	content: '';
	position: absolute;
	z-index: -1;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 45%;
  }
.about-max-two .about-max-two-media {
	padding: 40px 0px 40px 40px;
  }
.about-max-two .about-max-two-media img {
	width: 100%;
  }
.about-section-two-right .ab-two-info p {
	margin-bottom: 15px;
  }
.card1 {
	z-index: 1;
	overflow: hidden;
  }
.card1 .d-icon-box-content p {
   -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
  }
.quality-section-outer {position:relative;}
.quality-section-content {margin-top: 220px;position: relative;top: -150px;margin-bottom: -150px;}
.quality-video-section {padding-bottom:35px;padding-top: 50px;}
.quality-video-section span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	max-width: 600px;
	margin: 0px auto;}
.quality-video {position:relative; padding: 80px 0px;}
@media only screen and (max-width:540px) {
.quality-section-content {
		margin-top: 130px;
		top: -100px;
		margin-bottom: -100px;
	}
.quality-video {

		padding: 100px 0px 0px 0px;
		margin-top: 40px;
	}
}
.wt-team-10 {margin-left:30px;position:relative;}
.wt-team-10 .team-name a:hover {	color:#ea130e;}
.wt-team-10 .team-position {
	font-size: 20px; 
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	left: -50%;
	top: -8px;
	margin-left: -15px;
	width: 100%;
	white-space: nowrap;

	letter-spacing: 1px;
	transform: rotate(-90deg) translateX(-50%);
	-webkit-transform: rotate(-90deg) translateX(-50%);
	-moz-transform: rotate(-90deg) translateX(-50%);

	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.wt-team-10 .team-social-center {position:relative;}
.wt-team-10 .team-social-center ul {list-style: none;margin-bottom:0px;}
.wt-team-10 .team-social-center ul li {	display:inline-block;	padding-right: 16px;}
.wt-team-10 .team-social-center ul li:last-child {padding-right:0px;}
.wt-team-10 .team-social-center ul li a {font-size: 16px;	font-weight:500;	position:relative; color: #777;}
.wt-team-10 .team-social-center ul li a:after {position: absolute;right: -14px;	content: '';	width: 8px;	height: 1px;	background-color: #777;	top: 10px;}
.wt-team-10 .team-social-center ul li:last-child a:after {	display:none;}
.wt-team-10:hover .team-social-center {top:0px;}
.wt-team-10 .team-social-center ul li a:hover {color: #ea130e;}
.projects-two-info {
	border: 6px solid #e6e6e6;
	padding:0px 30px 30px 30px;
	margin-left:70px;
	position:relative;
	z-index:1;
}
.projects-two-info:after {
	content:'';
	position:absolute;
	left:100%;
	bottom:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:-1;
	background-color: #000;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
	
}
.projects-two-info:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}
.cardbg {
	position: relative;
	z-index: 1;
	border: 1px solid #ddd;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
.cardbg-pic {
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cardbg:hover {background-color: #000 !important; border: 1px solid transparent; color: #fff;}
.cardbg:hover .cardbg-pic {
	opacity: 0.2;
	
}
@media only screen and ( max-width:767px) {
.latest-blog-2-wraper {
			padding-bottom: 10px !important;
		}
}
@media only screen and ( max-width:767px) {
.arc2-team-wrapper {
		padding-bottom: 10px !important;
	}
}
@media only screen and ( max-width:575px) {
.arc2-team-wrapper {
		padding-bottom: 30px !important;
	}
}
.wt-team-arc2 {
	padding:20px;
	position:relative;
	z-index:1
}
.wt-team-arc2:after {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:3px solid #2f3b42;
	z-index:-1;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
.wt-team-arc2:hover:after {
	width:50%;
	border:3px solid #d5dd02;
}
.wt-team-arc2 .team-social-center {
	position: absolute;
	left: -100%;
	top: 0px;
	z-index: 2;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	
	height: 100%;
}
.wt-team-arc2:hover .team-social-center {
	left:0%;
}
.wt-team-arc2 .team-social-icon {
	list-style:none;
	margin-bottom:0px;
	position:relative;
	left:0%;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.wt-team-arc2 .team-social-icon li {
	display: block;
    margin:0px 10px;
	background-color: #000;
}
.wt-team-arc2 .team-social-icon li a {
	color:#fff;
	font-size: 14px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.wt-team-arc2 .team-social-icon li a:hover {
	color:#ff0000;

}
.wt-team-arc2.team-style2 {
	margin-top:100px;
}
.wt-team-arc2:hover.team-style2 .team-social-center {
    bottom: -40px;
}
.wt-team-arc2.wt-team-arc2-no-border {
	padding:0px;
}
.wt-team-arc2.wt-team-arc2-no-border:after {
	display:none;
}
.testimonial-slider-5 {
	margin-top:50px;
}
.testimonial-5 {
	padding: 0px 2px;
	margin-bottom: -30px;
}
.testimonial-5 .testimonial-paragraph {position:relative;padding-top: 50px;}
.testimonial-5 .quote-left::before, .testimonial-5 .quote-right::after {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 10;
	font-size:36px;
	opacity:1;
}
.testimonial-5 .quote-left::before {
    content: "\f10d";
	left: 0px;
	top: -60px;
	color: #f00;
}
.quality-video2 {
	position: relative;
}
.header-style-11 {position: relative;}
.header-style-11 .header-style-11-content {position: relative;}
.header-style-11 .header-middle-wraper {
  padding: 0px 0px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.header-style-11 .header-info-wraper {display: flex;}
.header-style-11 .header-info-wraper .header-info > ul {
  list-style: none;
  display: table;
}
.header-style-11 .header-info-wraper .header-info > ul li {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}
.header-style-11 .header-info-wraper .header-info > ul li:last-child { padding-right: 0px;}
.header-style-11 .header-info-wraper .header-info > ul li p { margin-bottom: 0px;}
.header-style-11 .header-info-wraper .header-info > ul li.wt-icon-box-xs {margin-right: 15px;}
@media (max-width: 991px) {
.header-style-11 .header-info-wraper .header-info > ul li p {font-size: 14px;}
}
.header-style-11 .header-bottom {border-top: 1px solid #e7e7e7;}
.header-style-11 .header-search {
  padding: 15px 15px;
  border-left: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}
.header-style-11 .header-search .s-btn {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.header-style-11.bg-half-block-bar .header-middle {position: relative;}
.header-style-11.bg-half-block-bar .header-middle:after {
	content: '';
	background-color: #ff5e15;
	right: calc(100% - 250px);
	height: 100%;
	width: 3000px;
	bottom: 0px;
	position: absolute;
	z-index: -1;
}
.header-style-11 .wt-cart {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}
.header-style-11 .wt-cart .woo-cart-total {
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.header-style-11 .wt-cart .woo-cart-count {
  color: #000;
  font-weight: 800;
  display: inline-block;
  min-width: 40px;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  position: relative;
}
.header-style-11 .wt-cart .woo-cart-count i {font-size: 16px;}
.header-style-11 .wt-cart .woo-cart-count .shopping-bag.wcmenucart-count {
  padding-left: 3px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 640px) {
.header-style-11 .header-info-wraper {display: none;}
}
@media only screen and (max-width: 768px) {
.header-style-11 .header-middle-wraper .header-middle {display: block !important;}
.header-style-11 .header-info-wraper {justify-content: center;}
}
@media only screen and (max-width: 991px) {
.header-style-11 .header-middle-wraper:after { display: none;}
}
.cart-dropdown-item-wraper {
	top: 110%;
	right: 0px;
	position: absolute;
	z-index: 999;
	background-color: #f9f9f9;
	padding: 2px;
	border: 3px solid #eaeaea;
	width: 280px;
	display: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	text-align: left;
  }
@media only screen and (max-width: 480px) {
.cart-dropdown-item-wraper { right: -50px;}
}
.nav-cart-items {position: relative; }
.nav-cart-items:before {
	border-bottom: 8px solid #efefef;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 15px;
	top: -12px;
	width: 0;
  }
@media only screen and (max-width: 480px) {
.nav-cart-items:before {right: 65px;}
}
.nav-cart-title {border-bottom: 1px solid #eee;}
.nav-cart-title h4 {font-size: 24px;font-weight: 400;margin: 0px;margin-right: 5px; }
.nav-cart-title h5 {font-size: 24px;font-weight: 500;margin: 0px; }
.nav-cart-item {border-top: 1px solid #f5f5f5;padding: 10px;background-color: #fff;}
.nav-cart-item-image {float: left;height: 48px;margin-right: 15px;transition: border-color 0.2s linear 0s;width: 48px;}
.nav-cart-item-image a {display: block;height: 44px;width: 44px; }
.nav-cart-item-image img {display: block;height: 44px;width: 44px;}
.nav-cart-item-image:hover {border-color: #243447;}
.nav-cart-item-desc {position: relative;	padding-right: 15px;}
.nav-cart-item-desc a {font-size: 13px;font-weight: 600;height: auto;text-align: left;width: auto;}
.nav-cart-item-desc span.nav-cart-item-price {color: #000;display: block;font-size: 12px;line-height: 20px;}
.nav-cart-item-desc a.nav-cart-item-quantity {color: #000;display: block;font-size: 12px;position: absolute;right: -5px;top: 2px;padding: 0px 6px 2px 6px;
  }
.nav-cart-action {border-top: 1px solid #eee;}
.nav-cart-action button {padding: 8px 10px;font-size: 12px;}
.mid-slider {text-align: center !important;}
.mid-slider .tp-fullwidth-forcer {height: auto !important;}
#search-two {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}
#search-two form {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 50%;
	margin-left: 25%;
	color: #fff;
	border: 1px solid #e7e7e7;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	outline: none;
	padding: 10px;
	border-radius: 0px;
}
@media only screen and (max-width: 640px) {
#search-two form {width: 90%;margin-left: 5%;}
}
#search-two input[type="search"] {
	background: none;
	border: none;
	padding: 0px 12px;
	outline: none;
	color: #000;
	font-size: 24px;
}
@media only screen and (max-width: 575px) {
#search-two input[type="search"] {font-size: 14px;}
}
#search-two input[type="search"]:focus {box-shadow: none;}
#search-two input[type="search"]::placeholder {color: #000;}
#search-two .search-btn {border: none;background: none;padding: 0px 30px;outline: none;}
#search-two .search-btn i {font-size: 36px;	color: #ff5e15;}
#search-two .close {
	position: fixed;
	top: 30px;
	right: 30px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
	width: 60px;
	height: 60px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background-color: #ff5e15;
}
#search-two .close:after, #search-two .close:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 32px;
	background-color: #fff;
	right: 28px;
	top: 16px;
}
#search-two .close:after {transform: rotate(45deg);}
#search-two .close:before {transform: rotate(-45deg);}
#search-two .close:hover:after, #search-two .close:hover:before {cursor: pointer;}
.about-max-11-position {
	display: flex;
	align-items: center;
	position: relative;
	padding: 50px 50px 50px 0px;
}
.about-max-11-position:before {
	background-image: url(../images/home-11/bg-plus.png);
	content: '';
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 0px;
	height: 100%;
	width: 45%;
	opacity: 0.4;
}
.about-max-11 {	z-index: 1;}
.about-max-11 .about-max-11-media {position: relative;}
.about-max-11 .about-max-11-media img {width: 100%;}
.about-max-11 .about-max-11-video {
	position: absolute;
	width: 120px;
	height: 120px;
	left: 10px;
	border-radius: 50%;
	bottom: 0;
}
@media only screen and (max-width: 1270px) {
.about-max-11 .about-max-11-video {bottom: 0px;}
}
.about-section-11-right {padding-left: 20px;}
.about-section-11-right .ab-11-info p {	margin-bottom: 30px;}
@media only screen and (max-width: 991px) {
.about-section-11-right {padding-left: 0px;}
.about-max-11-position {
		padding: 50px 50px 50px 15px;
	}
}
.description-list {margin: 30px 0px;}
.description-list li {
	padding-left: 40px;
	font-weight: 600;
	color: #000;
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.description-list li:last-child {margin-bottom: 0px;}
.description-list li i {
	width: 26px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #ff5e15;
	font-size: 10px;
}
.play-now-video .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background-color: #fff;
	color: #ff5e15;
	z-index: 1;
	font-size: 20px;
	padding-left: 5px;
	display: block;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.play-now-video .ripple, .play-now-video .ripple:before, .play-now-video .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgb(255, 94, 21);
	animation: ripple-video 3s infinite;
	z-index: 1;
}
.play-now-video .ripple:before {animation-delay: .9s;content: "";position: absolute;}
.play-now-video .ripple:after {animation-delay: .6s;content: "";position: absolute;}
.site-button-2 {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 15px;
  }
.site-button-2:hover {color: #ff5e15; }
.team-carousel-wraper {margin-left: 60px;}
@media only screen and (max-width: 480px) {
.team-carousel-wraper {
	  margin-left: 0px;
	}
}
.wt-team-2 {margin: 90px 0px 0px 0px;background-color: #eff3f6;}
.wt-team-2 .team-social-center {
	padding-top: 0px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	z-index: 1;
	transition: all 0.3s linear;
}
.wt-team-2 .team-detail {padding-bottom: 20px;}
.wt-team-2 .team-detail a:hover {color: #ff5e15;}
.wt-team-2 .team-detail p {margin-bottom: 0px;color: #ff5e15;}
.wt-team-2 .team-social-icon {text-align: center;list-style: none;margin-bottom: 0px;}
.wt-team-2 .team-social-icon li {display: inline-block;	margin: 0px 5px;}
.wt-team-2 .team-social-icon li a {
	color: #fff;
	display: block;
	font-size: 14px;
	background-color: #ff5e15;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
}
.wt-team-2 .team-social-icon li a:hover {background-color: #f9f9f9;color: #000;border: 1px solid #e7e7e7;}
.wt-team-2:hover .team-social-center {bottom: 10px;}
.get-in-touch-wraper {position: relative;z-index: 1;}
.get-in-touch-wraper .get-in-touch {position: relative;margin-bottom: 30px;}
.get-in-touch-wraper .get-in-touch-pic {position: relative;	overflow: hidden;}
.get-in-touch-wraper .get-in-touch-pic:before {
	content: '';
	background-image: url(../images/ui-9/background/bg-dott2.png);
	background-color: #f9f9f9;
	left: 0px;
	top: 40px;
	bottom: 0px;
	width: 180px;
	position: absolute;
	z-index: -1;
	opacity: 0.5;
}
.get-in-touch-wraper .get-in-touch .get-in-touch-info {margin-left: 30px;padding-right: 20px;}
@media only screen and (max-width: 991px) {
.get-in-touch-wraper .get-in-touch-pic {margin-bottom: 30px;}
.get-in-touch-wraper .get-in-touch .get-in-touch-info {
		margin-left: 0px;
	}
}
.get-in-touch-wraper .get-in-touch .get-in-touch-pic img {position: relative;}
@media only screen and (max-width: 767px) {
.get-in-touch-wraper .get-in-touch .get-in-touch-pic img {
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 30px;
	}
}
.service-icon-box-three {
	position: relative;
	padding: 40px 40px 40px 40px;
	background-color: #fff;
	transition: all 0.3s linear;
	z-index: 0;
	border: 4px solid #493B90;
	border-radius: 20px;
}
@media only screen and (max-width:1199px) {
.service-icon-box-three {
		padding: 30px 20px 30px 20px;
	}
}
.service-icon-box-three .service-icon-box-content p {margin-bottom: 15px;}
.service-icon-box-three.site-bg-black .service-icon-box-content p {color: #fff;}
.project-new-2 {position: relative;}
.project-new-2 .project-new-content2 {position: relative;background-color: #fff;padding: 0px;}
.project-new-2 .project-new-content2 span {
	display:inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background-color: #ff5e15;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.number-block-content .number-block-count {margin-bottom: 30px;}
.number-block-content .number-block-count span {
	font-size: 72px;
	line-height: 72px;
	font-weight: 900;
	color: #ff5e15;
	display: inline-block;
	position: relative;
	padding: 20px 0px 20px 20px;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
.number-block-content .number-block-count span {
		font-size: 30px;
		line-height: 30px;
		padding: 20px;
	}
}
.number-block-content .number-block-count span:after {
	content: '';
	position: absolute;
	border: 3px solid #fff;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 60px;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
.number-block-content .number-block-count span:after {width: 100%;}
}
.number-block-content .number-block-count span.hide-line-block {padding-left: 0px;padding-bottom: 0px;}
.number-block-content .number-block-count span.hide-line-block:after {display: none;}
.number-block-content .number-block-info p {margin-bottom: 0px;}
.testimonial11-outer {padding: 50px;}
@media only screen and (max-width: 575px) {
.testimonial11-outer {padding: 30px;}
}
.testimonial-11-content {position: relative;}
@media only screen and (max-width: 991px) {
.testimonial-11-content {padding-top: 20px;}
}
.testimonial-11-content .testimonial-11 {
	position: relative;
	padding: 20px;
	border: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px) {
.counter-outer-one [class*='icon-xl'] {width: 50px;}
}
@media only screen and (max-width: 767px) {
.counter-outer-one [class*='icon-xl'] i {font-size: 50px;line-height: 50px;}
}
.counter-outer-one .icon-content-info {font-weight: 600;color: #000;}
.blog-gallery-style1 {padding-left: 0px;}
@media only screen and (max-width: 991px) {
.blog-gallery-style1 {padding-left: 0px;}
}
.ripple-background {position: absolute;left: 50%;top: 50%;opacity: 0.5;z-index: -1;}
.pricingtable-inner:hover .ripple-background {opacity: 0.9;}
.ls-circle {position: absolute;border-radius: 50%;background: #ff5e15;animation: ripple-1 5s infinite;}
.ls-small {	width: 80px;height: 80px;left: -40px;top: -40px;}
.ls-medium {width: 160px;height: 160px;left: -80px;top: -80px;}
.ls-large {width: 240px;height: 240px;left: -120px;top: -120px;}
.ls-xlarge {width: 320px;height: 320px;left: -160px;top: -160px;}
.ls-xxlarge {width: 400px;height: 400px;left: -200px;top: -200px;}
@media only screen and (max-width:540px) {
.ls-small {	width: 60px;height: 60px;left: -30px;top: -30px;}
.ls-medium {width: 120px;height: 120px;left: -60px;top: -60px;}
.ls-large {width: 180px;height: 180px;left: -90px;top: -90px;}
.ls-xlarge {width: 240px;height: 240px;left: -120px;top: -120px;}
.ls-xxlarge {width: 300px;height: 300px;left: -150px;top: -150px;}
}
@media only screen and (max-width:380px) {
.ls-small {	width: 40px;height: 40px;left: -20px;top: -20px;}
.ls-medium {width: 80px;height: 80px;left: -40px;top: -40px;}
.ls-large {width: 120px;height: 120px;left: -60px;top: -60px;}
.ls-xlarge {width: 160px;height: 160px;left: -80px;top: -80px;}
.ls-xxlarge {width: 200px;height: 200px;left: -100px;top: -100px;}
}
.ls-shade1 {opacity: 0.5;}
.ls-shade2 {opacity: 0.6;}
.ls-shade3 {opacity: 0.7;}
.ls-shade4 {opacity: 0.8;}
.ls-shade5 {opacity: 0.9;}
.about-max-12 {
	position: relative;
	z-index: 1;
	padding: 0px 50px 50px 30px;
}
@media only screen and (max-width:991px) {
.about-max-12 {
		max-width: 550px;
		margin: 0px auto;
	}
}
@media only screen and (max-width:540px) {
.about-max-12 {
		max-width: 350px;
		margin: 0px auto;
	}
}
.about-max-12:before {
	position: absolute;
	content:'';
	bottom: 0px;
	right: 0px;
	background-image: url(../images/home-11/background/scale-h.png);
	background-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	height: 38px;
}
.about-max-12:after {
	position: absolute;
	content:'';
	bottom: 0px;
	right: 0px;
	background-image: url(../images/home-11/background/scale-v.png);
	background-position:  right bottom 34px;
	background-repeat: no-repeat;
	z-index: -1;
	width: 38px;
	height: 100%;
}
.ser-ipad-warp {
	position: relative;
	background-color: #fff;
	padding: 60px 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	max-width: 360px;
	width: 100%;
	box-shadow: 0 16px 48px rgba(0,0,0,.15);
	margin-left: 60px;
	margin-bottom: 40px;}
.ser-ipad-pic { height:400px; background-size:cover; background-repeat:no-repeat; background-position:center; position:relative; }
.ser-ipad-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height:100%; background-color:rgba(0,0,0,0.4); }
.ser-ipad-cam { position:absolute; top:35px; left:50%; width:10px; height:10px; margin:-5px 0px; background-color:#777777; border-radius:10px; -webkit-border-radius:10px;transform: translateX(-50%); }
.ser-ipad-btn { position:absolute; bottom:30px; left:50%; transform: translateX(-50%); width:36px; height:36px; margin:-18px 0px; background-color:#fff; border:1px solid #ccc; border-radius:100%; -webkit-border-radius:100%; -webkit-box-shadow:inset 3px 3px 10px 5px rgba(0,0,0,0.03); box-shadow:inset 3px 3px 10px 5px rgba(0,0,0,0.03);}
.ipad-pencil {position: absolute;left: 0px;top: 0px;}
.ipad-pencil-jump {
	-webkit-animation: ipad-pencil-jump 1s ease-in-out infinite alternate both;
	animation: ipad-pencil-jump 1s ease-in-out infinite alternate both;
}
@media only screen and (max-width:540px) {
.about-max-12 .ser-ipad-warp {
		margin-left: 10px;
		margin-bottom: 0px;
	}
.about-max-12 .ser-ipad-warp .ser-ipad-pic {
		height: 300px;
	}
.ipad-pencil img {width: 75%;}
.about-max-12:after, .about-max-12:before {
		background-size: 90%;
	}
}
.client-logo2-border {
	border-top:1px dashed #c5c5c5;
	border-right:1px dashed #c5c5c5;
}
.latest-blog-11 {display:table;width:100%}
.block-shadow {
	-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
	box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}
.slider-block-12 {border:16px solid #c8c8c8;}
.ab-call-us {box-shadow: 10px 20px 30px rgba(0,0,0,0.1);}
.imghvr1 {
	position:relative;
	display:inline-block;
	margin:0;
	max-width:100%;
	background-color:rgba(230,230,230,.7);
	color:#666;
	overflow:hidden;
	-moz-osx-font-smoothing:grayscale;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
.imghvr1 img {vertical-align: top;max-width: 100%}
.imghvr1 figcaption {
	background-color: rgba(255,255,255,.9);
	padding: 20px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.imghvr1, .imghvr1 * {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .35s ease;
	transition:all .35s ease
}
.imghvr1:hover figcaption {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.imghvr1:hover img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.services-gallery-style12 {position: relative;}
.service-box-style12 {position: relative;background-color: #000;transition: 0.5s all ease;}
.service-box-style12 .site-button-2 {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 15px;
}
.services-tabs {position: relative;display: inline-block;}
.sr-btn-filter-wrap {
	display: flex;
	list-style: none;
	align-items: center;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 50px;
}
.sr-btn-filter-wrap li {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.sr-btn-filter-wrap li img {width: 40px;	margin: 0px 10px;}
.sr-btn-filter-wrap li.sr-btn-circle {
	border-radius: 50%;
	background-color: #1c63b8;
	width: 70px;
	height: 70px;
	color: #fff;
	line-height: 70px;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
.sr-btn-filter-wrap li.btn-active.sr-btn-circle {background-color: #1c63b8;}
.sr-btn-filter-wrap li:first-child.btn-active {
    background-color: #fff;
	border-radius: 50px 0px 0px 50px;
	color:#1c63b8;
	border: 1px solid #1c63b8;
}
.sr-btn-filter-wrap li:first-child {
	padding: 20px 50px 20px 20px;
	border: 1px solid #b3b3b3;
	border-radius: 50px 0px 0px 50px;
}
.sr-btn-filter-wrap li:last-child.btn-active {
    background-color: #fff;
	border-radius: 0px 50px 50px 0px;
	color:#ff6d55;
	border: 1px solid #ff6d55;
}
.sr-btn-filter-wrap li:last-child {
	flex-direction: row-reverse;
	padding: 20px 20px 20px 50px;
	border: 1px solid #b3b3b3;
	border-radius: 0px 50px 50px 0px;
}
@media only screen and (max-width:400px) {
.sr-btn-filter-wrap li img {
		width: 24px;
	}
.sr-btn-filter-wrap li:first-child {
		padding: 10px 30px 10px 10px;
	}
.sr-btn-filter-wrap li:last-child {
		padding: 10px 10px 10px 30px;
	}
.sr-btn-filter-wrap li.sr-btn-circle {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
.ap-section-reefer-boxes {
	background-image:url(../sample-images/reefer-boxes/banner.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	background-size:cover;
	width:100%;
	height:100%;

}
.ap-section-quard {
	background-image:url(../sample-images/quard/quard-cta.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	background-size:cover;
	width:100%;
	height:100%;

}
.ap-section-quend {
	background-image:url(../sample-images/quend/quend-cta.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	background-size:cover;
	width:100%;
	height:100%;

}
.ap-section-stainless-steel-plates {
	background-image:url(../sample-images/stainless-steel-plates/cta-banner.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	background-size:cover;
	width:100%;
	height:100%;

}
.ap-section-welding-machines {
	background-image:url(../sample-images/welding-machines/cta-banner.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	background-size:cover;
	width:100%;
	height:100%;

}
.ap-section-outer {position:relative;z-index:1;}
.testimonial-12-content {
	position: relative;
	margin: 0px -15px 30px -15px;
	width: auto;
}
.testimonial-12-content .testimonial-12 {
	position: relative;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin: 15px;
	opacity: 0.8;
}
@media only screen and (max-width: 420px) {
.testimonial-12-content .testimonial-12 {padding: 20px;}
}
.home12-contact-section {margin-left:15px;}
.home12-contact-section-wrap .contact-right12-section {position: relative;z-index: 1;margin-left: 40px;margin-bottom: 70px;}
.home12-contact-section-wrap .contact-right12-section:before {
	position: absolute;
	content: '';
	z-index: -1;
	left: -40px;
	bottom: -40px;
	width: 100%;
	height: 100%;
	background-image: url(../images/home-11/bg-plus.png);
}
@media only screen and (max-width:400px) {
.home12-contact-section {margin-left:0px;}
}
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}
.rwd-table tr:first-child {
  border-top: none;
  background: #49519b;
  color: #fff;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8fb;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ffffff;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  margin-top: .5em;
}
.rwd-table td:last-child {
  margin-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}
.rwd-table th {
  text-align: center;
}
.rwd-table td {
  text-align: left;
}
.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #ffffff;
}
.rwd-table th, .rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
.rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
.rwd-table tr:hover:not(:first-child) {
    background-color: #ebf3ff;
  }
.rwd-table td:before {
    display: none;
  }
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
	text-align: left;
  }
.rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
.rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
.rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.justify {
	text-align: justify;
}
.mr-15 {
	margin-right: 15px;
}