@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}



.flt {float: left;}
.flr {float: right;}
.clr {clear: both;}

.lft{ padding-left:0px !important;}
.mrgr{ margin-right:0px !important;}
.fltl{ float:left !important;}
.fltr{ float:right !important;}
.top_padding{border-top: 1px solid #ccc; padding-top: 60px;}
img{vertical-align:top;}
.cent{text-align:center !important;}
.sfbg{background:#FEF4EA !important;}
.lbr{border-left: 1px solid #894749;}
strong{font-weight:500; text-transform:uppercase; font-size:15px; letter-spacing:1.3px; font-family: 'Helvetica Neue'; color:#454545;}
.widt{width:100% !important; margin-right: 0%;}

hr.style-one {
    border: 0;
	margin-top:15px;
    margin-bottom:30px;
    height: 1px;
    background: #e0e0e0;
    background-image: -webkit-linear-gradient(left, #ffffff, #e0e0e0, #ffffff);
    background-image: -moz-linear-gradient(left, #ffffff, #e0e0e0, #ffffff);
    background-image: -ms-linear-gradient(left, #ffffff, #e0e0e0, #ffffff);
    background-image: -o-linear-gradient(left, #ffffff, #e0e0e0, #ffffff);
}

.main {width: 100%;max-width: 100%;	margin: 0 auto;}
.container {width:100%; max-width: 1280px;	margin: auto ;padding: 0px;}

body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


.head { 
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
	/*transition: .5s linear;*/
}

.logo {
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	box-sizing: border-box;
}

.logo a {
	display: block;
	line-height: 0px;
}

.logo img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 144px;
	text-align: left;
	margin: 0 auto;
}



.menu-div {
	width: 83%;
	float: right;
	margin-left: 0px;
	margin-top:25px;
	transition: 0.3s ease;
	text-align: right;
}
.head.fixed .menu-div {
	margin-left: 0px;
	margin-top: 25px;
}

.head.fixed .logo img {
	width: 85px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head.fixed .logo {
	transition: all 0.9s;
	padding-top: 0px;
	padding-left: 0px;
}
.fixed{
/*	background:#ffffff;
    transition: 1s linear;*/
    height: 80px;
    z-index: 9999;
	background:#f4d8ba;
   /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);*/
	border-bottom: 1px solid #dcb69f;
	}
.menu-div ul {
	margin: 0px;
	padding: 0px;
}
.menu-div ul li {
	list-style-type: none;
	float: left;
	color: #ffffff;
}
.menu-div ul li a {
	font-size: 14px;
	color: #303030;
	margin-left:34px;
	text-decoration: none;
	font-weight:500;
	text-align:right;
	font-family: 'Helvetica Neue';
	padding-bottom: 5px;
}
.menu-div ul li a:hover {
	color: #6B191B;
}
.menu-div ul li a {
	position: relative;
	cursor: pointer;
	display:block;
}
.menu-div ul li a:before, .menu-div ul li a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	top: 85%;
	margin-top: 4.5px;
	background: #6B191B;
}
.menu-div ul li a:before {
	left: 0%;
}
.menu-div ul li a:after {
	right: 2.5px;
	background: #6B191B;
	transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-div ul li a:hover:before {
	background: #6B191B;
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-div ul li a:hover:after {
	background: transparent;
	width: 100%;
	transition: 0s;
}

/*
.menu-div ul li ul li a:before, .menu-div ul li ul li a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	top: 85%;
	margin-top: -0.5px;
	background: #none;
	display:none;
}
.menu-div ul li ul li a:before {
	left: 0%;
}
.menu-div ul li ul li a:after {
	right: 2.5px;
	background: #none;
	transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
	display:none;
}
.menu-div ul li ul li a:hover:before {
	background: #none;
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	display:none;
}
.menu-div ul li ul li a:hover:after {
	background: none;
	width: 100%;
	transition: 0s;
	display:none;
}*/


.menu-div ul li{ position:relative;}

/*.menu-div ul ul {
    display: none;
    position: absolute;
    width: 230px;
    float: left;
    left: 0px;
    padding-top:20px;
    z-index: 999999;
    transform: translateY(15%);
    -o-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
    -o-transition: all 0.32s ease 0s;
    -ms-transition: all 0.32s ease 0s;
    -moz-transition: all 0.32s ease 0s;
    -webkit-transition: all 0.32s ease 0s;
    transition: all 0.32s ease 0s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* visibility: hidden;
    opacity: 0;
    top:0px;  border-radius: 5px;
	
}

.menu-div ul ul:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 15px; 
	background: url(../images/menu-arrow.png) no-repeat top center;
    top: 7px;
    left:46px; z-index:9;
}

.menu-div ul ul li {
    width: 100%;
    float: left;
    background: #ffffff;
    border-top: 1px solid #000000;
	
}
.menu-div ul ul li:last-child {  border-bottom: 0px solid #e3000f;}
.menu-div ul ul li a {
    font-size: 16px;
	color:#000000;
	margin-left: 0px;
    padding: 5px 20px;
	
}

.menu-div ul ul li a:hover {
    font-size: 16px;
	color:#ffffff;
	margin-left: 0px;
    padding: 5px 20px;
	background:#ec1651;
}

.menu-div ul li:hover ul { display:block; opacity: 1;}
*/


.phn-box {
	float: right;
	margin-top: 0px;
}
.phn-box a {
	font-size: 18px;
	color: #ffb250;
	text-decoration: none;
	font-weight:400;
	background: url(../images/phn-icons.png) no-repeat top 5px left 9px;
	line-height: 22px;
	display: inline-block;
	margin-left: 15px !important;
	transition: 0.3s ease;
	border-left: 1px solid #B9A590;
    padding-left: 28px;
}
.phn-box a:hover {
	color: #ffffff;
	background: url(../images/phn-icons.png) no-repeat bottom 9px left 9px;
}



.eml-box {
	float: right;

}
.eml-box a {
	font-size: 18px;
	color: #ffb250;
	text-decoration: none;
	font-weight:400;
	background: url(../images/mail-icons.png) no-repeat top 4px left 8px;
	line-height: 22px;
	display: inline-block;
	margin-left: 15px !important;
	transition: 0.3s ease;
	border-left: 1px solid #B9A590;
    padding-left: 30px;
}
.eml-box a:hover {
	color: #ffffff;
	background: url(../images/mail-icons.png) no-repeat bottom 10px left 8px;
}


.rightpicarea {
    float: right;
    width:400px;
    border: 1px solid #f4d8ba;
    padding: 5px;
    margin-left: 20px;
}
.rightpicarea img{width:100%;}
.rightpicarea .owl-theme .owl-nav.disabled+.owl-dots{margin-top: -25px; position: absolute; text-align: center; width: 100%;}

.about-div-bg {
	background:#ffffff;
	background-size: cover;
}
.about-div {
	padding:60px 0px 60px 0px;
}
.about-div-left {
	width: 35%;
	float: left;
	border:15px solid #F9EBDC;
}
.about-div-left .owl-theme .owl-nav.disabled+.owl-dots{margin-top: -25px; position: absolute; text-align: center; width: 100%;}


.about-div-left img {width:100%; vertical-align:top;}

.about-div-middle {
	width: 60.5%;
	float: left;
	padding-left:45px;
	box-sizing: border-box;
}

.about-div-middle h1 {
	font-family: HelveticaNeue;
	font-size:28px;
	color: #6B191B;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 18px;

}
.about-div-middle h3 {
	color: #303030;
	font-size:15px;
	font-family: 'Helvetica Neue';
	font-weight:500;
	text-transform: uppercase;
	padding-bottom:5px;
}

.about-div-middle p {
	padding-bottom: 15px;
	color: #454545;
	line-height:28px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:15px;
	letter-spacing: .016em;
}

.about-div-right {
	width: 22.5%;
	float: left;
	padding-top: 55px;
}
.about-div-right h2 {
	color: #303030;
	font-size:16px;
	font-family: HelveticaNeue;
	font-weight:500;
	text-transform: uppercase;
	padding-bottom:5px;
}
.about-div-right p {
	padding-bottom: 5px;
	color: #454545;
	line-height:24px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:15px;
}

a.read-btn {
	text-decoration: none;
	color: #303030;
	border: 1px solid #575656;
	padding: 5px 20px;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Helvetica Neue';
	font-weight:500;
	text-transform: uppercase;
	position: relative;
	margin-right: 30px;
	font-size: 12px;
	transition: 0.3s ease;
	line-height: 18px;
    padding-top: 6px;
	letter-spacing: 1.2px;
}
/*a.read-btn:before {
	background: #303030;
	position: absolute;
	top: 12px;
	right: -20px;
	width: 30px;
	height: 1px;
	content: '';
	transition: 0.3s ease;
}*/
a.read-btn:hover {
	border: 1px solid #6B191B;
	color: #ffffff;
	text-decoration: none;
	background: #6B191B;
}
/*a.read-btn:hover:before {
	right: -31px;
	background: #6B191B;
}*/








.upcoming-box-right h4 {text-align: right; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 34px; color: #fff; line-height: 28px;}
.upcoming-box-right {float: left;width: 39.5%;}

.upcoming-bg {background: url(../images/testmonial-bg.jpg) no-repeat top center;}
.upcoming-div {padding: 76px 0px 86px 0px;   max-width:630px;  width: 100%;margin: 0 auto;margin-right: 0;}
.upcoming-div h3 {color: #000000;font-size:45px;font-family: 'Raleway', sans-serif;font-weight:500;	margin-bottom:5px;text-align: center;}
.upcoming-box-left {width: 100%;float: left;padding-top:0px;position: relative; z-index: 99;}
.upcoming-box-left p {font-size: 20px;	line-height:36px;color: #2d3a42;font-weight: 400;margin-top: 30px;text-align: center;}
.upcoming-box-left p span {color:#ec1651; display:block; text-align:center;}
.upcoming-box-left .quote{ width:100%; text-align:center; }
.upcoming-box-left .quote img{display:inline-block !important; vertical-align:top;}
.upcoming-box-left .whitebg{padding: 42px 50px;  box-sizing: border-box;}




.inner-banner {
	position: relative;
	width: 100%;
	height: 100vh;
}
.inner-banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.inner-banner .inner-banner-content img {
	width: auto;
	height: auto;
}
.inner-banner-content {
	position: absolute;
	vertical-align: middle;
	margin: auto;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1224px;
	text-align: left;
	width: 100% !important;
	height: auto !important;
}

.inner-banner-content2 {
	position: absolute;
	vertical-align: middle;
	margin: auto;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1280px;
	text-align: left;
	width: 100% !important;
	height: auto !important;
}
.inner-banner-content2 h3 span a {
    text-decoration: none;
    color: #303030;
}
.inner-banner-content2 h3 span a:hover {
    color: #ff0000;
}
.inner-banner-content2 h3 span {
    font-size: 14px;
    letter-spacing: 0px;
    position: relative;
}
.inner-banner-content2 h3 {
	font-family: HelveticaNeue;
	font-size:16px;
	text-transform: uppercase;
	color: #303030;
	margin: 15px 0px 5px;
	font-weight:400;
	letter-spacing: 5px;
	position: relative;
    z-index: 9;
	text-align:left;
}
.inner-banner-content2 h4 {
	color: #303030;
	text-transform: uppercase;
	font-weight:400;
	font-size:30px;
	letter-spacing: 3px;
	font-family: HelveticaNeue;
	line-height:28px;
	position: relative;
    z-index: 9;
	text-align:left;

}
.inner-banner-content2 span {
    position: absolute;
    right: 0px;
}
.innerpage-banner .inner-banner-content2 img {
	width: auto;
	height: auto;
}
div#owl-demo .innerpage-banner .inner-banner-content2 img {
	width: auto;
	height: auto;
	margin: auto;
}
.inner-banner-content span{position: absolute; right:0px;}
.inner-banner-content span img{width:100%;}

.inner-banner-content h3 {
	font-family: HelveticaNeue;
	font-size:16px;
	text-transform: uppercase;
	color: #303030;
	margin: 15px 0px 5px;
	font-weight:400;
	letter-spacing: 5px;
	position: relative;
    z-index: 9;
}

.inner-banner-content h3 span{font-size:14px; letter-spacing:0px; position: relative;}
.inner-banner-content h3 span a{text-decoration:none; color:#303030;}

div#owl-demo2 .owl-item img, div#owl-demo3 .owl-item img {
	width: auto !important;
}
div#owl-demo3 .owl-dots {
	display: none;
}
div#owl-demo1 .inner-banner .inner-banner-content img {
	width: auto;
	height: auto;
	margin: auto;
}
.inner-banner-content h4 {
	color: #303030;
	text-transform: uppercase;
	font-weight:400;
	font-size:30px;
	letter-spacing: 3px;
	font-family: HelveticaNeue;
	line-height:28px;
	position: relative;
    z-index: 9;

}
.inner-banner-content h5 {
	color: #303030;
	font-weight:400;
	font-size:30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: HelveticaNeue;
	position: relative;
    z-index: 9;
}
div#owl-demo1 a.read-btn {
	background: #00000040;
}
div#owl-demo1 a.read-btn:hover {
	background: #e3000f47;
}
.owl-item.active .inner-banner-content h4 {
	animation: 1s .3s fadeInUp both;
}
.owl-item.active .inner-banner-content h5 {
	animation: 1s .3s fadeInUp both;
}

.owl-item.active .inner-banner-content h3 {
	animation: 1s .5s fadeInUp both;
}

.owl-item.active .inner-banner-content span{
	animation: 1s .8s fadeInRight both;
}

.owl-item.active .inner-banner-content a {
	animation: 1s .8s fadeInUp both;
}
div#owl-demo1 .owl-nav .owl-prev {
	background: url(../images/top-banner-left.png) no-repeat top left !important;
	font-size: 0px;
	height: 40px;
	opacity: 0.6;
	transition: 0.3s ease;
}
div#owl-demo1 .owl-nav .owl-next {
	background: url(../images/top-banner-right.png) no-repeat top right !important;
	font-size: 0px;
	height: 40px;
	opacity: 0.6;
	transition: 0.3s ease;
}
div#owl-demo1 .owl-nav .owl-prev:hover, div#owl-demo1 .owl-nav .owl-next:hover {
	opacity: 1;
}
div#owl-demo1 .owl-dots {display: block !important; margin-top: -30px; position: relative;}
div#owl-demo1 .owl-dots .owl-dot.active span, .shops-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    
}
div#owl-demo1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #6b191b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: ease-in-out .4s;
	
}

.innerpage-banner {
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 99;
	height:auto;
}
.innerpage-banner img {
	width: 100%;
	height:429px;
	object-fit: cover;
}


.product_range{
	background:#F4D8BA;
	margin:0 auto;
	width:100%; 
	padding:70px 0px 70px 0px;

}

.product_range h3{
	font-family: 'Helvetica Neue';
	font-size: 30px;
	color: #303030;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom:45px;
	text-align:center;
	letter-spacing: 3px;
}

.product_range .shadow{
	box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.33);
}

.prd_bg{background:#FDEAD6 !important;}

.prod_spec {
	width: 33.333%; 
	float:left; box-sizing: border-box; 
	display:inline-block; 
	vertical-align:top; 
	text-align:center; 
	background:#ffffff;
}


.space{top: -100%;}
.space1{top:-165%;}
.space2{right: -190px !important; top:-61%;}
.space3{top: -119%;}
.space4{top: -119%;}

.space4a{top: -125%; padding-right: 6%;}
.space4b{top: -125%; padding-right: 6%;}
.space4c{top: -125%; padding-right: 6%;}
.space4d{top: -125%; padding-right: 6%;}
.space4e{top: -125%; padding-right: 6%;}
.space4f{top: -125%; padding-right: 6%;}
.space4g{top: -125%; padding-right: 6%;}
.space4h{top: -125%; padding-right: 6%;}
.space4i{top: -125%; padding-right: 6%;}

.model{float:right; margin-left:30px; margin-bottom:20px;}
.model2{float:right;}

.prod_spec_detail { 
	position:relative;
}
.prod_spec_detail .a_01 {
	float:left; width:54%; 
	display:block; 
	text-align:left; 
	padding-left:38px; 
	line-height: 18px; 
	vertical-align:middle;
	font-family: HelveticaNeue;
	color: #303030; 
	font-size:15px; 
	font-weight:400; 
	box-sizing: border-box; 
	padding-top:78px;
	letter-spacing: 2px;
	text-transform: uppercase;
 }
 .prod_spec_detail .a_01 span{font-weight:500; display:block; font-family: 'Helvetica Neue';}
 
 
.prod_spec_detail .a_01 p{
	color:#333333; font-size:20px; 
	font-family: HelveticaNeue;
	font-weight:400; 
	line-height:30px; 
	padding-top: 5px;
}


.prod_spec_detail .a_02 {
	float:left; width:46%; 
	display:block; 
	text-align: center;
}

a.discover {
	text-decoration: none;
	color: #303030;
	border: 1px solid #575656;
	padding: 4px 20px;
	margin-top: 20px;
	display: inline-block;
	font-family: 'Helvetica Neue';
	font-weight:500;
	text-transform: uppercase;
	position: relative;
	margin-right: 30px;
	font-size: 12px;
	transition: 0.3s ease;
	letter-spacing: 1px;
	padding-top: 5px;
}
/*a.discover:before {
	background: #303030;
	position: absolute;
	top: 13px;
	right: -18px;
	width: 30px;
	height: 1px;
	content: '';
	transition: 0.3s ease;
}*/
a.discover:hover {
	border: 1px solid #6B191B;
	color: #ffffff;
	text-decoration: none;
	background: #6B191B;
}
/*a.discover:hover:before {
	right: -24px;
	background: #6B191B;
}
*/






.client_area{
	width:100%; 
	margin:0 auto; 
	padding:60px 0px; 
	background:#990000;
	background: url(../images/client-bg.jpg) no-repeat top center;
}

.tab_sub{text-align:center; margin-top:7px; margin-right:0px;}
.tab_sub a{margin-right:0px; color: #ffffff; border: 1px solid #ffffff;}
.tab_sub a:hover{color: #FEF102; border: 1px solid #FEF102;}
.tab_sub a:before {background: #ffffff;}
.tab_sub a:hover:before {background: #FEF102;}

.client_area h3{
	font-family: 'Helvetica Neue';
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom:35px;
	text-align:center;
	letter-spacing: 3px;
}



.client_logo {
	width: 100%;
	float: left;
	padding: 0px 100px;
    box-sizing: border-box;
	
}
ul.client-div {
	margin: 0px;
	padding: 0px;
}
ul.client-div li {
	float: left;
	width: 19%;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #874143;
	border-bottom: 1px solid #874143;
	/*padding-top:15px;*/
	display: inline-block;
	position: relative;
	
}
ul.client-div li:nth-child(5n+5) {
	border-right: 0px solid #874143;
}
ul.client-div li:nth-child(8) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(9) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(10) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(11) {
	border-bottom: 0px solid #874143;
}
ul.client-div li:nth-child(12) {
	border-bottom: 0px solid #874143;
}
ul.client-div li:nth-child(13) {
	border-bottom: 0px solid #874143;
}
ul.client-div li:nth-child(14) {
	border-bottom: 0px solid #874143;
}
ul.client-div li:nth-child(15) {
	border-bottom: 0px solid #874143;
}


ul.client-div li:nth-child(26) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(27) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(28) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(29) {
	border-bottom: 1px solid #874143;
}
ul.client-div li:nth-child(30) {
	border-bottom: 1px solid #874143;
}


/*ul.client-div li:last-child {
	border-right: 0px;
}*/
.client-img {
	/*height: 60px;*/
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	/* background: #fff; */
    top: 0px; 
	padding-top:18px; padding-bottom:18px; box-sizing: border-box;
	left: 0;
}
.client_img_hover {
	/*height: 60px;*/
	display: inline-block;
	vertical-align: top;
	position: absolute;
	width: 100%;
	background: #fff;
    top: 0px;
	left: 0;
	opacity: 0;
	padding-top:18px; padding-bottom:18px; box-sizing: border-box;
	
}
ul.client-div li:hover .client_img_hover {
	opacity: 1;
}
.client-img img {
	vertical-align: middle;
/*	max-height: 100%;
	max-width: 100%;*/
	width: auto;
	height: auto;
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.3s ease;
}

ul.client-div li:nth-child(3) .client-img img {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}
ul.client-div li:hover .client-img img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
ul.client-div li:hover a p {
	color: #8a2465;
}
ul.client-div li a:hover {
	text-decoration: none;
}




.withua-bg{width:100%; margin:0 auto; padding:80px 0px 80px 0px; background:#F4D8BA;}
.withus-div {
	width:100%;
}




.blog-img {
	width: 27%;
	padding-right: 30px;
	float:left; box-sizing: border-box;
}
.blog-img1 {
	width: 29%;
	padding-right: 30px;
	float:left; box-sizing: border-box;
}
.blog-img2 {
	width: 44%;
	margin-bottom: 10px;
	float:left;
}


.contact_box{
	width:100%; 
	margin:0 auto;
	padding:60px 0px 60px 0px;
}

.contact_box .had{
	font-family: HelveticaNeue;
	font-size: 30px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	text-align:left;
	letter-spacing:2px;
	
}

.contact_box .brahma{	
	
	}

.contact_box .had span{float:right;}
.contact_box .had span a{
	text-decoration: none;
    color: #303030;
    border: 1px solid #575656;
    padding: 10px 20px;
    display: inline-block;
    font-family: HelveticaNeue;
    font-weight:300;
    text-transform: uppercase;
    position: relative;
    margin-right: 30px;
    font-size: 18px;
    transition: 0.3s ease;
	}

.contact_box .had span a:hover{
	background:#990000; color:#fff; transition: 0.3s ease;
}




a {text-decoration: none ;}
.footer_mn {
    padding: 50px 0 27px 0;
    background:#F4D8BA;
    background-size: cover;
}
.footer_left {
    width: 24%;
    float: left;
    
}

.left_resi ul.click_top_1 li a {
    border: 1px solid #ccc;
}

.flollow_footer ul {
    display: inline-block;
    margin: 25px 0 32px 0;
}

p.footer-two.innner_two_footer{display:block;}
.flollow_footer ul li{display:inline-block; 
margin-right:7px; 
vertical-align:middle;
}

.flollow_footer ul li a {
    display: block;
    width: 41px;
    height: 41px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    javascript: ;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.flollow_footer ul li a.facebook {
    background: url(../images/social-media_fooetr_home.png) no-repeat 0 0;
    
}
.flollow_footer ul li a.twitter {
    background: url(../images/social-media_fooetr_home.png) no-repeat -51px 0;
}

.flollow_footer ul li a.instagram {
    background: url(../images/social-media_fooetr_home.png) no-repeat -102px 0;
}



/*.flollow_footer ul li a.youtube {
    background: url(../images/social-media_fooetr_home.png) no-repeat -120px 0;
}*/






.flollow_footer ul li a.facebook:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat 0 -44px;
}
.flollow_footer ul li a.twitter:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -51px -44px;
}

.flollow_footer ul li a.instagram:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -102px -44px;
}
/*.flollow_footer ul li a.youtube:hover {
    background: url(../images/social-media_fooetr_home.png) no-repeat -120px -28px;
}
*/
.footer_middle {
    width: 50%;
    float: left;
    padding-left: 60px;
 	box-sizing: border-box;
}


.footer_middle_in ul h1 {
    font-size: 20px;
    color: #303030;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
	font-family: 'Helvetica Neue';
}

.footer_middle_in ul li{display: block;}
.footer_middle_in ul li a {
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    transition: 0.5s;
	font-family: HelveticaNeue;
}

.footer_middle_in ul li a:hover {
    color: #ec3423;
    transition: 0.5s;
	
}

.footer_middle_in ul {
    width: 50%;
    float: left;
}

.footer_right {
    width: 26%;
    float: left;
    padding-left: 60px;
 	box-sizing: border-box;
}

.footer_right .footer_middle_in ul {
    width: 100%;
}
.footer_right .footer_middle_in ul li {
    font-size: 14px;
    font-weight:500;
    color: #454545;
	font-family: HelveticaNeue;
	line-height: 22px;
}

.footer_right .footer_middle_in ul li a {
    font-size: 14px;
    font-weight:500;
    line-height: 24px;
}
.footer_right .footer_middle_in ul li i {
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}
.footer_right .footer_middle_in ul h1 {
    margin-bottom: 17px;
}

.add_n {
   background: url(../images/loc-icon.png) no-repeat top 0px left 0px;
	padding-left: 23px;
    box-sizing: border-box;
}

.phone_n {
    margin-top: 15px; background: url(../images/cal-icon.png) no-repeat top 0px left 0px;
	padding-left: 23px;
    box-sizing: border-box;
}
.mail_n {
    margin-top: 15px; background: url(../images/maii-icon.png) no-repeat top 4px left 0px;
	padding-left: 23px;
    box-sizing: border-box;
}

/*.footer_in {
    display: flex;
}*/

.textbox {
    position: absolute;
    top: 10px;
    left: 34px;
    transition: 0.5s;
}

.footer_copy{width:100%; border-top:1px solid #CEBAA5; padding-top:16px;}
.footer_copy p {
    font-size: 14px;
    color: #454545;
    line-height: 22px;
	font-family: HelveticaNeue;
}

.site {color: #454545; float:right;}
.site a{color: #454545; }
.site a:hover {color: #ed2c15;}


.key {
	position: absolute;
	top: 17%;
	right: 35px;
	width: 52px;
	text-align: right;
	z-index:9;

	
}
.key img {
	width: auto !important;
	
}

.key2 {
	position: absolute;
    bottom: 60px;
    left: 50px;
    text-align: left;
 	top: auto;
	width:67px;
	z-index: 9;
}
.key2 img {
	width: auto !important;
	
}

.nav {
	position: absolute;
	bottom: -44px;
	width: 120px;
	text-align: center;
	z-index: 999;
	 right:2%;
}
.nav img {
	width: auto !important;
}

.nav.wow.fadeInUp p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.nav a {
	transition: 0.3s ease;
}
.nav a img {
	transition: 0.3s ease;
}
.hvr-icon-hover {
	display: none;
}
.nav a:hover .hvr-icon {
	display: none;
}
.nav a:hover .hvr-icon-hover {
	display: block;
	margin: auto;
}
.nav.nav1 {
	display: block;
	width: 100%;
	margin: auto;
	left: 0px;
}


div#owl-demo4 .owl-dots, div#owl-demo1 .owl-dots {
	display: none;
}
div#owl-demo4 .owl-item img {
	display: block;
	width: auto;
}
#gallerydemo .owl-prev, #gallerydemo1 .owl-prev {
	position: absolute;
	top: 45%;
	left: 12%;
	font-size: 0px;
	background: transparent url(../images/gallery-right-arrow.png) no-repeat top left;
	width: 50%;
	height: 50px;
	opacity: 0.7;
	transition: 0.3s;
}
#gallerydemo .owl-next, #gallerydemo1 .owl-next {
	position: absolute;
	top: 45%;
	right: 12%;
	font-size: 0px;
	background: transparent url(../images/gallery-left-arrow.png) no-repeat top right;
	width: 50%;
	height: 50px;
	opacity: 0.7;
	transition: 0.3s;
}
#gallerydemo .owl-prev:hover, #gallerydemo .owl-next:hover, #gallerydemo1 .owl-prev:hover, #gallerydemo1 .owl-next:hover {
	opacity: 1;
}

#gallerydemo1 .owl-dots {
    display: none;
}
.selfie-div {
	width: 100%;
	text-align: center;
}
.selfie-div img {
	display: inline-block;
}
.selfie-div h3 {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -28px;
}
#gallerydemo .owl-dots {
	display: none;
}




.lc_intro{width:100%; margin:0 auto; padding:70px 0px 58px 0px; box-sizing:border-box;}

.lc_intro h3 {
	color: #6B191B;
	font-size:24px;
	font-family: HelveticaNeue;
	font-weight:500;
	padding-bottom:15px;
	text-align:left;
}
.lc_intro p {
	padding-bottom: 5px;
	color: #454545;
	line-height:30px;
	/*font-family: HelveticaNeue;*/
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:18px;
	text-align:left;
}


.safty{
	width:100%; 
	margin:0 auto; 
/*	padding:70px 0px 58px 0px; 
	box-sizing:border-box;*/
	
}
.safty .safty_box{
	width:50%; 
	float:left; 
	background:#FDEAD6;
	padding:50px 45px; 
	box-sizing:border-box;
}
.safty .safty_box h3 {
	color: #303030;
	font-size:18px;
	font-family: HelveticaNeue;
	font-weight:500;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
 	letter-spacing: 1.5px;
}
.safty .safty_box p {
	padding-bottom: 5px;
	color: #454545;
	line-height:24px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:16px;
	text-align:center;
}





.prdc_tab{
	width:100%; 
	margin:0 auto; 
	padding:60px 0px 80px 0px; 
	box-sizing:border-box;
}
.tbbg{	
	background:#6B191B;
	padding:25px 45px; 
}
.tbbg:hover{	
	background:#A3171A;
}

.prdc_tab .tab_box{
	width:31%; 
	float:left; 
	box-sizing:border-box;
	margin-right:3.5%;
}
.prdc_tab .tab_box a{display:block;}
.prdc_tab .tab_box h3 {
	color: #ffffff;
	font-size:16px;
	font-family: HelveticaNeue;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
 	letter-spacing: 1.5px;

}
.prdc_tab .tab_box p {
	color: #ffffff;
	line-height:24px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 1.5px;
}


.prdc_tab .tab_box a .disc {
	text-align: center;
    padding: 5px 0px;
    box-sizing: border-box;
    font-family: HelveticaNeue;
    transition: all .7s;
    webkit-transition: all .7s;
    background: url(../images/arow-hov1.png) no-repeat top right;
    text-decoration: none;
    padding-right:30px;
    position: relative;
	width: 30px;
    margin: 0 auto;
	margin-top:10px;
}

.prdc_tab .tab_box a:hover .disc{
    padding: 5px 20px;
    box-sizing: border-box;
    color: #ffffff;
    background: url(../images/arow1.png) no-repeat top right;
    padding-right:30px;
	
}




.product_detail{
	width:100%; 
	margin:0 auto; 
	padding:70px 0px 58px 0px; 
	box-sizing:border-box;
}

.product_detail h3 {
	color: #6B191B;
	font-size:25px;
	font-family: HelveticaNeue;
	font-weight:500;
	padding-bottom:10px;
	text-align:left;
	line-height: 34px;
}

.product_detail h4 {
	color: #454545;
	font-size:25px;
	font-family: HelveticaNeue;
	font-weight:300;
	padding-bottom:25px;
	text-align:left;
	line-height: 34px;
}

.product_detail p {
	color: #454545;
	line-height:26px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:16px;
	text-align:left;
	padding:0px 50px 25px 0px;
	box-sizing: border-box;
}


.product_detail ul{margin:0px; padding:0px; list-style:none; position:relative; text-align: left;}
.product_detail ul li{ text-align:center; display:inline-block; position:relative; width:16%; vertical-align: top; color:#454545; font-size:16px; line-height: 30px; font-family: HelveticaNeue;}



.tabbutton{ text-align:left; padding-bottom:80px;}
.tabbutton a{padding: 20px 45px; box-sizing: border-box; color:#303030; font-family: HelveticaNeue; font-size: 17px; transition: all .7s; webkit-transition: all .7s; text-decoration:none; background:#ffffff; margin-right:2%; border:1px solid #000; float: left; width: 32%; text-align: center; line-height:24px; text-transform:uppercase;  font-weight:500; position: relative;}
.tabbutton a span{display:block; font-weight:400;}
.tabbutton .active::after{width: 100%; height:13px; background: url(../images/down-icon.png) no-repeat bottom center; content:''; position: absolute; bottom: -13px; left:0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

.tabbutton a:hover::after{width: 100%; height:13px; background: url(../images/down-icon.png) no-repeat bottom center; content:''; position: absolute; bottom: -13px; left:0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

.tabbutton a:hover{padding:20px 45px; box-sizing: border-box; color:#ffffff; background:#6B191B;}
.tabbutton .active{padding:20px 45px; box-sizing: border-box; color:#ffffff; background:#6B191B;}

.tab {}
.tab button {background-color:inherit; float:left; border:none; outline:none; cursor:pointer; padding:16px 16px;
transition: 0.3s;}
.tab button:hover {background-color: #ddd;}
.tab button.active {background-color: #fff;}
.tabcontent {display: none;}



/*---how it works start---*/
.howitwork{background:#6B191B; width:100%; text-align:center; margin:0 auto; padding:40px 0px; position:relative; box-sizing:border-box;}
.howitwork h2{font-size:30px; color:#ffffff; font-family: HelveticaNeue; font-weight:400; padding-bottom:5px; text-align:center; text-transform:uppercase; letter-spacing: 1.5px;}


.howitwork .worklink{width:100%; margin:0 auto; text-align:center; padding-top:25px;}

.howitwork .worklink ul{margin:0px; padding:0px; list-style:none; position:relative;}
.howitwork .worklink ul li{ text-align:center; display:inline-block; position:relative; width:16%; vertical-align: top; border-right: 1px solid #894749; padding: 20px 0px;}
.howitwork .worklink ul li:last-child{background:none;}
.howitwork .worklink ul li a{text-decoration:none; display:block; font-family: HelveticaNeue; font-size:16px; color:#ffffff; line-height:18px; padding:0px 30px; text-align:center; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; box-sizing:border-box; font-weight:400; text-transform:uppercase; letter-spacing: 0.5px;}
.howitwork .worklink ul li a img{margin-bottom:10px;}


.howitwork .worklink .workicon1{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th1.png) no-repeat center top 0px; border-radius: 50%;}

.howitwork .worklink .workicon2{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th2.png) no-repeat center top 0px; border-radius: 50%;}

.howitwork .worklink .workicon3{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th3.png) no-repeat center top 0px; border-radius: 50%;}

.howitwork .worklink .workicon4{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th4.png) no-repeat center top 0px; border-radius: 50%;}

.howitwork .worklink .workicon5{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th5.png) no-repeat center top 0px; border-radius: 50%;}

.howitwork .worklink .workicon6{width:102px; height:102px; margin:0 auto; margin-bottom:20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background:#ffffff url(../images/w-cable-th6.png) no-repeat center top 0px; border-radius: 50%;}


.howitwork .worklink .camellia-phase2{ margin:0 auto; margin:0px 0px 5px 33px; }
.howitwork .worklink .camellia-phase3{ margin:0 auto; margin:0px 0px 5px 33px; }
.howitwork .worklink .camellia-phase4{ margin:0 auto; margin:0px 0px 5px 33px; }


.howitwork .worklink ul li a:hover{color:#FCA909;}
.howitwork .worklink ul li a:hover .workicon1{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon2{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon3{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon4{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon5{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon6{background-position:0px 0px; 
-webkit-transform: scale(1.0); background-color:#FCA909;}

.howitwork .worklink ul li a:hover .workicon7{background-position:0px 0px; 
-webkit-transform: scale(1.0); -webkit-filter: grayscale(1); filter: gray;}

/*---how it works end ---*/





.about_us{
	width:100%; 
	margin:0 auto; 
	padding:70px 0px 58px 0px; 
	box-sizing:border-box;
}

.about_us h3 {
	color: #6B191B;
	font-size:24px;
	font-family: 'Helvetica Neue';
	font-weight:500;
	padding-bottom:15px;
	text-align:left;
}
.about_us h4{color: #303030;
    font-size: 16px;
    font-family: HelveticaNeue;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: left;
}
.about_us p {
	padding-bottom: 25px;
	color: #454545;
	line-height:28px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size:15px;
	text-align:left;
 	/*padding-left: 50px;
	padding-right: 50px;*/
	box-sizing: border-box;
	    letter-spacing: .016em;
		
}




.comm_cable h3{font-size:22px; color:#333333; font-family: HelveticaNeue; font-weight:500; line-height: 38px; padding-bottom: 10px; position: relative; text-align: center;}

.comm_cable h3 span {background: #fff; position: relative; z-index: 1;}
.comm_cable h3 span:after {content: ""; position: absolute; height: 2px; border-bottom: 2px solid #11bb7c; top:16px;
width: 150px;}
.comm_cable h3 span:before{content: ""; position: absolute; height: 2px; border-bottom: 2px solid #11bb7c;top:16px;
width: 150px;}
.comm_cable h3 span:before {right: 100%;margin-right:15px;}
.comm_cable h3 span:after {left: 100%;margin-left:15px;}
.comm_cable p{font-family: HelveticaNeue;  font-weight:400; color: #666666; font-size:16px; padding:0px 63px; line-height:28px; padding-bottom: 33px;}


.comm_cable .fin_client{width:100%; text-align:left; margin:0 auto; position:relative; box-sizing:border-box; padding:18px 0px;}
.comm_cable .fin_client .finbox{/*float:left; width:32.5%;*/ padding: 22px; margin-bottom:1%; box-sizing:border-box; background: #FDEAD6;}
.comm_cable .fin_client .finbox:nth-child(3n-6) {margin-right:0px;}

.comm_cable .fin_client .finbox .matter{width:100%; text-align:left; padding:4px 5px; box-sizing: border-box;}

.comm_cable .fin_client .finbox .matter .icons{font-size:24px; /*color:#2857c6;*/ font-family: HelveticaNeue; font-weight:500; text-transform:uppercase; line-height: 38px;}
.comm_cable .fin_client .finbox .matter .titles{font-size:20px; color:#333333; font-family: HelveticaNeue; font-weight:500; line-height: 38px; padding-bottom: 10px;}

.comm_cable .fin_client .finbox .matter .titles span {position: relative; z-index: 1;}
/*.comm_cable .fin_client .finbox .matter .titles span:after {content:""; position:absolute; height:2px; border-bottom:2px solid #11bb7c; top:12px; width:30px;}
.comm_cable .fin_client .finbox .matter .titles span:before{content:""; position:absolute; height:2px; border-bottom:2px solid #11bb7c;top:12px; width:30px;}
.comm_cable .fin_client .finbox .matter .titles span:before {right: 100%;margin-right:10px;}
.comm_cable .fin_client .finbox .matter .titles span:after {left: 100%;margin-left:10px;}*/


.comm_cable .fin_client .finbox .matter p{font-size:16px; line-height:24px; color:#454545; font-family: HelveticaNeue; padding-bottom:10px; text-align: left; font-weight:400; padding: 0px;}


.txtbox2{padding:0px 0px;}
.txtbox2 ul {margin: 0; padding: 0;}
.txtbox2 ul li {position:relative; font-family: HelveticaNeue; font-size:16px; line-height:26px; color:#454545; display: block; padding: 10px 15px; margin-bottom: 2%; border:1px solid #e0e0e0; text-align:center; float:left; width: 32%; margin-right: 2%; box-sizing: border-box;}

.txtbox2 ul li:nth-child(3n+3) {
	margin-right: 0%;
}


.fa img{ vertical-align:middle;}


.cont_cont_main, .contact_top {
    width: 100%;
    margin-top: 35px;
}

.cont_cont_main .cont_left {
    width: 70%;
    float: left;
	}

.cont_cont_main .cont_right {
    width: 100%;
    float: left;
	
	margin-bottom:30px;
}
.cont_cont_main .cont_right h3 {
    color: #303030;
    font-size: 15px;
    font-family: 'Helvetica Neue';
    font-weight:500;
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
	text-align:left;
}

.cont_cont_main .cont_right .map_area{ padding: 8px; border: 1px solid #e0e0e0; box-sizing: border-box;}

.contact_us_mid {
    width: 100%;
    float: left;
    margin-top: 0;
    padding-right:36px;
    box-sizing: border-box;
}
.contact_us_mid h3 {
    color: #303030;
    font-size: 16px;
    font-family: HelveticaNeue;
    font-weight: 500;
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
	text-align:left;
}

.contact_info {
    width: 100%;
    float: left;
}
.contact_top {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.contact_info li {
    text-align: center;
    width: 33.33%;
    float: left;
    padding: 30px 20px;
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
	list-style:none;
}
.contact_info li:last-child {
    border: none;
}
.contact_info li i {
    height: 100px;
    width: 100px;
    line-height: 98px;
    text-align: center;
    border: 1px solid #f4d8ba;
    color: #EE1C25;
    border-radius: 50%;
}
.contact_info li h6 {
    font-size: 20px;
    margin-top: 20px;
	font-family: 'Helvetica Neue';
	font-weight:500;
	color: #6c1a1c;
 	
}
.contact_info li p {
    font-size: 16px;
    color: #1F1E1E;
    width: 75%;
    margin: 7px auto 0;
    line-height: 25px;
    font-family: HelveticaNeue;
}
.contact_info li p a {
    color: #1F1E1E;
}
.contact_info li p a:hover {
    color: #EE1C25;
}

.ct_form_left {
    width: 100%;
    float: left;
}
.ct_input, .ct_input_submit, .ct_input_text_area {
    width: 31%;
    float: left;
    margin-bottom: 28px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e0e0e0;
	/*border-bottom: 1px solid #ccc;*/
    font-family: HelveticaNeue;
	margin-right: 12px;
}
.ct_form_right {
    width: 100%;
    float: right;
}

.submit_btn_effect {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
	font-family: HelveticaNeue;
	width:96px;
	background: #fff;
    padding: 6px;
	color: #303030;
}

.submit_btn_effect:hover {
        background: #6B191B;
}
.submit_btn_effect:active, .submit_btn_effect:focus, .submit_btn_effect:hover {
    color: #fff;
}


table {
    color: #454545;
    font-family: HelveticaNeue;
    border-collapse: collapse;
    width: 100%;
	font-size:16px;
}

td {
    border: 1px solid #fdead6;
    text-align: left;
    padding:10px;
	font-weight:400;
	font-family: HelveticaNeue;
}
td span{display: inline-block;
    width: 35%;}
.table_outer{border: 1px solid #f1f1f1;
    padding: 25px;
    background: #fffcfa;}

th {
    border: 1px solid #fdead6;
    text-align: left;
    padding: 8px;
	font-weight:500;
	font-size:15px;
	font-family: HelveticaNeue;
}

tr:nth-child(even) {
    background-color: #fef4ea;
}


.download{padding:20px 0px; text-align:left;}
.download a{
	font-size:16px; 
	color:#454545; 
	text-decoration:none; 
	background:url(../images/pdf.png) no-repeat left top; 
	padding: 22px 0px; 
	display: inline-block; 
	padding-left:50px;
	font-family: HelveticaNeue;
}

.download a:hover{color:#ff0000;}


.lt {
    float: left;
    width: 100%;
    background: rgba(194,194,194,0.5);
    text-align: center;
    border: 1px solid #909090;
    border-bottom: none;
    border-radius: 3px;
    position: relative;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .6s;
}

.l1 .l1_img {
    padding-top:3%;
    box-sizing: border-box;
}
/*.l1 .l1_img img{width:90%;}*/
.lt a{text-decoration:none;}
.lt:hover{ background:#F4D8BA;}
.lt:hover .l1_title{ color:#000;}
.l1_title {
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    color: #0e0e0e;
    font-family: HelveticaNeue;
    text-transform: uppercase;
    transition: all .7s;
    -webkit-transition: all .6s;
 	position: relative;
   bottom: -30px;
}

.l1_icon {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.section2_left_inner {
    background: url(../images/sh.png) no-repeat left -20px bottom;
    width: 270px;
    /*margin: 0 auto;*/
    text-align: left;
	display: inline-block;
}


.table_box1{
	float: left;
    width: 50%;
	padding-left: 40px;
    box-sizing: border-box;
}
	
.table_box1 h3{color: #303030;
    font-size: 16px;
    font-family: HelveticaNeue;
    font-weight:500;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
































































#video1 {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.over {
	position: absolute;
	top: 0;
	left: 0;
	background: url(over.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 9;
}



.trigger {
	padding-top: 0px;
	box-sizing: border-box;
	float: right;
	position: fixed;
	right: 0;
}
.social {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 99;
	margin-top: -45px;
	padding: 0 32px;
	box-sizing: border-box; width: 65%;
}

.bottom_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
	background: url(images/bottom_sh.png) no-repeat bottom center;
	height: 67px;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: url(images/menu.jpg) no-repeat top center;
	background-size: cover;
	display: none;
}
.menuclose {
	position: fixed;
	top: 0;
	right: 0;
	padding: 50px;
	z-index: 99999;
	cursor: pointer;
}
.body_content img {
}
.banner img {
	width: 100%;
	transition: all 0.7s;
	vertical-align: top;
}
.header {
	background: #ffffff;
	min-height: 120px;
	position: relative;
}
.header1 {
	background: #ffffff;
	min-height: 80px;
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px -2px 30px #000
}
.floating_logo {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -58.5px;
}


.left {
	width: 25%;
	float: left;
	text-align: left;
	padding-top: 15px;
}
.left img {
	vertical-align: top;
}
.right {
	width: 75%;
	float: right;
	text-align: right;
	padding-top: 23px;
}
.right img {
	vertical-align: top;
}
.enq {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -98px;
	z-index: 999;
}
.bd_img {
}
.bd_img img {
	width: 100%;
	vertical-align: top;
	padding-bottom: 50px;
}
.banner1 {
	position: relative;
	z-index: 99;
}
.logo1 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -187.5px;
}
.banner5 .item div {
	background-size: cover !important;
}
.next {
	position: absolute;
	bottom: 120px;
	right: 20px;
}
.banner .caption {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	margin: -70px auto 0;
	z-index: 999999;
	left: 0;
	right: 0;
}
.banner .caption h1 {
	font-size: 64px;
	line-height: 60px;
	font-family: 'Play', sans-serif;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: block; /*float:left; padding-left:20px;*/
}
.banner .caption h1 img {
	text-align: center;
	width: auto;
	margin: auto;
}
.banner .caption h2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-weight: 100;
	text-align: right;
	display: inline-block;
	float: right;
	position: relative;
	top: -180px !important;
	padding-right: 20px;
}
.banner .caption h2 img {
	width: 100%;
}
.banner .caption2 {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	margin: -95px auto 0;
	z-index: 999999;
	left: 0;
	right: 0;
}
.banner .caption2 h1 {
	font-size: 64px;
	line-height: 60px;
	font-family: 'Play', sans-serif;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: block; /*float:left;  padding-left:20px; width:42%;*/
}
.banner .caption2 h1 img {
	width: auto;
}
.banner .caption2 h2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-weight: 100;
	text-align: right;
	display: inline-block;
	float: right;
	position: relative;
	top: -160px;
	padding-right: 20px;
	width: 50%;
}
.banner .caption2 h2 img {
	width: 100%;
}
.banner .caption3 {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	margin: -95px auto 0;
	z-index: 999999;
	left: 0;
	right: 0;
}
.banner .caption3 h1 {
	font-size: 64px;
	line-height: 60px;
	font-family: 'Play', sans-serif;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	float: left;
	padding-left: 20px;
	width: 42%;
}
.banner .caption3 h1 img {
	width: auto;
}
.banner .caption3 h2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-weight: 100;
	text-align: right;
	display: inline-block;
	float: right;
	position: relative;
	top: -160px;
	padding-right: 20px;
	width: 50%;
}
.banner .caption3 h2 img {
	width: auto;
}
.banner .owl-theme .owl-controls .owl-nav {
	width: 100%;
}
.banner .owl-theme .owl-controls .owl-nav div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 0!important;
	padding: 3px 10px;
	font-size: 0!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #869791;
	opacity: 1;
}
.banner .owl-prev {
	background: url(pre1.png) no-repeat !important;
	width: 91px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 2%;
}
.banner .owl-next {
	background: url(nxt1.png)no-repeat right 6px !important;
	width: 91px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 2%;
}
.banner5 #sync1 .owl-nav {
	display: none;
}
.banner .owl-controls .owl-pagination {
	display: none !important;
}
.topband {
	width: 100%;
	background: #000;
	margin: 0 auto;
}
.topband .nav {
	float: left;
	width: 70%;
	text-align: left;
}
.topband .social {
	float: left;
	width: 30%;
	text-align: right;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	overflow-y: hidden;
	transition: 0.5s; /*background:url(navigation.jpg) no-repeat top center !important;*/
}
.overlay-content {
	position: relative;
	top: 0%;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.overlay-content img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.overlay a {
	padding: 12px;
	text-decoration: none;
	font-size: 36px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #000000;
}
.overlay .closebtn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 60px;
	z-index: 9;
	line-height: 15px;
	background: #e3000f;
	padding-top: 30px;
}
.overlay .logobtn {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 9;
	padding: 0px;
}



.mobile-menu{display:block;} 
.mobileback {position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:1111111111111; display:none; background:#000; opacity:0.7;}
#mobilemenu {position:absolute; top:0px; left:-90%; width:260px; min-height:100%; height: 100vh; z-index:1111111111111; background-color:#F4D8BA;}
.mobilemenucontent {width:100%; margin:0px 0px 0px 0; border:0px solid #c8bebd; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius: 6px; margin-bottom:30px;}
.mobilemenuclose {width:76%; padding:5px 57px 5px 5px; text-align:right; /*cursor:pointer; border-bottom:1px solid #606060;*/ background-color:#FFFFFF}
.mobilemenuulli {-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
.mobilemenubg {display:none;}
.minimobilebut {display:none;}

.hid4{ display:none;}
.hid5{ display:none;}
.hid6{ display:none;}

.hid10{ display:none;}
.hid11{ display:none;}
.hid12{ display:none;}