


   /*MEGA NAV CSS START */
   #hisree-m-nav01 {
    width: 100%;
    top:0;
    z-index: 999999999999;
    background-color:#fff;
  }
  #hisree-m-nav01 .hisreemnav-in{
    position: relative;
    max-width: 1300px;
    padding: 0px 4px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #hisree-m-nav01 .hisreemnav-in    .logo {
   width: 197px;
   height: 100px;
   overflow: hidden;

 } 
 #hisree-m-nav01 .hisreemnav-in  .logo img  {
    
    overflow: hidden;
    width: 100%; 
  }
   
  .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: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    
  }
  /*
#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: #f2f2f2;
    width: 220px;
    line-height: 34px;
    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: 80px;
    opacity: 1;
    visibility: visible;
    z-index:9999999999;
  }
  #hisree-m-nav01 .nav-links li:hover .mega-box1{
    transition: all 0.3s ease;
    top: 80px;
    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;
    color: #333;
    border-bottom: solid 1px #fff;
  }
  #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: #242526;
      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 */


/*Slide Code*/

#slider03 {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
  }
  #slider03    .slider {
      position: relative;
      width: 100%;  
      max-height:450px;
      margin: auto;
      overflow: hidden;
    }
  
    .slides {
      display: flex;
      transition: transform 1s ease-in-out;
    }
  
    .slide {
      min-width: 100%;
      position: relative;
    }
  
    .slide img {
      width: 100%;
      display: block;
    }
  
    .text {
      position: absolute;
      bottom: 60%;
      left: 20%;
      transform: translateX(-50%) scale(0);
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 10px 20px;
      font-size: 1.5rem;
      border-radius: 5px;
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
  
    .active .text {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    #slider03 h4 {
      font-size: 30px;
      line-height: 46px;
      color: #f2f2f2;
    }
    #slider03 p {
      font-size: 20px;
      line-height: 26px;
      color: #fff;
    }
    .controls {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
  
    .controls button {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
    }
  
    .controls button:hover {
      background: rgba(0, 0, 0, 0.8);
    }





    
/*section-title-02 CSS START */
.section-title-02 {
    text-align: center;
    margin-bottom: 15px;
  }
  .section-title-02 h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px auto 10px auto;
  }
  .section-title-02 em {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    
  }
  .section-title-02 .line {
    background: #ff0000;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
    margin: 10px auto 0 auto;
  }
  /*section-title-02 CSS END */



/*Side Section Title Start */
.side-section-title-01 {
    font-size: 30px;
    font-weight:bold;
    color: #0F365C;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal;  
    margin-top: 30px;
  }
  
  .side-section-title-01 h3 {
    font-size: 30px;
    font-weight:bold;
    color: #0F365C;
    padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
    font-weight: normal;  
    margin-top: 30px;
  }
  .side-section-title-01 .line {
    background: #ff0000;
    position: absolute;
    height: 2px;
    display: block;
    bottom: 0px;
    width: 72px;
  }
  .side-section-title-01 .text {
    z-index: 20;
    position: relative;
    text-align: center;
  }
  /*Side Section Title END */
  

  /*Footer 01 CSS Start*/
  #footer01 {
    clear: both;
    width: 100%;
    background-color: #34005D;
    padding: 10px 6%;
}

#footer01 .footer01-in {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 0; /* No gaps between columns */
}


/* Media Queries for responsiveness */

/* For tablets and below (up to 768px) */
@media (max-width: 768px) {
#footer01 .footer01-in {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
}

/* For mobile devices and below (up to 480px) */
@media (max-width: 480px) {
#footer01 .footer01-in {
    grid-template-columns: 1fr; /* 1 column */
  }
}

#footer01 .footer01-item {
    width: 100%;
    padding: 10px;
}
#footer01 h5 {
    color: antiquewhite;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
#footer01 ul {
    width: 100%;
}
#footer01 ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color:#f2f2f2;
}
#footer01 ul li a {
    text-decoration: none;
    color:#f2f2f2;
}
#footer01 ul li a:hover {
    text-decoration: none;
    color:#fff;
}
#footer01 p {
    font-size: 16px;
    line-height: 30px;
    color: #f2f2f2;
}
.footer01-copyrights {
    clear: both;
    background:#1D0033 ;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #B071E2;
    padding: 20px 0px;
}
.footer01-copyrights .janani  {
    width: 100%; 
    line-height: 12px;
    padding: 20px 0px;
}
.footer01-copyrights .janani a {
    text-decoration: none;
    color: #9550CB;
    font-size: 12px;

}
/*Footer 01 END */

.gitem01 h5 {
  font-size: 22px;
  line-height: 30px;
  color:#002CC2;
  margin: 10px 0px;
}
.gitem01 p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
}





 
.button {
  width:fit-content;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 32px;
  font-family: lato,sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: 0 0;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
  outline: none;
  margin: 10px 0px;
}
.custom-btn  {
width:fit-content;
height: 45px;
color: #fff;
border-radius: 5px;
padding: 12px 32px;
font-family: lato,sans-serif;
font-size: 18px;
font-weight: 500;
background: 0 0;
cursor: pointer;
transition: all .3s ease;
position: relative;
display: inline-block;
box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
outline: none;
margin: 10px 0px;
}

.btn-1 {
  background:#060e83;
  background:linear-gradient(0deg,rgba(6,14,131,1) 0%,rgba(12,25,180,1) 100%);
  border:none
}
.btn-1:hover{
  background:#0003ff;
  background:linear-gradient(0deg,rgba(0,3,255,1) 0%,rgba(2,126,251,1) 100%)
}



.btn-5{width:130px;height:40px;line-height:42px;padding:0;border:none;background:#ff1b00;background:linear-gradient(0deg,rgba(255,27,0,1) 0%,rgba(251,75,2,1) 100%)}
.btn-5:hover{color:#f0094a;background:0 0;box-shadow:none}
.btn-5:before,.btn-5:after{content:'';position:absolute;top:0;right:0;height:2px;width:0;background:#f0094a;box-shadow:-1px -1px 5px 0 #fff,7px 7px 20px 0 #0003,4px 4px 5px 0 #0002;transition:400ms ease all}.btn-5:after{right:inherit;top:inherit;left:0;bottom:0}
.btn-5:hover:before,
.btn-5:hover:after{width:100%;transition:800ms ease all}

