@charset "UTF-8";

/** GLOBAL CSS **/
body section .card-flex {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
/** HOME FEATURED SECTION **/
#hp-home-featured {
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#hp-home-featured .hp-plane-icon {
    position: relative;
}
#hp-home-featured .hp-home-featured-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hp-home-featured .hp-home-featured-wrap .bgimg img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 775px;
    min-width: 615px;
}
#hp-home-featured .hp-plane-icon img {
    position: absolute;
    top: -130px;
    left: 15%;
}
#hp-home-featured .hp-ticket-icon, #hp-home-featured .hp-ticket-icon img {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
}
#hp-home-featured h5.text-dark {
    font-style: italic;
}
#hp-search-field {
    position: relative;
    z-index: 9;
}
#hp-home-featured .hp-home-featured-wrap .min-vh-75 {
    height: calc(100vh - 103px);
}
#hp-home-featured .hp-content-wrapper .text-center.my-auto {
    position: relative;
    z-index: 9;
}
#hp-home-featured .hp-plane-icon2,
#hp-home-featured .hp-plane-icon2 img{
    position: absolute;
    top: auto;
    left: 0;
    bottom: 20%;
    width: 114px;
    height: 61px;
}
#hp-search-field .search-btn-wrap a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
/** END HOME FEATURED **/

/** SEARCH SECTION **/
#hp-search-field .search-btn-wrap {
    display: flex;
}
#hp-search-field .search-icon-wrap {
    min-height: 40px;
    max-height: 40px;
}
/** END SEARCH SECTION **/

/** POPULAR DESTINATIONS **/
#hp-popular-destinations .card-plain .blur-shadow-image, #hp-popular-destinations .card-plain .blur-shadow-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 232px;
    object-position: center;
    border-radius: 10px 10px 0 0;
}
#hp-popular-destinations .card-flex .card-wrap {
    width: calc(25% - 30px);
    margin-left: 30px;
}
#hp-popular-destinations .card-body {
    border: 1px solid #adadad;
    border-radius: 0 0 10px 10px;
    padding: 1.5rem 0.5rem;
}
#hp-popular-destinations .card-body h5 {
    padding: 0 20px;
    min-height: 55px;
}
/** END POPULAR DESTINATIONS **/
/** OUR SERVICES **/
#hp-our-services {
    padding-bottom: 2em !important;
}
#hp-our-services .card-flex .card-wrap {
    width: calc(33.33% - 30px);
}
#hp-our-services .card-flex .card-wrap .card-img-wrap img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 16/9;
    object-fit: cover;
}
#hp-our-services .card-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F6F4;
    border-radius: 20px;
    padding: 80px 120px 0;
}
#hp-our-services .card-flex .card-wrap .btn {
    margin-top: 1.5em;
}
#hp-our-services .card-flex .card-wrap .card-body {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 260px;
}
#hp-our-services .card-flex .card-wrap .card {
    position: relative;
}
/* LANGUAGE */
#hp-languages {
    padding: 80px;
    background: #F1F6F4;
}
#hp-languages .language-left-wrap {
    background-image: url("../img/languages/LanguageSection_image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 650px;
    width: 100%;
    border-radius: 100px;
    border: 10px solid #fff;
    position: relative;
    z-index: 9;
}
#hp-languages .language-left-wrap h2.ts-heading {
    padding: 10px 0 10px 70px;
    background-color: #0000007d;
    width: 100%;
    border-radius: 100px 100px 0 0;
}
#hp-languages .language-right-wrap {
    background: #6DAD32;
    width: calc(100% + 100px);
    height: 90%;
    padding: 50px 40px 50px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: -100px;
    border-radius: 10px;
}
#hp-languages .row .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#hp-languages .language-left-wrap:before {
    content: "";
    position: absolute;
    bottom: 2em;
    right: -6em;
    width: 207px;
    height: 207px;
    background-image: url("../img/languages/language-circle.png");
    z-index: 99;
}
#hp-languages .language-left-wrap h2 {
    color: #fff;
    padding: 20px 0 10px 70px;
    background-color: #0000007d;
    width: 100%;
    border-radius: 100px 100px 0 0;
}
#hp-languages .bg-white {
    color: #000;
    width: max-content !important;
}
#hp-languages .btn-wrap a {
    float: right;
}
#hp-languages .language-right-wrap h3 {
    letter-spacing: 1.5px;
    line-height: 100%;
}
#hp-languages .language-right-wrap p {
    letter-spacing: 1px;
    font-weight: 300;
}

/** LANGUAGE COURSES **/
#hp-languages-courses {
    padding: 80px 0;
    background: #F1F6F4;
}
#hp-languages-courses h3.text-dark {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1em;
}
#hp-languages-courses .card-flex {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#hp-languages-courses .card-flex .card-wrap {
    width: calc(20% - 30px);
    margin-left: 30px;
    border-radius: 10px;
}
#hp-languages-courses .card-flex .card-wrap .img-wrap, #hp-languages-courses .card-flex .card-wrap .img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
#hp-languages-courses .card-flex .card-wrap .ts-title {
    margin: 10px 0;
}
#hp-languages-courses .course-content-wrap {
    border: 1px solid #afafaf;
    border-radius: 0 0 10px 10px;
    min-height: 400px;
    max-height: 400px;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#hp-visas .btn-wrap button.btn.bg-white {
    max-width: max-content;
}
#hp-languages-courses .card-flex .card-wrap .ts-title h4,
#hp-languages-courses .card-flex .card-wrap .ts-text-sm {
    text-align: center;
}
#hp-languages-courses .card-flex .card-wrap .img-wrap img {
    border-radius: 10px 10px 0 0;
}

/** VISAS **/
#hp-visas {
    padding: 120px 0;
}
#hp-visas .container {
    max-width: 1400px;
    width: 90%;
}
#hp-visas .row {
    background: #00867E;
    border-radius: 10px;
    padding: 61px 61px 90px 61px;
    position: relative;
    width: 80%;
}
#hp-visas h3.text-dark {
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}
#hp-visas .visas-left-wrap p {
    max-width: 400px;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
#hp-visas .btn-wrap {
    margin-top: 5em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#hp-visas .visas-left-wrap {
    max-width: 400px;
}
#hp-visas .btn-wrap .ts-primary-button.ts-light-button {
    float: right;
}
#hp-visas .visas-right-wrap {
    position: relative;
}
#hp-visas .visas-right-wrap .img-visa-luggage img {
    position: absolute;
    top: auto;
    right: 40px;
    transform: translate(0, 85%);
    max-width: 308px;
}
#hp-visas .row:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 157px;
    height: 88px;
    background: url("../img/visas/visa-plane.png");
    background-position: center;
}
#hp-visas .btn-wrap button.btn.bg-white {
    max-width: max-content;
}
#hp-visas .wrap-flex {
    align-content: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#hp-visas .img-visa-bkgd img {
    margin-left: -10%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 402px;
    z-index: 9;
}

/** VISA ASSISTANCE **/
#visa-assistance {
    padding: 80px 0;
    background: #ECFEF7;
}
#visa-assistance .card-body.text-center p {
    text-wrap: initial;
}
#visa-assistance .visa-assistance-glider .card {
    background: transparent;
}
#visa-assistance .visa-assistance-glider .card-body {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ADADAD;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#visa-assistance .visa-assistance-glider .card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    min-height: 220px;
    max-height: 220px;
}
#visa-assistance .visa-wrap-text h5 {
    max-width: 75%;
}
/** END VISA ASSISTANCE **/


#hp-travel-tours .card-plain a img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
/** END TRAVEL AND TOURS **/

/** TOP RECOMMENDATIONS **/
.hp-top-recommendations .col-md-4 {
    position: relative;
    padding-bottom: 6em;
}
.hp-top-recommendations .col-md-4 .btn-wrap {
    position: absolute;
    bottom: 0;
    right: 70px;
}
.hp-top-recommendations .col-md-4:not(:last-child) {
    padding-right: 80px;
}
.hp-top-recommendations .col-md-4:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 1px;
    height: 60%;
    background: #fff;
}
/** END TOP RECOMMENDATIONS **/



/** MEDIA RESPONSIVENESS **/
@media (max-width: 1440px) {
    #hp-our-services .card-container {
        padding: 80px 40px;
    }
    #hp-visas .row:before {
        left: 65%;
    }
    #hp-languages-courses .card-flex .card-wrap {
        width: calc(33.33% - 30px) !important;
        margin-bottom: 30px;
    }
    #visa-assistance .visa-assistance-glider .card-body {
        min-height: 290px;
    }
    #hp-languages-courses .course-content-wrap {
        min-height: 320px !important;
    }
    #hp-popular-destinations .card-body h5 {
        padding: 0;
    }
}
@media (max-width: 1366px) {

}
@media (min-width: 1200px) and (max-width: 1367px) {
    #hp-home-featured .hp-home-featured-wrap .bgimg img {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .logo-wrap img {
        max-width: 160px;
    }
    #hp-popular-destinations .card-flex {
        max-width: 900px;
        margin: 0 auto;
    }
    #hp-popular-destinations .card-flex .card-wrap {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
    #hp-popular-destinations .card-body h5 {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #hp-home-featured .hp-home-featured-wrap {
        flex-direction: column;
    }
    #hp-home-featured .hp-home-featured-wrap .min-vh-75 {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    #hp-popular-destinations .row .card-wrap {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
    #hp-languages .col-lg-7 .language-left-wrap:before {
        right: auto;
        left: 50%;
        bottom: -50%;
        transform: translate(-50%, -82%);
    }
    #hp-languages .col-lg-7 {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    #hp-languages .language-right-wrap h3, #hp-languages .language-right-wrap p {
        text-align: center;
    }
    #hp-languages .language-right-wrap {
        width: 100%;
        margin-left: 0;
        padding: 100px 80px 80px;
    }
    #hp-languages .col-lg-5 {
        width: 100%;
    }
    #hp-languages .btn-wrap button {
        float: none;
    }
    #hp-languages .btn-wrap {
        margin: 0 auto;
    }
    #hp-our-services .card-container {
        padding: 40px 80px;
    }
    #hp-our-services .card-flex .card-wrap {
        width: calc(50% - 30px);
        margin-bottom: 30px !important;
    }
}
@media (max-width: 992px) {
    #hp-home-featured .hp-home-featured-wrap .min-vh-75 {
        display: none;
    }
    #hp-languages-courses .card-flex .card-wrap {
        width: calc(50% - 30px);
    }
    .img-visa-bkgd, .img-visa-luggage {
        display: none;
    }
    #hp-visas .row {
        width: 100%;
    }
    #hp-visas .visas-left-wrap {
        max-width: 100%;
    }
    #hp-visas .visas-left-wrap p {
        max-width: 100%;
        text-align: center;
    }
    #hp-visas .visas-left-wrap h3 {
        text-align: center;
    }
    #hp-visas .btn-wrap {
        justify-content: center;
    }
    #hp-languages-courses .course-content-wrap {
        min-height: 390px !important;
    }
    .hp-top-recommendations .row.justify-content-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hp-top-recommendations .col-md-4:not(:last-child):before {
        background: transparent;
    }
    .hp-top-recommendations .col-md-4 {
        width: 100%;
        text-align: center;
    }
    .hp-top-recommendations .col-md-4 .btn-wrap {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .hp-top-recommendations h2 {
        text-align: center;
    }
    .footer-top .card-body .row .col-md-6 {
        width: 100%;
    }
    .footer-top .card-body h2 {
        text-align: center;
        position: relative;
    }
    .footer-top .subscibe-wrap .subscribe-wrap-btn {
        right: 155px;
    }
    .footer .row > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 !important;
    }
    .footer .row .footer-quick-links ul {
        width: 100%;
        text-align: center;
    }
    .footer .row > div > ul li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .hp-top-recommendations .col-md-4:not(:last-child) {
        padding-right: 0;
    }
    .footer .nav-item h5, .footer .row > div p {
        text-align: center;
    }
    .social-icon-wrap .col-lg-6.text-start {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    body .container  {
        max-width: 1400px !important;
        width: 90% !important;
    }
    #hp-languages .language-right-wrap {
        height: 100%;
        margin-top: 20px;
    }
    #hp-languages-courses .card-flex .card-wrap {
        width: calc(50% - 30px) !important;
    }
    #hp-our-services .card-flex .card-wrap {
        width: calc(100% - 30px);
    }
    .footer-top .subscibe-wrap .subscribe-wrap-btn {
        right: 110px;
    }
    .footer .row > div a{
        margin-right: 0 !important;
    }
}
@media (max-width: 640px) {
    #hp-popular-destinations .row .card-wrap,
    #hp-languages-courses .card-flex .card-wrap  {
        width: calc(100% - 30px);
    }
    span.input-group-text {
        height: 63px;
    }
}
@media (max-width: 480px) {
    #hp-our-services .card-flex .card-wrap,
    #hp-popular-destinations .row .card-wrap {
        width: calc(100% - 30px) !important;
    }
    #hp-our-services .card-flex .card-wrap .card-body p {
        display: none;
    }
    .ts-each-link.hidden {
        display: block !important;
    }
    #hp-languages {
        padding: 20px 0 40px;
        height: auto;
    }
    #hp-languages .language-left-wrap h2 {
        padding: 45px 0 10px 85px;
    }
    #hp-languages .language-right-wrap {
        padding: 100px 20px 20px;
    }
    #hp-our-services .card-flex .card-wrap .card-body p {
        display: none;
    }
    #hp-our-services .card-flex .card-wrap .btn {
        display: none;
    }
    #hp-our-services .card-flex .card-wrap .card-body {
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 60px;
    }
    #hp-our-services .card-container {
        padding: 20px;
    }
    #hp-our-services .card-container .row.card-flex {
        margin: 0;
    }
    #hp-languages-courses .card-flex .card-wrap {
        width: calc(100% - 30px) !important;
    }
    #hp-visas .row {
        padding: 40px 20px;
    }
    #visa-assistance h5 {
        text-align: center;
        max-width: 100% !important;
    }
    #visa-assistance h2 {
        text-align: center;
    }
    .footer-top .subscibe-wrap .subscribe-wrap-btn {
        right: auto;
        top: auto;
        bottom: -50px;
        left: 58%;
        transform: translateX(-50%);
    }
    .subscribe-footer-wrap:before {
        left: 0;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    #hp-home-featured .hp-home-featured-wrap .bgimg img {
        max-width: 580px;
        min-width: 580px;
    }
}
@media (min-width: 1400px) {
    #hp-home-featured .hp-home-featured-wrap .bgimg img {
        width: 100%;
    }
}