:root {
    --clr-primary-100: #2f569f;
    --clr-primary-110: #4F7CD1;
    --clr-primary-150: #193c80;
    --clr-primary-170: #274886;
    --clr-primary-180: #1754c6;
    --clr-primary-200: #dadf55;
    --clr-primary-250: #dbde57;
    --clr-primary-300: #5e58a0;
    --clr-primary-400: #dd853d;
    --clr-primary-500: rgba(140, 170, 206, 0.3);
    --clr-primary-600: #204262;
    --clr-primary-700: #31547c;
    --clr-primary-800: #1f3c57;
    --clr-primary-900: #132a45;
    --clr-primary-950: #73cb58;
    --clr-general-white: #ffffff;
    --clr-general-white-100: #f7f8fa;
    --clr-general-black: #000000;
    --clr-general-black-100: #222222;
    --clr-general-bggray: #f0f1f5;
    --clr-general-lgray: #F2F2F2;
    --clr-general-gray: #cacaca;
    --clr-general-gray-100: #959595;
    --clr-general-gray-200: #bcbcbc;
    --clr-general-gray-300: #808080;
    --clr-general-gray-400: #eaeaec;
    --clr-general-gray-500: #c7c7c7;
    --clr-general-gray-600: #b7b7b7;
    --clr-general-gray-700: #c9c9c9;
    --clr-general-dgray: #707070;
    --clr-general-dgray1: #666666;
    --clr-general-dgray2: #e3e3e3;
    --clr-general-dgray3: #6f6f6f;
    --clr-general-dgray4: #989898;
    --clr-general-dgray5: #EAEAEA;
    --clr-general-darkblue: #0a223f;
    --clr-general-success: green;
    --clr-general-lgreen: #69C68D;
    --clr-general-red: #ca3827;
    --clr-general-purple: #5e58a0;
    --clr-general-lightblue: #C3D7FF;
    --sec-space-10: 0.5rem;
    --sec-space-15: 0.725rem;
    --sec-space-20: 1rem;
    --sec-space-25: 1.25rem;
    --sec-space-30: 1.5rem;
    --sec-space-35: 1.75rem;
    --sec-space-40: 2rem;
    --sec-space-45: 2.25rem;
    --sec-space-50: 2.5rem;
    --sec-space-55: 2.75rem;
    --sec-space-60: 3rem;
    --sec-space-65: 3.25rem;
    --sec-space-70: 3.5rem;
    --sec-space-75: 3.75rem;
    --sec-space-80: 4rem;
    --bs-radius-10: 0.5rem;
    --bs-radius-20: 1rem;
    --bs-radius-30: 1.5rem;
    --bs-radius-40: 2rem;
    --bs-radius-50: 2.5rem;
    --bs-radius-60: 3rem;
    --bs-radius-70: 3.5rem;
    --bs-radius-80: 4rem;
    --bs-radius-90: 4.5rem;
    --bs-radius-100: 5rem;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --fs-10: 0.625rem;
    --fs-12: 0.75rem;
    --fs-13: 0.813rem;
    --fs-14: 0.875rem;
    --fs-15: 0.938rem;
    --fs-16: 1rem;
    --fs-17: 1.063rem;
    --fs-18: 1.125rem;
    --fs-19: 1.188rem;
    --fs-20: 1.25rem;
    --fs-21: 1.313rem;
    --fs-22: 1.375rem;
    --fs-24: 1.5rem;
    --fs-25: 1.563rem;
    --fs-26: 1.625rem;
    --fs-28: 1.75rem;
    --fs-30: 1.875rem;
    --fs-32: 2rem;
    --fs-34: 2.125rem;
    --fs-35: 2.188rem;
    --fs-36: 2.25rem;
    --fs-37: 2.313rem;
    --fs-38: 2.375rem;
    --fs-40: 2.5rem;
    --fs-42: 2.625rem;
    --fs-44: 2.75rem;
    --fs-45: 2.813rem;
    --fs-47: 2.938rem;
    --fs-48: 3rem;
    --fs-50: 3.125rem;
    --fs-52: 3.25rem;
    --fs-55: 3.438rem;
    --fs-56: 3.5rem;
    --fs-60: 3.75rem;
    --fs-62: 3.875rem;
    --fs-66: 4.125rem;
    --fs-70: 4.375rem;
    --fs-72: 4.5rem;
    --fs-75: 4.688rem;
    --fs-81: 5.063rem;
    --fs-83: 5.188rem;
    --fs-86: 5.375rem;
    --fs-90: 5.625rem;
    --fs-98: 6.125rem;
    --fs-116: 7.25rem;
    --fs-120: 7.5rem;
    --fs-223: 13.938rem;
}

.card__delegate {
    padding: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
    border-top: 10px solid var(--clr-primary-100);
    background-color: var(--clr-general-white);
}

.card__delegate img {
    margin: -95px 0 15px 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__delegate--details h4 {
    font-size: 19px;
    font-weight: var(--fw-600);
    color: var(--clr-general-black);
    font-family: "Outfit", sans-serif;
    margin-bottom: 5px;
}

.card__delegate--details p {
    font-size: var(--fs-16);
    color: var(--clr-general-black);
    margin: 10px 0;
    font-weight: var(--fw-400);
}

.card__delegate--details p {
    font-size: var(--fs-16);
    color: var(--clr-general-black);
    margin: 10px 0;
    font-weight: var(--fw-400);
}

.card__delegate--details .d-grid {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.btn--blue {
    color: var(--clr-general-white);
    border: 1px solid var(--clr-primary-100);
    background-color: var(--clr-primary-100);
}

.btn:hover {
    color: var(--clr-general-white);
    border: 1px solid var(--clr-primary-100);
    box-shadow: inset 0 0 0 2em var(--clr-primary-100);
}

.btn {
    color: var(--clr-primary-100);
    background-color: transparent;
    border: 1px solid var(--clr-primary-100);
    /*padding: 20px 90px 20px 30px;*/
    transition: 0.4s all ease-in-out;
    font-size: var(--fs-16);
    font-weight: var(--fw-600);
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    outline: none;
    position: relative;
    padding: 15px 10px;
}
.btn.active{
    color: var(--clr-general-white);
    border: 1px solid var(--clr-primary-100);
    box-shadow: inset 0 0 0 2em var(--clr-primary-100);
}

@media only screen and (max-width: 1440px) {
    .card__delegate--details .btn {
        padding: 15px 10px;
    }
}

.bg-dark {
    background-color: #2f559f !important;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
            justify-content: flex-end;
    }
}

/* // .................footer start................ */
/* .footer{
  position: relative;
} */


.black-bg-15 {
    background-color: #2f559f;
    /* background-color: #187bd0; */
  }
  .footer__info-padding-2 {
    padding: 100px 0 55px;
  }


  .footer__widget-title{
    position: relative;
  }
  .footer__widget-top .footer__widget-title-11:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    width: 90px;
    height: 2px;
    background-color: rgba(255, 255, 255, .15);
  }

  .footer__widget-top .footer__widget-title-11:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ffff;
  }
  .footer__widget-title-11 {
    font-weight: 700;
    color: #ffffff;
  }
  .footer__widget-title-3 {
    font-size: 20px;
    font-weight: 600;
  }
  .footer__widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 45px;
  }
  .footer__contact-2 ul li p {
    color: #ffffff;
  }
  .footer__link-11 ul li a {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
  }
  .footer__link ul li:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer__widget-padding-2 {
    padding-bottom: 75px;
  }

  .footer__widget-padding {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .footer__ml-55 {
    margin-left: 55px;
  }
  .footer__link ul li {
    color: #ffffff;
  }
  .footer__link ul li span {
    color: #ffffff;
  }
  .z-index-1 {
    z-index: 1;
  }

  .p-relative {
    position: relative;
  }
  @media (min-width: 576px) and (max-width: 975px){
    .footer__widget-padding {
      padding-top: 40px;
      padding-bottom: 47px;
  }
  .footer__info-padding-2 {
    padding: 40px 0 55px;
  }
  }
  @media (max-width: 575px){
  .text-lg-start {
      text-align: left!important;
  }
  .float-lg-end {
    float: right!important;
  }
  .footer__info-padding-2 {
    padding: 40px 0 55px;
  }
  .footer__widget-padding {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .footer__info-padding-2 {
    padding: 43px 0 55px;
  }
  .footer__widget-padding {
    padding-top: 0px;
    padding-bottom: 47px;
  }
  .footer__ml-55 {
      margin-left: 0px;
  }
  }
  .footer__social-11 ul li:not(:last-child) {
    margin-right: 5px;
  }
  .footer__social-11 ul li a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #F1F1F1;
    color: #888888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .footer__social-11 ul li a:hover {
    color: #ffffff;
    background: #187bd0;
  }
  .yellow-bg-6 {
    background: #2f559f;
  }

  .footer__bottom-11 {
    margin-top: -55px;
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .footer__copyright p {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
  }
  .footer__logo {
    width: 200px;
  }

  .white-bg {
    background: #ffffff;
  }

  .footer__info-wrapper-11 {
    padding: 20px 80px;
  }
  .footer__social ul li {
    display: inline-block;
  }
  .footer__info-11 p {
    font-size: 16px;
    line-height: 32px;
    color: #777777;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .footer__social-11 ul li a {

   padding: 12px;
    background: #F1F1F1;
    color: #888888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .footer-bg-anim-main{

    background-color: #fff;
    padding: 40px !important;
    background-size: cover;
    border-radius: 100px 0 100px 0px;

  }
  /* .footer-bg-anim{
    z-index: 1;
    position: absolute;

  } */



  /* .footer { */
    /* background: linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%); */
    /* background-color: #032043e0; */
    /* background-size: cover; */
    /* padding: 30px 0; */
  /* } */

  .footer-top-icon i {
    color: #FFFFFF;
    font-size: 55px;
    padding-right: 20px;
  }

  .footer-icon-info h4 {
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #2f559f;
    margin-bottom: 5px;
  }

  .footer-icon-info p {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
  }

  .hr {
    color: #fff;
    width: 100%;
  }

  .footer-p p {
    margin-top: 0.5em;
    color: #072346;


    margin-bottom: 1em;
    margin-top: 20px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-menu h4,
  .footer-address h4 {
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
  }

  .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
  }

  .footer-menu ul li a {
    color: #e5e5e5;
    text-decoration: none;
    transition: .5s;
  }

  .footer-menu ul li {
    padding: 3px 0;
  }

  .footer-menu ul li a:hover {
    color: #2f559f;
    padding-left: 10px;
    transition: .5s;

  }

  .footer-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;

  }

  .footer-address ul li strong {
    color:#ffffff;
    text-decoration: none;
    transition: .5s;
  }

  .footer-address ul li {
    color: #ffffff;
    padding: 4px 0;
  }

  .footer-copyright p {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
  }

  .footer-address h4::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #2f559f;
    margin-top: 14px;
    margin-left: 8px;
  }

  .footer-menu h4::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #2f559f;
    margin-top: 14px;
    margin-left: 8px;

  }


  /* .......................footer-end................ */
  /* appointment btn  */
  .appointmentBtnn {
      color: var(--clr-primary-100) !important;
      background-color: #fff;
      border: 1px solid var(--clr-primary-100);
      /* padding: 20px 90px 20px 30px; */
      transition: 0.4s all ease-in-out;
      font-size: var(--fs-16);
      font-weight: var(--fw-600);
      letter-spacing: 0;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      outline: none;
      position: relative;
      padding: 15px 10px;
      width: 186px;
      font-weight: bold;
  }

  /* appointment btn  */

  .singhtekLogo {
    width: 250px !important;
}
.conversionIndia {
    width: 150px !important;
}
.navWidth {
        width: 100% !important;
    }
/*  @media screen and (min-width: 968px) {
    .navWidth {
        width: none !important;
    }
} */
@media (max-width: 999px){
    .singhtekLogo {
        width: 250px !important;
    }
    .conversionIndia {
        width: 250px !important;
    }
    .navWidth {
        width: auto !important;
        gap: 20px !important;
    }
}
@media (max-width: 769px){
    .singhtekLogo {
        width: 150px !important;
    }
    .conversionIndia {
        width: 200px !important;
    }
    .navWidth {
        width: auto !important;
        gap: 20px !important;
    }
}
@media (max-width: 476px){
    .singhtekLogo {
        width: 100px !important;
    }
    .conversionIndia {
        width: 150px !important;
    }
    .navWidth {
        width: auto !important;
        gap: 20px !important;
    }
}
@media (max-width: 366px){
    .singhtekLogo {
        width: 80px !important;
    }
    .conversionIndia {
        width: 100px !important;
    }
    .navWidth {
        width: auto !important;
        gap: 20px !important;
    }
}


/*---------------------------------------
  HERO
-----------------------------------------*/
.hero {
    position: relative;
    overflow: hidden;
  }

  @media screen and (min-width: 992px) {
    .hero {
      /* height: 100vh; */
      /* height: 500px; */
    }

    .custom-video,
    .news-detail-image {
      object-fit: cover;
      width: 100vw;
      height: 100vh;
    }

    .sticky-wrapper {
      position: relative;
      bottom: 76px;
    }
  }

  .heroText {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
  }

  /* video */
  .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      z-index: -100;
  }

  .custom-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  /* .overlay {
    background: linear-gradient(to top, #000, transparent 90%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  } */
  /* video */

