@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --primary-font: "Poppins", sans-serif;
        --secondary-font: "Jost", sans-serif;
        --primary-color:#0D2F82;
        --secondary-color:#F5C466;
        --color-white:#FFF;
        --color-dark:#000;
        --color-blur:#616366;
      }
    .site-wrapper{
        overflow: hidden;
      }
      body{
        background-color: #FFF !important;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        position: relative;
        margin: 0 0 20px;
        line-height: 30px;
        color: #333;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    p,
    .f-ks,
    li {
        text-decoration: none !important;
        font-family: "Poppins", sans-serif;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .f-vrl {
        font-family: var(--primary-font);
    }
    .f-mtz{
        font-family: "Montez", cursive;

    }
    .bgf {
        background: #fff;
    }
    .bg-clay{
        background-color: #0d2e821c;
    }
    .bg-second {
        background: #eff5f6;
    }

    .color0 {
        color: #000 !important;
    }

    .colorf {
        color: #fff !important;
    }

    .color3 {
        color: #fa8b37 !important;
    }

    .color4 {
        color: #333 !important;
    }

    .bg-fff {
        background: #fff !important;
    }

    .tbp {
        padding: 100px 0;
    }

    .tbm {
        margin: 100px 0;
    }
    .py-70{
        padding: 70px 0;
    }
    .py-100{
        padding: 100px 0;
    }
    .py-120{
        padding: 120px 0;
    }
    .pt-250{
        padding-top: 250px;

    }
    .pt-30{
        padding-top: 30px;
    }
    .pt-200 {
        padding-top: 200px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

    .mr-20 {
        margin-right: 20px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-40 {
        margin-right: 40px !important;
    }

    .mr-50 {
        margin-right: 50px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-20 {
        margin-left: 20px !important;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .ml-50 {
        margin-left: 50px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }
    .pt-70{
        padding-top: 70px;
    }
    .py-70{
        padding: 70px 0;
    }
     .pb-70{
        padding-bottom: 70px;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .fw-600{
        font-weight: 600 !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    img {
        width: 100%;
    }
    .thr-ic {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .thr-l {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
/* Animation keyframes */
@keyframes fadeInUpDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Top Header */
.top-header{
    padding: 7px 0;
    background: linear-gradient(to right, #0D2F82, #F5C466);
}
.tp-head-lhs-wrap{
    display: flex;
    align-items: center;
}
.rp-head-HrFr {
    display: flex;
    align-items: center;
    margin-right: 13px;
}
.rp-head-HrFr i{
    color: #FFF;
}
.rp-head-HrFr a{
    font-size: 13px;
    color: #FFF;
    padding-left: 6px;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 0;
}
.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px;
}
.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px;
}
    img.header-logo {
        max-width: 210px;
    }
    nav.navbar {
        padding: 0;
    }
    .navbar-toggler {
    border: 2px solid var(--primary-color) !important;
   }
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230D2F82' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
   }
   .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #0d2e8260 !important;
   }
    .thr-r {
        display: flex;
        column-gap: 20px;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        margin-top: -168px;
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
   .site-btn1 {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: linear-gradient(to right, #0D2F82, #F5C466);
    padding: 15px 25px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease all;
}
    .site-btn i{
        color: #FFF;
        transition: all .1s ease;
    }
    .site-btn:hover i{
        color:#fff;
        animation: toRightFromLeft .3s forwards;
    }
    @keyframes toRightFromLeft {
  0% {
    opacity: 1;
    transform: translate(0);
  }

  49% {
    opacity: 0;
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
    transform: translate(-100%);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}
    .site-btn1:hover{
        color:#FFF;
        background-color: #F5C466;
        transition:all 0.3s ease;
    }
    .site-btn2{
        font-family: var(--primary-font);
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        border: none;
        background: #0D2F82;
        padding: 15px 25px;
        color:var(--color-white);
        border-radius: 3px;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        transition: 0.3s ease all;
    }
     .site-btn3{
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        /* background-color: var(--primary-color); */
        background: linear-gradient(to right, #A67426, #F5C466);
        padding: 15px 25px;
        color:var(--color-white);
        /* border: 1px solid var(--color-white); */
        border-radius: 3px;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        transition: 0.3s ease all;
    }
     .site-btn3:hover{
        color:#FFF;
        background-color: var(--color-white);
        transition: 0.3s ease all;
    }
    .site-btn3 i{
         color:#FFF;
    }
    .thr-ic a {
        color: #fff;
    }
    .thr-l a i {
        margin-right: 6px;
    }
    .thr-ic a span {
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .thr-r span {
        color: #fff;
        font-weight: 600;
        font-family: "Kumbh Sans", sans-serif;
        letter-spacing: 0.2px;
    }
    a.nav-link {
        font-family: var(--secondary-font);
        font-size: 17px;
        font-weight: 500;
        color: #000;
        letter-spacing: 0.3px;
        margin: 0 8px;
        letter-spacing: 0.2px;
    }
    /* .main-header.sticky a.nav-link{
        color:var(--primary-color) !important;
        transition: color 0.3s ease;
    } */
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 500px;
        min-height: 500px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
   .bs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1836813d;
    top: 0;
    left: 0;
}
/* .banner-con{
  position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
} */
 .banner-con {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 50%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
   .bs-con {
    position: relative;
    top: 50%;
    transform: translateY(25%);
    height: 500px;
}
    .bs-con span.tts {
        font-family: var(--secondary-font);
        text-align: center;
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 68%);
        margin-bottom: 16px;
        display: block;
    }
    .bs-con h4 {
        color: #fff;
        font-size: 50px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 49%);
        text-transform: capitalize;
        font-weight: 600;
        line-height: 70px;
        margin-bottom: 24px;
    }
    .bs-con {
        max-width: 100%;
    }
    .bsc-btn {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        margin-top: 30px;
    }
    @keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-banner {
  opacity: 0;
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 3px;
    padding: 0px !important;
    background-color: #FFF !important;
}
   .slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    content: '' !important;
    background-color: #e3b2574d !important;
    border: 1px solid #FFF;
    border-radius: 3px;
    top: -5px !important;
    left: -5px !important;
    opacity: 0 !important;
}
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        background-image: url(../../assets/img/la.png) !important;
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .habl-ic {
        height: 100%;
    }
    .main-tt span.tts {
        font-size: 34px;
        margin-bottom: 10px;
        display: block;
        color: #113D48;
    }
    .main-tt h4 {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 66px;
        margin-bottom: 16px;
        color: #113D48;
    }
    .hab-l span {
        background: #E9F6F9;
        width: 70px;
        display: flex;
        height: 70px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .habc {
        display: flex;
        column-gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }
    .hab-l span img {
        max-width: 40px;
    }
    .hab-r h5 {
        font-weight: 600;
        margin-bottom: 2px;
        color: #113D48;
        letter-spacing: 0.4px;
    }
    .hab-r p {
        margin: 0;
    }
    .bs-slider {
        margin: 0 !important;
    }
    .bs-slider .slick-next, .bs-slider .slick-prev {
    z-index: 2;
    background-color: #bcbfc7 !important;
    height: 55px !important;
    width: 55px !important;
    border-radius: 50% !important;
    transition: 0.3s ease;
}
.bs-slider .slick-next i, .bs-slider .slick-prev i {
    font-size: 24px;
    color: #6b6e76;
}
    .bs-slider .slick-next:hover{
        background-color: #E8B75B !important;
       transition: background-color 0.3s ease-in-out;
    }
    .bs-slider .slick-prev:hover{
          background-color: #0D2F82 !important;
       transition: background-color 0.3s ease-in-out;
    }
     .bs-slider .slick-next:hover i, .bs-slider .slick-prev:hover i{
         color: #FFF !important;
         transition:color 0.3s ease-in-out;
     }
    .sticky {
        width: 100%;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        background-color: #FFF !important;
        box-shadow: 0 0 10px #00000020;
    }
    .sticky img.header-logo {
        max-width: 210px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
        color: var(--primary-color) !important;
    }
.main-header {
    position: relative;
    z-index: 999;
    padding: 5px 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/* Section title */

.section-title{
    margin-bottom: 15px;
}
.section-title .main-title{
    position: relative;
    font-size: 20px;
    width: fit-content;
    font-weight: 500;
    color: var(--color-dark);
    margin: 0;
    padding-bottom: 0;
}
.section-title .main-title::before {
    content: '';
    position: absolute;
    right: -13px;
    top: 10px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: linear-gradient(to right, #F5C466, #A67426, #F5C466);
}
/* .section-title .main-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px; 
  height: 20px; 
  margin: 10px auto 0; 
  background-image: url('../img/icons/heading-divider.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
} */
/* .section-title .main-title.align-center::after{
    width: 100% !important;
   background-position: center !important;
} */
.section-title .sub-lg-title{
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-title .sub-lg-title span{
  background: linear-gradient(to right, #A67426 0%, #F5C466 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .pata-tt{
    font-family: var(--secondary-font);
    font-size: 20px; 
    margin-bottom: 0;
    padding-top: 10px;
}
.main-con p{
    font-family: var(--secondary-font);
    color: #000;
    font-size: 19px;
    line-height: 32px;
    padding: 0 0 10px 0 ;
    margin-bottom: 0;
}
.main-con .bold-h{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 20px;
}
.abtus-inner-wrap {
    margin-top: 15px;
}
.abtus-AvRyh{
    min-width: 75px;
}
.abts-inn-avat-wrap{
    display: flex;
    margin-bottom: 23px;
}
.abts-inn-avat-wrap img{
    max-width: 100px;
}
.abts-inn-JfyR {
    margin-left: 20px;
}
.abts-inn-avat-wrap .abts-inn-JfyR h5{
    color: #000;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.abts-inn-avat-wrap .abts-inn-JfyR p{
    color: #000;
    margin: 0 !important;
    padding-bottom: 0; 
}
.abtus-widget-wrap img{
    border-radius: 4px;
}
.section-action-wrap{
    margin-top: 45px;
}
.bg-pattern{
    background-image: url('../img/bg-pattern.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.dept-card{
    height: 100% !important;
    border: none !important;
    outline: none !important;
    background-color: #FFF;
    padding: 25px 10px;
    box-shadow: rgba(245, 196, 102, 0.16) 0px 1px 4px;
}
.dept-card-avatar{
    display: flex;
    justify-content: center;
}
.dept-avtar {
    position: relative;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to right, #0D2F82, #F5C466);
    z-index: 1;
    /* overflow: hidden; */
}
.dept-avtar::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    border: 2px dashed #0D2F82;
    border-radius: 50%;
    z-index: 0;
    animation: spinClockwise 8s linear infinite;
    transition: animation 0.5s ease;
}
.dept-card:hover .dept-avtar::before {
    animation: spinAntiClockwise 20s linear infinite;
}
@keyframes spinClockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spinAntiClockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
.dept-card:hover .dept-avtar{
     background: linear-gradient(to right, #A67426, #F5C466);
      transition: background 0.4s ease-in-out;
}
.dept-avtar img{
    height: 52px;
    width: auto;
}
.dept-card-info{
    margin-top: 20px;
    text-align: center;
}
.dept-card-info .dept-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.dept-card-info p{
    font-family: var(--secondary-font);
    color: var(--color-blur);
    font-size: 15px;
    margin-bottom: 0;
    line-height: 25px;
    padding-top: 8px;
}
.ctus-banner-section{
    position: relative !important;
    background-image: url(../img/contact-banner-bg.jpg);
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.ctus-banner-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #0D2F82, #F5C466);
    opacity: 0.8;
}
.ctnus-con-wrap{
    position: relative;
    z-index:2;
}
.ctnus-con-wrap h2 {
    color: #FFF;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    line-height: 54px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 49%);
}
.ctnus-con-wrap h2 a {
    color: #FFF;}
.ctnus-action-wrap {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.wcu-section{
    padding: 70px 0 100px 0;
    position: relative;
    z-index: 1;
}
.wcu-widget-wrap{
    margin-right: 30px;
    border-radius: 9px;
    overflow: hidden;
    display: inline-block;
}
.wcu-section .vector-shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -33px;
    bottom: 0;
    z-index: -1;
}
.wcu-innat-con{
    display: flex;
   align-items: center;
   margin-bottom: 15px;
}
.wcu-hRec-avatar {
    outline: 2px dashed #A67426;
    outline-offset: 5px;
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #0D2F82, #F5C466);
    border-radius: 50%;
}
/* .wcu-hRec-avatar.one{
   background-color: #0BC1BB;
}
.wcu-hRec-avatar.two{
   background-color: #2C76E2;
}
.wcu-hRec-avatar.three{
   background-color: #FE94C4;
} */
.wcu-hRec-avatar img{
    height: 40px;
    width: auto;
}
.wcu-hRec-content{
    padding-left: 20px;
}
.wcu-hRec-content h4{
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
}
.wcu-hRec-content p{
    font-size: 16px;
    color: var(--color-blur);
}
.cts-wid-wrap img{
    height: 100%;
    border-radius: 4px;
}
/* Form */
.cts-form-wrapper{
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.cts-form-wrapper .form-group{
    margin-bottom: 18px;
}
.cts-form-wrapper .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #0D2F82;
}
.cts-form-wrapper .form-control.ff{
   height: 45px;
}
.cts-form-wrapper .form-control {
    border-radius: 3px;
    border: 1px solid #6066757a;
}
.cts-form-wrapper .form-control::placeholder{
    color: #b6b2b2;
    font-weight: 400;
}
.cts-form-wrapper .form-control:focus{
    box-shadow: none !important;
    border-color: #A67426;
    transition: 0.3s ease all;
}
/* Footer */
.footer-section{
    position: relative;
    padding: 70px 0 0 0;
    background: #112752;
    /* background: #0D2F82; */
    /* background: linear-gradient(to right, #0D2F82, #986B23, #D4A84A, #F5C466); */
    z-index: 3;
}
 
.footer-col, .footer-bottom{
    position: relative;
    z-index: 2;
}
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../img/bg-pattern.png);
    filter: invert(1) brightness(40);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
/* .footer-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-pattern.png'); 
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.1; 
    pointer-events: none; 
    z-index: 0;
} */
 .footer-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-pattern.png');
    background-repeat: repeat;
    background-position: top;
    filter: invert(1) brightness();
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}
.footer-logo{
    background-color: #FFF;
    padding: 15px;
    border-radius: 15px;
    width: fit-content;
    margin-bottom: 15px;
}
.footer-logo img{
    max-width: 150px;
}
.footer-para{
    font-size: 17px !important;
    font-weight: 400;
    line-height: 27px; font-family:'Jost'; 
}
.footer-title{
    position: relative;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
   font-size: 20px;
   font-weight: 500;
   width: fit-content;
}
.footer-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 70%;
    border-radius: 20px;
    background-color: #d1cfcb;
    left: 0;
    bottom: -7px;
}
.footer-links-container, .footer-contact-wrap {
    margin-top: 30px;
}
.footer-links-ul{
    list-style-type: none;
    padding-left: 0;
}
.footer-links-ul li {
    color: #FFF;
    font-size: 15px;
    padding-bottom: 13px;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 11%);
}
.footer-links-ul li a{
     color: #FFF;
    font-size: 15px;
}
.footer-links-ul li:hover a{
    color: var(--secondary-color);
    transition:color 0.3s ease;
}
.footer-contact{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.cont-avatar{
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 5px;
    margin-right: 10px;
}
.footer-contact li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cont-avatar i{
    font-size: 24px;
    color: #004FD5;
}
.footer-contact li p, .footer-contact li a{
    font-size: 15px;
    margin-bottom: 0;
    color: #FFF;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 11%);
}
.footer-bottom{
    background-color: transparent;
    padding: 20px 0;
}
.footer-bottom h6 {
    margin-bottom: 0;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
.foot-h-ruler{
    color: #FFF !important;
}
.credit-text .brand-text{
    padding-left: 5px;
    color: #0293C2 !important;
}
.intfce-section {
    position: relative;
    background: #e9efff;
    background-position: center bottom;
    background-size: cover;
    z-index: 2;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
/* .intfce-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e9efff;
    z-index: 0;
} */
.intfce-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-pattern.png");
    /* filter: invert(1) brightness(30); */
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1; 
    pointer-events: none;
}
.intfce-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-pattern2.png");
    /* filter: invert(1) brightness(30); */
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1; 
    pointer-events: none;
}
.intfce-header{
    padding: 50px 0;
    text-align: center;
}
.intfce-header h1 {
    position: relative;
    color: #FFF;
    font-size: 65px;
    padding-bottom: 12px;
    margin-bottom: 35px;
}
.intfce-header h1:before {
    content: "";
    position: absolute;
    width: 340px;
    height: 6px;
    background: #E8B75B;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.intfce-header h1:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 6px;
    background: #0D2F82;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.intfce-header h6{
    color: #FFF;
    font-size: 22px;
}
.intfce-inner-wrap {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-inline: auto;
}
.lmic-box {
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #00000052;
    z-index: 0;
}   
.lmic-box .cover-img {
    min-height: 350px;
    max-height: 350px;
    border-radius: 10px;
    object-fit: cover;
}
.lmic-con {
    border-radius: 10px;
    padding: 20px;
    margin: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
/* .lmic-ic {
    background: url(../../assets/img/land-bg.png);
    border-radius: 10px;
    padding: 18px 16px;
    width: 100%;
    height: 100%;
} */
.lmic-ic {
    /* background: url(../../assets/img/land-bg.png); */
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 18px 16px;
    width: 100%;
    background: #133386;
    height: 100%;
    /* background-color: #E8B75B; */
}
.lmic-con h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #FFF;
    width: 100%;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
}
.lmic-ic img.land-arw {
    position: absolute;
    max-width: fit-content;
    border-radius: 0;
    right: 8px;
    width: 100%;
    height: 100%;
    max-width: 46px;
    top: 50%;
    max-height: 46px;
    transform: translateY(-50%);
    border-radius: 7px;
}
.lmic-ic span {
    display: none;
    font-size: 18px;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.116);
}
.lmic-box:hover .lmic-ic img {
    display: none;
    transition: 0.5s;
}
.lmic-box:hover .lmic-ic span{
    display: block;
    transition: 0.5s;
}
.lmic-box:hover .lmic-ic {
    position: relative; /* Important for pseudo-element positioning */
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: 3px solid #fff;
    transition: 0.5s;
    overflow: hidden; 
    background: transparent !important;
}

.lmic-box:hover .lmic-ic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/bg-pattern.png');
    filter: invert(1) brightness(30);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.lmic-box:hover .lmic-ic > * {
    position: relative;
    z-index: 1;
}
.lmic-box:hover .lmic-con h4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    width: fit-content;
    border-radius: 13px;
    padding: 8px 17px;
    background-color: #FFF;
    color: #0D2F82;
    font-size: 24px;
    font-weight: 600;
    transition: 0.5s;
}
.lmic-box:hover .lmic-con h4:hover{
    color: #986B23;
    transition:color 0.3s ease;
}
/* .lmic-box:hover .lmic-con h4::before {
    content: "";
    width: 36%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(to right, #0D2F82, #986B23, #E8B75B);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    transition: 0.4s;
} */
.lmic-box:hover .lmic-con {
    height: 100%;
    transition: 0.5s;
}
.lmic-box:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #133386;
    border-radius: 10px;
    z-index: 1;
    opacity: 1;
    /* box-shadow: 0 0 16px 6px inset #000; */
    transition: 0.5s;
    opacity: 1;
}
.lmic-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a1;
    border-radius: 10px;
    z-index: 1;
    opacity: 1;
    /* box-shadow: 0 0 16px 6px inset #000; */
    transition: 5s;
    opacity: 0;
}
/* News & Announcement */
.neann-card {
    height: 100% !important;
    border: none !important;
    /* box-shadow: rgba(232, 183, 91, 0.212) 0px 4px 16px 4px !important; */
    box-shadow: rgb(218, 222, 228) 0px 2px 8px 0px;
}
.neann-card .card-img-top{
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.neann-card:hover .card-img-top {
  transform: scale(1.1);
}
.mtat-ico{
    display: flex;
    align-items: center;
}
.mtat-ico img{
    width: 30px;
    height: auto;
}
.mtat-ico h6, .mtat-ico h6 a {
    margin-bottom: 0;
    font-size: 13px;
    color: #986B23;
}
.mtat-ico h6{
    padding-left: 4px;
}
.mtat-ico h6:hover, .mtat-ico h6 a:hover{
    color: var(--secondary-color);
    transition: color 0.3s ease;
}
.neann-content-wrap h4, .neann-content-wrap h4 a {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    padding: 14px 0;
}
.mtoincon-wrap {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 12px;
}
.mtoincon-wrap i{
    font-size: 15px;
    color: var(--primary-color);
}
.neann-content-wrap a.read-more {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(90deg, #0D2F82, #A67426, #F5C466);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.omr-widget-wrap {
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #0d2f8212;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
/* .omr-widget-wrap img{
    filter: hue-rotate(214deg);
} */
.ifh-txt h5 {
    font-size: 42px;
}
.ifh-txt h5 {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
    color: #133386;
    line-height: 54px;
    text-transform: capitalize;
}
.ifh-txt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1333868a;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 30%;
}
.ifh-txt h5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #13338657;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 20%;
}
.ifh-txt h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #222;
}
/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.bc-shape1 {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  max-width: 1000px;
  opacity: 0.3;
  animation: moveLeftRight 6s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px); 
  }
  100% {
    transform: translateX(0px);
  }
}
.bc-shape2 {
  position: absolute;
  z-index: 0;
  right: -20px;
  top: 0;
  max-width: 400px;
  opacity: 0.1;
  animation: lightShake 6s ease-in-out infinite;
}
@keyframes lightShake {
  0%   { transform: translate(0px, 0px) rotate(0deg); }
  25%  { transform: translate(1px, -1px) rotate(-0.3deg); }
  50%  { transform: translate(-1px, 1px) rotate(0.3deg); }
  75%  { transform: translate(1px, 1px) rotate(-0.3deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: #17234dd1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--secondary-color);
}
.ctloc-card{
    border: none;
    border-radius: 10px !important;
    padding:10px 25px;
    height: 100% !important;
}
.ctloc-card.odd{
   border-top: 8px solid var(--primary-color) !important;
   box-shadow: rgba(37, 41, 125, 0.3) 0px 4px 8px -2px, rgba(37, 41, 125, 0.15) 0px 2px 4px -1px;
}
.ctloc-card.even{
   border-top: 8px solid var(--secondary-color) !important;
   box-shadow: rgba(245, 196, 102, 0.35) 0px 4px 8px -2px, rgba(245, 196, 102, 0.2) 0px 2px 4px -1px;
}
.ctloc-head {
    position: relative;
    width: fit-content;
    color: var(--color-dark);
    font-family: var(--secondary-font);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ctloc-card.odd .ctloc-head::after, .ctloc-card.even .ctloc-head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 25%;
    border-radius: 10px;
}
.ctloc-card.odd .ctloc-head::after{
    background-color: var(--primary-color);
}
.ctloc-card.even .ctloc-head::after{
    background-color: var(--secondary-color);
}
.ctloc-card h5{
    color: var(--color-dark);
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.ctloc-card h5 span{
    font-weight: 600;
}
.ctaEffi{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 15px;
}
.ctaEffi a{
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 400;
    padding-top: 5px;
}
.ctloc-card.odd .ctaEffi i{
    color: var(--primary-color);
    font-size: 18px;
}
.ctloc-card.even .ctaEffi i{
    color: var(--secondary-color);
    font-size: 18px;
}
.ctlavatar {
    display: inline-block;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}
.ctloc-card.odd .ctlavatar{
   background-color: #3031820d;
   border: 1px solid var(--primary-color);
}
.ctloc-card.even .ctlavatar{
   background-color: #f4c47128;
   border: 1px solid var(--secondary-color);
}
.Effimed-wid-wrap {
    position: relative;
    display: inline-block;
    padding: 5px; 
    border-radius: 16px; 
    overflow: hidden;
    z-index: 1;
}
.Effimed-wid-wrap::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(270deg, #0D2F82, #F5C466, #0D2F82);
    background-size: 600% 600%;
    z-index: -1;
    border-radius: 18px;
    animation: gradientBorder 6s ease infinite;
}
.Effimed-wid-wrap img {
    display: block;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}
@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.brdofdir-col{
    margin-bottom: 30px;
}
.brdofdir-card {
    position: relative;
    padding: 40px 30px;
    border-radius: 5px 45px 5px 45px;
    z-index: 1;
}
.brdofdir-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/about-us/bord-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1; 
  z-index: -1;
}
.brdofdir-card.odd{
    border: 7px solid #0d2f822e;
}
.brdofdir-card.even{
    border: 7px solid #f5c36680;
}
.bm-hRyv {
    padding: 14px 20px;
}
.brdofdir-card.odd .bm-hRyv {
    background-color: #17234d12;
    border-left: 5px solid var(--primary-color);
    color: var(--primary-color);
}
.brdofdir-card.even .bm-hRyv {
    background-color: #f5c36645;
    border-left: 5px solid var(--secondary-color);
    color: var(--secondary-color);
}
.brdofdir-card.odd .bm-hRyv h3 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 700;
}
.brdofdir-card.even .bm-hRyv h3 {
    color: #9E6D2C;
    text-align: center;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 700;
}
.brdofdir-cont-wrap p{
       font-size: 16px;
    color: var(--color-dark);
    margin-bottom: 0;
    line-height: 32px;
}
.ourmar-card{
    border: none !important;
    padding: 20px 40px;
     border-radius: 10px !important;
 /* box-shadow: rgba(37, 41, 125, 0.15) 0px 0px 8px 0px, rgba(37, 41, 125, 0.12) 0px 0px 2px 0px; */

  /* animation: glow 1.8s infinite alternate; */
}
/* @keyframes glow {
  from {
    box-shadow: 0 0 8px #0D2F82, 0 0 8px #0D2F82, 0 0 8px #0D2F82,
                0 0 8px #0D2F82;
  }
  to {
    box-shadow: 0 0 12px #F5C466, 0 0 18px #F5C466, 0 0 24px #F5C466,
                0 0 30px #F5C466;
  }
} */
/* .ourmar-card img{
    filter: hue-rotate(214deg);
} */
.op-tab-wrapper{
    margin-top: 40px;
}
/* Tabs */
.op-nav{
    gap: 0px !important;
}
.op-nav li img{
    height: 35px;
    width: auto;
    padding-right: 5px;
}
.op-nav .nav-link {
    font-weight: 600;
    padding: 12px 10px;
    color: #000;
    background-color: #0d2f820a;
    border-radius: 3px !important;
    border: 1px solid #24277e14;
}
.op-nav .nav-link.active, .op-nav .show>.nav-link{
   background-color: var(--primary-color) !important;
   color: #FFF !important;
   font-weight: 600;
}
.tbop-wid-wrap {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tbop-wid-wrap img {
    height: 230px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tbop-wid-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.tbop-wid-wrap:hover::before {
    opacity: 1;
}
.tbop-wid-wrap:hover img {
    transform: scale(1.05);
}
.tbinhead {
    position: relative;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.tbinhead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40%;
    background-color: var(--primary-color);
}
.neev-card{
    border: none !important;
    box-shadow: rgba(37, 41, 125, 0.2) 0px 7px 29px 0px !important;
}
.neev-card .card-img-top{
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: 2.1s ease;
}
.neev-card:hover .card-img-top{
    transform: scale(1.2) rotate(3deg);
    transition:transform 2.1s ease-in-out;
}
.neev-card .card-body{
    padding:30px;
}
.neev-card .neev-info h5 {
    font-size: 20px;
    color: #5e6066;
    font-weight: 400;
    margin-bottom: 8px;
}
.neev-card .neev-info h3, .neev-card .neev-info h3 a {
    font-size: 23px;
    color: var(--color-dark);
    font-weight: 600;
    transition: 0.3s ease;
}
.neev-card .neev-info h3:hover, .neev-card .neev-info h3 a:hover{
   color: var(--primary-color);
   transition:color 0.3s ease;
}
.neev-card .neev-info h6{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 0;
}
.neev-card .neev-info .h-ruler{
    margin: 15px 0 !important;
    color: #74747c !important;
}
/* Contact Us */
.cts-lg-heading {
    position: relative;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    color: var(--color-dark);
    text-align: center;
}
.cts-lg-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 4px;
    background: #25297D;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cts-lg-heading::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 30px;
    height: 4px;
    background: var(--secondary-color);
    border-inline: 4px solid #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.contus-card {
    padding: 25px 30px;
    border: none !important;
    border-radius: 20px;
    height: 100% !important;
    background-color: #25297d1a !important;
    box-shadow: rgba(37, 41, 125, 0.12) 0px 6px 12px, rgba(37, 41, 125, 0.1) 0px 3px 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
}

.contus-card:hover {
    transform: scale(1.02);
    box-shadow: rgba(37, 41, 125, 0.15) 0px 8px 16px, rgba(37, 41, 125, 0.12) 0px 4px 8px;
}
.contus-card .cts-card-title {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #64648754;
}
.cts-info-wrap{
    margin-top: 20px;
}
.contus-card .cts-kv{
    display: flex;
    /*align-items: center;*/
    column-gap: 10px;
    margin-bottom: 25px;
}
.contus-card .cts-kv h6, .contus-card .cts-kv a{
    margin-bottom: 0;
    font-size: 18px;
    color: var(--color-dark);
}
.cts-kv i{
    font-size: 25px;
    color: var(--primary-color);
}
.cts-kv .dr-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
}
.cts-widget-wrap img{
    box-shadow:
  rgba(37, 41, 125, 0.4) -5px 5px,
  rgba(37, 41, 125, 0.3) -10px 10px,
  rgba(37, 41, 125, 0.2) -15px 15px,
  rgba(37, 41, 125, 0.1) -20px 20px,
  rgba(37, 41, 125, 0.05) -25px 25px;
}
/* Form */
.cts-form-section{
    background-color: #25297d08;
}
.cts-form-container .form-group{
   margin-bottom: 25px;
}
.cts-form-container .form-group label{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    font-family: var(--secondary-font);
}
.cts-form-container .form-control.ff{
    height: 50px;
}
.cts-form-container .form-control {
    border-color: #d8dbe3 !important;
    border-radius: 0px !important;
}
.cts-form-container .form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #a7a49f;
    font-family: var(--primary-font);
}
.cts-form-container .form-control:focus{
    box-shadow: none !important;
}
.iti{
    display: block !important;
}
.cts-form-container{
    padding: 30px;
   background: linear-gradient(90deg, #AA7834 0%, #CAA262 25%, #F3C56A 50%, #CAA262 75%, #AA7834 100%);
border: 5px solid #FFF;
box-shadow: 
  rgba(170, 120, 52, 0.2) 0px 8px 24px, 
  rgba(202, 162, 98, 0.15) 0px 16px 56px, 
  rgba(243, 197, 106, 0.1) 0px 24px 80px;
}
.sub-lg-title.custom{
  position: relative;
  padding-top: 0 !important;
  color: #FFF;
  padding-left: 25px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sub-lg-title.custom::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 90%;
    background-color: #ffffff59;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.tab-content>.active {
    display: block;
    border: none !important;
}
#aesthetics{
 scroll-margin-top: 30em;
}
#endocrinology{
 scroll-margin-top: 30em;
}
#pain{
 scroll-margin-top: 30em;
}
#rare-diseases{
 scroll-margin-top: 30em;
}
#research{
 scroll-margin-top: 30em;
}