﻿.logos.container{
   max-width: 1140px; 
}
section{
    overflow-x:hidden;
}
h1,h2,h3,h4,h5{
 font-family: "Poppins", sans-serif;


}
p,a,button,li{
  font-family: 'Roboto', sans-serif;

}
p{
     color: var(--text-color);
}
:root {
     --primary-color: #E5530A;
  --secondary-color: #FFD7A5;
  --accent-color: #4CAF50;
  --background-light: #FFFAF3;
  --background-neutral: #F5F5F5;
  --text-dark: #333333;
  --text-light: #FFFFFF;
   
}
.bg-secd{
     background-color: var(--secondary-color);
}
.slider_text_con{
    padding-top:50px;
}
h1 {
  font-size: 45px;   /* Main heading */
  font-weight: 700;  /* Bold font weight */
    
}

h2 {
  font-size: 35px;   /* Sub-heading */
  font-weight: 700;
}

h3 {
  font-size: 30px;   /* Smaller heading */
  font-weight: 700;
}
h4 {
  font-size: 25px;   /* Smaller heading */
  font-weight: 700;
}
h5 {
  font-size: 20px;   /* Smaller heading */
  font-weight: 700;
}

p {
  font-size: 16px;   /* Body text size */
  font-weight: 400;
  line-height: 1.6;  /* Better readability */
}


a {
  font-size: 18px;   /* Same size as paragraphs */
  font-weight: 400;
  text-decoration: none;  /* No underline */
}

.hilight{
    color:#F4A261;
}
.service-inner{
    height: 330px;
  align-content: center;
}
.slide-content {
  text-align: center;
  color: #fff;
  z-index: 10;
  padding: 20px;
  border-radius: 10px;
  align-content: center;
  display: flex;
  flex-direction: column;
}
.img-thess{
  border-radius:0px 20px 0px 20px;
}
.nav-tabs .nav-link{
    font-weight:700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    padding-bottom:25px;
    padding-left:0px;
}
.nav-tabs .nav-link{
    padding-left:0px;
    border:none!important;
}
.slide-content p{
    align-self: center;
    max-width: 800px;
    font-weight:700;
}
 .dropdown-inner>li>a {
  color: black !important;

  font-weight: 500 !important;
}
 .heder-name{
  color: black !important;

  font-weight: 500 !important;
 }
/*animation*/
@keyframes customAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
  100% {
    transform: translate3d(0px, 92.8774px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.element {
  animation: customAnimation 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
@keyframes upAndDown {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 92.8774px, 0px); /* Move down */
  }
  100% {
    transform: translate3d(0px, 0px, 0px); /* Move back up */
  }
}

.element1 {
  animation: upAndDown 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes leftToRight {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(92.8774px, 0px, 0px); /* Move right */
  }
  100% {
    transform: translate3d(0px, 0px, 0px); /* Move back to the start */
  }
}

.element2 {
  animation: leftToRight 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
.spaces{
 
    /* Replace with your image URL */
    background-size:40%; /* Ensures the image covers the container */
    background-image: url('../img/bubbles.png');
    background-position:left top ;
    background-repeat: no-repeat;

}
.background-image {
    animation: zoomInAndOut 5s ease-in-out infinite; /* Adjust timing as needed */
    /* Replace with your image URL */
    background-size:contain; /* Ensures the image covers the container */
    background-image: url('../img/ihes.png');
    background-position: right 80%;
    background-repeat: no-repeat;

}

@keyframes zoomInAndOut {
  0% {
    background-size: 10px; /* Initial size */
  }
  50% {
    background-size:    50px; /* Zoom in */
  }
  100% {
    background-size:100px; /* Return to original size */
  }
}
  /* Circular Image Styling */
        .rotating-img {
         
            border-radius: 50%; /* Makes the image circular */
            animation: rotate 3s linear infinite;
        }

        /* Keyframes for rotation */
        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

/*animation end*/.gapes{
                     gap:15px;
                 }
/* Header start */
.logos{
    width:90px;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.navlink .navlink-inner {
    list-style: none;
    margin-left: 40px;
}

.navlink .navlink-inner  {

    font-weight: 450;
    color: white;
    padding:8px 10px;
}
/*.navlink .navlink-inner:hover{
    background-color:#FF8C00;
    border-radius:50px;
    color:white;

}*/

 .navlink-inner .nav-links.active {
        background-color:#253e3e;
  padding: 10px 24px;
  border-radius: 40px;
  color: white;
      }
.navlink {
    position: relative;
}

.navlink-inner:hover .dropdown-inner {
    display: block;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding-left: 0px;
    border-radius: 4px;
}

.navlink .dropdown.active .dropdown-inner {
    display: block;
}

.dropdown-inner {
    display: none; /* Hidden by default */
    position:absolute;/* Position it relative to its parent */
    top: 100%; /* Position it directly below the parent */
    left: 0;
    background-color: white; /* Ensure background color */
    width: 285px; /* Set a fixed width or adjust as needed */
    z-index: 1000; /* Ensure it stays on top of other content */
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-top: 5px solid black;
}

.dropdown-inner li {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    padding: 10px 15px;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
}

.dropdown-inner li:hover {
    background-color: #f0f0f0; /* Adds a hover effect */
}

.dropdown-inner img {
    width: 15px;
    margin-right: 10px; /* Add space between icon and text */
    transform: rotate(-90deg);
}

.hamberg {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;

   
  }


.hamberg span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: white !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    display: none; /* Hidden initially */
}

.mbmenu {
    display: none;
}

.gry1 {
    height: 493px;
}

.gry2 {
    width: 250px;
    height: 165px;
}







.inner-imgs {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.inner-imgs:hover {
    transform: rotate(90deg);
}
 .bg-footer li a{
         font-size:16px !important;
    }
@media (max-width: 768px) {
    .logos{
    width:110px;
}
    .navlink {
        position: fixed;
        width: 300px;
        height: 100vh;
        top: 0;
        right: -500px;
        background-color: var(--secondary-color);
        transition: 0.5s;
    }
    .dropdown-inner{
        position :relative !important;
    top: 10%;
    left: 0;
  
    width: 100%;
    z-index: 1
    }
    .ab-wth{
        width:100px !important;
    }
    .ab-wth img{
        padding:3px;
    }
    .navlink.active {
        right: 0 !important;
        z-index: 999999999999999;
    }

    .navfrt {
        flex-direction: column;
        padding-left: 0px;
    }

    .bg-footer {
        background-color: #2D6A4F;
        color: white;
    }

    .bg-footer p {
        color: white;
    }

    .bg-footer li {
        list-style: none;
        color: white;
        margin-bottom: 15px;
        font-weight: 800;
    }

    .bg-footer li a {
        padding-left: 10px;
        color: white;
        text-decoration: none;
        font-weight:900;
    }

    .bg-footer li a:hover {
        color: red;
    }

    .bg-footer ul {
        padding-left: 0px !important;
    }

    .ftr-img img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .glly-mobile {
        flex-direction: column;
    }

    .gry1 {
        height: 200px;
    }

    .gry2 {
        width: 100% !important;
    }

    .send-column {
        display: none !important;
    }

    .hamberg {
        display: flex;
         background: black;
    width: 40px;
    height: 30px;
    padding:1px 2px 1px ;
    }

    .navlink .navlink-inner {
        padding: 20px 0;
        border-bottom: 1px solid white;
    }

    .close-btn {
        display: block; /* Show the close button on mobile view */
    }

    .navlink-inner.destop {
        display: block !important;
    }

    .mobile {
        display: none;
    }

    .dropdown-inner {
       
        top: 21px;
        left: 0;
        width: 100%;
    }

    .mbmenu {
        border: none !important;
        display: block;
    }
    .bg-footer li a{
         font-size:16px !important;
    }
    .navlink .navlink-inner a{
     color:white !important;
     font-weight:800;
     font-size:16px !important;
}
    .navlink-inner .dropdown-inner li a{
        color:black !important;
    }
    .bg-inner .d-flex{
        flex-direction:column;
    }
    .video-container {
        margin-bottom:50px;
    }
}
header {
    position: relative;
    width: 100%;
    z-index: 999;
  /* Background color */
    padding: 10px 0;
    transition: top 0.5s ease, background-color 0.3s ease; /* Adjust transition speed */
     background:  #E5530A; /* Gradient */
    color:white;

}
.navlink .navlink-inner a{
     color: white;
     font-weight:700;
     font-size:16px !important;
}
.logos{
    background:white;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #E5530A;;
}
.mdtn{
  gap:10px
}
/* Header end */

    /* Header end */
   /*contact*/
    .p-relative{
            position:relative;

        }
        .p-absolute{
              position:absolute;
        }
        .box-contact{
           box-shadow: -3px 0px 30px 0px rgba(0,0,0,0.1);
            padding:50px 20px 25px;
            text-align:center;
            border-radius:5px;
            height:200px;
        }
        /*.aftr{
            position:relative;
        }*/
          .aftr::after{
        content: "";
  position: absolute;
  width: 220px;
  height: 303px;
  bottom: -22px;
  right: 0;
  background:var(--secondary-color);
  z-index: -1;

        }
          .aftr img{
              margin-bottom:50px;
              width:70%;
              height:400px;
          }
        .ovelap{
            top:50px;
          width:100%;
          margin: 0 auto;
            z-index:-1;
            opacity:0;
            color: #f6f6f6;
  margin-bottom: 0;
  font-weight: bold;
  z-index: -1;
  font-size: 75px;
  transition: all 300ms ease-in-out;
  left:0;
        }
        .iges-box{
            position:absolute;
            background:green;
            padding:10px;
            border-radius:10px;
            bottom:30px;
            right:30px;
            color:white;
            transform:translateX(-30px);
        }
        .box-contact:hover   .ovelap {
               opacity:1;
        }
        .imge-container{
            width:75px; height:75px; border-radius:50px;background:#F8B88B;
            position:absolute;
            top:-40px;
            left:40%;
        }
        .contact-detail{
            padding:12px 30px;
            border:1px solid #F4F1EE;
        }
        .inner-p{
            padding:10px 20px;
        }
         .bg-footer {
        background-color: #E5530A;
        color: white;
    }

    .bg-footer p {
        color: white;
    }

    .bg-footer li {
        list-style: none;
        color: white;
        margin-bottom: 15px;
        font-weight: 800;
    }

    .bg-footer li a {
        padding-left: 10px;
        color: white;
        text-decoration: none;
        font-weight:900;
    }

    .bg-footer li a:hover {
        color: red;
    }

    .bg-footer ul {
        padding-left: 0px !important;
    }

    .ftr-img img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
        .tz-gallery .row > div {
            padding: 2px;
        }

        .tz-gallery .lightbox img {
            width: 100%;
            border-radius: 0;
      
        }
        .tab-content p{
            max-width:500px !important;
        }
.tz-gallery .lightbox:before {
    position: absolute;
    top: 40%;
    left: 40%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    background: url('../img/right-1.png');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100px;
    height: 100px;
}

        .tz-gallery .lightbox:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background-color: rgba(46, 132, 206, 0.7);
            content: '';
            transition: 0.4s;
        }

        .tz-gallery .lightbox:hover:after,
        .tz-gallery .lightbox:hover:before {
            opacity: 1;
        }

        .p-relative {
            position: relative;
        }

        .p-absolute {
            position: absolute;
        }

        .box-contact {
            box-shadow: -3px 0px 30px 0px rgba(0,0,0,0.1);
            padding: 50px 20px 25px;
            text-align: center;
            border-radius: 5px;
        }

        .ovelap {
            top: 50px;
            width: 100%;
            margin: 0 auto;
            z-index: -1;
            opacity: 0;
            color: #f6f6f6;
            margin-bottom: 0;
            font-weight: bold;
            z-index: -1;
            font-size: 75px;
            transition: all 300ms ease-in-out;
            left: 0;
        }

        .box-contact:hover .ovelap {
            opacity: 1;
        }

        .imge-container {
            width: 75px;
            height: 75px;
            border-radius: 50px;
            background: #F8B88B;
            position: absolute;
            top: -40px;
            left: 40%;
        }

        .contact-detail {
            padding: 14px 30px;
            border: 1px solid #F4F1EE;
        }

        .inner-p {
            padding: 10px 20px;
        }
       .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
            border:none!important;
            border-bottom:5px solid #4CAF50 !important;
        }
      .nav-tabs .nav-link:hover{
           border:none!important;
       }
      #profile-tab:focus-visible{
           border:none!important;
      }
      .tz-gallery .lightbox img{
          height:220px;
      }
      .mission-tab {
  max-width: 620px;
  padding: 50px 0;
  margin-left: 50px;
}
      .chnage-event{
bottom: 10px;
  padding: 25px;
  transition: 0.5s;
  color:white;
  position:absolute;
      }
       .chnage-event h5{
 transition: 0.5s;
       }
       .highlets{
            transition: 0.5s;
       }
      .ehovr:hover .highlets{
         transform: translateY(-120px);
           position: absolute;
      }
          .ehovr:hover h5{
transform: translateY(-80px);
      }
      .chnage-event{
          bottom:0;
      }
       .chnage-event p{
           color: #ffffff;
  margin: 0 0 0 0;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  bottom: 0; 
       }
      .ehovr:hover p {
  opacity: 1;
  transform: translateY(-20px);
}
      .volunter-inner{
          text-align: center;
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 20px 30px 15px 30px;
      }
       .riser {
  max-width: 650px;
  margin: auto;
}
       .font-hight{
           font-family:"Shadows Into Light", cursive;
           font-weight:700;
           color:#4CAF50;
       }
       /*banner slider*/
.siper-hight{
  width: 100%;
  height:100vh;
}

.bnner-innner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: var(--bg-image); /* Dynamic background image */
  background-size: 110%; /* Start slightly zoomed in */
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 1s ease, background-position 1s ease; /* Smooth transitions */
}

.swiper-slide.swiper-slide-active {
  background-size: 100%; /* Zoom out on active slide */
  background-position: center center; /* Center focus */
}

.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
  background-size: 120%; /* Zoom in slightly for non-active slides */
  background-position: center top; /* Change focus for non-active slides */
}

.slide-content {
  text-align: center;
  color: #fff;
  z-index: 10;
  /* Semi-transparent background for readability */
  padding: 20px;
  border-radius: 10px;
}

.swiper-pagination {
  bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.box-inner{
    padding:20px;
    box-shadow: 0 0 3px #1e293b26;
    border-radius:5px;
}
 .boxess{
   padding:20px;
   height:50% !important;
 }
 .brders-down {
  padding-bottom: 0;
  border-top: 7px solid #f1f1f1;
  margin-top: 15px;
  position: relative;
}
  .boxess:hover .box-inner{
      border:1px solid #4CAF50;
  }
 .boxess:hover .brders-down ::before{
     width: 100%;
  background: #4CAF50;
  border-color: aqua;
}

        .brders-down ::before {
            position: absolute;
            content: "";
            width: 33%;
            height: 7px;
            background: #4CAF50;
            top: -7px;
            transition: 0.5s;
        }
         .box-inner img{
             border-radius:5px;
         }
         .service-inner{
             border-right: none;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border: 1px dashed #ff6015;
  border-radius: 5px;
  text-align:center;
  padding:20px
}
        .service-inner::before {
         content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  background-color: #ff6015;
  z-index: -1;
  transition: 0.5s;
}
     .service-inner:hover::before {
  height: 100%;
  color:white;
}
      .service-inner p   {
          font-size:15px;
      } 
         .service-inner a  {
color:black;
      } 
      .service-inner:hover {
  color: white;
}
          .service-inner:hover a {
  color: white !important;
}
        .bg-call {
            background-image: url('../img/welcome-one-img.jpg');
            position: relative;
        }
  .overlay {
  position: relative;
  z-index: -1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.385555);
  z-index: 1;
}
.left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: rgba(135, 206, 250, 0.9);
  transform: skewX(-20deg);
  transform-origin: top left;
}
.left::before {
  background: #264653 !important;
}
/*.content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: left;
}*/
.img-thess{
    width:400px;
    height:260px;
    position:absolute;
    bottom:0;
    transform:translate(-320px,40px);
}
.name {
    margin-bottom: 112px;
    height: 324px;
}
section{
    overflow:hidden;
}
.b-overlay{
      width: 100%;
  height: 100%;
  background-color: rgba(76, 175, 80, 0.26); 
  align-content:center;
}
.default-btn {
  background-color: #4CAF50;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -7px;
  font-weight: 800;
}
.nav-item button{
    font-size:20px;
    font-wight:800;
    color:black;
}
.footer-after{
    position:relative;
}
.footer-after::after{
    content:"";
    position:absolute;
    width:110px;
    height:2px;
    background:green;
   bottom:-10px;left:10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background:none;
}
.default-btn1 {
  background-color:nonw;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -7px;
  border:2px solid #fff;
  font-weight: 800;
}
.default-btn1:hover {
  background-color:#E5530A;
 
}
.default-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-color: #E5530A;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 10px;
}
.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-color: #E5530A;
  z-index: -1;
  transition: all 0.5s;
  left: auto;
  right: 0;
  border-radius: 10px;
}
.default-btn:hover::after {
  width: 0;
}
.default-btn:hover::before {
  width: 0;
}
.b-overlay h1{
    font-size:48px;
}
        @media (max-width: 768px) {
            .img-thess {
  width: 314px;
  height: 195px;
  position: absolute;
  bottom: 0;
  transform: translate(-258px,40px);
}
             .aftr img{
              margin-bottom:50px;
              width:100%;
              height:400px;
          }
             .iges-box{
                   transform: translateX(0px);
                   right: 0;
             }
            .b-overlay h1{
                font-size:30px;
            }
            .mdtn{
                flex-direction:column;
               gap:20px;
               justify-content:center;
            }
            /*
            .mdtn a{
                width:60%;

            }*/
             .name {
    margin-bottom: 112px;
    height: 240px;
    width:80%;
}
            .mission-tab{
                margin-left: 0px;
                padding-left:10px;
                padding-right:10px;
            }
        }
        .all-heder {
  background-image: url('../img/biirdea.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
}
        .all-inner {
  background: rgba(24, 26, 27, 0.5);
  width: 100%;
  height: 100%;

}
        .inner-p a{
            font-size:14px!important;
        }

        .iges-box h2{
            font-size: 25px;
        }