body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header css */

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.company_logo img {
    height: 115px;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 12px;
}

.contact-info p {
    margin: 0;
    width: fit-content;
}

.divider {
    border-right: 1px solid #A9A9A9;
    height: 30px;
}

.ci-title {
    color: #313131;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ci-phonenumber {
    color: #404040;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 177.2px;
}

nav {
    background: #3C396D;
}

ul.menulist {
    gap: 2px;
}

ul.menulist,
ul.footer_menulist {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.menulist li a {
    color: #fff;
    padding: 16px 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ul.menulist li a:hover,
.active {
    background: #AB2236;
    color: #fff;
}

/* mobile menu */
.mobilemenu {
    display: none;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    width: fit-content;
    cursor: pointer;
}

.hamburger-menu div {
    position: relative;
    width: 25px;
    height: 2px;
    background: #313131;
    border-radius: 2px;
    transition: all ease-in-out 0.3s;
}

.rotate-first-initial {
    transform-origin: bottom left;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.rotate-first-animate {
    transform-origin: center;
    transform: rotate(45deg);
    top: 6px;
}

.rotate-second-initial {
    transform-origin: center;
    top: 0px;
    transform: rotate(0deg);
}

.rotate-second-animate {
    transform-origin: center;
    transform: rotate(-45deg);
    top: -6px;
}

.mm-list {
    position: absolute;
    top: 85px;
    right: 0;
    display: none;
    transform: translateX(100%);
    height: calc(100vh - 85px);
    max-width: 375px;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0px 0px 30px;
    transition: all ease-in-out 0.3s;
    box-shadow: -40px 0px 51px -26px rgba(0, 0, 0, 0.25);
    border-top: 1px solid #c4c4c4;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li a {
    padding: 20px;
    color: #313131;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1px;
}

.mobile-menu .active,
.mobile-menu li a:hover {
    background: #AB2236;
    color: #fff;
}



/* banner */
.swiper-wrapper,
.swiper-slide {
    height: fit-content !important;
}



.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background-color: #fff !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    background-color: #AB2236 !important;
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 40px !important;
    font-weight: 800;
}

.swiper-slide {
    position: relative;
    transition: all ease-in-out .3s;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ss-content {
    padding: 16px 24px;
    background-color: #0000005d;
    border-radius: 4px;
}

.slide-content .container {
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 700px;
    aspect-ratio: 2.19/1;
    object-fit: cover;
}

.sc-infos {
    height: 100%;
    max-width: 560px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    transition: all ease-in-out 0.3s;
}

.slide-info,
.sk_content p {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.slide-info {
    color: #fff;
    margin-bottom: 12px;
}

.slide-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}

.opt-primary {
    width: 160px;
    height: 45px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #AB2236;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    transition: all ease-in-out .3s;
}

.opt-primary svg {
    transition: all ease-in-out 0.3s;
}

.opt-primary:hover svg {
    transform: translateX(8px);
}

.s_gap {
    padding: 80px 0 0;
}

.section-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

/* about us */
.about-us img {
    width: 100%;
    height: auto;
}

.about-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.about-text p:not(:last-child) {
    margin-bottom: 15px;
}

/* features */
.company-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 60px 0 0;
}

.features {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 20px 8px 8px;
    border-radius: 85px;
    border: 1px solid #3C396D;
    background: #FFF;
    width: 100%;
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.25));
    width: (100% / 3);
}

.feature_icon {
    border: 1px solid #3C396D;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.feature_icon img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.feature_title {
    color: #3C396D;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.programs .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.courselist ul,
.courselist ol {
    padding: 0;
}

.courselist ul li,
.courselist ol li {
    color: #313131;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    padding-bottom: 25px;
    padding-left: 30px;
    position: relative;
}

.courselist ul li:before,
.courselist ol li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url('/assets/images/mdi_check-bold.png');
}

.programs .opt-primary {
    margin-top: 20px;
}

.map-image {
    display: flex;
    align-items: center;
    height: 100%;
}

.map-image img {
    width: 100%;
    height: auto;
}

.skill_test {
    position: relative;
    margin-top: 80px;
}

.skill_test img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.3/1;
    object-fit: cover;
    min-height: 450px;
}

.sk_position {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sk_content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
}

.sk_title {
    color: #313131;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

.sk_content p {
    color: #616161;
    text-align: center;
}

/* footer */
footer {
    background: #3C396D;
    padding: 80px;
}

.footer_contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto 60px;
    gap: 20px;
}

.company_contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.company_contact p {
    margin-bottom: 0;
    color: #EAEAEA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cc_icon {
    width: 35px;
    height: 35px;
    background: #EAEAEA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.social_links a {
    transition: all ease-in-out 0.3s;
}

.social_links a:hover {
    transform: scale(1.4);
}

.footer_menu {
    margin: 50px 0;
}

.footer_menulist li a {
    color: #fff;
    padding: 0 30px;
}

.footer_menulist li:not(:last-child) a {
    border-right: 1px solid #EAEAEA;
}

.footer_menulist li a:hover {
    text-decoration: underline;
    color: #fff;
}

.copyright_section p {
    margin-bottom: 0;
    text-align: center;
    color: #EAEAEA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* innerpage */

.page_title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5rem;
}

.contact-form {}

.contact_img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all ease-in-out 0.3s;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    font-size: 16px;
    position: relative;
}

.form-group label {
    color: #616161;
}

.inputfield label {
    position: absolute;
    left: 0px;
    bottom: 9px;
    transition: all ease-in-out 0.3s;
    pointer-events: none;
}

.inputfield input {
    height: 44px;
    width: 100%;
    padding: 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    transition: all ease-in-out 0.3s;
}

.inputfield input:focus~label,
.inputfield input.filled~label {
    bottom: 40px;
    font-size: 14px;
}

.inputfield input:focus~label {
    font-weight: 600;
}

.form-group textarea {
    border: 1px solid #c4c4c4;
    outline: none;
    padding: 8px 12px;
    margin-top: 4px;
}

.form-group textarea:focus {
    outline: none;
}

.form-group button {
    margin-left: auto;
    border: none;
    outline: none;
    transition: all ease-in-out 0.3s;
}

.lng_translate.contact-info {
    margin-bottom: 0;
}

.lgn-btn {
    margin-left: auto;
    text-align: center;
}

#google_translate_element {
    max-width: 177.2px;
}

.lgn-btn .goog-te-gadget a:hover {
    background: none !important;
    color: inherit;
}

.goog-te-gadget .goog-te-combo {
    border: 1px solid #919191;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin: 0 !important;
    background: #fff;
}

.goog-te-gadget> *:not(div)  {
    display: none;
}

@media (max-width:1200px) {
    .slide-title {
        font-size: 24px;
        line-height: 32px;
    }

    .slide-info,
    .sk_content p {
        font-size: 16px;
        line-height: 24px;
    }

    .company-features {
        gap: 20px;
    }

    .feature_title {
        font-size: 18px;
    }

    .feature_icon {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width:992px) {
    .sc-infos {
        max-width: 400px;
        gap: 15px;
    }

    .company-features {
        flex-wrap: wrap;
    }

    .features {
        width: calc(50% - 20px);
    }

    .footer_contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:768px) {

    .container,
    .container-sm {
        max-width: 700px;
    }

    header {
        background-color: #fff;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
        transition: all ease-in-out 0.3s;
        position: sticky;
        top: 0;
        z-index: 99999999;
    }

    nav {
        display: none;
    }

    .company_logo img {
        height: 65px;
    }

    .contact_language .contact-info:first-child {
        display: none;
    }

    .mm-list .contact-info {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 20px 0;
        border-top: 1px solid #d2d2d2;
        padding-top: 20px;
    }

    .ci-phonenumber {
        width: 100%;
    }

    .ci-phonenumber {
        font-size: 18px;
    }

    .mobilemenu {
        display: flex;
        align-items: center;
    }

    .sc-infos {
        max-width: 70%;
        width: 100%;
        align-items: center;
        gap: 10px;
        text-align: center;
        margin: 0 auto;
    }

    .features {
        width: 100%;
        max-width: 400px;
    }

    .map-image {
        margin-top: 20px;
    }

    .sk_content {
        padding: 15px;
        gap: 20px;
    }

    footer {
        padding: 80px 15px;
    }

    .footer_menu {
        display: none;
    }

    .contact-form {
        padding: 0 15px;
    }

    .social_links,
    .footer_contact-info {
        margin-bottom: 30px;
    }

    .page_title {
        margin-bottom: 3rem;
    }

    .contact_img {
        height: 250px;
    }

    .form-group button {
        margin: 0 auto;
    }

    .ss-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact_language {
        margin-left: auto;
        margin-right: 16px;
    }
}

@media (max-width:480px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .sc-infos {
        max-width: 90%;
    }

    #google_translate_element {
        max-width: 138px;
    }

    .lng_translate.contact-info .ci-title {
        display: none;
    }
}