.preLoadLogo {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	width: 100%;
	display:block;
	height: 100%;
	z-index: 90000000;
}
.preLoadLogo > span{
	width:0;
	overflow:hidden;
	display:block;
	z-index:1816;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
.preLoadLogo img{
	width: 200px;
	display: block;
	position: relative;
	z-index: 1;
}
.preLoadLogo > span,
.logGrayscale{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -103px;
}
.preLoadMainWrp{
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	bottom:10%;
	z-index:1;
}
#qLoverlay{
	display:none !important;
}
.preLoadCirc{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:0;
}
.preLoadPercent {
    position: absolute;
    font-style: normal;
    font-size: 16px;
    top: 50%;
    left: 0;
	width:100%;
	margin-top:-18px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 600;
    border-radius: 500px;
    height: 36px;
    line-height: 36px;
    color: #5d5d5d;
	z-index:1;
}
.logGrayscale{
	width:265px;
	z-index:0;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.2;
}
.bubblingG{
	position:absolute;
	left:50%;
	top:54%;
	margin-left:-40px;
}
.loadingActive{
	overflow:hidden !important;
}
.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #4e4e4e;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 0.8s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 0.8s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 0.8s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 0.8s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 0.8s infinite alternate;
}
#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}
#bubblingG_2 {
	-moz-animation-delay: 0.24s;
	-webkit-animation-delay: 0.24s;
	-ms-animation-delay: 0.24s;
	-o-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
#bubblingG_3 {
	-moz-animation-delay: 0.48s;
	-webkit-animation-delay: 0.48s;
	-ms-animation-delay: 0.48s;
	-o-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		width: 24px;
		height: 24px;
		opacity: 0.5;
		transform: translateY(-21px);
	}

}


#qLpercentage,
#qLtempOverlay{
	display:none !important;
}
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-family:'Open Sans', 'Raleway', sans-serif;
}
fieldset{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Raleway', 'Open Sans', sans-serif;
}
::-moz-selection{color: #fff; background: #eb9200;}
::selection{color: #fff; background: #eb9200;}
.centerAlign{
	width:1200px;
	margin:0 auto;
}
.nvRespIcn{
	display:none;
	width:44px;
	height:44px;
	vertical-align:middle;
	background:url('../images/navIcon.png') center center no-repeat #eb9200;
	-webkit-background-size:22px auto;
	background-size:22px auto;
}

.margTp40 {
    margin-top: 40px;
}
.smlTtle {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    text-align:center;
}

.pckgeTableInfo{
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	margin-top: 10px;
	border-collapse: collapse;
}
.pckgeTableInfo th,
.pckgeTableInfo td{
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
.pckgeTableInfo thead th{
	background: #eb920047;
	text-transform: uppercase;
	padding: 15px 20px;
	line-height: 1.4;
	font-weight: 900;
}
.pckgeTableInfo .subHead{background:#f3f3f3;font-weight:bold;font-size:12px;}
.pckgeTableInfo thead th small{
	display: block;
	font-size: 80%;
}
.mapExport {
    width: 100%;
    height: 600px;
}

.headerContainer{
	width:100%;
	top:30px;
	position:absolute;
	z-index:8000;
	-webkit-transition:background-color ease 0.5s, margin-top ease 0.3s;
	transition:background-color ease 0.5s, margin-top ease 0.3s;
}
.headLogoBlock{
	display:block;
	float:left;
	width:200px;
	position:relative;
}
.headLogoBlock img{
	display:block;
	width:100%;
}
.hdLogoImg2{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.headNavCont{
	float:right;
	margin-top:28px;
}
.headNavMain{
	display:inline-block;
	vertical-align:middle;
}
.headNavMain > ul > li{
	float:left;
	display:block;
	margin-left:0px;
}
.headNavMain > ul > li a{
	font-size:15px;
	color:#fff;
	display:block;
	padding:10px 20px 8px 20px;
	font-weight:600;
	font-family:'Raleway', 'Open Sans', sans-serif;
	position:relative;	
}
.headNavMain > ul > li a:before{
	content:'';
	z-index:-1;	
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background: #eb9200;
	height:0%;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.headNavMain > ul > li a:hover:before{
	height:100%;
}



.headNavMain > ul > li > ul{
	position: absolute;
	/*top: 100%; */
	display: block;
	white-space: nowrap;
	background-color: #1f1f1f;
	/*background-color: #dab15d;*/

	width: 200px;
	transition: all ease 0.5s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}
.headNavMain > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.headNavMain > ul > li > ul > li > a{
	font-size: 13px;
	color: #a2a2a2;
	border-bottom: 1px solid #3e3e3e;
	font-family:'Raleway', 'Open Sans', sans-serif;
	/*color: #fff;
	border-bottom: 1px solid #ad883f;*/
	padding: 9px 45px 9px 15px;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.headNavMain > ul > li > ul > li:last-child > a{border-bottom: none;}
.headNavMain > ul > li > ul > li > a:hover{
	/*background-color: #c19e56;*/
	color: #fff;
}
.headNavMain > ul > li > ul > li{
	position: relative;
	width: 100%;
  overflow: hidden;
}
.headNavMain > ul > li > ul > li > ul{
	position: absolute;
	left: 80%;
	top: 0;
	background-color: #444;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
}
.headNavMain > ul > li > ul > li:hover > ul {
	left: 100%;
	opacity: 1;
	visibility: visible;
}
.headNavMain > ul > li > ul > li > ul > li > a{
	font-size: 13px;
	color: #b7b7b7;
	border-bottom: 1px solid #696969;
	padding: 9px 45px 9px 14px;
	text-transform: uppercase;
	display: block;
	transition: all ease 0.3s;
}
.headNavMain > ul > li > ul > li > ul > li > a:hover{
	color: #dab15d;
}



.nvMapPin{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin-left:30px;
}
.nvMapPin img{
	width:100%;
	display:block;
}


.inrPgeBody .headNavMain li a{color:#333;}
.inrPgeBody .headerContainer{top:20px;}
.inrPgeBody .headLogoBlock{width:170px;}

.inrPgeBody .headNavCont{margin-top:19px;}

.inrPgeBody .headNavMain li a:hover{color:#fff;}



.headNavMain li a,
.headNavCont,
.headLogoBlock,
.hdLogoImg1,
.hdLogoImg2,
.nvMapPin,
.headNavMain li{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hdLogoImg1{
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.hdLogoImg2{
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.fixHeader.headerContainer{
	background-color:#ebecee;
	top:0px;
	position:fixed;
	-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
}
.inrPgeBody .fixHeader .headLogoBlock,
.fixHeader .headLogoBlock{
	width:85px;
	background: #ebecee;
}

/*.fixHeader .hdLogoImg1{
	opacity:0;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.fixHeader .hdLogoImg2{
	opacity:1;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}*/

.fixHeader .headNavCont{margin-top:0;}
.fixHeader .headNavMain ul > li {
	margin-left:0;
}
.fixHeader  ul > li a {
    font-size: 14px;
	margin-left:0;
	padding:26px 20px 23px 20px;
	color:#0a0a0a;
}
.fixHeader .headNavMain ul > li a:hover{
	/*background-color:#eb9200;*/
	color:#fff;
}
.fixHeader .nvMapPin{width:20px;}

.sliderWrapper{
	display:block;
}
.sliderWrapper li{
	display:block;
	width:100%;
}
.sliderWrapper img{
	width:100%;
	display:block;
	min-height: 100%;
}
.sliderContainer{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#000;
}
.sliderContainer .bx-controls{
	display:none;
}
.sliderContainer .bx-wrapper {
	margin-bottom:0;
}
.sliderContainer .bx-wrapper .bx-viewport{
	border:none;
	left:auto;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.secPad{
	padding:80px 0;	
}
.aboutSectionWrap{
	width:100%;
	background:#eb9200;
}
.headTitle{
	font-size:40px;
	color:#01445e;
	text-align:center;
	font-weight:normal;
	margin-bottom:30px;
}
.shrtParaWrp > p{
	text-align:center;
	width:76%;
	font-size:14px;
	display:block;
	line-height:22px;
	margin:0 auto 0 auto;
}
.aboutSectionWrap .shrtParaWrp p{
	color:#e1f3f5;
	margin-bottom:15px;
}
.aboutCountBlck{
	padding-top:60px;
	display:table;
	width:100%;
	text-align:center;
}
.aboutCountBlck li{
	background:#01445e;
	display:inline-block;
	vertical-align:top;
	width:150px;
	height:180px;
	padding:0 30px;
	margin:0 30px;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.aboutCountBlck li:hover{
	-webkit-box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
	box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
	-webkit-transform:translateX(-3px) translateY(-3px);
	transform:translateX(-3px) translateY(-3px);
}
.aboutCountBlck li span{
	color:#ffffff;
	font-size:64px;
	margin-bottom:5px;
	margin-top:15px;
	display:block;
}
.aboutCountBlck li p{
	font-size:14px;
	line-height:22px;
	display:block;
	text-transform:uppercase;
	color:#ffffff;
}
.prdSectInf{
    padding:60px 0 60px 0;
}
.prdSectInf h1{
	margin-bottom:20px;
}
.prdSectInf .shrtParaWrp p{
	width:64%;
}
.hmePrdBlck{
	display:block;
	width:100%;
	overflow:hidden;
}
.hmePrdBlck .hmePrdBlckWrp{
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
}
.hmePrdBlck .hmePrdBlckWrp *{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmePrdBlck .hmePrdBlckWrp img{
	display:block;
	width:100%;
}
.hmePrdBlck .hmePrdBlckWrp:hover img{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.hmePrdInfWrp{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	height:20%;
	background-color:rgba(0,0,0,0.6);
}
.hmePrdBlck .hmePrdBlckWrp:hover .hmePrdInfWrp{
	height:100%;
	background-color:rgba(0,0,0,0.7);
}
.hmePrdInf{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.hmePrdInf h2{
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	line-height:34px;
	font-weight:normal;
	color:#fff;
	letter-spacing:5px;
	text-transform:uppercase;
}
.hmePrdInf h2 strong{
	font-family:'Raleway', 'Open Sans', sans-serif;
	font-weight:600;
	font-size:26px;
}
.hmePrdBlck .hmePrdBlckWrp:hover .hmePrdInf h2{font-size:24px;}
.hmePrdBlck .hmePrdBlckWrp:hover .hmePrdInf h2 strong{font-size:30px;}
.hmePrdLinksWrp{
	overflow:hidden;
	display:block;
	max-height:0px;
	text-align:center;
}
.hmePrdBlck .hmePrdBlckWrp:hover .hmePrdLinksWrp{
	max-height:40px;
	margin-top:15px;
}
.hmePrdLinksWrp li{
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #ccc;
	line-height:12px;
	padding-left:5px;
}
.hmePrdLinksWrp li:first-child{
	border-left:none;
}
.hmePrdLinksWrp li a{
	color:#fff;
	padding:5px 10px;
	display:block;
	font-size:14px;
}
.hmePrdLinksWrp li a:hover{
	background-color:#eb9200;
}
.inspMainCont{
	overflow:hidden;
	padding:60px 0 80px 0;
	background: #ebecee url(../images/bg-profile.png) 90% 50% no-repeat;
}
.inrPgeBody .inspMainCont{
	background-color:#f1f1f1;
}
.inspMainLeftWrp{
	float:left;
	width:70%;
}
.inspMainLeftWrp h2{
	font-size:20px;
	margin-bottom:20px;
	text-transform: uppercase;
	color: #656565;
	font-weight: 600;
	letter-spacing: 10px;
}
.inspMainLeftWrp .headTitle{
	text-align:left;
	margin-bottom:10px;
}
.inspMainLeftWrp p{
	color:#7d7c7c;
	width:600px;
	line-height:20px;
	font-size:13px;
}
.inspMainRightWrp{
	float:right;
	width:25%;
}
.mainBtnStyle{
	padding:10px 30px;
	font-size:14px;
	text-transform:uppercase;
	background-color:#eb9200;
	color:#ffffff;
	font-weight:600;
	border:1px solid #eb9200;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	background-color:none;
}
.inspMainRightWrp a{
	margin-top:60px;
	display:block;
	float:right;
	margin-right:15px;
}
.mainBtnStyle:hover{
	border-color:#fff;
	background-color:#fff;
	color:#eb9200;
}
.hmeNwsContainer{
	overflow:hidden;
	position:relative;
	padding:110px 0 90px 0px;
	background:#eb9200;
}
.hmeNwsContainer .centerAlign{
	position:relative;
	z-index:2;
}
.prlxBgWrp,
.prlxBgImg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
.mixBlend{
	-webkit-mix-blend-mode:soft-light;
	mix-blend-mode:soft-light;
	opacity:0.3;
}
.prlxBgImg{
	background:url('../images/newsBgParallax.jpg') top left no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.hmeNwsContainer h3{
	text-align:center;
	color:#fff;
	display:block;
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
}
.hmeNwsSlide{
	display:block;
}
.hmeNwsSlide li{
	text-align:center;	
	display:block;
}
.hmeNwsSlide h2{
	font-size:38px;
	color:#fff;
	font-weight:normal;
	display:block;
	margin-bottom:10px;
}
.hmeNwsSlide p{
	line-height:24px;
	font-size:14px;
	color:#fff;
	width:60%;
	margin:0 auto;
}
.hmeNwsSlide li > a{
	margin:40px auto 0 auto;
	display:table;
	padding:8px 15px;
	border:1px solid #fff;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmeNwsSlide li > a:hover{
	background-color:#fff;
	color:#000;
}
.hmeNwsPager{
	display:table;
	margin:80px auto 0 auto;
}
.hmeNwsPager span{
	margin:0 7px;
	display:block;
	float:left;
	width:12px;
	height:12px;
	border-radius:500px;
	border:3px solid #fff;
	cursor:pointer;
}
.hmeNwsPager span:hover{
	background-color:rgba(255,255,255,0.2);
}
.hmeNwsPager span.actHmeNws{
	background-color:#fff;
}
.ftrTopWrp{
	width:100%;
	padding:50px 0;
	background:#000000;
	overflow:hidden;
}
.ftrBlck{
	width:20%;
	float:left;
}
.grpCompFtr{
	width:30%;
	margin-right:5%;
}
.ftrBlck:last-child{
	margin-right:0;
}
.ftrBlck h3{
	font-size:16px;
	color:#eb9200;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	letter-spacing:1.5px;
	text-transform:uppercase;
}
.ftrBlck p{
	color:#6c6c6c;
	font-size: 12px;
    line-height: 19px;
}
.ftrLogoWrp{
	display:block;
	padding-bottom:15px;
}
.ftrLogoWrp img{
	display:block;
}
.ftrLinkWrp a{
	display:block;
	font-size: 13px;
	margin-bottom: 8px;
	padding-left:15px;
	color:#eb9200;
	background:url('../images/ftrLftArrw.png') 0 4px no-repeat;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.8;
}
.ftrLinkWrp a:hover{
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:1;
}
.ftrSocialLinks{
	overflow:hidden;
	margin-top:10px;
	margin-left:-10px;
}
.ftrSocialLinks a{
	width:40px;
	height:40px;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.4;
	display:block;
	float:left;
	background:url('../images/ftrSocialIcon.png') top center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.ftrSocialLinks a.fb-SocIcn{background-position:0 0;}
.ftrSocialLinks a.lnk-SocIcn{background-position:0 20%;}
.ftrSocialLinks a.skp-SocIcn{background-position:0 40%;}
.ftrSocialLinks a.yt-SocIcn{background-position:0 60%;}
.ftrSocialLinks a.inst-SocIcn{background-position:0 80%;}
.ftrSocialLinks a.pint-SocIcn{background-position:0 100%;}
.ftrSocialLinks a:hover{
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:1;
}
.ftrFootWrp{
	width:100%;
	padding:26px 0 25px 0;
	background:#01445e;
	position:relative;
	overflow:hidden;
}
.ftrFootWrp p{
	color:#ffffff;
	float:left;
	font-size:14px;
}
.ftrFootWrp p:last-child{
	float:right;
}
.ftrFootWrp p a{
	color:#ffffff;
}
.mvtTop{
	position:absolute;
	left:50%;
	top:55%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
	display:block;
	color:#000000;
	border:1px solid #000000;
	padding: 6px 15px;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.mvtTop:hover{
	background:#ffffff;
	color:#000000;
}
.progress{
	height: 120px;
	position:absolute;
	bottom:50px;
	right:60px;
	z-index:150;
}
.progress > svg{
	height: 100%;
	display: block;
	width:auto !important;
}
.sldPgrWrp{
	position:absolute;
	width:100%;
	bottom:70px;
}
.sldPgrWrp strong{
	font-size: 50px;
	color: #eb9200;
	position: absolute;
    left: 35px;
    font-weight: 600;
	line-height:18px;
}
.sldPgrWrp span{
	color: #fff;
	font-size: 20px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
    position: absolute;
    right: 25px;
	line-height:18px;
	margin-top:5px;
}
.bannerContainer{
	display:block;
	width:100%;
	overflow:hidden;
}
.bannerContainer img{
	display:block;
	width:100%;
}
.aboutMainCont{
	overflow:hidden;
}
.aboutMainCont h1{
	text-transform:uppercase;
}
.aboutMainCont p{
    color: #454545;
	display:block;
	  margin: 0 auto 30px auto;
    width: 90%;
    line-height: 20px;
	font-size: 15px;
	line-height: 24px;
	text-align:center;
}
.aboutCertWrp{
	position:relative;
	overflow:hidden;
}
.aboutCertWrp .centerAlign{
	position:relative;
	z-index:3;
}
.aboutCertTxtBlck{
	display:block;
	width:36%;
	margin:15px 0 25px 0;
}
.aboutCertTxtBlck h1{
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 52px;
	display: block;
}
.aboutCertTxtBlck a{
	margin:40px auto 0 auto;
	display:table;
}
.aboutCertIcon{
	position:absolute;
	right:0;
	top:-30px;
}
.aboutCertWrp{
	background-color:#292929;
	padding:120px 0;
}
.aboutCertWrp  .prlxBgWrp{
	z-index:1;
	opacity:0.3;
}
.aboutCertOlay{
	position: absolute;
	top: -55%;
	left: 46%;
	width: 70%;
	height: 170%;
	z-index: 0;
	-webkit-transform: rotate(-55deg);
	transform: rotate(-55deg);
	background: #eb9200;
	/*opacity: 0.9;
	-webkit-mix-blend-mode:color;
	-moz-mix-blend-mode:color;
	mix-blend-mode:color;*/
}
.aboutCertIcon{
	width: 55%;
}
.aboutCertIcon ul{
	text-align:right;
}
.aboutCertIcon ul li{
	display:inline-block;
	text-align:center;
	width:29%;
	margin:0 1.3% 15px 1.3%;
	vertical-align:top;
}
.aboutCertIcon ul li i{
	display:table;
	width:140px;
	height:140px;
	background:url('../images/aboutCertIcons.png') top center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin:0 auto;
}
.aboutCertIcon ul li i.actYrsIcon{background-position:0 0;}
.aboutCertIcon ul li i.hiTecMIcon{background-position:0 25%;}
.aboutCertIcon ul li i.resrchIcon{background-position:0 50%;}
.aboutCertIcon ul li i.desinIcon{background-position:0 75%;}
.aboutCertIcon ul li i.netwrkIcon{background-position:0 100%;}
.aboutCertIcon ul li span{
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	line-height:18px;
	margin-top:5px;
	display:block;
}
.visMisContainer{
	padding:130px 0 110px 0;
	background:url('../images/il.png') right bottom no-repeat;
}
.visMisBlck{
	width:65%;
}
.visMisBlck:last-child{
	margin-top:50px;
}
.visMisBlck h2{
	font-size: 37px;
	text-transform: uppercase;
	color: #eb9200;
	font-weight: normal;
	margin-bottom: 10px;
}
.visMisBlck p{
	color:#454545;
	font-size:13px;
	line-height:22px;
}
.ourAdvantageWrp{
	display:table;
	margin:0 auto;
	padding-top:25px;
}
.ourAdvantageWrp li{
	width:130px;
	float:left;
	text-align:center;
	padding:20px 25px;
	margin:0 2px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	-webkit-box-shadow:inset 0 0 0px 0px #eaeaea;
	box-shadow:inset 0 0 0px 0px #eaeaea;
}
.oaIcnWrp{
	position:relative;
	margin:0 auto 10px auto;
	display:block;
	width:100px;
}
.ourAdvantageWrp li i{
	width:100%;
	height:100px;
	display:block;
	margin:0 auto;
	background:url('../images/ourAdvantageIcons.png') top left no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.ourAdvantageWrp li .oaIcnWrp:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:url('../images/ourAdvantageIconsHvr.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	opacity:0;
}
.ourAdvantageWrp li .hGlosIcon:before,
.ourAdvantageWrp li .hGlosIcon i{background-position:0 0;}
.ourAdvantageWrp li .uniqDesIcon:before,
.ourAdvantageWrp li .uniqDesIcon i{background-position:0 20%;}
.ourAdvantageWrp li .amazTexIcon:before,
.ourAdvantageWrp li .amazTexIcon i{background-position:0 40%;}
.ourAdvantageWrp li .lowWatIcon:before,
.ourAdvantageWrp li .lowWatIcon i{background-position:0 60%;}
.ourAdvantageWrp li .hDurIcon:before,
.ourAdvantageWrp li .hDurIcon i{background-position:0 80%;}
.ourAdvantageWrp li .valMonIcon:before,
.ourAdvantageWrp li .valMonIcon i{background-position:0 100%;}

.ourAdvantageWrp li span{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#292929;
	line-height:20px;
	display:block;
}
.ourAdvantageWrp li,
.ourAdvantageWrp li i,
.ourAdvantageWrp li span,
.ourAdvantageWrp li .oaIcnWrp:before{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}

.ourAdvantageWrp li:hover{
	-webkit-box-shadow:inset 0 0 50px 50px #ffa007;
	box-shadow:inset 0 0 50px 50px #ffa007;
}
.ourAdvantageWrp li:hover i{opacity:0;}
.ourAdvantageWrp li:hover .oaIcnWrp:before{opacity:1;}
.ourAdvantageWrp li:hover span{color:#fff;}

.prodInrSecCont{
	width:100%;
	overflow:hidden;
}
.prodInrList{
	width:100%;
	overflow:hidden;
	clear:both;
	background-color:#161616;
}
.prodInrList .centerAlign{
	position:relative;
	display:table;
}
.prdInrImgBlck{
	width:50%;
	float:right;
}
.prdInrImgBlck img{
	float:left;
	display:block;
	height:500px;
}
.prdInrInfWrp{
	width:50%;
	position:absolute;
	left:0;
	top:46%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	padding:0 50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.prdInrEven{background:#fff;}
.prdInrEven .prdInrImgBlck{float:left;}
.prdInrEven .prdInrImgBlck img{float:right;}
.prdInrEven .prdInrInfWrp{right:0; left:auto;}
.prdInrSubt{
	font-size:40px;
	font-weight:lighter;
	color:#eb9200;
	display:block;
	padding-bottom:10px;
	font-family:'Raleway', 'Open Sans', sans-serif;
}
.prdInrInfWrp h2{
	font-size:52px;
	color:#fff;
	font-weight:lighter;
}
.prdInrEven .prdInrInfWrp h2{
	color:#161616;
}
.prdLinkWrp{
	display:table;
	margin:40px auto 0 auto;
}
.prdLinkWrp a{
	display:block;
	float:left;
	clear:both;
	font-size:17px;
	margin-top:16px;
	padding-left:16px;
	color:#fff;
	background:url('../images/squareListStyle.jpg') 0px 7px no-repeat;
	-webkit-background-size:6px auto;
	background-size:6px auto;
}
.prdLinkWrp a span{
	color:#eb9200;
	padding-left:15px;
}
.prdInrEven .prdLinkWrp a{color:#161616;}
.prdLinkWrp a:hover{
	opacity:1;
}

.contMainContainer{
	width:100%;
	display:table;
	position:relative;
	z-index:1;
	
}
.contLeftWrap{
	width:70%;
	float:left;
}
.contRightWrap{
	float:right;
	margin-top:-130px;
	width:26%;
}
.contLeftWrap h2{
	text-align:left;
	margin-bottom:10px;
}
.contLeftWrap p{
	color: #454545;
	display: block;
	font-size: 15px;
	line-height: 24px;
}
.contFormWrap{
	margin-top:50px;
}
.contFormWrap h3{
    font-size: 26px;
    color: #eb9200;
    font-weight: 600;
    margin-bottom: 6px;
}
.contFormWrap h3 span{
	font-size:14px;
	color:#999999;
    font-weight: normal;
}
.contMnFrmWrap input[type="text"],
.contMnFrmWrap textarea,
.contMnFrmWrap select{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 15px 0 10px;
	height:42px;
	color:#9d9d9d;
	margin-bottom:10px;
	font-size:15px;
	border:none;
	background:url('../images/contFrmIcns.png') center left no-repeat #fff;
	border-bottom:2px solid #eaeaea;
	-webkit-background-size:42px auto;
	-moz-background-size:42px auto;
	-o-background-size:42px auto;
	background-size:42px auto;
}
.contMnFrmWrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
}
.contMnFrmWrap fieldset{
	width:100%;
	overflow:hidden;
}
.contMnFrmWrap fieldset input[type="text"],
.contMnFrmWrap fieldset textarea,
.contMnFrmWrap fieldset select{
	float:left;
	width:48%;
}
.contMnFrmWrap fieldset input[type="text"]:last-child,
.contMnFrmWrap fieldset textarea:last-child,
.contMnFrmWrap fieldset select:last-child{
	float:right;
}
.contMnFrmWrap input[type="text"]:focus,
.contMnFrmWrap textarea:focus,
.contMnFrmWrap select:focus{
	color:#333;	
}
.contMnFrmWrap textarea{
	height:80px !important;
	padding-top:8px;
}
.contFormWrap .contMnFrmWrap .fnmeIcon{background-position:100% 0;}
.contFormWrap .contMnFrmWrap .compIcon{background-position:100% 17%;}
.contFormWrap .contMnFrmWrap .cntyIcon{background-position:100% 33%;}
.contFormWrap .contMnFrmWrap .cityIcon{background-position:100% 50%;}
.contFormWrap .contMnFrmWrap .emalIcon{background-position:100% 66%;}
.contFormWrap .contMnFrmWrap .phneIcon{background-position:100% 83%;}
.contFormWrap .contMnFrmWrap .deMsgIcon{background-position:100% 180%;}

.contMnFrmWrap input[type="text"]:focus,
.contMnFrmWrap textarea:focus,
.contMnFrmWrap select:focus{
	background-image:url('../images/contFrmIcnsHvr.png');
	background-color:#f8f8f8;
}
.cntbtmLeft{
	float:left;
	width:50%;
}
.cntbtmRight{
	float:right;
}
.formMessage{
	display:none;
	margin-top:20px;
	color: #ffffff;
    padding: 10px 24px;
    font-size: 12px;
    background-color: #d60000;
    text-transform: uppercase;
    font-family: Arial;
}
.cntbtmLeft img{
	clear:both;
}
.cntbtmLeft input[type="submit"]{
	clear:both;
	float:none;
	margin-top:15px;
	/*background:none;*/
	cursor:pointer;
}
.cntbtmLeft input[type="submit"]:hover{
	background-color:#333;
	color:#fff;
}
.gmapLinkBtnCont{
	display:block;
	background:url('../images/globeIcon.png') 20px 50% no-repeat #eb9200;
	color:#fff;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 15px 15px 105px;
	margin-bottom:30px;
}
.conInfoWrp{
	background:#f8f8f8;
	padding:30px;
	display:block;
	margin-bottom:30px;
}
.conInfoWrp h2{
	color:#eb9200;
	font-weight:600;
	text-transform:uppercase;
	font-size:30px;
	display:block;
	margin-bottom:20px;
	font-family:'Raleway', 'Open Sans', sans-serif;
}
.conInfoWrp p{
	font-size:14px;
	color:#868686;
	display:block;
	margin-bottom:5px;
}
.conInfoWrp p a{color:#868686;}
.conInfoWrp p a:hover{color:#000;}
.conInfoWrp p strong{
	font-weight:normal;
	color:#000000;
}
.conInfoWrp p.conInfPa{
	margin-bottom:20px;
}
.expContInfo{
	margin-bottom:20px;
	padding:20px 10px 20px 70px;
	border:1px solid #eaeaea;	
	position:relative;
}
.expContInfo:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url('../images/cntcPrsnInfoIcon.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	position: absolute;
	left: 7px;
	top: 10px;
}
.expIcn:before{background-position:0 100%;}
.expContInfo h4{
	color:#000000;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}
.expContInfo p{
	color:#000;
	font-weight:600;
	font-size:13px;
	line-height:18px;
}
.expContInfo p a{
	color:#000;
}
.expContInfo p a:hover,
.expContInfo p span{
	color:#eb9200;
}
.prodAdvntgCont{
	display:block;
	padding:40px 0 20px 0;
	background-color:#f3f3f3;
	clear:both;
}
.prodAdvntgCont h1{
	text-align:center;
	font-size:24px;
	color:#eb9200;
}
.prodAdvntgCont ul{
	padding-top:20px;
}
.filterMainCont{
	background-color:#f0f0f0;
	display:table;
	width:100%;
	overflow-x: hidden;
	z-index:2;
}
.fixFilt{
	position:fixed;
	top:0;
	-webkit-transition: margin-top ease 0.5s;
	transition: margin-top ease 0.5s;
}
.prdFiltTitle{
	float:left;
	padding: 15px 20px 16px 60px;
	background: url('../images/prodFilterIcon.png') 20px 50% no-repeat #eb9200;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	position:relative;
}
.prdFiltTitle:before{
	content:'';
	position:absolute;
	width:500%;
	height:100%;
	right:0;
	top:0;
	right:100%;
	background:#eb9200;
}
.dwldBrchrWrp {
    float: right;
    background:url('../images/dwldBrchrIcn.png') 16px 50% no-repeat #565656;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    padding: 9px 20px 9px 60px;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.dwldBrchrWrp:hover{background-color:#eb9200;}
.dwldBrchrWrp strong{
	display:block;
	font-size:17px;
    font-weight: bold;
}
.filtSelectWrp{
	float:left;
}
.filtSelectWrp .selectric-wrapper{
	float:left;
}
.filtSelectWrp .selectric{
	border:none;
	background:none;
}
.filtSelectWrp .selectric .label {
    font-size: 14px;
    line-height: 56px;
	font-weight:600;
	margin-left:20px;
    color: #eb9200;
    height: 54px;
}
.filtSelectWrp .selectric .button {
    height: 56px;
    color: #eb9200;
}
.filtSelectWrp .selectric .button:after{border-top-color:#eb9200;}

.filtSelectWrp .selectric-open .button:after,
.filtSelectWrp .selectric-hover .button:after{border-top-color:#fff !important;}

.filtSelectWrp .selectric-open,
.filtSelectWrp .selectric-hover{
	background-color:#eb9200;
}
.filtSelectWrp .selectric-open .label,
.filtSelectWrp .selectric-hover .label{
	color:#fff;
}
.filtSelectWrp .selectric-items ul, 
.filtSelectWrp .selectric-items li{
	min-height:0;
	line-height:18px;
}
.filtSelectWrp .selectric-items li{
	padding:8px 10px;
}
.filtSelectWrp .selectric-items{
	background: #ffffff;
	border: 1px solid #eb9200;
}
.filtSelectWrp .selectric-items li:hover {
    background: #f1f1f1;
    color: #444;
}
.filtSelectWrp .selectric-items li.highlighted {
	background: #ffeaf4;
	color: #eb9200;
    font-weight: 600;
}
.prdMainCont{
	padding:80px 0;
}
.prdMainCont .headTitle {
    font-size: 32px;
    margin-bottom: 30px;
}
.prodListCont ul{
	display:block;
	overflow:hidden;
}
.prodListCont li{
	display:block;
	width:20%;
	float:left;
	padding:10px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.prodListCont .prodCol6 li{width: 16.6%;}
.prodListCont .prodCol4 li{width: 25%;}
.prodListCont .prodCol3 li{width: 33.3%;}
.prodListCont .prodCol2 li{width: 49%;}
.prodListCont .prodCol1 li{width: 100%;}

.prodListCont li a{
	display:block;
}
.prodListCont li a img{
	display:block;
	width:100%;
}
.prodListCont li a span{
	display:block;
	font-size:14px;
	color:#000000;
	font-weight:600;
	margin-top:5px;
}
.prodPagerWrap{
	display:table;
	padding-top:40px;
	margin:0 auto;
}
.prodPagerWrap a{
	font-size:14px;
	width:30px;
	text-align:center;
	line-height:30px;
	color:#bebebe;
	font-weight:bold;
	height:30px;
	border:1px solid #d2d2d2;
	margin:0 5px;
	display:block;
	float:left;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.prodPagerWrap a.prvArw,
.prodPagerWrap a.nxtArw{
	background:url('../images/pagerArrowCtrl.png') top center no-repeat;
	cursor:pointer;
}
.prodPagerWrap a.prvArw{background-position:0 0;}
.prodPagerWrap a.prvArw:hover{background-position:0 33%;}
.prodPagerWrap a.nxtArw{background-position:0 66%;}
.prodPagerWrap a.nxtArw:hover{background-position:0 100%;}
.prodPagerWrap a.actPag,
.prodPagerWrap a:hover{
	border-color:#eb9200;
	color:#fff;
	background-color:#eb9200;
}

.prodInnerWrp .headTitle{
	font-family:'Open Sans', 'Raleway', sans-serif;	
	text-align:left;
	font-weight:bold;
	margin-bottom: 90px;
	color: #eb9200;
}
.breadCrumbsWrp{
	width:100%;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.breadCrumbsWrp li{
	display:block;
	float:left;
	position:relative;
}
.breadCrumbsWrp a{
	display:block;
	padding:10px 20px 10px 20px;
	color:#333;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
}
.breadCrumbsWrp li:before{
	content:'';
	width:1px;
	height:20px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	background-color:#ccc;
}
.breadCrumbsWrp li:first-child:before{
	display:none;
}
.breadCrumbsWrp li:first-child a{
	padding-left:0;
}
.breadCrumbsWrp li:last-child a{
	color:#eb9200;
	font-weight:bold;
}
.prodInnerWrp{
	padding:60px 0;
	width:100%;
	display:table;
}
.prdInnerMainCont{
	margin-top:-160px;
	position:relative;
	z-index:15;
	display:block;
}
.prdInnerMainCont img{
	display:block;
	width:100%;
}
.prdMainImgWrp{
	width:48%;
	float:left;
	margin-top:5px;
}
.prdMainImg{
	display:block;
	border:7px solid #fff;
}
.prdOthrImgs{
	float:right;
	width:48%;
	position:relative;
}
.prdOthrImgsWrp > a{
	width:47%;
	margin-bottom:30px;
	margin-right:6%;
	float:left;
}
.prdOthrImgsWrp a:nth-of-type(even){
	margin-right:0;
}
.prdOthrImgsWrp a span{
	font-size: 14px;
	color: #383838;
	font-weight: 600;
}
.prdBrdCrumb{
	width:100%;
	position:absolute;
	top:52px;
	left:-5px;
	z-index:1;
}
.prdBrdCrumb li{
	float:left;
	position:relative;
	display:block;	
	margin-right:15px;
	line-height:18px;
}
.prdBrdCrumb li a{
	font-size:13px;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}
.prdBrdCrumb li:before{
	content:'/';
	margin:1px 5px 0 5px;
	float:left;
	display:block;	
	font-size:14px;
	line-height:18px;
	color:#000000;
	font-weight:600;
}
.prdInnrBtm{
	clear:both;
	width:48%;
}
.prdInnrBtm a{
	float:left;
	font-size:10px;
	color:#eb9200;
	font-weight:bold;
	border:1px solid #eb9200;
	padding:9px 13px 9px 52px;
	text-transform:uppercase;
	position:relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    opacity: 0.6;
}
.prdInnrBtm a:last-child{
	float:right;
}
.prdInnrBtm a strong{
	font-size: 15px;
	letter-spacing: 1px;
}
.prdInnrBtm a:before{
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-20px;
	background:url('../images/prdDetailIcn.png') center top no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.prdDetailWrp{
	padding-bottom:100px;
}
.prdInnrBtm a.gBackIcn:before{background-position:0 0px;}
.prdInnrBtm a.dwldBrchIcn:before{background-position:0 bottom;}
.prdInnrBtm a.dwldBrchIcn{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    opacity: 0.9;	
}
.prdInnrBtm a:hover{
    opacity: 1;
}
.innerWidSidContainer{
	overflow:hidden;
	width:100%;
}
.innerLeftWrp{
	width:70%;
	float:left;
}
.innerLeftWrp .headTitle{
	text-align:left;
	font-size:36px;
}
.innerRghtWrp{	
	width:25%;
	float:right;
}
.sidNavWrp{
	background:#f1f1f1;
	margin-bottom:30px;
}
.sidNavWrp h2{
	font-size:26px;
	color:#fff;
	font-weight:600;
	background:#eb9200;
	padding:13px 20px;
}
.sidNavWrp ul {
	padding:20px 15px 30px 15px;
}
.sidNavWrp ul a{
	display:block;
	clear:both;
	padding:10px 10px 10px 30px;
	text-transform:uppercase;
	font-size:14px;
	color:#eb9200;
	background:url('../images/sidListStyle.png') 4px 10px no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    opacity: 0.8;
}
.sidNavWrp ul a:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    opacity: 1;
	background-color:#eaeaea;
}
.sidNavWrp ul li{
	border-bottom:1px dotted #ccc;
}
.sidBnnr{
	display:block;
	width:100%;
}
.sidBnnr img{
	display:block;
	width:100%;
}
.newsListBlock{
	width:100%;
	overflow:hidden;
	position:relative;	
	margin-bottom:30px;
}
.nwsImg{
	display:block;
	width:100%;
}
.newsDataBlock{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:40%;
	background:rgba(0, 0, 0, 0.75);
}
.nwsDataBlck{
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
.nwsDataBlck h2{
	color:#fff;
	font-size:28px;
	font-weight:normal;
	text-align:center;
	line-height:38px;
}
.dateWrp{
	display:table;
	margin:0 auto;
	padding:5px 15px;
	background:#eb9200;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
.expBtn{
	display:table;
	margin:30px auto 0 auto;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:700;
	font-family:'Raleway', 'Open Sans', sans-serif;
}
.expBtn:hover{
	text-decoration:underline;
}
.newsImgBlk {
	display:block;
	width:100%;
	position:relative;
}
.nwsGallryThumb {
	display:block;
	width:100%;
}
.newsContMainWrp{
	position:absolute;
	right:40%;
	top:0;
	width:60%;
	max-width:0;
	overflow:hidden;
	height:100%;
	background-color:rgba(0, 0, 0, 0.75);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.newsContMainWrp > div{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:30px 30px 15px 30px;
}
.newsContMainWrp p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
	text-align:justify;
}
.expNews .newsContMainWrp{
	max-width:600px;
}
.nwsGallryThumb a{
	display: block;
    width: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
}
.nwsGallryThumb a img{
	display:block;
	width:100%;
}
.gallryFilterWrap{
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
    padding-top: 15px;
}
.galFilBlck{
	float:right;
}
.galLabel{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight:600;
	color:#333;
}
.galFilBlck span{
	display:inline-block;
	vertical-align:middle;
	font-size: 13px;
	padding: 6px 14px;
	margin-left:10px;
	border: 1px solid #ababab;
	color: #808080;
	font-weight:600;
	cursor:pointer;
}
.galFilBlck span:hover{
	color:#eb9200;
	border-color:#eb9200;
}
.galFilBlck span.galAct{
	background:#eb9200;
	color:#fff;
	border-color:#eb9200;
}
.galleryGridWrp{
	width: 101.8%;
	display:block;
	position: relative;
}
.galleryGridWrp .grid-item{
	width:33%;
	margin-bottom: 10px;
	display: block;
	float: left;
	height:auto;
}
.galleryGridWrp .grid-item .galGridWrp{
	position: relative;
	display: block;
	overflow: hidden;
	width: 98%;
}
.galleryGridWrp .grid-item *:after,
.galleryGridWrp .grid-item *{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.galGridWrp:after{
	content:'';
	z-index:222;
	position:absolute;
	left:25px;
	top:25px;
	right:25px;
	bottom:25px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:3px solid #fff;
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	-webkit-pointer-events:none;
	-moz-pointer-events:none;
	-o-pointer-events:none;
	pointer-events:none;
}
.galGridWrp:hover:after{
	-webkit-transform:scale(1);
	transform:scale(1);
}
.galGridLinks{
	position:absolute;
	right: 40px;
	top: 40px;
	z-index: 155;
	width:auto;
}
.galGridLinks a{
	display:block;
	float:left;
	clear:both;
	width:36px;
	height:36px;
	margin-bottom:15px;
	opacity:0;
	position:relative;
	-webkit-transform:translateY(5px);
	transform:translateY(5px);
}
.galGridLinks a:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:url('../images/gridIcon.png') left top no-repeat #eb9200;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:100%;
	height:100%;
}
.galGridLinks a.gIcnExp:after{background-position:left top;}
.galGridLinks a.gIcnLink:after{background-position:left bottom;}

.galGridWrp:hover .galGridLinks a{
	opacity:1;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.galGridWrp:hover .galGridLinks a:nth-child(1){
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.galGridWrp:hover .galGridLinks a:nth-child(2){
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.galGridLinks a:hover:after{
	background-color:#333;
}
.galleryGridWrp .grid-item img{
	display:block;
	width:100%;
}
.galleryGridWrp .grid-item:hover img{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.prdName{
	position:absolute;
	left: 40px;
	bottom: 40px;
	z-index: 2;
	font-size: 14px;
	color:#fff;
	background:#eb9200;
	padding:4px 20px;
	opacity:0;
	font-weight:600;
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
.galGridWrp:hover .prdName{
	opacity:1;
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.galCatList{
	float:left;
}
.galCatList a{
	float: left;
	font-size: 13px;
	padding: 7px 20px;
	font-weight: 600;
	border:1px solid #d2d2d2;
	color: #6f6f6f;
}
.galCatList a.galCatAct{
	border-color:#eb9200;
	background-color:#eb9200;
	color:#fff;
}
.innrContData{
	display:block;
	overflow:hidden;
}
.innrContData .headTitle{
	margin-bottom:12px;
}
.innrListStyle li,
.innrContData p{
    color: #454545;
    margin-bottom:10px;
	font-size: 15px;
	line-height: 23px;
}
.innrListStyle li{
	margin-bottom:8px;
	padding-left:12px;
	background:url('../images/ftrLftArrw.png') 1px 5px no-repeat;
}
.innrListStyle{
	margin-bottom:10px;
	padding-left:20px;
	display:block;
}
.innrContData h2{
	font-size: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #333;
    font-weight: 600;
}
.innrContData h3{
	font-size: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;	
}
.expTabWrp{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	text-align:left;
}
.tabTitle{
	display:block;
	text-align:left;
	margin-bottom:10px;
	font-family:'Open Sans', 'Raleway', sans-serif;
	color:#333;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
}
.expTabCont{
	overflow:hidden;
	width:100%;
	text-align:left;
}
.expTabWrp{
	width:22%;
	float:left;
	margin-left:-1px;
}
.expTabWrp:first-child{
	width:55%;
	margin-left:0;
}
.expTabWrp th{
	display:none;
	font-weight: 600;
	background:#f9f9f9;
}
.expTabWrp:first-child th{
	display:table-cell;
	font-weight: 600;
}
.expTabWrp th,
.expTabWrp td{
	border:1px solid #eaeaea;
	padding:9px 15px;
	font-size:13px;
	line-height:18px;
}
.expTabWrp td{
	text-align:center;
}
.expTabWrp tr:first-child{
	background:#eb9200;
}
.expTabWrp tr:first-child td,
.expTabWrp tr:first-child th{
	background:none;
	border-color:#eb9200;
	color:#fff;
	font-weight: 600;
}

.dwldBrchrContainer{
	display:block;
	width:100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.dwldBrchrContainer li{
	width:31%;
	margin-right:3.3%;
	float:left;
	display:block;
}
.dwldBrchrContainer li:nth-child(3n+3){
	margin-right:0;
}
.dwldBrchrContainer li a{
	display:block;
}
.dwldBrchrContainer li a img{
	display:block;
	width:100%;
}
.dwldBrchrBlck{
	display:block;
	padding:10px 15px;
	background:url('../images/prodRespArrow.png') 95% 52% no-repeat #eb9200;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.dwldBrchrBlck .brchrTitle{
	font-size:18px;
	color:#fff;
	font-weight:600;
}
.dwldBrchrBlck .filInf{
	color:#fff;
	font-size:10px;	
	display:block;
}
.dwldBrchrContainer li a:hover .dwldBrchrBlck{
	background-position-x:98%;
}
.thnkCont img{
	display:table;
	margin:0 auto 50px auto;
}
.thnkCont p{
	font-size:17px;
	color:#666;
	text-align:center;
	line-height:28px;
}
.thnkBtns{
	margin:30px auto 0 auto;
	overflow:hidden;
	display:table;
}
.thnkBtns a{
	display:block;
	float:left;
	margin:0 10px;
}
.prodListCont .prdNtFndWrp{
	 display:table;
	 margin:30px auto 0 auto;
	 float:none;
	 font-size:14px;
	 font-weight:600;
	 width:auto !important;
	 padding:8px 30px;
	 color:#fff;
	 text-transform:uppercase;
	 background:#eb9200;
}
.pagNotFoundWrp	.mainBtnStyle{
	display:table;
	margin:0 auto;
}
.pagNotFoundWrp	.mainBtnStyle:hover{
	background-color:#333;
	color:#fff;
}
.mobCertBlck{
	display:none;
}
.abtCertImgWrp{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8000;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all ease 0.2s;
	transition:all ease 0.2s;
}
.abtCertOlay{
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:0;
	position:absolute;
}
.abtCertImgBlck{
	position:absolute;
	overflow: auto;
	left:0;
	top:0;
	z-index:1;
	height:100%;
	width:100%;
	z-index:100;
	text-align:center;
	margin-top:50px;
	-webkit-transition:all ease 0.2s;
	transition:all ease 0.2s;
}
.abtCertImgBlck > div{
	display: inline-block;
	width: auto;
	margin: 0 2%;
	height: 90%;
	padding: 2.5% 0;
}
.abtCertImgBlck div img {
    height: 100%;
    /*border: 10px solid #2b2b2b;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #fff;
    padding: 20px;
	-webkit-box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.27);
	box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.27);*/
}
.abtCertClse{
	right:50px;
	top:30px;
	cursor:pointer;
	height:50px;
	width:50px;
	background:#11dcdc;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
	z-index:105;
	position:absolute;
	font-style:normal;
}
.abtCertClse:hover{background:#000000;}
.certOpen{
	overflow:hidden;
}
.certOpen .abtCertImgWrp{
	visibility:visible;
	opacity:1;
}
.certOpen .abtCertImgBlck{
	margin-top:0;
}
.abtWhyusSplitSec{
	background-color:#f5f5f5;
	overflow:hidden;
	width:100%;
}
.abtWhyUsRght,
.abtWhyUsLft{
	float:left;
	width: 44%;
	padding-right: 3%;
	padding-left: 3%;
}
.abtWhyTtl{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	color:#eb9200;
	margin-bottom:20px;
}
.abtWhyUsRght{
	float:right;
}
.abtWhyUsLft p,
.abtWhyUsRght p{
	color: #454545;
	font-size: 14px;
	text-align:justify;
	line-height: 22px;
}
.abtWhyUsRght .innrListStyle{
	padding-left:0;
}
.abtWhyUsRght .innrListStyle li{
	padding-left:15px;
}
.sldCtrl{
	position:absolute;
	top:50%;
	opacity:0.4;
	margin-top:-40px;
	width:80px;
	height:80px;
	background:url('../images/arwLftRght.svg') left top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	z-index:120;
	cursor:pointer;
}
.sldPrv{left:30px;}
.sldNxt{right:30px; background-position:left bottom;}
.sldCtrl:hover{opacity:0.8;}
.packDataWrp{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.truckWrap {
    width: 980px;
    margin: 0 auto 40px auto;
    position: relative;
	overflow:hidden;
	padding-top:100px;
}
.truckWrap img {
    display: block;
}
.truckMain {
    width: 100%;
    padding-top: 45px;
}
.containerWrap {
    width: 79%;
    display: block;
    position: absolute;
    bottom: 15.8%;
    right: 1%;
    z-index: 2;
}
.containerWrap img {
    width: 100%;
    display: block;
}
.containerWrap img.containerMain {
	bottom: 27%;
	right: 40%;
	position: absolute;
	width: 180px
}
.exportMainContainer .centerAlign {
    position: relative;
}
.containerHook {
	position: absolute;
	width: 130px;
	top: -30%;
	right: 31%;
	z-index: 1;
}
.chartContainer {
    background: #fff;
    padding: 30px 0;
}
.chartBlock {
    width: 800px;
    height: 350px;
    margin: 0 auto;
    display: table;
}