/* ---css start--- */
* {
    margin: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.body-bg {
    background-color: #e9e9e9;
}

.white-bg {
    background-color: white;
}

.primary-color {
    color: #233c9b;
}

.color-dark {
    color: #202020;
}

.primary-bg {
    background-color: #233c9b;
}

.light-text {
    color: #d1d1d1;
    font-weight: 400;
    font-size: 15px;
}

.padding-large {
    padding: 100px 0px;
}
.logo_transparent_static{
    max-width: 66% !important;
}

@media(max-width: 767px) {
    .padding-large {
        padding: 50px 0px;
    }
}


.top-banner-section {
    background-image: url("../../assets/images/banners/bg-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
    /* margin-top: 52px; */
}

.heading-line {
    position: relative;
    padding: 15px 0px;
    margin-top: 20px;
}

.heading-line::before {
    content: "";
    position: absolute;
    width: 100px;
    background-color: #363636;
    height: 7px;
    top: 0;
    left: 0px;
    border-radius: 10px;
}

.heading-line::after {
    content: "";
    position: absolute;
    width: 33px;
    background-color: #ffffff;
    height: 5px;
    top: 1px;
    left: 16px;
    border-radius: 5px;
}

.partners-list {
    display: flex;
    overflow-x: scroll;
    gap: 40px;
    padding: 20px 14px 30px 4px;
}

.partners-list .partners-img {
    height: 140px;
    box-shadow: rgba(0, 0, 0, 0.24) 3px 10px 15px;
    border-radius: 16px;
}

.partners-list::-webkit-scrollbar-thumb {
    background-color: rgb(179, 179, 179) !important;
    border-radius: 10px;
}

.partners-list::-webkit-scrollbar {
    height: 6px !important;
    background-color: rgba(16, 22, 70, 0) !important;
    border-radius: 10px;
}

.menu-section .bg-body-tertiary {
    background-color: #fff;
    /* background-color: rgb(255 255 255 / 79%) !important; */
    /* background-image: url("https://static.vecteezy.com/system/resources/thumbnails/025/553/276/small/abstract-technology-background-of-global-network-connection-and-communication-with-connecting-the-dots-and-lines-for-banner-design-or-header-free-vector.jpg"); */
    /* background-size: cover;
        background-repeat: no-repeat; */
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e6ebf6;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #e6ebf6;
    color: #233c9b;
}

/* .menu-layer {
        background-color: #ffffff94;
    } */

.menu-section .navbar-nav .active,
.menu-section .navbar-nav .active a {
    background-color: #e6ebf6;
    border-radius: 5px;
    color: #233c9b;
}

.menu-section .navbar-nav .nav-item {
    font-weight: 500;
}

.menu-section .navbar-nav .nav-item:hover {
    background-color: #e6ebf6;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.menu-section .navbar-nav .nav-item:hover .nav-link {
    color: #233c9b;
}

.cstm-hover-btn-sm:hover {
    background-color: rgb(171 214 255) !important;
}

.cstm-hover-btn:hover {
    background-color: rgb(27, 27, 27);
    color: white !important;
}

.banner-content .big-text {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: white;
    background-color: rgba(143, 143, 143, 0.295);
}

.banner-content .small-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: rgba(143, 143, 143, 0.295);
}

.first-home-section .first-sec-img img {
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.first-home-section .row {
    align-items: center;
}

.absoluted-div {
    top: -36px;
    right: 20px;
    border-radius: 15px;
    background-color: #123d66;
    padding: 15px 15px 8px 15px;
    color: white;
    box-shadow: rgb(173 173 173) 0px 3px 8px;
}

footer h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #d1d1d1;
}

footer ul {
    line-height: 28px;
}

footer ul li a {
    color: #d1d1d1;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15.5px;
}

footer {
    background-image: url("https://t4.ftcdn.net/jpg/08/45/51/17/240_F_845511725_mosdS7Yrbx0XUhQGuiIvgjxga9D605Tr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background-color: #10447694;
}

.height-demand-sec {
    background-color: #123d66;
    border-radius: 320px;
    box-shadow: 3px 1px 13px -4px;
}

.features-sec .height-demand-sec {
    background-color: #dcdee7;
    border-radius: 20px;
}

.height-demand-sec button:hover {
    background-color: #141414;
    color: white;
    transition: 0.3s;
}

.features-sec .height-demand-sec {
    height: 100%;
}

.features-sec .height-demand-sec .image-div {
    border-top-right-radius: 138px;
    border-bottom-right-radius: 142px;
    background-color: #ffffff;
    height: 240px;
    margin: 0px;
    width: 84%;
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.features-sec .height-demand-sec .image-div img {
    border-radius: 50%;
    border: 8px solid #e5e5e5;
    width: 250px;
    height: 238px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.height-demand-sec .image-div {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: white;
    height: 440px;
    margin: -42px;
}

.height-demand-sec .image-div img {
    border-radius: 50%;
    border: 10px solid #e5e5e5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sec-group .height-demand-sec .image-div {
    height: 238px;
    margin: -25px;
    /* background-color: white; */
    /* background-color: #e9e9e9; */
    background-color: #e9e9e900;
}

.sec-group .height-demand-sec .image-div img {
    border-radius: 50%;
    border: 6px solid #e5e5e5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.animation {
    opacity: 1;
}

body {
    overflow-x: hidden;
}

/* .carousel-control-prev {
        left: -30px !important;
    }
    .carousel-control-next {
        right: -30px !important;
    } */
.sec-group .group-box {
    gap: 20px;
}

.carousel img {
    height: 480px;
}

.carousel-container {
    padding: 0px 20px 0px 20px;
}

.banner-text {
    color: #001b81;
    /* background: #0000002b;
        display: math; */
}

.network-details {
    padding: 50px 0px;
}
.india-map{
    filter: drop-shadow(3px 6px 6px black);
}
.png-shadow{
    filter: drop-shadow(2px 4px 6px black);
}
.network-details .big-txt {
    font-size: 44px;
    font-weight: 700;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    -webkit-filter: drop-shadow(0px 1px 0px rgb(39, 39, 39));
}

.network-details .small-text {
    font-size: 22px;
    font-weight: 500;
    filter: drop-shadow(0px 5px 3px rgb(46, 46, 46));
    -webkit-filter: drop-shadow(0px 1px 0px rgb(39, 39, 39));
}

@media(max-width:1400px) {
    .sec-group .height-demand-sec .image-div {
        height: 186px;
        margin: -12px;
    }
}

@media(max-width:1200px) {
    .height-demand-sec .image-div {
        height: 376px;
    }

    .sec-group .height-demand-sec .image-div {
        height: 188px;
        margin: -28px;
    }
}

@media(max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        padding-bottom: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        font-size: 14px;
        border: none;
        background-color: #233b9b00;
        position: static;
        padding: 0px;
        padding-bottom: 10px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        font-weight: 500;
    }

    .banner-content .first-sec-content {
        display: none;
    }

    .carousel img {
        height: 400px;
    }

    .sec-group .group-box {
        flex-direction: column;
        gap: 80px;
    }

    .sec-group .height-demand-sec .image-div {
        height: 220px;
        width: 226px;
        width: 80%;
        margin: -14px;
    }

    .sec-group .height-demand-sec .image-div img {
        height: 220px;
        width: 226px;
    }

    .height-demand-sec .image-div {
        height: 294px;
        margin: -42px;
    }

    .network-details {
        padding: 8px 0px;
    }

    .network-details .big-txt {
        font-size: 26px;
        font-weight: 500;
    }

    .network-details .small-text {
        font-size: 16px;
        font-weight: 400;
    }

    .top-banner-section {
        height: 400px;
    }

    .menu-section .navbar-nav .active {
        padding: 6px;
    }

    .absoluted-div {
        padding: 10px 15px 2px 15px;
    }

    .navbar-nav {
        gap: 0px !important;
        padding-top: 5px;
    }
}

@media(max-width: 767px) {
    .first-home-section .row {
        flex-direction: column-reverse;
    }

    .sm-alternate {
        flex-direction: column-reverse;
    }

    .navbar .navbar-toggler {
        display: flex;
        padding: 4px 6px;
    }

    .navbar .navbar-toggler-icon {
        font-size: 16px;
    }

    .navbar .header-logo {
        width: 120px;
    }

    .banner-content {
        display: none;
    }

    .absoluted-div {
        border-radius: 12px;
    }

    .height-demand-sec .image-div {
        border-top-right-radius: 300px;
        border-bottom-right-radius: 300px;
        background-color: white;
        margin: 0px;
        height: auto;
        margin-top: 34px;
    }

    .height-demand-sec .image-div img {
        width: 280px;
        height: 280px;
    }

    .height-demand-sec {
        background-color: #123d66;
        border-radius: 20px;
    }

    .sec-group .height-demand-sec .image-div {
        margin-left: 0px;
    }

    .sec-group .height-demand-sec {
        gap: 40px;
        padding: 40px 0px 20px 0px;
    }

    .height-demand-sec .img-wraper {
        padding-left: 0px;
        width: 75%;
        display: flex;
        justify-content: end;
    }

    .cstm-sec-padding {
        padding-top: 20px;
    }

    .sec-group .height-demand-sec .image-div {
        background-color: #e9e9e9;
    }
}

@media(max-width:575px) {
    .carousel img {
        height: 300px;
    }

    .cstm-padding {
        padding: 0px 24px;
    }

    .height-demand-sec .img-wraper {
        width: 96%;
    }

    .absoluted-div {
        bottom: -20px;
        top: auto;
        margin: 0px -3px;
        right: 0px;
    }

    .absoluted-div h3 {
        font-size: 18px;
    }

    .top-banner-section {
        height: 300px;
    }
}


@media(min-width:768px) {
    .cstm-padding {
        padding-left: 40px;
    }
}

@media(min-width:992px) {
    .sec-group .single-width {
        width: 80%;
    }
    .main-menu__left{
        position: relative;
    }
    .main-menu__left::before{
        position: absolute;
        content: "";
        width: 7px;
        height: 103%;
        background-color: #233c9b;
        top: -1px;
        left: -50px;
        transform: skew(-35deg);
        box-shadow: 5px -1px 4px 2px #9b9b9b;
    }
    .main-menu__left::after{
        position: absolute;
        content: "";
        width: calc(100% + 54px);
        height: 5px;
        /* background-color: #233c9b; */
        background: linear-gradient(90deg, rgb(35 60 155) 0%, rgb(76 189 255), rgb(35 60 155) 72%);
        top: 0px;
        left: -26px;
        box-shadow: 6px 2px 5px 1px #a7a7a7;
    }
}

.bg-img {
    background-image: url("../images/section-bg.jpg");
}

.login-main {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.login-content {
    width: 800px;
    border-radius: 30px;
    display: flex;
}

.login-main .content-div {
    width: 50%;
    padding: 30px 50px;
    background-image: url("../images/form-box-bg.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 30px 0px 0px 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.login-main .form-div {
    width: 50%;
    padding: 10px 20px;
    background-color: white;
    border-radius: 0px 30px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    align-items: center;
}

.login-content .content {
    color: white;
}

.login-content .input-group {
    gap: 10px;
    padding: 5px;
   /* margin-top: 7px;*/
}

.login-content .input-group .input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid rgb(213 213 213);
}

/* .login-content .input-group .input:focus-visible{
    border-color: blue !important;
} */
.login-content .input-group .button button {
    padding: 8px 26px;
    background-color: #233c9b;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.login-content .input-group .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.login-content .signin-btn a {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #424acb;
}

.login-content .form-logo {
    display: flex;
    justify-content: center;
}

.login-content .form-logo .logo-box {
    width: 100px;
}

.input-group .form-check {
    display: flex;
    justify-content: start;
}

.input-group .radio-btn-group {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.input-group .input-label {
    font-weight: 500;
    font-size: 15px;
    color: #414141;
}

@media(max-width:991px) {
    .login-content {
        width: 520px;
    }

    .login-main .form-div {
        border-radius: 30px;
        width: 100%;
    }

    .login-main .content-div {
        display: none;
    }

}

@media(max-width:600px) {
    .login-content {
        width: 88%;
    }

    .login-main .form-div {
        padding: 30px 20px;
    }
}

.inner-pages-banner {
    background-image: url("../images/banners/common-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 360px;
    position: relative;
}

.inner-pages-banner .page-name {
    font-size: 48px;
    font-weight: 700;
    color: #001151;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.inner-pages-banner .heading {
    font-size: 24px;
    font-weight: 600;
    color: #001151;
    /* text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3); */
}

.inner-pages-banner .description {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.banner-img-box {
    position: absolute;
    top: 60px;
    right: 32px;
}

.banner-img-box img {
    height: 300px;
}

.rightbox {
    text-shadow: -1px -1px 0px var(blue),
        3px 3px 0px var(blue),
        6px 6px 0px #00000055;
}

.sections-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    .banner-img-box img {
        opacity: 0.6;
    }
}
@media(max-width:767px) {
    .inner-pages-banner .page-name {
        font-size: 32px;
        font-weight: 700;
    }
    .sm-direction {
        flex-flow: column-reverse;
    }
    .inner-pages-banner .heading {
        font-size: 18px;
        font-weight: 600;
    }

    .inner-pages-banner .description {
        font-size: 14px;
        font-weight: 500;
    }
}

@media(max-width:575px) {
    .inner-pages-banner .page-name {
        font-size: 28px;
        font-weight: 700;
    }

    .inner-pages-banner .heading {
        font-size: 16px;
        font-weight: 600;
    }

    .inner-pages-banner .description {
        font-size: 14px;
        font-weight: 400;
    }

    .to-hide {
        display: none;
    }

    .inner-pages-banner {
        height: 280px;
    }
}


/* .single-facility{
    transition: all 0.5s ease-in-out;
} */

.inner-page{
    box-shadow: 0px 2px 6px -2px #5d5d5d !important;
}
.why-choose-sec {
    padding: 16px 10px;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.why-choose-sec::-webkit-scrollbar-thumb {
    background-color: rgb(179, 179, 179) !important;
    border-radius: 10px;
    background: transparent;
}

.why-choose-sec::-webkit-scrollbar {
    height: 6px !important;
    background-color: rgba(16, 22, 70, 0) !important;
    border-radius: 10px;
}

.why-choose-sec .cards {
    flex: none;
    position: relative;
    width: 260px;
    box-shadow: 0px 2px 13px 0px #898989;
    padding-top: 68px;
    border-radius: 11px;
}

.single-facility {
    position: relative;
    padding-top: 70px;
    border-radius: 0% 100% 10px 10px;
    background-color: rgb(18 61 102);
    z-index: -1;
    height: 160px;
}

.single-facility::before {
    transition: all 0.5s ease-in-out;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0% 100% 10px 10px;
    z-index: -1;
}

.why-choose-sec .cards::before {
    transition: all 0.5s ease-in-out;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(18 61 102);
    z-index: -1;
    border-radius: 0% 100% 10px 10px;
}

.icon-box {
    position: absolute;
    top: -38px;
    left: 88px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 2px 13px 0px #123d66;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out;
}

.icon-box img {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 10px;
}

.single-facility span {
    font-size: 22px;
    font-weight: 700;
    color: white;
    padding: 40px 5px 22px 5px;
}

.why-choose-sec .cards:hover .icon-box {
    transform: rotatey(360deg);
}

.why-choose-sec .cards:hover .single-facility::before {
    height: 100%;
}
.why-choose-sec .cards:hover::before {
    height: 100%;
    border-radius: 10px;

}
.why-choose-sec .cards:hover .single-facility span {
    color: #123d66;
    z-index: 9;
}
.points-heading{
    font-size: 22px;
    font-weight: 600;
    color: rgb(29, 29, 29);
    margin-top: 20px;
    margin-bottom: 10px;
    /* font-family: "math"; */
}
.points-list{
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    font-family: system-ui;
}
.points-list li{
    padding-top: 10px;
}
.points-list li::before{
    position: absolute;
    content: "✔";
    font-size: 15px;
    font-weight: 700;
    left: 10px;
    color: #122365;
}
.points-list li span::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 7px;
    border-radius: 50%;
    left: 5px;
    background-image: radial-gradient(circle, #12236547, rgba(255, 255, 255, 0));
    margin-top: 13.5px;
}

.directory{
    text-decoration: none;
    color: #006cdb;
    font-size: 14px;
    font-weight: 600;
}
.directory b{
    text-decoration: none;
    color: #122365;
    font-size: 14px;
    font-weight: 600;
}
.directory a{
    color: #006cdb;
}
.directory a:hover{
    color: #122365;
}
.directory span{
    position: relative;
}
.directory span::before{
    position: absolute;
    content: "";
    padding: 3px;
    border-top: 2px solid #006cdb;
    border-right: 2px solid #006cdb;
    font-size: 14px;
    font-weight: 600;
    transform: rotate(45deg);
    top: 6px;
}

.accordion-item{
    position: relative;
    margin-bottom: 18px !important;
    border: none !important;
}
.accordion-number{
    position: absolute;
    padding: 7px 17px;
    font-size: 22px;
    color: #0e1e5c;
    background-color: #ffffff;
    top: -1px;
    left: -1px;
    border: 3px solid #0f1f5d;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 2px #9d9d9d;
    font-weight: 700;
    z-index: 3;
}
.accordion-item .accordion-button{
    background: linear-gradient(90deg, rgb(0 17 81) 0%, rgb(117 124 175), rgb(255 255 255) 120%);
    color: white;
    border-radius: 30px !important;
    padding-left: 62px;
    font-weight: 600;
}
.accordion-item .accordion-button:hover{
    z-index: 0 !important;
}
.accordion-item .accordion-button:focus{
    box-shadow: none;
}
.accordion-item .accordion-collapse{
    padding: 0px 20px;
}
.accordion-item .accordion-body{
    border: 1px solid #0022a7;
    border-top: none;
    padding: 6px 6px 24px 6px;
    border-radius: 0px 0px 10px 10px;
}