@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:"afterglow-regular";
  font-style: normal;
  font-weight: 200;
  src: local('afterglow-regular'), local('afterglow-regular'), url("../font/afterglow-regular.ttf") format('truetype');
}
@font-face {
  font-family:"Bronova-Regular";
  font-style: normal;
  font-weight: 200;
  src: local('Bronova-Regular'), local('Bronova-Regular'), url("../font/Bronova-Regular.otf") format('truetype');
}
@font-face {
  font-family:"elephant";
  font-style: normal;
  font-weight: 400;
  src: local('elephant'), local('elephant'), url("../font/elephant.ttf") format('truetype');
}
@font-face {
  font-family: "Gloria";
  font-style: normal;
  font-weight: 400;
  src: local('Gloria'), local('Gloria'), url("../font/Gloria.ttf") format('truetype');
}
@font-face {
  font-family:"ERASDEMI";
  font-style: normal;
  font-weight: 400;
  src: local('ERASDEMI'), local('ERASDEMI'), url("../font/ERASDEMI.TTF") format('truetype');
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-style: normal;
  font-weight: 400;
  src: local('RobotoCondensed-Light'), local('RobotoCondensed-Light'), url("../font/RobotoCondensed-Light.ttf") format('truetype');
}

body {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:"Bronova-Regular";
	color:#333;
	top:0;
	background:#fff;
	overflow-x: hidden;
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.main_top {
	width: 100%;
    z-index: 1;
    position: absolute;
    background: #fff;
	}	
.top {
	width:90%;
	margin:0 auto;
	}
.boddo {
	border-bottom:1px solid #fff;
	padding:8px 0;
	}
.boddo1 {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
	float:right;
}		
.cotation {
	float:right;
	padding: 3px 0 0 0;
	}	
.cotation a {
	color:#fff;
	background:#FF440B;
	padding: 8px 15px;
	text-decoration:none;
	}			
.logo_nav {
	max-width:1100px;
	height:85px;
	background:#000;
	margin:0 auto;
	}	
.absolute-div {
    width: 100%;
	z-index: 10000;
    /*position: absolute;*//*banner ar upor menu*/
	
}
.padpar h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/line2.png) no-repeat bottom center;
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 26px;
    margin: 0 0 10px 0;
	}
.welcomephoto {
	}
.welcomephoto h1 {
	margin:0;
	}
.logoo img {
    position: absolute;
    z-index: 99;
	display:none;
}
.logo_res {
	display:none;
	}		
.logo {
	padding: 0;
    text-align: center;
    float: left;
    width: 240px;
    background: #fff;
    height: 100px;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	width:88%;
	margin-top:0px;
	}	
.fixed .logo img {
	height:80px;
	}
.fixed .navbar-nav {
	position: relative;
    margin: 17px 0 0 0;
    float: right;
	}

.b_top {
	padding:5px;
	background:#fff;
	width:90%;
	margin:0 auto;
	}	

.flex-caption ul {
	padding:0;
	}		
.flex-caption ul li {
    color: #fff;
    font-size:35px;
    top: 70px;
    z-index: 10;
    font-weight: 600;
	padding:5px 0px;
    margin: 0;
	font-family:"Bronova-Regular";
	}	
.flex-caption ul li span {
	padding: 10px 20px;
	text-shadow: 0px 6px 7px #00000047;
	font-size:65px;
	}		
.flex-caption p {
	font-family:"afterglow-regular";
	color:#fff;
	padding:0;
    font-size: 19px;
	font-weight: 400;
	} 
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0; margin-top:0px;}
.flex-caption{
	 position: absolute; bottom:0vh;
	 padding: 15% 0 0px 0;
    width: 100%;
	text-align:center;
    height: 100vh;
    background:#00000020;
    font-size: 1.5em;
	 }
.caption_title_line{ padding:0; margin:0 auto; width:80%; margin-top:3rem;}
.flex-caption h1{
    color: #efc423;
    font-size:59px;
    top: 70px;
    z-index: 10;
	font-family:"elephant";
    text-shadow: 1px 1px 3px rgb(0 0 0 / 45%);
	padding:10px 20px 10px 0px;
    margin: 0;
	}
.flex-caption h2{
    color: #fff;
    font-size:21px;
    top: 70px;
    z-index: 10;
	padding:10px 20px 10px 0px;
    margin: 0;
	}	
.caption_view_line {
	margin-top:4rem;
	}
.caption_view_line a {
    color: #fff;
	border:1px solid #fff;
    padding:16px 40px 12px 40px;
	display: inline-block;
    font-size: 15px;
	font-family:"Bronova-Regular";
	text-decoration:none;
	}   
.myButt {
  outline: none;
  border: none;
  padding: 20px;
  display: block;
  cursor: pointer;
  font-size: 20px;
  background-color: transparent;
  position: relative;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.one {
  border-color: #fff;
  overflow: hidden;
  color: #fff;
}
.one .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -160px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.one:hover {
  background-color: #f3c82e;
  border-color: #fff;
  color: #000;
  border:1px solid #f3c82e;
}
.one:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 160px;
}





	 
.disco {
    margin-top: 20px;
}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flex-direction-nav {
	padding:30px 7px 30px 7px; position:absolute; background:#f3c82e;  bottom:0; z-index:1; right:0;
	}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; height:100vh; overflow:hidden;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li {
	position:relative;
	float:left;
	}
.flex-direction-nav li a {margin:0; padding:0 35px; cursor:pointer; text-indent: -9999px; color:#000; transition:all 0.3s ease-in-out; text-decoration:none; }
.flex-direction-nav li a.next {border-left:2px solid #000;}
.flex-direction-nav li a.prev {bottom:0px; left:0px;}
.flex-direction-nav li a:hover {}
.flex-direction-nav li a:hover {color:#fff;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	display:none;
	position: absolute;
    bottom: 40%;
    right: -20px;
    background: #000000d1;
    padding: 13px 20px 13px 20px;
    border-radius: 35px;
	transform: rotate(90deg);
	}
.flex-control-nav li {margin: 0 0 0 10px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: none;
	border-radius:50%;
	margin: 3px 0 0 0px;
    background: #fff;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {cursor: default; background:#f8b31f; }

/* Media Queries
/*-----------------------------------------------------------------------------------*/

	
.catalog a {
	background: #efc423;
    padding: 12px 20px 9px 20px;
    font-size: 16px !important;
    border-radius: 7px;
	}
.top_mailphone {
	float:right;
	margin-right:2rem;
	margin-top:1.6rem;
	}	
.top_mailphone ul {
	}
.top_mailphone ul li {
	display:inline-block;
	margin-left:35px;
	}
.top_mailphone ul li a {
	color:#000;
	font-size:19px;
	display: flex;
    align-items: center;
	text-decoration:none;
	}
.top_mailphone ul li a i {
	font-size:23px;
	color:#fff;
	height:40px;
	width:40px;
	background:#f3c82e;
	border-radius:50%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
	}			
	
	
	
.not_w {
	background:url(../images/sight_bg.jpg) no-repeat left center;
	}
	
.social_wr {
	padding: 0px 0;
    width: 165px;
    float: right;
    margin-right: 100px;
	}		
.social_wr a {
    float: left;
    width: 30px;
    height: 30px;
	border-radius:50%;
    color: #727C8B;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    margin-left: 15px;
    transition: 0.4s ease-in-out;
	font-size:15px;
	font-weight:600;
	text-shadow:1px 1px 1px #000;
	border:2px solid #fff;
}
.social_wr a i {
	 font-size: 15px !important;
	 color:#fff;
	}

.readmore {
	margin-top:20px;
	margin-left:8px;
	}	
.readmore a {
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: block;
    float: left;
	}	
.btnii {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
 }

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btnii:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-5 {
  background-image: linear-gradient(to right, #166207 0%, #2fa319 51%, #166207 100%);
}
.width_change {
	margin-left: 30%;
	padding-right:45px;
	}

.owl-prev {   
    position: relative;
}
.owl-next {   
    position: relative;
}
.owl-carousel2 .owl-prev {  
	/*float:left; */
    left: 0px;
    position: relative;
}
.owl-carousel2 .owl-next {   
    /*float: right;*/
    position: relative;
    right: -3px;
}
.brand_photo {
	padding: 0;
    overflow: hidden;
    box-shadow: 0px 6px 21px #00000030;
	}
.brand_photo img {
	float:none !important;
	display:initial !important;
	width:100%;
	}		






.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0;
	height: 26rem;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#00000022;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	padding: 18px 25px 13px;
    background: #f3c82e;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */



/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #000;
}

figure.effect-layla img {
	height: 32rem;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color:#000;
	font-size: 25px;
    margin-bottom: 5%;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}
figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}






.recent_story {
	padding:0;
	width:98%;
	margin:0 auto;
	
	}	
.recent_story_body {
	width:90%;
	margin:0 auto;
	}	
.pad_bot {
	padding-bottom:30px;
	}	
.owl-item {

	}	
.border-gradient-purple-home {
	border:20px solid #ffe0e35e;
}	
.recent_story_box {
	/*padding:10px;*/
	background:#ffe0e35e;
	transition:all 0.6s ease-in-out;	
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.recent_story_box a {
	text-decoration:none;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}	
.recent_story_box:hover {
    z-index:100;
	box-shadow:rgba(0, 0, 0, 0.25) 10px 10px 30px;
	transform: scale(1.05);
	}
.jarallax {
    min-height: 70vh;
}
.jarallax-keep-img {
	min-height: 300px;
	}	
.testy_story {
	padding:0px 0;
	width:96.5%;
	margin:0 auto;
	}	
.testi_story_box {
	padding:25px;
	background:#fff url(../images/apos.png) no-repeat right bottom;
	transition:all 0.3s ease-in-out;
	box-shadow: 1px 1px 13px #00000024;
	}
.testi_story_box:hover {
    margin-top:-5px;
    z-index:100;
	box-shadow: 0px 9px 13px #0000003d;
	}				
.story_cont {
	padding: 30px 20px 30px 20px;
    /* text-align: center; */
    background: #ffffff;
	}	
.story_cont h2 {
	font-weight: 300;
    font-size: 23px !important;
    margin: 0;
	padding-bottom: 10px;
	color:#a72626 !important;
	transition:all 0.3s ease-in-out;
	font-family: "afterglow-regular";
	}
.story_cont h2 span {
	float:right;
	}
.story_cont h2 i {
	font-size: 19px;
	}		
.story_cont h3 {
	font-weight: 600;
    font-size: 15px;
    margin: 0;
	margin-top:10px;
	padding-bottom: 10px;
	color: #951e28;	
	transition:all 0.3s ease-in-out;
	}		
.story_cont h3 span {
	background: #951e28;
    color: #fff;
	font-weight: 300;
    font-size: 15px;
    padding: 7px 10px 3px 10px;
    display: inline-block;
    border-radius: 5px;
	}
.story_cont p {
	margin:0;
	transition:all 0.6s ease-in-out;
	margin-top:10px;
	font-size:14px;
	color:#000;
	}
.story_cont ul {
    margin: 1rem 1rem;
}	
.story_cont ul li {
  font-weight: 300;
    font-size: 19px !important;
    margin: 0;
    padding: 5px 0 !important;
    padding-bottom: 10px;
    color: #363636 !important;
    font-family: "afterglow-regular"; 
}
.story_cont_home {
	padding: 5px 20px 20px 20px;
    text-align: center;
	transition:all 0.6s ease-in-out;
	}	
.story_cont_home h2 {
	font-weight: 300;
    font-size: 20px !important;
    margin: 0;
	padding-bottom:0px;
	color:#910d18 !important;
	transition:all 0.3s ease-in-out;
	font-family: "afterglow-regular";
	}
.story_cont_home h2 span {
	background:#910d18;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:5px;
	display: inline-block;
	}
.recent_story_box:hover .story_cont_home {
	transform:scale(1.1) translateY(-15px);
	}	
.process_part {
    width: 97%;
    margin: 0 auto;
    padding: 70px 0 90px 0;
	background: url(../images/video_bg.jpg) no-repeat center top;
    background-size: 100% auto;
}
.manufact_photo {
	background:#f3c82e;
	padding:15px;
	}
.process {
	width:55%;
	margin:0 auto;
	}
.owl-carousel3 .owl-prev {  
	float:left; 
    left: 38px;
    position: relative;
}
.owl-carousel3 .owl-next {   
    float: right;
    position: relative;
    right:35px;
}
.manufact_cont {
	bottom: 4rem;
    position: absolute;
    width: 95.9%;
	text-align:center;
    padding: 35px 20px 10px 20px;
	}
.manufact_cont h2 {
	color:#fff;
	}	
.home_about {
	width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #fff8f8;
	background:url(../images/bodybg.jpg) repeat;
	}
.welcomecont {
	padding:50px 50px 50px 80px;
	}	
.welcomecont h2 {
	color: #910d18;
    font-family: "Gloria";
    font-size: 67px;
	font-weight:200;
    padding: 10px 20px 10px 0px;
    margin: 0;
	}
.welcomecont h3 {
	color: #a58787;
    font-size: 27px;
    font-weight: 200;
    padding: 0px 20px 10px 0px;
    margin: 0;
	}	
.welcomecont p {
	color: #000000d4;
    font-size: 16px;
    padding: 10px 20px 10px 0px;
    margin: 0;
    line-height: 28px;
	}
.about_more {
	margin-top:2rem;
	}
.about_more a {
	display: inline-table;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 16px 40px 12px 40px;
    display: inline-block;
    font-size: 15px;
    font-family: "Bronova-Regular";
	}	
.rotation_bg {
	background:#efc423;
	padding:20px;
	}






.recent_story_box:hover .story_cont p {
	color:#391816;
	} 			
.width_change2 {
    width: 94%;
    margin: 0 auto;
}
.block_part {
	width:94%;
	margin: 20px auto 40px auto;
	}
.about_cont {
	padding-top:75px;
	padding-bottom:75px;
	}		

		
.testi_photo {
	float:left;
	width:25%;
	}		
.testi_photo img {
	width:70px;
	height:70px;
	border-radius:50%;
	}	
.testi_cont {
	float:left;
	margin-left:1%;
	width:74%;
	}
.testi_cont h2 {
	font-size:17px;
	font-weight:600;
	color:#000;
	margin:10px 0;
	}
.testi_cont p {
	font-size:14px;
	color:#000;
	}		
.about h2 {
	color: #f3c82e;
    font-size: 59px;
	font-weight:100;
    top: 70px;
    z-index: 10;
    font-family: "elephant";
    text-shadow: 1px 1px 3px rgb(0 0 0 / 45%);
    padding: 10px 20px 10px 0px;
    margin: 0;
	}				
.about p {
	color: #fff;
    font-size: 21px;
    top: 70px;
    z-index: 10;
    padding: 10px 20px 10px 0px;
    margin: 0;
	}
.midblock {
	margin-top:2rem;
	}


.wel_part {
	background:url(../images/feturebg1.jpg) no-repeat center top;
    background-size: 100% auto;
	}
.why_us {
	padding:25px 0;
	}
.why_us_body {
	width:94%;
	margin:0 auto;
	}
.why_us_cont {
	margin-top:100px;
	text-align: center;
	}	
.why_us_cont h2 {
	font-family: "kalpurushANSI";
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    background: url(../images/86.png) no-repeat bottom center;
    padding-bottom: 50px;
    font-weight: 100;
}
.why_us_cont p {
	color:#fff;
	font-family:"kalpurushANSI";
	font-size:20px;
	width:80%;
	}
.c_read2 {
	margin-top:25px;
	margin-bottom:15px;
	}
.c_read2 a {
	padding: 13px 40px !important;
    color: #000 !important;
    display: inline-block;
	text-decoration:none;
	border-radius:50px;
	box-shadow: 5px 5px 5px #00000045;
	}
.c_read2 a:hover {
	box-shadow: -5px -5px 5px #00000045;
	}						
.btn-8 {
  background-image: linear-gradient(to right, #ffffff 0%, #c9c9c9 51%, #ffffff 100%);
}	
.m_box {
	text-align:center;
	transition:all 0.3s ease-in-out;
	}
.m_box:hover .b_dit {
	width:91%;
	}	
.no-pad {
	transition:all 0.3s ease-in-out;
	}	
.no-pad:hover {
	-ms-transform: scale(1.04,1.04);
    -webkit-transform: scale(1.04,1.04);
    transform: scale(1.04,1.04);
	box-shadow: 10px 10px 91px 0px rgb(0 0 0);
	z-index:99;
	}	
.nopading {
	padding:2px;
	}	
.event {
	background:#eeeeee;
	}	
.event_body {
	background:url(../images/mask-rs-white.png) no-repeat right center;
	padding:50px 0;
	}
.event_body_block {
	width:85%;
	margin:0 auto;
	}
.event_photo {
	padding:15px 0 0px 0;
	transition:all 0.6s ease-in-out;
	}			
.event_photo img {
	width: 75% !important;
    margin-left: 12.5%;
    object-fit: contain;
	transition:all 0.6s ease-in-out;
	}
.recent_story_box:hover .event_photo {
	 transform: scale(1.25) translateY(-30px);
	}	
.recent_story_box:hover .event_photo img {
	
	animation: bouncing 0.8s .4s; 
	}
@keyframes bouncing {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}		
.event_cont {
	padding: 25px 20px;
    text-align: center;
	}	
.event_cont p {
	color:#fff;
	margin:10px 0 0 0;
	}
.event_cont h2 {
	color:#f64229;
	font-weight:100;
	font-size:23px;
	margin:0;
	}
.product_body {
	width: 90%;
	margin:0 auto;
	padding:70px 0 50px 0;
	}	
.product_head {
	width: 100%;
	text-align:center;
	}	
.product_head h2 {
    color: #000;
    font-size: 55px;
    font-weight:100;
    top: 70px;
    z-index: 10;
    font-family: "elephant";
    padding: 10px 20px 10px 0px;
    margin: 0 0 10px 0;
	background:url(../images/line.png) no-repeat bottom;
	padding-bottom:30px;
}
.product_head h2 span {
	color: #910d18;
	font-family: "elephant";
	font-size: 55px;
	}
	
.group img {
    float: left;
    position: absolute;
    width: 130%;
    margin-left: 0px;
}
.event_body_box {
	box-shadow:2px 2px 4px #00000045;
	transition:all 0.3s ease-in-out;
	}	
.event_body_box:hover {
	margin-top:-25px;
	}	
.padding-problem {
	padding:5px;
	}	
.nopad {
	padding:0px;
	}	
.pad_kam {
	padding:15px;
	}
.pad_kam_more {
	padding:20px;
	}	



.social_wr1 {
	margin-top:40px;
	margin-left:2rem;
	}					

.foot_apply {
	text-align:center;
	margin-top:25px;
	}		
.foot_apply a {
	color:#fff;
	border:2px solid #fff;
	padding:7px 25px;
	border-radius:25px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	}	
.foot_apply a:hover {
	background:#fff;
	color:#f79730;
	}	

	
.back-to-top {
	position: absolute;
    text-decoration: none;
    padding: 35px 35px 30px 35px;
    /* border-radius: 50px 50px 0 0; */
    text-align: center;
    background: #f3c82e;
    right: 0;
    /* bottom: 0; */
    z-index: 10;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
    transform: rotate(-90deg);
	letter-spacing: 2px;
	margin-top:-5rem;
}
.back-to-top i {
	color:#fff;
	}

.back-to-top span {
	font-size: 19px;
	}
.back-to-top:hover {
	color:#fff;
	 text-decoration: none;
	}	



.footer {
	padding:65px 0;
	background:#1b1b1b;
	position: relative;
	}
.foot_block {
	padding:15px 0 10px 0;
	}	
h3.o_cont {
	color:#fff;
	font-family:"butler";
	font-size:38px;
	} 
.foot-cont {
	padding:7px 0;
	}				
.foot-cont h3 {
	color: #ffcb0d;
    font-size: 17px;
    margin-top: 3px;
	}
.foot-cont h4 {
	color: #fff;
    font-size: 19px;
    margin-top: 12px;
	margin-bottom:0;
	}
.foot-cont img {
    width: 80%;
}	
.footmenu {
	text-align:center;
	margin-top: 30px;
	}	
.footmenu ul {
	padding: 0;
	}	
.footmenu ul li {
	display:inline-block;
	}	
.footmenu ul li a {
	color:#C0C0C0;
	padding:5px 13px;
	font-size:16px;
	text-decoration:none;
	}	
.footmenu ul li a:hover {
	color:#78a737;
	}			
.bodda {
	}
.foot-logo {
	text-align:center;
	margin-top:30px;
	}	
.foot-logo img {
	width:65%;
	}
.social_wr1 h3 {
	color:#fff;
	font-family:"butler";
	}			
.social_wr1 a {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    margin-right: 15px;
    transition: 0.4s ease-in-out;
    font-size: 14px;
    font-weight: 200;
	border:1px solid #f3c82e;
}
.social_wr1 a i {
	 font-size: 16px !important;
	 color:#f3c82e;
	}
.social_wr1 a:hover {
	margin-top:-7px;
	}	
.foot-cont .cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.foot-cont .cticon i {
	float:left;
    font-size: 25px;
    color: #f3c82e;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #f3c82e;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-out;
}	
.foot-cont .cticontent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.foot-cont .cticontent p {
	float:left;
	color:#fff;
	width:100%;
	font-size:15px;
	}
.twosight {
	border-left:1px solid #f3c82e59;
	border-right:1px solid #f3c82e59;
	}
.footb {
    width: 95%;
    margin: 0 auto;  
}	
.foot {
	padding: 12px 0 12px 0;
    background: #f3c82e;
    text-align: center;
	}		
.foot p {
	color:#000;
	font-size:15px;
	margin:5px 0 0 0;
	}	
.foot p a {
	color:#000;
	}	
.foot p span {
	color:#fff;
	}		
.foot_menu {
	margin-top:0;
	}
.foot_menu ul {
    padding: 0;
    margin: 0;
    width: 48%;
    margin-left: 2%;
	float:left;
}	
.foot_menu ul li {
	display:block;
	padding:8px 7px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color:#fff;
	padding:5px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
.foot_menu ul li a:hover {
	color:#f3c82e;
	}					
.b_dit {
	bottom: 20%;
    position: absolute;
	width:79%;
	text-align:center;
	transition:all 0.3s ease-in-out;
	}	
.b_dit a {
	text-decoration:none;
	color:#fff;
	font-size:17px;
	}	



/*******************************************/	
/*************inner page start***************/
.allpage_image {
    background: #000;
	padding:0;
}
.allpage_image img {
    width: 100%;
    cursor: all-scroll;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.inpage_heading {
	text-align: center;
    position: absolute;
    display: flex;
    left: 15%;
    z-index: 10;
	margin-top:-6rem;
	}
.inpage_heading h2 {
    background: #cd8787;
    padding: 25px 40px 20px 40px;
    font-size: 35px;
}	
.inpage_about {
	width:80%;
	margin:70px auto 20px auto;
	background:#910d18;
	}
.inpage_menu {
	padding:10px 25px;
	background:#5a0a11;
	}
.inpage_menu p {
	margin:0;
	padding:3px 0 0 0;
	float:right;
	}	
.inpage_menu p a {
	color:#fff;
	}
.inpage_menu p span {
	padding:0 5px;
	color:#fff;
	}	
.current-item {
	color:#f3c82e !important;
	}
.aboutcont {
	padding:50px 15px 50px 50px;
	}	
.aboutcont p {
	color:#fff;
	font-size:17px;
	line-height:30px;
	}
.about_img {
	padding:0;
	}	
.about_img img {
	width:100%;
	}
.aboutcont_part2 {
	padding:50px 15px 50px 50px;
	}
.aboutcont_part2 p {
	color:#fff;
	font-size:16px;
	line-height:30px;
	}						
.about_morecont {
	width:80%;
	margin:0px auto 70px auto;
	background:#5a0a11;
	padding:35px;
	}
.about_morecont p {
	color:#fff;
	font-size:16px;
	line-height:31px;
	text-align:center;
	}	
.float_left {
	float:left;
	}
.float_right {
	float:right;
	}	
.reach_heading {
	text-align: center;
    z-index: 10;
	}
.reach_heading h2 {
    padding: 18px 35px 18px 35px;
	font-size:33px;
	margin:0;
}
.inpage_reach {
	width: 80%;
    margin: 70px auto 50px auto;
	}
.contact_map iframe {
	width:100%;
	height:30rem;
	vertical-align: bottom;
	}
.contact_heading {
	text-align: center;
    position: absolute;
    display: flex;
    left: 15%;
    z-index: 10;
	margin-top:-6rem;
	}	
.contact_heading h2 {
	background: #cd8787;
    padding: 25px 40px 20px 40px;
    font-size: 35px;
	}		
/*test report*/
.inpage_all_blank {
	width: 86%;
    margin: 4rem auto 5rem auto;
	}
.report_part {
	margin-top:1rem;
	}
.report_block {
	background: #910d18;
    padding: 15px;
	position:relative;
	}	
.report_block img {
	width:100%;
	height:20rem;
	}
.report_block iframe {
	width:100%;
	height:20rem;
	border: none;
	vertical-align: bottom;
	}	
.testpage_heading {
	text-align: center;
    display: flex;
    position: absolute;
    left: 11%;
    z-index: 10;
    margin-top: -3.9rem;
	}
.testpage_heading h2 {
	background: #f3c82e;
	color:#000;
    padding: 25px 40px 20px 40px;
    font-size: 29px;
	margin:0;
	}	
.report_viex {
	position: absolute;
    text-align: center;
    width: 85%;
    height: 89%;
    bottom: 6rem;
	left:7.5%;
    padding: 20px;
	}
.report_viex a {
    bottom:15%;
    left: 50%;
	width:100%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;
	padding: 12px 7px 9px 7px;
    text-align: center;
    background: #f3c82e;
	color:#000;
	font-size:14px;
}
report_block:hover .report_viex a {
	transform: translateX(-50%);
	}
.reportpading {
	padding:0.5rem;
	}
/*gallery page*/
.gallery {
	}
.gallery ul {
	padding:0;
	}
.gallery ul li {
	padding:1px;
	}
.gallery ul li img {
	height:20rem;
	max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
	}
.gallery ul li img:hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:0.5;
}	
.gle_pho {
	overflow:hidden;
	background:#280707;
	}
.f_l_h {
	text-align:center;
	margin-bottom: 20px;
	}
.f_l_h h3 {	
	font-family: "elephant";
	font-weight:100;
	color:#910d18;
	}
.gape {
	border: 1px dotted#00000026;
    margin: 45px 0;
	}	
/*oil abus pad*/
.oil_about {
	width: 100%;
    margin: 70px auto 20px auto;
    background: #f3c82e;
	}
.oilab {
	padding:25px;
	}	
.oilab ul {
	padding:0;
	}	
.oilab ul li {
	color:#000;
	padding:7px 0;
	}
.oilab h3 {
	font-size:35px;
	color:#000;
	}	
.oilbg {
	background:#910d18;
	padding:25px 25px 25px 40px;
	}	
.oilbg ul {
	padding:0;
	}	
.oilbg ul li {
	color:#fff;
	padding:7px 0;
	}
.oilbg h3 {
	font-size:35px;
	color:#fff;
	}	
.oilbg table tr td {
    color: #ffecec;
    padding: 8px 10px;
    font-size: 17px;
    border: 1px solid #7e4a4a;
}	
.hessian_morecont {
	background: #f3c82e;
    padding:30px 40px;
	text-align:center;
	}
.hessian_morecont p {
    color: #000;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
}
/*pp*/
.video_block {
    width: 80%;
    margin: 40px auto;
}	
.lol {
    padding:0px;
	}
.pp_video_b {
	background: #910d18;
    padding: 15px;
	}

.pp_video_b iframe {
	vertical-align: bottom;
	}		
.pp_category {
	width:100%;
	margin:0 auto;
	}
.pp_pro_body {
	width:82%;
	margin:0 auto;
	padding:5rem 0;
	}
.pp_block {
	overflow:hidden;
	border-radius:100%;
	background:#f3c82e;
	padding:15px;
	margin:15px;
	}	
.pp_block img {
	width:100%;
	border-radius:100%;
	}	
.pp_viex {
	position: relative;
    text-align: center;
    width: 100%;
    /* height: 89%; */
    bottom: 7rem;
    /* padding: 20px;*/
	}
.pp_viex a {
    bottom:35%;
    left: 50%;
	width:75%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;
	padding: 12px 30px 9px 30px;
    text-align: center;
    background: #f3c82e;
	color:#000;
	font-size:14px;
	border-radius:30px;
}
.pp_viex:hover a {
	bottom:30%;
	}
.chang_color_v {
	background: #f3c82e;
	margin-top:30px;
	}	
.oilab p {
	color: #fff;
	font-size:18px;
	line-height:31px;
	}
/*product page*/
.d_d {
    display: none;
}
.show_ml {
    margin-top: 25px;
    text-align: center;
}
#loadLess {
  display: none;
}

#loadMore,
#loadLess{
  padding:14px 15px 9px;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    background-color: #f3c82e;
    color: #000;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 25%);
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    
}
.product_p img {
	height:19rem;
	width:100%;
	}
.product_pho {
	background:#000;
	overflow:hidden;
	border-radius:5px;
	border:5px solid #cd8787;
	transition:all 0.6s ease-in-out;
	}
.product_pho:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 30px;
    transform: scale(1.05);	
	}
.border-gradient-purple {	
	border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
	border-image-source:linear-gradient(194.27deg, #ff5c6d, #ffea52, #cd8787, #c90707);
	}
.product_pho img {
	width:100%;
	height:23rem;
	transition:all 0.3s ease-in-out;
	width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
	}	
.product_pho img:hover {
	opacity:1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
.naapview {
    background: #f3c82e;
    position: relative;
    margin: 0 auto;
    width: 90%;
	margin-bottom: -50px;
    bottom: 7rem;
    padding: 5px 10px 4px 10px;
    text-align: center;
    transition: all 0.6s ease-in-out;
}
.naapview a {
    padding: 12px 5px 10px 5px;
	font-size:15px;
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
}	
.padinglol {
	padding:15px;
	}	
.upcoming_tag {
    position: absolute;
    text-align: center;
    width: 84%;
    top: 5%;
    right: -95px;
    /* border-radius: 50px 50px 0 0; */
    padding: 12px 10px;
    background: #64cf8a;
    transform: rotate(40deg);
}
.upcoming_tag a {
    margin: 0;
    padding: 0;
    color: #fff;
	font-size:12px;
	display: block;
}	
.tagdes {
	overflow:hidden;
	position:relative;
	}	
/*button*/
.buttonhd h2 {
    color: #e37580;
    font-family: "Gloria";
    font-size: 67px;
    font-weight: 200;
    padding: 10px 20px 10px 0px;
    margin: 0;
    text-align: center;
}	
.buttonhd h3 {
    color: #a58787;
    font-size: 27px;
    font-weight: 200;
    padding: 0px 20px 10px 0px;
    margin: 0;
    text-align: center;
}	
.buttonhd p {
    color: #a58787;
    font-size: 17px;
    font-weight: 200;
    padding: 0px 20px 10px 0px;
    margin: 0;
    text-align: center;
}	
  /*page load modal start*/
.modal-body {
    padding: 0px !important;
}
.modal-backdrop.in {
	opacity:0.8;
	}
.onload {
	width:68% !important;
    background:url(../images/aboutbg.jpg) no-repeat;
    min-height:30vh;
	max-height:75vh;
	margin:11vh auto 0 20%;
	overflow-x: hidden !important;
    overflow-y: hidden !important;
	padding-right:0 !important;
	border:10px solid #f3c82e;
	border-radius:90px 0 90px 0;
	}	
.onloadi {
	}	
.modal_photo img {
	width:100%;
	height:100vh;
	}
.modal_cont {
	margin-top:50px;
	}	
.modal_cont h1 {
	font-weight:bold;
	color:#f3c82e;
	font-size:39px;
	text-align: center;
	font-family: "elephant";
	font-weight:100;
	margin:0;
	}
.modal_cont p {
	color:#fff;
	font-size:18px;
	text-align: center;
	margin:0;
	line-height:25px;
	}	
.entweb {
	text-align:center;
	margin-top:25px;
	}		
.entweb a {
	display:inline-block;
	background:#f3c82e;
	color:#000;
	padding:5px 5px 5px 15px;
	border-radius:35px;
	font-weight:600;
	font-size:14px;
	}
.entweb a i {
	background: #000;
    padding: 10px;
    margin-left: 7px;
    border-radius: 50%;
	color:#f3c82e;
	}			
.close {
        position: relative;
    -webkit-appearance: none;
    padding: 18px 20px 10px 12px;
    cursor: pointer;
    background: black;
    font-size: 25px;
    border-radius: 50%;
    border: 0;
    margin-right: -15px;
    margin-top: -17px;
    color: #fff;
    z-index: 10;
    opacity: 1;

}
.close:hover {
	background: black;
	color: #fff !important;
	opacity:1 !important;
	} 
  /*page load modal end*/	
.p_photo {
	background:#ffe0e35e;
	padding:35px 25px;
	}  	
.p_story_box {
	transition:all 0.6s ease-in-out;
	}	
.p_story_box:hover {
	box-shadow:1px 1px 28px #0003;
	transform: scale(1.02);
	}
.p_story_handi {
    transition:all 0.6s ease-in-out;
    border-bottom: 1px solid #00000021;
    }
.p_story_handi:hover {
	box-shadow:1px 1px 28px #0003;
	}  
.handi_photo {
    background: #ffe0e35e;
    padding: 15px 25px;
    }	
.btn-load-more {
  font-size: 17px;
  color: #000;
  background-color: #f3c82e;
  border: 0;
  outline: 0;
  padding: 15px 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}
.btn-load-more i {
	color:#fff;
	}

.btn-load-more:hover { color: #fff; }													
/*************inner page end***************/
/*on click open div start protfolio part*/

.tabby-tabs:before {
  display: table;
  content: " ";
}
.tabby-tabs:after {
  clear: both;
  display: table;
  content: " ";
}
.tabby-tabs {
  margin-bottom:25px;
  text-align:center;
}
.tabby-tabs ul {
	padding:0;
	}
.tabby-tabs li {
  display: inline-block;
    padding: 0px;
    float: left;
    border-right: 1px solid #fffdfc;
}
.tabby-tabs li:last-child {
	border:none;
	}
.tabby-tabs li a {
  position: relative;
  display: block;
  padding: 11px 25px 11px 25px;
  color: #363636;
  background: #ffe9cf;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.tabby-tabs li a:hover, .tabby-tabs li a.active {
  color: #ffffff;
  text-decoration: none;
  background: #5a0a11;
}
div[data-tab="tab2"] {
  display:none;
  position: relative;
}
.health_block {
	margin:0 0 4rem 0;
	}
.p_c h4 {
	font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 2rem 0;
    color: #0a3562b5;
	}
.p_c ul {
	
	}	
.p_c ul li {
	font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 1rem 0;
    color: #0a3562b5;
	}		

/*on click open div end protfolio part*/

@media screen and (max-width:1024px){
.navbar-inverse {
    margin-left:20px;
}
.video-container iframe {
    height:350px;
}
}
@media screen and (max-width:900px){

}




@media only screen and (min-width:992px) and (max-width:1199px)
{
.navbar-inverse {
    margin-left:20px;
}
.logo img {
    height: 50px;
}
.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 6px 8px 6px;
    font-weight: 400;
}
.top_menu ul li a {
    padding: 0px 10px;
    font-size: 19px;
}
.allheading {
    margin-top: -100px;
}
}


@media only screen and (min-width:768px) and (max-width:991px)
{
.navbar-inverse {
    margin-left:20px;
	padding-top: 2px;
}
.logo img {
    height: 45px;
}
.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 11px 8px 11px;
    font-weight: 400;
}
				
}

@media screen and (max-width:900px){
.productfont {
	width: 50%;
}


}




@media only screen and (min-width:992px) and (max-width:1199px)
{
.productfont {
	width: 50%;
}
}


@media only screen and (min-width:768px) and (max-width:991px)
{
	.productfont {
	width: 100%;
}	
.flex-caption {
    position: absolute;
    bottom: 60px;
    width: 100%;
}		
}




@media only screen and (max-width:767px) 
{
	
.foot {
    padding: 20px 10px;
}

    .owl-prev {
    position: relative;
}
.owl-next {
    position: relative;
}
	.readmore1 {
	 margin-left:0px;
	 margin-top:0px;
    float: none;
    text-align: center;
		}
	.readmore1 a {
    box-shadow:none;
	float: none;
	border-top:8px solid #f3bc09;
}
.readmore1 a:hover {
	box-shadow:none;
	border-Bottom:8px solid #000;
	border-top:none;
	}


	.footi {
    background: url(../images/corner.png) no-repeat top left;
    padding: 0px;
    width: 100%;
}

.image_res img {
    width: 100%;
    z-index: 9;
    position: relative;
}	
img.aaa {
    position: relative;
    
    margin-left: 81px;
}

.social_wr {
    margin-right: 118px;
}
.topp ul {
    margin-left: 40px;
}
.logo {
    width: 40%;
    height: 60px;
}
.logo img {
    z-index: 999;
    margin-top:0px;
	width:80%;
}
.logo_res {
    padding: 0;
    text-align: left;
    margin-top: -15px;
    float: left;
	display:block;
	z-index:10000;
}
.absolute-div {
}	
.navbar-collapse {
	background:#9d2226;
	border-color: #9d2226 !important;
	padding-left:0;
	padding-right:0;
	}
.navbar-nav {
    margin:0;
    width: 100%;
	text-align:center;
}	
.navbar-nav > li > a {
    line-height: 30px;
    padding: 5px 22px;
	color: #fff !important;
    border-bottom: 1px dotted #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color:#fff;
	font-family: "RobotoCondensed-Light";
	}

.topp {
    padding:0;
}
.topp ul li {
	    font-size: 15px;
		margin-right: 5px;
	}
.navbar-inverse {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    float: right;
	margin-right:0px;
	z-index:10000;
}
.navbar-nav > li {
    text-align: left;
	padding:0;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	margin-top:1px !important;
	}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
	background: #9d2226;
	padding: 9px;
    float: right;
    margin: 12px 8px 12px 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #000;
}
	
.antiq h2 {
	font-size:21px;
	}
.readmore {
    float: none;
    margin-bottom: 20px;
    text-align: center;
}
.antipart {
	margin:10px 0;
	}
.footblock {
    margin: 25px 0;
}
.more h3 {
	font-size: 16px;
	}
.grfut {
	padding:25px 7px;
	}	
.grfut p {
	width:100%;
	}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
	height: 360px !important;
	}

.contictop {
	display:none;
	}
	
.panel {
	width:100%;
	}
.panel h2 {
	font-size:39px;
	margin-bottom:5px;
	}	
.mbotu {
    margin-bottom: 20px;
}
.applynow {
    float: right;
    width: 100%;
}
.tom_mail_phone {
    float: initial;
    text-align: center;
}	
.tom_mail_phone ul {
    padding: 0;
    margin-top:0px;
}	
.tom_mail_phone ul li {
    display: inline-block;
    color: #fff;
    margin-right: 0px;
    margin-top: 5px;
}	
.flex-caption ul li span {
    padding:0;
	font-size:20px;
}
.mouse-icon img {
    width: 39px;
    height: 39px;
}
.mouse-icon {
    width: 100%;
    text-align: center;
    margin-top: -48px;
    position: absolute;
}
.notice_body {
    width: 100%;
    margin: 0 auto;
    float: left;
}
.message_part {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
}	
.principal {
    margin-top: 16px;
	padding:16px;
}	
.chairmen {
    padding:16px;
}
.why_us_body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.why_us_cont p {
    width: 100%;
}
.notice_block {
    width: 88%;
    margin: 0 auto;
}
.notice_block h2 {
	font-size:18px;
	}
.notice_block p {
	font-size:14px;
	}	
.why_us {
    padding:0 0 30px 0;
}
.top_menu {
	display:none;
	}
.search_box {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
}
.b_top {
    padding:0px;
    background: #fff;
	width:100%;
}
.width_change {
    margin-left: 10px;
    padding-right: 10px;
}
.not_w {
    background: none;
}
.new_welcome h2 {
	font-size:19px;
	text-align: center;
	}
.new_welcome img {
    display:none;
}	
.recent_story_body {
    width: 94%;
    margin: 0 auto;
    margin-top: -8px;
}
.pro_diteals {
    bottom: 14px;
    position: absolute;
    width: 92.3%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    padding: 20px 20px 20px 20px;
}	
.pro_diteals h2 {
    font-size: 18px;
    text-align: left;
}


.c_read3 a {
    padding: 6px 25px !important;
    font-size: 17px;
}

.why_us_cont h2 {
	font-size:35px;
	}
.mailing_list {
    width: 96%;
    padding:25px 1px;
	text-align: center;
    background: url(../images/newsletter_bg.jpg) no-repeat;
	background-size:cover;
}	
.res_left {
    background: #73473b;
	padding: 5px 16px;
}
.res_right {
    padding: 0;
}
.search_by_category {
    padding:10px 0 10px 0;
}	

.allpage_image {
    margin-top: 0px;
}
.allheading {
    margin-top: -63px;
}
.allheading h1 {
	font-size:27px;
	}	
.resfil {
    display: block;
    background: #a34f38;
    color: #fff;
    float: left;
    padding: 4px 10px;
}
.short_part h3 {
	display:none;
	}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.closebtn {
	display:block;
	}
.overlay .closebtn {
  position: absolute;
  top: -25px;
  right: 1px;
  font-size: 60px;
  z-index:100;
  color:#5d3327;
}
.withfilterpanel {
	width:100%;
	}
.topfilterpanel .paginate {
	width:100%;
	}
.product_page_body_head {
    margin-top: 10px;
}
.short_part {
    margin-top: 10px;
	margin-bottom:10px;
}
.product_page_body_head h3 {
	font-size:21px;
	}	
.ch_a {
    width: 100%;
}	
.cart {
    width: 50%;
}
.wish {
    width: 49%;
}	

.qu_b {
	width:82%;
	}
.show {
	/*height: 330px;*/
	}
.group img {
    float: left;
    position: absolute;
    width: 100%;
    margin-left: 0px;
}
.testy_story {
    padding-bottom: 40px;
	width: 93%;
}
.about_cont {
    margin-top:0px;
}
.marg {
    margin-top: 15px;
}
.foot-cont p {
    float: left;
    color: #fff;
    width: 76%;
	margin:0;
}	
.foot-cont {
    margin-bottom: 15px;
}
.twosight {
    border-top: 1px solid #e1828559;
    border-bottom: 1px solid #e1828559;
	border-left:none;
	border-right:none;
	padding: 20px 0;
    margin: 24px 0;
}
.inpage_query {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    margin-bottom: 50px;
}
.queryheading h1 span {
	font-size:25px;
	} 
.allheading h1 span {
	font-size:25px;
	}
.about_img img {
    margin-top: 25px;
}
.brand_head h2 {
	padding:30px 0 0px 0;
	font-size:25px;
	}
/***************slider*****************/	
.slider_container{ width:100%; margin:0; clear:both; background:none; padding:0;}
.flexslider {width: 100%; margin:0; padding:0;background:none; height:40vh; margin-top:0px;}
.flexslider .slides img {width: 100%; height:40vh;}
.flex-direction-nav li a {padding: 0 10px; font-size: 13px;}
.flex-direction-nav {
    padding:9px 7px 6px 7px;
}
.flex-caption {
    float: left;
	height:40vh;
	top:0;
	padding-top:3rem;
  }
.flex-caption h1 {
    font-size: 23px;
    padding:0.5rem 0;
}
.caption_view_line a {
    padding:10px 17px 6px 17px;
}
.caption_view_line {
    margin-top:0.7rem;
}
.top_mailphone {
    display:none;
}
 .flex-caption h2 {
	 font-size:15px;
	 padding:2px 6px;
	 } 
.caption_title_line p {
    font-size: 12px;
    font-weight: 400;
	display:none;
}	 
.flex-control-nav li a {
	}
.caption_title_line {
    width: 100%;
	margin-top:1.5rem;
}	
.flex-caption ul li {
	font-size:18px;
	padding:3px 0;
	}
.flex-control-nav {
	padding: 8px 11px 9px 11px;
	}
.home_about {
    padding: 0px 15px 125px 15px;
}		
/*************************************/
.foot-cont img {
    width: 65%;
}
.process {
    width: 95%;
}
.manufact_photo {
    padding: 8px;
}
.process_part {
    width: 95%;
    padding: 10px 0 20px 0;
}
.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
		height:11rem;
	}
figure.effect-layla h2 {
    font-size: 12px;
}
.pad_kam {
    padding:5px;
}
	figure.effect-layla img {
    height: 13rem;
}
figure.effect-layla figcaption {
    padding: 1em 0.2em;
}
.grid figure h2 span {
    padding: 10px 5px 10px;
}
.back-to-top {
    position: absolute;
    text-decoration: none;
    padding: 25px 25px 20px 25px;
    /* border-radius: 50px 50px 0 0; */
    right:-2rem;
    /* bottom: 0; */
    z-index: 10;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.product_body {
    padding: 2px 0 50px 0;
	width: 100%;
}
.footer {
    padding: 25px 0;
}
.main_top {
    background: #fff;
}
/*about start*/
.inpage_heading {
    left: 10%;
}
.inpage_about {
    width: 95%;
    margin: 10px auto 10px auto;
}
.aboutcont {
    padding: 50px 15px 25px 15px;
}
.aboutcont_part2 {
    padding: 50px 15px 25px 15px;
}
.about_morecont {
    width: 95%;
    margin: 0px auto 70px auto;
}
/*about end*/
.inpage_reach {
	width:94%;
	margin:0 auto;
	padding-bottom:50px;
	}
.testpage_heading {
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%;
}
.oilbg {
    overflow: scroll;
}
.oil_about {
    margin: 30px auto 30px auto;
}
.testpage_heading h2 {
    padding: 17px 10px 12px 10px;
    font-size: 25px;
}
.inpage_all_blank {
    width: 95%;
    margin: 1rem auto 5rem auto;
}
.buttonhd h2 {
    font-size: 31px;
}	
/*modal on load*/
.onload {
    width:92% !important;
    margin-left: 4%;
    min-height: 30vh;
    max-height:max-content;
    margin-top: 7vh;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding-right: 0 !important;
	border-radius:0;
}
.modal_photo img {
    width: 100%;
    height:auto;
    
}
.modal_cont {
    margin-top: 30px;
    padding-bottom: 38px;
}
.entweb {
    text-align: center;
    margin-top: 25px;
}	
.modal_cont h1 {
	font-size:31px;
	}
.buttonhd h3 {
    font-size: 19px;
}
.pp_viex {
    width: 71%;
    height: 89%;
    bottom: 2rem;
    padding: 6px;
}
.pp_viex a {
	width:90%;
	}
.welcomecont {
    padding: 20px 0px 20px 0px;
}
.owl-carousel .owl-stage-outer {
    padding: 0px 0 0px 0 !important;
}
.gdis {
	margin:0;
	}
}
@media only screen and (max-width:639px) 
{







