@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.menuu_btn{background:url(../images/menu.png) no-repeat 0 0/100%; width: 36px; height: 36px; border:none; 

position:absolute; ;right: 16px;
top: 12px;z-index: 99;
	}
.menuss{position: absolute;
right: 76px;z-index: 10;top: 106px;}

@media(min-width: 992px)
{
  .menuu_btn{display:none;}

}

.parent {
    flex-direction: row;}

@media(max-width: 767px)
{
.parent {
  display: flex;
  flex-direction: column-reverse;
}
}

@charset "UTF-8";

@font-face{
    font-family: "Helvetica CE Bold";
    src:url("../font/Helvetica CE Bold.ttf");
}
@font-face{
  font-family: "futura-bt-extra-black";
  src:url("../font/futura-bt-extra-black.ttf");
}




ul.sp li:hover > ul.dropdown-menu {
    display: block;
}


/* CSS Document */

.no-padding{padding: 0px !important;}

.img-100{width:100%;}

.slider-item{padding: 0px 12px;}

picture img{width: 100%;}

body{ overflow-x: hidden;
      background: #fff; 
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size:14px;}



/* =========================
        NAVBAR
========================= */

.custom-navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 30px;
}

/* Logo */
.navbar-brand img{
  max-height: 70px;
}

/* Nav links */
.navbar-nav .nav-link{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 0 5px !important;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover{
  color: #000;
}

/*.navbar-nav .nav-item{
  border-right: 1px solid #fff;
}*/

/* Remove divider from last item */
.navbar-nav .nav-item:last-child {
  border-right: none;
}



/* Dropdown */
.dropdown-menu{
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

}

.dropdown-item{
  padding: 10px 20px;
  font-size: 16px;
  transition: 0.3s;
}

.dropdown-item:hover{
  background: #f3f3f3;
  padding-left: 25px;
}

/* Toggle button */
.custom-toggler{
  border: none;
  box-shadow: none !important;
  padding: 5px;
}

.custom-toggler .navbar-toggler-icon{
  background-image: none;
  width: 30px;
  height: 24px;
  position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after,
.custom-toggler .navbar-toggler-icon{
  background: transparent;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 10px;
}

.custom-toggler .navbar-toggler-icon::before{
  top: 0;
  box-shadow: 0 10px 0 #000;
}

.custom-toggler .navbar-toggler-icon::after{
  bottom: 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

/* =========================
      RESPONSIVE
========================= */

@media (max-width: 991px){

  .custom-navbar{
    padding: 15px 20px;
    /*background: #fff;*/
  }

  .navbar-brand img{
    max-height: 55px;
  }

  .navbar-collapse{
    background: #fff;
    margin-top: 15px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .navbar-nav{
    align-items: flex-start !important;
  }

  .navbar-nav .nav-item{
    width: 100%;
  }

  .navbar-nav .nav-link{
    padding: 12px 0 !important;
    font-size: 18px;
    width: 100%;
  }

  /* Remove divider in mobile */
  .navbar-nav .nav-link::after{
    display: none;
  }

  .dropdown-menu{
    border: none;
    box-shadow: none;
    padding-left: 10px;
    margin-top: 0;
  }

  .dropdown-item{
    padding: 10px 0;
  }
}


/* =========================
      STICKY NAVBAR
========================= */

.custom-navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 30px;
  transition: all .4s ease;
}

/* Sticky Active */
.custom-navbar.sticky{
  position: fixed;
  top: 0;
  left: 0;
  background: #000000cf;
  padding: 12px 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  animation: navbarSlide .4s ease;
}

/* Optional Logo Resize */
.custom-navbar.sticky .navbar-brand img{
  max-height: 55px;
}

/* Animation */
@keyframes navbarSlide{
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
}

/* Mobile */
@media(max-width:991px){

  .custom-navbar.sticky{
    padding: 10px 20px;
  }

}



    /* =========================
        ABOUT SECTION
    ==========================*/
    .about-section{
      padding: 100px 30px 100px;
    }

    .about-section p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #696969;
    margin: 0 0 20px;
    padding: 0;
  }

  .about-section h2{
    font-family: "futura-bt-extra-black";
    font-size: 42px;
    color: #1a254b;
    margin: 0 0 0px;
    padding: 0;text-transform: uppercase;line-height: 0.4;
    text-align: right;
  }

  .about-section h2 span{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    margin: 0 0 0;
    padding: 0;
  }

  .about-section h3{
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: #696969;
    margin: 0 0 0;
    padding: 0;text-transform: uppercase;
    text-align: right;
  }

  .heading-wrap{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.about-section p{
    /*margin-top:170px;*/
}


    /* ===================================
        section
    ====================================*/

    .team-section{
      padding: 0px 30px 120px;
    }

    .team-content{
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
    }

    .team-content h2{
      font-family: "Roboto", sans-serif;
      font-weight: 500 !important;
      font-size: 22px !important;
      color: #fff !important;
      padding: 0 !important;
      margin: 0px !important;
    }

    .team-content h3{
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      padding: 0;
      margin: 0 0 10px;
      line-height: 1;
    }

    .team-content p{
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #fff;
      padding: 0;
      margin: 0 0 12px;
      line-height: 1.2;
    }

    .each-product{
      margin-bottom: 15px;
    }

    .each-product img{
      border-radius: 12px;
      width: 100%;
    }



     /* ===================================
        event section
    ====================================*/

    .event-section{
      padding: 0px 30px 120px;
    }

    .banner-card {
    height: 380px;
    border-radius: 25px;
    position: relative;
}

.banner-overlay {
    position: absolute;
    left: 48%;
    top: 55%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
}

.banner-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

.banner-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
}

.banner-text {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.event-card {
    background: #e9e9e9;
    border-radius: 20px;
    padding: 20px 20px 10px;
}

.event-card h3 {
    font-weight: 300;
    font-size: 25px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}

.event-card h3 span {
    font-weight: 900;
    font-size: 25px;
    color: #000;
    line-height: 1.1;
}

.event-item {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #777;
}

.event-date {
    min-width: 65px;
    text-align: center;
}

.event-date .year {
    font-weight: 300;
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 1;
}

.event-date .day {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #bc0101;
    line-height: 1.1;
}

.event-content {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 991px) {

    .banner-card {
        height: 320px;
    }

    .banner-overlay {
        left: 50%;
        right: 20px;
        max-width: 350px;
    }

    .banner-title {
        font-size: 3rem;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .banner-card {
        height: 450px;
    }

    .banner-overlay {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 20px;
        transform: none;
        max-width: 100%;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }

    .banner-text {
        font-size: 0.95rem;
    }

    .event-heading {
        font-size: 1.7rem;
    }

    .event-item {
        gap: 10px;
    }

    .event-date .year {
        font-size: 1.6rem;
    }

    .event-date .day {
        font-size: 1rem;
    }
}



    /* ===================================
        section
    ====================================*/

    .clients-section{
      padding: 0px 30px 120px;
    }

    .clients-section h2 {
        font-weight: 300;
        font-size: 39px;
        color: #000;
        line-height: 1.1;
        margin-bottom: 12px;text-transform: uppercase;
    }

    .clients-section h2 span {
        font-weight: 900;
        font-size: 37px;
        color: #000;
        line-height: 1.1;
    }

    .clients-section h3 {
        font-weight: 500;
        font-size: 25px;
        color: #bc0101;
        line-height: 1.1;
        margin-bottom: 5px;
    }

    .client-logo {
      background: #fff;border: 1px solid #ddd;
      border-radius: 8px;
      padding: 1rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      text-align: center;
      margin: 10px 0 10px;
    }

    /*.client-logo img {
      max-height: 60px;
      object-fit: contain;
      width: auto;
    }*/

    .gold-sp .client-logo img{
      width: 110px;
    }

.silver-sp .client-logo img{
      width: 80px;
    }



    /* ===================================
        gallery section
    ====================================*/

    .gallery-section{
      padding: 0px 30px 120px;
    }

    .gallery-section h2 {
        font-weight: 300;
        font-size: 39px;
        color: #000;
        line-height: 1.1;
        margin-bottom: 20px;text-transform: uppercase;
    }

    .gallery-section h2 span {
        font-weight: 900;
        font-size: 37px;
        color: #000;
        line-height: 1.1;
    }

    .gal-img{
      border-radius: 10px;
      object-fit: cover;
      display: block;
      transition: all .3s ease;
    }

    .gal-img:hover{
    transform:scale(1.03);
}



  /* ===================================
        initiative section
    ====================================*/

    .ini-section{
      padding: 0px 30px 120px;
    }

    .ini-section h2 {
        font-weight: 300;
        font-size: 39px;
        color: #000;
        line-height: 1.1;
        margin-bottom: 20px;text-transform: uppercase;
    }

    .ini-section h2 span {
        font-weight: 900;
        font-size: 37px;
        color: #000;
        line-height: 1.1;
    }

    .ini-section h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: #fff;
      padding: 0;
      margin: 0px;
    }

    .ini-section p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #fff;
      padding: 0;
      margin: 0 0 12px;
      line-height: 1.2;
    }





    /* ===================================
        footer section
    ====================================*/

    .footer-section{
      padding: 80px 30px 80px;
      background: #000 url('../images/bg-footer.jpg') no-repeat fixed;
      background-size: cover;}

    .footer-section h3{
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 0px;
      margin: 0 0 12px;}

    .footer-section p{
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      padding: 0px;
      margin: 0 0 15px;
      line-height: 1.2;}

    #floc{background: url('../images/floc.png') no-repeat;
    padding: 5px 15px 0px 35px;}

    #fcall{background: url('../images/fcall.png') no-repeat;
    padding: 0px 12px 0px 30px;}

    #fmail{background: url('../images/fmail.png') no-repeat;
    padding: 0px 12px 0px 30px;}

    #fweb{background: url('../images/fweb.png') no-repeat 0px 5px;
      padding: 10px 0px 12px 35px;}
    .text-right{
      text-align: right;
    }

    .footer-section a{
      color: #fff;
      text-decoration: none;}

    .footer-section a:hover{
      color: #9a9b9a;
      text-decoration: underline;
    }

    .footer-section ul{
      padding: 0px;
      margin: 0 0 20px;}

    .footer-section ul li{
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 0px;
      margin: 0 0 15px;
      line-height: 1.2;
      list-style: none;
      text-transform: capitalize;}

    .footer-section ul a{
      color: #fff;
      text-decoration: none;}

    .footer-section ul a:hover{
      color: #9a9b9a;
      text-decoration: underline;}

    .social{display: inline-block;padding: 0px;}
    .social img{padding-right: 10px;}


    .cnt-frm{background: #fff0;border: 1px solid #7a7a7a;border-radius: 5px;
      color: #fff;font-size: 12px;margin-bottom: 12px;}

    .btn-white{background: #fff;border: 1px solid #fff;color: #000;font-size: 16px;font-weight: 500;
      text-transform: uppercase;border-radius: 5px;width: 100%;letter-spacing: 2px;transition: 0.5s;}

    .btn-white:hover{color: #9a9b9a;}

    .cnt-textarea{height: 150px;}

    .cnt-frm:focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #fff;
      outline: 0;
      box-shadow: unset;
    }

    .cnt-frm::placeholder{color: #fff !important;
      text-transform: capitalize;}
    /*::placeholder {
      color: #fff !important;
      opacity: 1; 
      text-transform: capitalize;
    }

    ::-ms-input-placeholder { 
      color: #26aba0;
      text-transform: capitalize;
    }*/


    .last-section{
      background: #000;
      padding: 20px 30px 15px;
    }

    .last-section p{
      font-weight: 400;
      font-size: 12px;
      color: #9a9b9a;
      padding: 0px;
      margin: 0 0 12px;
      line-height: 1.2;
    }

    .last-section a{
      color: #9a9b9a;
      text-decoration: none;}

    .last-section a:hover{
      color: #fff;
      text-decoration: underline;
    }


/*************************************/

.navbar-nav{
    margin-bottom:15px;
}

.nav-link{
    color:#fff;
    font-size:18px;
    font-weight:500;
    padding:0;
    position:relative;
}

/* separator */
.nav-item:not(:last-child) .nav-link::after{
    content:"|";
    margin-left:5px;
    color:#fff;
}

.registration-btn{
    background:#fff;
    color:#494949;
    text-decoration:none ;   padding:7px 18px;
    border-radius:10px;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;;

    display:inline-flex;
    align-items:center;
    gap:8px;
    margin: 0 0 0 12px;
    float: right;
}

@media(max-width:991px){

 
    .navbar-nav{
        flex-direction:column !important;
        gap:10px;
    }

    .nav-link::after{
        display:none;
    }
}

.mob-registration-btn{
  display: none;
}


/*************************************
 * about
 * *********************************/
.sub-nav .nav-link{
  color: #2f2f2f;
}

.sub-nav .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  margin-left: 15px;
  color: #2f2f2f;
}

.sub-navbar .registration-btn {
  background: #bbbbbb;
}

.sub-navbar.sticky {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}

.subpage-section h1{
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 12px;
}

.subpage-section h1 span{
  text-transform: uppercase;
}

.staff-section{
  padding: 0px 30px 80px;
}

.staff-section h2{
  font-weight: 900;
  font-size: 40px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 20px;
}

.staff-content{
  padding: 10px 0 0;
}

.staff-gap{
  margin-bottom: 80px;
}

.staff-content h2{
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #000;
      padding: 0;
      margin: 0px;
    }

    .staff-content h3{
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #595959;
      padding: 0;
      margin: 0 0 10px;
      line-height: 1;
    }

    .staff-content p{
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #414141;
      padding: 0;
      margin: 0 0 12px;
      line-height: 1.2;
    }

    .each-product{
      margin-bottom: 15px;
    }

    .each-product img{
      border-radius: 12px;
      width: 100%;
    }



/*****************************************
 * registration
 * ****************************************/
.reg-section h1{
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 12px;
}


.reg-section{
    padding:100px 30px;
}

.reg-frm .form-control,
.reg-frm .form-select{
    height:42px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    box-shadow:none;
    color:#4e4e4e;
}

.reg-frm .form-control:focus,
.reg-frm .form-select:focus{
    box-shadow:none;
    border-color:#cfcfcf;
}

.submit-btn{
    width:100%;
    border:none;
    border-radius:10px;
    background:#dcdcdc;
    color:#4e4e4e;
    font-weight:500;
    letter-spacing:1px;font-size: 18px;padding: 10px 0;
}

.submit-btn:hover{
    background:#cfcfcf;
}

.reg-img{
    max-width:100%;
    height:auto;
}

.reg-frm::placeholder{color: #4e4e4e !important;
      text-transform: capitalize;}

.contact-frm .form-control{
  border: none;
  border-bottom: 1px solid #bababa;
  border-radius: unset;
  color: #4e4e4e;
  font-size: 14px;
  margin-bottom: 30px;
}

.reg-section .gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.reg-section .gallery-item img {
    width: 100%;
    height: 280px; /* Same height for all images */
    object-fit: cover;
    transition: 0.4s ease;

}

  .gal-margin-bottom{
    margin-bottom: 20px;
  }

.reg-section .gallery-item:hover img {
    transform: scale(1.05);
}

.reg-section .gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.video-thumb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-thumb::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ff0000;
    color:#fff;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    box-shadow:0 0 25px rgba(255,0,0,.5);
    transition:.3s ease;
}

.video-item:hover .play-btn{
    transform:translate(-50%,-50%) scale(1.1);
}

.play-btn::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #fff;
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.5);
        opacity:0;
    }
}









.reg-section h1{
    font-weight:700;
    margin-bottom:30px;
}

.reg-section .card{
    border-radius:15px;
}

.reg-section .form-control,
.reg-section .form-select{
    height:50px;
}

.reg-section textarea.form-control{
    height:auto;
}

.reg-section .nav-pills .nav-link{
    border-radius:50px;
    font-weight:600;
    color:#555;padding: 5px 0;
}

.reg-section .nav-pills .nav-link.active{
    background:#0d6efd;
}

#registrationTabs .nav-link{
    pointer-events:none;
}

.reg-section .nav-link{
  color: #135db1 !important;
}
.reg-section .nav-item .active{
  color: #fff !important;
}

.reg-section .nav-item:not(:last-child) .nav-link::after {
  content: unset;
  margin-left: 15px;
  color: #fff;
}


.custom-radio {
    width: 28px;
    height: 28px;
    margin-top: 0.1rem;
    cursor: pointer;
}

.custom-radio:checked {
    background-color: #c57c00;
    border-color: #c57c00;
}

.form-check-label {
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px !important;
  padding-top: 5px;
}

.reg-section h2{
  font-weight: 600;
  font-size: 22px;
  color: #c80606;
  padding: 0;
  margin: 0 0 12px;
}

.reg-section h3{
  font-weight: 500;
  font-size: 16px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 15px;
}

.reg-section p{
  font-weight: 400;
  font-size: 15px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 15px;
}

.reg-section p span{
  font-weight: 500;
  font-size: 22px;
  color: #135db1;
}



/************************/
.member-section{
    padding: 80px 30px 100px;
}

.member-section h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #2f2f2f;
  padding: 0;
  margin: 0 0 15px;
}

.team-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position: relative;
}

.team-card img{
    width:100%;
    display:block;
    transition:.5s;
}

/* Gradient Overlay */
.team-card::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.26) 30%, rgba(0, 0, 0, 0.11) 60%, rgba(0,0,0,0) 100% );
    opacity:0;
    transition:.4s ease;
    z-index:1;
}

.team-card:hover{
    transform:translateY(-8px);
}

.member-content {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index:2;

    transform:translateY(25px);
    opacity:0;
    transition:all .4s ease;

}

/* Hover Effect */
.team-card:hover::before{
    opacity:1;
}

.team-card:hover .member-content{
    opacity:1;
    transform:translateY(0);
}

.team-card:hover img{
    transform:scale(1.05);
}

/* Text */
.member-content h2{
    font-family:"Roboto",sans-serif;
    font-size:22px;
    font-weight:700;
    color:#fff;
    margin:0;
}

.member-content h3{
    font-family:"Roboto",sans-serif;
    font-size:15px;
    font-weight:500;
    color:#f5f5f5;
    margin: 0;
    text-transform:capitalize;
    letter-spacing:.5px;
}

.member-content p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}


/***************************************/
.vision-section{
  padding: 0px 30px 80px;
}

.vision-section h2{
  font-family:"Roboto",sans-serif;
    font-size:35px;
    font-weight:500;
    color:#fff;
    margin: 0;
    padding: 0;
}

.vision-section p{
  font-family:"Roboto",sans-serif;
    font-size:17px;
    font-weight:400;
    color:#fff;
    margin: 0;
    padding: 0;line-height: 1.2;
}

.vision-section ul li{
  font-family:"Roboto",sans-serif;
    font-size:17px;
    font-weight:400;
    color:#fff;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.2;
    list-style: url('../images/star.png');
}

.vm-img{
  width: 100%;
  border-radius: 12px;
}

.v-content{
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
}

.m-content{
  position: absolute;
  bottom: 5px;
  left: 40%;
  right: 15px;
}


/*************/
.values-section{
    padding:0px 30px 80px;
    background:#fff;
}

.values-title{
    font-size:35px;
    font-weight:900;
    padding: 0;
    margin: 0 0 20px;
    color:#000;
}

/* Icons Row */

.value-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:20px 15px;
    border-right:1px solid #d9d9d9;
}

.value-item img{
    width:42px;
}

.value-item span{
    font-size:20px;
    font-weight:700;
    color:#000;
}

/* Description */

.values-desc{
    font-size:20px;
    line-height:1.2;
    font-weight:600;
    color:#000;
    margin: 0 0 65px;
  padding: 25px 0 0 0;
}

/* Quote */

.quote-box{
    position:relative;
    
}

.quote-box h3{
    text-align:center;
    font-size:45px;
    font-weight:700;
    color:#000;
    line-height:1.25;
    padding:0 80px;
}

.quote-left,
.quote-right{
    position:absolute;
    width:60px;
    
}

.quote-left{
    left:60px;
    top:-15px;
}

.quote-right{
    right:60px;
    bottom:-10px;
}

/********************************/
.thanks-section{
  padding: 80px 30px 100px;
}

.thanks-section h1{
    font-size:49px;
    font-weight:900;
    padding: 0;
    margin: 0 0 20px;
    color:#2f2f2f;
    text-align: center;
}

.thanks-section h2{
    font-size:24px;
    font-weight:600;
    padding: 0;
    margin: 0 0 20px;
    color:#2f2f2f;
    
}

.thanks-section p{
    font-size:17px;
    font-weight:400;
    padding: 0;
    margin: 0 0 20px;
    color:#696969;
    
}

.thanks-section p span{
  color: #2458cf;
}

.sep-line{
  background: #e5e5e5;
  height: 10px;
  margin-bottom: 20px;
  opacity: 1;
}





/* Responsive */

@media(max-width:991px){

    .values-title{
        font-size:34px;
    }

    .value-item{
        border-right:none;
        
    }

    .value-item img{
        width:36px;
    }

    .value-item span{
        font-size:18px;
    }

    .values-desc{
        font-size:18px;
    }

    .quote-box h3{
        font-size:30px;
        padding:0 45px;
    }

    .quote-left,
    .quote-right{
        width:40px;
    }

    .subpage-section h1{
      font-size: 35px;
    }
    .about-section {
  padding: 50px 30px 50px;
}

.vm-img{
  margin-top: 20px;
}

.vision-section {
  padding: 0px 30px 50px;
}

.quote-left {
  left: 20px;
}
.values-section {
  padding: 0px 30px 50px;
}

}


@media(max-width: 767px)
{

.m-content {
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
}


}

@media(max-width:576px){

    .values-title{
        
        font-size:30px;
    }

    .value-item{
        justify-content:flex-start;
        padding:18px;
    }

    .value-item span{
        font-size:13px;
    }

    .values-desc{
        font-size:16px;
        margin:30px auto 50px;
    }

    .quote-box h3{
        font-size:20px;
        padding:0px;
    }

    .quote-left,
    .quote-right{
        width:28px;
    }

    .vision-section h2{
      font-size: 30px;
    }

    .vision-section p, .vision-section ul li{
      font-size: 15px;
    }

    .quote-left {
    left: -10px;
  }

  .quote-right {
    right: 20px;
  }

  .thanks-section h1 {
  font-size: 28px;
}
.thanks-section h2{
  font-size: 20px;
  margin: 0 0 10px;
}
.thanks-section p {
  font-size: 16px;
}

}





/* =========================
        RESPONSIVE
    ==========================*/
    @media(max-width: 1199px)
    {
      .subpage-section h1 {
  font-size: 32px;
}

.vision-section h2{
  font-size: 32px;
}

.vision-section ul li {
  font-size: 13px;
  }
      
    }



    @media(max-width:991px){

      .about-section h2, .about-section h3{
        text-align: left;
      }

      .about-section p {
        margin-top: 0;
      }

      .event-section {
        padding: 0px 30px 60px;
      }

      .clients-section {
  padding: 0px 30px 60px;
}

.gallery-section {
  padding: 0px 30px 60px;
}
.team-section {
  padding: 0px 30px 60px;
}
.ini-section {
  padding: 0px 30px 60px;
}

.each-div{
  margin-bottom: 20px;
}
.vision-section ul li {
  font-size: 16px;
  }

.vision-section p {
  font-size: 16px;
  }
    }

    @media(max-width: 767px){

      .last-section p{
        text-align: center;
      }

      .heading-wrap {
        align-items: flex-start;
      }

      .about-align{
        display: flex;
        align-items: end !important;
      }
      
      .mob-registration-btn{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: #061547;
    color: #fff;
    text-decoration: none;

    padding: 12px 0px;
    border-radius: unset;

    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

    box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.mob-registration-btn:hover{
    color: #d7d7d7;
}

.reg-section {
  padding: 50px 30px 100px;
}

.reg-section h1{
  font-size: 40px;
}
    

     }

    @media(max-width:576px){

     .gallery-section .row {
        min-height: 500px; /* adjust as needed */
    }

    .custom-navbar {
      padding: 12px 0px;
      
    }

    .navbar-brand {
      padding-top: 0;
    }

    .about-section {
      padding: 40px 30px;
    }

    .about-section h2 {
      font-size: 33px;
    }

    .about-section h2 span{
      font-size: 13px;
    }

    .about-section h3 {
      font-size: 45px;
    }

    .about-section p {
      font-size: 16px;
    }

    .banner-title {
      font-size: 33px;
    }

    .banner-subtitle {
      font-size: 13px;
    }

    .banner-text {
      font-size: 14px;
    }

     .team-section {
      padding: 0px 30px 30px;
    }

    .clients-section h2, .ini-section h2 {
      font-size: 35px;
    }

    .clients-section h2 span, .ini-section h2 span {
      font-size: 32px;
    }

    .gallery-section h2, .gallery-section h2 span {
      font-size: 32px;
    }

    .subpage-section h1 {
      font-size: 35px;
    }

    .staff-section h2 {
      font-size: 30px;
    }
    .staff-gap {
      margin-bottom: 50px;
    }

    .reg-section {
      padding: 50px 30px;
    }

    .reg-section h1
    {
      font-size: 38px;
    }

    .member-section {
  padding: 50px 30px 100px;
}

.member-section h1{
  font-size: 35px;
}

    .team-card::before{
        opacity:1;                 /* Always show gradient */
    }

    .member-content{
        opacity:1;                 /* Always show text */
        transform:none;
        bottom:12px;
        left:12px;
        right:12px;
    }

    /* Disable hover animations on touch devices */
    .team-card:hover{
        transform:none;
    }

    .team-card:hover img{
        transform:none;
    }

    .member-content h2{
        font-size:18px !important;
        line-height:1.2;
    }

    .member-content h3{
        font-size:15px !important;
        line-height:1.2;
    }

    .clients-section h3 {
  font-size: 22px;
}
.gold-sp .client-logo img {
  width: 95px;
}

.silver-sp .client-logo img {
  width: 70px;
}

  }


  @media(max-width: 420px)
  {

    .reg-section h1{
  font-size: 33px;
}
    .reg-section {
    padding: 50px 20px 100px;
  }
  .reg-section .nav-pills .nav-link {
  border-radius: 5px;
  font-weight: 400;
  color: #555;
  font-size: 16px;
  padding: 5px 0;
  width: 100%;
}
.reg-section .form-control, .reg-section .form-select {
  height: 42px;
}

.reg-section h2 {
  font-weight: 600;
  font-size: 20px;
}

  }
