html {
  scroll-behavior: smooth;
}


html, body {
  overflow: auto;
  scrollbar-width: none;            /* Firefox (optional) */
  -ms-overflow-style: none;         /* IE and Edge (optional) */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;                    /* Chrome, Safari, Opera */
}

.clear{

clear:both;

padding:0px;

margin:0px;



}

a{

text-decoration:none;

}



h1,h2,h3,h4{

  font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;

font-weight:700;

padding:0px;

margin:0px;

}



body{

margin:0px;

padding:0px;

font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;

font-weight:400!important;



background:url(../images/bodybg.webp)  repeat center center fixed ; 

 background-size:cover;
 background-color:#e6d6b8;
 color:#004B23!important;
 line-height:30px;


}



html, body {
	padding:0px;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}



.container-fluid{

padding:0px;

}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }



.nomargin{

margin:0px;

padding:0px;

}



.content{

font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;

font-size:18px;

color:#002913;

text-align:left;

line-height:35px;

}









.nomarginleft{

margin-left:0px;

padding-left:0px;



}



.nomarginright{

margin-right:0px;

padding-right:0px;



}







header{
position:relative;
 
 position: sticky;
    top: 0;
    z-index: 111; /* stay above other elements */
}

 .headers{
   
	background-color:rgba(208,80,19,1);
	
background: linear-gradient(
    to bottom,
    rgba(242, 232, 209, 1),
	rgba(242, 232, 209, 1),   /* red with 80% opacity */
    rgba(242, 232, 209, 1)    /* blue with 50% opacity */
  );
 
  
  
 padding-bottom:10px;
   border-radius:0px 0 20px 20px;
   
  
 }
.logo img{
	
	
	width:100%;
	padding:10px 0;
}

.button{
position:absolute;
left:85%;
bottom:10px;

}
.box{
border:1px solid #c94608;
}
.flex{
display: -webkit-flex;
    display: flex;
-webkit-justify-content: space-around;
    justify-content: space-around;

}

.callus {
display: -webkit-flex; /* Safari */
display:flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:row;
align-items :center;
font-size:18px;
color:#b4aaa1;
text-transform:uppercase;
}
.black{
color:#757575;
}
.callus i{
font-size:25px;
color:#c4bbb2;
width:40px

}
.book{
text-transform:uppercase;
font-size:14px;
}
.book a{
background:url(../images/banner.png) no-repeat center;
color:#FFFFFF;
display:block;
text-align:center;
line-height:41px;
cursor:pointer;

}

.tablebox{
display: table;
font-family: 'Baloo Thambi', cursive;
font-size:23px;
font-weight:400;
text-align:center;
width:100%;
margin:0 auto;
padding:20px;
height:200px;
border:1px solid #c94608;
border-radius:10px;

}
.targetDiv{
display: table-cell;
height:200px;
 
vertical-align: middle;

}

#menu{
color:#fff0d0;
text-transform:uppercase;
font-family: "Baloo Thambi 2", system-ui;
font-optical-sizing: auto;
font-size:14px;
font-weight:600;

border-radius:10px;
background-color:#014a3f!important;


width:90%;
margin:0 auto;
border:1px solid #f3ddc9;
	

}

.navbar-nav>li>a{
color:#fff0d0;
padding:0px 10px!important;
}
.navbar-nav>li{



}
.navbar-nav>li>a:hover{
color:#fff;
background:none;
}
.navbar-nav>li:hover{
background:none;
}

.navbar-nav>li>a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
	
	
}

.navbar-nav>li>a:focus{
background:none!important

}
.navbar-nav>li.active>a {
 color:#ffedcf!important;
}

.navbar-toggle{

background-color:none!important;
}

.slider{
background:url(../images/slider_bg.jpg) no-repeat center;
padding-top:10px;
padding-bottom:10px;


}


#menu ul.nav > li {
padding-left:5px;
padding-right:5px;
padding-top:5px!important;
padding-bottom:5px!important;
  
 
  
}
#menu ul.nav > li:last-child {
 
  background:none;
  
}
.icon-bar {
    background-color:#fff!important;
}

.item h1 {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 1s;
  
}

.item p {

  
 }


.carousel-inner p:nth-child(2) {
  -webkit-animation-delay: 2s;
 }
.carousel-inner p:nth-child(3) {
  -webkit-animation-delay: 3s;
 }
.carousel-inner p:nth-child(4) {
  -webkit-animation-delay: 4s;
  
 }


 
.carousel-caption {
    /* position: absolute; */
  
   top: 25%;
    left:20px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align:inherit;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);

}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter:none;
    background-repeat: repeat-x;
}

.carousel-control.left {
   
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter:none;
    background-repeat: repeat-x;
}

.carousel-caption h1{
font-size:36px;
color:#0a6b44;
margin-bottom:10px;
text-transform:uppercase;

}
.carousel-caption p{
font-size:24px;
color:#95a19c;
font-weight:400;
text-transform:uppercase;
margin-bottom:5px;
font-family: 'Archivo Black', sans-serif;
}


 .green{
 color:#94c84a;
 
 }
 
.carousel-caption p i{
color:#b27d98;
margin-right:5px
}




section{
padding:40px 20px;

 height: auto; 
 background-color: rgba(240, 236, 221, 1);



 
}

.content h1{
color:#00140A;
font-size:24px;
margin:10px 0 10px 0;

text-transform:uppercase;
text-align:center;

  height: 100px;
background-image: url(../images/heading-divder.webp);
  background-repeat: no-repeat;
  background-position: center;

}
.content h3{
font-size:18px;
background-color:#ffedcf;
text-align:center;
margin:10px;
padding:10px;


}

.content h2{
font-size:24px;
margin:10px;
padding:10px;
border-top:1px solid #865626;
border-bottom:1px solid #865626;
line-height:30px;
}

.content a{
color:#552f18;
text-decoration:underline;
}


#arrowitems{
font-family: 'Montserrat', sans-serif;
font-size:18px;
color:#FFFFFF;
}

#arrowitems a{
color:#fff;
text-align:center;

text-decoration:none;

}
#arrowitems p{
padding:0 10px  0 0;
margin:1px 0 1px 0;
text-align:right;
line-height:50px;

}


#arrowitems p:nth-child(1){
background:url(../images/green_arrow.png) no-repeat right;

}

#arrowitems p:nth-child(2){
background:url(../images/2.png) no-repeat right;
}

#arrowitems p:nth-child(3){
background:url(../images/3.png) no-repeat right;
}


#highlights{
background:url(../images/green_bg.jpg) repeat-x top;
border-top:1px solid #c2c3c3;
color:#0a6b44;
font-size:17px;
padding-top:20px;
padding-bottom:80px;
font-weight:700;
}
#highlights  div:nth-child(1),#highlights  div:nth-child(2){

border-right:1px solid #c2c3c3;
}
#highlights .flex{
display: -webkit-flex;
    display: flex;
-webkit-align-items: flex-start;
    align-items: flex-start;
	min-height:80px;
	text-align:left;

}

#highlights .flex i{
padding-left:40px;
padding-right:40px;
line-height:80px;
font-size:40px;
color:#91c846;
}

#service{
background-color:#fafafa;
position:relative;

}

#service .icon{
width:100px;
height:100px;
position:absolute;
background:url(../images/tube.png) no-repeat center;
background-color:#9ccc5a;
margin:0 auto;
right:40%;
left:40%;
top:-50px;
border-radius:50%;

}
#service h1{
text-align:center;
padding:40px 0 20px 0;
font-size:24px;
color:#0a6b44;

}

#service h2{

padding:20px 0 20px 0;
font-size:20px;
color:#c3810e;


}

#service  ul{
padding:0px;
margin:20px 0px 0 25px;

}

#service  li{
list-style-image:url(../images/icon.jpg);
color:#1b1a1a;
font-size:15px;

}
#service .bx{


}
#service .bx p{
color:#757575;
min-height:200px;
font-size:15px;

}
.more{

color:#FFFFFF;
font-size:14px;
}
.more a{
color:#FFFFFF;
display:inline-block;
background-color:#c2aab7;
padding:2px 20px 2px 20px;
border-radius:20px;
text-decoration:none;
text-align:center;
margin:0 auto;
}
.more a:hover{
background-color:#a8949f;
}

/*
more

*/
#moreservice{
background-color:#fbf8fa;
color:#757575;

}

#moreservice img{
margin:0 auto;
}

#moreservice h1{
font-family: 'Montserrat', sans-serif;
color:#5e6d86;
text-align:center;
font-size:20px;
margin:10px 0 10px 0;
text-transform:uppercase;
font-weight:700;
}
/* testimonial

*/
#testimonial{
background:url(../images/testimonail.jpg) no-repeat;
height:auto;
text-align:center;

  background-position:center center;

  width:100%;
  font-family: 'Playball', cursive;
  font-size:20px;
  color:#835947;
  background-color:#ecdde2;
}

#testimonial h1{
font-family: 'Montserrat', sans-serif;
font-size:34px;
text-transform:uppercase;
padding:20px 0 20px 0;

}
#main-gallery{
width:80%;
margin:0 auto;
}
.gallery-cell {
  width:100%;
  margin:0 auto;
}

.flickity-page-dots {
  bottom: 25px;
}

.flickity-page-dots,.dot.is-selected {
  background: #7AA641;
  display:none;
}


.flickity-prev-next-button.previous, .flickity-prev-next-button.next{
background:none!important;
}
footer{
background:url(../images/footer_border.webp) repeat-x top;

text-align:center;
color:#00140A;
font-size:13px;
padding-top:40px;


}
footer ul{
	list-style:none; 

}
footer ul li{
	display:inline-block;
	
	font-size:14px;	
}footer ul li:after{

	content: "|";
	margin: 0 4px;
}
footer i{

color:#fff!important;
font-size:16px!important;


}
footer a{
text-transform:uppercase;
color:#00140A;

}
footer a:hover{
text-decoration:none;
color:#008000;


}

footer .link{
margin-bottom:20px;
margin-top:20px;
}
footer .link a{
margin:0 10px 0 10px;

}
.footericon{
text-align:center;


}
.footerbottom{
background-color:#0a6b44;
padding:10px 0 10px 10px;
text-align:left;
}

footer h1{
font-family: 'Montserrat', sans-serif;
font-size:17px;
color:#b4aaa1;
text-align:center;
text-transform:uppercase;
margin-top:5px;
margin-bottom:5px;
}

.brown{
color:#fae3c4!important;

}
.white{
color:#664036!important;
}

.white1{
color:#ffffff!important;
}

nav{
width:100%;
z-index:400;
background-color:#fff;
transition-duration : 6s;
transition: all 0.4s ease;

}
nav.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  

	        box-shadow: 0 2px 10px 0px #ccc; 
  
}




.navbar-header{
display:none;

}
@media(min-width: 300px){


.callus {
display:inline-block;
text-align:center;
font-size:18px;
color:#b4aaa1;
text-transform:uppercase;
margin-top:10px;
}

.margin-top{
margin-bottom:20px!important;
margin-top:20px!important;

}

}


@media(min-width: 768px){
 


}
@media(max-width: 1024px){
.content h1{
color:#4c140b;
font-size:20px;
margin:10px 0 10px 0;
padding:0px 0 10px 0;
text-transform:uppercase;
text-align:center;

  height: 100px;


}

}

@media(max-width: 800px){
 .button{
position:relative;
left:0;
bottom:10px;

}

#menu{
background:none;
background-color:#c5702c;

}

 header {
   
 position: relative;


}

}

.shadow{

}


/* 
/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:-50px}.flickity-prev-next-button.next{right:-50px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:30px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}

/*

*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

#tamil,.eng{
display:none;

}

.pagi{
margin:10px auto;
width:100%;


}

.pagination{

margin:0 auto;
}

.pagination ul{
text-align:center;
}

.pagination>li>a, .pagination>li>span{
color: #fff;
    text-decoration: none;
    background-color: #c94608;
	padding:5px;
	font-size:14px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6d1d11;
    border-color: #6d1d11;
}

.pagination>li>a:hover{
background-color:#fbe4c0;
color:#c94608;

}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fbe4c0;
    border-color: #fbe4c0;
}

.pagination>.first,.pagination>.prev,.pagination>.next,.pagination>.last{
display:none;

}
.pagination>li>a, .pagination>li>span{
min-width:55px;
text-align:center;

}


#jform{
	
}
#jform input[type=text],input[type=email],input[type=tel],textarea{
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	
}

#jform input[type=submit]{
	background-color:var(--main-color);
	border:0px;
	padding:10px 25px;
	color:#fff;
	
}
#jform input[type=submit]:hover{
	background-color:var(--orange);
	
	
}


#forms input[type=text],#forms input[type=email],#forms textarea,#forms input[type=number],#forms input[type=tel],#forms input[type=date]{
	width:100%;
	border:1px solid transparent;
	padding:8px;
	margin-bottom:4px;
	background-color:transparent;
	border:1px solid #4c3213;
	outline:none;
	border-radius:8px;
	
}

#forms textarea{
	height:150px;
	
	
}

#forms input[type=submit]{
	background-color:#94652c;
	border:0px;
	padding:10px 25px;
	color:#fff;
	
}
#forms input[type=submit]:hover{
	background-color:#593b17;
	
	
}
#forms label{
	font-size:16px;
	text-align:left!important;	
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}
.error{
	color:red;	
}
.red{
	color:red;	
}


.navbar-nav{
	margin:0px!important;
	
	padding:0px!important;	
	
}
.nav{
margin:0px!important;
padding:0px!important;	
}
.gallery{

}
.gallery div{
 padding: 20px;	
}
 .whatsapp{
	 position:fixed;
	 right:20px;
	 bottom:20px;
	 
 }
 
 .whatsapp img{
	 width:60px; 
 }
 
 .corner-bordered-section {
	 width:90%;
	 margin:20px auto;
	
	 
  
  background-image: 
    url(../images/left_top.webp),
    url(../images/right_top.webp),
    url(../images/left_bottom.webp),
    url(../images/right_bottom.webp);
    
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right;

  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px 100px;
  padding: 40px;
  border:1px solid #f8f1e1;
  border-radius:20px;
  
 box-shadow: 1px 14px 15px -6px rgba(0,0,0,0.35);
-webkit-box-shadow: 1px 14px 15px -6px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 14px 15px -6px rgba(0,0,0,0.35);
  
}

 .corner-bordered-section1 {
	 width:90%;
	 
	
	 
  
  background-image: 
    url(../images/header_top_left.webp),
    url(../images/header_top_right.webp),
    url(../images/header_bottom_left.webp),
    url(../images/header_bottom_right.webp);
    
  background-position: 
    top left,
    top right,
    bottom left,
    bottom right;

  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px 100px;
  padding: 10px;
 
  border-radius:20px;
  

background-color:#e8e0c8;
  
}

.reveals {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.reveals.active {
  opacity: 1;
  transform: translateY(0);
}

.list{
list-style:none;

}
.list ul{
	list-style:none;
	
	
}
.list li{
	position:relative;
	display:block;
	margin:80px 0;
	text-align:center;
	padding:10px 20px;
	border:4px solid #c2b58c;

	border-radius:10px;
	color:#fff;


 width:100%;
 min-height:160px;
 
 background-color:#014a3f;






 
}
.list li:before{
	position:absolute;
	content:"";
	width:100px;
	height:100px;
	top:-68px;
	
	background: url(../images/li-top.webp) no-repeat center;
	left: 50%;
  transform: translateX(-50%); 
background-size: contain;	
}
.list li:after{
	position:absolute;
	content:"";
	width:100px;
	height:100px;
	bottom:-68px;
	
	background: url(../images/li-bottom.webp) no-repeat center;
	left: 50%;
  transform: translateX(-50%); 
background-size: contain;	
}

.list li span{
	width:60%;
	
}

.decorative-border{
	list-style:none;
	text-align:center;	
}
.decorative-border li {
  position: relative;
  list-style: none;
  margin: 20px auto;
  padding: 30px; /* controls space inside the frame */
  background: url(../images/fullbg.png) no-repeat center center;
  background-size: cover;
  text-align: justify;
  max-width: 700px;
  min-height: 150px; /* optional, you can remove or adjust */
  box-sizing: border-box;
}

/* Optional: make the <li> text responsive and styled */
.decorative-border li span,
.decorative-border li {
  display: block;
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}


.members .mbox{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	margin:40px 0;
	
}
.members .mbox figure{
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	
}
.members .mbox .con{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(86,28,6,0.8);
	color:#fff;
	left:0px;
	top:-300px;
	text-align:center;
	opacity:0;
	  transition: all 0.3s ease-in-out;
	
}
.members .mbox:hover .con{
top:0px;
opacity:1;	
}

.members .mbox .con h4{
	font-size:16px;
	margin-bottom:10px;	
}

.members .mbox .con h5{
	font-size:16px;	
}

.element {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.element::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.btns a{
background: url(../images/button.webp) no-repeat left center;	
 background-size: cover;
 display:inline-block;
	
	color:#fff;
	padding:10px 35px;
	text-decoration:none;
	border-radius:20px;

	
}
.btns a:hover{
	color:#540b0e;

}


.btns{

}


/*Slider */
 .flex-control-nav{
	width: 100%;
    position: absolute;
 bottom:40px;
    text-align:center;
	z-index:11;
	
}
.flexslider img{
-webkit-box-shadow: 0 10px 6px -6px #777 inset;
       -moz-box-shadow: 0 10px 6px -6px inset;
            box-shadow: 0 10px 6px -6px inset;
}
.slider_wrap{
	

}


.slider_title{


 position:absolute;
top: 48%;
  left:8px;

   
	z-index:111;
	
	width:80%;
	
	
	
	
}
.slider_title h2{
	
	color:#fff;
	font-size:35px;
-webkit-animation-delay: 0.5s;
margin-bottom:5px;
text-transform:uppercase;

line-height:40px;


text-align:left;

margin:0px 2px;


font-weight:600;


display:inline-block;





width:70%;


	
}

.slider_title h2 strong{
text-transform:uppercase;
color:#f80002;
font-size:32px;
}

.slider_title h3{
color:#3d3d3d;
	font-size:22px;
-webkit-animation-delay: 1.4s;
margin:4px 2px;
margin-bottom:8px;
text-transform:uppercase;	

}


.slider_title h2 span{
	color:#0cb8b6;
	
}




.slider_title h2 em{
	font-weight:400;
	font-style:normal;	
}

.slider_title p{
	
	font-size:16px;
-webkit-animation-delay: 1.8s;
text-transform:uppercase;
border-bottom:none;
padding:10px 0px;
margin:4px 4px;
color:#333333;
text-transform:none;
text-align:left;

display:block;
width: 400px;
line-height:30px;	
}
.slider_title h4{
-webkit-animation-delay:2s;
margin-top:14px!important;
}

.slider_title h4 {
	
	padding:8px 16px;
	color:#fff;
	border:1px solid transparent;
	background-color:var(--main-color);

	font-size:14px;
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;

		
}
.slider_title h4 a{
	color:#fff;
	display:block;
}
.slider_title h4:hover{
	background-color:var(--sec-color)!important;
	
}
#slider{
	border-bottom:0px solid rgba(204, 204, 204, .5);
	padding:0px;
	margin:0px auto;
	width:90%;
	border-radius:12px;
	overflow:hidden;
	
}
#slider .container{
	
	position:absolute;

	
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
 top:0;
	 bottom:0;
	 width:100%;

}

#slider  ol{
	
}
#slider img{
	
	
}

.slides li{
	
	
}
.slides li:before{
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	position:absolute;
	top:0;
	left:0;	
}

 /* Slider*/
/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.innerslider{

background:url(../images/innerslider.webp) repeat center center ; 

background-size: auto;
text-align:center;
padding:40px 0;
border-radius:8px;
color:#fa9b57;
margin-top:0px;	
}
.innerslider h1{
	color:#e8e0c8;
	font-size:24px;
	
}
.innerslider  a{
	color:#e8e0c8;
}
.innerslider  span{
color:#fa9b57;	
}

.donate{

width:90%;
margin:0 auto;
background:none;
padding:0px;


}
.donate img{
	width:100%;
	height:auto;
	margin:0 auto;	
}

.grecaptcha-badge { visibility: hidden; }


iframe[src*="youtube.com"] {
	margin-top:20px;
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
}
.table{
	font-size:15px;
}
.table td {
	background:none!important;
	
} 



#menu .dropdown-menu{
	
	color:#fff;
	padding:4px;
	
	border-bottom:1px solid var(--sec-color);

	background: linear-gradient(90deg, hsla(0, 0%, 96%, 1) 0%, hsla(0, 6%, 97%, 1) 100%);
	
}




#menu .dropdown-menu li{
	margin-bottom:0px;
	text-transform:none;
	
	
	
}
#menu .dropdown-menu li:last-child{
	margin-bottom:0px;
	
}
#menu .dropdown-menu li a{
	color:#001529;
	font-size:13px;
	padding:4px 4px;
	
	
}
#menu .dropdown-menu li:hover{
		
}
#menu .dropdown-menu li a:hover{
	background-color:#cf5430;
	color:#fff;
}

.navbar-toggle{

background-color:#072436!important;
}




.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ✅ center all items */
  gap: 16px;
  padding: 10px 0;
}

.gallery dl {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 10px;
  flex: 1 1 200px;   /* responsive width */
  max-width: 220px;
  border-radius: 8px;
  position: relative;
  margin: 0;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.gallery dl img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.gallery dl:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.gallery dl:hover img {
  transform: scale(0.96);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .gallery {
    justify-content: center; /* center on tablets */
  }
}

@media (max-width: 480px) {
  .gallery dl {
    flex: 1 1 100%; /* full width on mobile */
    max-width: 100%;
  }
}


 
 /*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
    
}
.btco-hover-menu a ,  .navbar > li > a {
  
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
 
}



/*submenu style start from here*/


.dropdown-menu {
    padding: 10px 0; 
    margin: 0px 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{}

/*Drop-down menu work on hover*/
.btco-hover-menu{background: none;margin: 0;padding: 0;min-height:20px}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li{position:relative;}
    .btco-hover-menu .collapse ul li:hover> ul{display:block; }
    .btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none; transition:top 1s linear!important;}
    /*******/
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
    .btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

.dropdown-toggle::after {
    display:none!important;
}


/*mobile_menu */
.mobile_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2147483638;
  top: 0;
  left: 0;
  background-color: #014a3f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.mobile_menu li{
	padding:4px;
	list-style:none;


}
.mobile_menu li a {
  padding: 0px;
  padding-left: 4px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom:1px solid rgba(255,255,255,0.1);
  margin-bottom:2px;
  text-transform:uppercase;
 
}

.mobile_menu li a:hover {
  color: #f1f1f1;
 
}

.mobile_menu ul li ul{
	display: none;
	


}
.mobile_menu ul li ul li ul{
	
	 
	list-style: none;

}
.mobile_menu .menu-item-has-children{
	position: relative;
}
.mobile_menu .menu-item-has-children:after{
	position:absolute;

	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 16px;
top:0;
color: #fff;
font-weight: 700;


right: 25px;	

}
.mobile_menu ul li:hover ul{
	display: block;

}

.mobile_menu .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
  color:#fff;
  z-index: 11;
}

@media screen and (max-height: 450px) {
  .mobile_menu {padding-top: 15px;}
  .mobile_menu a {font-size: 18px;}
}

.menu-toogle{
	
	color:var(--secondary-color);
	width: 100%;
	text-align: right;
	padding: 4px;
	font-size: 20px;
	padding-right:10px;
	display: none;
	width:40px;
	height:40px;
	margin:0 auto;
	

}

@media screen and (max-width: 800px) {
	
	
	
	.menu-toogle{
		display: block; 

	}

}
