@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('RobotoCondensed-Light'), local('RobotoCondensed-Light'), url("../font/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
  font-family:"Bronova-Regular";
  font-style: normal;
  font-weight: 400;
  src: local('Bronova-Regular'), local('Bronova-Regular'), url("../font/Bronova-Regular.ttf") format('truetype');
}


@font-face {
  font-family: "conthrax";
  font-style: normal;
  font-weight: 400;
  src: local('conthrax-sb'), local('conthrax-sb'), url("../font/conthrax-sb.ttf") format('truetype');
}
@font-face {
  font-family: "Century Schoolbook";
  font-style: normal;
  font-weight: 400;
  src: local('Century_Schoolbook'), local('Century_Schoolbook'), url("../font/Century_Schoolbook.ttf") format('truetype');
}
@font-face {
  font-family: 'LemonMilk';
  font-style: normal;
  font-weight: 600;
  src: local('LemonMilk'), local('LemonMilk'), url("../font/LemonMilk.otf") format('truetype');
}
@font-face {
  font-family: 'WorkSans-Bold';
  font-style: normal;
  font-weight: 600;
  src: local('LemonMilk'), local('LemonMilk'), url("../font/WorkSans-Bold.otf") format('truetype');
}

body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	top:0;
	overflow-x: hidden;
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	
	}
	
	
	
	
	
.topp {
	padding:10px 10px 0 0;
}	
.topp ul {
	z-index: 99;
    position: relative;
    margin: 0;
    float: right;
    padding: 7px 10px 7px 22px;
    /*background: #000;*/
    border-radius: 0 0 0 54px;
	}
.topp ul li {
	color:#fff;
	font-size: 15px;
	display: inline-block;
	margin-right:10px;
	font-family: 'Roboto Condensed', sans-serif;
	}
.topp ul li i.fa {
	color:#fff;
	padding:8px;
	}
.boddo {
	padding: 0 0 20px 0;
	float:right;
	}
.boddo1 {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
	float:right;
}	
.download {
    float:right;
}
.download a {
    color: #000;
    padding: 11px 20px;
    background: #feb209;
    font-size: 15px;
    display: block;
    border-radius: 24px;
}
.cotation {
	float:right;
	padding: 3px 0 0 0;
	}	
.cotation a {
	color:#fff;
	background:#FF440B;
	padding: 8px 15px;
	text-decoration:none;
	}	
.absolute-div {
    width: 100%;
    z-index: 999;
    position: absolute;
    background: linear-gradient(180deg, #000000c7, #00000000);
}
.logoo img {
    position: absolute;
    z-index: 99;
	display:none;
}	
.logo {
	padding:0;
	margin-top: -81px;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height:160px;
	}	
.navbar {margin-bottom:0px;}	
.navibar {z-index:99; margin-right: 1%;}	


.navbar-nav {position:relative; float: right; background: #feb209bd;}
.navbar-inverse{background:rgba(0,0,0,0.0); height:auto; border:0; padding-bottom:0px; padding-top: 6px;}


.navbar-nav > li {background:url(../images/dot.png) no-repeat right center;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#000 !important; transition:all 0.3s ease-in-out; font-size:16px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; padding:15px 25px; font-weight:600; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover{ color: #ffb200 !important; }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color:#ffb200 !important;
    background-color: #000;
}
.navbar-nav > li > a.active {
	
	}
.dropdown-menu	{
	background-color: rgb(254 178 9);
	min-width:197px !important;
	border-radius:0px;
	padding: 0px 0;
	}
	.navbar-nav ul.sm-nowrap > li > a {
	padding:8px 20px 8px 10px;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    margin: 1px 0;
	}	
.navbar-nav ul.sm-nowrap > li > a:focus, .navbar-nav ul.sm-nowrap > li > a:hover  {
	color:#ffb200;
	}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
    background-color: #000 !important;
	}	
.navbar-nav ul.menusub > li > a {
	padding:6px 10px 6px 10px;
	margin:1px 0;
	text-transform:none;
	}		
.navbar-nav li ul.sub-menu{display:none;position:absolute; top:89px; left:0; border-top:2px solid #a42629; padding-left:10px;}
.navbar-nav li:hover ul.sub-menu{display:block; width:200px;  background-color: rgba(0, 0, 0, 0.8); list-style-type:none;}
.navbar-nav li:hover ul.sub-menu li{padding:10px; border-top:1px solid #292828; font-size:15px; }
.navbar-nav li:hover ul.sub-menu li:first-child{border:0;}
.navbar-nav li:hover ul.sub-menu li a{color:#7a7a7a; text-decoration:none;}
.navbar-nav li:hover ul.sub-menu li a:hover{color:#9c0a0e;}

.bo_image img {
	width: 100%;
    margin-top: -70px;
    z-index: 999;
    position: relative;
	}
.bg_black {
	background:url(../images/zig-zag-wool.png) repeat;
	padding:110px 0 50px 0;
	}
.vid_bl {
	width:80%;
	margin:0 auto;
	}
.video_place {
    padding: 0px 0 40px 0;
    width: 95%;
    float: right;
    z-index: 99;
	position:absolute;
}
.video-container iframe {
    position: relative;
    height: 375px;
}
.video_block iframe {
   /*border-bottom:5px solid #feb209;
   border-right:5px solid #feb209;*/

}
/*.video_block::before {
    width: 75%;
    height: 360px;
    left: -50px;
    top: -50px;
    position: absolute;
    content: '';
    border: 5px solid #feb209;
}*/
.video_con {
	margin: -33px 0 0 -109px;
    padding: 95px 0 115px 119px;
    border: 5px solid #feb209;
    width: 116%;
	}
.video_con  h2 {
	font-family: 'WorkSans-Bold';
    font-size: 50px;
    line-height: 69px;
    color:#feb209;
    font-weight: bold;
    margin: 10px 0 25px 0;
	}
.video_con p {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    color: #feb209;
	}














	
	
.site-top-dark {
    background: rgba(28,33,36,0.5);
}
.site-top {
    position: absolute;
    float: left;
    background-size: cover;
    padding: 0;
    width: 23%;
    z-index: 4;
    height: 100vh;
    border-right: 1px solid rgba(255,255,255,0.67);
}
.caption_title_line h2 {
	color:#fff;
	font-family: 'WorkSans-Bold';
	font-size:60px;
	text-align: right;
	text-shadow:5px 3px 0px rgba(19, 19, 19, 1);
	}
	.caption_title_line p {
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21px;
	background:#000000a6;
	padding:9px 15px;
	float:right;
	text-align:right;
	}
.left_menu ul {
	padding:0;
	margin:45px 0 0 0;
	}
.left_menu ul li {
	border-top:1px solid #fff;
	}
.left_menu ul li a {
	display:block;
	color:#fff;
	font-family: "conthrax";
	text-decoration:none;
	padding:13px 0;
	transition:all 0.3s ease-in-out;
	font-size:19px;
	}	
.left_menu ul li a:hover {
	background: #066e4bc2;
	}
/*
image moove up down
img.vert-move {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}*/
.productheading {
	margin-top:60px;
	}
.productheading h2 {
	font-family: "Century Schoolbook";
	font-size:45px;
	color:#2e4c57;
	text-align:center;
	margin-bottom:25px;
	font-weight:500;
	}
.padd_no {
	padding:0;
	}
.padd_no1 {
	padding:1px;
	}	
.productpanel {
	margin:10px auto 30px auto;
	width:96%;
	}
figure.effect-julia h2 {
	font-family:"roboto Condensed";
	font-size:21px !important;
	word-spacing:normal !important;
	background: #00000094;
	}
figure.effect-julia p {
	font-family: "Royal Crescent";
	}
.somebg {
	}
.welcomebody {
	width:100%;
	margin:30px auto 60px auto;
	border-right: 24px solid #feb209;
	background: url(../images/cnt-rgt.png) no-repeat right 70px bottom;
	}
.welcomecompany {
    width: 90%;
    margin: 10px auto 0 auto;
	}	
.welcomecompany h2 {
	font-family: 'WorkSans-Bold';
    font-size: 65px;
    color: #000;
    font-weight:bold;
    margin: 10px 0 25px 0;
	}
.welcomecompany h2 span {
	color:#feb209;
	}	
.welcomecompany p {
	font-family: "Roboto Condensed";
	color:#000;
	font-weight: 600;
    line-height: 29px;
	}
.viewall {
	float:left;
	margin-top:25px;
	}
		
.viewall a {
	color:#feb209;
	padding:20px 40px;
	background:#000;
	
	
	font-size:15px;
	display:block;
	font-weight:600;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
.viewall a:hover {
	color:#feb209;
	background:#000;
	box-shadow: 0 10px 20px rgb(0 0 0 / 70%);
	}	
.welcomephoto {
	overflow:hidden;
	}	
.welcomephoto img {
	width:100%;
	transition: all 0.3s ease-in-out;
	}
.welcomephoto img:hover {
	-webkit-transform: scale(1.08);
  transform: scale(1.08);
	}	
.pro_dit_bg {
	border-left:24px solid #feb209;
	}
.rightlight {
	margin:8rem auto 8rem auto;
	width:90%;
	background:url(../images/cnt-rgt.png) no-repeat left bottom;
	}
.padding-problem {
    padding:0 7px;
}
.pro_block {
	transition: all 0.3s ease-in-out;
	padding:15px 0;
	margin-bottom:15px;
}
.pro_photo {
    overflow: hidden;
}
.pro_photo img {
    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);
}
.pro_diteals {
    bottom: 0;
	text-align:center;
    position: absolute;
    width: 97%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    padding:35px 20px 10px 20px;
}
.pro_diteals h2 {
	color:#feb209;
	font-family: 'WorkSans-Bold';
	padding:0 0 25px 0;
	margin:0;
	}	
.pro_diteals p {
	color:#fff;
	font-family:"Roboto Condensed";
	font-size:19px;
	}		
.pro_block:hover .pro_photo img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
.proheading {
	margin:30px 0 50px 0;
	}
.proheading h2 {
    font-family: 'WorkSans-Bold';
    font-size: 65px;
    color: #000;
    font-weight: 500;
	margin:0;
}
.proheading h2 span {
	color: #feb209;
	}
.proheading p {
	font-family: "Roboto Condensed";
    font-size: 21px;
    color: #2e4c57;
	}
.heading_bgg {
    text-align: center;
    margin-bottom: 4rem;
}	
.heading_bgg h2 {
    font-family: 'WorkSans-Bold';
    font-size: 65px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.heading_bgg h2 span {
    color: #feb209;
}
.heading_bgg p {
    font-family: "Roboto Condensed";
    font-size: 21px;
    color: #2e4c57;
}
.explore {
	margin:0 0 30px 0;
	}
.explore a {
	color: #000;
    padding: 15px 40px;
    font-size: 15px;
    background: #feb209;
    transition: all 0.3s ease-in-out;
	}
.explore a:hover {
	}
		
.leddiffrancehead {
	margin-bottom:25px;
	}
.leddiffrancehead h2 {
	font-family: "Century Schoolbook";
    font-size: 45px;
    color: #2e4c57;
    text-align: center;
    font-weight: 500;
    margin: 0 0 15px 0;
	}
.leddiffrancehead p {
	font-family: "Roboto Condensed";
    font-size: 19px;
	color: #2e4c57;
	text-align: center;
	}		

.leddiffrentbody {
	margin:10px auto 60px auto;
	width:96%;
	}
.diffrent1 {
	text-align:center;
	}	
.diffrent1 h3 {
	font-family: "Century Schoolbook";
    font-size: 33px;
    color: #2e4c57;
    font-weight: 500;
    margin: 0 0 15px 0;
	}
.diffrent1 p {
	font-family: "Roboto Condensed";
    font-size: 18px;
	color: #2e4c57;
	text-align: center;
	}
.foot {
	padding-bottom:3rem;
	}	
.footer {
	background:url(../images/f_bg.jpg) no-repeat left;
	background-size:cover;
	position:relative;
	}			

.footlogo {
	}	
.footlogo img {
	width:100%;
	margin:0 auto;
	}
.footcont h2 {
	font-family: 'WorkSans-Bold';
    font-size: 40px;
    color: #feb209;
    font-weight: 500;
    margin: 0;
	}	
.footcont {
	margin:50px 0 2.5rem 0;
	}
.social_wr {
	padding:0px 0;
	margin:25px 0 0 0px;
	}		
.social_wr a {
	color: #feb209;
    float: left;
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
    border: 1px solid #feb209;
}

.social_wr a:hover {
	background:#feb209;
	border:1px solid #feb209;
	color:#000;
}	
.footaddress h3 {
	font-weight:100;
	font-size:19px;
	color:#feb209;
	}
.footaddress p {
	font-family: "Roboto Condensed";
    font-size: 15px;
	color:#fff;
	}
			

.foot p {
	color:#feb201;
	font-family: "Roboto Condensed";
	margin:0;
	}
.foot p a {
	color:#feb201;
	}
.back-to-top {
	position: fixed;
    bottom: 25px;
    text-decoration: none;
    padding: 11px 17px;
    display: none;
    border-radius: 50%;
    box-shadow:0px 16px 10px #00000047;
    text-align: center;
    background: #feb209;
    right: 25px;
    z-index: 100;
			
		}
.back-to-top i {
	color:#fff;
	font-size: 14px;
	text-decoration:none;
	}
.allpage_banner {
	height:340px;	
	background:url(../images/border.png) repeat-x;
	}
.allpage_banner img {
	width:100%;
	height:330px;
	}	
.allheading {
    margin-top: -110px;
    position: absolute;
	z-index:9;
	width:100%;
}	
.allheading h1 {
    margin: 0 0 0 50px;
    padding: 10px 40px;
    color: #fff;
    text-align: right;
    float: right;
    font-size: 27px;
    background: #000000bd;
    text-transform: uppercase;
    margin-right: 2rem;
    font-weight: 300;
    font-family: "roboto Condensed";
}
.allheading p {
    margin: 0 0 0 0px;
    padding: 3px 15px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight:300;
}
.allheading p a {
    color: #fff;
}




.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
 display:none;
}		
.menuonoff {
	display:none;
	}	
.no_pad {
    padding:0;
}

.sidenav_all {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background:url(../images/menubg.jpg) no-repeat;
  background-size:cover;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav_all a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav_all a:hover {
  color: #f1f1f1;
}

.sidenav_all .closebtn_all {
  position: absolute;
  right: 0px;
    top: 0px;
    padding: 0px 10px;
    background: #066e4b;
    color: #fff;
  display:block;
  z-index:10;
}
.menuonoff_all {
	display: block;
    float: right;
    position: fixed;
    z-index: 1000;
    right: 5px;
    top: 0px;
	font-size:31px;
    padding: 0px 10px;
    background: #066e4b;
    color: #fff;
	cursor:pointer;
	}
.pro_inpage {
	width:100%;
	background:#fff;
	position:relative;
	padding:10px 0;
	}	
.all_inpage {
	width:88%;
	background:#fff;
	position:relative;
	padding:50px 0;
	margin: 0 auto; 
	}		
.logo_all {
	width:20%;
	float:left;
	position:absolute;
	z-index: 100;
	}
.logo_all img {
	width:63%;
	}
.manu_allpage {
	width:30%;
	border-right: 1px solid rgba(255,255,255,0.67);
	text-align:center;
	float:left;
	height:100vh;
	background: rgba(28,33,36,0.5);
	}
.logo_1 {
	text-align:center;
	}		
.logo_1 img {
	width:40%;
	}
.menusight {
	width:64%;
	margin-top:15%;
	margin-left:5%;
	float:left;
	}	
.menusight h2 {
	color:#fff;
	font-family: 'Lobster Two';
	font-size:45px;
	}
.menusight p {
	color:#fff;
	font-family: "Century Schoolbook";
	font-size:29px;
	}		
.viewres {
	display:none;
	}
.about_page h3 {
	margin: 0;
    padding: 0 0 15px 0;
    color: #090909;
    font-family: 'WorkSans-Bold';
    font-size: 32px;
	}	
.about_page p {
	font-family:"Roboto Condensed";
	font-size:17px;
	color:#2a2a2a;
	line-height:28px;
	}	
.about_page img {
	width:100%;
	}	
.nav-tabs {
	padding:0;
	border-right: 1px solid #ddd;
	border-bottom:none;
}
ul#demoTabs li.active {
    background: linear-gradient(140deg,#1f3d6c,#2e6bb8);
}
ul#demoTabs li {
    line-height: 20px;
    float: left;
    padding:0px;
    width: 100%;
    margin-bottom:0px;
	display:inline-block;
	border-bottom: 1px solid #ddd;
}
ul#demoTabs li a {
    color: #000;
    background: none;
    border: none;
    font-weight:500;
    padding: 13px 15px 13px 15px;
    text-decoration: none;
	font-size:17px;
	font-family: "Roboto Condensed";
	display:block;
}
ul#demoTabs li a i {
	float: right;
    line-height: 26px;
	}
ul#demoTabs li a:hover {
    background: linear-gradient(140deg,#2e6bb8,#1f3d6c);
	color: #fff;
	border-radius:0;
}
    

ul#demoTabs li.active a {
    color: #fff;
}
.headingname {
	width:100%;
	}	
.headingname h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#2e6bb8;
	border-bottom:3px solid #2e6bb8;
	float:left;
	}	
.lightdetails h4 {
	margin:0;
	padding:15px 0 5px 0;
	}	
.lightdetails p {
	margin:0;
	font-family: "Roboto Condensed";
    font-size: 18px;
    color: #464646;
    line-height: 33px;
	}	
table.prodittable {
	width:100%;
	}	
table.prodittable th {
	text-align: center;
    padding: 10px 7px;
    background: #083a88;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 100;
    font-size: 19px;
	}
table.prodittable td {
    text-align: center;
	padding:8px 5px;
	color: #464646;
	font-family: "Roboto Condensed";
	}		
.chotol {
    width:65%;
    float: left;
}
.chotolphoto {
    width:35%;
    float: left;
}
.back_img_only {
    width: 100%;
   
    height: 240px;
    background: url(../images/product/1.jpg) no-repeat center;
    background-attachment: fixed;
}
.cover_only img {
     width: 100%;
}    

.modal-content {
    border-radius: 0px;
    background: #066e4b;
}
.panel {
	background:rgba(255,255,255,0.0);
	margin-bottom:0;
	}	
.modal-head {
    padding: 7px 10px;
    /* float: right; */
    position: absolute;
    right: -26px;
    top: -22px;
    background: #066e4b;
}
.close i {
    font-size: 21px;
}
.mainbox {
    padding: 2px 11px;
    background: #066e4b;
    border-radius: 7px;
    margin-top:19px;
    margin-bottom: 11px;
    margin-left: 11px;
	}
.panel-body {
    padding: 0px;
}		
.mbot {
    margin-bottom: 25px;
}
.formname {
    color: #000;
    font-weight: 300;
    margin-bottom: 1px;
    font-family: "Roboto Condensed";
    font-size: 17px;
}
.form-control1 {
    display: block;
    width: 100%;
    padding: 11px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255,255,255,1);
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 5px #cecece;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#000;
    opacity: 1; /* Firefox */
	font-family: "Roboto Condensed";
	font-size:16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#000;
	font-family: "Roboto Condensed";
	font-size:16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#000;
	font-family: "Roboto Condensed";
	font-size:16px;
}
input[type=text]:focus,input[type=email]:focus, textarea:focus, select:focus {
  
  padding-left: 7px;
  border: 1px solid #ffb200;
  outline:none;
}
select.form-control1 {
	font-family: "Roboto Condensed";
	font-size:16px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  border: 1px solid #ffb200;
  outline:none;
}
.quesend {
    border-radius: 0;
    padding: 11px 25px;
    font-size: 16px;
    width: 100%;
    background: #000;
    border:5px solid #1f3d6c;
    color: #fff;
	transition:all 0.3s ease-in-out;
}
.quesend:hover {
	background: linear-gradient(140deg,#1f3d6c,#2e6bb8);
    border-color: #1f3d6c;
    color: #fff;
	}
.Contact_cont h2 {
    font-family: 'WorkSans-Bold';
    color: #000;
    font-weight: 500;
	font-size:25px;
}
.Contact_cont h3 {
    font-family: 'WorkSans-Bold';
    color: #000;
    font-weight: 500;
	font-size:21px;
}
.Contact_cont p {
    color: #000;
    font-size: 17px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}			
.about_page h4 {
	color: #000;
    font-size: 21px;
	font-family: "Roboto Condensed";
	}	
.acktoproduct {
    position: fixed;
    right: 0;
    margin-top: -30px;
    margin-right: -172px;
     transition:all 0.6s ease-in-out;
     z-index: 100;
}	
.acktoproduct a {
    background: #3027a3;
    color: #fff;
    padding: 0px 25px 0px 0px;
    font-size: 13px;
    text-decoration: none;
    /* box-shadow: -8px 0px 0px #000; */
    margin: 0 0 0 20px;
    display: block;
    transition: all 0.7s ease-in-out;
}
.acktoproduct a i {
   margin: 0 10px 0 0px;
    padding: 15px 20px;
    background: #066e4b;
}
.acktoproduct:hover {
    margin-right: 0px;
}	
.bottipad {
	padding:7px 15px;
	}
.dit_left h2 {
	margin: 0;
    padding: 0 0 10px 0;
    color: #090909;
    font-family: 'WorkSans-Bold';
    font-size: 21px;
	}
.dit_left p {
	margin: 0;
	padding: 0 0 10px 0;
    color: #090909;
    font-size: 21px;
	font-family: "Roboto Condensed";
	}	
.dit_right h2 {
	margin: 0;
    padding: 0 0 15px 0;
    color: #090909;
    font-family: 'WorkSans-Bold';
    font-size: 27px;
	}
.dit_right ul {
	 margin:0 0 10px 35px;
	 padding:0;
	}
.dit_right ul li{
	color: #090909;
    font-size: 21px;
	font-family: "Roboto Condensed";
	list-style-type:circle;
	line-height:33px;
	}
		
.product_page h3 {
	margin: 0;
    padding: 0 0 50px 0;
    color: #090909;
    font-family: 'WorkSans-Bold';
    font-size: 37px;
	text-align:center;
	text-transform:uppercase;
	}
.product_page h1 {
    margin-top: -22px;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.15);
    font-size: 75px;
    text-transform: uppercase;
    left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
}
.back_img_only1 {
    background: url(../images/IMG-20210804-WA0017.jpg) no-repeat right;
    background-attachment: fixed;
	margin-top:8px
}
.cover_only {
    background-color: #112030d1;
    padding:140px 0;
	text-align:center;
}
.cover_only h2 {
	color:#feb209;
	font-family: 'WorkSans-Bold';
    font-size:31px;
	}
.back_img_only2 {
    background: url(../images/ab_photo.jpg) no-repeat left;
    background-attachment: fixed;
	background-size: cover;
}
.cover_only2 {
    background-color: #112030d1;
	padding:60px 0;
	text-align:center;
}
.cover_only2 h2 {
	color:#feb209;
	font-family: 'WorkSans-Bold';
    font-size: 29px;
	}
.cover_only2 p {
	margin: 0;
    color: #fff;
    font-size: 21px;
	font-family: "Roboto Condensed";
	}
.col_k {
	background:#feb209;
	padding:66px 50px; 
	}
.back_img_only3 {
    background: url(../images/abg2.jpg) no-repeat right bottom;
    background-attachment: fixed;
	background-size: cover;
}
.cover_only3 {
    background-color: #382a0973;
	padding:60px 0;
	text-align:center;
}
.cover_only3 h2 {
	color:#fff;
	font-family: 'WorkSans-Bold';
    font-size: 29px;
	}
.dit_right1 h2 {
    margin: 0;
    padding: 0 0 15px 0;
    color: #090909;
    font-family: 'WorkSans-Bold';
    font-size: 21px;
}
.pad_of {
	padding-left:0;
	}
.dit_right1 {
	margin-top:20px;
	}
.res_left {
	float:right;
	}
.res_right {
	float:left;	}		

.back_img_only4 {
    background: url(../images/abg3.jpg) no-repeat left;
    background-attachment: fixed;
	background-size:cover;
	margin-top:8px
}
.cover_only4{
    background-color: #112030d1;
    padding:145px 0;
	text-align:center;
}
.cover_only4 h2 {
	color:#feb209;
	font-family: 'WorkSans-Bold';
    font-size:31px;
	line-height:50px;
	}
.contact_page {
	padding-bottom:25px;
	}	
.Contact_cont {
	margin-top:25px;
	}		
.w_img img {
	width:100%;
	margin-bottom: 10px;
	}	
.dit_right table th {
	background:#000;
	color:#feb209;
	text-align:center;
	padding:7px;
	border:1px  solid #000;
	}	
.dit_right table td {
	color:#000;
	text-align:center;
	border:1px  solid #000;
	padding:7px;
	}	
.back_img_only5 {
    background: url(../images/abg4.jpg) no-repeat left;
    background-attachment: fixed;
	background-size:cover;
	margin-top:8px
}
.cover_only5{
    background-color: #00000094;
	text-align:center;
	height:130px
}	
.dit_right p {
	color: #090909;
    font-size: 19px;
    font-family: "Roboto Condensed";
    line-height: 33px;
	}	
.agwnew {
    margin: 0 auto;
    width: 87%;
    padding: 0 0 6rem 0;
}	
	
.about_block_2 {
     background:#fffae9;
}	
.about_block_in {
    width: 88%;
    padding: 30px 0;
    margin: 0 auto;
}	
	
.heading_inp {
    text-align: center;
    margin-bottom: 4rem;
}	
.heading_inp h2 {
    font-family: 'WorkSans-Bold';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.heading_inp h2 span {
    color: #feb209;
}
.heading_inp p {
    font-family: "Roboto Condensed";
    font-size: 21px;
    color: #2e4c57;
}	
.inptgas {
    margin-bottom: 4rem;
}	
.inptgas h2 {
    font-family: 'WorkSans-Bold';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.inptgas h2 span {
    color: #feb209;
}
.inptgas p {
    font-family: "Roboto Condensed";
    font-size: 21px;
    color: #2e4c57;
}
.paddingon {
    padding:15px;
}
.project_item {
    position: relative;
    
    margin-bottom: 0px;
    background: #feb209;
    box-shadow: 1px 1px 10px #efefef;
}
.overlay_io {
    padding:10px 15px 15px 15px;
}
.overlay_io h4 {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-family: "Roboto Condensed";
}
.project_item img {
    height: 230px;
}

	
	


@media screen and (max-width:1024px){
}
@media screen and (max-width:900px){

}




@media only screen and (min-width:992px) and (max-width:1199px)
{
}


@media only screen and (min-width:768px) and (max-width:991px)
{
}

@media screen and (max-width:900px){

}




@media only screen and (min-width:992px) and (max-width:1199px)
{
}


@media only screen and (min-width:768px) and (max-width:991px)
{
}




@media only screen and (max-width:767px) 
{
.site-top {
	height: 70vh;
    width: 100%;
	}
.logo img {
    height:75px;
	margin-left:15px;
}
.bo_image img {
    margin-top: -20px;
    position: relative;
    z-index: 99;
}	
.left_menu ul {
    padding: 0;
    margin: 5px 0 0 0;
}	
.left_menu ul li a {
	font-size: 14px;
	padding: 12px 0;
	}	
.ledlight {
    position: absolute;
    margin-top: -100px;
    z-index: 99;
    width: 90%;
    float: right;
}
.ledlight img {
	width:100%;
	}	
.caption_title_line h2 {
	font-size:25px;
	text-shadow:2px 2px 0px rgba(46, 76, 87, 0.88);
	}
.productheading h2 {
	font-size:35px;
	}	
.social_wr {
    padding: 0px 0;
    margin: 15px 0 0 0px;
}
.welcomecompany {
	text-align:center;
	width:100%;
	}
.welcomecompany h2 {
	text-align:center;
	font-size:45px;
	}
.welcomecompany h2 span {
	font-size:35px;
	}		
.footlogo img {
    width: 50%;
    margin: 0 auto;
}	
.footbulb {
	display:none;
	}
.foot {
	margin:15px
	}
.pro_diteals {
	width:96.5%;
	}	
.caption_title_line p {
	padding: 3px 15px;
    margin-bottom: 3px;
	font-size:15px;
	}	
.leddiffrentbody {
	width:100%;
	margin: 10px auto 50px auto;
	}	
.rightlight {
    margin: 0px auto 75px auto;
    width: 100%;
	background:none;
}	
.welcomebody {
    width: 95%;
    margin: 12px auto 50px auto;
    padding: 0;
	border:none;
	background: none;
}
.welcomecompany p {
    text-align: center;
}
.welcomecompany {
    margin-top: 15px;
}
.viewall {
	margin-bottom:20px;
	text-align:center;
	float:none;
	}
.viewall a {
	width:60%;
	margin-left:20%;
	}		
.productpanel {
    margin: 10px auto 20px auto;
    width: 100%;
}
.pro_diteals p {
    font-size: 16px;
}
.pro_diteals h2 {
    padding: 0 0 10px 0;
}	
.explore {
    margin: 20px 0;
}
.playbutton a {
	padding: 25px 30px;
	}
.pro_dit_bg {
    border-left: none;
}	
	
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background:url(../images/menubg.jpg) no-repeat center;
  background-size:cover;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  right: 0px;
    top: 0px;
    padding: 0px 10px;
    background: #066e4b;
    color: #fff;
  display:block;
  z-index:10;
}
.menuonoff {
	display: block;
    float: right;
    position: fixed;
    z-index: 1000;
    right: 5px;
    top: 0px;
	font-size:31px;
    padding: 0px 10px;
    background: #066e4b;
    color: #fff;
	}
.logores {
	display:block;
	position: absolute;
	
	z-index: 1000;
	left:5px;
	}
.logores img {
	width:60px;
	}
.proheading h2 {
	font-size:35px;
	text-align: center;
	}
.proheading p {
    text-align:center;
}	
.leddiffrancehead h2 {
	font-size:35px;
	}
.sidenav_all {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
   background:url(../images/menubg.jpg) no-repeat center;
  background-size:cover;
    overflow-x: hidden;
    transition: 0.5s;
}	
.logo_all {
	display:none;
	}	
.manu_allpage {
	width:100%;
	height:70vh
	}
.menusight {
	width:100%;
	}
.allpage_banner img {
    height: 200px;
}
.allpage_banner {
    height: 200px;
}
.allheading {
    margin-top: -100px;
    position: absolute;
}
.allheading h1 {
	font-size:18px;
	}
.viewres {
	display:block;
	}
.site-top {
	position: initial;
	}
.chotol {
    width: 100%;
}	
.chotolphoto {
    width: 100%;
        margin: 10px 0;
}
.about_page {
    margin: 0 -15px 0 -15px;
}
.boddo {
    padding: 7px 0;
    float: right;
    background: #00000087;
}
.navbar-nav {
    position: relative;
    float:none;
    background: #feb209;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
}
.navbar-collapse {
	border-top:none;
	}
.navbar-nav > li > a {
	text-align:center;
	}	
.logo {
	margin-top:-7px;
	}	
.topp {
    padding: 0px 0 0 0;
    display: none;
}	
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
    background: #000;
}
.navbar-inverse .navbar-toggle {
    border-color: #feb209;
    background: #feb209;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	border-color: #feb209;
    background: #feb209;
	}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.video_place {
    position: relative;
}
.vid_bl {
    width: 100%;
}
.video_con {
    margin: -85px auto 0 auto;
    padding: 40px 20px;
    border: 5px solid #feb209;
    width: 97%;
}
.video_con h2 {
    font-size: 50px;
}
.video_block::before {
    width: 94%;
    top: -50px;
	left:0;
	height: 180px;
}
.video-container iframe {
    position: relative;
    height: 190px;
	width: 95%;
}
.footer {
    background: url(../images/f_bg.jpg) no-repeat center;
    background-size: cover;
}
.all_inpage {
	width:90%;
	
	}
.product_page h1 {
    font-size: 55px;
    text-transform: uppercase;
    left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
}
.res_left {
	float:left;
	padding: 0;
	}
.res_right {
	float:right;	}
.cover_only {
    background-color: #112030d1;
    padding: 50px 0;
    text-align: center;
}
.res_padd {
	padding:0;
	}
.res_padd1 {
	padding:7px 0;
	}
.pad_of {
    padding: 0 0 5px 0;
}					
}
@media only screen and (max-width:639px) 
{







