html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

a {
    color: #005cfe;
    text-decoration: none;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-10 {
    width: 10%;
}

.fw-600 {
    font-weight: 600;
}

.w-30 {
    width: 30%;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-10 {
    font-size: 10px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 36px;
}

.fw-700 {
    font-weight: 700;
}

.line-1 {
    line-height: 1;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fs-13 {
    font-size: 13px;
}

.fw-400 {
    font-weight: 400;
}

.border-dashed {
    border: solid dashed;
}

.text-justify {
    text-align: justify;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

@media(max-width:991px) {
    .py-10 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .flex-row-mob {
        flex-direction: column;
    }

    .btn-more-learn {
        margin-top: 10px;
    }

    .w-60 {
        width: 100%;
    }

    .mob-pad {
        padding-left: 0px !important;
    }

    .counter-row {
        flex-direction: column;
    }

    .counter-all {
        width: 100% !important;
    }

    .team-lead-heading {
        font-size: 30px !important;
        margin-top: 15px;
    }
}

@media(min-width:992px) {
    .mt-lg-n1 {
        margin-top: -5rem !important
    }

    .mt-lg-n2 {
        margin-top: -10rem !important
    }

    .mt-lg-n3 {
        margin-top: -15rem !important
    }

    .mt-lg-n4 {
        margin-top: -20rem !important
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.text-main {
    color: #ff8f04;
}

.btn-block {
    width: 100%;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.br-14 {
    border-radius: 14px;
}

.br-50 {
    border-radius: 50%;
}

.back-to-top {
    background-color: #01253c;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 31px;
    line-height: 0;
    opacity: 0;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    text-decoration: none;
    border: 2px solid #01253c;
    transition: all 300mslinear 0s;
}

    .back-to-top.fadeIn {
        opacity: 1;
    }

    .back-to-top:hover.fadeIn {
        transform: translateY(-5px);
    }

.btn_link_call_top {
    box-shadow: inset 0 0 0 1px #5910fd;
    padding: 4px 12px 4px 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    white-space: nowrap;
    margin: 0;
    width: auto;
    border-radius: 18px;
}

@media(max-width:991px) {
}


.headeing-cont-new-enquiry {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: rgb(36, 36, 36);
    font-weight: 700;
    text-transform: capitalize;
}

.contact-inseide {
    position: relative;
    background: rgb(247, 249, 255);
    overflow: hidden;
    padding: 80px 0px;
}

.img-cont-bg-1,
.img-cont-bg-2 {
    position: absolute;
    width: 100%;
    left: 0;
}

.img-cont-bg-1 {
    bottom: 0;
}

.img-cont-bg-2 {
    top: 0;
}

.form-inside-wrapper {
    border-radius: 15px;
    box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
    background: #fff;
    padding: 40px 25px 40px;
}

.submit-btn-message input {
    padding: 10px 25px;
    background-color: #e9551f;
    border: none;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.form-inside-wrapper form .form-control {
    padding: 10px 15px;
}

.map-iframe iframe {
    width: 100%;
    border-radius: 10px;
}
/* ===================Contact Section Start================== */
.form-wrapper-individual .form-control {
    padding: 16px 20px;
    border: 1px solid #e9521f;
    border-radius: 8px;
    color: #0C263A;
}

.btn-green {
    background-color: #f1890c;
    color: #fff;
}

    .btn-green:hover {
        background-color: transparent;
        color: #f1890c;
        border: 1px solid #f1890c;
    }

.form-left-heading {
    font-size: 28px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    line-height: 1.2;
    color: #0C263A;
}

.social-link-cont {
    border: 1px solid #d5d5d5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 50%;
}

.contact-section {
    background-image: url(../img/banner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #cbbbbb;
}

.social-link-cont svg {
    fill: #1f233d;
    width: 16px;
    transition: all 0.5s;
}

.social-link-cont:hover {
    border-color: #e9521f;
}

.social-link-cont.active {
    border-color: #e9521f;
}

    .social-link-cont.active svg {
        fill: #e9521f;
    }

.social-link-cont:hover svg {
    fill: #e9521f;
}

.svg-box-fill {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffe7db;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .svg-box-fill svg {
        fill: rgb(233 82 31);
        width: 16px;
    }

.mob-cont,
.mob-cont a {
    font-weight: 600;
    font-size: 17px;
    color: #0C263A;
    text-decoration: none;
}

/* ===================Contact Section End================== */
/* ===================Terms Section Start================== */
.card-terms {
    padding: 20px 40px;
    border-radius: 10px;
    background-color: rgb(252, 244, 227);
    border: 1px solid #ccc;
}

.heading-1-content-terms {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.heading-2-term-contetn {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
