/*=================menu===================*/

* {
    /*transition: .25s ease-in-out;*/
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

body.fix {
    overflow: hidden;
}

button:focus {
    outline: 0 !important;
}

.form-control:focus {

    outline: 0;
    box-shadow: none;
}

@font-face {
    font-family: 'Effra semibold';
    src: url('../fonts/EffraTrial-SemiBold.woff2') format('woff2'),
        url('../fonts/EffraTrial-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EffraTrial';
    src: url('../fonts/EffraTrial-Regular.woff2') format('woff2'),
        url('../fonts/EffraTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra Trial XBold';
    src: url('../fonts/EffraTrial-XBold.woff2') format('woff2'),
        url('../fonts/EffraTrial-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra Bold';
    src: url('../fonts/EffraTrial-Bold.woff2') format('woff2'),
        url('../fonts/EffraTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --EffraTrial: 'EffraTrial', sans-serif;
    --EffraTrialXBold: 'Effra Trial XBold', sans-serif;
    --EffraTrialsemibold: 'Effra semibold';
    --EffraTrialbold: 'Effra Bold';
    --opensans: 'Open Sans', sans-serif;
}

.nobg {
    background: transparent !important;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.preloader.complete {
    display: none;
}

.loader {
    --s: 10px;
    /* control the size */
    width: calc(10*var(--s));
    display: grid;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-mask: radial-gradient(50% 50%, #0000 calc(99% - 2*var(--s)), #000 calc(101% - 2*var(--s)));
    animation: r 4s linear infinite;
}

.loader:before {
    content: "";
    background: conic-gradient(from 25deg, #e27eb4 25%, #b9d753 0 50%, #fba43d 0 75%, #02dde1 0);
    /* -webkit-mask: repeating-conic-gradient(#0000 0 25deg,#000 23% 25%),
      radial-gradient(var(--s) at var(--s) 50%,#000 97%,#0000) 
        left/calc(100% - 2*var(--s)) 100% repeat-x,
      radial-gradient(var(--s) at 50% var(--s),#000 97%,#0000) 
        top /100% calc(100% - 2*var(--s)) repeat-y; */
}

@keyframes r {
    to {
        transform: rotate(1turn)
    }
}




/* .loader {
    display: inline-block;
    width: 117px;
    height: 117px;
    position: absolute;
    z-index: 3;
    background-image: url(../img/preloader-logo.png);
    top: 40%;
    left: 47%;
    transform: translate(-50%, -50%);
    animation: loader 8s infinite;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: scale(1) rotate(0deg);

    }

    100% {
        transform: scale(1.3) rotate(360deg);

    }
}



.loader-inner::before,
.loader-inner::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #289fd8;
    border-radius: 100%;
    animation: pops 2s infinite;
    opacity: 0;
}

.loader-inner::after {
    animation-delay: 0.5s;
}

@keyframes pops {

    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }


} */


body {
    font-family: var(--EffraTrial);
    /* position   : relative; */
}

.container {
    max-width: 1280px;
}

header.header-wrap {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

#quadmenu.quadmenu-custom_theme_2.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu {
    background-color: #fff !important;
}

.header-innwrap {
    position: relative;
    transition: 0.5s;
}

/* .scrolled .header-innwrap {
    margin-top: -65px;
} */
/* .scrolled .header-innwrap {
    margin-top: -18px;
} */

.scrolled .header-innwrap {
    margin-top: -65px;
}

.scrolled .header-innwrap.open {
    margin-top: -15px;
}

.contry1 .dashicons-admin-site:before {
    content: url(../img/newzealand.png);
    width: 50px;
    height: 50px;
}

.contry2 .dashicons-admin-site:before {
    content: url(../img/canada.png);
    width: 50px;
    height: 50px;
}

.contry3 .dashicons-admin-site:before {

    content: url(../img/australia.png);
    width: 50px;
    height: 50px;
}

.contry4 .dashicons-admin-site:before {
    content: url(../img/england.png);
    width: 50px;
    height: 50px;
}

.contry5 .dashicons-admin-site:before {
    content: url(../img/usa.png);
    width: 50px;
    height: 50px;
}

.quadmenu-has-icon span.quadmenu-item-content:after {
    position: absolute;
    content: '';
    display: block;
    top: 20px;
    right: 15px;
    background-image: url(../img/menuarrow.png);
    width: 8px;
    height: 11px;
}

.menuwrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.topbar {
    position: relative;
    display: block;
    background: #883A64;
    color: #fff;
    height: 35px;
    border-radius: 0;
    padding: 0;
    margin-bottom: 12px;
}

.topbar h2 {
    font-family: var(--opensans);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    padding-top: 4px;
}

.btn-close {
    position: relative;
    top: -20px;
    right: unset;
    float: right;
    z-index: 2;
    padding: 0;
    color: #fff !important;
    opacity: 1;
    filter: invert(1);
}

.menuwrapper {
    position: relative;
    display: block;
    background: #242428;
    height: 55px;
    margin-top: 17px;
}

a.toplinks {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.01em;
    color: #383636;
    margin: 0 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

a.toplinks.tel {
    background-image: url(../img/t-phone.svg);
    padding-left: 26px;
    display: none;
}

a.toplinks.mail {
    background-image: url(../img/t-mail.svg);
    padding-left: 35px;
    display: none;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    padding: 19px 36px 19px 13px !important;
}

a.logo {
    position: relative;
    display: block;
    float: left;
    transition: 0.5s;
    margin-right: 0;
    margin-top: 0;
}

.logo img {
    max-width: 100%;
    transition: 0.5s;
}

.scrolled a.logo {
    /* transform: scale(0.8); */
    margin-top: 18px;
}

.scrolled a.logo img {
    width: 81%;
    margin: 10px 0;
    transition: 0.5s;
}

.scrolled .menuwrapper {
    margin-top: 0;
}

.scrolled .topmenu-wrap {
    top: 8px;
}

.nav-click {
    position: absolute;
    display: block;
    width: 16px;
    height: 9px;
    /*background       : url(../img/menu-arrow.png);*/
    background-position: center center;
    top: 10px;
    right: 0;
    z-index: 999;
    background-repeat: no-repeat;
}

.menu>ul>li.has-child>.nav-click {
    top: 40px;
    right: 19px;
}

button.navbar-toggler {
    display: none;
}

.menu>ul>li>ul {
    transition: all 0.5s;
}

.menu {
    position: relative;
    display: block;
}

.menu>ul {
    padding: 0;
    margin: 0;
}

.topmenu-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.linkevent {
    color: #fff;
    font-size: 15px;
    padding: 0px 20px;
}



a.btninquire {
    position: relative;
    display: block;
    border-radius: 37px;
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.05em;
    width: 167px;
    height: 43px;
    background-color: #FF9D28;
    color: #fff;
    text-align: center;
    margin-left: 22px;
    transition: 0.5s;
}

a.btninquire:hover {
    background-color: #333;
}




.menu>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #000;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.mobile-social {
    display: none;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.menu>ul>li>ul {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    margin: 0;
    width: 260px;
    padding: 0;
    top: 76px;
    right: -142px;
    transition: 0.5s;
}

/* .menu>ul>li>ul:before {
    position  : absolute;
    content   : '';
    display   : block;
    width     : 15px;
    height    : 15px;
    background: #fff;
    top       : -8px;
    left      : 61px;
    transform : rotate(45deg);
} */

.menu>ul>li>ul>li>ul {
    position: absolute;
    height: 0px;
    overflow: hidden;
    background: #191919;
    margin: 0 99px;
    width: 150px;
    padding: 0;
    display: none;
    top: 5px;
    z-index: 999;
}

.menu>ul li:hover ul {
    overflow: hidden;
    max-height: 200px;
    padding: 12px 30px;
}

/* .menu>ul li:hover ul {
    overflow  : visible;
    max-height: 200px;

} */
.menu>ul>li>ul>li>ul>li {
    display: block;
}

.menu>ul>li>ul>li:last-child {
    background: transparent;
    /*padding    : 0*/
    border-bottom: 0;
}

.menu>ul>li>ul>li:last-child::after {
    background: none;
}

.menu>ul>li {
    display: block;
    float: left;
    list-style: none;
    margin: 12px 37px 0 0;
    position: relative;
    border-radius: 40px;
    padding: 0;
    transition: 0.5s;
    /* min-width: 98px; */
    cursor: pointer;
    text-align: right;
}

.menu>ul>li>ul>li {
    padding: 5px 0;
    text-align: left;
    display: block;
}

.menu>ul>li>a {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;

}

.menu>ul>li>a:hover {
    color: #ccc;
}

/* .menuwrap .menu>ul>li>a:after {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    transition: 0.5s;
    transform: scale(0);
} */

.quadmenu-dropdown-menu span.quadmenu-text.hover.t_1000 {
    font-size: 17px;
    color: #2C275C;
}

span.quadmenu-description {
    color: #000 !important;
    font-size: 13px !important;
}

@media only screen and (max-width: 991px) {
    .menu {
        float: none;
        width: 100%;
        background: none;
        z-index: 999;
        padding: 0;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: 0.5s;
    }

    .menu.open {
        max-height: 1000px;
    }

    .menu>ul li:hover ul {
        overflow: hidden;
        max-height: 0;
        padding: 0;
    }

    .menu>ul>li>ul>li {
        text-align: right;
    }

    .menu ul li ul {}

    .menu>ul>li>ul {
        position: relative;
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-radius: 0;
        margin: 0;
        width: 380px;
        top: 76px;
        right: 0;
        transition: 0.5s;
    }

    .menu ul li ul.subshow {
        position: relative;
        transition: all 1s;
        max-height: 300px;
        padding: 0 15px 0;
    }

    .menu>ul>li>ul>li a {
        font-size: 14px;
    }



    .menu>ul {
        padding: 0;
        margin: -10px 0 0 0px;
    }

    .menu>ul li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 16px 10px;
        text-align: right;
        border-bottom: 1px solid #f9f5f538;
        border-radius: 0;
    }

    .menu>ul {
        padding: 40px 0 0 0;
        margin: 0;
        transition: all 1s ease;
        position: absolute;
        width: 100%;
        height: 100vh;
        left: -200%;
        top: -21px;
        z-index: 9;
        backdrop-filter: blur(11px);
        background: #095999b8;
    }

    .menu.open>ul {
        left: -536px;
        top: -21px;
    }

    .menu>ul>li {
        padding: 20px 32px;
        min-width: auto;
    }

    .menu>ul>li {
        padding: 20px 30px !important;
        min-width: auto;
        float: none;
    }

    .menu>ul.open-menu {
        margin: 0;
        width: 410px;
        left: -360px;
    }

    .menu>ul>li:hover {
        display: block;
        list-style: none;
        background: transparent;
    }

    .menu>ul>li>ul:before {
        display: none;
    }

    .nav-click {
        position: relative;
        display: block;
        z-index: 999;
        padding: 0;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: 0.5s;
    }

}

/*=================menu end===================*/

.home-bannerwrap {
    position: relative;
    display: block;
    margin-top: 190px;
    height: 100vh;
}

/* .home-bannerwrap.open {
    margin-top: 142px;
} */

.home-bannerwrap.open {
    margin-top: 111px;
}

.header-innwrap.open {
    margin-top: 13px;
}

.mainslider {
    position: relative;
    display: block;
    height: 100%;
    background-size: cover;
}

.mainslidewrap {
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bannercontainer {
    position: relative;
    display: flex;
    max-width: 1215px;
    margin: 0 auto;
    color: #fff;
    /* height: 100%; */
    flex-direction: column;
    justify-content: center;
}

.bannercontainer h2 {
    font-family: var(--opensans);
    font-size: 61px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    max-width: 496px;
}

.bannercontainer p {
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
}

.assist-wrap {
    position: relative;
    display: block;
    background: #151B25;
    color: #fff;
    padding: 21px 0;
    margin-top: 0;
}

.assist-title {
    position: relative;
    display: block;
}

.assist-title h3 {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-family: var(--EffraTrial);
    font-size: 30px;
    font-weight: 700;
}

a.assit-link {
    position: relative;
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    background-image: url(../img/arrow1.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    transition: 0.5s;
}

a.assit-link:hover {
    color: #adccff;
}

.assist-links-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.assit-link.line {
    margin-right: 70px;
}

a.assit-link.line:before {
    position: absolute;
    content: '';
    display: block;
    background: #797979;
    width: 2px;
    height: 46px;
    top: -6px;
    right: -35px;
}

.btn-readmore {
    position: relative;
    display: inline-block;
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.05em;
    color: #fff;
    background-color: #43788B;
    border-radius: 30px;
    width: 160px;
    height: 54px;
    text-align: center;
    transition: 0.5s;
}

.btn-readmore:hover {
    background-color: #03435a;
}

.contentswrap {
    position: relative;
    display: block;
}

section.intro {
    position: relative;
    display: block;
    margin-top: 75px;
    padding-top: 75px;
    background: #f6f6f6;
    padding-bottom: 330px;
}

.introcol {
    position: relative;
    display: block;
}

.introcol h1 {
    position: relative;
    display: block;
    font-family: var(--EffraTrial);
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #2C275CE5;
    max-width: 390px;
    margin-bottom: 25px;
}

.introcol p {
    position: relative;
    display: block;
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 35px;
}

.intro-imgagewrap {
    position: relative;
    display: block;
}

.intro-img1 {
    position: absolute;
    top: 57px;
    left: 371px;
    border-radius: 20px;
}

.intro-img1 img,
.intro-img2 img {
    border-radius: 20px;
    width: 100%;
}

.intro-img2 {
    position: absolute;
    display: block;
    top: 0;
    left: 40px;
}

.hm-service-title h3 {
    font-family: var(--EffraTrial);
    font-size: 39px;
    font-weight: 700;
    line-height: 54px;
    color: #2C275C;
}

.hm-service-title p {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}



.service-box-wrap {
    position: relative;
    display: block;
    background: #fff;
}

.s-box h4 {
    font-family: var(--EffraTrial);
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

a.s-box {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 20%; */
    min-width: 20%;
    margin: 0;
    border-right: 1px solid #EEEAEA;
    padding: 30px 25px;
    transition: 0.5s;
}

a.s-box:last-child {
    border: 0;
}

.hm-service-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.service-box-wrap {
    position: relative;
    display: block;
    background: #fff;
    max-width: 1195px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0px 4px 24px 0px #0000000D;
}

.s-box img {
    height: 50px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

a.s-box:hover {
    background-color: #E82890;
    border-radius: 15px;
}

a.s-box:hover h4 {
    color: #fff;
}

a.s-box:hover img {
    filter: invert(1);
}

section.hm-services {
    position: relative;
    display: block;
    margin-top: -180px;
    margin-bottom: 110px;
}

.whychoose-col1 {
    position: relative;
    display: block;
}

.whychoose-col1 h3 {

    font-size: 45px;
    font-weight: 700;
    line-height: 57px;
    color: #2C275C;
    margin-bottom: 50px;
}

.whychoose-item-wrap h4 {
    font-size: 29px;
    font-weight: 400;
    line-height: 52px;
    color: #272449;
}

.whychoose-item-wrap p {
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.whychoose-icon {
    position: relative;
    display: block;
    margin-right: 24px;
    margin-top: 18px;
}

.whychoose-item-wrap {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.whychoose-col2 {
    position: relative;
    display: block;
    text-align: center;
}

.whychoose-col2:after {
    position: absolute;
    content: '';
    display: block;
    background: #EEEAEA;
    width: 667px;
    height: 667px;
    top: 0;
    right: -267px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}

.whychoose-col2:before {
    position: absolute;
    content: '';
    display: none;
    background: url(../img/unicircle.png);
    width: 93px;
    height: 93px;
    top: 531px;
    right: 258px;
}

section.whychoose {
    position: relative;
    display: block;
    overflow: hidden;
}

.infobox1 {
    position: absolute;
    top: 0;
}

.infobox1 {
    position: absolute;
    top: 279px;
    left: 29px;
    box-shadow: 0px 0px 22px 0px #00000017;
    width: 268px;
    height: 126px;
    border-radius: 16px;
    background: #fff;
    text-align: left;
    padding: 20px;
}

.infobox1 h5 {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.infobox1 h6 {
    font-family: var(--opensans);
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FF9D28;
    margin-bottom: 0;
}

.infobox1 p {
    font-family: var(--opensans);
    margin-bottom: 0;
    color: #4C3D2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.infobox2 {
    position: absolute;
    display: flex;
    bottom: 132px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 0px #00000017;
    padding: 22px;
    border-radius: 16px;
    align-items: center;
}

.infobox2 h6 {
    margin-bottom: 0;
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #4C3D2C;
    max-width: 150px;
    text-align: left;
    margin-left: 15px;
}

section.universities-tab-wrap {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 57px;
    padding-bottom: 80px;
}

.tabtitle {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.tabtitle h4 {
    position: relative;
    display: block;
    margin-bottom: 27px;
    font-family: var(--EffraTrialbold);
    font-size: 33px;
    font-weight: 700;
    color: #000;
}

.universities-tab-wrap .nav-link {
    color: #303030;
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;

}

.universities-tab-wrap .nav-tabs .nav-link {
    background-color: transparent;
    border: 0;
    padding: 0 0 6px 0;
    margin-right: 50px;
}

.universities-tab-wrap .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 5px solid #FF9D28;
    color: #FF9D28;
}

.universities-tab-wrap div#nav-tab {
    border: 0;
}

.ubox-wrap {
    position: relative;
    display: block;
    margin-top: 30px;
}

.unibox {
    position: relative;
    display: block;
    margin: 15px 30px 15px 0;
    float: left;
}

section.course-offer {
    position: relative;
    display: block;
    background: #f6f6f6;
    border-top: 1px solid #D3D3D3;
    padding-top: 45px;
    padding-bottom: 20px;
}

.course-title {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.course-title h5 {
    font-size: 41px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #2C275C;

}

.course-title p {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.course-locations {
    position: relative;
    display: flex;
    width: 100%;
}

.clocation {
    position: relative;
    display: flex;
    width: 20%;
    height: 375px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    padding: 24px;
    border-radius: 16px;
    margin: 0 10px;
    transition: 0.5s;
}

.clocation h5 {
    font-family: var(--EffraTrialbold);
    font-size: 29px;
    font-weight: 700;
    line-height: 33px;
    color: #fff;
    position: relative;
}

a.clocation:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 90.1%);
    border-radius: 16px;
}

.clocation:hover {
    transform: scale(1.1);
}

section.campus-services {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 105px;
    padding-bottom: 80px;
}

.campus-service-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.campus-service-title h5 {
    font-size: 33px;
    font-weight: 700;
    line-height: 37px;
}

.cam-service {
    position: relative;
    display: block;
}

.cam-service img {
    width: 100%;
    border-radius: 10px;
}

.cam-service h6 {
    font-family: var(--opensans);
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #303030;
    margin-top: 24px;
}

section.hm-success-story {
    position: relative;
    display: block;
    background: #84A417;
    color: #fff;
    padding-top: 53px;
    padding-bottom: 20px;
}

.hm-success-wrap {
    position: relative;
    display: block;
}

.hm-success-wrap h4 {
    position: relative;
    display: block;
    font-family: var(--EffraTrialsemibold);
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hm-success-wrap h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 50px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.01em;
    max-width: 360px;
    margin-bottom: 20px;
}

.hm-success-wrap p {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    max-width: 378px;
    margin-bottom: 40px;
}

.client h6 {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 700;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.client h5 {
    font-family: var(--opensans);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0;
}

span.client {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    margin-bottom: 35px;
}

span.client::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 39px;
    top: 0;
    left: 0;
    background-color: #6ACCEF;
}

.hm-success-slider-wrap ul.slick-dots {
    text-align: left;
}

.hm-success-slider-wrap .slick-dots li button:before {
    display: none;
}

.hm-success-slider-wrap .slick-dots li button {
    width: 36px;
    height: 3px;
    padding: 0;
    background: #fff;
}


.hm-success-slider-wrap .slick-dots li {
    width: 36px;
    height: 3px;
    margin: 0 12px 0px 0;
    opacity: 0.5;
}

.hm-success-slider-wrap .slick-dots li.slick-active {
    opacity: 1;
}

.testimonils-info {
    position: relative;
    display: block;
}

.testimoni-image {
    position: relative;
    display: block;
    max-width: 560px;
    margin-left: -153px;
}

.success-rate-box {
    position: absolute;
    display: block;
    top: 0;
    right: 96px;
    width: 398px;
    height: 445px;
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0px 4px 34px 0px #0000000D;
    padding-top: 60px;
    z-index: 9;
}

.success-rate-box h3 {
    font-family: var(--opensans);
    font-size: 150px;
    font-weight: 700;
    line-height: 140px;
    letter-spacing: -0.03em;
    color: #3E456C;
    text-align: center;
}

.success-rate-box h4 {
    font-family: var(--opensans);
    color: #303030;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 41px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.success-rate-box p {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000;
    padding: 0 40px;
}

h6.vertical-text {
    font-family: var(--opensans);
    font-size: 27px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.03em;
    position: absolute;
    top: 95px;
    right: -135px;
    width: 200px;
    transform: rotate(-90deg);
}

section.hm-faq {
    position: relative;
    display: block;
    background: rgb(238, 238, 238);
    padding-top: 80px;
    padding-bottom: 66px;
}

.hm-faq-list h3 {
    font-size: 47px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #1A1B45;
    margin-bottom: 25px;
    font-family: var(--EffraTrialbold);
}

.accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #DACBCB;
}

button.accordion-button {
    background: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #434344;
    padding-left: 0;
    font-family: var(--EffraTrialbold);
    ;
}

.accordion-button:not(.collapsed) {
    color: #1697C6;
    background-color: transparent;
    padding-bottom: 2px;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}


.accordion-button::after {
    background-image: url(../img/accordion-plus.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordion-minus.png);
}

.accordion-body {
    padding-left: 0;
}

.accordion-body p {
    max-width: 400px;
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.faq-accodion-wrap {
    position: relative;
    display: block;
    max-width: 540px;
}

.faq-imagewrapper {
    position: relative;
    display: block;
}

.faq-imagewrapper img {
    border-radius: 16px;
}

.morequiz {
    position: absolute;
    display: block;
    width: 403px;
    height: 155px;
    border-radius: 24px;
    background-color: #fff;
    bottom: 42px;
    left: -45px;
    padding: 24px 28px;
}

.morequiz h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.01em;
    font-family: var(--EffraTrialbold);
}

.btn-inquire {
    position: relative;
    display: inline-block;
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.05em;
    width: 200px;
    height: 48px;
    border-radius: 30px;
    background-color: #2C275C;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.btn-inquire:hover {
    background-color: #333;
    color: #fff;
}

section.hm-news-event {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 80px;
}

.hm-news-link {
    position: relative;
    display: block;
    text-align: right;
}

.hm-news-title {
    position: relative;
    display: block;
}

.hm-news-title h3 {
    font-family: var(--EffraTrialsemibold);
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
}

.btn-allnews {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid #746F6F;
    color: #746F6F;
    border-radius: 30px;
    padding: 10px 31px;
    transition: 0.5s;
    letter-spacing: 0px;
}

.btn-allnews:hover {
    background-color: #333;
    color: #fff;
}

.newsevent-wrap {
    position: relative;
    display: block;
    width: 379px;
    height: 240px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 4px 21px 0px #0000000F;
    padding: 35px;
    margin-top: 35px;
}

a.newseven-link {
    opacity: 1;
    transition: 0.5s;
    top: -7px;
    position: relative;
}

a.newseven-link:hover {
    opacity: 0.5;
}

.newsevent-wrap a {
    font-family: var(--EffraTrialsemibold);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #2C275C;
}

.newshead {
    position: relative;
    display: flex;
    min-height: 156px;
}

.eventdate {
    position: relative;
    display: block;
    text-align: center;
    max-height: 70px;
    border-left: 1px solid #A49E9E;
    padding-left: 15px;
    margin-left: 18px;
}

.eventdate h4 {
    font-family: var(--opensans);
    font-size: 38px;
    font-weight: 700;
    line-height: 39px;
    color: #3E3535;
}

.eventdate h5 {
    font-family: var(--opensans);
    font-size: 13px;
    font-weight: 600;
    color: #3E3535;
}

.post-date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 92%;
}

.post-date p {
    margin-bottom: 0;
}

section.hmcontact {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.hm-contacts-col1 {
    position: relative;
    display: block;
    background: #15132bf5;
    height: 100%;
    color: #fff;
    padding-top: 65px;
    padding-right: 75px;
}

.hm-contacts-col2 {
    height: 760px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.hmcontact .container {
    height: 100%;
}

.hm-contacts-col1:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #15132bf5
}

.hm-contacts-col1 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.contact-formwrap .form-control,
.contact-formwrap .form-select {
    border: 0;
    border-bottom: 2px solid #BDB1B1;
    border-radius: 0;
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    padding-left: 0;
    background: transparent;
}

.contact-formwrap .wpcf7-select {
    color: #989090 !important;
    font-size: 17px;
}



.contact-formwrap .form-control:focus {
    outline: 0;
    box-shadow: none;
    background: transparent;
}

.contact-formwrap .wpcf7-select {
    font-size: 17px;
    color: #989090;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.contact-formwrap .mb-5 {
    margin-bottom: 60px !important;
}

.gapfix {
    background-position: 99% center !important;
}

#rev_slider_1_1_wrapper .custom.tparrows {

    background: transparent !important;

}

.innerslider.contacts.open {
    margin-top: 110px;
}

/* 
 * Floating label styles
 */
.is-floating-label {
    position: relative;
    margin-bottom: 15px;
}

.is-floating-label input {
    position: absolute;
    left: 0;
    background-color: transparent;
}

.is-floating-label label {
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: left top;
    transition: transform ease 0.2s;
}

.is-floating-label.is-focused label {
    transform: translateY(-20px) scale(0.8);
    color: #989090;
    opacity: 1;
}

.btn-send {
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: -0.05em;
    width: 210px;
    height: 50px;
    border-radius: 30px;
    background-color: #0990BD;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    transition: 0.5s;
}

.btn-send:hover {
    background-color: #FF9D28;
}

.hm-contacts-col2 h4 {
    font-family: var(--EffraTrialXBold);
    font-size: 67px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.btn-call {
    position: relative;
    display: block;
    width: 260px;
    height: 59px;
    border-radius: 30px;
    background-color: #B9D753;
    font-family: var(--opensans);
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.05em;
    color: #fff;
    margin: 0 auto;
    transition: 0.5s;
}

.btn-call:hover {
    background-color: #333;
}

.hm-col1 {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.inner-bannerwrap {
    position: relative;
    display: block;
}

.innerslider {
    position: relative;
    display: block;
    height: 600px;
    background: linear-gradient(109.89deg, #151B25 25.98%, #091322 78.1%);
    color: #fff;
    margin-top: 177px;
}

.innerslider.open {
    margin-top: 143px;
}

.innerbanner-left {
    position: relative;
    display: block;
    padding-top: 80px;
    font-family: var(--opensans);
}

.innerbanner-left h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.innerbanner-left h2 {

    font-size: 28px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 26px;

}

.innerbanner-left p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    max-width: 550px;
    margin-bottom: 11px;
}

.about-counter {
    position: relative;
    display: flex;
}

.ac-wrap h3 {
    font-size: 87px;
    font-weight: 700;
}

.ac-wrap p {
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
}

.ac-wrap {
    position: relative;
    display: block;
}

.ac-wrap.c1 {
    position: relative;
    display: block;
    margin-right: 130px;
}

.ac-wrap.c1:after {
    position: absolute;
    content: '';
    height: 113px;
    width: 1px;
    top: 25px;
    right: -62px;
    background-color: #595959;
}

/* .innerbanner-right {
    position: relative;
    display: block;
    margin-top: -28px;
    z-index: 1;
} */


/* .innerbanner-right {
    position: relative;
    display: block;
    margin-top: 97px;
    z-index: 1;
} */

.innerbanner-right {
    position: relative;
    display: block;
    margin-top: 53px;
    z-index: 1;
}

.innerslider.open .innerbanner-right {
    /* margin-top: 58px; */
}

.post-type-archive-news-and-event .innerslider.open .innerbanner-right {
    margin-top: -26px;
}

.post-type-archive-news-and-event .innerslider .innerbanner-right {
    margin-top: -26px;
}

.innerbanner-right img {
    border-radius: 20px !important;
}

section.abouintro {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding-bottom: 100px;
}

.about-intro-col1 {
    position: relative;
    display: block;
    padding-top: 86px;
}

.about-intro-col1 h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 57px;
    color: #2C275C;
    margin-bottom: 30px;
}

.about-intro-col1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    font-family: var(--opensans);
    max-width: 514px;
}

.about-intro-col2 {
    position: relative;
    display: block;
    padding-top: 100px;
}

.vision-mission.vision {
    position: relative;
    display: block;
    width: 323px;
    box-shadow: 0px 4px 44px 0px #00000040;
    background-color: #E82890;
    border-radius: 20px;
    padding: 32px 40px;
    z-index: 1;
}

.vision-mission.vision h3 {
    font-family: var(--opensans);
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    /* line-height: 70px; */
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.vision-mission.vision p {
    font-family: var(--opensans);
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.vision-mission.mission {
    position: absolute;
    display: block;
    top: 139px;
    right: 0;
    width: 371px;
    border-radius: 20px;
    box-shadow: 0px 4px 62px 0px #0000001F;
    background-color: #fff;
    padding: 25px 30px 30px 100px;
}

.vision-mission.mission h3 {
    font-family: var(--opensans);
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
}

.vision-mission.mission p {
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.02em;
}

section.members {
    position: relative;
    display: block;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.members h3 {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 80px;
    font-size: 41px;
    font-weight: 500;
    line-height: 57px;
    letter-spacing: 0em;
    font-family: var(--EffraTrialsemibold);
    color: #2C275C;
    margin-bottom: 60px;
}

.members h3:before {
    position: absolute;
    content: '';
    display: block;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    width: 106px;
    height: 4px;
    background-color: #FBA43D;
}

.member-col1 {
    position: relative;
    display: block;
}

.member-col1 img {
    border-radius: 20px;
}

.member-intro-wrap {
    position: relative;
    display: block;
}

.member-intro {
    font-family: var(--opensans);
    position: absolute;
    display: block;
    width: 590px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 4px 62px 0px #0000001F;
    background-color: #fff;
    padding: 30px 50px 30px 50px;
    top: 64px;
    left: -121px;
    height: 615px;
}

.member-intro-inner {
    position: relative;
    display: block;
    /* height: 500px;
    overflow-y: scroll; */
}




.member-intro h4 {
    font-family: var(--EffraTrial);
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: #2C275C;
}

.member-intro p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #443F3F;
}

.ceowrap {
    position: relative;
    display: inline-block;
    margin-top: 35px;
}

.ceowrap h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.ceowrap h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}


h4.bmember {
    position: relative;
    display: block;
    margin-top: 95px;
    margin-bottom: 30px;
    font-family: var(--EffraTrialsemibold);
    font-size: 31px;
    font-weight: 500;
    line-height: 54px;
    color: #2C275C;
}

.membox-wrap {
    position: relative;
    display: block;
    text-align: center;
}

.memimage {
    position: relative;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.modal-header {
    border: 0;
}

.mem-info {
    position: relative;
    display: block;
    margin-left: 5px;
    text-align: left;
}

.memimage img {
    border-radius: 16px;
}

.mem-info h5 {
    font-family: var(--opensans);
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}

.mem-info h6 {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.slider.slider-single {
    z-index: -1;
}

.js .slider-single>div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized>div:nth-child(1n + 2) {
    display: block;
}

.story-col1 {
    position: relative;
    display: block;
    max-width: 613px;
    float: right;
    top: 113px;
}

.about-success h3 {
    position: relative;
    font-family: var(--EffraTrial);
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 35px;
    top: 108px;
}

.about-success h3:after {
    width: 106px;
    height: 4px;
    background-color: #FBA43D;
    bottom: -15px;
    left: 0;
    position: absolute;
    display: block;
    content: '';
}

.success-item h4 {
    font-family: var(--EffraTrial);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #363268;
    max-width: 350px;
    margin-bottom: 30px;
}

.success-item p {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #443F3F;
    max-width: 420px;
}

.story-author {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: 40px;
}

.story-author h5 {
    font-family: var(--opensans);
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #3C3333;
    margin-bottom: 0;
}

.story-author h6 {
    font-family: var(--opensans);
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #3C3030;
}

.story-author:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 39px;
    background-color: #6ACCEF;
    top: 0;
    left: 0;
}

.story-image {
    position: relative;
    display: block;
}

.story-image img {
    border-radius: 16px;
}

.slick-active .story-image {
    filter: grayscale(1);
}

/* .slick-slide.slick-current.slick-active  .story-image{
    filter: grayscale(0);
} */
.slider-single .slick-track {
    padding-left: 240px;
}

.col-md-6.queto {
    position: relative;
}

.quetowrap {
    position: absolute;
    right: -6px;
    top: 110px;
    z-index: 1;
}

.quetowrap:after {
    position: absolute;
    width: 166px;
    height: 166px;
    border-radius: 18px;
    background-color: #B9D753;
    content: '';
    top: 26px;
    right: -79px;
    z-index: -1;
}

section.about-success {
    position: relative;
    display: block;
    padding-bottom: 110px;
}

.services .innerbanner-left h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 26px;
}

.innerslider.services {
    height: 470px;
}

section.services-intro {
    position: relative;
    display: block;
    padding-top: 115px;
}

.service-intro-title h3 {
    font-family: var(--EffraTrialbold);
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    color: #2C275C;
    position: relative;
}

.service-intro-title {
    margin-bottom: 88px;
    position: relative;
    display: block;
}

section.services-intro h3:before {
    position: absolute;
    width: 106px;
    height: 4px;
    background-color: #FBA43D;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.service-row-info {
    position: relative;
    display: block;
}

.service-row-info h4 {
    font-family: var(--EffraTrial);
    font-size: 37px;
    font-weight: 700;
    line-height: 49px;
    color: #2C275C;
    margin-bottom: 35px;
}

.service-row-info p {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 35px;
    max-width: 523px;
}

.service-row-image {
    display: block;
    position: relative;
    text-align: center;
}

.service-row-image img {
    border-radius: 25px;
    width: 100%;
}

.services-row {
    position: relative;
    display: block;
    margin-bottom: 95px;
}

.services-row:nth-child(even) .order1 {
    order: 2;
}

.services-row:nth-child(even).order2 {
    order: 1;
}

.services-row:nth-child(even) .service-row-image {
    text-align: left;
}

.services-row:nth-child(even) .order1 .service-row-info {
    margin-left: 50px;
}

.countries .innerbanner-left p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    max-width: 820px;
    margin-bottom: 40px;
}

.innerslider.countries {
    height: 340px;
}

a.two-col-wrap {
    position: relative;
    display: flex;
    height: 395px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: flex-end;
    color: #fff;
    padding: 0 40px 60px 40px;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 35px;
}

a.two-col-wrap:hover {
    background-size: 105%;
}

section.country-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-bottom: 60px;
}

a.two-col-wrap h4 {
    font-family: var(--EffraTrialbold);
    font-size: 41px;
    font-weight: 700;
    line-height: 47px;
    position: relative;
    width: 100%;
    transition: 0.5s;
}

a.two-col-wrap:hover h4 {
    font-size: 39px;
}

.country-wrap h3 {
    text-align: center;
    font-family: var(--EffraTrial);
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    color: #2C275C;
    text-align: center;
    margin-bottom: 40px;
}



a.two-col-wrap:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 90.1%);
    border-radius: 16px;
}

a.two-col-wrap h4:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 34px;
    top: 6px;
    right: 0;
    background-image: url(../img/country-arrow.svg);
    background-repeat: no-repeat;
}

.col3 {
    height: 375px !important;
}

.innerslider.sucessstory {
    height: 355px;
    margin-bottom: 70px;
}

.sucessstory .innerbanner-left p {
    max-width: 790px;
}

.contentswrap {
    position: relative;
    display: block;
    margin-top: 70px;
}

.contentswrap.inner {
    margin-top: 0;
}

.newsdetail-wrap {
    /*display: none;*/
    display: block;
}

.story-image img {
    border-radius: 16px;
}

.story-detail {
    background: #fff;
    position: relative;
    display: block;
    width: 588px;
    border-radius: 0px 30px 30px 30px;
    padding: 47px 43px;
    box-shadow: 0px 4px 62px 0px #0000001F;
    margin-left: -203px;
    margin-top: 50px;
}

.story-detail h4 {
    font-family: var(--EffraTrialbold);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    max-width: 400px;
    margin-bottom: 24px;
    color: #2C275C;
}

.story-detail p {
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}


.story-detail .story-author {
    margin-top: 60px;
}

.story-detail:after {
    width: 85px;
    position: absolute;
    content: '';
    display: block;
    height: 75px;
    background: url(../img/story-quoet.png);
    top: -34px;
    right: 0;
}

.story-detail:before {
    width: 143px;
    height: 143px;
    border-radius: 18px;
    background-color: #B9D753;
    position: absolute;
    content: '';
    display: block;
    top: -57px;
    right: -35px;
    z-index: -1;
}

.story-rows {
    position: relative;
    display: block;
    margin-bottom: 85px;
}

.story-rows:nth-child(even) {
    margin-left: 90px;
}

section.storywrap {
    position: relative;
    display: block;
    margin-bottom: 90px;
}

.contact-wrap {
    position: relative;
    display: block;
}

.contact-info-row {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.contact-info-row {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.contact-info-row h5 {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.contact-info-row a {
    font-family: var(--opensans);
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color: #fff;
    transition: 0.5s;
}

.contact-info-row a:hover {
    color: #6accef;
}

.innerslider.contacts {
    height: 520px;
    margin-bottom: 35px;
}

.mapwrap {
    position: relative;
    display: block;
    max-width: 590px;
    margin-top: 60px;
    z-index: 1;
}

.mapwrap iframe {
    border-radius: 20px;
}

.c-social {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.c-social h6 {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 600;
    color: #575757;
    margin-right: 70px;
    margin-bottom: 0;
}

.c-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
}

.c-social ul li {
    margin-right: 40px;
}

section.contact-form-wrap {
    position: relative;
    display: block;
    margin-top: 120px;
    padding-bottom: 120px;
}

.contact-image img {
    border-radius: 16px;
}

.contact-form {
    position: relative;
    display: block;
}

.contact-form h2 {
    font-family: var(--EffraTrialbold);
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #2C275C;
}

.contact-form h2:before {
    position: absolute;
    content: '';
    display: block;
    bottom: -28px;
    left: 0;
    width: 106px;
    height: 4px;
    background-color: #FBA43D;
}

.contact-form p {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    max-width: 525px;
    margin-top: 50px;
}

.crow {
    position: relative;
    display: block;
    border: 1px solid #B5B5B5;
    height: 60px;
    margin-bottom: 16px;
    border-radius: 10px;
}

.crow input.form-control {
    border: none;
    height: 32px;
    top: 22px;
    padding-left: 18px;
    font-size: 17px;
    background: transparent;
}

.crow .is-floating-label label {
    transform: translate3d(17px, 19px, 0px) scale(1);
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 600;
    color: #2D4046 !important;
    opacity: 1;
}

.crow .is-floating-label.is-focused label {
    transform: translate3d(17px, 8px, 0px) scale(0.9);
    color: #2D4046;
    font-weight: 600;
    opacity: 1;
    font-size: 12px;
}

.crow .wpcf7-select {
    background-color: transparent;
    height: 46px;
    border: 0;
    top: 4px;
    position: relative;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    background-image: url(../img/c-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.crow.msg {
    height: 150px;
}

.crow.msg textarea {
    height: 130px;
    background: transparent;
}

textarea.form-control {
    border: 0;
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 18px;
}

.contact-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    top: 20px;
    left: -8px;
    position: relative;
    text-align: right;
    float: right;
}

.btn.btn-send.con {
    background: #FF9D28;
}

.contact-form .btn-send {
    margin-top: 22px;
}

.btnwrap {
    position: relative;
}

.btnwrap .wpcf7-spinner {
    top: 19px;
}




.news .innerbanner-left h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;

}

.news .innerbanner-left {
    padding-top: 60px;
}

.news .innerbanner-left h2 {
    font-size: 24px;
    line-height: 38px;
    max-width: 400px;
}

.newsevent-subinfo {
    position: relative;
    display: flex;
}



.newsevent-subinfo .eventdate h4 {
    font-family: var(--opensans);
    font-size: 72px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
}

.newsevent-subinfo .eventdate {
    margin-left: 70px;
    margin-right: 42px;
    padding-left: 30px;
    max-height: 92px;
}

.newsevent-subinfo .eventdate h5 {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-top: 16px;
}


.news .innerbanner-left p {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

a.btn-morenes {
    position: relative;
    display: block;
    width: 127px;
    height: 43px;
    border-radius: 37px;
    border: 1px solid #FFFFFF;
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

a.btn-morenes:hover {
    background-color: #fff;
    color: #000;
}

.innerslider.news {
    height: 540px;
}

section.upcoming-events {
    position: relative;
    display: block;
    margin-top: 70px;
    padding-bottom: 45px;
}

.innerslider.news.open {
    margin-top: 107px;
}

.event-slider .slick-track {
    padding: 20px 0;
}

.pagination {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 65px;
}

a.page-numbers {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #23212E;
    margin: 0 13px;
    width: 34px;
    height: 34px;
    border-radius: 6px
}

span.page-numbers.current {
    background-color: #4F4F57;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 33px;
}


.upcoming-events h3 {
    font-family: var(--EffraTrialsemibold);
    font-size: 29px;
    font-weight: 500;
    line-height: 46px;
    color: #2C275C
}

.upcoming-events .newsevent-wrap {
    margin-top: 16px;
}

.event-slider .slick-prev:before,
.event-slider .slick-next:before {
    display: none;
}

.event-slider .slick-prev {
    left: unset;
    background-image: url(../img/slide-next.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    top: -32px;
    right: 110px;
}

.event-slider .slick-next {
    right: 54px;
    background-repeat: no-repeat;
    background-image: url(../img/slide-prev.svg);
    width: 13px;
    height: 24px;
    top: -32px;
}

.event-slider .newsevent-wrap {
    margin: 0 15px;
}

section.newsroom {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 55px;
}

.newsroom h4 {
    font-family: var(--EffraTrialsemibold);
    font-size: 29px;
    font-weight: 500;
    line-height: 46px;
    color: #2C275C;
    margin-bottom: 35px;
}

.newsbox img {
    border-radius: 20px;
    max-width: 200px;
    margin-right: 27px;
}

.newsbox h5 {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #23212E;
}

.innerslider.news h1 {
    top: 48px;
    position: relative;
    margin-bottom: 25px;
    font-family: var(--opensans);
    font-size: 39px;
    font-weight: 700;
    line-height: 70px;

}

.newsbox p {
    font-family: var(--EffraTrialsemibold);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    max-width: 320px;
    max-height: 90px;
    min-height: 72px;
}

.newsbox p a {
    color: #2C275C;
}

.newsbox {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.readmorenews {
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.05em;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 37px;
    display: block;
    width: 112px;
    height: 36px;
    color: #000;
    margin-top: 30px;
    transition: 0.5s;
}

.readmorenews:hover {
    background-color: #000;
    color: #fff;
}

.newsdetail .innerbanner-left h1 {
    font-family: var(--opensans);
    font-size: 22px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.02em;
}

.newsdetail .innerbanner-left h2 {
    font-family: var(--opensans);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.newsdetail .innerbanner-left p {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.eventinfo {
    position: relative;
    display: flex;
    align-items: center;
}

.eventdate-info {
    position: relative;
    display: block;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 34px;
}

.eventdate-info h4 {
    font-family: var(--opensans);
    font-size: 60px;
    font-weight: 700;
    line-height: 39px;
}

.eventdate-info h5 {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
}

.location-info {
    position: relative;
    display: block;
}

.location-info h5 {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

.location-info h6 {
    font-family: var(--opensans);
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}

.default-block {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.contentswrap.inner.nd {
    padding-top: 37px;
}

.default-block {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.newsdetail-wrap p {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 35px;
}


.default-block h3 {
    font-family: var(--opensans);
    font-size: 36px;
    font-weight: 800;
    line-height: 33px;
    color: #1E2B1E;
    margin-bottom: 15px;
}

.quote-block {
    position: relative;
    display: block;
    background-color: #444963;
    color: #fff;
    max-width: 1096px;
    border-radius: 20px;
    margin: 0 auto 40px auto;
    padding: 100px 90px 98px 114px;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: 1% 21%;
}

.quote-block h4 {
    font-family: var(--opensans);
    font-size: 38px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 40px;
}

.quote-block h6 {
    font-family: var(--opensans);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 0.13em;
}


.paraghap-with-image {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.paraghap-with-image img {
    position: relative;
    display: block;
    border-radius: 30px !important;
}


figcaption.figure-caption {
    font-family: var(--opensans);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
}

.newsblock-with-heading {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 50px auto 0 auto;
}

.newsblock-with-heading h3 {
    font-family: var(--opensans);
    font-size: 31px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 22px;
}

.text-left-image-right-block {
    position: relative;
    display: block;
    max-width: 1096px;
    margin: 75px auto;
    background: #E3E3E6;
    border-radius: 20px;
}

.text-left-wrap {
    position: relative;
    display: block;
    padding: 60px 50px 25px;
    height: 100%;
}

.text-left-wrap h5 {
    font-family: var(--opensans);
    font-size: 33px;
    font-weight: 700;
    line-height: 45px;
    color: #393838;
    padding-bottom: 30px;
}

.text-left-wrap p {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    color: #0C0C0C;
}

.image-right-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.image-right-wrap img {
    border-radius: 20px;
    height: 100%;
    object-fit: fill;
}

.imggap {
    padding-right: 0 !important;
}

.two-image-block {
    position: relative;
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.sharearticle {
    position: relative;
    display: block;
    margin-top: 100px;
    margin-bottom: 95px;
}

.sharblock {
    position: relative;
    display: flex;
    justify-content: center;
}

.sharblock h5 {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.13em;
    color: #8C8D8C;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 50px;
}

.related-artical h4 {
    text-align: center;
    font-family: var(--EffraTrialsemibold);
    font-size: 29px;
    font-weight: 500;
    line-height: 46px;
    color: #2C275C;
    margin-bottom: 50px;
}

.related-artical {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contry-details .innerbanner-left h1 {
    font-family: var(--opensans);
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
}

.contry-details .ac-wrap.c1:after {
    display: none;
}

.contry-details .ac-wrap.c1 {
    margin-right: 100px;
}

.country-slider-wrap {
    position: relative;
    display: block;
    margin-top: 100px;
    z-index: 9;
}

.country-slider img {
    border-radius: 25px;
}

.innerslider.contry-details {
    height: 525px;
    margin-top: 111px;
}

.contry-details .ac-wrap h3 {
    font-size: 72px;
}

.contry-details .ac-wrap p {
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
}

.contry-details .innerbanner-left {
    padding-top: 120px;
}

span.c-sign {
    position: relative;
    display: inline-block;
    left: -17px;
}

.country-slider .slick-prev {
    background-image: url(../img/prev.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 32px;

}

.country-slider .slick-next {
    background-repeat: no-repeat;
    background-image: url(../img/next.svg);
    width: 19px;
    height: 32px;
}

.country-slider .slick-prev:before,
.country-slider .slick-next:before {
    display: none;
}

.country-slider .slick-slide {
    text-align: center;
}

.country-slider .slick-slide img {
    display: inline-block;
}

.contentswrap.inner.cd {
    padding-top: 0;
}

section.link-wrapper {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 18px 0 0 0;
}

.anchorwrap {
    position: relative;
    display: flex;
}

.anchorwrap a {
    position: relative;
    display: block;
    font-family: var(--EffraTrialsemibold);
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    color: #444446;
    margin-right: 55px;
    padding-bottom: 11px;
}

.anchorwrap.active a {
    color: #2C275C;
}

.anchorwrap {
    position: relative;
    display: flex;
}

.anchorwrap a.active {
    border-bottom: 3px solid #2C275C;
    color: #2C275C;
}

.right-side-bar {
    position: relative;
    display: block;
}

.right-side-bar ul {
    list-style: none;
    padding: 0;
}

.right-side-bar ul li {
    font-family: var(--opensans);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 20px;
    margin-bottom: 21px;
    background-image: url(../img/link-icon.svg);
    background-position: right 4px;
    background-repeat: no-repeat;
}

.right-side-bar ul li a {
    color: #434344;
    transition: 0.5s;
}

.right-side-bar ul li a:hover {
    color: #434344;
    opacity: 0.4;
}

.place-card.place-card-large {
    display: none !important;
}

.visitus {
    position: absolute;
    bottom: 31px;
    left: 34px;
    width: 373px;
    height: 160px;
    border: 1px solid #EDEDED;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 4px 62px 0px #0000001F;
    background-color: #fff;
    color: #544C4C;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
    z-index: 9;
}

.visitus h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 25px;
    font-weight: 700;
    color: #544C4C;

}

.visitus p {
    font-family: var(--opensans);
    font-size: 14px;
    line-height: 23px;
    color: #443F3F;
    font-weight: 400;
}

.vcol2 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 110px;
    height: 110px;
    box-shadow: 0px 1px 15px -3px #00000026;
    border: 1px solid #EDEDED;
    border-radius: 17px;
    align-items: center;
    justify-content: flex-end;
    transition: 0.5s;
}

.vcol2:hover {
    box-shadow: 0px 1px 15px -3px transparent;
}

.vcol2 p {
    font-family: var(--opensans);
    font-size: 10px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}

.vcol2 a {
    color: #443F3F;
    display: block;
    font-family: var(--opensans);
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.heateor_sss_email svg {
    transform: scale(1.3);
}




.footer-container {
    position: relative;
    display: block;
    background: #15151A;
    color: #fff;
    padding-top: 65px;
}

.fcon-links {
    position: relative;
    display: flex;
}

.infor-rows.whatapp {
    margin-left: 15px;
}


.footer-left {
    position: relative;
    display: block;
}

.footer-left h3,
.footer-col2 h3 {
    position: relative;
    display: block;
    font-family: var(--opensans);
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
}

.infor-rows {
    position: relative;
    display: block;
}

.infor-rows.address:before {
    position: absolute;
    background-image: url(../img/footer-mail.svg);
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 13px;
    height: 18px;
    top: 5px;
    left: 0;
}

.infor-rows.mail:before {
    position: absolute;
    background-image: url(../img/footer-address.svg);
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
    top: 5px;
    left: 0;
}

.infor-rows.tel:before {
    position: absolute;
    background-image: url(../img/footer-call.svg);
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 13px;
    height: 18px;
    top: 5px;
    left: 0;
}

.infor-rows.whatapp:before {
    position: absolute;
    background-image: url(../img/whatsapp-icon.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
}

.infor-rows.address {
    padding-left: 31px;
}

.infor-rows p {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.infor-rows a {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.infor-rows a:hover {
    color: #6accef;
}


.top-social.foot {
    position: relative;
    display: flex;
}

.top-social.foot a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 35px;
    color: #fff;
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-top: 25px;
}

.top-social.foot img {
    margin-right: 10px;
}

.flinkswrap {
    position: relative;
    display: block;
    border-top: 1px solid #444242;
    margin-top: 30px;
    padding-top: 33px;
    padding-bottom: 40px;
}

.c-whychoose {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-bottom: 30px;
}

.whychoose-details {
    position: relative;
    display: block;
    /* max-width: 825px; */
}

.whychoose-details h3 {
    font-family: var(--EffraTrialbold);
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #2C275C;
    margin-bottom: 16px;
}

.whychoose-details p {
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

}

.whychoose-cards {
    position: relative;
    display: block;
    margin-top: 50px;
}

.mobi {
    display: none;
}

.cards-wrap {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.cw-icon {
    position: relative;
    display: block;
    margin-right: 20px;
}

.cw-contents {
    position: relative;
    display: block;
}

.cw-contents h4 {
    position: relative;
    display: block;
    font-family: var(--opensans);
    font-size: 19px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #3A2D2D;
    margin-bottom: 10px;
}

.cw-contents p {
    position: relative;
    display: block;
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3A2D2D;
}

section#anchor1,
section#anchor2 {
    scroll-margin: 200px;
}

.inquir-box {
    position: relative;
    display: block;
    box-shadow: 0px 4px 62px 0px #0000001F;
    background-color: #fff;
    padding: 33px 40px;
    text-align: center;
    border-radius: 10px;
}

.inquir-box h5 {
    font-family: var(--EffraTrialbold);
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #2C275C;
    text-align: center;
}

.c-university {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 80px;
}

.c-university h5 {
    font-family: var(--EffraTrialbold);
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #2C275C;
    margin-bottom: 40px;
}

.c-university p {
    font-family: var(--EffraTrialbold);
    font-size: 22px;
    /* font-weight: 700; */
    line-height: 52px;
    color: #2C275C;
    margin-top: 10px;
    margin-bottom: 0px;
}

.uni-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.c-university .unibox h6 {
    text-align: center;
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #3A2D2D;
    margin-top: 15px;
}

.uni-image .unibox {
    position: relative;
    display: block;
    margin: 15px 34px 0 0;
    float: left;
    max-width: 216px;
}

section.explores {
    position: relative;
    display: block;
    padding-top: 60px;
    background: #f6f6f6;
}


.explores h4 {
    text-align: center;
    font-family: var(--EffraTrialbold);
    font-size: 41px;
    font-weight: 700;
    line-height: 52px;
    color: #2C275C;
    margin-bottom: 70px;
}

.explorecity {
    position: relative;
    display: block;
}

.xcol1:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-image: url(../img/line1.png);
    background-repeat: repeat-y;
    top: 0;
    right: 0;
}

.xcol2:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-image: url(../img/line1.png);
    background-repeat: repeat-y;
    top: 0;
    right: 0;
}

section.attractions {
    position: relative;
    display: block;
    margin-top: 80px;
    padding-bottom: 100px;
}

.attraction-slider a {
    color: #212529;
}

section.attractions h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 33px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #2C275C;
    margin-bottom: 45px;
}

.attraction-slider .slick-slide img {
    border-radius: 16px;
}


.attraction-slider .slick-slide h6 {
    font-family: var(--EffraTrialsemibold);
    font-size: 23px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 20px;
}

.attraction-slider .slick-prev {
    background-image: url(../img/at-prv.png);
    background-repeat: no-repeat;
    width: 51px;
    height: 51px;
    z-index: 9;
}

.attraction-slider .slick-next {
    background-repeat: no-repeat;
    background-image: url(../img/at-next.png);
    width: 51px;
    height: 51px;
    z-index: 9;
}


.attraction-slider .slick-prev:before {
    display: none;
}

.attraction-slider .slick-next:before {
    display: none;
}

.attraction-slider .slick-next {
    right: 15px;
}

.wpcf7-form-control-wrap {
    position: unset;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    top: 45px;
    position: relative;
}

.page-template-page-contactus .contentswrap.inner {
    margin-top: 0;
    background: #F6F6F6;
}

.innerslider.contacts {
    margin-top: 110px;
    margin-bottom: 0;
}

.contact-formwrap .wpcf7-spinner {
    top: 29px;
}

.wpcf7-response-output {
    text-align: center;
    border-color: #c00 !important;
}

.innerslider.dpage {
    height: 200px;
}

input.sp_email {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #BDB1B1;
    padding-bottom: 10px;
    outline: 0 !important;
}

p.submit {
    position: absolute;
    top: -23px;
    right: 11px;
}

/*.sendpress-submit {*/
/*    margin-top: 20px;*/
/*    display: inline-block !important;*/
/*    background-color: transparent;*/
/*    background-image: url(../img/newsletter-icon.png);*/
/*    background-repeat: no-repeat;*/
/*    border: 0;*/
/*}*/
.sendpress-signup-form #error {
    color: rgb(248, 46, 46) !important;
    margin: 10px 0px;
    position: absolute;
    top: 29px;
}

/* .wpcf7-form-control-wrap:has(.wpcf7-not-valid) {
    padding: 0.25rem 0.5rem;
    background-color: #c00;
  } */


div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 2px 20px !important;
}






.footer-links ul {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    justify-content: flex-end;
}

.footer-links ul a {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    margin-left: 55px;
    transition: 0.5s;
}

.footer-links ul a:hover {
    color: #6accef
}


.flinkswrap h6 {
    margin-bottom: 0;
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.flinkswrap h6 a {
    color: #fff;
    transition: 0.5s;
}

.flinkswrap h6 a:hover {
    color: #6accef
}

.modal-dialog {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    background: transparent;
    border: 0;
}

.modal-content .btn-close {
    position: relative;
    top: 51px;
    right: -42px;
    float: right;
    z-index: 2;
    padding: 0;
    color: #fff !important;
    opacity: 1;
    filter: invert(1);
    transform: scale(1.5);
}

.modal-body {
    display: flex;
}

.model-col-left {
    position: relative;
    display: block;
    background: #131A24;
    color: #fff;
    width: 40%;
    border-radius: 0px 0px 0px 30px;
    padding: 60px 0 27px 40px;
    left: 50px;
}

.introwrapper {
    position: relative;
    display: block;
    height: 600px;
    overflow-y: scroll;
    padding-right: 30px;
}

.introwrapper p strong {
    font-family: var(--EffraTrial);
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    color: #2C275C;
}

.introwrapper p {
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1C1B1B;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #C1B4B4 #D9D9D9;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #D9D9D9;
}

*::-webkit-scrollbar-thumb {
    background-color: #C1B4B4;
    border-radius: 0px;
    border: 1px solid #D9D9D9;
}

.modal-dialog-slide {
    transform: translateX(100%) !important;
    transition: transform 0.5s ease-in-out !important;
}

.modal.fade.show .modal-dialog-slide {
    transform: translateX(0) !important;
}

.model-col-right {
    position: relative;
    display: block;
    background: #fff;
    width: 60%;
    border-radius: 0px 30px 0px 0px;
    padding: 60px 76px;
}

.profile-image {
    position: relative;
    display: block;
    max-width: 365px;
    z-index: 9;
}

.profile-image img {
    width: 100%;
    border-radius: 30px;
}

.model-col-left h4 {
    font-family: var(--opensans);
    font-size: 34px;
    font-weight: 700;
    line-height: 39px;
    max-width: 270px;
    position: relative;
    margin-bottom: 14px;
    z-index: 9;
}

.model-col-left h5 {
    font-family: var(--EffraTrial);
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
}

.model-col-left h5:before {
    position: absolute;
    content: '';
    top: 45px;
    left: 0;
    display: block;
    width: 66px;
    height: 4px;
    background-color: #FF9D28;
}

.pop-left-wrap {
    position: relative;
    display: block;
    top: -25px;
    margin-left: 30px;
}

.pop-social {
    position: relative;
    display: block;
    margin-top: 30px;
}

.pop-social a {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.model-col-right:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 62px;
    background: #fff;
    border-radius: 0 0 30px 30px;
}

.exbox .col-md-3:nth-child(odd) {
    background: #219BC9;
    color: #fff !important;
}

.exbox .col-md-3:nth-child(even) {
    background: #fff;
}

.explorbox {
    position: relative;
    display: flex;
    text-align: center;
    padding-top: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 300px;
}

.explorbox h3 {
    font-family: var(--opensans);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin: 0 auto 22px auto;
}

.explor-icon {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.explorbox h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 54px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    color: #3F3F41;
}


.explorbox h6 {
    font-family: var(--opensans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 25px;
}

.explorbox.b2 h3 {
    margin-bottom: 36px;
}

.explorbox.b2 h5 {
    font-size: 60px;
}

.b2 .explor-icon {
    margin-bottom: 53px;
}

.b3 h5 {
    font-size: 70px;
    margin-bottom: 16px;
}

.b3 h5 sup {
    font-family: var(--EffraTrialsemibold);
    font-size: 34px;
    font-weight: 500;
    line-height: 26px;
    top: -27px;
}


.explorbox.b4 h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 83px;
}

.explorbox.b4.r1 h5 {
    font-family: var(--EffraTrialsemibold);
    font-size: 62px;
    color: #fff;
}

.explorbox.b4 h5 span {
    font-family: var(--opensans);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;

}

.exbox .col-md-3:nth-child(odd) .explorbox h5 {
    color: #fff;
}

.exb4 {
    position: relative;
    display: flex;
    margin-bottom: 16px;
}

.exb4 span {
    position: relative;
    display: block;
    max-width: 150px;
    text-align: left;
    font-family: var(--opensans);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #3F3F41;
}

.explorbox.b4.r2 {
    background: #fff;
    color: #3F3F41;
}

.explorbox.b4.r2 h5 {
    color: #3F3F41 !important;
}

.explorbox.b4.r1 {
    background: #219BC9;
    color: #fff;
}

.explorbox.b4.r2 h3 {
    margin-bottom: 29px;
}

.explorbox.b4.r2.schol h5 {
    font-size: 40px;
}

.explorbox.b4.r3 {
    background: #219BC9;
    color: #fff;
}

.explorbox.b4.r3 h5 {
    color: #fff;
    margin-bottom: -4px;
    font-size: 70px;
}

.r3 h5 sup {
    font-family: var(--EffraTrial);
    font-size: 29px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.06em;
    top: -27px;
}

.r3 h2 {
    font-family: var(--EffraTrial);
    font-size: 27px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.page-template-page-contactus-php section.hmcontact {
    display: none;
}

.sendpress-signup-form input[type=text] {
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

.page-template-page-contactus-php .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: unset;
    clip-path: unset;
    height: 53px;
    width: 100%;
    /* margin: -1px; */
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    bottom: -68px;
    color: #1e950f;
    padding: 0;
}

.screen-reader-response p {
    margin-top: 11px;
    text-align: center;
    width: 100%;
    max-width: 100%;

}

.wpcf7.js {
    position: relative;
}

#backtop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 85px;
    right: 16px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtop::after {
    position: absolute;
    content: '';
    color: #fff;
    top: 20px;
    left: 14px;
    width: 20px;
    height: 20px;
    transform: rotate(226deg);
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

#backtop:hover {
    cursor: pointer;
    background-color: #333;
}

#backtop:active {
    background-color: #555;
}

#backtop.show {
    opacity: 1;
    visibility: visible;
}

.mem-social {
    /* text-align: center; */
    margin-top: 20px;
}

.mem-social a {
    margin-right: 20px;
}

/* popup css */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9999;
}

.popup-content {
    position: relative;
    max-width: 560px;
    max-height: 90%;
}

.popup-content img {
    max-width: 100%;
    height: auto;
}

.popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #000;
    color: #fff;
    font-size: 26px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}