
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	margin:0;
}
*{
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
	box-sizing: border-box; 
}
*:focus{
	outline: none;
	box-shadow: none;
}
body{
	background:#f5f5f5;
	position:relative;
	min-height:calc(100vh - 80px);  
	overflow-x: hidden;
}

body.active{
	overflow:hidden; 
}
.text-center{text-align: center;}
.det-inner .text-center{max-width: 400px;}
body.active:before{
	content:'' ;
	position: absolute;
	width:100%;
	height:100%;
	background:#000;  
	opacity:0.6; 
	z-index:2; 
}
p{font-size:17px;line-height:28px}
a{color:#FE5E00;text-decoration:none}
.container{
	max-width: 1170px;
    margin: auto;
	width:100%;
	padding: 0 15px;
}
img{width:100%;height:auto}
.banner img{
	width:100%;
	height:auto
}
.content{margin-top:30px}
.content p{
	margin-bottom:20px
}
.img-section{
	margin:30px 0;
}
.img-outer{
	width:19.6%;
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
	vertical-align: top;
}
.img-outer img{
	border-radius:50%;
	width:150px;
	height:150px;
	border:1px solid #fe5e0069;
	padding:5px;
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	margin-bottom:10px
}
.img-outer span{
	display:block;
	color: #FE5E00;
	font-size:18px
}
.contact-sec a:hover{opacity:0.7}
.fir-img{
	width:49%;
	display:inline-block;
	margin-bottom:10px;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	background:#fff;
	padding:10px;
	border-radius:10px;
	min-height: 425px;
    vertical-align: top;
	
}
.fir-img.fix-height{
	min-height: 500px;
}
.top-img{
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	padding:10px;
	border-radius:5px
}
.img-four img{text-align:center}
.img-four{margin-bottom:30px}
.card{
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	padding:25px;
	border-radius:10px
}
.card ul{margin-top:20px}
.card li{
	position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    padding-bottom: 15px;
	list-style:none;
}
.card li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #FF6E1B;
    border: 1px solid rgb(125 125 125 / 46%);
    left: 0;
    top: 5px;
}
.banner{margin-bottom:30px;margin-top:10px;}
.outer-img img{
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	background:#fff;
	padding:5px
}
.left-img{
	border:1px solid #fe5e0069;
	padding:5px;
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	width:130px;
	height:130px;
	border-radius:50%;
	margin-right:30px;
	vertical-align:middle
}
.det-inner{
	display:inline-block;
	vertical-align: middle;
}
.mb-0{margin-bottom:0 !important}
.details{
	display: inline-block;
    width: 100%;
	margin:20px 0
}
.details p{
	 font-size: 18px;
    color: #666;
}
.fbfp-sec .content{
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	padding:15px 25px;
	border-radius:7px;
	margin-top:15px
}

.fbfp-sec .content p{margin-bottom:15px}
.fbfp-sec .content h4{
	color:#FE5E00;
	font-size: 20px;
}
.fbfp-sec .content .det-inner p{margin-bottom:0}
.video-tag{
	margin:10px auto;
	background:#fff;
	box-shadow: 0px 7px 5px rgb(158 158 158 / 30%);
	padding:15px 25px;
}

/*header*/


header{
	background:#fff;
	padding:10px 15px;
	box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%); 
	max-height:80px; 
}

header.sticky{
	position:fixed; 
	width:100%;
	top:0;
	left:0; 
	z-index:1;	
}

header nav{
	display:flex;
	justify-content: space-between;
	align-items: center; 
}

.logo a{
	display:flex;
	align-items: center; 
	color:#FE9900;
	font-weight:600; 
	grid-gap:0px; 
	font-size:20px; 
}

.logo img{
	max-width:60px; 
}

.menu{
	list-style:none;
	padding:0;
	margin:0;  
}

.menu li{
	display:inline-block; 
}

.menu li a{
	color:#333;
	padding:15px;	
	font-size:15px;
	font-weight:500;   
	transition:color 0.3s ease-in-out; 
}

.menu li a:hover, .menu li.active a{
	color:#FE5E00;
}

.menu li:first-child a{
	padding-left:0; 
}

.menu li:last-child a{
	padding-right:0; 
}

.menu-icon{
	display:none; 
	font-size:28px;
	cursor:pointer;  
	color:#FE5E00;
}
.sidenav{
	display: none;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color:#fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index:3; 
}

.sidenav a {
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  font-size:16px;
  font-weight:500; 
  color:#333;
  display: block;
  transition: 0.3s;
}

.sidenav a.active, .sidenav a:hover{
	color:#FE5E00;
}  

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #FE5E00;
  cursor:pointer
}

.sidenav.active{
	width:250px;
}


/*Contact page*/

.contact-sec{
	margin:30px auto;
}

.contact-sec h2{
	font-size:32px; 
	color:#333;
	margin:20px 0;
	font-weight:700;  
}

.contain-block{
	background:#fff;
	padding:20px; 
	border-radius:10px;
	margin-bottom:30px;  
}

.contain-block h4{
	font-size:20px;
	color:#333; 
	font-weight:600; 
	margin-bottom:10px; 
}

.contain-block p{
	font-size:16px;
	color:#FE5E00; 
	font-weight:600; 
	margin-bottom:6px; 
}

.contain-block address{
	font-size:17px;
	font-style: initial;
	color:#333; 
	font-weight:400; 
	line-height:23px; 
}

.contain-block address span{
	margin-left:5px;
	font-weight:500;  
}

.cont-flex{
	display: flex;
	align-items: center;
	justify-content:space-between; 
	padding:10px;
	margin-bottom:15px; 
}

.cont-flex:last-child{
	margin-bottom:0; 
}

.cont-detail, .cont-map{
	width:50%;
	display: inline-block; 
}
.cont-map img{
	width:100%;
	height:auto;  
	border-radius:6px;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

/*footer*/

footer{
	position:absolute;
	width:100%; 
	top:100%;
	bottom:auto; 
	left:0;  
	background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    color: #373737;
    margin-top:20px; 
}

/*media query*/
@media only screen and (max-width: 992px){
	.menu li a{padding:15px 10px; font-size:13px; }
	.logo a{font-size:13px; }
	.container{padding:0 1.5rem;}
	.cont-flex{flex-direction: column; grid-gap:20px; }
	.cont-detail, .cont-map{width:100%;}

	.img-four{display:flex; flex-direction:column; align-items: center;}
	.fir-img{min-height:auto; width:100%; }
}
@media only screen and (max-width: 820px){
	.img-outer{width:49%;}
}

@media only screen and (max-width: 768px){
	.logo img{ max-width:60px;}
 	header .menu{display:none;}
 	.menu-icon{display:block;}

 	.sidenav{display:block;}

}
@media only screen and (max-width: 480px){
	.img-outer img{
		width:150px;
		height:150px
	}
	.contact-sec h2{font-size:25px;}
	.fbfp-sec .content h4{margin-top:10px;font-size:17px}
	.details{text-align:center}
	.details p,p{font-size:16px}
	.fbfp-sec .content{padding:0 15px 10px}
	.content p,.content{margin-bottom:10px}
	.img-section{margin: 20px 0 0;}
	.img-four{margin-bottom:10px}
}