*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-family:'Montserrat', sans-serif;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
fieldset{border:none;}
p,p a{font-family:'Lato', sans-serif;}
::-moz-selection{color: #fff; background: #f5874f;}
::selection{color: #fff; background: #f5874f;}
.centerAlign{width:1200px;	margin:0 auto;}
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;
}
.headMainContainer{
	width:100%;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:20px;
	position:absolute;
	top:0;
	z-index:234;
}
.logoBlock{
	float:left;
	width:150px;
}
.logoBlock img{
	display:block;
	width:100%;
}
.headMainNavCont{
	float:right;
	margin-top:50px;
}
.navMainCont{
	float:left;
	margin-right:30px;
}
.navMainCont ul li{
	float:left;
	margin:0 25px;
}
.navMainCont ul li a{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	color:#464646;
	position:relative;
}
.navMainCont ul li a:before{
    content: '';
    width: 100%;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
	opacity:0.4;
    background: #f5874f;
	-webkit-transition:all ease .4s;
	transition:all ease .4s;
}
.navMainCont ul li a:hover:before{
	-webkit-transform:scaleX(1.05);
	transform:scaleX(1.05);
}
.navMainCont ul li a:hover{
    color: #000;
}
.visBdyWrp .navMainCont ul li a{
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
.visBdyWrp .headMainContainer{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.visBdyWrp .headMainContainer:hover{
	background-color:rgba(0,0,0,0.4);
}
.headNvOthrWrp{
	float:left;
}
.headPhneWrp{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
}
.headPhneWrp .phneIcn{
	width: 20px;
	height: 20px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/phoneIcon.svg') center center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-top: -2px;
}
.visBdyWrp .headPhneWrp{
	text-shadow:1px 1px 3px rgba(0,0,0,0.4);
	color:#fff;
}
.hmeTxtMainCont{
	clear:both;
	width:100%;
	max-height: 750px;
	background: url('../images/bg-pattern-1.jpg') center center repeat;
}
.hmeTxtMainCont .centerAlign{
	height:100%;
	position:relative;
}
.hmeTxtElem{
	font-size:44px;
	color:#414141;
	font-weight:normal;
	position:absolute;
	left:0;
	top:55%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.hmeTxtBlckCont{
	bottom:-130px;
	position:absolute;
	left:0;
}
.hmeTxtBlck{
	float:left;
	padding:45px 0 50px 45px;
	background:#000000;
	margin-right:30px;
	width:365px;
	color:#fff;
	position: relative;
	z-index: 1;
}
.hmeDwldBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../images/gif-bg-3.gif') center center no-repeat;
	background-size: 100% auto;
	filter: grayscale(100%);
	opacity: 0.5;
}
.smlBlckTtl{
	font-size:13px;
	letter-spacing:1px;
	font-weight:600;
	display:block;
	margin-bottom:30px;
	text-transform:uppercase;
}
.hmeTxtBlck .hmeBlckTxtLnk{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight:500;
	text-transform:uppercase;
}
.hmeTxtPrimCol{
	color:#000;
	background-color:#f5874f;
}
.hmeScrllDwnTxt{
	position:absolute;
	bottom:25px;
	right:0;
	cursor:pointer;
}
.hmeScrllDwnTxt span{
	color:#414141;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	padding-left:50px;
	position:relative;
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
.hmeScrllDwnTxt span:after,
.hmeScrllDwnTxt span:before{
	content:'';
	width:40px;
	height:1px;
	position:absolute;
	left:0;
	top:7px;
	background-color:#000;
	-webkit-transition:all ease .4s;
	transition:all ease .4s;
}
.hmeScrllDwnTxt span:after{
	background-color:#f5874f;
	z-index:1;
	width:0;
}
.hmeScrllDwnTxt span:hover:after{
	width:40px;
}
.hmeScrllDwnTxt span:hover{
	color:#f5874f;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.hmePrllxBg{
	background:url('../images/slide2.jpg') center top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-position-x:0 !important;
	width:100%;
	height:600px;
}
.secPad{padding-top:100px; padding-bottom:100px;}
.secPad-T{padding-top:100px;}
.secPad-B{padding-bottom:100px;}
.smlTtle{
	text-transform:uppercase;
	display:inline-block;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	z-index:1;
	margin-bottom:10px;
}
.smlTtle:before{
	content:'';
	width:100%;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	opacity: 0.4;
    background: #f5874f;
}
.secTitle{
	font-size: 42px;
	font-weight: lighter;
	display: block;
	color: #000;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.hmeWelcMainCont{
	display:table;
	position:relative;
	z-index:10;
	width:100%;
}
.hmeWelcTxtWrp{
	width:40%;
	margin-left:5%;
	float:left;
	margin-top:35px;
}
.hmeWelcImgWrp{
	width:34%;
	margin-right:2%;
	float:right;
	position:relative;
}
.hmeWelcImgWrp > img{
	width:100%;
	display:block;
}
.hmeWelImgBlck{
	position:absolute;
	left: -80px;
	top: -200px;
	z-index:5;
	width:100%;
	padding:50px;
	background:#f5874f;
}
.hmeWelImgBlck > p{
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
}
.hmeWelCertWrp{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
.hmeWelCertWrp a{
	display:block;
	float:left;
	margin:0 15px 0 0;
}
.hmeWelCertWrp a img{
	display:block;
	height:50px;	
}
.secDesc{
	display:block;
	overflow:hidden;
}
.secDesc ul li,
.secDesc p{
	display:block;
	color:#2b2b2b;
	margin-bottom:15px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
}
.secDesc ul li a{
	font-family: 'Lato', sans-serif;
}
.defBtn{
	margin-bottom:-4px;
	display: inline-block;
	padding: 19px 40px;
	background: #f5874f;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 2px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.defBtn:before{
	content:'';
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
	position:absolute;
	z-index:-1;
	background-color:#000;
	opacity:0.1;
	border-radius:1500px;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.defBtn:hover:before{
	-webkit-transform:scale(15);
	transform:scale(15);
}
.whtBtn{background-color:#fff; color:#000;}
.drkCyan{background-color:rgba(0,0,0,0.4);}
.drkPnk{background-color:rgba(0,0,0,0.4);}
.defBtn:hover{background-color: #f5874f;}
.hmeWelcTxtWrp .secTitle{
	margin-bottom:30px;
}
.hmeWelcTxtWrp .secDesc p{
	line-height:26px;
}
.hmeWelcTxtWrp .defBtn{
	margin-top:30px;
}
.hmePrdSlide{
	display: inline-block;
	vertical-align:bottom;
	overflow:hidden;
	margin-right: -5px;
}
.hmePrdSlideBig{
	width:66%;
}
.hmePrdSlideSml{
	width:34%;
	opacity:0.7;
	cursor:pointer;
}
.hmePrdSlide div{
	width:100%;
	overflow:hidden;
	float:left;
}
.hmePrdSlide img{
	display:block;
	width:100%;
}
.hmePrdSlideSml img{
	width:150%;
}
.hmeProdSecMainCont{
	position:relative;
	width:100%;
	margin-top: 90px;
	display: block;
}
.hmePrdTxtSldWrp{
	background:#565656;
	padding:60px 50px;
	width:400px;
	position:absolute;
	left:5%;
	top:-90px;
	z-index: 5;
	color:#fff;
}
.hmePrdSldTxtBg{
	padding: 0;
}
.hmePrdSldTxtBg .hmePrdSldBlck{
	padding:60px 50px;
	width: 100%;
}
.hmePrdSldTxtBg .hmePrdSldBlck .defBtn{
	background-color: rgba(0,0,0,0.4);
}
.hmePrdSldTxt{
	padding-top:40px;
}
.hmePrdSldBlck h2,
.hmePrdSldTxt h2{
	font-size:24px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
}
.hmePrdSldTxtWrp .defBtn{
	margin-top:30px;
	display:inline-block;
}
.hmePrdSldCtrlWrp {
	position: absolute;
    right: 2%;
    top: 10%;
    width: 28%;
}
.hmePrdSldNum{
	font-size:18px;
	font-weight:500;
	color:#000;
	margin-top:10px;
	display:block;
	float:left;
}
.respNavIcn{
	width:40px;
	height:40px;	
	cursor:pointer;
	border-radius:5px;
	background:url('../images/respMenuIcn.svg') center center no-repeat #47a4ad;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	display:none;
}
.hmePrdSldCtrl{
	float:right;
}
.hmePrdSldCtrl span{
	display:block;
	float:left;
	width:46px;
	height:46px;
	position:relative;
	cursor:pointer;
	border:2px solid #f5874f;
}
.hmePrdSldCtrl span:before{
	content:'';
	background:url('../images/leftRightDarkSprite.svg') center center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	position:absolute;
	left:30%;
	top:30%;
	width:40%;
	height:40%;
	z-index:1;
}
.hmePrdSldCtrl span.hmePrdPrv:before{background-position:0 0;}
.hmePrdSldCtrl span.hmePrdNxt:before{background-position:0 100%;}
.hmePrdSldCtrl span:last-child{
	border-left:none;
}
.hmeGllryMainCont{
	width:100%;
	overflow:hidden;
}
.hmeGlryHeadWrp{
	width:100%;
	overflow:hidden;
	position:relative;
}
.hmeGlryHeadWrp .defBtn{
	position:absolute;
	right:0;
	top:16px;
}
.hmeGlryBlcksWrp{
	width:100%;
	display:table;
	margin-top:50px;
}
.hmeGlry1{
	float:left;
	width:50%;
	padding-left:30px;
}
.hmeGlry2{
	float:right;
	padding-left:30px;
	width:40%;
}
.hmeGlryBlcksWrp div img{
	display:block;
	width:100%;
}
.hmeGlryBlcksWrp > div{
	position:relative;
}
.hmeGlryBlcksWrp a{
	display:block;
	color:#000;
	text-align:center;
}
.glryTtl{
	display:block;
	margin-top:10px;
	font-weight:500;
	font-size:30px;
	display:block;
	text-transform:uppercase;
}
.glryDsc{
	margin-top:10px;
	font-weight:500;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#989898;	
}
.glryCat{
	position:absolute;
	display:block;
	width:22px;
	height:22px;
	font-weight:600;
	letter-spacing:2px;
	white-space:nowrap;
	font-size:14px;
	transform:rotate(-90deg);
	left:0;
	direction:rtl;
	text-transform: uppercase;
	top:30%;
}
.hmeGlry2 .glryCat{
	top:10%;
}
.hmeOurNetMainCont{
	width:100%;
	display:table;
	margin-top:90px;
	background:url('../images/hmeLocMapBg.jpg')  0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-position-x:0px !important;
}
.abtVisInfBlck,
.hmeOurNetTxtWrp{
	margin-top: -90px;
	background-color:#f5874f;
	margin-bottom:120px;
	float: left;
	width: 420px;
	padding: 60px;
}
.abtVisInfBlck{
	margin-bottom:0;
}
.abtVisInfBlck h1,
.hmeOurNetTxtWrp h2{
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	line-height: 44px;
	margin-bottom:25px;
}
.hmeOurNetTxtWrp p{
	font-size:16px;
	line-height:25px;
	color:#fff;
}
.hmeOurNetTxtWrp .defBtn{
	margin-bottom:30px;
	margin-top:30px;
}
.hmeOurNetTxtWrp p a{
	text-decoration:underline;
	color:rgba(0,0,0,0.4);
}
.footerMainCont{
	position:relative;
}
.footerMainCont .centerAlign{
	display:table;
}
.ftrLgoWrp{
	float:left;
	width:30%;
	margin-top:-20px;
}
.ftrLgoWrp img{
	width:160px;
}
.ftrLnkBlck{
	float:left;
	width:18%;
}
.ftrLnkNwsBlck{
	width:27%;
	float:left;
	margin-left:7%;
}
.ftrTtl{
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#000;
}
.ftrLnksWrp a{
	font-weight:500;
	font-size: 14px;
	color:#7b7a7a;
	letter-spacing: 0.3px;
	display:block;
	margin-bottom:10px;
}
.ftrDesc{
	margin-bottom:10px;
	display:block;	
}
.ftrDesc p{
	font-weight: 500;
	font-size: 14px;
	color: #7b7a7a;
	line-height: 24px;
	letter-spacing: 0.3px;
	font-family: 'Montserrat', sans-serif;
	display: block;
}
.ftrDesc p a{
	color:#7b7a7a;
	font-family:'Montserrat', sans-serif;
}
.ftrDesc p a:hover,
.ftrLnksWrp a:hover{
	color:#2b2b2b;
}
.ftrNwsltrWrp{
	display:block;
	width:100%;
	padding-top:10px;
}
.ftrNwsltrWrp input[type="text"]{
	float:left;
	width:70%;
	font-size:13px;
	border:1px solid #000000;
	line-height:18px;
	padding:17px 15px;
	font-style:italic;
}
.ftrNwsSubBtn{
	padding:18px 15px;
	line-height:18px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	cursor:pointer;
	float:left;
	width:30%;
	border:none;
	color:#fff;
	background:#000;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.ftrCpyMainCont{
	width:100%;
	margin-top:60px;
	border-top:1px solid #ececec;
	padding:30px 0;
	overflow:hidden;
}
.footerMainCont .centerAlign{
	position:relative;
}
.ftrCpyMainCont p{
	font-size:14px;
	float:left;
	font-weight:500;
	color:#7b7a7a;
	font-family: 'Montserrat', sans-serif;
}
.ftrCpyMainCont p a{
	color:#3e3b3b;
	font-family: 'Montserrat', sans-serif;
}
.ftrCpyMainCont p:last-child{
	float:right;
}
.ftrCounter{
	position:absolute;
	left:50%;
	top:2px;
}
.ftrCounter img{
	float:left;
	display:block;
	width:10px;
}
.inrBnrMainCont{
	position: relative;
	width: 100%;
	height: 570px;
	display:table;
	z-index: 100;
}
.inrBnrBg{
	background:url('../images/aboutBanner.jpg')  0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-position-x:0px !important;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
}
.inrBnrDwldWrp{
	width:100%;
	position:absolute;
	bottom:0;
}
.inrBnrDwldWrp .centerAlign{
	position:relative;
}
.inrBnrDwldWrp .hmeTxtBlckCont{
	right:0;
	left:auto;
}
.inrBnrDwldWrp .hmeTxtBlck{
	margin-right:0;
}
.inrHeadMainCont{
	position:static;
}
.inrAbtMainCont{
	overflow:hidden;
	width:100%;
	position:relative;
}
.inrAbtMainCont .centerAlign{
	position:relative;
	display:table;	
}
.inrAbtInfWrp{
	width:60%;
}
.inrAbtInfWrp .defBtn{
	margin-top:30px;
}
.inrAbtCertWrp{
	position:absolute;
	right:0;
	bottom:0;
	width:35%;
}
.inrAbtCertWrp > img{
	display:block;
	width:100%;
}
.inrLnkCert{
	left: 39.52%;
	bottom: 36%;
	border: 7px solid #080807;
	position: absolute;
	width: 46%;
}
.inrLnkCert > img{
	width:100%;
	display:block;
}
.inrAbtPrdSldrCont{
	overflow:hidden;
	width:100%;
	position:relative;
}
.inrAbtInfWrp{
	padding-bottom:100px;
}
.inrAbtPrdSldrWrp{
	width:80%;
	display:block;
	position:relative;
	overflow:hidden;
}
.inrAbtPrdSldr{
	position:relative;
	z-index:10;
}
.inrAbtPrdSldr li{
	width:100%;
	position:relative;
	float: left;
}
.inrAbtPrdSldr li img{
	width:100%;
	display:block;
}
.inrAbtPrdSldr li a.defBtn{
	position:absolute;
	top:70%;
	left:47%;
	background-color:#464646;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.inrAbtPrdSldr li a.defBtn:before{
	opacity:0.4;
}
.inrAbtPrdCaptionWrp{
	position:absolute;
	top:0;
	left:0;
	width:86%;
	z-index:12;
	text-align:center;
	top:22%;
}
.inrAbtPrdCaptionWrp .smlTtle:before{opacity:0.5;}
.inrAbtPrdCaptionWrp h1{
	font-size: 44px;
	font-weight: 900;
	color: #000;
	line-height: 48px;
	margin-top: 50px;
}
.inrAbtPrdSldrPgrWrp{
	position:absolute;
	right:0;
	top:0;
	background:#000000;
	padding:70px 50px;
	color:#fff;
	width:32%;
	z-index:13;
}
.inrAbtPrdPgr{
	margin-bottom:30px;
	display:block;
	font-size:22px;
	font-weight:normal;
	padding-left:60px;
	cursor:pointer;
	position:relative;
}
.inrAbtPrdPgr:last-child{margin-bottom:10px;}
.inrAbtPrdPgr span{
	margin-top:5px;
	display:block;
	font-size:13px;
	color:#afafaf;
}
.inrAbtPrdPgr:before{
	 content:attr(data-frstLtr);
	 width:40px;
	 height:40px;
	 color:#454545;
	 line-height:42px;
	 border:2px solid #454545;
	 border-radius:500px;
	 position:absolute;
	 left:0;
	 top:3px;
	 font-weight:bold;
	 text-align:center;
}
.actSld:before{
	color:#f5874f;
	border-color:#f5874f;
}
.inrAbtPrdSldrCont .hmePrdSldCtrl{
	position:absolute;
	right:0;
	bottom: 5%;
	width: 16%;
}
.shrtDesc{
	padding:0 15%;
}
.txtCent{text-align:center;}
.abtOurTeamNavWrp{
	display:table;
	margin:20px auto 0 auto;
}
.abtOurTeamNavWrp a{
	display:block;
	float:left;
	cursor:pointer;
	margin:0 15px;
	width:160px;
}
.abtOurTeamNavWrp a img{
	display:block;
	width:150px;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	margin:0 auto 15px auto;
	opacity:0.5;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.abtOurTeamNavWrp a:hover img{
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
	opacity:1;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.abtOurTeamNavWrp a span{
	text-align:center;
}
.tmSecInfWrp{display:none;}
.tmSecInfWrp:first-child{display:block;}
.tmNmePrim{
	font-size:16px;
	color:#666666;
	display:block;
}
.tmNmeful{
	font-size:20px;
	color:#80544f;
	font-weight:500;
	display:none;
}
.tmNmeful small{
	font-size:60%;
}
.teamAct .tmNmePrim{display:none;}
.teamAct .tmNmeful{display:block;}
.abtOurTeamNavWrp a.teamAct img{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:1;
}
.tmSecInfCont{
	display:block;
	margin-top:50px;
}
.tmSecInfWrp{
	width:76%;
	margin:0 auto;
	overflow:hidden;
}
.tmSecInfWrp .secDesc{
	width:54%;
	display:inline-block;
	vertical-align:middle;
}
.tmQteImg{
	margin-left:5%;
	display:inline-block;
	vertical-align:middle;
	width:40%;
}
.tmQteImg img{
	width:100%;
	display:block;
}
.inrAbtVisMisCont{
	background:url('../images/abtVisBg.jpg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-position-x:0 !important;
	display: table;
	width: 100%;
	padding-bottom:160px;
}
.inrAbtVisMisCont .secDesc{
	position: absolute;
	left: 40%;
	top: 50px;
	width: 50%;
}
.inrAbtVisMisCont .secDesc p{color:#fff;}
.inrAbtVisMisCont .centerAlign{position:relative;}
.contFormMainCont{
	width:88%;
	margin:0 auto;
	display:table;
}
.contFormWrap .cntInp{
	width:100%;
	display:block;
	padding:18px 55px 18px 15px;
	font-size: 16px;
	font-weight: normal;
	background:#fff;
	border:none;
	color:#d0d0d0;
	border-bottom:1px solid #dedede;
}
.contFormWrap .cntInp::-webkit-input-placeholder{color:#d0d0d0;}
.contFormWrap .cntInp::-moz-placeholder{color:#d0d0d0;}
.contFormWrap .cntInp:-ms-input-placeholder{color:#d0d0d0;}
.contFormWrap .cntInp:-moz-placeholder{color:#d0d0d0;}

.contFormWrap fieldset{
	display:block;
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.twoCol{overflow:hidden;}
.twoCol fieldset{
	width:48%;
	float:left;
}
.twoCol fieldset:last-child{
	float:right;
}
.contFormWrap textarea{
	height:100px;
	resize:none;
}
.contFormWrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.contFormWrap select option{color:#000;}
.cntFrmIcn{
	position:absolute;
	right:14px;
	top:7px;
	width:34px;
	height:34px;
	background:url('../images/contFrmIcon.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.19;
	transition:all ease 0.4s;
}
.flNmeIcn{background-position:0 0;}
.stuNmeIcn{background-position:0 14.28%;}
.phneIcn{background-position:0 28.56%;}
.emalIcn{background-position:0 42.84%;}
.ctyIcn{background-position:0 57.12%;}
.rsnIcn{background-position:0 71.40%;}
.subIcn{background-position:0 85.68%;}
.dMsgIcn{background-position:0 100%;}
.colLine{
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	background:#f5874f;
	height:2px;
	transition:all ease 0.4s;
}
.contFormWrap .filSub .colLine{width:100%;}
.contFormWrap .filSub .cntInp{color:#666666;}
.contFormWrap .filSub .cntFrmIcn{
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
	opacity:1;
}
.captchaWrap{
	float:left;
}
.frmSuc,.frmNwsSuc,
.frmEror,.frmNwsEror{
	display: none;
	margin-top: 30px;
	background: #f14646;
	font-size: 12px;
	display:block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 11px 20px;
}
.frmSuc,.frmNwsSuc{background-color:#45c747;}
.capSubWrap{
	overflow:hidden;
}
.capSubWrap input[type="submit"]{
	float:right;
	cursor:pointer;
	border:none;
	padding:13px 40px;
	background:#f5874f;
	color:#fff;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	text-transform:uppercase;
	font-size:16px;
}
.capSubWrap input[type="submit"]:hover{
	background:#000;
}
.cntGetDirTxtBlck{
	bottom:-230px;
}
.cntGetDirTxtBlck .hmeTxtBlck{
	background-color:#f5874f;
	color:#041f21;
	width:480px;
}
.cntGetDirTxtBlck .defBtn{margin-top:30px;}
.cntGetDirTxtBlck .hmeBlckTxtLnk{
	font-size: 26px;
	line-height: 33px;
}
.inrCntInfWrp1{
	width:40%;
	float:left;
}
.inrCntInfWrp2{
	margin-top:185px;
	width:40%;
	float:right;
}
.contInfMainWrp{
	padding-top:40px;
}
.contInfMainWrp h1{
	font-size:28px;	
	text-transform:uppercase;
	font-weight:normal;
	color:#f5874f;
	margin-bottom:15px;
}
.cntInfDeal p,
.cntInfPne p,
.contInfMainWrp p{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}
.cntInfDeal,
.cntInfPne{
	float:left;
	width:50%;
}
.cntInfDeal p a,
.cntInfPne p a{
	color:#333;
}
.contMainFormCont .secTitle{
	margin-bottom:5px;
}
.contMapWrp{
	width:100%;
	height:500px;
	display:block;
}
.contMapMainCont{
	margin-top:50px;
	position:relative;
	display:block;
}
.contMapInfMainWrp{
	position:absolute;
	left:0;
	width:100%;
	top:-100px;	
	z-index: 1;
}
.contNearByInfWrp{
	float:left;
	background:#333;
	padding:50px;
	width:400px;
}
.contNearByInfWrp .cntNearTtl{
	display:block;
	font-size:22px;
	margin-top:30px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
	font-weight:normal;
}
.contNearByInfWrp .cntNearTtl:first-child{
	margin-top:0;
}
.contNearByInfWrp span{
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:5px;
	text-transform:uppercase;
}
.inrDwldBrchrCont{
	padding-bottom:0px;
}
.inrDwldBrchrCont .centerAlign{
	overflow:hidden;
}
.inrDwldBrchrImg{
	display:block;
	float:right;
    width: 45%;
}
.inrDwldBrchrImg img{
	width:100%;
}
.inrDwldBrchrInfWrp{
	display:block;
	float:left;
	width:45%;
    margin-right: 8%;
	margin-top:100px;
}
.inrDwldBrchrBtn{
	display:block;
	margin-top:35px;
}
.inrDwldBrchrBtn span,
.inrDwldBrchrBtn .defBtn{
	display:inline-block;
	vertical-align:middle;
}
.inrDwldBrchrInfWrp p{
	font-size:16px;
	line-height:18px;
	color:#000000;
}
.inrDwldBrchrBtn span{
	font-size:16px;
	color:#666666;
	margin-left:15px;
}
.inrTxtBnrCont{
	position:relative;
}
.inrTxtBnrCont .centerAlign{
	height:100%;
	position:relative;
}
.inrTxtWrp{
	position:absolute;
	top:45%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:38px;
	font-weight:normal;
	text-transform:uppercase;
}
.inrPrdCrtMainCont{
	position:absolute;
	top:-65px;
	width:100%;
}
.inrPrdCrtMainCont .hmeWelImgBlck{
	top:0;
	left:0;
	width:auto;
}
.inrPrdCrtMainCont .hmeWelCertWrp{
	margin-bottom:0;
	margin-top:30px;
}
.inrPrdCrtMainCont .centerAlign{
	position:relative;
}
.inrPrdLstCont{
	width:100%;
	overflow:hidden;
}
.inrPrdSideFiltWrp{
	float:left;
	width:25%;
}
.inrPrdLstWrp{
	width:70%;
	float:right;
}
.inrPrdLst{
	width:100%;
	overflow:hidden;
}
.inrPrdLst li{
	width:25%;
	display:block;
	float:left;
	margin-bottom:20px;
	padding-right:27px;
}
.inrPrdLst li a{
	display:block;
	width:100%;
}
.inrPrdLst a img{
	display:block;
	width:100%;
	margin-bottom:5px;
}
.inrPrdLst a span{
	color:#f5874f;
	letter-spacing:1px;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}
.prdPgrMainCont{
	display:block;
	width:97%;
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:15px;
}
.prdPgrMainWrp{
	display:table;
	margin:0 auto;
}
.prdPgrMainWrp a{
	display:inline-block;
	width:36px;
	height:36px;
	border:1px solid #ccc;
	line-height:34px;
	text-align:center;
	font-size:13px;
	font-weight:500;
	color:#000;
	margin:0 5px;
}
.prdPgrMainWrp a:hover{
	color:#f5874f;
	border-color:#f5874f;
}
.prdPgrMainWrp a.actPgr{
	border-color:#f5874f;
	color:#fff;
	background:#f5874f;
}
.prdPgrMainWrp span{
	display:inline-block;
	vertical-align:bottom;
	font-size:14px;
	line-height:18px;
	font-weight:500;
	color:#333;
	margin:0 10px;
	letter-spacing:2px;
}
.sidPrdTtle{
	color:#f5874f;
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
.filtAplidWrp{
	margin-bottom:30px;
}
.aplyFiltTtl{
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;
	display: block;
	margin-bottom: 18px;
	text-decoration: underline;
}
.aplyFilt{
	width:100%;
	overflow:hidden;
	margin-bottom:6px;
}
.filtDta,
.filtLab{
	float:left;
	font-size:14px;
}
.filtLab{
	color: #3bb9c5;
	margin-right: 5px;
}
.filtDta{
	float:left;
}
.sideBarMenu > ul > li{
	display:block;
}
.sideBarMenu > ul > li > a{
	font-size:14px;
	text-transform:uppercase;
	color:#949494;
	padding:13px 20px;
	font-weight:900;
	display:block;
	letter-spacing:0.5px;
	position:relative;
}
.sideBarMenu > ul > li > ul{
	display:none;
	padding-bottom:10px;
}
.sideBarMenu > ul > li:hover > a{color:#333;}
.sideBarMenu > ul > li.actSidBar > a{
	color:#000000;
	background-color:#f9f9f9;
}
.sideBarMenu > ul > li > a:after{
	content: '+';
	position: absolute;
	right: 15px;
	font-size: 22px;
	top: 7px;
	font-weight: 600;
}
.sideBarMenu > ul > li.actSidBar > a:after{
	content:'-';
	top:7px;
}
.sideBarMenu > ul > li.actSidBar > ul{
	display:block;
	background-color:#f9f9f9;
}
.sideBarMenu > ul > li > ul > li{
	display:block;
}
.sideBarMenu > ul > li > ul > li > a{
	color:#6f6f6f;
	font-weight:500;
	font-size:14px;
	display:inline-block;
	padding:4px 20px;
	margin-bottom:3px;
}
.sideBarMenu > ul > li > ul > li > a.actMnu,
.sideBarMenu > ul > li > ul > li > a:hover{color:#f5874f;}
.sideBarMenu > ul > li > ul > li > a:hover:before{background-color:#3c3970;}

.frmErr{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:150;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 35px;
}
.clseErr{
	position: absolute;
	right: 30px;
	top: 13px;
	width: 36px;
	border-radius: 500px;
	height: 36px;
	border: 2px solid #fff;
	font-weight: 700;
	text-align: center;
	line-height: 33px;
	cursor:pointer;
}
.clseErr:hover{
	background-color:#fff;
	color:#000;
}
.inrBlogListWrp{
	width:90%;
	margin:50px auto 0 auto;
	display:table;
}
.inrBlgLstBlck{
	width:50%;
	float:left;
	padding:0 50px 30px 50px;
	position:relative;
}
.inrBlgLstImg{
	display:block;
	width:100%;
	height:300px;
	background:url('../images/blgimg1.jpg') 0 0 no-repeat #f1f1f1;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-position-x:0 !important;
}
.inrBlgLstImg img{
	display:block;
	width:100%;
}
.inrBlgLstBlck:nth-child(2n){
	margin-top:50px;
}
.inrBlgLstDte{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.inrBlgLstDteWrp{
	position:absolute;
	left:0;
	top: 50%;
}
.inrBlgLstTtle{
	font-size: 20px;
	font-weight: normal;
	color: #f5874f;
	display:block;
	margin-bottom: 5px;
	margin-top: 17px;
}
.inrBlgLstDesc p{
	font-size:14px;
	font-weight: normal;
	color: #333;
	line-height:22px;
}
.blgInrMainCont .centerAlign{
	display:table;
}
.blogSidebar > ul > li{
    display: block;
    border-top: 1px solid #e0e0e0;
}
.blogSidebar > ul > li > a{
	text-transform:none;
	font-size:15px;
	font-weight:500;
	color:#333;
	position:relative;
	display: block;
	letter-spacing: 0.5px;
	padding: 13px 24px 13px 5px;
}
.blogSidebar > ul > li > a:after{
	content:'';
	width: 15px;
	height: 25px;
	background: url('../images/thinRightArrw.png') center center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position:absolute;
	right:0;
	top:23px;
	opacity:0.4;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	transition:all ease 0.5s;
}
.blogSidebar > ul > li > a:hover:after{
	opacity:1;
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
}
.centArwBg > ul > li > a{
	text-transform:uppercase;
}
.centArwBg > ul > li > a:after{
	top:12px;
	right:5px;
	width: 12px;
	height: 20px;
}
.blogSidebar > ul > li > a span{
	color:#999999;
	display:block;
	font-size:12px;
	font-weight:normal;
	margin-top:7px;
}
.inrBlgSidebarWrp {
    float: left;
    width: 20%;
}
.inrBlgContMainWrp{
    float: right;
    width: 73%;
}
.inrBlgSidBrTtle{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.inrBlgContMainWrp .secDesc > img{
	max-width:100%;
	margin-top:20px;
}
.inrBlgContMainWrp .secDesc ul,
.inrBlgContMainWrp .secDesc p{
	margin-bottom:0;
	margin-top:20px;
}
.inrBlgContMainWrp .secDesc p:nth-of-type(1){margin-top:0;}
.inrBlgContMainWrp .secDesc p + ul{
	margin-top:5px;
	margin-left: 15px;
}
.inrBlgContMainWrp .secDesc ul li{
	padding-left: 25px;
	margin-bottom: 8px;
	background:url('../images/rightArwBullet.png') 9px 5px no-repeat;
	background-size:auto 12px;
    line-height: 21px;
}
.inrBlgContMainWrp .secDesc > h1,
.inrBlgContMainWrp .secDesc > h2,
.inrBlgContMainWrp .secDesc > h3,
.inrBlgContMainWrp .secDesc > h4,
.inrBlgContMainWrp .secDesc > h5,
.inrBlgContMainWrp .secDesc > h6{
	margin-top:30px;
	color:#191919;
}
.inrBlgContMainWrp .secDesc > h1{
	font-size:26px;
	font-weight:700;
}
.inrBlgContMainWrp .secDesc > h2{
	font-size:22px;
	font-weight:600;
}
.inrBlgContMainWrp .secDesc > h3{
	font-size:22px;
	font-weight:600;
}
.inrBlgContMainWrp .secDesc > h4{
	font-size:20px;
	font-weight:600;
}
.inrBlgContMainWrp .secDesc > h5{
	font-size:19px;
	font-weight:600;
}
.inrBlgContMainWrp .secDesc > h6{
	font-size:17px;
	font-weight:600;
}
.inrBlgContMainWrp .secDesc > table{
	border:1px solid #d8d8d8;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-top:20px;
}
.inrBlgContMainWrp .secDesc > table tr:nth-child(even){background-color:#f1f1f1;}
.inrBlgContMainWrp .secDesc > table td,
.inrBlgContMainWrp .secDesc > table th{
	padding:10px 15px;
	font-size: 12px;
	line-height: 19px;
	font-weight:normal;
	color:#333333;
	border:1px solid #d8d8d8;
}
.inrBlgContMainWrp .secDesc > table td a,
.inrBlgContMainWrp .secDesc > table th a{
	color:#333333;
}
.inrBlgContMainWrp .secDesc > h1 + ul,
.inrBlgContMainWrp .secDesc > h2 + ul,
.inrBlgContMainWrp .secDesc > h3 + ul,
.inrBlgContMainWrp .secDesc > h4 + ul,
.inrBlgContMainWrp .secDesc > h5 + ul,
.inrBlgContMainWrp .secDesc > h6 + ul,
.inrBlgContMainWrp .secDesc > h1 + p,
.inrBlgContMainWrp .secDesc > h2 + p,
.inrBlgContMainWrp .secDesc > h3 + p,
.inrBlgContMainWrp .secDesc > h4 + p,
.inrBlgContMainWrp .secDesc > h5 + p,
.inrBlgContMainWrp .secDesc > h6 + p{
	margin-top:5px;
}
.inrBlgContMainWrp .secDesc > h1 + table,
.inrBlgContMainWrp .secDesc > h2 + table,
.inrBlgContMainWrp .secDesc > h3 + table,
.inrBlgContMainWrp .secDesc > h4 + table,
.inrBlgContMainWrp .secDesc > h5 + table,
.inrBlgContMainWrp .secDesc > h6 + table{
	margin-top:5px;
}
.inrBlgContMainWrp .secDesc > p > a{color:#000000; text-decoration:underline;}
.inrBlgContMainWrp .secDesc > p > a:hover{color:#de9303;}
.inrBlgContMainWrp .secTitle{
	margin-bottom:10px;
	color:#f5874f;
}
.nwsInrNavWrp{
	margin-top:50px;
	border-top:1px solid #ccc;
	padding-top:30px;
	overflow:hidden;
}
.nwsInrNavWrp > a{
	display:block;
	width:40%;
}
.nwsInrPrvWrp{
	float:left;
}
.nwsInrNxtWrp{
	float:right;
	text-align:right;
}
.nwsNavTtl{
	color:#f5874f;
	font-size:16px;
	font-weight:500;
	line-height:21px;
	display:block;
	margin-bottom:5px;
}
.nwsInrNavWrp > a:hover .nwsNavTtl{
	text-decoration:underline;
}
.nwsNavPstOn{
	font-size:14px;
	display:block;
	color:#666666;
}
.nwsInrShreDte{
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.nwsInrPstDte{
	float:left;
	margin-top:4px;
	font-size:16px;
	color:#666666;
}
.nwsInrShreWrp{
	float:right;
}
.nwsInrShreWrp span{
	display:inline-block;
	font-size:13px;
	letter-spacing:0.5px;
	padding-left:15px;
	border-left:1px solid #ccc;
	color:#666;
	vertical-align:middle;
}
.nwsInrShreWrp a{
	vertical-align:middle;
	display:inline-block;
	border-radius:500px;
	border:1px solid #ccc;
	margin-left:10px;
	padding:2px;
}
.nwsInrShreWrp a img{
	display:block;
	width:26px;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity:0.5;
}
.nwsInrShreWrp a:hover img{
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	opacity:1;
}
.contDealNetMainCont{
	position:absolute;
	width:100%;
	top:-100px;
	left:0;
}
.contDealNetInf{
	position:relative;
	z-index:1;
	float:right;
	width:450px;
	padding:50px;
	background-color:#333333;
}
.contDealTtl{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:10px;
}
.contDealSub{
	margin-bottom:30px;
}
.contDealSub p{
	font-size: 16px;
	color: rgba(255,255,255,0.65);
	line-height: 20px;
}
.contDealSelcWrp select{
	width:100%;
	overflow:hidden;
	padding:17px 20px;
	border:none;
	cursor:pointer;
	background:url('../images/selDropDwn.png') 95% 50% no-repeat rgba(255, 255, 255, 0.3);
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	font-weight:600;
	color:#fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.contDealSelcWrp select option{
	background-color:#fff;
	color:#000;
}
.layInstTable {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}
.layInstTable *{
	font-family:'Lato', sans-serif;
}
.layInstTable tr:nth-child(odd) {
    background: #EFEFEF;
}
.layInstTable th {
    padding: 9px 15px 8px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    background: #f5874f;
}
.layInstTable tr:nth-child(even) {
    background: #FBFBFB;
}
.layInstTable td {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
}
.layInstTable td ul{
	margin-left:10px;
}
.layInstTable td ul li{
	display:list-item;
	list-style:outside;
	margin-left:15px;
	color:#383838;
}
.layInstTable td img {
	margin: 1px auto 0 auto;
	display: block;
	width: 16px;
}
.desRmLstMainCont{
    width: 100%;
}
.desRmLstMainCont .inrBlgLstBlck {
	padding: 0 0 60px 0;
	width: 42%;
	margin-left: 4%;
	margin-right: 4%;
	position:relative;
}
.desRmLstMainCont .inrBlgLstDte {
	left: 10px;
}
.desRmLstMainCont .inrBlgLstImg{
	height:320px;
}
.desRmLstMainCont .inrBlgLstTtle{
	position: absolute;
	left: -40px;
	bottom: 35px;
	padding: 25px 35px;
	margin: 0;
	background: #f5874f;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
.noRecFnd{
	display: block;
	padding: 14px 24px;
	background: #ffe4e4;
	color: #d62e2e;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.gtop{
	position:absolute;
	left: 15px;
	bottom: 15px;
	display:none;
	width: 30px;
	height: 30px;
	background: url('../images/gtpIcn.png') 50% 45% no-repeat #f5874f;
	background-size:50%;
	border-radius:300px;
}
.ftrSocialWrp{
	display:block;
	margin-top:20px;
}
.ftrSocialWrp a{
	float:left;
	border-radius:500px;
	margin-right:10px;
	position:relative;
}
.ftrSocialWrp a i{
	display:block;
	width:34px;
	height:34px;
	background:url('../images/socialMediaSprite.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	float:left;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	opacity:0.4;
}
.ftrSocialWrp a:before{
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;

	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:url('../images/socialMediaSpriteHvr.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	opacity:0;
}
.ftrSocialWrp a.fbIcn:before,
.ftrSocialWrp a.fbIcn i{background-position:0 0;}
.ftrSocialWrp a.twtIcn:before,
.ftrSocialWrp a.twtIcn i{background-position:0 16.66%;}
.ftrSocialWrp a.lnkdIcn:before,
.ftrSocialWrp a.lnkdIcn i{background-position:0 33.32%;}
.ftrSocialWrp a.gplsIcn:before,
.ftrSocialWrp a.gplsIcn i{background-position:0 49.98%;}
.ftrSocialWrp a.instIcn:before,
.ftrSocialWrp a.instIcn i{background-position:0 66.64%;}
.ftrSocialWrp a.ytIcn:before,
.ftrSocialWrp a.ytIcn i{background-position:0 83.30%;}
.ftrSocialWrp a.wsApIcn:before,
.ftrSocialWrp a.wsApIcn i{background-position:0 100%;}

.ftrSocialWrp a:hover i{opacity:0;}
.ftrSocialWrp a:hover:before{opacity:1;}

.inrDwldSplit{
	display:block;
	width:100%;
	margin:80px auto 0 auto;
}
.inrDwldWrp{
	width:50%;
	display:block;
	float:left;
}
.inrDwldWrp li{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	text-align:right;
	margin-bottom:80px;
}
.inrDwldWrp:nth-child(odd){padding-right:50px;}
.inrDwldWrp:nth-child(even){padding-left:50px; margin-top:80px;}
.inrDwldWrp li img{
	display:block;
	width:100%;
}
.inrDwldWrp li a{
	position:relative;
	padding: 40px 100px 40px 40px;
	width: 80%;
	overflow:hidden;
	margin-top: -80px;
	margin-right:-20px;
	background-color:#f5874f;
	display:inline-block;
	text-align:left;
}
.inrDwldWrp li a svg{
	position:absolute;
	right:-30px;
	bottom:-10px;
	width:180px;
	opacity:0.08;
}
.inrDwldWrp li a svg path{fill:#000; transition:all ease 0.5s;}
.inrDwldWrp li a:hover svg path:nth-child(1){transform:translateY(30px);}
.dwldTtle{
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 30px;
}
.dwldDesc{
	display:block;
	width:100%;
	margin-top:15px;
	/*margin-bottom:20px;*/
}
.dwldDesc span{
	display:inline-block;
	border:1px solid #fff;
	margin-right:4px;
	padding:5px 15px;
	margin-bottom:10px;
	border-radius:15px;
	font-size:11px;
	letter-spacing:2px;
	color:#fff;
	text-transform:uppercase;
}