*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	font-family:'Lato', sans-serif;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
fieldset{border:none;}
::-moz-selection{color: #fff; background: #633d94;}
::selection{color: #fff; background: #633d94;}
.centerAlign{width:1200px; margin:0 auto;}
.text-primary{color: #633d94;}
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;
}
input{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.mt-1{margin-top: 10px;}
.mt-2{margin-top: 15px;}
.mt-3{margin-top: 20px;}
.mt-4{margin-top: 25px;}
.mt-5{margin-top: 30px;}

.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 15px;}
.mb-3{margin-bottom: 20px;}
.mb-4{margin-bottom: 25px;}
.mb-5{margin-bottom: 30px;}
.headMainCont{
	position:absolute;
	left:0;
	width:100%;
	top:0;
	z-index:150;
}
.headMainCont .centerAlign{
	position:relative;
	display:table;
}
.logoBlck{
	left:0;
	top:0;
	width:140px;
	position:absolute;
    z-index: 1;
	box-shadow:5px 5px 15px 0 rgba(0,0,0,0.3);
}
.logoBlck img{
	display:block;
	width:100%;
}
.mainNavWrp{
	width:100%;
	background:#3e2b6e;
	padding-left:200px;
	position:relative;
}
.mainNavWrp ul {
	overflow: hidden;
	vertical-align:middle;
	display: inline-block;
}
.mainNavWrp li{
	float:left;
	margin-right:10px;
}
.mainNavWrp li a{
	display:block;
	padding:32px 20px;
	text-transform:uppercase;
	font-size:15px;
	color:#9d87d8;
	letter-spacing:0.5px;
}
.mainNavWrp li a:hover{
	color:#fff;
}
.mainNavWrp li.active a{
	color:#fff;
}
.headContBtn{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-left: 30px;
	background: url('../images/mailIcn.png') center center no-repeat #6e52b5;
	background-size: 42% auto;
	cursor: pointer;
	border-radius: 100px;
}
.headContBtn:hover{
	background-color:#d4a869;
}
.headBg1{
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	width: 50%;
	background: #3e2b6e;
}
.headBg2{
	position: absolute;
	top: 125%;
	height: 89%;
	width: 40%;
	background: #d4a869;
	right: 94%;
	z-index: 0;
}
.hmeSliderWrap{
	width:100%;
	overflow:hidden;
}
.hmeSliderMainCont{
	display:block;
	position:relative;
}
.hmeSlideBlck,
.hmeSliderWrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.hmeSlideBlck{
	background:url('../images/slide1.jpg') center center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}
.hmeSldCtrlWrp {
    position: absolute;
    right: 110%;
	bottom: 15%;
	width: 100%;
}
.hmeSldNxt,
.hmeSldPrv{
	display:none;
	vertical-align:middle;
	width:28px;
	height:28px;
	opacity:0.7;
	cursor:pointer;
	background:url('../images/sldArwCtrl.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmeSldNxt{background-position:0 100%;}
.hmeSldPrv{background-position:0 0%;}
.hmeSldNxt:hover,
.hmeSldPrv:hover{
	opacity:1;
}
.hmeSldPgr{
	display:block;
	float: right;
}
.hmeSldPgr span{
	display:inline-block;
	vertical-align: middle;
	width: 16px;
	border-radius: 100px;
	margin-left: 15px;
	height: 16px;
	cursor: pointer;
	background:rgba(255,255,255,0.4);
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmeSldPgr span.cycle-pager-active{background:#fff;}
.hmeSlidTxtWrp{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:150;
}
.fscLogo{
	right:30px;
	top:55%;
	width:74px;
	transform:translateY(-50%);
	position:absolute;
	z-index:1250;
}
.fscLogo img{
	display:block;
	width:100%;
}
.hmeSldTxt {
    margin-right: 170px;
    background: #000000;
    padding: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 28px;
    line-height: 36px;
	float:right;
	letter-spacing:3px;
	position:relative;
}
.hmeSldTxt strong{
	font-weight:900;
}
.hmeSldTxtBx{
	position:absolute;
	opacity:0.5;
	background: #633d94;
}
.hmeSldTxtBx1{
	right: -50px;
	top: -45px;
	width: 90px;
	height: 90px;
}
.hmeSldTxtBx2{
	right: -110px;
	top: 60px;
	width: 60px;
	height: 60px;
	background:#d4a869;
	opacity:0.7;
}
.hmeSldTxtBx3{
	right: -60px;
	top: 140px;
	width: 40px;
	height: 40px;
}
.secPadT{padding-top:80px;}
.secPadB{padding-bottom:80px;}
.hmeAbtMainCont{
	background:url('../images/hmeAbtPattr.jpg') center center repeat;
}
.hmeAbtMainCont .centerAlign{
	padding-top:50px;
}
.hmeWelTxtWrp{
	display:inline-block;
	vertical-align:middle;
	width:35%;
	margin-left:5%;
	margin-right:4%;
}
.hmeWelTxtWrp img{
	display:block;
	width:100%;
}
.hmeAbtInfWrp{
	display:inline-block;
	vertical-align:middle;
	width:55%;
	padding:50px 0 50px 80px;
	background:url('../images/leftShadowSep.png') center left no-repeat;
	background-size:auto 100%;
}
.secTtl{
	font-size:28px;
	text-transform:uppercase;
	color:#633d94;
	display:block;
	margin-bottom:5px;
}
.smlTtl{
	font-weight:normal;
	font-size:16px;
	color:#8e8e8e;	
	display:block;
	margin-bottom:20px;
}
.secDesc{
	display:block;
	width:100%;
	clear:both;
}
.inrPgeDescStyle .secDesc ul li,
.secDesc p{
	font-size:15px;
	line-height:22px;
	color:#242424;
	display:block;
	margin-bottom:25px;
}
.lnkRef{
	font-size:14px;
	font-style:italic;
	text-decoration:underline;
	color:#454545;
}
.lnkRef:hover{color:#633d94;}
.hmeProdFaciWrp{
	background:url('../images/textureBgShape.jpg') center center no-repeat;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	position:relative;
	overflow:hidden;
}
.hmePFImgWrp{
	width:43%;
	display:inline-block;
	vertical-align:middle;
	margin-right:5%;
	margin-left:5%;
}
.hmePrdFaciTxtBck{
	position: absolute;
	left: 63%;
	top: 50%;
	font-size: 190px;
	text-align: center;
	color: #000;
	line-height: 180px;
	opacity: 0.07;
	transform: translateY(-50%);
}
.hmePFImgWrp a{
	position:relative;
	overflow:hidden;
	display:block;
	background:#000;
	box-shadow:8px 8px 20px 0 rgba(0,0,0,0.3);
}
.hmePFImgWrp a img{
	display:block;
	width:100%;
	opacity:1;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.hmePlyIcn{
	background:url('../images/playIcn.png') center center no-repeat;
}
.hmePlyIcnHvr{
	content:'';
	background:url('../images/playIcn.png') center center no-repeat #604b97;
	-webkit-transform:scale(3);
	transform:scale(3);
	opacity:0;
	border-radius:100px;
	border:8px solid #604b97;
}
.hmePlyIcnHvr,
.hmePlyIcn{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	width:60px;
	height:60px;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}
.hmePFImgWrp a:hover .hmePlyIcnHvr{
	opacity:1;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.hmePFImgWrp a:hover .hmePlyIcn{
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
	opacity:0;
}
.hmePFImgWrp a:hover img{
	opacity:0.5;
}
.hmePrdFaciInf{
	width:35%;
	display:inline-block;
	position:relative;
	vertical-align:middle;	
}
.hmePrdFaciTtl{
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	font-weight:normal;
	margin-bottom:15px;
}
.hmePrdFaciTtl span{
	font-size:80%;
}
.hmePrdFaciTtl strong{
	font-weight:900;
}
.hmePrdFaciInf .secDesc p{
	line-height:24px;
	color:#825f30;
}
.hmePrdBlckWrp{
	width:90%;
	display:table;
	position:relative;
	text-align:center;
	margin:50px auto 0 auto;
}
.hmePrdBlckWrp .lavalamp-object{
	position: absolute;
	bottom: -50px;
	height: 20px !important;
}
.hmePrdBlckWrp .lavalamp-object:before{
	content:'';
	width:20px;
	height:20px;
	background:#fff;
	transform:rotate(45deg);
	position:absolute;
	left:50%;
	margin-left:-10px;
	border-left:2px solid #d4a869;
	border-top:2px solid #d4a869;
}
.hmePrdBlck{
	display:inline-block;
	width:28%;
	margin:0 2.5%;
	overflow:hidden;
	vertical-align: top;
}
.hmePrdBlck a{
	display:block;
}
.hmePrdBlck a img{
	display:block;
	width:100%;
}
.hmePrdBlck span{
	display: block;
	color: #494949;
	font-size: 22px;
	padding: 15px 30px 0 30px;
	text-align: center;
	line-height:28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.centHead{
	text-align:center;
}
.centHead > *{
	display:block;
}
.hmePrdAppLstWrp{
	display:block;
	margin-top:40px;
	border-top:2px solid #d4a869;
	padding-top:20px;
}
.hmePrdAppBlck{
	display:none;
	width:100%;
	text-align:center;
}
.hmePrdAppBlck:first-child{
	display:block;
}
.hmePrdAppBlck li{
	display:inline-block;
	vertical-align:top;
	width:18%;
	margin:0 0.5%;
	position:relative;
	text-align:left;
	padding-top:5px;
}
.hmePrdAppIcn{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:60px;
}
.whtBckIcn1{background-position:0 0;}
.whtBckIcn2{background-position:0 25%;}
.whtBckIcn3{background-position:0 50%;}
.whtBckIcn4{background-position:0 75%;}
.whtBckIcn5{background-position:0 100%;}
.hmePrdAppIcn path{
	fill:#000;
}
.hmePrdAppBlck li span{
	width:65%;
	margin-left:4%;
	display:inline-block;
	vertical-align:middle;
	color:#434343;
	font-size:15px;
	line-height:18px;
}
.ftrBrocMockupWrp{
	background-color:#c7a465;
}
.ftrBrocMockupWrp .centerAlign{
	padding:30px 0;
	position:relative;
	text-align:center;
}
.ftrBrocMockupWrp .ftrCertImg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.ftrBrocMockupWrp img{
	display: block;
	height: 100px;
}
/*.ftrBrocMockupWrp img{
	position:absolute;
	bottom:0;
	left:2%;
	width:200px;
}*/
.ftrBrchTtlWrp{
	display:inline-block;
	vertical-align:middle;
	margin-left:5%;
}
.brochBigTtl{
	font-size: 28px;
	color: #ffffff;
	letter-spacing: 0.5px;
	font-weight:normal;
	text-align:left;
}
.brochSmlTxt{
	display:block;
	margin-top:5px;
	font-size:14px;
	color:#5d4c35;
	letter-spacing:0.5px;
}
.ftrBrchBtn{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:5%;
	padding:18px 20px 17px 70px;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	line-height:23px;
	letter-spacing:2px;
	background:#ab884a;
	font-weight:bold;
}
.ftrBrchBtn:before{
	content: '';
	position: absolute;
	left: 18px;
    top: 13px;
    border-radius: 500px;
    width: 32px;
    height: 32px;
	background:url('../images/downIcn.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	border: 1px solid #fff;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.ftrBrchBtn:hover:before{
	background-position:0 0;
}
.ftrBrchBtn:hover:before{
	border-color:#fff;
}
.footrMainCont{
	background:#252525;
	padding-top:70px;
}
.ftrSocialWrp{
	display:table;
	margin:10px auto 0 auto;
}
.ftrSocialWrp a{
	float:left;
	border-radius:500px;
	background-color:#4b4a4a;
	padding:3px;
	margin:0 10px;
}
.ftrSocialWrp a i{
	display:block;
	width:30px;
	height:30px;
	background:url('../images/socialMediaSpriteWhte.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	float:left;
}
.ftrSocialWrp a.fbIcn i{background-position:0 0;}
.ftrSocialWrp a.twtIcn i{background-position:0 20%;}
.ftrSocialWrp a.lnkdIcn i{background-position:0 40%;}
.ftrSocialWrp a.gplsIcn i{background-position:0 60%;}
.ftrSocialWrp a.instIcn i{background-position:0 80%;}
.ftrSocialWrp a.ytIcn i{background-position:0 100%;}

.ftrSocialWrp a.fbIcn:hover{background-color:#305fb3;}
.ftrSocialWrp a.twtIcn:hover{background-color:#76a9ea;}
.ftrSocialWrp a.lnkdIcn:hover{background-color:#0077b7;}
.ftrSocialWrp a.gplsIcn:hover{background-color:#f34a38;}
.ftrSocialWrp a.instIcn:hover{background-color:#7423c0;}
.ftrSocialWrp a.ytIcn:hover{background-color:#f61c0d;}

.ftrSocialWrp a.gtopBtn{background-color:transparent !important;}
.ftrSocialWrp a.gtopBtn i{
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	background-image:url('../images/topIcn.svg'); 
	background-position:0 0;
	margin:0 -2px;
	transform:scale(1.4);
}
.ftrSocialWrp a.gtopBtn:hover i{background-position:0 100%;}


.ftrLgo{
	display:block;
	width:80px;
	margin:0 auto 50px auto;
}
.ftrLnkWrp{
	margin:0 auto 40px auto;
	display:table;
}
.ftrLnkWrp li{
	border-left:1px solid #7a7a7a;
	padding:0 20px;
	float:left;
}
.ftrLnkWrp li:first-child{border:none;}
.ftrLnkWrp li a{
	color:#7a7a7a;
	display:block;
	padding:0 5px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
}
.ftrLnkWrp li a:hover{
	color:#fff;
}
.cpyRghtWrp{
	border-top: 1px solid #444;
	margin-top: 50px;
	padding: 25px 0;
	text-align:center;
}
.cpyRghtWrp p,
.cpyRghtWrp span{
	display:inline-block;
	vertical-align:top;
	color:#7a7a7a;
	line-height:18px;
}
.cpyRghtWrp p{
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.cpyRghtWrp .cpyLnk1{color:#d4a869;}
.cpyRghtWrp .cpyLnk2{color:#fff;}
.cpyRghtWrp p a:hover{text-decoration:underline;}
.cpyRghtWrp span{padding:0 20px;}
.hmeBnnrCont{
	overflow:hidden;
	width:100%;
}
.hmeBnrBg{
	width:100%;
	height:600px;
	background:url('../images/abtBannerImg.jpg') center center no-repeat;
	background-size:cover;
}
.txtCent{text-align:center;}
.shrtDesc{padding:0 120px;}
.aboutMainSlideCont{
	overflow:hidden;
	width:100%;
	position:relative;
}
.abtImgSldrMainWrp{
	width:65%;
	overflow:hidden;
}
.abtImgSldrMainWrp img{
	display:block;
	width:100%;
}
.abtMainSldrCentWrp{
	position:absolute;
	right:0;
	width:100%;
	top:0;	
	height:100%;
	z-index:180;
}
.abtMainSldrCentWrp .centerAlign{
	position:relative;
	height:100%;
}
.abtTxtSldrCont{
	float:right;
	width:45%;
	padding:80px 70px 0 70px;
	background:#633d94;
	position:relative;
	height:100%;
	text-align:center;
}
.abtTxtSldrCont:before{
	content:'';
	background:#633d94;
	width:100px;
	height:100%;
	position:absolute;
	left: -38px;
	top: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	z-index: 1;
}
.abtTxtSldrCont:after{
	content:'';
	background:#633d94;
	width:700px;
	height:100%;
	position:absolute;
	left: 99%;
	top: 0;
	z-index: 1;
}
.abtSldrTxtBlck h2{
	font-size:44px;
	font-weight:lighter;
	color:#fff;
	margin-bottom:20px;
	display:block;
	text-transform:uppercase;
}
.abtSldrTxtBlck p{
	width:80%;
	margin:0 auto;
	font-size:14px;
	line-height:20px;
	color:#a693d5;
}
.abtSldrPgrWrp{
	position:absolute;
	bottom:8%;
	left:0;
	display:block;
	text-align:center;
	width:100%;
	z-index:2;
}
.abtSldrPgrWrp span{
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	width:60px;
	height:6px;
	opacity:0.5;
	background:#ffffff;
}
.abtSldrPgrWrp span.cycle-pager-active{
	opacity:1;
}
.qltyMainCont{
	overflow:hidden;
	width:100%;
}
.qltyTtle{
	text-align:center;
	font-size: 46px;
	line-height: 60px;
	color:#633d94;
	text-transform:uppercase;
	font-weight:lighter;
	width:45%;
	display:inline-block;
	vertical-align:middle;
}
.qltyTtle strong{
	font-weight:900;
	letter-spacing:1px;
}
.qltyMainDesc{
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.qltyCertThmb{
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	clear:both;
}
.qltyCertThmb a{
	display:block;
	float:left;
	margin-right:15px;
}
.qltyCertThmb a img{
	height:80px;
	display:block;
}
.visMisMainCont{
	background:url('../images/visPaperBg.jpg') center center no-repeat;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	text-align:center;
}
.visMisBlck{
	display:inline-block;
	width: 44%;
    padding: 30px 6% 60px 6%;
	vertical-align:top;
	position:relative;
}
.visMisBlck:nth-child(1):before{
	position:absolute;
	content:'';
	right: -20px;
	height: 320px;
	width: 30px;
	background:url('../images/leftShadowSep.png') center center no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.visMisIcn{
	width:130px;
	height:130px;
	margin:0 auto;
	display:block;
	background:url('../images/visMisIcns.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.misIcn{background-position:0 0;}
.visIcn{background-position:0 100%;}
.visMisTtle{
	text-transform:uppercase;
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	color:#633d94;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.visMisBlck p{
	font-size:15px;
	line-height:24px;
	color:#333333;
}
.clntLgoCarWrp{
	display:block;
	width:100%;
	margin-top:30px;
}
.clntLgoCarWrp .item{
	float:left;
}
.clntLgoCarWrp img{
	display:block;
	width:100%;
}
.clntLgoCarWrp .owl-controls{
	display:block;
	margin-top:25px;
}
.clntLgoCarWrp .owl-dots{
	display:block;
	width:100%;
	text-align:center;
}
.clntLgoCarWrp .owl-dot{
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	width:16px;
	height:16px;
	border-radius:500px;
	background-color:#cecece;
}
.clntLgoCarWrp .active.owl-dot{
	background-color:#633d94;
}
.prdTabMainSecCont{
	width:100%;
	overflow:hidden;
}
.prdTabNavMainCont{
	width:100%;
	display:block;
	margin-bottom:-110px;
}
.prdTabNavWrp{
	display:table;
	margin:0 auto;
}
.prdTabNavWrp a{
	width:200px;
	display:block;
	float:left;
	margin:0 30px;
	text-align:center;
}
.prdTbNvImg{
	width:100%;
	position:relative;
	display:block;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}
.prdTbNvImg:before,
.prdTbNvImg:after{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	z-index:1;
	height:20px;
	transition:all ease 0.01s;
	transition-delay:0.2s;
}
.prdTbNvImg:before{
	top:-1px;
	background:url('../images/prdTabShpe2.png') 0 0 no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.prdTbNvImg:after{
	bottom:-1px;
	background:#d4a869;
}
.prdTabNavWrp a.actSld .prdTbNvImg:after{background-color:#fff;}
.prdTabNavWrp a.actSld .prdTbNvImg:before{background-image:url('../images/prdTabShpe1.png');}
.prdTabNavWrp a.actSld .prdTbNvImg{
	transform:rotateX(180deg);
}
.prdTabNavWrp a.actSld .prdTbNvImg img{
	transform:rotateX(-180deg);
}
.prdTabNavWrp a span{
	font-size:16px;
	text-transform:uppercase;
	color:#999999;
	letter-spacing:1px;
	line-height:21px;
	display:block;
	margin-bottom:15px;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.prdTabNavWrp a.actSld span{
	transform:translateY(-30px);
	opacity:0;
}
.prdTbNvImg img{
	display:block;
	width:100%;
	-webkit-transition:all ease 0.6s;
	transition:all ease 0.6s;
}
.prdDataMainCont{
	padding-top:150px;
	padding-bottom:80px;
	background:#d4a869;
}
.prdDataMainCont .centerAlign{
	position:relative;
}
.prdDtaNv{
	position:absolute;
	top:50%;
	height: 95px;
	width: 50px;
	background:url('../images/prdDtaNavArw.png') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-top:-40px;
	z-index:150;
	cursor:pointer;
	opacity:0.5;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.prdDtaPrv{left:0;}
.prdDtaNxt{right:0; background-position:0 100%;}
.prdDtaNv:hover{
	opacity:1;
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
}
.prdDataSlidWrp{
	width:70%;
	overflow:hidden;
	margin:0 auto;
}
.prdDataSldBlck{
	width:100%;
	text-align:center;
	float:left;
}
.prdDataSldBlck h2{
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#633d94;
}
.prdDataSldBlck p{
	color:#242424;
	line-height: 22px;
	font-size: 16px;
	width: 100%;
	margin:0 auto 20px auto;
}
.prdAppLstWrp .hmePrdAppBlck{
	display:block;
}
.prdSpecBlck{
	width:90%;
	margin:0 auto;
	display:none;
	overflow:hidden;
}
.prdSpecBlck:first-child{display:block;}
.prdTechSpecTbleWrp{
	display:block;
	float:left;
	width: 55%;
	text-align:center;
}
.prdAppLstWrp {
    float: right;
    width: 30%;
    text-align: center;
}
.prdAppLstWrp .hmePrdAppBlck{
	text-align:left;
}
.prdAppLstWrp .hmePrdAppBlck li{
	display:inline-block;
	vertical-align:top;
	width:49.5%;
	padding:0 15px;
	margin:0 0 30px 0;
	float:none;
	text-align:center;
}
.prdAppLstWrp .hmePrdAppBlck li i{
	display:block;
	margin:0 auto;
	float:none;
}
.prdAppLstWrp .hmePrdAppBlck li span{
	display:block;
	text-align:center;
	width:100%;
	margin:0;
}
.techSpecTble{
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
	text-align:left;
}
.techSpecTble thead th{
	background:#7b65b6;
	padding: 10px 15px;
	border-left:2px solid #ece7f8;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	font-size:16px;
}
.techSpecTble tbody td{
	color:#000;
	font-weight:normal;
	font-size:15px;
	padding: 10px 15px;	
	border-left:2px solid #ece7f8;
}
.techSpecTble tbody tr:nth-child(even){
	background:#f7f5fe;
}
.techSpecTble thead th:first-child,
.techSpecTble tbody td:first-child{
	border-left:none;
	text-align:center;
}
.contInfMainWrp{
	display:block;
	width:100%;
	text-align:center;
}
.contInfBlck{
	display:inline-block;
	vertical-align:top;
	max-width:40%;
	margin:0 15px;
	text-align:left;
	padding-left:105px;
	position:relative;
	margin-top:60px;
}
.contInfTtl{
	font-size: 22px;
	text-transform: uppercase;
	color: #633d94;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:5px;
}
.contInfBlck p{
	font-size:15px;
	line-height:22px;
	color:#7b7b7b;
}
.contInfBlck p a{color:#7b7b7b;}
.contInfBlck p a:hover{color:#000;}
.contInfBlck > i{
	position:absolute;
	left:0;
	top:-10px;
	z-index:0;
	width:86px;
	height:86px;
	background:url('../images/contIcn.svg') 0 0 no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}
.contInfBlck > i.cntFctryIcn{background-position:0 0;}
.contInfBlck > i.cntPhneIcn{background-position:0 100%;}
.contInfBlck > i.cntWhtsapIcn{background-image:url('../images/whatsapp-icon.svg');}
.contInfBlck > i.iranIcn{background:url('../images/iranIcon.svg') 60% 50%/75% auto no-repeat;}
.mapMainCont{
	display:block;
	width:100%;
	position:relative;
}
.pointDwn{
	display:block;
	width:70px;
	height:70px;
	border-radius:150px;
	cursor:pointer;
	background:url('../images/pointDown.svg') 50% 54% no-repeat #633d94;
	-webkit-background-size:40% auto;
	background-size:40% auto;
	position:absolute;
	left:50%;
	top:-15px;
	margin-left:-35px;
	z-index:150;
}
.pointDwn:hover{
	
}
.mapMainCont:after,
.mapMainCont:before{
	left:0;
	width:100%;
	height:50px;
	background:url('../images/mapShpe.png') center center repeat-x;
	position:absolute;
	top:0;
	z-index:1;
	content:'';
}
.mapMainCont:after{
	bottom:0;
	top:auto;
	transform:rotateX(180deg);
}
.mapMainCont #map{
	display:block;
	width:100%;
	height:560px;
}
.inqFrmWrp {
    width: 66%;
    margin: 30px auto 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;
}
.succMsg{background-color:#4bad49;}
.inqFrmWrp fieldset {
    overflow: hidden;
	display:block;
}
fieldset {
    border: none;
}
.inputFile{
	text-align: left;
}
.inputFile label{
	font-size: 13px;
    color: #545454;
    margin-bottom: 3px;
    display: block;
}
.inqFrmWrp fieldset input[type="text"], 
.inqFrmWrp fieldset .inputFile, 
.inqFrmWrp fieldset input[type="email"], 
.inqFrmWrp fieldset select, 
.inqFrmWrp fieldset textarea {
    width: 48%;
    float: left;
}
.inqFrmWrp input[type="text"],
.inputFile input,
.inqFrmWrp input[type="email"], 
.inqFrmWrp select, 
.inqFrmWrp textarea {
    width: 100%;
    background: #f9f9f9;
    color: #757575;
    padding: 15px 15px 15px 18px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:1px;
	text-transform:uppercase;
    line-height: 18px;
	border:none;
	margin-bottom:15px;
    border-left: 3px solid #f9f9f9;
    border-radius: 2px;
	display:block;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.inqFrmWrp input[type="text"]:focus,
.inputFile input:focus, 
.inqFrmWrp input[type="email"]:focus, 
.inqFrmWrp select:focus, 
.inqFrmWrp textarea:focus{
	background-color:#f2eff9;
	border-color:#633d94;
	color:#633d94;
}

.inqFrmWrp fieldset input[type="text"]:last-child, 
.inqFrmWrp fieldset .inputFile:last-child, 
.inqFrmWrp fieldset input[type="email"]:last-child, 
.inqFrmWrp fieldset select:last-child, 
.inqFrmWrp fieldset textarea:last-child {
    float: right;
}
.inqFrmWrp fieldset select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:url('../images/ddArw.png');
	background-position:97% 55%;
	background-repeat:no-repeat;
	-webkit-background-size:auto 11px;
	background-size:auto 11px;
}
.inqFrmWrp fieldset select option{
	background:#fff;
	color:#000;
}
.inqFrmWrp textarea {
    height: 100px;
    resize: none;
}
.capSubWrp {
    overflow: hidden;
    width: 100%;
}
.capWrp {
    float: left;
}
.loader{
	float: right;
	margin-top: 13px;
    margin-right: 20px;
}
.cntSubBtn {
    float: right;
    text-align: center;
    background: #633d94;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
	position:relative;
	z-index:111;
	border-radius: 0px;
}
.cntSubBtn:hover:before{
	width:100%;
}
.cntSubBtn:hover {
	background: #333;
}
.ourCustListWrp{
	display:table;
	width:100%;
}
.ourCustListWrp li{
	width:16.66%;
	float:left;
	padding:10px;
	height:190px;
	text-align:left;
}
.panel {
	margin: 0 auto;
	height: 100%;  
	width:100%;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}
.panel .front,
.panel .back {
	width: 100%;
}	
.panel .front{
	padding:28px;
	height: inherit;
	position: absolute;
	top: 0;
	background:#e7deff;
	z-index: 900;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ourCustListWrp li:nth-child(6n+2) .front{background:#ece2ef;}
.ourCustListWrp li:nth-child(6n+3) .front{background:#f2e6dd;}
.ourCustListWrp li:nth-child(6n+4) .front{background:#f6e9d0;}
.ourCustListWrp li:nth-child(6n+5) .front{background:#fbedc0;}
.ourCustListWrp li:nth-child(6n+6) .front{background:#fbe9a2;}
.panel .back{
	padding:28px;
	height: inherit;
	position: absolute;
	background:#633d94;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.hvr .front,
.ourCustListWrp .panel:hover .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.hvr .back,
.ourCustListWrp .panel:hover .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.custSr{
	text-transform:uppercase;
	font-size:13px;
	margin-bottom:12px;
	display:block;
	font-weight:bold;
	color:#000;
}
.custInit{
	font-size: 44px;
	font-weight: 600;
	color: #633d94;
	letter-spacing: 2px;
	display:block;
}
.custCity{
	font-size:12px;
	color:#666666;
	display:block;
	margin-top:15px;
}
.custInit2{
	font-size:13px;
	margin-bottom:12px;
	display:block;
	font-weight:bold;
	color:#fff;
}
.custName{
	font-size:24px;
	color:#fff;
}
.facGlryWrp{
	display:block;
	width:90%;
	margin:50px auto 0 auto;
	overflow:hidden;
}
.facGlryWrp a{
	width:30%;
	float:left;
	margin:0 1.5% 30px 1.5%;
	display:block;
	position:relative;
	background:#000;
	overflow:hidden;
}
.facGlryWrp a:after,
.facGlryWrp a:before{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	background:#dccfff;
	bottom:0;
	z-index:3;
	left:0;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.facGlryWrp a:before{
	z-index:4;
	background:#633d94;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
.facGlryWrp a:hover:before{
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.facGlryWrp a img{
	display:block;
	width:100%;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	opacity:0.8;
}
.facGlryWrp a:hover img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	opacity:1;
}



.inrPgeDescStyle .secDesc > img{
	max-width:100%;
	margin-top:20px;
}
.inrPgeDescStyle .secDesc ul,
.inrPgeDescStyle .secDesc p{
	margin-bottom:0;
	margin-top:20px;
	text-align:justify;
}
.inrPgeDescStyle .secDesc p:nth-of-type(1){margin-top:0;}
.inrPgeDescStyle .secDesc p + ul{
	margin-top:5px;
	margin-left: 15px;
}
.inrPgeDescStyle .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;
}
.inrPgeDescStyle .secDesc > h1,
.inrPgeDescStyle .secDesc > h2,
.inrPgeDescStyle .secDesc > h3,
.inrPgeDescStyle .secDesc > h4,
.inrPgeDescStyle .secDesc > h5,
.inrPgeDescStyle .secDesc > h6{
	margin-top:30px;
	color:#191919;
}
.inrPgeDescStyle .secDesc > h1{
	font-size:24px;
	font-weight:700;
	color:#633d94;
}
.inrPgeDescStyle .secDesc > h2{
	font-size:20px;
	font-weight:600;
	color:#633d94;
	border-bottom:1px dotted #633d94;
	padding-bottom:10px;
	margin-bottom:10px;
}
.inrPgeDescStyle .secDesc > h3{
	font-size:20px;
	font-weight:600;
}
.inrPgeDescStyle .secDesc > h4{
	font-size:19px;
	font-weight:600;
}
.inrPgeDescStyle .secDesc > h5{
	font-size:18px;
	font-weight:600;
}
.inrPgeDescStyle .secDesc > h6{
	font-size:16px;
	font-weight:600;
}
.inrPgeDescStyle .secDesc > table{
	border:1px solid #d8d8d8;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-top:20px;
}
.inrPgeDescStyle .secDesc > table tr:nth-child(even){background-color:#f1f1f1;}
.inrPgeDescStyle .secDesc > table td,
.inrPgeDescStyle .secDesc > table th{
	padding:10px 15px;
	font-size: 12px;
	line-height: 19px;
	font-weight:normal;
	color:#333333;
	border:1px solid #d8d8d8;
}
.inrPgeDescStyle .secDesc > table td a,
.inrPgeDescStyle .secDesc > table th a{
	color:#333333;
}
.inrPgeDescStyle .secDesc > h1 + ul,
.inrPgeDescStyle .secDesc > h2 + ul,
.inrPgeDescStyle .secDesc > h3 + ul,
.inrPgeDescStyle .secDesc > h4 + ul,
.inrPgeDescStyle .secDesc > h5 + ul,
.inrPgeDescStyle .secDesc > h6 + ul,
.inrPgeDescStyle .secDesc > h1 + p,
.inrPgeDescStyle .secDesc > h2 + p,
.inrPgeDescStyle .secDesc > h3 + p,
.inrPgeDescStyle .secDesc > h4 + p,
.inrPgeDescStyle .secDesc > h5 + p,
.inrPgeDescStyle .secDesc > h6 + p{
	margin-top:5px;
}
.inrPgeDescStyle .secDesc > h1 + table,
.inrPgeDescStyle .secDesc > h2 + table,
.inrPgeDescStyle .secDesc > h3 + table,
.inrPgeDescStyle .secDesc > h4 + table,
.inrPgeDescStyle .secDesc > h5 + table,
.inrPgeDescStyle .secDesc > h6 + table{
	margin-top:5px;
}
.inrPgeDescStyle .secDesc > p > a{color:#000000; text-decoration:underline;}
.inrPgeDescStyle .secDesc > p > a:hover{color:#de9303;}
.respBtnIcn{
	display:none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/respMenuIcn.svg') center center no-repeat #d4a869;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	float: right;
	margin-top: 30px;
}
.prdListMainWrp{
	overflow:hidden;
	width:100%;
	margin-bottom:50px;
}
.prdListMainWrp li{
	width:80%;
	display:table;
	margin:30px auto 0 auto;
}
.prdLstImg{
	width:35%;
	display:block;
	float:left;
}
.prdLstImg img{
	width:100%;
	display:block;	
}
.prdLstInf{
	float:right;
	width:55%;
	margin:50px 5% 0 5%;
}
.prdLstInf .secDesc{
	margin-top:10px;
}
.dfBtn{
	float:none;
	margin-top: 5px;
	display: inline-block;
}
.prdListMainWrp li:nth-child(even) .prdLstInf{float:left; text-align:right;}
.prdListMainWrp li:nth-child(even) .prdLstImg{float:right;}
.specTble{
	width:100%;
	display:block;
}
.specTble img{
	display:block;
	width:100%;
}
.embedPdf{
	display:block;
	width:100%;
	overflow:hidden;
}
.embedPdf embed{
	width:45%;
	height:500px;
	margin:0 2.5% 50px 2.5%;
	float:left;
}
.prdInrTbleInfWrp{
	width:100%;
	text-align:center;
}
.prdInrTbleImg{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	padding:10px;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.1);
}
.prdInrTbleImg img{
	display:block;
	width:100%;
}
.prdInrTbleInf{
	display:inline-block;
	vertical-align:middle;
	width:36%;
	margin:0 5%;
}
.prdInrTbleInf .secDesc p {
	font-size: 18px;
	font-weight: lighter;
	line-height: 26px;
}
.prdInrTbleInfWrp li{
	margin-top:50px;
	direction:rtl;
}
.prdInrTbleInfWrp li:nth-child(even){
	direction:ltr;
}
/*.prdInrTbleImg span{
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#4A4A4A;
	margin-top:20px;
	display:block;
}*/
.prdInrTbleNav{
	display:block;
	width:100%;
	text-align:center;
	margin-top:50px;
}
.prdInrTbleNav li{
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
}
.prdInrTbleNav li svg{
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.prdInrTbleNav li span{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	font-size:14px;
	letter-spacing:1px;
}
.prdInrTbleNav li:before{
	content:'';
	margin:0 25px;
	width:6px;
	height:6px;
	display:inline-block;
	vertical-align:middle;
	background-color:#633d94;
	transform:rotate(45deg);
}
.prdInrTbleNav li:first-child:before{
	display:none;
}
.tchSpecLbl{
	display:block;
	background-color:#ffe5b8;
	text-align:left;
	margin-bottom:5px;
	padding:8px 15px;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	color:#000;
}
.hiden{display:none;}
/*.clckEnlrgeBtn{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:70px 30px 30px 30px;
	text-align:left;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	transition:all ease 0.5s;
}
.prdInrTbleInfWrp li:nth-child(even) .clckEnlrgeBtn{text-align:right;}
.prdInrTbleImg:hover .clckEnlrgeBtn{
	padding-bottom:50px;
	padding-top:130px;
}
.clckEnlrgeBtn svg{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	margin:0 15px;
}
.clckEnlrgeBtn svg *{fill:#fff;}
.clckEnlrgeBtn span{
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	margin-top:1px;
	letter-spacing:1px;
}
.clckEnlrgeBtn span strong{
	font-size:150%;
	font-weight:600;
	display:block;
	padding-top:1px;
	letter-spacing:3px;
}*/
.clckEnlrgeBtn{
	position:absolute;
	left:50%;
	/*margin-left:-45px;*/
	top: 50%;
	transform: translate(-50%,-50%);
	/*width:100%;
	padding:40px 50px;*/
	text-align:left;
}
.prdInrTbleInfWrp li:nth-child(even) .clckEnlrgeBtn{text-align:right;}
.magniIcn{
	width:60px;
	height:60px;
	background:#633d94;
	padding:12px;
	border-radius:100px;
	border:5px solid #fff;
	display:inline-block;
}
.magniIcn svg{
	display:block;
	width:100%;
}
.clckEnlrgeBtn svg *{fill:#fff;}
.lightThemeFancybox .fancybox-bg{background-color:#fff;}
.lightThemeFancybox .fancybox-container--ready .fancybox-bg{opacity: 0.9;}
.prdInrTbleInf svg{
	width:80px;
	display:inline-block;
	margin-bottom:15px;
}
.prdInrTbleInf svg path{
	fill:#633d94;
}
.nwsMainInnerCont{
	display: block;
	width: 80%;
	margin: 0 auto
}
.nwsMainInnerCont li{
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}
.nwsMainInnerCont li:last-child{border-bottom: none;}
.nwsMainInnerCont .secDesc p:last-child{
	margin-bottom: 0;
}
.nwsLstImg{
	width: 50%;
	float: left;
}
.nwsLstImg img{
	display: block;
	width: 100%;
}
.nwsDtaMainWrp{
	width: 45%;
	margin-top: 50px;
	float: right;
}
.nwsLstTtle{
	font-size: 26px;
	font-weight: normal;
	color: #633d94;
	text-transform: uppercase;
}
.nwsLstTtle a{color: inherit;}
.pstDte{
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #5f5f5f;
	margin: 3px 0 8px 0;
	text-transform: uppercase;
}
.nwsMainInnerCont .secDesc:before{
	display: block;
	margin:18px auto 12px auto;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #f3d6ae;
}
.defBtn{
	display: inline-block;
	border: 1px solid #634697;
	color: #634697;
	padding: 9px 19px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.8px;
	transition: all ease 0.5s;
}
.defBtn:hover{
	background-color: #634697;
	color: #fff;
}
.nwsMainInnerCont .defBtn{
	margin-top: 40px;
}
.blgContMainWrap{
	overflow: hidden;
}
.blgContWrp{
	width: 70%;
	float: left;
}
.blgSideWrap{
	float: right;
	width: 25%;
}
.blgInrImg iframe,
.blgInrImg img,
.blgInrImg{
	display: block;
	width: 100%;
}
.blgInrIfrme{
    margin-top:30px;
}
.blgInrIfrme iframe{
    width:100%;
    display:block;
    height:500px;
}
.blgInrImg{
	max-height: 300px;
	overflow: hidden;
	margin: 5px 0;
}
.blgGlryMainWrp{
	display: block;
	margin:0 -6px;
	margin-top: 25px;
}
.blgGlryMainWrp li{
	display: inline-block;
	width: 25%;
	margin:-2px -2px -2px -2px;
	padding: 8px;
}
.blgGlryMainWrp a,
.blgGlryMainWrp a img{
	width: 100%;
	display: block;
}
.blgSidTtle{
	color: #fff;
	padding: 12px 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #d4a869;
	position: relative;
}
.blgSidTtle:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 15px solid #b18546;
	border-top: 15px  solid transparent;
}
.blgArchLst {
	padding: 20px 20px 0 25px;
}
.blgArchLst li{
	display: block;
	margin-bottom: 12px;
}
.blgArchLst li a{
	display: block;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	color: #797979;
	transition: all ease 0.5s;
}
.blgArchLst li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-right: 10px solid #d2b9f3;
	border-top: 10px  solid transparent;
	transition: all ease 0.5s;
}
.blgArchLst li a:hover{color: #000;}
.blgArchLst li a:hover:before{border-right-color: #633d94;}
.expMapWrap{
	width: 100%;
}
.expMapWrap img{
	width: 100%;
	display: block;
}
.distInfBlckWrp{
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 60px 0 20px 0;
}
.nearBlckData,
.disInfBlck svg,
.disInfBlck{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.disInfBlck{
	padding: 10px 35px;
}
.disInfBlck:last-child{
	border-left: 1px solid #ccc;
}
.disInfBlck svg{
	width: 60px;
	height: auto;
	margin-right: 15px;	
}
/*.disInfBlck svg *{
	fill: #633d94;
}*/
.nearBlckData .nrTtle{
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #484848;
	line-height: 24px;
}
.nearBlckData .nrTtle b{
	color: #d4a869;
}
.nearBlckData strong{
	font-weight: normal;
	text-decoration: underline;
	color: #633d94;
	display: block;
	margin-top: 3px;
}

.mapExport{
	width: 100%;
	height: 600px;
}
/*.jvectormap-marker{
	width: 16px;
	height: auto;
}*/
.dealershipWrap .prdLstImg {
    width: 45%;
}
.dealershipWrap .prdLstInf {
    width: 45%;
}
.dealerShipFormWrap{
	background-color: #ececec;
}