.preLoadLogo {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	width: 100%;
	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:330px;
	display:block;
	position:relative;
	z-index:1;
}
.preLoadLogo span,
.logGrayscale{
	position:absolute;
	left:50%;
	margin-left:-165px;
	top:50%;
	margin-top:-103px;
}
.preLoadPercent {
    position: absolute;
    font-style: normal;
    font-size: 16px;
    top: 80%;
    left: 0;
	right: 0;
	margin:auto;
	width:100px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 600;
    border-radius: 500px;
    height: 36px;
    background: #509995;
    padding: 1px 24px 0 27px;
    line-height: 36px;
    color: #fff;
}
.logGrayscale{
	width:330px;
	z-index:0;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.2;
}
#qLpercentage,
#qLtempOverlay{
	display:none !important;
}
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-family:'Nexa', sans-serif;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
fieldset{border:none;}
h1,h2,h3,h4,h5,h6{
	font-family:'Nexa', sans-serif;
}
::-moz-selection{color: #fff; background: #509995;}
::selection{color: #fff; background: #509995;}
.centerAlign{
	width:1200px;
	margin:0 auto;
}
.shrtCentAlgn{padding:0 100px;}
p,p *{font-family:'Lato', sans-serif;}
a{
	-webkit-transition:color ease 0.4s,border-color ease 0.4s,background-color ease 0.4s;
	transition:color ease 0.4s,border-color ease 0.4s,background-color ease 0.4s;
}
.secPad{padding:100px 0;}
.padTp{padding-top:100px;}
.padBtm{padding-bottom:100px;}
.noBgCol{background-color:transparent !important;}
.spltHalfCont{
	width:100%;
	display:table;
}
.spltLftWrp{
	width:50%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.spltRghtWrp{
	width:50%;
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.secTitle{
	font-size:36px;
	line-height:46px;
    letter-spacing: 2px;
	color:#509995;
	font-weight:normal;
	padding-top: 40px;
}
.secTitle strong{
	font-weight:bold;	
}
.smlTtle{
	font-size:12px;
	color:#509995;
	margin-bottom:5px;
	display:block;
	letter-spacing:1px;
}
.shrtDesc{
	padding:0 100px;
}
.abtContMainWrp .secDesc ul li,
.secDesc p{
	font-size: 16px;
	line-height: 23px;
	color: #717171;
	margin-bottom:15px;
}
.defBtn{
	font-size:11px;
	line-height:12px;
	border:none;
	background-color:#fff;
	text-transform:uppercase;
	color:#000000;
	cursor:pointer;
	letter-spacing:1px;
	font-weight:normal;
	padding:15px 28px;
	position:relative;
	font-weight: 600;
	z-index:1;
}
.defBtn:before{
	content:'';
	width:100%;
	height:100%;
	max-width:0;
	left:0;
	top:0;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	background-color:#509995;
	z-index:-1;
	position:absolute;
}
.brdBtn{
	background-color:transparent;
	border:1px solid #d3d3d3;
}
.defBtn span{
	display:inline-block;
	vertical-align:middle;	
	position:relative;
	z-index:1;
	font-weight: 600;
}
.defBtn i{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	margin-top:-1px;
	margin-left:15px;
	background:url('../images/btnArwSprit.svg') top left no-repeat;
	-webkit-background-size:19px auto;
	background-size:19px auto;
	position:relative;
	z-index:1;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.defBtn i.plyIcn{
	background-image:url('../images/btnPlySprit.svg');
}
.defBtn:hover{border-color:#509995; color:#fff;}
.defBtn:hover:before{max-width:100%;}
.redBtn i,
.defBtn:hover i{background-position:0 100%;}
.marTop{margin-top:30px; display: inline-block;}
.txtDrk{color: #000;}
.mainHeadWrap{
	position:fixed;
	z-index:101;
	left:0;
	top:0;
	-webkit-box-shadow:1px 1px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow:1px 1px 10px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.nav-up{top:-100px;}
.nav-down{top:0px;}
.openMenu .mainHeadWrap{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.logoBlock{
	float:left;
	display:block;
	position:relative;
}
.logoBlock a{
	display:block;
	width:210px;
	/*background:#fff;*/
	padding:16px 20px 16px 20px;
}
.whteLogBg .logoBlock a{background-color:#fff;}
.logoBlock div{
	position:relative;
}
/*.openMenu .logoBlock a{
	background-color:#ec3239;
}*/
.logoBlock a img{
	display:block;
	width:100%;
}
/*.logWht{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.openMenu .logoBlock a img{opacity:0;}
.openMenu .logoBlock a img.logWht{opacity:1;}*/
.top-bar__icon {
    background-color:#509995;
    color: #fff;
    width: 96px;
    height: 96px;
    position: relative;
	display:block;
	float:left;
	cursor:pointer;
}
.openMenu .top-bar__icon {
    background-color:#509995;
}
.top-bar__icon .icon {
    width: .76923rem;
    height: .61538rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    transform: translate(-50%, -50%)
}
.top-bar__icon .hamburger,
.top-bar__icon .icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.top-bar__icon .hamburger {
    position: absolute;
    transform: translate(-50%, -50%)
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    height: 14px
}
.hamburger:hover {
    opacity: 1
}
.hamburger-box {
    width: 30px;
    height: 13px;
    display: inline-block;
    position: relative;
    vertical-align: top
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.5px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}
.hamburger-inner:before {
    top: -6px
}
.hamburger-inner:after {
    bottom: -6px
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms .12s ease, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms .12s ease, -o-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19), -o-transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.openMenu .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.openMenu .hamburger--squeeze .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms .12s ease;
    transition: top 75ms ease, opacity 75ms ease .12s
}
.openMenu .hamburger--squeeze .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, -o-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -o-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}
.mainNavCont{
	position:fixed;
	left:0;
	top:0;
	background-color:#509995;
	z-index:98;
	width:0;
	height:100%;
	overflow:hidden;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.mainNavWrp{
	position:absolute;
	top: 30%;
	left: 120px;
}
.mainNavCont:after{
	content:'';
	left:0;
	top:0;
	width:100%;
	height:96px;
	background:#fff;
	position:absolute;
	z-index:100;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.mainNavWrp ul li{
	display:block;
	margin-bottom:15px;
	opacity: 0;
}
.mainNavWrp ul li a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	-webkit-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	font-family:'Lato', sans-serif;
}
.mainNavWrp ul li a:hover{
	padding-left:15px;
}
.mainNavSocial{
	margin-top:60px;
	margin-left:-10px;
}
.mainNavSocial a{
	width:32px;
	height:32px;
	margin-right:4px;
	opacity: 0;
}
.openMenu .mainNavCont{
	width:30%;
}
.openMenu .mainNavSocial a,
.openMenu .mainNavWrp ul li{
	-webkit-animation: opMnu .5s ease-out;
	-o-animation: opMnu .5s ease-out;
	animation: opMnu .5s ease-out;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}
.openMenu .mainNavWrp ul li:nth-child(2){
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.openMenu .mainNavWrp ul li:nth-child(3){
	-webkit-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
.openMenu .mainNavWrp ul li:nth-child(4){
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.openMenu .mainNavWrp ul li:nth-child(5){
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.openMenu .mainNavWrp ul li:nth-child(6){
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.openMenu .mainNavWrp ul li:nth-child(7){
	-webkit-animation-delay: .7s;
	-o-animation-delay: .7s;
	animation-delay: .7s;
}
.openMenu .mainNavSocial a:nth-child(1){
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.openMenu .mainNavSocial a:nth-child(2){
	-webkit-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}
.openMenu .mainNavSocial a:nth-child(3){
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.openMenu .mainNavSocial a:nth-child(4){
	-webkit-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.openMenu .mainNavSocial a:nth-child(5){
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
@-webkit-keyframes opMnu{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@-o-keyframes opMnu{
    0% {
        opacity: 0;
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes opMnu{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.vidBg,
.hmeVidBg,
.hmeVidMainCont{
	width:100%;
	height:100%;
	min-height:600px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.vidBg{
	object-fit:fill; position:relative; opacity:0.5;
}
.YTPOverlay{
	opacity:0.2;
	background:#000;
}
.hmeVidMainCont{
	background-size:cover;
	position:relative;
}
.buttonBar{
	display:none;
}
.hmeVidTxt{
	left:5%;
	z-index:1;
	letter-spacing:2px;
	top:36%;
	position:absolute !important;
}
.hmeVidCapTxt{
	font-size:60px;
	color:#fff;
	line-height:70px;
	font-weight:normal;
	display:block;
}
.hmeVidCapTxt strong{
	font-weight:bold;
}
.hmeVidTxt a{
	letter-spacing:1px;
	display:inline-block;
	margin-top:40px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
.pgeWhtOlay{
	position:absolute;
	bottom:0;
	left:0;
	height:13%;
	width:80%;
	background:#fff;
	z-index:1;
	max-width:100%;
}
.top-bar__icon,
.logoBlock,
.hmeVidTxt{
	-webkit-transition:all ease 1.25s;
	transition:all ease 1.25s;
}
.pgeWhtOlay{
	-webkit-transition:all ease 1.5s;
	transition:all ease 1.5s;
}
.shwMnu .top-bar__icon,
.shwMnu .logoBlock{
	margin-top:-200px;
}
.logoBlock{
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.shwMnu .pgeWhtOlay{
	max-width:0;
}
.shwMnu .hmeVidTxt{
	margin-left:-50px;
	opacity:0;
}
.hmeAbtTtle{
	position:relative;
}
.hmeAbtTtle:before{
	content:'';
	position:absolute;
	z-index:-1;
	background:url('../images/quoteIcn.png') center left no-repeat;
	width:125px;
	height:92px;
	left:-30px;
	top:-30px;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.hmeAbtMainCont{
	padding-top:35px;
}
.hmeAbtNumWrp{
	display:table;
	width:100%;
	margin-top:90px;
}
.hmeAbtNumWrp li{
	display:block;
	float:left;
	width:25%;
	text-align:center;
}
.hmeAbtNum{
	font-size:30px;
	color:#ec3239;
	letter-spacing:2px;
	font-weight:normal;
}
.hmeAbtNum small{
	font-size:60%;
}
.hmeAbtNumTtl{
	font-family:'Lato', sans-serif;	
	font-size:12px;
	text-transform:uppercase;
	color: #717171;
	letter-spacing:1px;
}
.hmePrcessVidCont{
	background:url('../images/hmePrcParllxImg.jpg') center top no-repeat fixed;
	-webkit-background-size:cover;
	background-size:cover;
	width:100%;
	overflow:hidden;
}
.hmePrcessVidCont .centerAlign{
	padding:50px 0;
}
.hmePrcsTxt{
	display:block;
	text-align:center;
	font-size:48px;
	line-height:64px;
	letter-spacing:2px;
	color:#fff;
	font-weight:bold;
	margin-bottom:50px;
}
.hmePrcessVidCont .defBtn{
	margin:0 auto;
	display:table;	
}
.hmePrdMainCont .secTitle{
	margin-bottom:40px;
}
.hmePrdLstMainWrp{
	margin-top:70px;
}
.hmePrdLstWrp{
	width:100%;
	display:table;
}
.hmePrdLstWrp li{
	width:22%;
	float:left;
	margin-right:4%;
	position:relative;
}
.hmePrdLstWrp li:last-child{margin-right:0;}
.hmePrdLstOlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:8;
	background:#509995;
}
.hmePrdLstWrp li:nth-child(even) .hmePrdLstOlay{top:auto; bottom:0;}
.hmePrdLstWrp a{
	display:block;
	background:#f3f3f3;
	height:350px;
	position:relative;
	overflow:hidden;
}
.hmePrdImgWrp{
	display:block;
	position:absolute;
	right:100%;
	top:0;
	z-index:1;
	width:100%;
	height:80%;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	overflow:hidden;
	text-align:left;
	opacity:0;
}
.hmePrdLstWrp a:hover .hmePrdImgWrp{
	right:0;
	opacity:1;
}
.hmePrdImgWrp img {
	height: 90%;
	top: 5%;
	right: 0%;
	position:absolute;
}
.hmePrdLstWrp a:hover .hmePrdImgWrp img{
	-webkit-animation: ltr linear 5s 0.4s forwards;
	animation: ltr linear 5s 0.4s forwards;
}
@keyframes ltr{
	0%{
		right: 0%;
		transform: translateX(0%);
	}
	100%{
		right: 99.5%;
		transform: translateX(100%);
	}
	/*100%{
		right: 0%;
		transform: translateX(0%);
	}*/
}
@-webkit-keyframes ltr{
	0%{
		right: 0%;
		-webkit-transform: translateX(0%);
	}
	100%{
		right: 99.5%;
		-webkit-transform: translateX(100%);
	}
	/*100%{
		right: 0%;
		-webkit-transform: translateX(0%);
	}*/
}
.hmePrdInf{
	padding:50px 40px 0 40px;
	position:relative;
	-webkit-transition:-webkit-transform ease 0.7s,opacity ease 0.3s;
	transition:transform ease 0.7s,opacity ease 0.3s;
}
.hmePrdLstWrp a:hover .hmePrdInf{
	opacity:0;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
}
.hmePrdInf:before{
	content:'';
	position:absolute;
	left:38px;
	top:0;
	background:#509995;
	width:25px;
	height:3px;
}
.hmePrdInf h3{
	color:#5a5a5a;
	font-size:20px;
	line-height: 26px;
	width:80%;
	display:block;
}
.hmePrdInf span{
	color:#5a5a5a;
	margin-top:30px;
	font-size:14px;
	display:block;
}
.hmePrdLnk{
	padding:26px 40px;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
.hmePrdLnk:before{
	content:'';
	width:0;
	height:100%;
	background:#509995;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmePrdLstWrp a:hover .hmePrdLnk:before{
	width:100%;
}
.hmePrdLnk span{
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	color:#509995;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
	display:block;
	z-index:1;
	position:relative;
}
.hmePrdLnk span i{
	float:right;
	display:block;
    width: 18px;
    height: 18px;
    background: url('../images/btnArwSprit.svg') top left no-repeat;
    -webkit-background-size: 19px auto;
    background-size: 19px auto;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.hmePrdLstWrp a:hover .hmePrdLnk span{
	color:#fff;
}
.hmePrdLstWrp a:hover .hmePrdLnk span i{
	background-position:bottom left;
}
.footerMainCont{
	background:#231f20;
	padding-bottom:50px;
}
.ftrTpMainWrp{
	width:100%;
	border-bottom:1px solid #424141;
	padding:0 30px 40px 30px;
	margin-bottom:35px;
	overflow:hidden;
}
.ftrSocialWrp{
	float:left;
}
.ftrSubNwsWrp{
	float:right;
}
.ftrTtle{
	font-size:20px;
	color:#ffffff;
	letter-spacing:1px;
	margin-bottom:30px;
	font-weight:600;
}
.ftrSclBlck{
	display:block;
	clear:both;
	border:1px solid #4f4c4d;
	overflow:hidden;
}
.ftrSclBlck a{
	float:left;
	border-right:1px solid #4f4c4d;
	color:#fff;
	padding:10px 15px;
	z-index:1;
	position:relative;
}
.ftrSclBlck a:before{
	content:'';
	width:100%;
	height:100%;
	background:#ec3239;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	-webkit-transition:all ease 0.25s;
	transition:all ease 0.25s;
	transform:scaleX(0);
}
.ftrSclBlck a:hover:before{
	transform:scaleX(1);
}
.ftrSclBlck a.fbCol:before{background-color:#3b5998;}
.ftrSclBlck a.lnkCol:before{background-color:#0077B5;}
.ftrSclBlck a.whtsapCol:before{background-color:#25D366;}
.ftrSclBlck a.twtCol:before{background-color:#42c0fb;}

.mainNavSocial a,
.ftrSclBlck a i{
	display:inline-block;
	vertical-align:middle;
	width:28px;
	height:28px;
	background:url('../images/socialMediaSpriteWhte_1.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-right:0px;
}
.mainNavSocial a.fbIcn,
.ftrSclBlck a i.fbIcn{background-position:0 0;}
.mainNavSocial a.twtIcn,
.ftrSclBlck a i.twtIcn{background-position:0 20%;}
.mainNavSocial a.lnkdIcn,
.ftrSclBlck a i.lnkdIcn{background-position:0 40%;}
.mainNavSocial a.whtsapIcn,
.ftrSclBlck a i.whtsapIcn{background-position:0 60%;}
.mainNavSocial a.instIcn,
.ftrSclBlck a i.instIcn{background-position:0 80%;}
.ftrSclBlck a span{
	display:inline-block;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
}
.ftrSubFrm{
	display:block;
	width:100%;
	overflow:hidden;
}
.ftrSubFrm input[type="text"],
.ftrSubFrm input[type="email"]{
	height:48px;
	width:400px;
	float:left;
	padding:0 15px;
	border:1px solid #4f4c4d;
	border-right:none;
	color:#fff;
	background:none;
}
.ftrSubBtn{
	background:#509995;
	padding:0 15px;
	line-height:48px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	border:none;
	float:left;
	letter-spacing:1px;
	cursor:pointer;
	-webkit-transition:all ease 0.2s;
	transition:all ease 0.2s;
}
.ftrSubBtn:hover{
	background-color:#fff;
	color:#509995;
}
.ftrBtnWrp{
	overflow:hidden;
	display:block;
	padding:0 30px;
}
.ftrBtnWrp p{
	display:block;
	float:left;
	font-size:13px;
	color:#666666;
}
.ftrBtnWrp p a{color:#509995;}
.ftrBtnWrp p a:hover{color:#fff;}
.desLgo{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	opacity:0.8;
	margin-left:5px;
}
.desLgo:hover{opacity:1;}
.desLgo img{
	width:100%;
	display:block;
}
.clntLogMainCont{
	padding:50px 0;
	background:#f7f7f7;
}
.prodDetPgeAct{background:#fff;}
.linWrp{
	margin:25px 0 30px 0;
	display:block;
	width:40px;
	height:3px;
	background:#509995;
}
.gryLin{background-color:#c9c9c9;}
.clntLogMainCont .linWrp{
	margin-left:auto;
	margin-right:auto;
}
.clntLogWrp{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	padding-top:10px;
	display:block;
}
.clntLogWrp li{
	float:left;
	width:25%;
	border-right:1px solid #ccc;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-mz-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}
.clntLogWrp li:last-child{border-right:none;}
.clntLogWrp li div{
	display:block;
	width:100;
}
.clntLogWrp li img{
	display:block;
	width: 70%;
	margin: -20px auto;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.clntTtle{
	margin:0 auto;
	display:table;
	font-size:28px;
}
.bnnerMainCont{
	position:relative;
	width:100%;
	height:620px;
}
.bnrBg{
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
	background:url('../images/prdctBanner.jpg') center top no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}
.bnnerMainCont .pgeWhtOlay{height:20%}
.abtMainContainer{
	overflow:hidden;	
}
.abtContMainWrp{
	width:67%;
	float:left;
}
.abtContMainWrp .secDesc h2{
	font-size:24px;
	line-height:24px;
	color:#ec3239;
	margin-bottom: 5px;
	margin-top: 30px;
}
.abtContMainWrp .secDesc ul{
	overflow:hidden;
	margin-top:-10px;
}
.abtContMainWrp .secDesc ul li{
	margin-bottom:5px;
	float:left;
	font-family:'Lato', sans-serif;
	width:33%;
}
.abtContMainWrp .secDesc ul li:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #ec585e;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -1px;
}
.abtCertWrp{
	float:right;
	width:25%;
	margin-right:2%;
	margin-top:150px;
}
.abtCertWrp a div{
	display:table;
	padding:30px;
	padding-top:0;
	background:#f7f7f7;
}
.abtCertWrp a.abtCertAwrd div{
	padding:0 15px 15px 15px;
}
.abtCertWrp a img{
	display:block;
	width:100%;
	margin-top:-100px;
}
.abtCertWrp a span{
	font-size:15px;
	letter-spacing:1px;
	display:block;
	text-align:center;
	margin-top:15px;
	text-transform:uppercase;
	color:#666666;
	font-weight:600;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.abtCertWrp a:hover span{color:#ec3239;}
.abtTimLineMainCont{
	width:100%;
	overflow:hidden;
	background-color:#231f20;
	position: relative;
}
.abtTimLinCtrlWrp{
	width: 50%;
	display: block;
	background:url('../images/abtTimelineBg.jpg') left top no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	height: 100%;
	position:absolute;
	left:0;
}
.abtTimCtrls {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.abtTimLinContWrp{
	width:50%;
	float:right;
}
.abtTimCont{
	width:600px;
	float:left;
	padding:100px 20px 100px 80px;
}
.abtTimBlck{display:none;}
.abtTimBlck:first-child{display:block;}
.abtTimCont .smlTtle{color:#8a8a8a;}
.abtTimCont .secTitle{color:#fff;}
.abtTimCtrls li{
	display:block;
	margin:15px 0;
}
.abtTimCtrls span{
	font-size:26px;
	color:#fff;
	text-align:right;
	display:block;
	padding:8px 20px;
	position:relative;
	cursor:pointer;
	padding-right:50px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	text-align:center;
}
.abtTimCtrls li span:after{
	content:'';
	position:absolute;
	right:0;
	margin-left:10px;
	width:40px;
	height:1px;
	top:50%;
	background-color:#fff;
}
.abtTimCtrls li span:before{
	content:'';
	width:0;
	height:100%;
	z-index:-1;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.abtTimCtrls li.actTmelin span{color:#ec3239;}
.abtTimCtrls li.actTmelin span:before{width:100%;}
.gocMainCont .shrtCentAlgn{
	text-align:center;
}
.gocMainListWrp{
	display:table;
	width:100%;
	text-align:center;	
	margin-top:50px;
}
.gocBlck {
	display: inline-block;
	width: 19%;
	margin: 0 0.5%;
	position:relative;
	overflow: hidden;
	background: #333;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.gocBlck div{
}
.gocBlck img{	
	display: block;
	width: 100%;
	opacity: 0.5;
}
.gocBlck span {
	position: absolute;
	left: 5%;
	bottom: 20px;
	width: 90%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
}
.gocBlck:hover{
	background-color:#da241c;
}
.whyUsMainWrp{
	margin-top:50px;
}
.whyUsTtl{
	display:block;
	text-align:center;
	font-size:20px;
	color:#000000;
}
.whyUsTtl strong{
	font-weight:600;
}
.whyUsIcnWrp{
	overflow:hidden;
	width: 86%;
	margin: 15px auto 0 auto;
}
.whyUsIcnWrp li{
	float:left;
	width:50%;
	padding:30px 23px;
	border-bottom:1px solid #ececec;
	border-right:1px solid #ececec;
}
.whyUsIcnWrp li:nth-child(odd){padding-left:0;}
.whyUsIcnWrp li:nth-child(even){border-right:none; padding-right:0;}
.whyUsIcnWrp li:nth-child(3),.whyUsIcnWrp li:nth-child(4){border-bottom:none;}
.whyUsIcnWrp li i{
	width:70px;
	height:70px;
	margin-right:10px;
	display:inline-block;
	background:url('../images/advantageIcn.svg') center top no-repeat;
	vertical-align:middle;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.whyUsIcnWrp li.qltyIcn i{background-position:0 0;}
.whyUsIcnWrp li.accuIcn i{background-position:0 33.33%;}
.whyUsIcnWrp li.expIcn i{background-position:0 66.66%;}
.whyUsIcnWrp li.hvyDtyIcn i{background-position:0 100%;}
.whyUsIcnWrp li span{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.whyUsIcnWrp li span strong{
	font-weight:600;
	color:#ec3239;
	font-size:150%;
}
.prodListMainCont{
	overflow:hidden;
	width:100%;
	margin-top:40px;
}
.prdLstMainWrp li{
	width:100%;
	display: inline-block;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-top: -5px;
}
.prdLstMainWrp li:nth-child(1):before{
	content:'';
	position:absolute;
	right:-1px;
	top:0;
	width:1px;
	background:#fff;
	height:50%;
	z-index:1px;
}
.prdLstMainWrp li:nth-child(odd){
	border-right:1px solid #ccc;
}
.prdLstMainWrp li:nth-child(even){
	border-left:1px solid #ccc;
}
.prdDwnArw{
	position:absolute;
	right:-25px;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	border-radius:500px;
	cursor:pointer;
	background:url('../images/dwnArw.png') 50% 50% no-repeat #ec3239;
	-webkit-background-size:28px auto;
	background-size:28px auto;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
	-webkit-box-shadow: 0 0 40px 50px #ffffff;
	box-shadow: 0 0 40px 50px #ffffff;
}
.prdLstMainWrp li:nth-child(even) .prdDwnArw{display:none;}
.prdDwnArw:hover{
	background-color:#333;
	background-position-y:60%;
}
.prdLstImg{
	width:50%;
	float:left;
}
.prdLstImg a{
	display:block;
}
.prdLstImg a img{
	display:block;
	height:350px;
	float:right;
}
.prdLstInf{
	width:50%;
	float:right;
	padding:55px 70px 0 70px;
}
.prdLstMainWrp li:nth-child(even) .prdLstImg{float:right;}
.prdLstMainWrp li:nth-child(even) .prdLstImg a img{float:left;}
.prdLstMainWrp li:nth-child(even) .prdLstInf{float:left;}
.prdLstInf h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #272727;
	display: block;
	letter-spacing: 2px;
	margin-bottom:15px;
	width: 70%;
}
.prdLstInf h2 a{
	color:#272727;
}
.prdLstInf .smlTtle{
	margin-bottom:15px;
	text-transform:uppercase;
}
.prdLstLnk{
	text-transform:uppercase;
	font-size:14px;
	color:#010101;
	margin-top:10px;
	display:inline-block;
	font-weight:600;
}
.prdInnerMainCont .spltLftWrp{width:65%;}
.prdInnerMainCont .spltRghtWrp{width:35%;}
.prdIntLink{
	display:block;
	margin-top:30px;
}
.prdIntLink a{
	display:inline-block;
	clear:both;
}
.prdIntLink a img{
	display:inline-block;
	vertical-align:middle;
}
.prdIntLink a span{
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:2px;
	color:#fff;
	background:#ec3239;
	padding:17px 25px;
	display:inline-block;
	vertical-align:middle;
}
.prdIntLink a span strong{
	font-weight:600;
}
.getCatBtn{
	margin-bottom:15px;
}
.getCatBtn img {
    margin-top: -5px;
    width: 77px;
    margin-right: -5px;
}
.prdIntLink .queBtn span {
	padding-right:85px;
	background:#f0f0f0;
	color:#5b5b5b;
}
.queBtn img{
	margin-left: -70px;
	width: 87px;
}
.prdInrImgCont{
	margin-top:50px;
}
.prdInrImg{
	width:100%;
	overflow:hidden;
}
.prdInrImg img{
	display:block;
	width:100%;
}
.prdCapWrp{
	display:block;
	text-align:center;
	width:80%;
	margin:25px auto 0 auto;
}
.prdCapWrp p{
	display:block;
	font-size:13px;
	margin-top:5px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#787777;
	font-family:'Lato', sans-serif;
}
.prdSpecTableWrp{
	background:#f6f6f6;
	padding:80px 0;
	margin-top:50px;
}
.prdSpecTbleNav{
	display:table;
	margin:0 auto 30px auto;
}
.prdSpecTbleNav span{
	float:left;
	margin:0 15px;
	font-size:20px;
	cursor:pointer;
	border-bottom:2px solid transparent;	
	font-weight:normal;
	padding-bottom:4px;
}
.prdSpecTbleNav span i{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	background:url('../images/prdTbleBtnSprit.png') left top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-top: -10px;
	margin-right: 5px;
}
.prdSpecTbleNav span.techIcn i{background-position:0 0;}
.prdSpecTbleNav span.acsrIcn i{background-position:0 50%;}
.prdSpecTbleNav span.spclIcn i{background-position:0 100%;}
.prdSpecTbleNav span.actTab{
	font-weight:600;
	border-bottom-color:#ec3339;	
	color:#ec3339;
}
.prdSpecTbleNav span.actTab i{background-image:url('../images/prdTbleBtnSpritHvr.png');}
.prdSpecTbleBlck{display:none; text-align:center;}
.prdSpecTbleBlck:first-child{display:block;}

.prdSpcTbleWrp{
	display:inline-block;
	vertical-align:top;
	width: 47.4%;
	margin: 0 1%;
}
.fulWidPrdSpcTble{
	width:100% !important;
	display:block;
	margin:0;
}
.tbleSidPads{
	padding:0 1.5%;
	margin-top:30px;
}
.prdTble{
	width:100%;
	background:#fff;
	text-align:left;
	margin-bottom:30px;
	border:none;
	border-spacing:0;
	border-collapse:separate;
	-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1);
	box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1);
}
.prdTble:last-child{margin-bottom:0;}
.prdTble tr:hover{background-color:#f5f5f5;}
.prdTble thead td,
.prdTble thead th{
	background:#ec3339;
	font-size: 14px;
	color: #fff;
	padding: 8px 15px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.prdTble thead td{
	letter-spacing:0;
	font-weight:normal;
}
.prdTble *{
	font-family:'Lato', sans-serif;	
}
.prdTble tbody td,
.prdTble tbody th{
	padding:7px 15px;
	font-size:13px;
	border-bottom:1px dotted #ccc;
}
.prdTble thead .fxThWid{
	width: 220px;	
}
/*.contInfMainCont .centerAlign{
	background:url('../images/contInfBg.jpg') right bottom no-repeat;
	-webkit-background-size:auto 99%;
	background-size:auto 99%;	
}*/
.cnctInfoContain{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.contInfBlckWrp{
	float:left;
	margin-right:80px;
}
.contInfBlck{
	display:block;
	margin-bottom:30px;
	width: 300px;
}
.contInfTtl{
	font-family:'Lato', sans-serif;	
	letter-spacing:0.2px;
	font-size:16px;
	display:block;
	margin-bottom:5px;
	font-weight:600;
}
.contInfTtl i{
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	background:url('../images/contInfIcn.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-top:-3px;
}
.contInfTtl i.ofcIcn{background-position:0 0;}
.contInfTtl i.fctIcn{background-position:0 33.33%;}
.contInfTtl i.phnIcn{background-position:0 66.66%;}
.contInfTtl i.mleIcn{background-position:0 100%;}
.contInfBlck p{
	font-size: 15px;
	color: #373737;
	line-height: 25px;
}
.contInfBlck p a{
	color:#373737;
}
.inqMainFrmCont {
	display:block;
    background: #fffff;
}
.inqMainFrmCont p{
	text-align:center;
	margin-top:5px;
}
.inqFrmWrp {
    width: 70%;
    margin: 0 auto;
    display: table;
}
.inqMainFrmCont .secTitle {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
}
.inqMainFrmCont .linWrp {
    margin-left: auto;
    margin-right: auto;
}
.errorMsg {
    text-align: center;
    font-size: 11px;
    padding: 9px 0;
    color: #ffffff;
    background: #ff0000;
    width: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial;
    display: none;
}
.inqFrmWrp fieldset {
    overflow: hidden;
}
fieldset {
    border: none;
}
.inqFrmWrp fieldset input[type="text"], 
.inqFrmWrp fieldset input[type="email"], 
.inqFrmWrp fieldset select, 
.inqFrmWrp fieldset textarea {
    width: 45%;
    float: left;
	
}
.inqFrmWrp input[type="text"],
.inqFrmWrp input[type="email"], 
.inqFrmWrp select, 
.inqFrmWrp textarea {
    width: 100%;
    background: none;
    color: #818181;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 18px;
	border:none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 2px;
	padding-left:0;
}
.inqFrmWrp fieldset input[type="text"]:last-child, 
.inqFrmWrp fieldset input[type="email"]:last-child, 
.inqFrmWrp fieldset select:last-child, 
.inqFrmWrp fieldset textarea:last-child {
    float: right;
}
.inqFrmWrp textarea {
    height: 100px;
    resize: none;
}
.capSubWrp {
    overflow: hidden;
    width: 100%;
}
.capWrp {
    float: left;
}
.cntSubBtn:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:0;
	height:100%;
	background-color:#000;
	z-index:-1;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.cntSubBtn {
    float: right;
    text-align: center;
    background: #ec3239;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ec3239;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
	position:relative;
	z-index:111;
}
.cntSubBtn:hover:before{
	width:100%;
}
.cntSubBtn:hover {
	border-color:#000;
}
.contPrrlxMainCont{
	display:block;
	overflow:hidden;
	background:url('../images/mapBg.jpg') no-repeat left top #cccccc;
	background-size:100% auto;
	text-align:center;
	padding:130px 0;
}
.cntctTitle{
	font-size:35px;
	line-height:48px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.29);
}
.cntctTitle span{
	font-size:49px;
	line-height:49px;
	color:#ec3239;
}
.cntctTitle i{
	font-style:normal;
	color:#383838;
}
.btnGroup{
	display:block;
	text-align:center;
	margin:50px 0 15px 0;
	clear:both;
}
.redBtn{
	background:#ec3239;
	border-color:#ec3239;
	color:#fff;
}
.btnGroup .defBtn:before{
	z-index:0;
}
.redBtn:before{
	z-index:0;
	background:#000;
}
.redBtn:hover{
	color:#fff;
	border-color:#fff;
}
.btnGroup .defBtn{
	margin:0 17px;
	display:inline-block;
}
.defBtn.redBtn i.plyIcn{
	background-position:left bottom;
}
.defBtn.redBtn:hover i.plyIcn{
	background-position:left top;
}
.defBtn.redBtn i.eyeIcn{
	width:18px;
	height:18px;
	background:url('../images/btnEyeSprit.svg') left bottom no-repeat;
	background-size:19px auto;
}
/*.defBtn.redBtn:hover i.eyeIcn{
	background-position:left top;
}
*/.defBtn i.pinIcn{
	width:18px;
	height:18px;
	background:url('../images/btnPinSprit.svg') left top no-repeat;
	background-size:19px auto;
}
.defBtn:hover i.pinIcn{
	background-position:left bottom;
}
.contInfMainCont{
	position:relative;
	overflow:hidden;
}
section.contInfMainCont.pdFirst img{
	position:absolute;
	left:60%;
	top:0;
	width:600px;
}
.abtTimCont .yearText{
	font-size:50px;
	line-height:50px;
	color:#494748;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
	position:absolute;
	right:-50px;
	font-weight:bold;
}
.innrPageMainContainer {
	display:block;
	overflow:hidden;
}
.inrCont h2{
	color:#000;
	font-weight:700;
	font-size:17px;
	line-height:17px;
	letter-spacing:1px;
	margin-bottom: 5px;
	padding-top: 20px;
}
.inrCont p{
	margin-bottom:20px;
}
.inrCont ul{
	display:block;
	margin-bottom:15px;
}
.inrCont li{
	margin-left: 10px;
    font-size: 15px;
    color: #6d6161;
	padding-left:17px;
	background:url('../images/listBul.png') 0 8px no-repeat;
	-webkit-background-size:7px auto;
	background-size:7px auto;
	font-weight:400;
	margin-bottom: 5px;
    line-height: 22px;
	font-family:'Lato', sans-serif;
}
.inrPgeWidSidMainCont{
	display:table;
	width:100%;
}
.inrPgeLftSid{
	width:70%;
	float:left;
}
.inrPgeRghtSid{
	width:30%;
	float:right;
	padding:50px 0 0 30px;
}
.newsMainCont .inrPgeRghtSid{
	padding-top:0;	
}
.tgTtle{
	font-size:20px;
	text-align:center;
	color:#ec3239;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
.inrPgeRghtSid li.active{
	background:#ccc;
}
.inrPgeRghtSid li.active:hover a{
	background:#ec3239;
	border-color:#ec3239;
	color:#fff;
}
.inrSidMenu h4{
	font-size:20px;
	color:#ffffff;
	padding:10px 20px;
	background:#ec3239;
	display:block;
}
.inrSidMenu ul{
	padding:25px 20px;
	background:#f1f1f1;
}
.inrSidMenu ul li{
	margin-bottom:5px;
}
.inrSidMenu ul li a{
	font-family: 'Lato', sans-serif;
	padding-left: 15px;
	font-size: 15px;
	color: #5a5a5a;
	line-height: 20px;
	display: block;
}
.tagCld {
	text-align:center;
}
.tagCld li{
	display:inline-block;
	margin:5px 2px;
}
.tagCld li a{
	display: block;
	padding: 5px 8px;
	border: 1px solid #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.tagCld li a:hover{
	border-color:#ec3239;
	color:#ec3239;
}
.newsListMainCont{
	width:100%;
	display:table;
	margin-top:30px;
}
.nwsListWrp{
	display:inline-block;
	border:1px solid #ccc;
	padding:45px 45px 0 45px;
	margin-bottom:150px;
	height:320px;
}
.nwsLstImg{
	width:100%;
}
.nwsLstImg img{
	display:block;
	width:100%;
}
.nwsLstLft{
	width:60%;
	float:left;
}
.nwsDte{
	font-family:'Lato', sans-serif;
	font-size:12px;
	color:#828282;
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
	margin-bottom:5px;
}
.nwsListWrp .nwsDte{color:#ec3239;}
.nwsTtle{
	font-size:24px;
	display:block;
	margin-bottom:15px;
	color:#000000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.nwsTtle:hover{
	color:#ec3239;
}
.nwsLstRght{
	margin-top: 75px;
    float: left;
    width: 40%;
    padding-left: 45px;
}
.nwsLstRght .nwsDesc{
    height: 190px;
}
.nwsDesc p {
    font-size: 14px;
    line-height: 23px;
	color:#6b6b6b;
}
.nwsLstRght .defBtn{
	float:left;
	margin-top:50px;
}
.clntLogMainWrp{
	position:relative;
	overflow:hidden;
	width:100%;
}
.clntLogMainWrp:before{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: #fff;
}
.clntLogMainWrp:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background: #fff;
}
.clntLogMainWrp li{
	float:left;
	z-index:1;
	display:block;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
.clntLogMainWrp img{
	position:absolute;
	margin:auto;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:90%;
}
.clntInfWrp{
	position:absolute;
	height:100%;
	width:100%;
	display:block;
	z-index:1;
	text-align:center;
	background:rgba(236,50,57,0.9);	
	left:100%;
	top:100%;
}
.clntNme{
	margin-top:75px;
	font-size:16px;
	font-weight:600;
	color:#fff;
}
.clntStat{
	margin-top:5px;
	color:#ffd1d1;
	font-size:14px;
}
.ourPrcsMainCont{
	display:table;
	width:94%;
	margin:50px auto 0 auto;
	padding-top:80px;
	position:relative;
}
.ourPrcsMainCont:before{
	content:'';
	width:16px;
	height:16px;
	background:#ec3239;
	position:absolute;
	left:-8px;
	top:0;
	z-index:1;
	border-radius:500px;
}
.ourPrcsMainCont:after{
	content:'';
	width:1px;
	height:130px;
	background:#ccc;
	position:absolute;
	left:0;
	top:0;
	border-radius:500px;
}
.orPrcRow{
	width:100%;
	display:table;
	position:relative;
}
.orPrcRow:last-child .orPrcBlck:last-child:before,
.orPrcRow:before{
	content:'';
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:0;
	top:50px;
	z-index:0;
}
.orPrcRow:after{
	content:'';
	position:absolute;
	width:1px;
	right:0;
	background:#ccc;
	top:50px;
	right:0;
	height:100%;
}
.orPrcRow:nth-child(even):before{left:auto; right:0;}
.orPrcRow:nth-child(even):after{left:0; right:auto;}
.orPrcBlck{
	position:relative;
	z-index:2;
	width:33.33%;
	padding:0 80px;
	float:left;
	margin-bottom:50px;
	text-align:center;
}
.orPrcRow:last-child:before,
.orPrcRow:last-child:after{display:none;}

.orPrcRow:last-child .orPrcBlck:last-child{z-index:0;}
.orPrcRow:last-child{overflow:hidden;}

@media screen and (min-width:585px){
	.orPrcRow:last-child .orPrcBlck:last-child:before{
		width:300%;
		left:auto;
		right:0;
		z-index:-2;
	}
	.orPrcRow:last-child .orPrcBlck:last-child:after{
		content:'';
		width:9px;
		height:9px;
		border:5px solid #ec3239;
		background:#fff;
		position:absolute;
		right:0;
		top:41px;
		border-radius:500px;
	}
}
.frRght .orPrcBlck{float:right;}
.orPrcBlck i{
	display:block;
	margin:0 auto 15px auto;
	width:100px;
	height:100px;
	border-radius:400px;
	border:2px solid #ccc;
	background:url('../images/processIcn.svg') center top no-repeat #fff;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	position:relative;
	z-index:3;
}
.orPrcBlck i.cstIcn{background-position:0 0;}
.orPrcBlck i.trnIcn{background-position:0 14.28%;}
.orPrcBlck i.tstIcn{background-position:0 28.56%;}
.orPrcBlck i.flmIcn{background-position:0 42.84%;}
.orPrcBlck i.tunIcn{background-position:0 57.12%;}
.orPrcBlck i.asmIcn{background-position:0 71.4%;}
.orPrcBlck i.pkgIcn{background-position:0 85.68%;}
.orPrcBlck i.dspIcn{background-position:0 99.96%;}

.orPrcBlck h4{
	font-size:22px;
	color:#ec3239;
	letter-spacing:1px;
	margin-bottom:8px;
}
.orPrcBlck p{
	font-size:14px;
	line-height:22px;
	color:#666666;
}
.infraGallerMainWrp{
	margin-top:30px;
}
.infGalBlck {
	background-color: #fff;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	margin-right:2%;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 31.5%;
	margin-bottom:15px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.infGalBlck:nth-child(3n+3){
	margin-right:0;
}

.infGalBlck *,
.infGalBlck *:before,
.infGalBlck *:after {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.infGalBlck img {
  backface-visibility: hidden;
  width: 100%;
  display:block;
  vertical-align: top;
}

.infGalBlck:before,
.infGalBlck:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.infGalBlck:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.infGalBlck:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.infGalBlck .infGalTitle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 45px 40% 25px 30px;
}

.infGalBlck .infGalTitle:before,
.infGalBlck .infGalTitle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.infGalBlck .infGalTitle:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.infGalBlck .infGalTitle:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.infGalTitle span,
.infGalBlck p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.infGalTitle span{
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
}

.infGalBlck p {
  font-size: 0.9em;
}

.infGalBlck a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.infGalBlck:hover .infGalTitle span,
.infGalBlck.hover .infGalTitle span,
.infGalBlck:hover p,
.infGalBlck.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.infGalBlck:hover:before,
.infGalBlck.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.infGalBlck:hover:after,
.infGalBlck.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.infGalBlck:hover figcaption:before,
.infGalBlck.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.infGalBlck:hover figcaption:after,
.infGalBlck.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nwsInrwrp .inrPgeLftSid{
	padding-right:30px;
	border-right:1px solid #ececec;
}
.prdAccsr{
	overflow:hidden;
	display:block;
	width:100%;
}
.prdAccsr a{
	width:22.5%;
	margin:0 1% 25px 1%;
	text-align:left;
	display:inline-block;
}
.prdAccsr a img{
	width:100%;
	display:block;
	border:1px solid #ccc;
}
.prdAccsr a span{
	display:block;
	font-size:14px;
    font-family: 'Lato', sans-serif;;
	color:#333;
	font-weight:600;
	margin-top:5px;
}
.brocMainCont{
	margin-top:30px;
}
.brocBlck {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 32%;
	margin-right:1%;
	margin-bottom:5px;
}
.brocBlck:nth-child(3n+3){
	margin-right:0;
}
.brocBlck * {
	font-family: 'Lato', sans-serif;;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.brocBlck:after {
  background-color: #ec3239;
  height: 150%;
  bottom: -145%;
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.brocBlck img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.brocBlck figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.brocBlck h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.brocBlck h3 span {
  display: block;
  font-weight: 700;
}
.brocBlck h3 small{
	font-size:70%;
}
.brocBlck a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.brocBlck:hover > img,
.brocBlck.hover > img {
  opacity: 0.8;
}

.brocBlck:hover:after,
.brocBlck.hover:after {
  bottom: 95%;
}

.brocBlck:hover figcaption,
.brocBlck.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.flyBrocImg{
	width:100%;
	float:left;
	margin-top:50px;
}
.eBrocLstMainWrp{
	margin-top:30px;
}
.eBrocLstMainWrp h4{
	font-size:20px;
	color:#333333;
	margin-bottom:5px;
}
.eBrocListWrp li{
	border-bottom:1px dotted #ccc;
	width:100%;
	padding:10px 5px;
	overflow:hidden;
}
.ebrcTtl{
	float:left;
	font-family: 'Lato', sans-serif;;
	margin-top:3px;
	display:block;
}
.ebrcTtl span{
	font-family: 'Lato', sans-serif;;
	font-size:70%;
	color:#666666;
	margin-left:5px;
}
.ebrcBtn{
	float:right;
	overflow:hidden;
}
.ebrcBtn a{
	float:left;
	margin:0 5px;
	padding:7px 16px 6px 16px;
	font-size:10px;
}
.nwsInrImg{
	display:block;
	max-width:100%;
	margin-bottom:30px;
}
.hgltNws{
	margin-bottom:30px;
}
.hgltNws p{
	font-family:'Nexa', sans-serif;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	color:#666666;
}
.prdAcsrBlckMainCont{
	display:block;
	width:100%;
	text-align:center;
}
.prdAcsSpcTbleBlck{
	width:38%;
	margin:0 1.66%;
	background:#fff;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	padding:30px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
}
.prdSpcTbleTitle{
	font-size:16px;
	letter-spacing:1px;
	font-weight:600;
	color:#ec3339;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;	
}
.prdAcsSpcList li{
	list-style:circle;
	margin-left:18px;
	font-weight:normal;
	font-size:14px;
	display:list-item;
	margin-bottom:7px;
	font-family:'Lato', sans-serif;
}
.prdColMainWrp{
	display:table;
	margin:30px auto 0 auto;
}
.prdColMainWrp .prdColBlck{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
}
.prdColMainWrp .prdColBlck i{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	background:url('../images/prodColors.svg') 0 0 no-repeat;
	background-position:0 0;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-right:3px;
}
.prdColMainWrp .prdColBlck.buyBlueCol i{background-position:0 0;}
.prdColMainWrp .prdColBlck.vendCol i{background-position:0 25%;}
.prdColMainWrp .prdColBlck.fGryCol i{background-position:0 50%;}
.prdColMainWrp .prdColBlck.fOlivCol i{background-position:0 75%;}
.prdColMainWrp .prdColBlck.supWhteCol i{background-position:0 100%;}
.prdColMainWrp .prdColBlck span{
	font-family:'Lato', sans-serif;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}
.prdColrTtle{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #424242;
	border-right: 1px solid #9c9c9c;
	margin-right: 5px;
	padding: 5px 18px 7px 0;
}
.prdSpecialMainWrap{
	background:#fff;
	margin:0 auto;
	width:50%;
	text-align:left;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
}
.prdSpecialTtle{
	font-family:'Lato', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#ec3339;
	font-weight:600;
	color:#fff;
	display:block;
	padding:15px 30px;
}
.prdSpecialList{
	padding: 15px 25px;
}
.prdSpecialList li{
	font-family:'Lato', sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
}
.prdSpecialList li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 9px;
	background: url('../images/thinArrowRight.png') right center no-repeat;
	margin-right: 8px;
}
.smlTbleTxt{
	font-size:60%;
	display:block;
	padding-top:2px;
}
.prdTble tbody th .smlTbleTxt,
.prdTble tbody td .smlTbleTxt{
	font-size:80%;
}
.abtCertAwrd{
	margin-top: 150px;
	display: block;
}
.textWhite{
	color: #fff;
}
