.banner_box {
    position: relative;
    background: url(../img/bg/banner_bg3.jpg) no-repeat scroll center bottom / cover;
    padding: 50px 0;
}
.bg-overlay {
    background: rgb(50 49 49 / 90%);
    /* background: rgba(85, 75, 185, .9); */
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}
.cuet_berif ul {
    list-style: outside none none;
    margin: 0 0 0px 0;
    padding: 0;
}
.cuet_berif ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 0;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #fff;
    width: 100%;
}
.cuet_berif ul li i {
    color: green;
    padding-right: 5px;
}
.banner_box h1 {
    font-size: 30px;
    line-height: 1.15;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.banner_box p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
}
.key_sections .sections {
    padding: 10px 0px 10px 45px;
    position: relative;
    text-align: left;
    background: #0006;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .key_sections .sections {
        padding: 10px 12px 10px 45px !important;
    }
}
.key_sections .sections {
    /* padding: 20px; */
    position: relative;
    text-align: left;
    margin: 10px 0 0px 0;
    font-size: 17px;
    font-weight: 600;
    border: 0px;
}
.key_sections .icon {
    position: absolute;
    left: 20px;
    top: 8px;
}
.sections .fa,.sections .fas {
    color: #0b6dc2;
    font-size: 18px;
}
.key_sections .sections p {
    line-height: 22px;
    /* margin-bottom: 0px; */
}
.key_sections p {
    font-size: 13px !important;
    color: #FFFFFF;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-weight: normal;
    /* line-height: 17px; */
}
.key_sections .count {
    font-size: 17px;
    font-weight: 500;
    color: #0b6dc2;
}
@media (min-width: 768px) {
    .key_sections .count {
        display: block;
    }
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0px 12px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 25px;
}
.form-box h4 {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: 600;
    background: #081054;
    border-radius: 9px 9px 0 0;
}
.form-box h4 span {
    margin: 0;
    color: #f9b618;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}
.contact_form{
    padding: 0 20px;
}
.contact_form .contact__input {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    /* color: #abb0b5; */
    font-size: 15px;
    border: none;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #ccc;
}
.contact__input.nice-select ul {
    /* width: auto !important; */
}
.contact_form .theme-btn{
    width: 100%;
    display: block !important;
    padding: 6px 18px;
    height: 50px;
    line-height: 20px;
    margin-top: 15px;
}
.contact_form .theme-btn:before {
    top: 30% !important;
}
.contact_form .theme-btn:after {
    top: 30%;
}
.contact_form .nice-select .list{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.contact_form .nice-select .list .option {
    white-space: normal; /* Allows text wrapping */
    word-wrap: break-word; /* Breaks long words if needed */
    padding: 10px 15px; /* Adjust padding for readability */
    line-height: 1.4; /* Adjust line height for better readability */
    display: block; /* Ensures items stack vertically */
}

.sub-heading {
    margin-bottom: 20px;
    position: relative;
}
/* @media (min-width: 768px) {
    .service-item {
        min-height: 200px;
    }
} */
/* .service-item {
    background-color: #F0F4F9;
    padding: 20px;
    transition: .5s ease;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 8px;
}
.service-item h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.service-item p {
    line-height: 20px;
    margin: 0;
} */
.service-item {
    background-color: #081054;
    /* background: linear-gradient(135deg, #10b3e5, #0951b5); */
    padding: 50px;
    transition: .5s ease;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    min-height: 240px;
}
.service-item h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.service-item h3, .service-item p {
    transition: .5s ease;
    z-index: 2;
    position: relative;
    color: #000;
}
.service-item h3 {
    font-size: 24px;
    text-align: center;
}

.service-item p {
    font-size: 16px;
}
.service-item .overlay {
    position: absolute;
    bottom: -106%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 90%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    z-index: 1;
    padding: 0 18px;
    text-align: justify;
}

.service-item:hover .overlay {
    bottom: 0;
}

.service-item:hover h3, .service-item:hover p {
    color: #fff;
}
.service-item .icon img {
    margin-bottom: 20px;
}
.highlights {
    padding: 60px 0;
    position: relative;
}
.highlights h2{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    padding-bottom: 0px;
}
.h3 {
    font-size: 20px;
    /* color: #1d274e; */
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
}
.year-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .year-text {
    color: #000000;
    font-weight: bold;
    margin: 0 10px;
  }
  
  .line {
    height: 2px; 
    width: 50px;
    background: #f9b618;
  }
  .year-text{
    color:#000 !important;
  }

  .contact_form .contact__input::placeholder {
    color: #000;
    opacity: 0.9; 
    font-size:15px
}