﻿:root {
    --text-color2: #5a5570; /* new text color*/
    --text-color3: #fa8714; /* new text color*/
    --text-font2: 'bloolux', sans-serif;
    --text-font3: 'AcuminVariableConcept', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'bloolux';
    src: url('/assets/fonts/bloolux-webfont.woff') format('woff2'), url('/assets/fonts/bloolux-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('/assets/fonts/AcuminVariableConcept.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

h1,
h2 {
    font-family: var(--text-font2);
    font-weight: 400;
    letter-spacing: 5px;
}

.services-section-two {
    padding: 200px 0px;
}

.about-section {
    padding: 200px 0px 70px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.banner-section-two .content-box .title {
    font-weight: 400;
}

.sec-title h2 {
    color: var(--text-color2);
    font-family: var(--text-font2);
    letter-spacing: 3px;
}

.sec-title.about-title h2 {
    color: var(--theme-color1);
}

.contact-info {
    justify-content: center;
}

.main-footer .footer-upper .contact-info li:last-child {
    padding-left: 15px;
}

.btn-style-one {
    color: var(--theme-color1);
    font-size: 19px;
    transition: all 0.5s ease-in-out;
}

    .btn-style-one:hover {
        box-shadow: 0 4px 10px lightblue;
    }

    .btn-style-one:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: black;
        transition: all 0.5s ease-in-out;
        z-index: -1;
        display: block;
        clip-path: none;
    }

    .btn-style-one:hover::before {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        clip-path: none;
    }

.btn-style-two {
    color: var(--theme-color2);
    font-size: 19px;
    background: transparent;
    border: 1px solid var(--theme-color2);
    transition: all 0.5s ease-in-out;
}

    .btn-style-two:hover {
        box-shadow: 0 4px 10px lightblue;
        color: var(--theme-color2);
    }

    .btn-style-two::before,
    .btn-style-three::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        z-index: -1;
        display: block;
        clip-path: none;
    }

    .btn-style-two:hover::before,
    .btn-style-three:hover::before {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        clip-path: none;
    }

.btn-style-three:hover {
    color: var(--theme-color3);
    box-shadow: 0 4px 10px lightblue;
}

.btn-style-three {
    color: var(--theme-color3);
    font-size: 19px;
    background: transparent;
    border: 1px solid var(--theme-color3);
}

.countries-section {
    padding: 0;
}

.btn-call {
    padding: 10px 60px;
}

.page-breadcrumb li a {
    color: var(--text-color3);
}
/*

.social-icon-two li:nth-child(1) a {
    background-color: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.social-icon-two li:nth-child(2) a {
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90% );
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.social-icon-two li:nth-child(3) a {
    background-color: #0a66c2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.social-icon-two li:nth-child(4) a {
    background: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}*/

.social-icon-two li {
    padding: 8px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

    .social-icon-two li a img {
        width: 100%;
        border-radius: 50%;
    }

    .social-icon-two li a, .social-icon-two li a:hover {
        background-color: transparent !important;
    }
/*

    .social-icon-two li:hover {
        box-shadow: 0 4px 10px lightblue;
        background-color: #fff;
    }
    .social-icon-two li::after {
        content: '';
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        z-index: -1;
        display: block;
        border-radius: 8px;
    }

    .social-icon-two li:hover::after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
*/
.main-footer .btn-style-two.theme-btn:hover::before {
    background-color: #fff;
}

.services-section-two .sec-title h2:before {
    background: linear-gradient(to left, var(--bg-theme-color2), transparent);
}

.mission-section {
    margin-bottom: 112px;
}

    .mission-section .float-image-container {
        height: 368px;
    }

    .mission-section .float-image {
        position: absolute;
    }

    .mission-section .image-1 {
        /*background-image: url(../assets/images/resource/float-image-1.jpeg);*/
        width: 308px;
        height: 205px;
        left: 100px;
        z-index: 100;
        border-radius: 20px;
    }

    .mission-section .image-2 {
        /*background-image: url(../assets/images/resource/float-image-2.jpeg);*/
        width: 258px;
        height: 172px;
        z-index: 90;
        top: 90px;
        right: 65px;
        border-radius: 20px;
    }

    .mission-section .image-3 {
        /*background-image: url(../assets/images/resource/float-image-3.jpeg);*/
        width: 195px;
        height: 130px;
        z-index: 70;
        bottom: 10px;
        left: 145px;
        border-radius: 20px;
    }

    .mission-section .sec-title {
        margin-bottom: 0;
    }

        .mission-section .sec-title .text {
            margin-top: 0;
        }

    .mission-section .mission-text {
        padding: 17px 21px;
        border: 1px solid #e1e8e4;
        border-radius: 10px;
    }

    .mission-section .explore-button {
        box-shadow: none;
    }

        .mission-section .explore-button:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

.service-block-two .image-box .icon {
    background-color: var(--bg-theme-color3);
}

.service-block-two .inner-box:hover .image-box .icon {
    background-color: var(--bg-theme-color2);
}

.service-block-two .lower-content:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-image: url(./../assets/images/icons/shape-1.png);
    transition: all 300ms ease;
    content: '';
}

.z-0 {
    z-index: 0;
}

.-z-1 {
    z-index: -1;
}

.service-block-two .lower-content {
    padding: 16px 25px 15px;
}

* slider */ .slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
}

.swiper-navBtn {
    color: white;
    transition: color 0.3s ease;
    border: 2px solid white;
    border-radius: 50%;
    padding: 30px;
}

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 35px;
    }

.swiper-button-next {
    left: 20px;
}

.swiper-button-prev {
    right: 20px;
}

.swiper-pagination-bullet {
    background-color: #6e93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}

.swiper-button-disabled {
    display: none;
}

/* card */
.card-container {
    height: 300px;
    width: 201px !important;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.country-card {
    width: 100%;
    height: 242px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    /* background-image: url("https://images.goabroad.com/image/upload/images2/program_content/generic-teaching-english-in-argentina-1-1569363553.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.card-container:hover .country-card {
    transform: scale(1.1);
}

.card-container:hover .dev-label {
    transform: scale(1);
}

.card-container:hover .country-card {
    height: 300px;
}

.flag {
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
}

.dev-label {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    background-color: hsla(0, 1%, 93%, 0.8);
    color: #000;
    padding: 5px 10px;
    position: absolute;
    right: 22%;
    width: 242px;
    height: 84px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-in-label {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    top: -20px;
}

.card-container:hover .dev-label {
    width: 100%;
    right: 0;
    transform: rotate(0);
    transition: all 1s;
    padding: 0;
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    bottom: 0;
}

.card-container .dev-label span {
    transform: rotate(-45deg);
    padding-left: 33px;
    padding-top: 10px;
    font-size: large;
}

.card-container:hover .dev-label span {
    transition: all 1s;
    transform: rotate(0);
    padding: 0;
}

.first-item {
    width: 394px !important;
}

    .first-item p {
        color: #fff;
        font-size: 25px;
        font-family: var(--text-font3);
    }

.breadcrumb p {
    color: var(--theme-color2);
}

.header-style-three:before {
    background: none;
}

/*.header-style-three .main-menu .navigation.nav-black > li > a {
    color: white;
}*/

.services-details__content .feature-list .single-item .title {
    text-transform: lowercase;
}

    .services-details__content .feature-list .single-item .title::first-letter {
        text-transform: uppercase;
    }

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .first-item {
        width: 200px !important;
    }
}

#div_iframe {
    border-style: inset;
    border-color: grey;
    overflow: scroll;
    height: 500px;
    width: 90%;
}

#frame {
    width: 100%;
    height: 1000%; /* 10x the div height to embrace the whole page */
}


.why-choose-us.training-section-three {
    padding-top: 48px;
    padding-bottom: 65px;
}

    .why-choose-us.training-section-three .sec-title {
        margin-bottom: 0px;
    }

.why-choose-us .btn-discover {
    border-radius: 40px;
    background: var(--accent-primary-800, #14090d);
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0.8px;
    border: none;
}

    .why-choose-us .btn-discover:hover {
        color: black;
    }

.why-choose-us .bottom-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: var(--G1, linear-gradient(-138deg, #74515d 0%, #5a5570 96.93%));
    font-size: 16px;
    font-weight: 700;
}

.about-section-three .abs-image img {
    height: 202px;
    width: 295px;
    object-fit: cover;
}

.about-section-three .image-1 img {
    height: 500px;
    width: 400px;
    object-fit: cover;
}

.about-section-three .image-2 img {
    height: 300px;
    width: 284px;
    object-fit: cover;
}

/* Start: Home page - training-section-three*/

.training-section-three {
    padding-top: 0px;
}

.training-block-two .image-box .image {
    height: 100%;
}

    .training-block-two .image-box .image img {
        height: 100%;
        object-fit: cover;
    }

@media screen and (min-width: 320px) {
    .training-block-two .image-box {
        height: 370px;
    }
}

@media screen and (min-width: 480px) {
    .training-block-two .image-box {
        height: 570px;
    }
}

@media screen and (min-width: 600px) {
    .training-block-two .image-box {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .training-block-two .image-box {
        height: 460px;
    }
}

@media screen and (min-width: 992px) {
    .training-block-two .image-box {
        height: 610px;
    }
}

@media screen and (min-width: 1024px) {
    .training-block-two .image-box {
        height: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .training-block-two .image-box {
        height: 425px;
    }
}

/* End: Home page - training-section-three*/


/* Start: Our Programs page*/

.service-block-two .image-box .image {
    height: 100%;
}

    .service-block-two .image-box .image img {
        height: 100%;
        object-fit: cover;
    }

@media screen and (min-width: 320px) {
    .service-block-two .image-box {
        height: 270px;
    }
}

@media screen and (min-width: 480px) {
    .service-block-two .image-box {
        height: 295px;
    }
}

@media screen and (min-width: 600px) {
    .service-block-two .image-box {
        height: 376px;
    }
}

@media screen and (min-width: 768px) {
    .service-block-two .image-box {
        height: 237px;
    }
}

@media screen and (min-width: 992px) {
    .service-block-two .image-box {
        height: 150px;
    }
}

@media screen and (min-width: 1024px) {
    .service-block-two .image-box {
        height: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .service-block-two .image-box {
        height: 180px;
    }
}

/* End: Our Programs page*/
