
 .active {
    color: #ff0000;
 }
 /*MEGA NAV CSS START */
 #hisree-m-nav01 {
     width: 100%;
     top:0;
     z-index: 999999999999;
     background-color:rgba(0, 30, 0, 0.8);
   }
   #hisree-m-nav01 .hisreemnav-in{
     position: relative;
     max-width: 1300px;
     padding: 0px 30px;
     height: 70px;
     line-height: 70px;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: space-between;
   }
   #hisree-m-nav01 .hisreemnav-in    .logo {
    width: 200px;
    overflow: hidden;

  }
   .hisreemnav-wrapper .logo {
     width: 200px;
     overflow: hidden;

   }
   #hisree-m-nav01 .hisreemnav-in  .logo a {
    width: 280px;
    overflow: hidden;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  } 
   .hisreemnav-wrapper .logo a {
    width: 280px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
  }
  #hisree-m-nav01 .hisreemnav-in  .logo img  {
     
     overflow: hidden;
     width: 100%;
     margin-top: 30px;
   }
   
   #hisree-m-nav01 .hisreemnav-in  .logo .img  img {
     width: 96%;
     padding: 1%;
     overflow: hidden;
     border: none;
   }
   #hisree-m-nav01 .hisreemnav-in  .logo .img  img {
     width: 100%;
     overflow: hidden;
     border: none;
   }
 
   #hisree-m-nav01 .hisreemnav-in  .logo a{
     color: #f2f2f2;
     font-size: 30px;
     font-weight: 600;
     text-decoration: none;
     z-index: 9;
   }
   
   .hisreemnav-in .nav-links{
     display: inline-flex;
   }
   #hisree-m-nav01 .nav-links li{
     list-style: none;
   }
 
   #hisree-m-nav01 .nav-links li a{
     text-decoration: none;
     font-size: 16px;
     font-weight: 300;
     padding: 9px 10px;
     border-radius: 5px;
     transition: all 0.3s ease;
     color: #fff;
     font-family: Arial, Helvetica, sans-serif;
   }

   #hisree-m-nav01 .nav-links li .active{
    background-color: #212805;
    padding: 22px 8px;
    color: #f2f2f2;
    border-radius: 4px;
  }
   /*
 #hisree-m-nav01 .nav-links li a:hover{
     background: #3A3B3C;
   }*/
   #hisree-m-nav01 .nav-links .mobile-item{
     display: none;
   }
   #hisree-m-nav01.nav-links .mobile-item1{
     display: none;
   }
   #hisree-m-nav01 .nav-links .drop-menu{
     position: absolute;
     background: #242526;
     width: 180px;
     line-height: 45px;
     top: 80px;
     opacity: 0;
     visibility: hidden;
     box-shadow: 0 6px 10px rgba(0,0,0,0.15);
   }
   #hisree-m-nav01 .nav-links li:hover .drop-menu,
   #hisree-m-nav01 .nav-links li:hover .mega-box{
     transition: all 0.3s ease;
     top: 50px;
     opacity: 1;
     visibility: visible;
     z-index:9999999999;
   }
   #hisree-m-nav01 .nav-links li:hover .mega-box1{
     transition: all 0.3s ease;
     top: 50px;
     opacity: 1;
     visibility: visible;
     z-index:9999999999;
   }
   #hisree-m-nav01 .drop-menu li a{
     width: 100%;
     display: block;
     padding: 0 0 0 15px;
     font-weight: 400;
     border-radius: 0px;
   }
   #hisree-m-nav01 .mega-box{
     position: absolute;
     left: 0;
     width: 100%;
     padding: 0 30px;
     top: 85px;
     opacity: 0;
     visibility: hidden;
   }
   #hisree-m-nav01 .mega-box1{
     position: absolute;
     left: 0;
     width: 100%;
     padding: 0 30px;
     top: 85px;
     opacity: 0;
     visibility: hidden;
   }
   #hisree-m-nav01 .mega-box .content{
     background: #e7e7e7;
     padding: 25px 20px;
     display: flex;
     width: 100%;
     justify-content: space-between;
     box-shadow: 0 6px 10px rgba(0,0,0,0.15);
   }
   #hisree-m-nav01 .mega-box .content .row{
     width: calc(25% - 30px);
     line-height: 45px;
   }
   #hisree-m-nav01 .content .row img{
     width: 100%;
     height: 100%;
     object-fit: cover;
   }
   #hisree-m-nav01 .content .row header{
     color: #303030;
     font-size: 20px;
     font-weight: 800;
   }
   #hisree-m-nav01.content .row .mega-links{
     margin-left: -40px;
     border-left: 1px solid rgba(255,255,255,0.09);
   }
   #hisree-m-nav01 .row .mega-links li{
     padding: 0 4px;
   }
   #hisree-m-nav01 .row .mega-links li a{
     padding: 0px;
     padding: 0 6px;
     color: #333;
     font-size: 17px;
     display: block;
   }
   #hisree-m-nav01 .row .mega-links li a:hover{
     color: #333;
   }
   #hisree-m-nav01 .hisreemnav-in .btn{
     color: #fff;
     font-size: 20px;
     cursor: pointer;
     display: none;
   }
   #hisree-m-nav01 .hisreemnav-in .btn.close-btn{
     position: absolute;
     right: 30px;
     top: 10px;
   }
   
   @media screen and (max-width: 970px) {
 
     #hisree-m-nav01 .row .mega-links li a {
       padding: 0px;
       padding: 0 6px;
       color: #333 !important;
       font-size: 17px;
       display: block;
   }
     
   #hisree-m-nav01 .nav-links li a{
     color: #fff !important; } 
 
     
     #hisree-m-nav01 .nav-links li .active  a{
     color: #333 !important; } 
     
     #hisree-m-nav01 .nav-links li .active  {
       color: #333 !important; } 
     
       #hisree-m-nav01 .nav-links li a .active  {
       color: #333 !important; } 
 
       
       #hisree-m-nav01.nav-links li:hover a   {
       color: #333 !important; } 
  
  
       #hisree-m-nav01 .hisreemnav-in .btn{
       display: block;
     }
     #hisree-m-nav01 .hisreemnav-in .nav-links{
       position: fixed;
       height: 100vh;
       width: 100%;
       max-width: 350px;
       top: 0;
       left: -100%;
       background: #023E00;
       display: block;
       padding: 50px 10px;
       line-height: 50px;
       overflow-y: auto;
       box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
       transition: all 0.3s ease;
       z-index: 9999999999999999999999999;
     }
     /* custom scroll bar */
     ::-webkit-scrollbar {
       width: 10px;
     }
     ::-webkit-scrollbar-track {
       background: #242526;
     }
     ::-webkit-scrollbar-thumb {
       background: #3A3B3C;
     }
     #menu-btn:checked ~ .nav-links{
       left: 0%;
     }
     #menu-btn:checked ~ .btn.menu-btn{
       display: none;
     }
     #close-btn:checked ~ .btn.menu-btn{
       display: block;
     }
     #hisree-m-nav01 .nav-links li{
       margin: 15px 10px;
     }
     #hisree-m-nav01 .nav-links li a{
       padding: 0 20px;
       display: block;
       font-size: 20px;
     }
     #hisree-m-nav01 .nav-links .drop-menu{
       position: static;
       opacity: 1;
       top: 65px;
       visibility: visible;
       padding-left: 20px;
       width: 100%;
       max-height: 0px;
       overflow: hidden;
       box-shadow: none;
       transition: all 0.3s ease;
     }
     #showDrop:checked ~ .drop-menu,
     #showMega:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaOne:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaTwo:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaThree:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaFour:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaFive:checked ~ .mega-box{
       max-height: 100%;
     }
     #showMegaSix:checked ~ .mega-box{
       max-height: 100%;
     }
     #hisree-m-nav01 .nav-links .desktop-item{
       display: none;
     }
     #hisree-m-nav01 .nav-links .mobile-item{
       display: block;
       color: #f2f2f2;
       font-size: 20px;
       font-weight: 500;
       padding-left: 20px;
       cursor: pointer;
       border-radius: 5px;
       transition: all 0.3s ease;
     }
     #hisree-m-nav01 .nav-links .mobile-item:hover{
       background: #3A3B3C;
     }
     #hisree-m-nav01 .drop-menu li{
       margin: 0;
     }
     #hisree-m-nav01 .drop-menu li a{
       border-radius: 5px;
       font-size: 18px;
     }
     #hisree-m-nav01 .mega-box{
       position: static;
       top: 65px;
       opacity: 1;
       visibility: visible;
       padding: 0 20px;
       max-height: 0px;
       overflow: hidden;
       transition: all 0.3s ease;
     }
     #hisree-m-nav01 .mega-box .content{
       box-shadow: none;
       flex-direction: column;
       padding: 20px 20px 0 20px;
     }
     #hisree-m-nav01 .mega-box .content .row{
       width: 100%;
       margin-bottom: 15px;
       border-top: 1px solid rgba(255,255,255,0.08);
     }
     #hisree-m-nav01 .mega-box .content .row:nth-child(1),
     #hisree-m-nav01 .mega-box .content .row:nth-child(2){
       border-top: 0px;
     }
     #hisree-m-nav01 .content .row .mega-links{
       border-left: 0px;
       padding-left: 10px;
     }
     
   #hisree-m-nav01 .row .mega-links li{
       margin: 0;
     }
   
   #hisree-m-nav01 .content .row header{
       font-size: 19px;
     }
   }
   #hisree-m-nav01  input{
     display: none;
   }
   /*MEGA NAV CSS END */
  
/* GLOBAL STYLES  */
*,
::after,
::before {
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
}
*:focus {
    outline-width: 2px;
    outline-offset: 1px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
body {
    background-color:var(--bg-body);

}
/* GLOBAL CLASS  */

.pagelayout {
    width: 100%; 
}

 
.section-title-01 {
    font-size: 30px;
    height: 5px;
    font-weight: 600;
    color: var(--fc-section-title-01);
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}
.section-title-01::after {
    border-bottom: solid 4px #ff0000;
}







#css-slide-layout {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#cssslide-01 {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s purecss-slider-01 infinite;
  }
  #cssslide-01 figure {
    margin: 0px;
    padding: 0px;
  }
  #cssslide-01 figure img {
    width: 20%;
    float: left;
  }
  
  @keyframes purecss-slider-01 {
    0% {
      left: 0;
    }
    20% {
      left: 0;
    }
    25% {
      left: -100%;
    }
    45% {
      left: -100%;
    }
    50% {
      left: -200%;
    }
    70% {
      left: -200%;
    }
    75% {
      left: -300%;
    }
    95% {
      left: -300%;
    }
    100% {
      left: -400%;
    }
  }
  
/*PURE CSS SLIDE 001 END*/


.table {
  width: 100%;
  margin: 20p auto;
}
.table .tr {
  width: 100%; 
  border-bottom: solid 2px #e7e7e7;
}
.table .tr .td {
  width: fit-content;
  padding: 2px 6px;
}
.table .tr td {
  width: fit-content;
  padding: 20px 6px;
  line-height: 10px;
  border: solid 1px #B2B2B2;
}




.googlemap   {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.googlemap   iframe {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0;
  min-height: 450px;
}
 .google-map {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
 .google-map iframe {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0;
  min-height: 450px;
}


 
.thumb {
  max-height: 250px;
  border: solid 2px #ccc;
  margin:10px 10px;
  
}
.lightbox {
  position: fixed;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 4%;
  opacity: 0;
}
.lightbox:target {
  outline: none;

  width: 100%;
  height: 100%;
  opacity: 1 !important;
  
}
.lightbox:target img {
  border: solid 4px white;
  opacity: 1;
  webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.light-btn {
  color: #fafafa;
  background-color: #333;
  border: solid 3px white;
  padding: 5px 15px;
  border-radius: 1px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  z-index: 99;
}
.light-btn:hover {
  background-color: #111;
}
.btn-prev {
  left: 7%;
}
.btn-next {
  right: 7%;
}
.btn-close {
  position: absolute;
  right: 10%;
  top: 10%;
  color: #fff;
  background-color:#00357B;
  border:solid 2px white;
  padding: 15px 18px;
  border-radius: 1px;
  text-decoration: none;
}
.btn-close:hover {
  background-color: #0046A4;
  color:#fff;
}