@import url(https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.page-wrapper,
body.locked {
    overflow: hidden
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
.boxed-wrapper .page-wrapper {
    background-color: var(--thm-base)
}

.circle::after,
.circle::before {
    pointer-events: none;
    content: ""
}

.box .front-face,
.brand-default .brand,
.circle,
.heading_flip,
.preloader,
.ranking,
.ranking-box,
.scroll-to-top,
.top-university {
    text-align: center
}

:root {
    --thm-font: 'Montserrat', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #726f84;
    --thm-gray-rgb: 114, 111, 132;
    --thm-primary: #183e65;
    --thm-primary-rgb: 24, 62, 101;
    --thm-black: #0f0d1d;
    --thm-black-rgb: 15, 13, 29;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-light: #f2f4f8;
    --thm-light-rgb: 242, 244, 248;
    --thm-letter-space-big: 0.1em;
    --thm-letter-space-small: -0.02em;
    --bg: #ffffff;
    --circle-top: #6b3f2c;
    --circle-bottom: #3b281e;
    --accent: #f0b92b
}

.row {
    --bs-gutter-x: 10px
}

.gutter-y-30 {
    --bs-gutter-y: 15px
}

body {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500
}

a {
    color: var(--thm-gray)
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

body.boxed-wrapper {
    background-color: var(--thm-light)
}

.boxed-wrapper .page-wrapper {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .08)
}

.boxed-wrapper .page-wrapper__dark {
    background-color: #1c1e22
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

::-moz-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background: #f4c037;
    padding: 20px 50px;
    transition: .5s;
    letter-spacing: .1em;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase
}

.preloader,
.preloader__image {
    background-repeat: no-repeat;
    background-position: center center
}

.thm-btn:hover {
    background: var(--thm-base);
    color: var(--thm-primary)
}

.preloader,
.scroll-to-top:hover {
    background-color: var(--thm-black)
}

.section-title {
    margin-top: -12px;
    margin-bottom: 30px
}

.section-title__title {
    margin: 0 0 8px;
    font-weight: 300;
    color: #111;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1
}

.banner-title,
.box .back-face p,
.faq-one-accrodion .accrodion+.accrodion,
.legal-one-accrodion .accrodion+.accrodion {
    margin-top: 10px
}

.section-title__title strong {
    font-weight: 700;
    color: #111
}

.scroll-to-top i,
.scroll-to-top:hover i {
    color: var(--thm-base)
}

.pedagogy-learning span,
.pedagogy_box span,
.section-title__title span,
.top-university p span {
    display: block
}

.section-title__yellow {
    color: #f4bf00 !important
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: #303030;
    font-size: 26px;
    align-items: center;
    line-height: 34px
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader__image {
    background-image: url(../images/loader.png);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-size: 60px auto;
    width: 100%;
    height: 100%
}

.scroll-to-top {
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    transition: .4s;
    display: none;
    border-radius: 50%
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px
}

@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@-webkit-keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@-webkit-keyframes banner3Shake {

    0%,
    100% {
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30%,
    80% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg)
    }
}

@keyframes banner3Shake {

    0%,
    100% {
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30%,
    80% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg)
    }
}

@-webkit-keyframes squareMover {

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        transform: translate(40px, 60px) rotate(0)
    }
}

@keyframes squareMover {

    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        transform: translate(40px, 60px) rotate(0)
    }
}

@-webkit-keyframes treeMove {

    0%,
    100% {
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes treeMove {

    0%,
    100% {
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        transform: rotate(10deg) translateX(30px)
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes zoom-fade {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform .5s ease-in, opacity .5s linear, visibility .5s ease-in;
    z-index: 999;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.banner-mob,
.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons {
    display: none
}

.padding {
    padding: 60px 0
}

.banner {
    background: url(../images/banner.webp) center top no-repeat;
    border-top: 25px solid #fff;
    padding: 40px 0
}

.banner h1 {
    font-size: 130px;
    line-height: 140px;
    color: #f5c000;
    font-weight: 700
}

.banner h2 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px
}

.banner-title {
    display: flex;
    align-items: top;
    margin-bottom: 20px
}

.banner-title-line {
    flex-grow: 1;
    background-color: #fff;
    height: 1px;
    margin-right: 80px;
    margin-top: 10px
}

.banner h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: -10px
}

.banner p,
.ranking_box_top h1 {
    font-size: 30px;
    line-height: 36px
}

.banner p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600
}

.ranking {
    background: #fff
}

.ranking-box {
    padding: 20px 20px 0;
    border-radius: 30px;
    position: relative;
    height: 100%;
    margin: 10px
}

.ranking-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 118px;
    background: url(../images/ranking-lea-l.webp) no-repeat
}

.ranking-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 118px;
    background: url(../images/ranking-lea-r.webp) no-repeat
}

.ranking_box_top {
    min-height: 100px
}

.ranking_box_top h1 {
    color: #48220d;
    font-weight: 700;
    margin-bottom: 5px
}

.ranking_box_top p {
    font-size: 17px;
    line-height: 24px;
    color: #282828;
    font-weight: 300;
    margin-bottom: 0
}

.ranking-box hr {
    background: #b9b9b9;
    height: 1px
}

.ranking_box_logo {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ranking_box_logo img {
    width: auto;
    margin: auto
}

.ranking-star {
    position: absolute;
    top: -40px;
    left: -40px;
    background: #fff;
    padding: 5px
}

.ranking-mt {
    margin-top: 3%
}

.pedagogy-learning,
.placement {
    position: relative;
    display: block;
    z-index: 1
}

.placement:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(../images/placement-bg.webp) center top no-repeat;
    height: 550px;
    z-index: -1
}

.placement-margin {
    margin: 140px 0
}

.box {
    width: 100%;
    margin: 0 auto 30px;
    position: relative
}

.box .front-face {
    background: #f4c037;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 5px 20px 0 rgba(0, 81, 250, .1);
    transition: .5s;
    color: #48220d;
    padding: 160px 0;
    box-shadow: rgba(0, 0, 0, .45) 0 25px 20px -20px
}

.box .back-face span,
.box .front-face span {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600
}

.box .front-face span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #48220d;
    position: relative
}

.box .front-face span::after {
    position: absolute;
    content: "";
    height: 10px;
    background: #412719;
    background: linear-gradient(90deg, #412719 0, #734736 100%);
    width: 30%;
    bottom: -150%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px
}

.faq-one-accrodion .accrodion-title h4::before,
.legal-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #0682be;
    height: 35px;
    width: 35px
}

.box .back-face {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: auto;
    width: 100%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background: #fff;
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 0 5px 20px 0 rgba(0, 81, 250, .1);
    transition: .5s
}

.box .back-face p {
    text-align: justify
}

.box:hover .back-face {
    opacity: 1;
    transform: rotateX(0)
}

.box:hover .front-face {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg)
}

.heading_flip {
    background: #412719;
    background: linear-gradient(90deg, #412719 0, #734736 100%);
    border-radius: 40px;
    padding: 20px 0;
    margin-bottom: 20px
}

.heading_flip h1 {
    font-size: 24px;
    line-height: 30px;
    color: #f4c037
}

.brand-default {
    padding: 0;
    margin: 0
}

.brand-default .brand img {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: inline-block;
    padding: 20px 5px
}

.brand-default .brand a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1
}

.brand-default.brand-style--2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid
}

@media only screen and (max-width:575px) {
    .brand-default.brand-style--2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.brand-default.brand-style--2 .brand {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

.brand-default.brand-style--2 .brand::after,
.brand-default.brand-style--3 .brand::after {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    pointer-events: none;
    border: 1px solid #b9b9b9;
    content: "";
    right: 0
}

.placement-highlights {
    margin-top: 5%;
    text-align: center
}

.placement-highlights h1 {
    font-size: 36px;
    line-height: 42px;
    color: #000
}

.features {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 5%
}

.feature {
    flex: 1 1 220px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    position: relative
}

.circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    box-sizing: border-box;
    background: linear-gradient(180deg, var(--circle-top) 0, var(--circle-bottom) 100%);
    box-shadow: 0 20px 30px rgba(59, 40, 30, .25), 0 2px 0 rgba(255, 255, 255, .02) inset;
    position: relative;
    overflow: visible
}

.circle::before {
    position: absolute;
    left: 14%;
    top: 6%;
    width: 60%;
    height: 40%;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    transform: translate(-10%, -10%) rotate(-10deg)
}

.circle::after {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .06) inset
}

.circle .txt {
    z-index: 1;
    display: block;
    width: 100%;
    color: var(--accent);
    white-space: pre-wrap;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600
}

.shadow-ellipse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    width: 70%;
    height: 18px;
    border-radius: 50%;
    filter: blur(6px);
    opacity: .35;
    background: linear-gradient(90deg, rgba(59, 40, 30, .18), rgba(59, 40, 30, .12), rgba(59, 40, 30, .18));
    z-index: 0
}

@media (max-width:980px) {
    .circle {
        width: 190px;
        height: 190px;
        font-size: 15px;
        padding: 22px
    }

    .shadow-ellipse {
        top: 205px;
        height: 14px
    }
}

@media (max-width:640px) {
    .features {
        gap: 18px
    }

    .feature {
        flex: 1 1 45%;
        min-width: 160px
    }

    .circle {
        width: 170px;
        height: 170px;
        font-size: 14px;
        padding: 18px
    }

    .shadow-ellipse {
        top: 185px;
        height: 12px;
        width: 72%
    }
}

@media (max-width:420px) {
    .feature {
        flex: 1 1 100%;
        display: flex;
        justify-content: center
    }

    .circle {
        width: 240px;
        height: 240px;
        font-size: 16px
    }

    .shadow-ellipse {
        top: 255px
    }
}

.top-university {
    margin-top: 3%
}

.top-university p {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 300
}

.top-university img {
    margin: 30px
}

li,
ul {
    list-style: none
}

.marquee {
    margin: 0 auto;
    overflow: hidden
}

.faq-one__list li,
.marquee ul.flex {
    display: flex;
    align-items: center
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden
}

.advantage {
    background: url(../images/advantage-bg.webp) center top no-repeat #190e05
}

.advantage-box {
    height: 100%;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #f4c037;
    display: flex
}

.advantage-icon {
    float: flex
}

.advantage-right {
    overflow: hidden;
    padding: 0 0 0 30px;
    text-align: left
}

.advantage-right h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #f4c037;
    margin-bottom: 10px
}

.advantage-right p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.advantage-box:hover {
    background: #f4c037
}

.advantage-box:hover h1,
.advantage-box:hover p {
    color: #000
}

.advantage_mt {
    margin-top: 2%
}

.pedagogy-learning:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: #f4c037;
    height: 530px;
    z-index: -1
}

.pedagogy-learning p {
    font-size: 28px;
    line-height: 36px;
    color: #515151;
    font-weight: 300
}

.pedagogy_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #772c10;
    margin-bottom: 30px
}

.pedagogy_box h1 {
    font-size: 22px;
    line-height: 30px;
    color: #772c10;
    font-weight: 600;
    margin-bottom: 10px
}

.pedagogy_box p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 300
}

.pedagogy_box_middle {
    background: #48220d
}

.pedagogy_box_middle_detail {
    padding: 20px 40px;
    text-align: center
}

.pedagogy_box_middle_detail h1 {
    font-size: 24px;
    line-height: 32px;
    color: #f4c037;
    font-weight: 600;
    margin-bottom: 10px
}

.pedagogy_box_middle_detail p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 300
}

.pedagogy_margin {
    margin-top: 8%
}

.faq-one-accrodion .accrodion.active,
.faqs-page .faq-one-accrodion .accrodion-title,
.legal,
.legal .legal-one-accrodion .accrodion-title {
    background-color: #fff
}

.legal p {
    font-size: 22px;
    font-weight: 600
}

.legal-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count
}

.legal-one-accrodion .accrodion {
    position: relative;
    display: flex;
    border-bottom: 1px solid #48220d;
    transition: .5s
}

.legal-one-accrodion .accrodion.active {
    background-color: #fff;
    border-bottom: 1px solid #48220d
}

.legal-one-accrodion .accrodion-title {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 23.5px 30px 42px 0;
    transition: .2s linear 0.1s;
    background-color: var(--thm-light);
    width: 35%;
    justify-content: space-between;
    align-items: center
}

.legal-one-accrodion .accrodion-title i {
    font-size: 50px;
    line-height: 60px
}

.legal-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    color: #000;
    position: relative;
    letter-spacing: var(--thm-letter-space-small);
    transition: .5s
}

.faq-one-accrodion .accrodion-title h4 span,
.legal-one-accrodion .accrodion-title h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary)
}

.faq-one-accrodion .accrodion-title h4 span:before,
.legal-one-accrodion .accrodion-title h4 span:before {
    counter-increment: count;
    content: "" counter(count)
}

.faq-one-accrodion .accrodion.active .accrodion-title,
.legal-one-accrodion .accrodion.active .accrodion-title {
    background-color: transparent
}

.legal-one-accrodion .accrodion.active .accrodion-title h4,
.legal-one-accrodion .accrodion.active .accrodion-title i {
    color: #48220d
}

.legal-one-accrodion .accrodion-title h4::before {
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .5s;
    display: none
}

.legal-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #0682be;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none
}

.legal-one-accrodion .accrodion-content {
    position: relative;
    padding: 30px 60px 28px;
    border-bottom: 0 solid #e5e5e5;
    width: 60%
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content,
.legal-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0 solid transparent
}

.legal-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 300
}

ul.legal_icon {
    width: 100%;
    padding: 0;
    list-style-type: none
}

ul.legal_icon li {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    background: url(../images/round-icon.webp) 0 9px no-repeat;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 300;
    text-align: left
}

.faqs-page {
    background-color: #f9f9f9
}

.faq-one {
    position: relative;
    display: block;
    padding: 120px 0
}

.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
    margin-top: 2%
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: .5s
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23.5px 30px 22px 40px;
    transition: .2s linear 0.1s;
    background-color: var(--thm-light)
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #032c4d;
    position: relative;
    letter-spacing: var(--thm-letter-space-small);
    transition: .5s
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #032c4d
}

.faq-one-accrodion .accrodion-title h4::before {
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #0682be;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 60px 28px;
    border-bottom: 0 solid #e5e5e5
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 300
}

.faq-one__list-box,
.faq-one__right {
    position: relative;
    display: block
}

.faq-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black)
}

.faq-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity
}

.faq-one__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px
}

.faq-one__list li+li {
    margin-top: 6px
}

.faq-one__list li .icon span {
    font-size: 20px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform .5s
}

.faq-one__list li:hover .icon span {
    transform: scale(.75)
}

.faq-one__list li .text {
    margin-left: 20px
}

.faq-one__list li .text p {
    margin: 0;
    font-weight: 400
}

.faq-one__experience-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 28px 0 38px
}

.faq-one__experience-box h2 {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 70px;
    font-weight: 900
}

.faq-one__experience-box p {
    margin: 0;
    color: var(--thm-base);
    line-height: 25px
}

.cta-section {
    background: #412719;
    background: linear-gradient(90deg, #412719 0, #734736 100%);
    padding: 40px 0
}

.cta h2 {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    margin-top: 10px;
    letter-spacing: 1
}

.copyright {
    background: #ededed;
    padding: 20px 10px;
    text-align: center;
    color: #2e2e2e
}

.copyright p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #032c4d;
    margin-bottom: 0
}

@media only screen and (min-width:320px) and (max-width:769px) {
    .banner {
        background: #0c0503;
        padding: 0
    }

    .banner_content,
    .legal p {
        display: none
    }

    .banner-mob,
    .legal-one-accrodion .accrodion {
        display: block
    }

    .banner .col-md-4 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .padding {
        padding: 60px 0
    }

    .admission-form {
        width: 100% !important
    }

    .advantage-right p,
    .faq-one-accrodion .accrodion-content p,
    .pedagogy_box p,
    .pedagogy_box_middle_detail p,
    .ranking_box_top p,
    .top-university p,
    ul.legal_icon li {
        font-size: 15px;
        line-height: 20px
    }

    .circle .txt {
        font-size: 18px;
        line-height: 24px
    }

    .placement-highlights h1 {
        font-size: 24px;
        line-height: 30px
    }

    .advantage-right h1,
    .pedagogy_box h1,
    .pedagogy_box_middle_detail h1 {
        font-size: 20px;
        line-height: 26px
    }

    .pedagogy_box span,
    .top-university p span {
        display: inline
    }

    .pedagogy_margin {
        margin-top: 0
    }

    .legal-one-accrodion .accrodion-title h4 {
        font-size: 24px;
        line-height: 32px
    }

    .legal-one-accrodion .accrodion-content {
        padding: 0 20px 28px;
        width: 100%
    }

    .legal-one-accrodion .accrodion-title {
        width: 100%;
        padding: 0 0 10px
    }

    .faq-one-accrodion .accrodion-title {
        padding: 20px
    }

    .faq-one-accrodion .accrodion-title h4 {
        font-size: 17px;
        font-weight: 600;
        line-height: 24px
    }

    .faq-one-accrodion .accrodion-content {
        padding: 0 20px 28px
    }

    .faq-one-accrodion .accrodion-title h4::before {
        font-size: 15px;
        top: 20%;
        right: -25px
    }

    .cta-section {
        padding: 30px 0
    }

    .cta h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .thm-btn {
        font-size: 16px;
        padding: 10px 50px;
        margin-top: 10px
    }

    .contact-expert__title {
        font-size: 24px
    }

    .dynamic_theme_block .btn-otp {
        font-size: 9px !important;
        line-height: 14px !important
    }

    .dynamic_theme_block .btn-register {
        width: 94% !important
    }

    .mt-5 {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-menu-wrapper__left {
        float: none
    }
}

@media (max-width:767px) {
    .main-menu-wrapper__logo {
        padding-right: 0;
        border-right: 0
    }

    .section-title__title {
        font-size: 24px;
        line-height: 30px
    }

    .section-title__title span {
        display: inline
    }

    .section-title__tagline {
        font-size: 18px;
        line-height: 24px
    }

    .main-header {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1199px)