@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,600;0,800;1,500&display=swap');
#loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100000;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    margin: 0px;
    font-size: 16px;
    color: #4D4D4F;
    line-height: 30px;
    font-family: 'Mulish', sans-serif;
    scroll-behavior: smooth;
    font-weight: 600;
}

img {
    width: auto;
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none !important;
}

h1 {
    font-size: 32px;
    font-weight: 800;
    padding: 15px 0px;
}

h2 {
    font-size: 24px;
    font-weight: 800;
    padding: 15px 0px;
}

h3 {
    font-size: 20px;
    font-weight: 800;
    padding: 15px 0px;
}

h4 {
    font-size: 18px;
    font-weight: 800;
    padding: 15px 0px;
}

h5 {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 0px;
}

.clr {
    clear: both;
}

.cnt_text {
    text-align: center;
}

.lft_text {
    text-align: left;
}

.rgt_text {
    text-align: right;
}

section {
    position: relative;
}

.lite_blue_text {
    color: #1D9CC7;
}

.black_text {
    color: #000;
}

.white_text {
    color: #fff;
}


/* Added By Mohammed Iqbal Khan */

.white_text:hover {
    color: #FFC96B;
}

.credits {
    color: #FFC96B;
}

.credits:hover {
    color: #fff;
}


/* *************************** */

.blue_text {
    color: #273786;
}

.yellow_txt {
    color: #FFC96B;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 13px 11px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 13px 11px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 13px 11px -8px rgba(0, 0, 0, 0.2);
}


/*
headeer top
*/

.topbar {
    background-color: #273780;
    padding: 0;
}

.topbar .container .row {
    margin: -7px;
    padding: 0;
}

.topbar .container .row .col-md-12 {
    padding: 0;
}

.topbar p {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    color: #f1f6ff;
}

.topbar p>i {
    margin-right: 5px;
}

.topbar p:last-child {
    text-align: right;
}

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.social-network li {
    border: none;
    margin: 0;
}

ul.social-network li i {
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 0px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

.bnr_btm_itembnr_btm_itembnr_btm_itembnr_btm_itembnr_btm_itembnr_btm_itembnr_btm_item {}

ul.social-network {
    list-style: none;
    margin: 5px 25px 10px -25px;
    float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-dark {
    background-color: #222!important;
}

.top_contact {
    padding: 5px 0px;
    list-style: none;
    float: left;
    margin-bottom: 0px;
}

.top_contact li {
    float: left;
    color: white;
    padding: 5px 20px 0px 0px;
}

.top_contact li i {
    padding-right: 10px;
}

.bnr_btm_wrap {
    background: #FFC96B;
    padding: 10px 0px;
}

.bnr_btm {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
}

.bnr_btm_item {
    margin: 1%;
    font-size: 28px;
    font-weight: bolder;
    color: #273786;
}

.bnr_btm_item img {
    background: #ffd181;
    padding: 8px;
    border-radius: 13px;
    margin-right: 12px;
}

#about {
    font-size: 16px;
}

.white_wrapper {
    background: white;
    padding: 110px 0px 50px;
}

.white_wrapper h2 {
    color: #000;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.white_wrapper h2 span {
    display: table;
    padding: 15px 0px 20px;
    background: url("../images/hed_style.svg") no-repeat center center;
    width: 100%;
}

.white_wrapper .matter {
    width: 100%;
    margin: 0px auto;
    max-width: 1170px;
}

.serv_wel_txt {
    margin-top: 50px;
    margin-top: -50px;
    padding-top: 100px;
}

.white_wrapper h3 {
    color: black;
    padding: 0;
    margin: 0;
}

.study_programs_wrap {
    background: #f8f8f8;
    padding: 90px 0px 50px;
}

.study_programs_wrap h2 {
    width: 100%;
    padding: 10px 0px;
    background: url("../images/sp_hed_bg.png") repeat-x center center;
    font-size: 32px;
}

.study_programs_wrap h2 span {
    background: #f8f8f8;
    padding-right: 25px;
    color: #273786;
}

#owl-demo {
    padding-top: 30px;
}

#owl-demo .owl-buttons {
    position: absolute;
    top: -60px;
    right: 0;
    background: #f8f8f8;
    padding-left: 25px;
}

#owl-demo .owl-buttons .owl-prev {
    background: url("../images/arrow_blue.png") top left no-repeat;
    height: 32px;
    width: 32px;
}

#owl-demo .owl-buttons .owl-prev:hover {
    background: url("../images/arrow_blue.png") bottom left no-repeat;
}

#owl-demo .owl-buttons .owl-next {
    background: url("../images/arrow_blue1.png") top left no-repeat;
    height: 32px;
    width: 32px;
}

#owl-demo .owl-buttons .owl-next:hover {
    background: url("../images/arrow_blue1.png") bottom left no-repeat;
}

#owl-demo .owl-controls .owl-page {
    padding-top: 20px;
}

#owl-demo .owl-controls .owl-page span {
    width: 20px;
    height: 10px;
    background: #277bb4;
    border-radius: 0;
    opacity: 1;
}

#owl-demo .owl-controls .active span {
    background: #FFC96B;
    opacity: 1;
}

#owl-demo .item {
    padding: 0px 4.5%;
}

#owl-demo .item .sp_img {
    border-radius: 25px;
    overflow: hidden;
}

#owl-demo .item .sp_img img {
    min-width: 100%;
}

#owl-demo .item h4 {
    background: white;
    min-height: 110px;
    text-align: center;
    color: black;
    max-width: 80%;
    margin: 0px auto;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -30px;
    z-index: 10;
    position: relative;
}

#owl-demo .item h4 p {
    font-size: 14px;
    font-weight: 500;
}

.ss_wrapper {
    width: 100%;
    padding: 100px 0px 50px;
    background: #e7f1f7;
}

.ss_hed_box {
    width: 100%;
    margin-bottom: 20px;
}

.ss_left_box {
    width: 38%;
    float: left;
    color: #273786;
}

.ss_left_box .matter {
    font-weight: 800;
    font-size: 20px;
}

.ss_right_box {
    width: 60%;
    float: right;
    background: #3b498f url("../images/medicine.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 23px;
    padding: 1% 1% 1% 3%;
    color: white;
    margin-top: 20px;
}

.ss_right_box h4 {
    font-weight: 600;
    font-size: 24px;
    display: table;
}

.ss_right_box h4 i {
    float: left;
}

.ss_right_box h4 span {
    padding-left: 10px;
    padding-top: 15px;
    float: left;
}

.ss_right_box ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.ss_right_box ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    list-style: url("../images/white_bullet.jpg");
}

.ss_right_box ul li a {
    color: white;
    font-size: 22px;
    font-weight: 400;
    padding-left: 5px;
    cursor: default;
}

.ss_right_box ul li a:hover {
    color: #FFC96B;
}

.ss_item_box {
    width: 100%;
    padding: 100px 0px 0px;
}

.ss_item_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.ss_item {
    flex: 1 1 25%;
    max-width: 20%;
    background: white;
    border-radius: 22px;
    text-align: center;
    padding: 40px 40px 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ss_item_icon {
    height: 85px;
}

.ss_item h4 {
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
}

.p_top {
    padding-top: 55px;
}

.ss_item_img {
    width: 100%;
    position: absolute;
    bottom: -100%;
    z-index: 10;
    height: 100%;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    object-fit: cover;
    object-position: left bottom;
}

.ss_item_img img {}

.ss_item:hover .ss_item_img {
    bottom: 0px;
}

.cm_wrapper {
    background: #2f3b83 url("../images/cm_bg.jpg") center left no-repeat;
    background-size: cover;
    padding: 70px 0px 25px;
}

.ss_hed_box {
    width: 100%;
    margin-bottom: 20px;
}

.cm_left_box {
    width: 38%;
    float: left;
    color: #fff;
}

.cm_left_box .matter {
    font-size: 20px;
    font-weight: 700;
}

.cm_right_box {
    width: 55%;
    float: right;
    border-radius: 15px;
    padding: 2%;
    color: white;
    padding-top: 0;
}

.cm_right_box ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.cm_right_box ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    list-style: url("../images/yellow_bullet.png");
    font-size: 20px;
    padding-left: 15px;
    font-weight: 500;
}

.countries_wrapper {
    background: #fff url("../images/map.svg") center center no-repeat;
    background-size: auto 100%;
    padding: 100px 0px;
    background-position: 0 25px;
}

.countries_wrapper h2 {
    color: #273786;
}

.countries_wrapper .matter {
    max-width: 900px;
    margin: 0px auto;
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.aes_wrapper {
    background: #2f3b83 url("../images/aes_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 100px 0px 200px;
}

.aes_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
    gap: 3%;
    flex-wrap: wrap;
}

.aes_item {
    flex: 1 1 31.33%;
}

.itp_wrapper {
    width: 100%;
    position: relative;
}

.itp_box {
    display: flex;
    border-radius: 22px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2% 8%;
    background: #277bb4;
    color: white;
    margin-top: -120px;
}

.itp_left {
    flex: 1 1 70%;
    max-width: 70%;
}

.itp_right {
    flex: 1 1 70%;
    max-width: 27%;
    align-self: center;
    text-align: center;
}

.itp_left ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.itp_left ul li {
    float: left;
    margin-right: 40px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    list-style: none;
    background: url("../images/yellow_bullet.jpg") top left no-repeat;
    background-position: 0px 7px;
}

.white_btn {
    font-size: 24px;
    padding: 20px 50px;
    border-radius: 30px;
    color: #277bb4;
    display: table;
    background: white;
    font-weight: 700;
    margin: 0px auto;
}

.mig_wrapper {
    background: #fff;
    padding: 100px 0px;
}

.mig_box {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
}

.mig_box h2 {
    color: #273786;
}

.mig_bg {
    background: url("../images/ms_bg.jpg") no-repeat center center;
    background-size: cover;
    flex: 1 1 45%;
    overflow: hidden;
    border-radius: 0px 50px 50px 0px
}

.mig_matter {
    flex: 1 1 40%;
}

.mig_matter ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.mig_matter ul li {
    margin-right: 50px;
    margin-bottom: 20px;
    font-size: 24px;
    list-style: none;
    background: url("../images/yellow_bullet.jpg") top left no-repeat;
    background-position: 0px 7px;
    padding-left: 20px;
    color: #484848;
}

.aat_box {
    text-align: center;
}

.aat_tem {
    display: inline-block;
    margin-right: 50px;
    float: left;
}

.aat_box p {
    padding: 10px 0px 12px 0px;
    border-radius: 15px;
    display: table;
    margin: 0px auto;
    width: 120px;
    height: 100px;
}

.aat_box h5 {
    color: black;
    font-size: 14px;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
}

.blue_btn {
    font-size: 24px;
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff;
    display: table;
    background: #277bb4;
    font-weight: 700;
    margin: 20px 0;
}

.btn_box {
    display: flex;
    width: 100%;
}

.blue_btn_enq {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 30px;
    color: #fff;
    display: table;
    background: #277bb4;
    font-weight: 700;
    margin: 20px auto 0px;
}

.blue_btn_enq:hover {
    color: #FFC96B;
}

.blue_btn_enq_lft {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 30px;
    color: #fff;
    display: table;
    background: #277bb4;
    font-weight: 700;
    margin: 20px 0px 0px;
}

.blue_btn_enq_lft:hover {
    color: #FFC96B;
}

.container_hlf {
    max-width: 650px;
}

.ts_wrapper {
    width: 100%;
    background: #fff;
    padding: 0px 0px 50px;
}

.ts_left {
    width: 45%;
    float: left;
}

.ts_right {
    width: 38%;
    float: right;
    background: #273786;
    color: white;
    padding: 20px 50px;
    border-radius: 30px;
    text-align: center;
}

.ts_icon_box {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px;
    flex-wrap: wrap;
}

.ts_icon_item {
    flex: 1 1;
}

.ts_icon_item p {
    padding: 5px 0px 8px 0px;
    display: table;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.ts_right h4 {
    font-size: 22px;
}

.ts_right ul {
    padding: 0px;
    margin: 0px 0px 0px 00px;
}

.ts_right ul li {
    background: white;
    padding: 8px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    list-style: none;
}

.ts_right ul li img {
    min-width: 100%;
}

.is_wrapper {
    width: 100%;
    padding: 50px 0px;
}

.is_img {
    width: 50%;
    float: left;
    border-radius: 55px;
    overflow: hidden;
}

.is_img img {
    min-width: 100%;
}

.is_matter {
    width: 57%;
    padding: 4.5%;
    margin-left: -8%;
    background: #fff;
    float: left;
    border-radius: 50px 0px 0px 0px;
    margin-top: 65px;
}

.vds_wrapper {
    background: #fff;
    padding: 50px 0px;
}

.vds_wrapper h2 {
    color: #000;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.vds_wrapper h2 span {
    display: table;
    padding: 25px 0px;
    background: url("../images/hed_style.svg") no-repeat center center;
    width: 100%;
}

.vds_wrapper .matter {
    margin: 0px auto;
    max-width: 960px;
}

.tab_wrapper {
    width: 100%;
    padding-bottom: 50px;
}

.vtab_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.vtab_matter {
    padding: 3.5%;
    margin-right: -10%;
    background: #fff;
    border-radius: 0px 50px 0px 0px;
    margin-top: 55px;
    flex: 1 1 50%;
    max-width: 50%;
}

.vtab_img {
    border-radius: 56px;
    overflow: hidden;
    flex: 1 1 60%;
    max-width: 60%;
}

.vtab_img img {
    min-width: 100%;
    min-height: 100%;
}

.cont_wrapper {
    background: #2a418a url("../images/form_bg.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 70px 0px;
    width: 100%;
}

.cont_form_box {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    padding: 50px;
    border-radius: 35px;
    color: white;
    background: #273786;
    box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.14);
}

.cont_form_box input {
    height: 55px;
    border-radius: 12px;
}

.cont_form_box textarea {
    height: 135px;
    border-radius: 12px;
    resize: none;
}

.cont_form_box select {
    height: 55px;
    border-radius: 12px;
}

.cont_form_box .form-group {
    margin-bottom: 20px;
}

.cont_btn {
    color: #fff;
    background: #277bb4;
    padding: 16px 40px;
    display: table;
    border: none;
    font-size: 20px;
    border-radius: 12px;
}

footer {
    background: #273786;
    padding: 50px 0px 20px;
    width: 100%;
    border-top: 90px solid #fff;
    color: #fff;
}

.ftr_top_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 20px;
    align-items: center;
}

.ftr_top_item {
    flex: 1 1 31%;
}

.ftr_info {
    color: white;
    display: block;
    padding: 12px;
}

.ftr_info i {
    padding-right: 15px;
    color: #FFC96B;
}

.ftr_info span {
    padding: 0px 8px;
    color: #FFC96B;
}

footer hr {
    background: #5d69a4;
    margin: 40px 0px;
}

.footer_btm_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_btn_item {
    flex: 1 1 22%;
}

.adr_matter span {
    font-size: 22px;
}

.adr_box {
    width: 100%;
    padding-top: 10px;
    display: inline-flex;
    padding-left: 20px;
    background: url("../images/adr_bdr.jpg") top left no-repeat;
}

.bg_none {
    background: none;
}

.adr_matter {
    float: left;
}

.adr_icon {
    float: left;
    padding-right: 10px;
    font-size: 24px;
    color: #FFC96B;
}

.adr_icon i {
    font-size: 18px;
}

.footer_social {
    padding: 50px 0px 30px;
}

.footer_social ul li {
    height: auto;
    width: auto;
}

.footer_social ul li i {
    font-size: 26px;
    padding: 0px 10px;
}

.ts_right ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.carousel-control-prev-icon {
    background: url("../images/bnr_prev.svg") center center no-repeat;
    height: 60px;
    width: 60px;
}

.carousel-control-next-icon {
    background: url("../images/bnr_next.svg") center center no-repeat;
    height: 60px;
    width: 60px;
}

.explore_country {
    width: 100%;
    background: #e7f1f7;
    padding: 50px 0px;
}

#explore .owl-pagination {
    display: none;
}

#explore .item {
    margin: 10px;
}

#explore .item img {
    margin-bottom: 20px;
    min-width: 100%;
}

.uper_text {
    text-transform: uppercase;
}

#explore .owl-buttons .owl-prev {
    background: url("../images/ar_prv.svg") no-repeat center center;
    width: 50px;
    height: 50px;
    transform: rotate(-180deg);
}

#explore .owl-buttons .owl-next {
    background: url("../images/ar_prv.svg") no-repeat center center;
    width: 50px;
    height: 50px;
}

.lag_btn_active {
    color: #273780 !important;
    background: #fff;
    border-radius: 6px;
    padding: 3px 6px;
    display: inline-block;
    margin: 15px 0px 10px;
    font-size: 14px;
    line-height: normal;
}

.lag_btn {
    color: #fff !important;
    background: #273780;
    border-radius: 6px;
    padding: 3px 6px;
    display: inline-block;
    margin: 15px 0px 10px;
    font-size: 14px;
    line-height: normal;
}

.link_box {
    float: right;
    padding-left: 10px;
}

.management {
    background: url("../images/management.jpg") center center no-repeat;
    background-size: cover;
}

.engineering {
    background: url("../images/engineering.jpg") center center no-repeat;
    background-size: cover;
}

.information_technology {
    background: url("../images/information_technology.jpg") center center no-repeat;
    background-size: cover;
}

.tourism {
    background: url("../images/tourism.jpg") center center no-repeat;
    background-size: cover;
}

.fashion {
    background: url("../images/fashion.jpg") center center no-repeat;
    background-size: cover;
}

.flm {
    background: url("../images/flm.jpg") center center no-repeat;
    background-size: cover;
}

.liberal_arts {
    background: url("../images/liberal_arts.jpg") center center no-repeat;
    background-size: cover;
}

.maritime {
    background: url("../images/maritime.jpg") center center no-repeat;
    background-size: cover;
}

.dkv {
    display: block !important;
}

.mbv {
    display: none !important;
}

.ftr_call {
    color: white;
}

.ftr_call:hover {
    color: #FFC96B;
}

.ftr_info:hover {
    color: #FFC96B;
}

@media screen and (max-width: 1550px) {
    .ftr_top_box {
        font-size: 15px;
    }
    .ftr_info i img {
        max-width: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding-right: 6px;
        padding-left: 6px;
    }
    .navbar-brand {
        max-width: 30%;
    }
    .ss_right_box ul li {
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
        list-style: url("../images/white_bullet.jpg");
    }
    .ss_right_box ul li a {
        color: white;
        font-size: 20px;
        font-weight: 400;
    }
    .itp_box {
        padding: 2% 5%;
    }
    .bnr_btm_item {
        font-size: 24px;
    }
    .ftr_call {
        color: white;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-brand img {
        max-width: 300px;
    }
    .bnr_btm_item span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .itp_box {
        padding: 2% 2%;
    }
    .ts_right {
        width: 37%;
    }
    .is_img {
        width: 100%;
    }
    .is_matter {
        width: 90%;
        padding: 5.5%;
        margin-left: 10%;
        background: #fff;
        float: left;
        border-radius: 50px 0px 0px 0px;
        margin-top: -11%;
        margin-right: 0;
    }
    .vtab_img {
        border-radius: 0px;
        overflow: hidden;
        flex: 1 2 100%;
        max-width: 100%;
        padding-top: 10px;
    }
    .vtab_matter {
        padding: 5.5%;
        margin-right: 0%;
        background: #fff;
        border-radius: 0px 50px 0px 0px;
        margin-top: 3%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .ftr_top_box {
        font-size: 18px;
    }
    .ftr_top_item {
        flex: 1 1 48%;
    }
    .flipster__nav__item {
        margin: 0px 5px;
    }
    .flipster__nav__item a {
        height: 79px;
        width: 80px;
        margin: 10px 5px;
    }
    .flipster__nav__item--current a {
        height: 91px!important;
        width: 90px!important;
        margin: 0px 5px;
    }
    .flipster__nav__item a span {
        display: none;
    }
    .flipster__button {
        bottom: 17%;
    }
}

@media screen and (max-width: 1100px) {
    .ss_item_box {
        justify-content: center;
        gap: 2%;
    }
    .ss_item {
        flex: 1 1 29%;
        max-width: 29%;
        margin-bottom: 15px;
    }
    .itp_left {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .itp_right {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .mig_box {
        gap: 10px;
    }
    .mig_bg {
        min-height: 320px;
        background-position: top center;
        flex: 1 1 100%;
    }
    .mig_matter {
        flex: 1 1 90%;
        padding: 0px 3%;
    }
    .ts_right {
        width: 45%;
    }
    .vtab .vtab_content {
        width: 70%;
    }
    .vtab h4 {
        width: 30%;
    }
    .footer_btn_item {
        flex: 1 1 47%;
    }
    .flipster__nav__item {
        margin: 0px 5px;
    }
    .flipster__nav__item a {
        height: 59px;
        width: 60px;
        margin: 10px 5px;
    }
    .flipster__nav__item--current a {
        height: 71px!important;
        width: 70px!important;
        margin: 0px 5px;
    }
    .flipster__nav__item a span {
        display: none;
    }
    .flipster__button {
        bottom: 17%;
    }
}

@media screen and (max-width: 1000px) {
    .flipster__nav__item {
        margin: 0px 2px;
    }
    .flipster__nav__item a {
        height: 49px;
        width: 50px;
        margin: 10px 5px;
    }
    .flipster__nav__item--current a {
        height: 61px!important;
        width: 60px!important;
        margin: 0px 5px;
    }
    .flipster__nav__item a span {
        display: none;
    }
    .flipster__button {
        bottom: 17%;
    }
}

@media screen and (max-width: 900px) {
    .bnr_btm_item {
        font-size: 18px;
    }
    .bnr_btm_item span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .bnr_btm_item img {
        max-width: 80px;
    }
    .ss_left_box {
        width: 100%;
        margin-bottom: 25px;
    }
    .ss_right_box {
        width: 100%;
    }
    .aes_box {
        flex-direction: column;
    }
    .cm_left_box {
        width: 100%;
    }
    .cm_right_box {
        width: 100%;
    }
    .ts_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ts_right {
        width: 100%;
        float: left;
    }
    .vtab .vtab_content {
        width: 100%;
    }
    .vtab h4 {
        width: 100%;
    }
    .flipster__nav__item {
        margin: 0px 2px;
    }
    .flipster__nav__item a {
        height: 39px;
        width: 40px;
        margin: 10px 5px;
    }
    .flipster__nav__item--current a {
        height: 51px!important;
        width: 50px!important;
        margin: 0px 5px;
    }
    .flipster__nav__item a span {
        display: none;
    }
    .flipster__button {
        bottom: 17%;
    }
    .countries_wrapper {
        padding: 50px 0px 0px;
    }
    .social-network {
        display: none;
    }
    .top_contact {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .ss_item_box {
        justify-content: center;
        gap: 2%;
    }
    .ss_item {
        flex: 1 1 46%;
        max-width: 46%;
        margin-bottom: 15px;
        padding: 40px 40px 20px;
    }
    .ftr_top_item {
        flex: 1 1 98%;
    }
    .ts_icon_item {
        flex: 1 1 120px;
    }
}

@media screen and (max-width: 700px) {
    .top_contact {
        display: none;
    }
    .bnr_btm {
        flex-direction: column;
        text-align: left;
    }
    .bnr_btm_item {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .bnr_btm_item span {
        display: inline-block;
    }
    .bnr_btm_item img {
        max-width: 80px;
    }
    .footer_btn_item {
        flex: 1 1 99%;
    }
    .flipster__nav__item {
        margin: 0px 2px;
        width: 17%;
    }
    .flipster__nav__item a {
        height: 39px;
        width: 40px;
        margin: 10px 5px;
    }
    .flipster__nav__item--current a {
        height: 51px!important;
        width: 50px!important;
        margin: 0px 5px;
    }
    .flipster__nav__item a span {
        display: none;
    }
    .flipster__button {
        bottom: 17%;
    }
    h1 {
        font-size: 30px;
        font-weight: 800;
        padding: 15px 0px;
    }
    h2 {
        font-size: 24px;
        font-weight: 800;
        padding: 15px 0px;
    }
    h3 {
        font-size: 18px;
        font-weight: 800;
        padding: 15px 0px;
    }
    h4 {
        font-size: 16px;
        font-weight: 800;
        padding: 15px 0px;
    }
    .white_wrapper h2 {
        font-size: 24px;
    }
    .study_programs_wrap h2 {
        font-size: 24px;
    }
    .ts_right {
        padding: 20px 15px;
    }
    .navbar-brand {
        max-width: 75%;
        float: left;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .navbar-toggler {
        float: right;
    }
    .ss_wrapper {
        padding: 50px 0px;
    }
    .mig_matter ul li {
        font-size: 18px;
    }
    .cont_form_box {
        padding: 15px;
        border-radius: 20px;
    }
    .flipster__item img {
        max-width: 100%;
    }
    .countries_wrapper {
        padding-bottom: 0px;
    }
    .flipster__nav {
        margin: 1.5em 0 1.5em;
    }
    .aat_tem img {
        max-width: 75px;
    }
    .aat_box p {
        width: auto;
        height: auto;
    }
    .aat_tem {
        margin-right: 10px;
    }
    .aat_box h5 {
        font-size: 11px;
    }
    .flipster__container {
        word-spacing: 0;
    }
    .flipster__button {
        font-size: 8px;
        margin: -1em 0em;
        bottom: 22%;
    }
    .explore_country {
        padding: 25px 0px;
    }
    #explore .owl-buttons .owl-next {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    #explore .owl-buttons .owl-prev {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .itp_box {
        padding: 20px;
    }
    .flipster__item {
        margin-right: 0px !important;
    }
    .ss_right_box {
        padding: 20px;
    }
    .ss_right_box ul li {
        width: 100%;
        margin-right: 0px;
    }
    .ftr_info {
        padding: 10px 0px;
        font-size: 15px;
    }
    .ftr_info img {
        width: 24px;
    }
    .carousel-control-prev-icon {
        background-size: 34px;
    }
    .carousel-control-next-icon {
        background-size: 34px;
    }
    .cm_right_box ul li {
        padding-left: 5px;
        margin-right: 0px;
    }
    .cm_right_box {
        padding: 12px 0px;
    }
    .dkv {
        display: none!important;
    }
    .mbv {
        display: block !important;
    }
    .ftr_info span {
        padding: 0px 2px;
    }
}

@media screen and (max-width: 600px) {
    .ss_item {
        flex: 1 1 96%;
        max-width: 96%;
        margin-bottom: 15px;
    }
}

.vtab {
    zoom: 1;
    position: relative;
    height: auto;
    border-radius: 12px;
    height: 100% !important;
    padding: 1%;
}

.vtab:after,
.vtab:before {
    content: "";
    display: table;
}

.vtab:after {
    clear: both;
}

.vtab h4 {
    background: #e7f1f7;
    margin: 0;
    cursor: pointer;
    padding: 5px 30px;
    font-size: 18px;
    display: block;
    text-align: center;
}

.vtab h4 span {
    padding: 13px 15px;
    border-radius: 25px;
    display: block;
}

.vtab h4:first-child {
    border-radius: 25px 25px 0px 0px;
    padding-top: 35px;
}

.vtab h4:nth-child(11) {
    border-radius: 0px 0px 25px 25px;
    padding-bottom: 35px;
}

@media screen and (min-width: 900px) {
    .vtab h4 {
        position: relative;
        width: 22%;
        display: block;
    }
}

.vtab .vtab_content {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    display: none;
    margin-bottom: 20px;
}

.vtab .vtab_content ul {
    padding-left: 25px;
}

.vtab .vtab_content strong {
    font-weight: 600;
}

.vtab .vtab_content:after,
.vtab .vtab_content:before {
    content: "";
    display: table;
}

.vtab .vtab_content:after {
    clear: both;
}

@media screen and (min-width: 900px) {
    .vtab .vtab_content {
        position: absolute;
        width: 75%;
        right: 0;
        top: 0;
        padding: 15px 30px;
    }
}

.vtab .active span {
    cursor: default;
    border-right: none;
    background: #fff;
    color: #273786;
}

.vtab .active+.vtab_content {
    display: block;
}

.dubbing-image-class {
    background-color: #ffc96c4f;
    border-radius: 8px;
    padding: 0px !important;
    margin: 5px !important;	
}
.dubbing-image-class img {
	width: 100%;
    padding: 27px;
}

#thanksmsg .modal-content {
  background-color: #273780;
  color: #fff;
}
#thanksmsg .close {
  color: #fff;
}
#thanksmsg img {
  background-color: #267bb4;
  border-radius: 231px;
  width: 14%;          
}
#thanksmsg .modal-header {
	border: none;
	padding: 7px;
	padding-right: 11px;
}
#thanksmsg .modal-body {
  text-align: center;
  padding: 4rem;
  margin-top: -9px
}



