@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: "Royal Crescent";
  font-style: normal;
  font-weight: 400;
  src: local('Royal-Crescent-demo'), local('Royal-Crescent-demo'), url("../font/Royal-Crescent-demo.ttf") format('truetype');
}
@font-face {
  font-family: "Zrnic Rg";
  font-style: normal;
  font-weight: 400;
  src: local('zrnic rg'), local('zrnic rg'), url("../font/zrnic rg.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: 'Lobster Two';
  font-style: normal;
  font-weight: 400;
  src: local('LobsterTwo-BoldItalic'), local('LobsterTwo-BoldItalic'), url("../font/LobsterTwo-BoldItalic.ttf") 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;
	
	}
.logo {
	text-align:center;
	margin-top:50px;
	}	
.logo img {
	width:60%;
	}
.logores {
	display:none;
	}	
.site-top-dark {
    background: rgb(1 70 147 / 78%);
}
.site-top {
    position: absolute;
    float: left;
    background-size: cover;
    padding: 0;
    width: 23%;
    z-index: 4;
    height: 100vh;
    border-right: 1px solid rgb(12 49 99);
}
.caption_title_line h2 {
	color:#fff;
	font-family: 'Lobster Two';
	font-size:95px;
	text-shadow:5px 3px 0px rgba(46, 76, 87, 0.88);
	}
.caption_title_line p {
	color:#fff;
	font-family: "conthrax";
	font-size:35px;
	text-shadow:5px 3px 0px rgba(46, 76, 87, 0.88);
	}
.left_menu {
	margin-top:150px;
	}	
.left_menu h3 {
	color:#fff;
	font-family: 'Lobster Two';
	font-size:33px;
	}		
.left_menu ul {
	padding:0;
	margin:0px 0 0 0;
	}
.left_menu ul li {
	border-top:1px solid rgb(82 126 185);
	}
.left_menu ul li a {
	display:block;
	color:#fff;
	font-family: "Roboto Condensed";
	text-decoration:none;
	padding:13px 0;
	transition:all 0.3s ease-in-out;
	font-size:19px;
	}	
.left_menu ul li a:hover {
	background: #003885;
	}
/*
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:#0d347a;
	text-align:center;
	margin-bottom:25px;
	font-weight:500;
	}
.padd_no {
	padding:0;
	}
.productpanel {
	margin:10px auto 30px auto;
	width:96%;
	}
figure.effect-julia h2 {
	font-family: "conthrax";
	font-size:29px;
	}
figure.effect-julia p {
	font-family: "Royal Crescent";
	}

.welcomebody {
	width: 90%;
    margin: 55px auto 55px auto;
    background: linear-gradient(140deg,#0168b2,#002f7d);
	}
.welcomecompany {
	margin-top:100px;
	margin-right: 40px;
	}	
.welcomecompany h2 {
	font-family: "Century Schoolbook";
    font-size: 35px;
    color: #fff;
    font-weight: 500;
	text-align:right;
	margin:10px 0 25px 0;
	}
.welcomecompany p {
	font-family: "Roboto Condensed";
    color: #ffffff;
    text-align: right;
    width: 90%;
    float: right;
	line-height:33px;
	}
.viewall {
	float:right;
	margin-top:25px;
	}	
.viewall a {
	color:#fff;
	padding:10px 40px;
	border:2px solid #fff;
	border-radius:25px;
	font-size:15px;
	display:block;
	transition:all 0.3s ease-in-out;
	}
.viewall a:hover {
	color:#0d347a;
	background:#fff;
	}	
.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);
	}	
.playbutton {
	position: absolute;
    top: 44%;
    left: 40%;
	}
.playbutton a {
	color:#2b82d7;
	background:#fff;
	padding:40px 43px;
	font-size:25px;
	border-radius:50%;
	box-shadow:0px 14px 27px #151515eb;
	transition:all 0.3s ease-in-out;
	}

.playbutton a:hover {
	box-shadow:0px 14px 27px #2b82d7;
	}
.rightlight {
	margin:0px auto 100px auto;
	width:90%;
	}
.padding-problem {
    padding:0 7px;
}
.pro_block {
    background: #fff;
    box-shadow: 1px 1px 3px #0000002e;
    transition: all 0.3s ease-in-out;
}
.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;
    position: absolute;
    width: 98%;
    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:#fff;
	font-family: "Century Schoolbook";
	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:0 0 50px 0;
	}
.proheading h2 {
    font-family: "Century Schoolbook";
    font-size: 45px;
    color: #0d347a;
    text-align: center;
    font-weight: 500;
	margin:0;
}
.explore {
	margin:30px 0;
	}
.explore a {
	color: #fff;
    padding: 10px 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 15px;
	transition:all 0.3s ease-in-out;
	text-decoration: none;
	}
.explore a:hover {
	background:#0d347a;
	color:#fff;
	border:2px solid #0d347a;
	}
		
.leddiffrancehead {
	margin-bottom:25px;
	}
.leddiffrancehead h2 {
	font-family: "Century Schoolbook";
    font-size: 45px;
    color: #0d347a;
    text-align: center;
    font-weight: 500;
    margin: 0 0 15px 0;
	}
.leddiffrancehead p {
	font-family: "Roboto Condensed";
    font-size: 19px;
	color: #003b89;
	text-align: center;
	}		

.leddiffrentbody {
	margin:10px auto 0px auto;
	width:100%;
	background:url(../images/295bce2659c07b0c500ff37ca849f895.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 270px;
	}
.diffrent1 {
	text-align:center;
	}	
.diffrent1 h3 {
	font-family: "Century Schoolbook";
    font-size: 33px;
    color: #0d347a;
    font-weight: 500;
    margin: 0 0 15px 0;
	}
.diffrent1 p {
	font-family: "Roboto Condensed";
    font-size: 18px;
	color: #003b89;
	text-align: center;
	}
.footer {
	background: linear-gradient(
140deg,#0168b2,#002f7d);
	position:relative;
	}			
.footbulb img {
	width:105%;
	z-index: 10;
    position: relative;
	}
.footlogo {
	text-align:center;
	margin-top: 30px;
	}	
.footlogo img {
	width:50%;
	margin:0 auto;
	}
.footmad {
	text-align:center;
	margin-top: 20px;
	}	
.footmad img {
    width:30%;
	margin:0 auto;
}	
.footcont {
	margin:50px 0 0 0;
	}
.social_wr {
	padding:0px 0;
	margin:25px 0 0 0px;
	}		
.social_wr a {
	color:#fff;
    float: left;
	height:55px; width:55px; 
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
	border:1px solid #75b2ff;
}

.social_wr a:hover {
	background:#fff;
	border:1px solid #fff;
	color:#2e6bb8;
}	
.footaddress h3 {
	font-weight:100;
	font-size:19px;
	color:#d2e6ff;
	}
.footaddress p {
	font-family: "Roboto Condensed";
    font-size: 15px;
	color:#99c6ff;
	}
.foot {
	width: 100%;
    background:#002e7b;
    padding: 15px;
    text-align: center;
	}			

.foot p {
	color:#99c6ff;
	font-family: "Roboto Condensed";
	margin:0;
	}
.foot p a {
	color:#99c6ff;
	}
.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: #0161ab;
    right: 25px;
    z-index: 100;
			
		}
.back-to-top i {
	color:#fff;
	font-size: 14px;
	text-decoration:none;
	}
.allpage_banner {
	height:350px;	
	background:url(../images/border.png) repeat-x;
	}
.allpage_banner img {
	width:100%;
	position:fixed;
	}	
.allheading {
    margin-top: -140px;
    position: absolute;
    float: left;
	z-index:9;
}	
.allheading h1 {
    margin: 0 0 0 50px;
    padding: 3px 15px;
    color: #fff;
    float: left;
	font-family: "Roboto Condensed";
    font-size: 55px;
    font-weight:300;
}
.antiparti {
    padding: 0.5px;
}





.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 10px;
    background: #005ca9;
    color: #fff;
    display: block;
    z-index: 10;
	font-size: 25px;
    text-decoration: none;
}		
.menuonoff {
    display: block;
    float: right;
    position: fixed;
    z-index: 1000;
    right: 5px;
    top: 0px;
    font-size: 31px;
    padding: 0px 10px;
    background: #0161ab;
    color: #fff;
	cursor: pointer;
}
.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_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: #005ca9;
    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: #0188c7;
    color: #fff;
	cursor:pointer;
	}
	
.all_inpage {
	width:100%;
	background:#fff;
	position:relative;
	padding:50px 0;
	}		
.logo_all {
	width:20%;
	float:left;
	position:fixed;
	z-index: 100;
	text-align:center;
	}
.logo_all img {
	width:63%;
	}
.manu_allpage {
	width: 25%;
    height: 100vh;
	border-right: 1px solid rgba(255,255,255,0.67);
	text-align:center;
	float:left;
	}
.logo_1 {
	text-align:center;
	margin-top: 50px;
	}		
.logo_1 img {
	width:60%;
	}
.manu_allpage h2 {
	color: #fff;
    font-family: 'Lobster Two';
    font-size: 45px;
	}
.othermenu {
	width: 100%;
    border-bottom: 1px double #648dce;
    padding: 25px 0 0 0;
    margin-top: 100px;
	}		
.menupageal {
	margin: 0;
    width: 100%;
    padding: 0;
	}	
.menupageal h3 {
	color: #fff;
    font-family: 'Lobster Two';
    font-size: 35px;
    padding: 0 0 10px 0;
	}	
.menupageal li {
	border-top: 1px solid rgb(82 126 185);
	}
.menupageal li a {
	display: block;
    color: #fff;
    font-family: "Roboto Condensed";
    text-decoration: none;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
    font-size: 19px;
	}
.menupageal li a:hover {
	background: #003885;
	}
.c_m ul {
	
	}	
.c_m ul li {
	display:inline-block;
	}	
.c_m ul li a {
	color: #93b3e5;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 8px;
    display: block;
	transition:all 0.3s ease-in-out;
	}			
.menusight {
	margin-top: 160px;
    margin-left:50px;
    float: left;
    width: 70%;
	}
.m_c {
	width:100%;
	float:left;
	text-align: left;
	}		
.menusight h2 {
	color:#fff;
	font-family: 'Lobster Two';
	font-size:35px;
	}
.menusight p {
	color:#fff;
	font-family: "Century Schoolbook";
	font-size:29px;
	}		
.about_page h3 {
	margin:0;
	padding:0;
	color:#0d347a;
	font-family: "Century Schoolbook";
	font-size:29px;
	}	
.about_page p {
	font-family:"Roboto Condensed";
	font-size:18px;
	color:#003b89;
	line-height:33px;
	}	
.ab_ul {
	margin:0;
	padding:0 0 0 25px;
	}
.ab_ul li {
	font-size:18px;
	color:#003b89;
	padding:7px 0;
	font-size:18px;
	list-style-type:circle;
	font-family:"Roboto Condensed";
	}
.ab_photo img {
	width:90%;
	}			
.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: 18px 20px 18px 20px;
    text-decoration: none;
	font-size:21px;
	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:7px;
	background: #1f3d6c;
	color:#fff;
	font-family: "Roboto Condensed";
	}
table.prodittable td {
	padding:5px;
	color: #464646;
	font-family: "Roboto Condensed";
	}		
	
.modal-content {
    border-radius: 0px;
    background: #0161ab;
}
.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: #0161ab;
}
.close i {
    font-size: 21px;
}
.mainbox {
    padding: 2px 11px;
    background: #fff;
    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-size: 15px;
}
.form-control1 {
    display: block;
    width: 100%;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255,255,255,1);
    background-image: none;
    border: 1px solid #0d347a;
    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-size:14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#000;
	font-size:14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#000;
	font-size:14px;
}
input[type=text]:focus,input[type=email]:focus, textarea:focus, select:focus {
  
  padding-left: 7px;
  border: 1px solid #066e4b;
  outline:none;
}
select.form-control1 {
	font-size:14px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  border: 1px solid #066e4b;
  outline:none;
}
.quesend {
    border-radius: 0;
    padding: 11px 25px;
    font-size: 16px;
    width: 100%;
    background:#fff;
	border:2px solid #0d347a;
    color: #0d347a;
	border-radius:25px;
	transition:all 0.3s ease-in-out;
}
.quesend:hover {
	background:#0d347a;
    color: #fff;
	}
.Contact_cont h3 {
    font-family: "Century Schoolbook";
    color: #0d347a;
    font-weight: 500;
	font-size:25px;
}
.Contact_cont p {
    color: #0d347a;
    font-size: 17px;
	font-family: "Roboto Condensed";
}			
.about_page h4 {
	color: #000;
    font-size: 21px;
	font-family: "Roboto Condensed";
	}	
.i_query {
	text-align:center;
	margin-top:50px;
	}	
.i_query p {
	font-family: "Century Schoolbook";
    font-size: 30px;
    color: #000;
    font-weight: 500;
    
	}	
.qi {
	margin-top:50px;
	text-align:center;
	border:1px solid #D5D5D5;
	border-radius:8px;
	padding:50px 10px;
	}	
.i_query p a {
	color: #0168b2;
    padding: 10px 40px;
    border: 2px solid #0168b2;
    border-radius: 25px;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
	text-decoration:none;
	}	
.i_query p a:hover {
	background:#0168b2;
	color:#fff;
	}
.pro_details {
	box-shadow: 1px 1px 6px #00000042;
    padding: 20px 30px;
	}		
.p_p h4 {
	margin: 0;
    padding: 0;
    color: #0d347a;
    font-family: "Century Schoolbook";
    font-size: 26px;
	}
.prot {
	margin-top:30px;
	}	
.prot tr td {
	padding: 10px;
    border: 1px solid #cecece;
    color: #7C7C7C;
	font-family: "Century Schoolbook";
	}		
	
.i_query2 {
	margin-top:30px;
	}	
.i_query2 a {
	background:#0168b2;
	color:#fff;
    padding: 10px 40px;
    border: 2px solid #0168b2;
    border-radius: 25px;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
	}
.i_query2 a:hover {
	background:#0168b2;
	color:#fff;
	}	
.ptrn {
    border: #d8d8d8 1px solid;
	height:30px;
	background:url(../images/download.png) repeat;
	margin:30px 0;
	}	
.unit_con {
	margin-top:20px;
	}	
.unit_con p {
	font-family: "Roboto Condensed";
    font-size: 21px;
    color: #003b89;
    line-height: 33px;
	}	
	
	
		

@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 {
    width: 25%;
    margin-top: -8px;
}	
.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 30px;
}
.welcomecompany {
	text-align:center;
	}
.welcomecompany h2 {
	text-align:center;
	}	
.footlogo img {
    width: 50%;
    margin: 0 auto;
}	
.footbulb {
	display:none;
	}
.foot {
	margin-top:0px
	}
.pro_diteals {
	width:96.5%;
	}	
.leddiffrentbody {
	width:100%;
	margin: 10px auto 0px auto;
	padding-bottom: 200px;
	}	
.rightlight {
    margin: 0px auto 75px auto;
    width: 100%;
}	
.welcomebody {
    width: 100%;
    margin: 30px auto 50px auto;
}
.welcomecompany {
    margin-top: 15px;
}
.viewall {
	margin-bottom:20px;
	text-align:center;
	float:none;
	}
.viewall a {
	display:inline;
	}		
.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;
	}
	
	
.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: #0064ac;
    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: #007bc0;
    color: #fff;
	}
.logores {
	display:block;
	position: fixed;
	float: right;
	z-index: 1000;
	left:5px;
	}
.logores img {
	width: 100px;
    margin-top: 7px;
	}
.proheading h2 {
	font-size:35px;
	}
.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: auto;
	}
.menusight {
	width:100%;
	margin-left:0;
	margin-top: 20px;
	}
.menusight h2 {
    text-align: center;
}	
.allpage_banner img {
    height: 150px;
}
.allpage_banner {
    height: 150px;
}
.allheading {
    margin-top: -70px;
    position: absolute;
}
.allheading h1 {
	font-size:25px;
	    margin: 0 0 0 20px;
	}
.viewres {
	display:block;
	}
.site-top {
	position: initial;
	}
.logo_1 img {
    width: 50%;
}
.sidenav_d_view {
	display:none;
	}
.manu_allpage h2 {
    font-size: 25px;
}
.othermenu {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px double #648dce;
    padding: 7px 0;
}
.menupageal {
    margin: 0 auto;
    width: 95%;
    padding: 0;
    float: none;
}
.menupageal h3 {
    font-size: 25px;
}
.m_c {
    width: 100%;
    float: left;
    text-align: center;
}
.menusight h2 {
    font-size: 25px;
}
.menusight p {
    font-size: 21px;
}	
.footlogo {
    text-align: center;
    margin-top: 0px;
}
.caption_title_line p {
    font-size: 21px;
}	
.ab_photo {
	display:none;
	}
.about_page h3 {
    font-size: 23px;
}
.pro_details {
    box-shadow: 1px 1px 6px #0000001c;
    padding: 20px 10px;
}
.i_query p {
    font-size: 30px;
    padding: 0 30px;
}
 .i_query p a {
     display: block;
     margin: 5px 15px;
 }   
}
}
@media only screen and (max-width:639px) 
{







