.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width:768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block
    }

    .text-lg-right {
        text-align: right
    }
}

@media (min-width:1200px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}
p {
    font-size: 18px;
    margin-top: 0;
}
.pt_50 {
    padding-top: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_20 {
    padding-bottom: 20px;
}
.py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.bg_white {
    background: #fff;
}
.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
}
.banner_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000db;
    z-index: 999;
    display: none;
}
.banner_video.active {
    display: block;
}
.btn_close {
    position: fixed;
    top: 20px;
    right: 20px;
    background: transparent;
    padding: 0;
    z-index: 99999;
    display:none;
}
.btn_close:hover, .btn_close:focus {
    background: transparent;
    border: none;
    outline: none;
}
.btn_close svg {
    width: 30px;
    height: 30px;
}
.banner_video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 800px;
    max-height: 480px;
    height: 100%;
}
.hero_banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
}
.hero_banner .container {
    position: relative;
}
.hero_banner_content {
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    padding: 60px 0;
    position: relative;
}
.hero_banner_content .title {
    position: relative;
    padding-left: 80px;
}
.hero_banner_content .title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.hero_banner_content h1 {
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.hero_banner_content button.btn_play {
    padding: 0;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background: #3f60bad4;
}
.hero_banner_content button.btn_play svg {
    width: 60px;
    height: 54px;
    position: relative;
    top: 4px;
    fill: #ffffffb8;
}
.hero_banner_content button.btn_play:hover svg {
    fill: #fff;
}
.sticky_tabs_section {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 99;
}
.sticky_tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.sticky_tabs_section a {
    text-decoration: none;
    padding: 15px 0px;
    display: inline-block;
    color: var(--global-palette3);
}
.sticky_tabs_section a.section-active {
    color: #3f60ba;
    border-bottom: 2px solid #3f60ba;
    font-weight: 500;
}
.section_title h2 {
    margin-bottom: 15px;
}
#key-details ul, #key-details ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#key-details li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #3f60ba;
    border-radius: 50px;
}
#key-details li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.mt_20 {
    margin-top: 20px;
}
.card_uni {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    text-decoration: none;
    display: table;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.card_uni .image {
    position: relative;
    padding-top: 90%;
    overflow: hidden;
}
.card_uni .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all linear;
}
.card_uni .content {
    padding: 20px;
    min-height: 100px;
}
.card_uni .content .title {
    color: var(--global-palette3);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.card_uni:hover .image img {
    transform: scale(1.1);
    transition: 0.5s all linear;
}
.card_uni:hover .title {
    color: #3f60ba;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
    max-width: 700px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.table th {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    background: #3f60ba;
    text-transform: capitalize;
    letter-spacing: .5px;
    border: 1px solid #dddddd4a;
}
.table td {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: var(--global-palette3);
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.table tbody tr:nth-child(even) {
    background: #eee;
}
.course_list {
    padding: 15px 20px;
    border-radius: 7px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    margin-top: 20px;
    border-left: 4px solid #3f60ba;
}
.course_list .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
.course_list p {
    margin: 0;
    font-size: 15px;
}
.notic_box {
    background: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    max-width: 700px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.notic_box .title svg {
    fill: #3f60ba;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.notic_box .title {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600;
    color: var(--global-palette3);
}
.notic_box ul, .notic_box ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.notic_box li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #3f60ba;
    border-radius: 50px;
}
.notic_box li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.faq_box {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #dddddd4a;
}
.faq_box .faq_question {
    font-size: 17px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    padding-right: 40px;
}
.faq_box .faq_answer {
    display: none;
    padding-top: 18px;
}
.faq_box .faq_answer p {
    font-size: 17px;
}
.faq_box .faq_question:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    line-height: 26px;
}
.faq_box.active .faq_question:after {
    content: "-";
    font-size: 40px;
    line-height: 22px;
}
.faq_box.active .faq_answer {
    display: block;
}
.country_grid {
    background: #fff;
    border-radius: 7px;
    text-decoration: none;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.country_grid .image {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}
.country_grid .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all linear;
}
.country_grid .content {
    padding: 18px;
    position: relative;
}
.country_grid .content img {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}
.country_grid .content .title {
    font-size: 20px;
    color: var(--global-palette3);
    font-weight: 600;
}
.country_grid:hover .image img {
    transform: scale(1.1);
    transition: 0.5s all linear;
}
.country_grid:hover .title {
    color: #3f60ba;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot {
    border-radius: 3px;
    width: 20px;
    height: 8px;
    background: #fff !important;
    margin: 3px;
    border: 1px solid #00000063 !important;
}
.owl-dots .owl-dot.active {
    background: #3f60ba !important;
}
.footer_banner {
    position: relative;
    background-image: url(https://www.uni-abroad.cloud/wp-content/uploads/2022/04/pexels-nout-gons-378570.jpg);
    background-size: cover;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.footer_banner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000096;
}
.footer_banner .container {
    position: relative;
}
.footer_banner h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.footer_banner p {
    color: #fff;
    margin: 0;
}
.btn_book {
    background: #3f60ba;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-row-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    gap: 20px;
}
.footer-row-grid .item-right {
    text-align: right;
}
.cta_link {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 40px;
}
.cta_link svg {
    width: 15px;
    vertical-align: middle;
    margin-left: 3px;
}
.btn_book:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}
.cta_link:hover {
    background: #3f60ba;
    color: #fff;
}
.contact_form_widget {
    gap: 25px !important;
}
@media(max-width:991px){
    .hero_banner_content .title {
        position: relative;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .hero_banner_content {
        min-height: 350px;
        padding: 20px 0;
    }
    .hero_banner_content h1 {
        font-size: 30px;
    }
    .hero_banner_content .title img {
        position: relative;
        top: auto;
        left: auto;
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 20px;
    }
    .hero_banner_content button.btn_play svg {
        width: 40px;
        height: 40px;
    }
    .hero_banner_content button.btn_play {
        width: 55px;
        height: 55px;
    }
    .sticky_tabs_section a {
        padding: 10px 0px;
        min-width: 125px;
    }
    .contact_form_widget {
        margin: 0 !important;
    }
    .py_50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer_banner {
        padding: 40px 0;
    }
    .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    .footer-row-grid {
        display: block;
    }
    .footer-row-grid .item-left {
        text-align: center;
    }
    .footer-row-grid .item-right {
        text-align: center;
        margin-top: 25px;
    }
    .btn_book {
        padding: 14px 20px;
        font-size: 15px;
    }
}