@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@font-face {
   font-family:Gambarino-Regular;
   src: url(../css/fonts/Gambarino-Regular.ttf);
}
body{
    overflow-x:hidden;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

.container{
    max-width: 88%;
    margin:auto;
    width: 88%;
    margin:0 auto;
}
.container-fluid
{
 max-width: 100%;
    margin:auto;
    width: 100%;
    margin:0 auto;
    padding:0;
}
.col-wh
{
        display: flex;
    justify-content: flex-end;
}
.footer-btm-br {
    border-top: 0.5px solid #30328d;
    padding-top: 25px;
}
.footer-btm
{
    background-color: #ededed;
}
.col-sm-21
{
    flex: 0 0 auto;
        width: 22.666667%;
}
/**/
.row-1
{
    gap: 10px;
    justify-content: space-around;
}
.stat-card-34 {
       width: 24%;
    height: 270px;
    background: linear-gradient(180deg, #b51d1d, #7d1010);
    border-radius: 9px;
    position: relative;
        margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 1.854px 5.706px 18px 0px rgba(13, 19, 17, 0.28);
}

/* Top text */
.title-34 {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  z-index: 3;
  font-family: "Poppins", sans-serif;
}

/* Big faded background 20 */
.bg-number-34 {
   position: absolute;
    bottom: 0;
    left: 0px;
    font-size: 260px;
    font-weight: 900;
    color: rgba(90, 0, 0, 0.55);
    line-height: 1;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.counters
{
    margin-top:2em
}
.bg-number-34 img
{
     width: 180px;
    display: block;
    margin: 0 auto; 
}

/* White main 20 */
.main-number-34 {
 position: absolute;
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    font-family: Gambarino-Regular;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;

}
/**/



.banner-txt
{
    position:absolute;
    z-index:1;
    bottom:100px;
    font-family: Gambarino-Regular;
    color:#fff;
    font-size:50px;
    left:0;
    right:0;
    width:100%;
    text-align:center;
    
}
.navbar-scrolled
{
    animation: sticky 1s;
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    background-color: #fff;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header.navbar-scrolled
{
    padding: 0;
}
.left-m1
{
    padding-left:15px;
}
.div-middle
{
  display: flex;
    justify-content: center;
    align-items: center;
}
.sec-4tab-right-arrow
{
    position: relative;
}
.tes-img
{
    background-color:#fff;
}
.leadership-team-img img
{
    object-fit:cover;
}
.tes-img
{
    width:100%;
    height:100%;
    object-fit:contain;
}
.rd-circle
{
 width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.3px solid #0c0c0c;
    position: absolute;
    top: 50%;
    right: -47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transform: rotate(-45deg);
    transition: 0.5s all;
}
.hover-item:hover .rd-circle
{
transform: rotate(0deg);
}
.sec-4tab-right-arrow
{
    padding-right: 30px;
}
.banner-video1
{
        width: 100%;
    height: 100%;
}
.div-middle img
{
    width:400px;
}
.tes-img
{
  width: 120px;
    height: 60px;
    padding: 4px;
    overflow: hidden;
    border-radius: 6px;
}
.tes-img img
{
width: 100%;
height: 100%;
object-fit:contain;
}
.tex-nm1
{
    margin-top: 3em;
}
.mb-20p
{
    margin-bottom:30px ;
}
.test-pha-1
{

        font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin:0;
        text-align: center; 
}
.txt-div-test
{
    margin-top: 30px;
    margin-bottom: 0px;
}
.banner-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.swiper-slide-active .banner-text {
  opacity: 1;
  transform: translateY(0);
}
/* hide text by default */
.banner-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

/* animate ONLY the current slide */
.owl-item.active.center .banner-text {
  opacity: 1;
  transform: translateY(0);
}



.test-pha-dis
{
        font-family: "Poppins", sans-serif;
    font-size: 15px;
        text-align: center;
}
.txt-div-test
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.work-cul-1_1
{
 border-radius: 25px;
    overflow: hidden;
    margin-bottom: 50px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: auto; /* BAD */
}
.overlay {
  pointer-events: none; /* allows mouse/scroll through */
}

.cnt-div
{
        display: flex;
    justify-content: center;
    align-items: center;
}
.work-right_6
{
padding: 60px 160px 0 0px;
}

.work-right_6_1
{
   padding: 80px 0px 0 100px; 
}


.work-cul-1_1 h2
{
    font-family: Gambarino-Regular;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
.work-cul-1_1 p {
    font-family: Gambarino-Regular;
    color: #000;
    font-size: 17px;
    font-weight: 530;
    line-height: 30px;
}
.title-341 {
    font-family: Gambarino-Regular;
    color: #000000;
    font-size: 2.5rem;
    line-height: 58px;
    margin-bottom: 0;
}
.leadership-team-info
{
    display: flex;
    justify-content: space-between;
}
.icon-le
{
        display: flex;
    align-items: flex-end;
}
.read-mor-ar_1 {
    float: right;
    font-size: 22px;
    outline: none;
    transition: 0.5s all ease;
    transform: rotate(0deg);
        border: none;
    background: transparent;

}
.read-mor-ar_2
{
       float: right;
    font-size: 22px;
    opacity: 0;
    transition: 0.5s all;
}
.cat-list li:hover .read-mor-ar_2
{
    opacity: 1;
}


.leadership-team-box:hover .read-mor-ar_1
{
      transform: rotate(45deg);
}
.leadership-team-info_2
{
    padding:15px;
}
.leadership-inside-team-img {
   width: 200px;
    height: 238px;
    display: block;
    margin: 0 auto;
}
.ledership-box
{
    padding:20px;
}
.leadership-inside-team-img img
{
width: 184px;
    height: 226px;
    display: block;
    margin: 0 auto;
}
.leadership-team-info-h3 {
    font-family: Gambarino-Regular;
    color: #000;
    font-size: 20px;
    text-align: center;
    /* align-content: space-between; */
}
.leadership-team-info-p {
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin: 0;
    font-size: 15px;
     text-align: center;
}

.profileabt-sec {
    margin: 2em 0 1em 0;
}
.profile-sec-3
{
    margin: 2em 0 0 0;
}
.left-profile-side
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}
.right-img-row
{
    margin-right:15px;
}
.left-img-row
{
    margin-left:15px;
}
.carrer-sec
{
    margin-top:2em;
    margin-bottom: 3em;
}
.carrr-info-box
{
    border-bottom: 1px solid #efefef;
    margin-top:20px;
}
.form-div
{
    margin-bottom: 30px;
}
.carrer-page-form
{
    border:1px solid #000;
    padding:50px;
}
.cont-sec
{
    padding:20px 0 3em 0;
}
.form-div label
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.form-control{
    border-bottom: 1.5px solid #000;
    border-right:none;
    border-left:none;
    border-radius: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    border-top: none;
}
.head-car
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 550;
    margin: 0;
    padding:0 0 10px 0;
}
.title-main-1
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.head-car-1
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 0;
    padding:0 0 10px 0;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
   .col-sm-21_1 {
    flex: 0 0 auto;
    width: 18.666667%;
    padding: 0 10px;
}
.pd-right
{
        padding-right: 10px;
}
.col-sm-21_1_10
{
    width: 12%;
}


    .addre-box
    {
        margin-bottom: 20px;
    }
.search-box .form-control {
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1.5px solid #000;
    border-radius: 0;
    margin-right: 35px;
    font-family: "Poppins", sans-serif;
}
.font-add-t1
{
    font-family: Gambarino-Regular;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.add-hed
{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin:0 0 20px 0;
}
.add-hed-1
{
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin:0 0 20px 0;
}
.addre-box
{
    border:2px solid #000;
    padding:25px;
}
.map-google
{
    margin:3em 0;
}
.map-g1
{
    border:1px solid #ccc;
    padding:10px;
}
.sec-2-home
{
    padding: 4em 0 1em 0;
}
.col-row
{
    margin-top:14px;
}
.color-box
{
    width: 80px;
    height: 36px;
    background-color: #f09837;
}
.color-box-1
{
    width: 80px;
    height: 36px;
    background-color: #ecc446;
}
.organic-sec-1
{
    margin-top:0px;
}
.organic-sec-1
{
    border-top: 1.6px solid #000;
    padding:24px 0;
}
.main-wr-page
{
    margin-top: 2em;
}
.btn-1
{
padding: 4px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    border:2px solid #f09837;
    text-align: center;
    color:#000;
    margin-bottom: 10px;
    transition: 0.5s all;
    border-radius: 100px;
}
.btn-1:hover
{
background:#f09837; 
color:#fff;
}
.btn-2
{
padding: 4px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    border:2px solid #e73624;
    text-align: center;
    color:#000;
    transition: 0.5s all;
    border-radius: 100px;
}
.btn-2:hover
{
background:#e73624; 
color:#fff;
}
.btn-2:hover img
{
     filter: grayscale(100%) brightness(1000%) contrast(1000%);
}
.cnt-btn
{
    display: flex;
    justify-content: center;
}
.btn-4
{
padding: 6px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 200px;
        margin:30px auto 0 auto;
    border:2px solid #e73624;
    text-align: center;
    color:#000;
    transition: 0.5s all;
    border-radius: 100px;
}
.btn-4:hover
{
background:#e73624; 
color:#fff;
}
.btn-4:hover img
{
     filter: grayscale(100%) brightness(1000%) contrast(1000%);
}
.read-mor-ar {
    float: right;
    font-size: 22px;
    transition: 0.5s all ease;
    transform: rotate(0deg);
}
.our-events-box:hover .read-mor-ar 
{
      transform: rotate(45deg);
}
.main-wrapper-pr {
    padding: 3em 0 3em 0;
}
.rel-wh
{
    position: relative;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}
.pinkBg {
    background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}

.intro-banner-vdo-play-btn {
    height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 20px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}
.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
.stick-iocn
{
        background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
        height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 10px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}
.ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
/* Floating Chat Icon */
.chat-icon {
    position: fixed;
    bottom: 144px;
    right: 20px;
    z-index: 1;
    background: #bb0b0b;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: vibrateZoom 1s ease-in-out infinite; /* Smooth infinite animation */
  }
  
  /* Smooth Vibration with Zoom-out and Zoom-in animation keyframes */
  @keyframes vibrateZoom {
    0% {
        transform: translateX(0) scale(1); /* Start normal */
    }
    25% {
        transform: translateX(-2px) scale(1); /* Move left and slightly zoom in */
    }
    50% {
        transform: translateX(4px) scale(0.95); /* Move right and slightly zoom out */
    }
    75% {
        transform: translateX(-3px) scale(1.05); /* Move left and slightly zoom in */
    }
    100% {
        transform: translateX(0) scale(1); /* Return to normal */
    }
  }
  
  /* Smooth infinite hover effect with vibration and zoom animation */
  .chat-icon:hover {
    background: #0056b3;
   
  }
.nmeser
{
     font-family: Gambarino-Regular;
    color: #000;
    font-size: 24px;
    margin-bottom:30px;
}
.title-234 {
    font-family: Gambarino-Regular;
    color: #fff;
    font-size: 2.5rem;
}
.cer-box
{
    margin-top:2em;
}
.esr-div
{
    margin-top: 40px;
}
.esr-box-nm-pha
{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align:justify;
    margin:14px 0 0 0;
}
.vi-box
{
        padding-left: 60px;
    margin-top: 12px;
}
.padding-right-left
{
    padding-right: 2em;
}
.cer-img
{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 6px solid #795548;
    padding: 5px;
    margin-bottom: 17px;
    border-radius: 4px;
    height: 250px
}
.cer-img img
{
        max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.nm-cer
{
      font-family: Gambarino-Regular;
    color: #000;
    font-size: 18px;
        margin: 0;
    text-align: center;
}
.title-g1 {
    font-family: Gambarino-Regular;
    color: #fff;
    font-size: 23px;
    line-height: 38px;
    }
.mi-box
{
            padding-right: 60px;
    margin-top: 12px;
}
.cat-sec-1_1 {
    margin: 1em 0 2em 0;
    padding: 0 0em;
}
.cat-list li
{
    transition: 0.5s all;
}
.cat-list li:hover
{

}
.work-left
{
    padding-left: 20px;
}
.work-right
{
    padding-right: 20px;
}
.img-right
{
    margin-top:20px;
}
.work-cul-1
{
    margin-bottom: 3em;
}
.work-cul-1 h2
{
    font-family: Gambarino-Regular;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
.work-cul-1 p {
    font-family: Gambarino-Regular;
    color: #000;
    font-size: 17px;
    font-weight: 530;
    line-height: 30px;
}
.faq-quest
{
        font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.faq-answer p
{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.nm-table-1
{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.product-nam
{
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     margin:0 0 20px 0;
     color:#000;
}
.nm-table
{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 0 0px 0;
}

.sec-sec-1
{
    margin-top:60px;
}
.search-box
{
    margin-bottom: 30px;
}
.qnase
{
        font-family: "Poppins", sans-serif;
        color:#000;
        font-size: 18px;
        margin-bottom: 16px;
}
.ans-sr
{
     font-family: "Poppins", sans-serif;
        color:#000;
        font-size: 15px;
        font-weight: normal;
}
.search-box_1
{
    display: flex;
    justify-content: space-between;
}
/*header*/
.header{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    background-color: #ffffff;
    z-index: 99;
    padding: 0px;
}
.header-main{
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    border-radius: 4px;
}
.header .logo{
    padding: 0px;
}
.header .logo a{
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}
.header .nav-menu{
    padding: 0 15px;
}
.header .menu > .menu-item{
    display: inline-block;
    margin-right: 16px;
    position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
/*.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
    color: #fff;
}*/
/* Only apply hover color to main menu items */
.header .menu > .menu-item:hover > a {
    color: #e37a2a;
}
/* Submenu hover style (optional) */
.header .menu .sub-menu .menu-item > a:hover {
    color: #fff !important;
}

.header .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 210px;
    position: absolute;
    left:0;
    top:100%;
    background-color: rgb(220, 123, 49);
    padding: 10px 0;
/*  border-top: 3px solid #e91e63;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
    border-radius: 10px;
    font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
    position: relative;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.header .menu .sub-menu .menu-item > a {
    position: relative;
       transition: all 0.4s ease;
    display: inline-block;
}

.header .menu .sub-menu .menu-item > a::after {
  content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 20px;
    transition: all 0.4s ease;
}
.service-item {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #000;
  transition: color 0.3s ease;
}

.text-content h3, .text-content p {
  color: #aaa;
  transition: color 0.3s ease;
}

.service-item.active .text-content h3,
.service-item.active .text-content p {
  color: #000;
}
.tab-content {
  position: relative;
  height: 440px; /* match your image height */
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1;
}

.tab-content img.active-img {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hover-text-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 40px;
}
.sec-478
{
    padding: 4em 0 5em 0;
}
.hover-item h3,
.hover-item p {
  color: #888;
  transition: color 0.3s ease;
}
.hover-item
{
    border-bottom: 1.5px solid #000;
        padding-right: 50px;
        position: relative;
}
.hover-item.active h3,
.hover-item.active p {
  color: #000;
}

.image-preview {
 position: sticky;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    top: 140px;
}

.image-preview img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
  opacity: 0;
  transform: scale(1.0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}


.stat-card-34
{
    transition: transform .3s ease, box-shadow .3s ease;
}
.stat-card-34:hover .bg-number-34 {
  transform: scale(1.1);
}
.stat-card-34 .bg-number-34 {
  
  transition: transform 0.5s ease;
}
.tab-content img
{
    border-radius: 20px;
}

.sec-3-right
{
    height: 100%;
    background: #000;
}
.sec-3-right video
{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.lin-bt
{
    position: relative;
}
.lin-bt:after
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #000;
}
.header .menu .sub-menu .menu-item > a:hover::after {
    width: 10px;
}

.header .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}
.header .open-nav-menu span:before{
    top:-7px;
}
.header .open-nav-menu span:after{
    top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin:0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .close-nav-menu img{
    width: 16px;
}
.header .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}

/*home section*/
.home-section{
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url('../img/home.jpg');
    background-position: center top;
    background-size: cover;
}


/* responsive */

@media(max-width: 991px){
    .header .menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
    .header .nav-menu{
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
    .header .nav-menu.open{
        visibility: visible;
        right: 0px;
    }
    .header .menu > .menu-item{
        display: block;
        margin:0;
    }
    .header .menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .menu > .menu-item > a{
        padding: 12px 15px;
        border-bottom: 1px solid #e0e0e0;
    }
    .header .menu > .menu-item:first-child > a{
        border-top: 1px solid #333333;  
    }
    .header .menu > .menu-item > a .plus:before, 
    .header .menu > .menu-item > a .plus:after{
        background-color: #ffffff;
    }
    .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 12px 45px;
        border-bottom: 1px solid #f4f4f4;
    }
    .header .close-nav-menu,
    .header .open-nav-menu{
        display: flex;
    }
}
.logo img
{
width: 180px;
}
.sec-3-left
{
       background-color: #ab9fd4;
    padding: 3em 4em 3em 8em;
    height:100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.pha-info
{
    margin-top:25px;
}
.sec-2
{
    padding:3em 0;
}
.slider-event
{
    margin:2em 0 0em 0;
}
.our-testimonial-item-box
{
     border-radius: 26px;
     padding:1em;
}
.events-box
{
    background-color: #dcd2b3;
    padding:4em 0 3em 0;
}
.events-box .owl-nav
{
display: flex;
    justify-content: center;
    font-size: 32px;
    margin-top: 30px;
}
.event-img-box
{
    height: 360px;
}
#our-events-slider .owl-next
{
        margin-right: 10px;
    background: #e57827;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: normal;
}
#our-events-slider .owl-prev
{
        margin-right: 10px;
    background: #e57827;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: normal;
}
#our-events-slider .owl-prev span, #our-events-slider .owl-next span
{
margin-top: -4px;
}
.event-img-box img
{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px;
object-position:top;
}
.border-cont
{
border-bottom:1.5px solid #000;
 padding: 40px 120px;
    height: auto;
}
.border-cont-1
{
    border-right:1.5px solid #000;
    border-left:1.5px solid #000;
     padding: 40px 120px;
    height: auto;
    border-bottom:1.5px solid #000;
}
 .banner
  {
      display: grid;
    grid-template-columns: 1fr;
/*    grid-template-rows: 2fr 1fr;*/
    place-items: center;
    padding: 0 20px;
        margin-top: 94px;
  }
/*swiper*/
 .banner .swiper
{
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
 .banner .swiper-slide img
{
  display: block;
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter:brightness(90%);
  user-select: none;
}
.sec-4tab
{
    margin-top:20px;
}
.sec-4
{
    padding:0em 0 1em 0;
}
 .banner .description
{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f3f42;
  margin-top:20px;
  user-select: none;
}
 .banner .description h1 
{
  font-family: "Satisfy", serif;
  width: max-content;
  font-size: clamp(2rem, 6vw, 4rem);
  color: #555556;
  margin-bottom: 20px;
}
 .banner .description p
{
   font-family: "Quicksand", sans-serif;
  max-width: 900px;
  font-size: clamp(0.9rem, 2.5vw, 1.3rem);
  line-height: 1.5;
  text-align: center;
}
 .banner .animation
{
  animation: shutters 2s ease-in-out reverse;
}

 @keyframes shutters {
  0% {
    clip-path: polygon(
      0% 0%,
      10% 0%,
      10% 100%,
      10% 100%,
      10% 0%,
      20% 0%,
      20% 100%,
      20% 100%,
      20% 0%,
      30% 0%,
      30% 100%,
      30% 100%,
      30% 0%,
      40% 0%,
      40% 100%,
      40% 100%,
      40% 0%,
      50% 0%,
      50% 100%,
      50% 100%,
      50% 0%,
      60% 0%,
      60% 100%,
      60% 100%,
      60% 0%,
      70% 0%,
      70% 100%,
      70% 100%,
      70% 0%,
      80% 0%,
      80% 100%,
      80% 100%,
      80% 0%,
      90% 0%,
      90% 100%,
      90% 100%,
      90% 0%,
      100% 0%,
      100% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      10% 0%,
      10% 0%,
      10% 100%,
      20% 100%,
      20% 0%,
      20% 0%,
      20% 100%,
      30% 100%,
      30% 0%,
      30% 0%,
      30% 100%,
      40% 100%,
      40% 0%,
      40% 0%,
      40% 100%,
      50% 100%,
      50% 0%,
      50% 0%,
      50% 100%,
      60% 100%,
      60% 0%,
      60% 0%,
      60% 100%,
      70% 100%,
      70% 0%,
      70% 0%,
      70% 100%,
      80% 100%,
      80% 0%,
      80% 0%,
      80% 100%,
      90% 100%,
      90% 0%,
      90% 0%,
      90% 100%,
      100% 100%,
      100% 0%,
      100% 0%,
      100% 100%,
      10% 100%
    );
  }
}
/*pagination bullet*/

 .banner .swiper-pagination-bullet
{
  width: 22px;
  height: 6px;
  background: #fff;
  border-radius: 14px;
  transition: all 0.8s ease-in-out;
}
 .banner .swiper-pagination-bullet-active
{
  width: 40px;
  background-image: linear-gradient(90deg, #e5e5e5 0%, #ffaa99 100%);
}

.title
{
    font-family:Gambarino-Regular;
    color: #000000;
    font-size: 2.5rem;
    line-height: 52px;
    margin-bottom: 25px;
}

.sec-2
{
    padding:4em 0;
}

.click-get-btn
{
   background-color: #000000;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 17px;
    padding: 9px 49px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 550;
    border-radius: 30px;
    border: 1px solid #000;
    transition: 0.5s all ease;
}
.click-get-btn:hover
{
background: #fff;
color:#000;
}
.title-2
{
        font-family: Gambarino-Regular;
    color: #fff;
   font-size: 2.5rem;
}
.title-2-sub
{
        font-family: Gambarino-Regular;
    color: #fff;
   font-size:26px;
}
.sec-4tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    background-color: #fff;
}
.title-2_2
{
        font-family: Gambarino-Regular;
    color: #000;
   font-size: 24px;
}
.info-pha-1
{
        font-family: Gambarino-Regular;
    color: #000;
    font-size: 18px;
    font-weight: 530;
    line-height: 30px;
    margin-bottom: 11px;
}
.abt-sec-3
{
    margin: 3em 0 0 0;
}
.event-info
{
    margin:20px 10px 10px 10px;
}
.event-info p
{
    color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        margin: 0;
}
.table-organic-box
{
    color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        margin: 10px 0 0 0;
}
.ch-div
{
    margin:30px 0;
}
/*.cat-sec-1_1 .col-sm-6:nth-child(odd) .table-organic-box {
  padding-right: 10px;
}

.cat-sec-1_1 .col-sm-6:nth-child(even) .table-organic-box {
  padding-left: 10px;
}*/

.btn-4_1
{padding: 6px 10px;font-family: "Poppins", sans-serif;font-size: 12px;display: inline-block;width: 156px;margin: 0px auto 0 auto;border:2px solid #e73624;text-align: center;color:#000;transition: 0.5s all;border-radius: 100px;}
.btn-4_1:hover
{
background:#e73624; 
color:#fff;
}
.btn-4_1:hover img
{
     filter: grayscale(100%) brightness(1000%) contrast(1000%);
}
.table-div
{
    margin:20px 0 0 0;
}
.org-sec-sec
{
    margin-top:20px;
}
.cat-sec-1_1
{
    margin:10px 0 30px 0;
}
.formula-box
{
    border:1.5px solid #000;
    padding:4px;
    height: 150px;
}
.div-col-sec
{
    background-color: #f09837;
     width: 120px;
  height: 100px;
      border-top: 1.5px solid #000;
}
.nm-tab-2
{
        font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 0 18px 0;
}
.div-col-sec-1
{
    background-color: #ecc446;
     width: 120px;
  height: 100px;
      border-top: 1.5px solid #000;
}
.info1-name-org
{
    color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        font-weight: 480;
        margin: 20px 0 0 0;
}
.read-more-btn
{
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        padding:0 10px;
}
.events-owl-carousel
{
    overflow: hidden;
    transition: 0.5s all ease;
}
.event-img-box {
    transition: 0.5s all ease;
    overflow: hidden;
    border-radius: 15px;
}
.event-img-box
{
    transition: 0.5s all ease;
}
.event-img-box img
{
    transition: 0.5s all ease;
}
.events-owl-carousel:hover .event-img-box img
{
 transform: scale(1.1);
}
.info-app
{
        color: #000;
     font-family: Gambarino-Regular;
    font-size: 17px;
    line-height: 30px;
    margin:20px 0;
    text-align: justify;
  
}
.img-t1
{
    width: 170px;
}
.sec-4tab .nav-pills li
{
    border-bottom: 1px solid #000;
    padding-top:10px;
}
.info
{
    color: #fff;
    font-family: Gambarino-Regular;
    font-size: 17px;
    margin: 0 0px 20px 0;
    line-height: 30px;
    margin-bottom:11px;
    text-align:justify;
}
.text-center-txt
{
        font-family: "Poppins", sans-serif;
        color:#000;
        font-size: 40px;
}
.count-text
{
        font-family: "Poppins", sans-serif;
        color:#000;
        font-size: 15px;
        font-weight: normal;
        margin-top: 20px;
        margin:0;
}
.mb-20px
{
    margin-bottom: 23px;
}
.view-more-btn
{
    color:#000;
}
.view-more-btn:hover
{
    color:rgba(232,120,36,1);
}
.sec-3
{
    padding:3em 0;
}
.our-test
{
    padding: 3em 0 1em 0;
}
.our-test .container-fluid {
  overflow: hidden; /* Prevent stage overflow cut */
  padding: 20px 0 20px 0;
}

/* Base slide box styling */
#our-testimonial-slider .our-testimonial-item-box {
  color: #252329;
  padding: 40px 20px;
  border-radius: 20px;
 /*  box-shadow: 0 6px 16px rgba(0,0,0,0.1);*/
  transition: all 0.4s ease;
  height: auto;
    font-family: "Poppins", sans-serif;
  font-size: 15px;
        font-weight: normal;
        margin:0 0 0px 0;
  min-height: 250px; /* prevent cut */
}

/* ✅ Center slide — make bigger and wider */
#our-testimonial-slider .owl-item.center .our-testimonial-item-box {
  transform: scale(1.11);
  font-size: 14px;           /* make the center slide larger */
  background-color: #9b843b;
  z-index: 5;                       /* bring above others */
  position: relative;
  font-family: "Poppins", sans-serif;
        color:#fff;
        font-size: 15px;
        font-weight: normal;
        margin:0 0 10px 0;

}
.our-testimonial-item-box
{
    position: relative;
}
.our-testimonial-item-box:after
{
content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -9px;
    border-radius: 5px;
    background-color: #9b843b;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

#our-testimonial-slider .owl-item:not(.center) .our-testimonial-item-box {
  opacity: 0.2;
  transform: scale(0.9);
      background: #ccc;
    position: relative;
}
#our-testimonial-slider .owl-item:not(.center) .tex-nm1
{
      opacity: 0.2;
  transform: scale(0.9);
}
/* ✅ Prevent cut-off when scaling */
#our-testimonial-slider .owl-stage-outer {
  overflow: visible !important;
}
.faq-div
{
    padding:2em 0 3em 0;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
}

.faq-item {
    background: white;
     font-family: "Poppins", sans-serif;
     font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.faq-box-sec
{
    margin:3em 0 2em 0;
}
.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: background 0.3s;
}
.faq-item
{
    border-bottom:1px solid #b9b9b9;
}
.faq-box-sec
{
        border-top:1px solid #b9b9b9;
        border-right:1px solid #b9b9b9;
        border-left:1px solid #b9b9b9;
        border-bottom:none;
}
.faq-question:hover {
    background: #f0f0f0;
}

.faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-answer.active {
    padding: 20px;
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.footer
{
    background-color: #ededed;
    padding:4em 0;
}
.footer-img
{
    display: flex;
    justify-content: center;
}
.footer-img img
{
    width: 190px;
    margin:0 40px;
}
.footer-link
{
    display: flex;
    margin:0px 0;
    padding:3em 5em 3em 5em;
    justify-content: space-between;
}
.counter-value
{
    font-weight: 500;
}
.footer-link li a
{
font-family: "Poppins", sans-serif;
color:#000000;
font-size: 16px;
}
.leadership-team-info p
{
    font-family: "Poppins", sans-serif;
color:#000000;
margin: 0;
font-size: 16px;
}
.ph-div
{
    display: flex;
    color:#000;
}
.link-soc
{
    display: flex;
    margin-right: 30px;
    justify-content: flex-end;
}
.ev-icon
{
    font-size: 20px;
}
.abt-sec
{
    margin:2em 0 3em 0;
}
.detiaal-info
{
    margin:20px 0;
}
.evnts-nm
{
        font-family: "Poppins", sans-serif;
color:#000000;
margin: 0 0 20px 0;
font-size: 20px;
}
.evt-sec-2
{
    margin:0em 0 2em 0;
}
.cont-sec-1-new
{
    margin: 2em 0;
}
.leadership-team-box
{
    margin-bottom: 30px;
}
.leadership-team
{
    margin:2em 0;
}
.leadership-team-img
{
    width: 100%;
    height: 380px;
}
.leadership-team-img img
{
    width: 100%;
    height:100%;
}
.banner-inside-1
{
    padding: 0 20px;
     border-radius: 10px;
         margin-top: 94px;
}
.main-wrapper
{
    padding: 3em 0 0em 0;
}
.banner-inside
{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding: 0 2em 5em 100px;
}
/*.banner-inside:after
{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #000;
}*/
.banner-inside-title-2 {
    font-family: Gambarino-Regular;
    color: #fff;
    font-size: 34px;
}
.leadership-team-info h3
{
     font-family: Gambarino-Regular;
    color: #000;
    font-size: 20px;
}
.leadership-team-info
{
    padding: 15px 0;
}
.br-left
{
    border-left: 1px solid #000;
}
.link-soc-1
{
    margin-left: 30px;
}
.link-soc-1 li
{
margin-left: 20px;
}
.ic-call
{
    width: 30px;
    height: 30px;
    font-size: 16px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    display: flex;
    justify-content:center;
    align-items: center;

}
.icon-soc
{
    font-size: 25px;
    color: #000;
}
.link-soc li
{
margin:0 10px;
}
.link-soc-1
{
    display: flex;
        justify-content: flex-start;
}
.timeline-container {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  background: white;
  padding:0 20px 20px 20px;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.timeline-track {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
}

/*.timeline-track::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #333;
  transform: translateY(-50%);
  z-index: 1;
}*/

.timeline-item {
  position: relative;
  min-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.color-part-box h2
{
    font-family: Gambarino-Regular;
    color: #000000;
    font-size: 25px;
}
.color-part-box
{
    background-color: #ebf2f7;
    padding:26px;
    height: 100%;
    margin-bottom: 10px;
}
.carrer-sec table
{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.cat-list
{
    margin:30px 0px 20px 0px;
}
.cat-list li
{

    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 15px;
    margin-bottom: 12px;
}
.cat-list li a
{
color: #000;
}
.cat-sec-1
{
    margin:2em 0;
    padding:0 2em;
}

.year-box {
     position: relative;
    background: #d8d8d8;
    color: #000;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    min-width: 198px;
    text-align: center;
}

.current-year {
  background: #007acc;
}

.event-box {
  position: absolute;
  width: 180px;
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-top {
  bottom: 60%;
}

.event-bottom {
  top: 60%;
}

.event-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #999 0px,
    #999 4px,
    transparent 4px,
    transparent 8px
  );
  margin: 0 auto;
  z-index: 1;
}

.event-top::before {
  top: 100%;
  height: 60px;
}

.event-bottom::before {
  bottom: 100%;
  height: 60px;
}

.event-box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.event-top::after {
  bottom: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
}

.event-bottom::after {
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #999;
}

.event-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.event-box p {
  font-size: 12px;
  color: #000;
  line-height: 1.4;
}
.bottom
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bottom h2
{
  font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.nav-btn {
  background: #007acc;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background: #005a99;
}


.card-gallery
{
    width: 100%;
    height:280px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border:1px solid #ccc;
    transition:all ease 0.4s;
}
.card-gallery img
{
width: 100%;
height:100%;
object-fit: cover;
object-position: bottom;
}
.gallery-sec
{
    margin:2em 0 3em 0;
}
.abt-sec-3-m1
{
        margin:0em 0 3em 0;
}
.events-sec
{
    margin:2em 0 3em 0;
}
.bottom
{
    position: absolute;
    width: 90%;
    height: 90%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(90deg, rgba(230,120,33,0.6), rgba(255,122,42,0.5));
    left: -100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    bottom: 15px;
    margin: 0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transition: all ease 0.4s;
}
.card-gallery:hover .bottom
{
left:5%;
}



@media (max-width:1000px)
{
.swiper
{
  height: 60vh;
}
}
@media (max-width:700px)
{
  section
  {
     grid-template-rows: 2fr 1fr;
    padding:30px 50px 20px;
  }
  .description
{
 
  margin-top:-40px;
 
}
.swiper
{
  height: 50vh;
}
.swiper-pagination-bullet
{
  width: 20px;
}
.swiper-pagination-bullet-active
{
  width: 30px;
}
}
@media (max-width:400px)
{
   section
  {
    padding:10px 25px 20px;
  }
  .description
{
 
  margin-top:-60px;
 
}
.description h1 
{
  margin-bottom: 10px;
}
}

@media (max-width:820px)
{

.footer-link li
{
width: 33%;
}
.row-1 {
    gap: 10px;
    justify-content: unset;
}
.stat-card-34 {
    width: 24%;
    height: 262px;
    background: linear-gradient(180deg, #b51d1d, #7d1010);
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    box-shadow: 1.854px 5.706px 18px 0px rgba(13, 19, 17, 0.28);
}
.our-testimonial-slider
{
    margin-top:40px;
}
.link-soc-1 {
    margin-left: 0;
}
.link-soc-1 {
    display: flex;
    justify-content: center;
}
.footer-img {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}
.link-soc {
    display: flex;
    margin-right: 0;
    justify-content: center;
    margin: 14px 0;
}
.image-preview {
    position: static;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    top: 140px;
    margin-top: 53px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    max-width: 100%;
    margin: auto;
    width: 100%;
}
.mar--btm-40px
{
    margin-bottom: 20px;
}
.sec-3-left {
    background-color: #ab9fd4;
    padding: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.footer-link {
    display: flex;
    margin: 0px 0;
    padding: 1em 0 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
#our-testimonial-slider
{
    margin-top: 20px;
}

.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-radius: 4px;
}
.banner-inside {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 2em;
}
.left-img-row {
    margin-left: 0;
}
.left-img-row {
    margin-left: 0;
    margin-top: 40px;
}
.faq-div {
    padding: 1em 0 3em 0;
}
.vi-box {
    padding-left: 30px;
    margin-top: 12;
    text-align: justify;
}
.mi-box {
    padding-right: 30px;
    margin-top: 12px;
    text-align: justify;
}
.left-img-row {
    margin-left: 0px;
    text-align: justify;
}
.info-pha-1 {
    font-family: Gambarino-Regular;
    color: #000;
    font-size: 18px;
    font-weight: 530;
    line-height: 30px;
    margin-bottom: 11px;
    text-align: justify;
}
.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-radius: 4px;
}
.banner-inside {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 2em 5em 30px;
}
.col-sm-21_1_10 {
    width: 16%;
}
.col-sm-21_1 {
    flex: 0 0 auto;
    width: 19.666667%;
    padding: 0 10px;
}
.container {
        max-width: 100%;
        margin: auto;
        width: 100%;
        padding: 0 20px;
    }
    .col-sm-21_1 br
{
display: none;
}
.col-sm-21_1_10 br
{
display: none;
}
.nm-table {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 0 4px 0;
    font-weight: 500;
}
.div-col-sec-1 {
    background-color: #ecc446;
    width: 120px;
    height: 140px;
    border-top: none;
    margin: 10px 0;
}
.div-col-sec {
    background-color: #f09837;
    width: 120px;
    height: 140px;
    border-top: none;
    margin: 10px 0;
}
.formula-box {
    border: 1.5px solid #000;
    padding: 4px;
    height: 205px;
}
.cer-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 6px solid #795548;
    padding: 5px;
    margin-bottom: 17px;
    border-radius: 4px;
    height: 350px;
}
.hide-de
{
    display: none;
}
.btn-2 {
    padding: 4px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    border: 2px solid #e73624;
    text-align: center;
    color: #000;
    transition: 0.5s all;
    border-radius: 100px;
    margin-top: 24px;
}
.work-right_6 {
    padding: 1em;
}
.work-right_6_1 {
    padding: 1em;
}
.img-right-1
{
    object-fit: cover;
    height: 100%;
}
.img-right-1 img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-gallery
{
    margin-bottom: 20px;
}
}



@media (max-width:600px)
{
    .sec-3-left {
    background-color: #ab9fd4;
    padding: 1em;
    height: auto;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 1em;
}
.stat-card-34 {
    width: 48%;
    height: 262px;
    background: linear-gradient(180deg, #b51d1d, #7d1010);
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    box-shadow: 1.854px 5.706px 18px 0px rgba(13, 19, 17, 0.28);
}
.footer-link {
    display: flex;
    margin: 0px 0;
    padding: 1em;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-soc-1 {
    display: block;
    justify-content: flex-start;
}
.link-soc-1 li
{
    margin-bottom:15px;
}

.link-soc {
    display: flex;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-img img {
    width: 120px;
    margin: 0 20px 20px 20px;
}

.left-m1 {
    padding-left: 0;
}
.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-radius: 4px;
}
.header .logo {
    padding: 0;
}
.banner-txt {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    font-family: Gambarino-Regular;
    color: #fff;
    font-size: 34px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.container {
    max-width: 100%;
    margin: auto;
    width: 100%;
    padding:0 20px;
}
.logo img {
    width: 160px;
}
.mar--btm-40px
{
    margin-bottom:20px;
}
.info {
    color: #fff;
    font-family: Gambarino-Regular;
    font-size: 18px;
    margin: 0 0px 20px 0;
    line-height: 30px;
    margin-bottom: 11px;
    text-align: justify;
}
.hover-text-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
}

.hover-text-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
    margin-top: 42px;
}
.rd-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.3px solid #0c0c0c;
    position: absolute;
    top: 50%;
    right: -44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transform: rotate(-45deg);
    transition: 0.5s all;
}
.sec-4tab-right-arrow {
    padding-right: 0;
}
.rev-col
{
    flex-direction: column-reverse;
}
.row-1 {
    gap: 10px;
    justify-content: space-around;
    padding: 0 10px;
}
.events-box {
    background-color: #dcd2b3;
    padding: 3em 0;
}

    .footer-link li {
        width: 50%;
        padding-left: 15px;
        margin-bottom: 10px;
    }
.item {
    min-height: auto;
    padding: 0 30px;
}
.sec-478 {
    padding: 3em 0 3em 0;
}
.counters {
    margin-top: 0;
}
.banner-inside {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1em;
}
.banner-inside-title-2 {
    font-family: Gambarino-Regular;
    color: #fff;
    font-size: 27px;
}
.title-341 {
    font-family: Gambarino-Regular;
    color: #000000;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 30px;
}

.br-left {
    border-left: none;
}
.left-img-row {
    margin-left: 0;
}
.timeline-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    background: white;
    padding: 0;
}
.mi-box {
    padding-right: 0;
    margin-top: 12px;
}
.vi-box {
    padding-left: 0;
    margin-top: 12px;
}
.work-cul-1 {
    margin-bottom: 2em;
}
.cat-sec-1 {
    margin: 0em 0;
    padding: 0;
}
.abt-sec {
    margin: 2em 0 2em 0;
}
.banner-inside-1 {
    padding: 0 10px;
    border-radius: 10px;
    margin-top: 94px;
}
iframe {
    border: 0;
    width: 100%;
}
.work-right_6 {
    padding: 30px;
}
.work-right_6_1 {
    padding: 30px;
}
.carrer-page-form {
    border: 1px solid #000;
    padding: 30px;
}
.card-gallery {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all ease 0.4s;
    margin-bottom: 30px;
}
.col-sm-21_1 br
{
display: none;
}
.col-sm-21_1_10 br
{
display: none;
}
.nm-table {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 0 12px 0;
    font-weight: 550;
}
.col-sm-21_1 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
    float: left;
    margin: 11px 0;
}
.col-sm-21_1_10 {
    width: 30%;
    margin-bottom: 12px;
}
.div-col-sec {
    background-color: #f09837;
    width: 120px;
    height: 140px;
    border-top: none;
    margin-top: 10px;
}
.ch-div {
    margin: 30px 0;
    padding: 0 10px;
}
.div-col-sec-1 {
    background-color: #ecc446;
    width: 120px;
    height: 140px;
    border-top: none;
    margin-top: 10px;
}
.faq-box-sec {
    margin: 1em 0 2em 0;
}
.image-preview
{
    margin-top: 0;
}
.sec-3 {
    padding: 1em 0 1em 0;
}
.sec-4tab-right-arrow {
    padding-right: 30px;
    padding-top: 20px;
}
.banner .swiper {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
.p-lg-0
{
    padding: 10px;
}

}
