body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body * {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
}

:root {
    --black-color: #000000;
    --white-color: #fff;
    --red-color: #D7372B;
    --blue-color: #00346B;
    --gray-color: #EEECE9;
}

.sec-pad {
    padding: 60px 0;
}

.thank-sec .thank-main {
    background: var(--gray-color);
    border-radius: 50px;
}

.thank-sec h2 {
    font-size: 5rem;
    color: var(--blue-color);
}

.sec-pad-top {
    padding-top: 50px;
}

.main-left-sec {
    width: 40rem;
    float: right;
}

section.header ul.top-head-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-bottom: 0;
}

ul.top-head-links a {
    color: var(--black-color);
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.1875rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    transition: .3s;
}

ul.top-head-links a:hover {
    color: var(--red-color);
}

a.red-button {
    color: var(--white-color);
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2.1875rem;
    letter-spacing: 0.0225rem;
    text-transform: uppercase;
    border-radius: 50px;
    background: var(--red-color);
    display: inline-block;
    padding: 5px 25px;
    transition: 0.3s;
    border: 1px solid var(--red-color);
}

a.red-button:hover {
    background: transparent;
    color: var(--red-color);
}

.mob-menu {
    display: none;
}

.offcanvas {
    width: 75% !important;
}

.mob-menu-icon {
    background: none;
    border: none;
    font-size: 1.5rem;
}

.sec-hed {
    text-align: center
}

.sec-hed h2 {
    display: inline-block;
    position: relative;
    color: var(--blue-color);
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.75rem;
    text-transform: capitalize;
}

.sec-hed h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: var(--red-color);
    top: 105%;
    left: 0;
}

/* top-banner */

.top-banner {
    background-image: url(./assets/top-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 100px 100px;
    color: var(--white-color);
}

.top-banner h1 {
    font-size: 3.45rem;
    font-weight: 400;
    line-height: 4.375rem;
    text-transform: capitalize;
}

.top-banner h1 strong {
    font-weight: 700;
}

.top-banner p {
    font-size: 1.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.875rem;
    text-transform: capitalize;
}


.banner-right {
    position: relative;
}

.banner-right .voice {
    position: absolute;
    bottom: 20px;
    right: 77%;
    z-index: 10;
}

.banner-right .voice div p {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.125rem;
    text-transform: capitalize;
}

.banner-right .voice div p span {
    font-weight: 700;
}

.voice .voice-main {
    height: 243px;
    width: 281px;
    background: url(./assets/red-polygon.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
    height: 1;
}

.voice .voice-main .Polygon-border {
    position: absolute;
    top: -25px;
    left: 20px;
    z-index: -1;
}

/* Company */

.company {
    background-image: linear-gradient(var(--gray-color), var(--gray-color));
    background-size: 100% 80%;
    background-repeat: no-repeat;
    border-radius: 100px 100px 0 0;
}

.company .form-sec {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
}

.company .form-sec h3 {
    color: var(--blue-color);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin-top: 0px;
}

.company .form-group input {
    border: none;
    border-bottom: 1px solid var(--gray-color);
    border-radius: 0px;
    padding-left: 0px;
}

.company .form-group label {
    margin-bottom: 10px;
}

.company .form-group textarea {
    border: none;
    border-bottom: 1px solid var(--gray-color);
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: none;
}

.company h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
    margin-top: 40px;
}

form label {
    color: #5C5C5C;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75rem;
}

form .submit-form {
    color: var(--white-color);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    border-radius: 30px;
    background: var(--red-color);
    padding: 10px 35px;
    border: 1px solid var(--red-color);
    transition: 0.3s;
    text-transform: uppercase;
}

form .submit-form:hover {
    color: var(--red-color);
    background: transparent
}

.company p.mandatory {
    color: var(--black-color);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75rem;
    padding-left: 40px;
    margin-top: 15px;
}

.company .cta-text {
    justify-content: space-between;
}

.company .cta-text p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem;
}

.company .video {
    position: relative;
    cursor: pointer;
}

.company .video .play-button {
    position: absolute;
    width: 100%;
    top: 41%;
    text-align: center;
}


/* language-lab */

.classrooms {
    background-image: url(./assets/classrooms.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.classrooms.Hardware {
    background-image: url(./assets/Hardware.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.classrooms.Software {
    background-image: url(./assets/Software.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.language-lab {
    background: var(--blue-color);
    color: var(--white-color);
    border-radius: 0 0 0 100px;
    padding: 55px 0 100px 0;
    padding-left: 80px;
}

.language-lab.left {
    border-radius: 0 0 100px 0px;
}

.language-lab h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.125rem;
    text-transform: capitalize;
}

.lain-links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lain-links a {
    color: var(--black-color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125rem;
    text-transform: capitalize;
    border: 1px solid var(--gray-color);
    width: 310px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}

.lain-links a:hover {
    background: var(--blue-color);
    border-color: var(--blue-color);
    color: var(--white-color);
}

.blue-bg {
    background: var(--blue-color);
}

.blue-bg h2 {
    color: var(--white-color);
    font-weight: 600;
}

.blue-bg h2::before {

    display: none;
}



/* trusted */

.trusted h3 {
    color: var(--blue-color);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    text-transform: capitalize;
}

.trusted h3 span {
    font-weight: 700;
}

.our-data {
    aspect-ratio: 1/1;
    border-radius: 20px;
    background: var(--blue-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px;
}

.our-data img {
    width: 60%;
}

.our-data p {
    margin-bottom: 0;
}

.our-data.one {
    background: #218AB3;
}

.our-data h4 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
}

.map {
    position: relative;
}

.map .authenticated-icon {
    position: absolute;
    top: -80px;
    right: 0;
}


/* software-hardware */

.software-hardware {
    background: var(--gray-color);
    border-radius: 0px 0px 100px 100px;
}

.software-hardware .sec-hed {
    text-align: left;
}

.software-hardware .sec-hed h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem;
    text-transform: capitalize;
}

.software-hardware .sec-hed h2 span {
    font-weight: 400;
}

.software-hardware .benefits {
    background: var(--white-color);
    margin-top: 40px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 100%;
}

section.software-hardware .cta-text p {
    color: var(--blue-color);
}


.benefits ul {
    padding: 20px 38px 30px 38px;
}

.benefits ul li {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid var(--gray-color);
    padding: 18px 0 18px 55px;
}

.benefits ul li:last-child {
    border-bottom: none;
}

.benefits ul li::before {
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    background: url(./assets/blue-icom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 24px;
    left: 0;
}

.benefits .benefits-data.right li::before {
    background: url(./assets/red-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* multimedia */

.multimedia .sec-hed {
    text-align: left;
}

.multimedia {
    background: url(./assets/multimedia-bg.jpg);
    border-radius: 100px 100px 0 0;
    color: var(--white-color);
}

.multimedia h2 {
    color: var(--white-color);
}

.multimedia .why-unique {
    text-align: center;
}

.multimedia .why-unique p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
    text-transform: capitalize;
    margin: 0;
    margin-top: 15px;
}

/* why-choose */

.choose h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.125rem;
    text-transform: capitalize;
}

.choose h2::before {
    left: 46%;
}

.choose .why-choose {
    background: var(--gray-color);
    padding: 34px 16px;
    height: 100%;
}


.choose .why-choose p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.choose .why-choose p span {
    color: var(--red-color);
    font-weight: 700;
}


/* cta */

.cta {
    background: var(--blue-color);
    color: var(--white-color);
    padding: 33px 0;
}

.cta.red {
    background: var(--red-color);
}

.cta.red a.red-button {
    background: var(--white-color);
    color: var(--blue-color);
    border: none;
    transition: 0.3s;
}

a.red-button.short {
    min-width: 170px;
}

a.red-button.mid {
    min-width: 180px;
}

a.red-button.long {
    min-width: 275px;
}

a.red-button.mid {
    min-width: 180px;
}

.cta.red a.red-button:hover {
    background: var(--blue-color);
    color: var(--white-color);
}

.cta-text p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.software-hardware .sec-hed h2 {
    font-size: 2.2rem;
}

.software-hardware .sec-hed h2 br {
    display: block;
}

a.red-button.long {
    min-width: 230px;
}

.cta-text {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


/* clients */

.clients .client-say {
    background: var(--gray-color);
    padding: 44px 20px 20px 25px;
    position: relative;
    height: 100%;
}

.clients .client-say::before {
    position: absolute;
    content: "";
    background: #929497;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.clients .client-say .clients-top {
    margin-bottom: 40px;
}

.clients .client-say p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

.clients .client-say p.client-data {
    line-height: 1.5rem;
}

.clients .client-say p.client-data span {
    color: var(--red-color);
    font-weight: 700;
    line-height: 1.75rem;
}




/* footer */

.footer {
    color: var(--white-color);
}

.footer .footer-top {
    background: url(./assets/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.8125rem;
    text-transform: capitalize;
}

.footer h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer .footer-data {
    display: flex;
    gap: 10px;
}

.footer a {
    color: var(--white-color);
    transition: 0.3s;
}

.footer a:hover {
    color: var(--red-color);
}

.footer ul.footer-nav-links {
    display: flex;
    gap: 20px;
    padding-left: 0;
    font-size: 2rem;
}

.footer .footer-bottom {
    background: var(--red-color);
    padding: 35px 20px;
}

.footer p {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
    text-transform: capitalize;
}

.side-links {
    position: fixed;
    top: 60%;
    right: 30px;
}

.side-links ul li {
    margin-top: 15px;
    transition: 0.3s;
}

.side-links ul li:hover {
    transform: scale(1.2);
}

.side-links .top-scroll {
    height: 48px;
    width: 48px;
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 50px;
    font-size: 1.3rem;
    display: none;
}

.mobile-images {
    display: none;
    padding: 0;
}



@media (max-width: 1370px) {
    html {
        font-size: 14px;
    }

    .main-left-sec {
        width: 39rem;
    }

    .benefits ul li::before {
        top: 20px;
    }

    .voice .voice-main {
        width: 250px;
        height: 217px;
    }

    .banner-right .voice {
        right: 81%;
        background-origin: 33px;
    }

    .top-banner h1 {
        font-size: 3.2rem;
        line-height: 4.175rem;
    }

    .banner-right .voice div p {
        font-size: 1.55rem;
    }

    .top-banner p {
        font-size: 1.675rem;
        line-height: 2.775rem;
    }

    .language-lab {
        padding-left: 65px;
    }

    .trusted h3 {
        font-size: 1.7rem;
    }

    .map .authenticated-icon {
        top: -69px;
        width: 151px;
    }
}

@media (max-width: 1200px) {
    .main-left-sec {
        width: 460px;
    }
}

@media (max-width: 992px) {

    .mob-menu {
        display: block;
    }

    .dec-menu {
        display: none;
    }

    .main-left-sec {
        width: 100%;
    }

    .map .authenticated-icon {
        top: -15px;
        width: 100px;
    }

    .top-banner {
        border-radius: 0px 0px 50px 50px;
        padding: 40px 0;
        text-align: center;
    }

    .banner-right .voice .voice-main {
        left: 15px;
    }


    ul.top-head-links li a {
        font-size: 1.5rem;
        border: 1px solid var(--blue-color);
        padding: 5px 15px;
        margin-top: 10px;
        border-radius: 15px;
        color: var(--blue-color);
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .offcanvas-body a.red-button {
        width: 100%;
        border-radius: 15px;
    }

    .offcanvas .close-button {
        height: 40px;
        width: 40px;
        background: var(--red-color);
        color: var(--white-color);
        border-radius: 15px;
        border: none;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 13px;
    }

    .mobile-images {
        display: block;
    }

    .top-banner h1 {
        font-size: 2.3rem;
        line-height: 3.175rem;
    }

    .top-banner p {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    .banner-right .voice div p br {
        display: block;
    }

    .banner-right .voice .voice-main img {
        display: none;
    }

    .banner-right .voice .voice-main {
        height: 124px;
        width: 143px;
        bottom: -40px;
        left: 60px;
        right: auto;
    }

    .banner-right .voice div p {
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5rem;
        text-transform: capitalize;
    }

    .sec-pad-top {
        padding-top: 30px;
    }

    .software-hardware {
        border-radius: 0px 0px 20px 20px;
    }

    .multimedia {
        border-radius: 20px 20px 0 0;
    }

    .company {
        border-radius: 20px 20px 0 0;
    }

    .top-banner {
        border-radius: 0px 0px 20px 20px;
        padding: 40px 0;
        text-align: center;
    }

    .company .video .play-button img {
        width: 50px;
    }

    .company .video .play-button {
        top: 35%;
    }

    .main-left-sec {
        width: 100%;
    }

    .language-lab {
        padding: 35px 15px;
        border-radius: 0 0 0 20px;
    }

    .company .form-sec {
        padding: 30px;
    }

    .lain-links,
    .cta-text {
        flex-direction: column;
        text-align: center;
    }

    .choose h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .choose h2::before {
        left: 36%;
    }

    .language-lab.left {
        border-radius: 0 0 30px 0px;
        padding: 35px 15px !important;
    }

    .language-lab p br {
        display: none;
    }

    .sec-pad {
        padding: 40px 0;
    }

    .language-lab h3 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .company {
        background-size: 100% 85%;
    }

    section.header ul.top-head-links {
        display: none;
    }


    a.red-button {
        font-size: 1rem;
    }

    .footer h3 {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }

    .footer .footer-bottom {
        padding: 25px 15px;
    }

    .sec-hed h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: left
    }

    .sec-hed h2 br {
        display: none;
    }

    .sec-hed h2::before {
        left: 0%;
    }

    .benefits ul {
        padding: 20px;
    }

    .blue-bg h2 {
        text-align: center
    }

    .lain-links {
        gap: 16px;
    }

    .blue-bg h2 br {
        display: none;
    }

    .map .authenticated-icon {
        top: -30px;
        width: 80px;
    }

    .choose h2 br {
        display: none;
    }

    .clients .client-say::before {
        top: 5px;
        left: 5px;
    }

    .footer .footer-top {
        padding: 30px 15px;
    }

    .unique-sec {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-left: 20px;
    }

    .unique-sec img {
        width: 70px;
    }

    .unique-sec p {
        text-align: left;
        margin-top: 0;
    }

    ul.top-head-links {
        padding-left: 0;
    }

    .thank-sec .thank-main {
        background: var(--gray-color);
        border-radius: 30px;
    }

    .thank-sec h2 {
        font-size: 3.5rem;
    }


    section.header {
        position: sticky;
        top: 0;
        background: var(--white-color);
        z-index: 1000;
    }

}