body {
    font-family: "Proxima Nova", sans-serif;
    overflow-x: hidden;
}

main {
    background-color: #fff;
}

a:hover {
    filter: saturate(0.5%);
    text-decoration: none;
}

.intro__background {
    position: absolute;
    transform: scale(1.5);
    right: -120px;
    bottom: 0;
}

.cardI .sections__item {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
}

.cardI .sections__item.nav-link.active {
    height: 70px;
}

.new {
    position: relative;
    z-index: 5;
}

.tabs-section__title {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.card-body1 {
    top: 0;
    margin: 0;
}

.arrow-section {
    top: 80px;
    left: 26%;
    bottom: 0;
}

.tabs-section {
    position: relative;
}

.course-title {
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-text {
    height: 77px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-img img {
    height: 60px;
    margin-left: 22px;
}

.news-text {
    height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-arrow {
    display: flex;
    align-items: flex-end;
}

.slider__one-link p {
    font-size: 16px;
}

.row {
    max-width: unset;
}

.footer {
    padding: 40px 30px;
}

.form-drop_footer {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    padding: 0;
}

.form-drop_footer input {
    margin-right: 10px;
}

.form-drop button {
    height: 50px;
    padding: 6px 10px;
}

.swiper-container.two {
    position: relative;
}

.testimonial {
    position: relative;
}

.slider-two__background {
    position: absolute;
    top: -50px;
}

.apply-edu_main {
    position: relative;
    background-image: url("../img/bg-apply.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 70px 0;
    border-radius: 10px;
    margin-bottom: 60px;
}

.apply-edu_main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 154, 163, 0.37);
}

.town {
    margin-bottom: 64px;
}

.swiper__feedbacks .swiper-slide {
    transition: ease-in-out 0.2s all;
    height: 356px;
}

.feedbacks-info-left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    height: 356px;
    width: 264px;
    justify-content: center;
}

.nav__link:hover {
    color: #149aa3;
}

.swiper__feedbacks .swiper-slide {
    padding: 0 20px 0 0;
    position: relative;
    overflow: hidden;
}

.tab-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 0.2s ease-in-out;
}

.form-drop_information {
    position: fixed;
    right: 10px;
    bottom: 20px;
    max-width: 300px;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #149aa3;
}

.swiper-pagination-bullets {
    bottom: -5px !important;
}

.form-drop__background {
    position: absolute;
}
/*
.services .nav {
    display: flex;
    flex-wrap: nowrap;
} */

/* .nav-link_services {
    width: 460px!important;
} */

.courses .test-header {
    height: 70px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.courses .test-text {
    height: 90px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.courses .slider-image {
    border-radius: unset;
}

.card-header .nav-tabs .nav-link.active .tab-icon-wrapper {
    background-color: rgba(20, 154, 163, 0.1);
}

@media only screen and (max-width: 1500px) {
    .courses-slider {
        margin-left: 180px;
    }

    .tabs-section1 {
        margin: 0 30px;
    }

    .form-drop_information {
        max-width: 440px;
    }

    .card-body1 {
        left: 5%;
    }

    /* .cardI {
        display: block;
    }

    .card-body1 {
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    } */
}

@media only screen and (max-width: 1024px) {
    .form-drop_information {
        position: relative;
        margin: 40px auto;
    }

    .card-body1 {
        width: 100% !important;
    }

    /* .card-header .nav-tabs .nav-link.active,
    .tabs-section2 .nav-tabs .nav-link,
    .card-header .nav-tabs .nav-link:hover {
        padding: 10px 15px;
        min-height: 70px;
    } */

    .swiper-slide .overlay {
        height: 420px;
    }

    .swiper-container.one {
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .nav__content {
        row-gap: 0;
    }

    .nav {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .bg-intro {
        display: none;
    }

    .tabs-section .card-body {
        padding: 0;
    }

    .tabs-section1 {
        margin: 0 10px;
    }

    .sliders h1 {
        font-size: 26px;
    }

    .courses {
        padding: 60px 0 0 0;
    }
    .swiper__feedbacks .swiper-slide {
        padding: 0 20px;
    }
    .swiper__feedbacks .swiper-slide a:hover {
        filter: unset;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-inner {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 576px) {
    .feedbacks-info-left {
        display: none;
    }
    .feedbacks-info-right {
        margin-left: 0;
    }
}

.modal-more-info .test-author:before {
    content: unset;
}

.form-drop_main {
    padding: 0;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    padding: 0;
}

.form-drop_main input {
    font-size: 16px;
    padding: 16px 24px;
    font-weight: 500;
    color: #149aa3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.form-drop_main button {
    height: 58px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.about-count {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0;
    margin-top: 30px;
}

.about-count .count {
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(100px);
    border-radius: 10px;
    padding: 40px 60px 40px 37px;
}

.about-count .count-icon {
    margin-right: 15px;
}

.about-count .count-info h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 0.75;
    color: #114b4f;
}

.about-count .count-info span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.apply-edu_about {
    background-image: unset;
    padding-bottom: 0;
}

.apply-edu_about:before {
    content: unset;
}

.apply-edu_about .edu-title p {
    color: #149aa3;
}

.apply-edu_about .edu-text p {
    color: #9a9a9a;
}

.tabs-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tabs-view:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        #edfffc 0%,
        rgba(237, 255, 252, 0) 100%
    );
}

.sections-slider .nav {
    flex-wrap: unset;
    padding: 10px 0;
}

.tabs-section .card-header {
    padding: 0;
}

.tab-text p {
    position: relative;
}

.sections-editor {
    position: relative;
}

.sections-editor .prefix-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 35px;
    padding: 0;
}

.tab-text-black p {
    color: #1b2d35;
}

.tabs-section .card-body {
    margin-top: 35px;
}

.univerity-block {
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.2s ease-in-out all;
}

.univerity-block:hover {
    filter: brightness(0.8);
}

.univerity-block-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 185px;
}

.univerity-block-title {
    background: rgba(20, 153, 163, 0.1);
    backdrop-filter: blur(50px);
    border-radius: 0px 0px 10px 10px;
}

.univerity-block-title h3 {
    color: #149aa3;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 12px;
}

.info-text-universities h3,
.info-text-universities h4,
.info-text-universities strong {
    font-size: 24px;
    font-weight: 600;
    color: #149aa3;
}

.info-text a {
    color: #000;
    padding: 5px 12px;
    background-color: #f1eded;
}

.info-text img {
    border-radius: 10px;
    margin: 22px 0;
}

.info-text {
    position: relative;
}

.info-text p {
    position: relative;
    z-index: 10;
}

.info-text:before {
    content: "";
    position: absolute;
    top: 70px;
    right: 0;
    background-image: url("../img/official-partner-opacity.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 298px;
    height: 298px;
}

.info-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/official-partner.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 174px;
    height: 174px;
}

.services-bg {
    position: relative;
    background-image: url("../img/bg-services.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.services-bg:before {
    content: "";
    background-color: rgba(0, 127, 135, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.services .nav-tabs .nav-link.active,
.services .nav-tabs .nav-item.show .nav-link {
    border-radius: 10px !important;
}

.tabs-view .tab-text p {
    padding-left: 50px;
}

.slider-card {
    max-width: 100%;
    margin-left: 340px;
}

.services-card-body .tab-text {
    padding-top: 190px;
}

.button-white {
    font-size: 20px;
    font-weight: 600;
    color: #149aa3;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 24px;
    transition: ease-in-out all 0.2s;
}

.button-white:hover {
    color: #149aa3;
}

.apply-edu_about {
    margin-top: 30px;
    background-image: url("../img/Mask Group.png");
    border-radius: 10px;
}

.apply-edu_about:before {
    content: "";
    background: linear-gradient(
        152.97deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(42px);
    border-radius: 10px;
}

.courses-slider {
    max-width: 100%;
    margin-left: 370px;
}

.courses-swiper .swiper-slide {
    height: 400px;
    padding: 24px;
}

.courses-swiper .slider-image {
    margin: 10px 0 26px 0;
}
.courses-swiper .slider-image img {
    height: 100px;
}

.courses-header-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.courses-header-info {
    background-color: rgba(20, 154, 163, 0.05);
    padding: 52px 20px 30px 96px;
}

.courses-header-info h3 {
    font-size: 24px;
    font-weight: 600;
    color: #149aa3;
    padding-bottom: 18px;
}

.courses-header-info span {
    font-size: 14px;
    font-weight: 500;
    color: #898989;
}

.courses-header-info p {
    font-size: 20px;
    color: #1b2d35;
}

.footer-social {
    font-size: 56px;
    font-weight: 600;
    margin-top: 110px;
}

.footer-social h3 {
    font-size: 56px;
    margin-bottom: 30px;
    color: #74848b;
}
.footer-social h3 span {
    color: #149aa3;
}

.social-list ul {
    display: flex;
}

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

.fixed-form {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #c6e7e9;
    border-radius: 10px;
    font-size: 17px;
    line-height: 29px;
    padding: 6px 37px;
    text-align: center;
    margin: 0 20px 5px 20px;
    color: #149aa3;
}

.fixed-form a {
    display: block;
    font-weight: 600;
    color: #149aa3;
}

.form-drop_modal {
    box-shadow: unset;
    background-color: unset;
    padding: 30px;
}

.prefix-icon {
    position: absolute;
    padding-top: 32px;
    border-radius: 0 !important;
}

.editor-content {
    padding: 25px 0 15px 50px;
}

.information-image {
    display: block;
    width: 100%;
}

.editor-content p {
    line-height: 1.8;
}

.select {
    background: #ffffff;
    border: 1px solid #149aa3;
    color: #149aa3;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    margin-bottom: 32px !important;
    width: 100%;
    padding: 1rem;
}

.reviews {
    padding-bottom: 100px;
}

.reviews__block {
    display: block;
    background-color: #f3fafa;
    margin-bottom: 25px;
}

.reviews__name {
    display: flex;
    justify-content: space-between;
}

.service__title {
    font-size: 40px;
    font-weight: 700;
    color: #149aa3;
    margin-bottom: 15px;
}

.service__description {
    font-size: 18px;
    color: #9a9a9a;
    padding-bottom: 30px;
}

.service__button {
    font-size: 18px;
    color: #fff;
    padding: 21px 46px;
    background-color: #149aa3;
    border-radius: 10px;
}

.service__image {
    position: relative;
}

.service__image img {
    border-radius: 5px;
}

.service__image:before {
    content: "";
    width: 166px;
    height: 115px;
    border-radius: 5px;
    background-color: #149aa3;
    position: absolute;
    bottom: -50px;
    left: -110px;
}

.service__info {
    margin-right: 100px;
}

.our-services {
    padding: 100px 0 170px 0;
}

.consulation {
    background-color: #f3fafa;
    padding: 68px 0;
}

.consulation__title {
    font-size: 30px;
    color: #1b2d35;
    padding-bottom: 30px;
}

.consulation__count {
    font-size: 30px;
    font-weight: 700;
    color: #149aa3;
    padding-right: 25px;
}

.consulation__description {
    font-size: 18px;
    font-weight: 250;
    color: #000;
    margin: 0;
}

.reviews__name h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1b2d35;
}

.reviews__university p {
    font-size: 12px;
    color: #149aa3;
    padding-left: 10px;
    margin: 0;
}

.reviews__university {
    position: relative;
    margin-top: 25px;
}

.reviews__university:before {
    content: "";
    position: absolute;
    top: -15px;
    background-color: #149aa3;
    display: block;
    width: 50px;
    height: 2px;
    opacity: 0.5;
}

.reviews__university img {
    opacity: 0.5;
}

.reviews__name h3:nth-child(2) {
    color: #9a9a9a;
}

.reviews__block-wrapper {
    padding: 16px;
}

.reviews__university {
    display: flex;
    align-items: flex-start;
}

.reviews__block-image {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
}

.reviews__apply {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    padding: 13px 42px;
    background-color: #149aa3;
    border-radius: 10px;
}

@media only screen and (max-width: 1500px) {
    .courses-slider {
        margin-left: 180px;
    }
    .slider-card {
        margin-left: 120px;
    }
}

@media only screen and (max-width: 1368px) {
    .courses-slider {
        margin-left: 100px;
    }

    .services {
        padding: 120px 0;
    }

    .about-us {
        margin-top: 80px;
    }

    .slider-card {
        margin-left: 70px;
    }

    .tab-img-s {
        top: -80px;
        left: -50px;
        width: 400px;
    }
}

@media only screen and (max-width: 992px) {
    .courses-slider {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .courses-header-image {
        height: 320px;
        margin-bottom: 30px;
    }

    .service__info {
        margin: 0 0 100px 0;
    }

    .service__image:before {
        content: unset;
    }
    .slider-card {
        margin-left: 34px;
    }
    .tab-img-s {
        left: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .courses-header-image {
        height: 200px;
        margin-bottom: 30px;
    }

    .slider-card {
        margin-left: 0px;
    }

    .services {
        padding: 30px 0;
    }

    .tab-img-s {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .form-drop_information {
        display: none;
    }
    .fixed-form {
        display: block;
    }
}
