<style>

</style>



*{
	margin: 0;
	padding: 0;
}


	/*NAVIGATION BAR START*/
.header{
	height: 100px;
	width: 150px;
	background-color: black;
    width: 100%;
    background-position: center;
    background-size:  cover;
    background-attachment: fixed;
	padding: 0 20px;
	color: #fff; 
}

.header img{
	height: 100%;
	width: 220px;
	padding-left: 30px;
}

.header video{
    height: 100%;
/*    width: 6%;*/
width: 77px;
    object-fit: fill;
}


.logo{
	line-height: 100px;
	float: left;
	text-transform: uppercase;
}
.span-element{
	color: #fda40b;
}
.menu{
	float: right;
	line-height: 100px;
}
.menu a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	transition: 0.4s;
	margin-right: 40px;
	font-family: "Abril Fatface", serif;
/*  	font-weight: 400;*/
  	
}
.show-menu-btn, .hide-menu-btn{
	transition: 0.4s;
	font-size: 30px;
	cursor: pointer;
	display: none;
}
.show-menu-btn{
	float: right;
}
.show-menu-btn i{
	line-height: 100px;
}
.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover{
	color: #fda40b;
	text-decoration: none;
}
#chk{
	position: absolute;
	visibility: hidden;
	z-index: -1111;
}

.content{
	padding: 0 20px;
}

.content img{
	width: 100%;
}




@media screen and (max-width: 767px){
	.show-menu-btn,.hide-menu-btn{
		display: block;
	}
	.menu{
		position: fixed;
		width: 100%;
		height: 100vh;
/*		background: #333;*/
background: #000;
		right: -100%;
		top: 0;
		text-align: center;
		padding: 80px 0;
		line-height: normal;
		transition: 0.7s;
		z-index: 2;
	}
	.menu a{
		display: block;
		padding: 20px;
	}
	.hide-menu-btn{
		position: absolute;
		top: 40px;
		right: 40px;
	}
	#chk:checked ~ .menu{
		right:0; 
	}
	.header h1{
		font-size: 25px !important;
	}
.header img{
	width: 100px !important;
	padding-left: 0!important;

}
/*.header video{
    width: 20%;
}*/
}

	/*NAVIGATION BAR END*/






	/*Footer starts*/
#footer p,a{
	font-family:"Work Sans", system-ui;
	font-size: 0.9rem;
}

#footer .overlay_div h2{
	font-family: "Abril Fatface", serif;
}

#footer span{
	display: inline-block;
}
#footer .footer-main{
	height: auto;
	width: 100%;
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.5)
    ),
/*    url("footer.jpg");*/
    url("../images/footerimg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
/*	background-size: contain;*/
}


.footer-sec2 hr,
.footer-sec3 hr,
.footer-sec4 hr{
	/*border-color: white;*/
	border-color: #fda40b;
}
.footer-sec2,
.footer-sec3,
.footer-sec4{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.footer-sec2 a{
	text-decoration: none;
	color: white;
	padding-left: 20px;
	transition: 0.4s;
}

.footer-sec2 a:hover{
	text-decoration: none;
	color: #fda40b;
}

.footer-name{
	color: #fda40b !important;
}
.footer-name a{
	text-decoration: none;
}
.footer-name p{
	
	line-height: 40px;
	
}
.footer-name a:hover{
		text-decoration: none;
		color: #fda40b;
}

/*.footer-sec1{
	width: 200px !important;
}*/

.footer-sec1 p{
	font-size:0.8rem;
}

.footer-sec1 img{
	height: 140px;
	width: 130px;
/*	padding-left: 30px;*/
}

.footer-sec3 .connect img{
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 5px;
}



@media screen and (max-width: 767px){
	#footer .footer-main{
			background-size: cover;
	}
/*	.footer-sec1{
	width: 100%;
}*/
}

/*Footer ends*/






/*floating whatsapp start*/
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.float:hover{
    background-color:#4FCE5D;
}
/*floating whatsapp end*/









/*#1A2634 : "Dark Gunmetal"
#203E5F : "Indigo"
#EEC550 : "Maize"
#F9E3A3 : "Medium Champagne"*/