.fix-class {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fix-class-1 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fix-class-5 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.back-header .back-menus li a.active {
    color: #2a6df5 !important;
}

.home_form {
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_form .submit_control {
    border: none;
    padding: 12px 22px;
    background: #f7f7f8;
    border-right: 16px solid #f7f7f8;
    border-radius: 6px;
    cursor: pointer;
}

.infinite_scroll {
    overflow: hidden;
}

.infinite_scroll .carouselTicker__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.infinite_scroll .carouselTicker__item {
    padding: 20px 50px;
    float: left;
    text-align: center;
}

.infinite_scroll .carouselTicker__item img {
    display: block;
    height: 35px;
    width: auto;
    object-fit: cover;
}

.footer-logo {
    width: 250px;
}

.footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {

    #backmenu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
    }
}











.instructor__area {
    padding: 50px 0 60px;
}

@media (max-width: 767.98px) {
    .instructor__area {
        padding: 50px 0 60px;
    }
}

.instructor__item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .instructor__item {
        justify-content: center;
        display: block;
        text-align: center;
    }
}


.instructor__thumb {
    position: relative;
    width: 180px;
    height: 180px;
    flex: 0 0 auto;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .instructor__thumb {
        margin: 0 auto 20px;
    }
}

.instructor__thumb::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(156deg, #F7F6F9 10.62%, #E9F5F5 90.16%);
    border-radius: 50%;
    z-index: -1;
}

.instructor__content .title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.instructor__content .title a {
    text-decoration: none;
    text-align: center;
    color: #000;
}

.instructor__content .designation {
    display: block;
    color: #2a6df5;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
}




.section-py-120 {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .section-py-120 {
        padding: 100px 0;
    }
}

.section__title .sub-title {
    display: inline-block;
    line-height: 1.62;
    background: #EFEEFE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 16px;
    font-weight: 500;
    color: #5751E1;
    margin: 0 0 14px;
}

.section__title .title {
    font-size: 36px;
    line-height: 1.33;
    margin: 0 0;
    letter-spacing: -0.75px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 29px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title {
        font-size: 36px;
    }
}

.section__title .title span:not(.svg-icon) {
    color: #5751E1;
    position: relative;
    color: #fff;
    padding: 0 13px 0 20px;
    font-weight: 700;
    display: inline-block;
    z-index: 1;
}

.section__title .title span:not(.svg-icon)>svg {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 59px;
    z-index: -1;
    color: #FFC224;
}

@media (max-width: 767.98px) {
    .section__title .title span:not(.svg-icon)>svg {
        height: 45px;
        top: -2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title span:not(.svg-icon)>svg {
        top: 0;
    }
}

.section__title .title.bold {
    font-weight: 700;
}

.section__title .title .svg-icon {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 61px;
    height: 68px;
}

.section__title .title .svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.section__title .title .svg-icon path {
    stroke: #161439;
}

.section__title p {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .section__title p br {
        display: none;
    }
}

.section__title.white-title .sub-title {
    background: #5751E1;
    color: #fff;
}

.section__title.white-title .title {
    color: #fff;
}

.section__title.white-title .title span:not(.svg-icon) {
    color: #fff;
}

.section__title.white-title p {
    color: #ACAACC;
}

.section__title .desc {
    margin: 10px 0 0;
}

.testimonial__item-wrap {
    position: relative;
}

.swiper-container {
    overflow: hidden;
}

.testimonial__item {
    background: #F6F5FE;
    padding: 40px 45px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .testimonial__item {
        padding: 30px 20px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item {
        padding: 30px 30px 30px;
    }
}

.testimonial__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonial__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .testimonial__author {
        gap: 15px;
    }

    .testimonial__author .testimonial__author-content {
        width: calc((100% - 15px - 65px));
    }
}

.testimonial__author-thumb {
    width: 65px;
    height: 65px;
}

.testimonial__author-thumb img {
    border: 3px solid #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__author .testimonial__author-content {
    width: calc((100% - 20px - 65px));
}

.testimonial__author-content-two .title {
    margin-bottom: 3px;
}

.testimonial__author-content-two span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.testimonial__author-two {
    gap: 10px;
}

.testimonial__author-content .rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 15px;
    color: #F8BC24;
    margin-bottom: 10px;
}

.testimonial__author-content .title {
    font-size: 20px;
    margin-bottom: 0;
}

.testimonial__content p {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .testimonial__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }
}

.testimonial__nav button {
    padding: 0;
    border-radius: 50%;
    border: 2px solid #1C1A4A;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a6df5;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    box-shadow: 3.6px 2.4px 0px 0px #23232B;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.testimonial__nav button.testimonial-button-prev {
    right: auto;
    left: -25px;
    box-shadow: -3.6px 2.4px 0px 0px #23232B;
}

@media (max-width: 1500px) {
    .testimonial__nav button {
        right: -20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav button {
        position: inherit;
        transform: translateY(0);
    }
}

@media (max-width: 1500px) {
    .testimonial__nav button.testimonial-button-prev {
        left: -20px;
    }
}

.testimonial__nav button.testimonial-button-prev i {
    transform: rotate(180deg);
}

.testimonial__nav button:hover {
    box-shadow: none;
}

.testimonial__area .heading {
    margin: 20px 0 70px;
}

.testimonial__area .heading h2,
.testimonial__area .heading h6 {
    color: #000;
}




/* Məzunlar */
.instructor__content-2 .instructor__inner__content {
    padding: 0 40px;
}

.event2__width .instructor__inner__content {
    padding: 0 20px;
}

.instructor__content-2 .university {
    color: #020334;
    font: 600 16px/16px "Poppins", sans-serif;
    padding: 15px 0 20px;
    text-align: center;
}

.event2__width .instructor__content-2 .university {
    color: #020334;
    font: 600 15px/15px "Poppins", sans-serif;
    padding: 10px 0 15px;
}

.instructor__content-2 .instructor__inner__content .faculty,
.instructor__content-2 .instructor__inner__content .location {
    display: flex;
    align-items: center;
    gap: 12px;
}

.instructor__content-2 .instructor__inner__content .location {
    margin: 10px 0;
}

.instructor__content-2 .instructor__inner__content .faculty .content,
.instructor__content-2 .instructor__inner__content .location .content {
    max-width: calc((100% - 15px - 30px));
    text-align: left;
    font: 400 15px/16px "Poppins", sans-serif;
}

.instructor__content-2 .instructor__inner__content .faculty .img {
    background: #2a6df5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.instructor__content-2 .instructor__inner__content .faculty .img img {
    display: block;
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.instructor__content-2 .instructor__inner__content .location .img {
    width: 30px;
}

.instructor__content-2 .instructor__inner__content .location .img img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .instructor__content-2 .instructor__inner__content {
        padding: 0 20px;
    }

    .instructor__content-2 .university {
        padding: 14px 0 18px;
    }

    .instructor__content-2 .instructor__inner__content .faculty,
    .instructor__content-2 .instructor__inner__content .location {
        gap: 13px;
    }

    .instructor__content-2 .instructor__inner__content .faculty .content,
    .instructor__content-2 .instructor__inner__content .location .content {
        width: calc((100% - 13px - 30px));
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .instructor__content-2 .instructor__inner__content {
        padding: 0 13px;
    }

    .instructor__content-2 .university {
        font: 600 14px/16px "Poppins", sans-serif;
        padding: 13px 0 16px;
    }

    .instructor__content-2 .instructor__inner__content .faculty,
    .instructor__content-2 .instructor__inner__content .location {
        gap: 12px;
    }

    .instructor__content-2 .instructor__inner__content .faculty .content,
    .instructor__content-2 .instructor__inner__content .location .content {
        width: calc((100% - 12px - 27px));
    }

    .instructor__content-2 .instructor__inner__content .faculty .img {
        width: 27px;
        height: 27px;
    }

    .instructor__content-2 .instructor__inner__content .location .img {
        width: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .instructor__content-2 .instructor__inner__content {
        padding: 0 10px 0 12px;
    }

    .instructor__content-2 .university {
        font: 600 14px/16px "Poppins", sans-serif;
        padding: 13px 0 16px;
    }

    .instructor__content-2 .instructor__inner__content .faculty,
    .instructor__content-2 .instructor__inner__content .location {
        gap: 12px;
    }

    .instructor__content-2 .instructor__inner__content .faculty .content,
    .instructor__content-2 .instructor__inner__content .location .content {
        width: calc((100% - 12px - 27px));
    }

    .instructor__content-2 .instructor__inner__content .faculty .img {
        width: 27px;
        height: 27px;
    }

    .instructor__content-2 .instructor__inner__content .location .img {
        width: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .instructor__content-2 .instructor__inner__content {
        padding: 0 10px 0 18px;
    }

    .instructor__content-2 .university {
        font: 600 14px/16px "Poppins", sans-serif;
        padding: 13px 0 16px;
    }

    .instructor__content-2 .instructor__inner__content .faculty,
    .instructor__content-2 .instructor__inner__content .location {
        gap: 12px;
    }

    .instructor__content-2 .instructor__inner__content .faculty .content,
    .instructor__content-2 .instructor__inner__content .location .content {
        width: calc((100% - 12px - 27px));
    }

    .instructor__content-2 .instructor__inner__content .faculty .img {
        width: 27px;
        height: 27px;
    }

    .instructor__content-2 .instructor__inner__content .location .img {
        width: 27px;
    }
}

@media only screen and (max-width: 575.98px) {
    .instructor__area .instructor__content {
        margin-bottom: 40px;
        box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
    }

    .instructor__content-2 .instructor__inner__content {
        padding: 0;
        margin-top: 20px;
    }

    .instructor__content-2 .university {
        font: 600 14px/16px "Poppins", sans-serif;
        padding: 13px 0 16px;
    }

    .instructor__content-2 .instructor__inner__content .faculty,
    .instructor__content-2 .instructor__inner__content .location {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .instructor__content-2 .instructor__inner__content .faculty .content,
    .instructor__content-2 .instructor__inner__content .location .content {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .instructor__content-2 .instructor__inner__content .faculty .img {
        width: 40px;
        height: 40px;
    }

    .instructor__content-2 .instructor__inner__content .location .img {
        width: 40px;
    }
}

/* Məzunlar */














/* Home First Page */
.hero3__image {
    margin-left: 61px;
    position: absolute;
}

.hero3__image-1 {
    width: 480px;
    height: 520px;
}

.hero3__image-2 {
    position: absolute;
    top: 34%;
    right: -22%;
    -webkit-animation: hero3-image 3s linear infinite alternate;
    -moz-animation: hero3-image 3s linear infinite alternate;
    -o-animation: hero3-image 3s linear infinite alternate;
    animation: hero3-image 3s linear infinite alternate;
    width: 240px;
    height: 240px;
}

.hero3__image-course {
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 30px 40px 0px rgba(122, 0, 39, 0.2);
    /* background-color: #fd467f; */
    background-color: #9a1c29;
    top: 69.5%;
    right: 71.5%;
    width: 150px;
    height: 150px;
    -webkit-animation: hero3-image 3s linear infinite alternate;
    -moz-animation: hero3-image 3s linear infinite alternate;
    -o-animation: hero3-image 3s linear infinite alternate;
    animation: hero3-image 3s linear infinite alternate;
}

.hero3__image-course-1 span {
    position: absolute;
    font-size: 40px;
    line-height: 20px;
    font-weight: 800;
    color: #ffffff;
    top: 40%;
    left: 20%;
}

.hero3__image-course-2 span {
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    color: #ffffff;
    top: 57%;
    left: 29%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .hero3__image {
        margin-left: 40px;
    }

    .hero3__image-1 {
        width: 450px;
        height: 480px;
    }

    .hero3__image-2 {
        right: -18%;
        width: 220px;
        height: 220px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .hero3__image {
        margin-left: 25px;
        margin-top: 40px;
    }

    .hero3__image-1 {
        width: 450px;
        height: 480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero3__image {
        margin-left: 10px;
        margin-top: 50px;
    }

    .hero3__image-1 {
        width: 360px;
        height: 390px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .hero3__image {
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 100px;
        display: flex;
        justify-content: center;
    }

    .hero3__image-1 {
        width: 80%;
        height: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    .hero3__image {
        margin: 0;
        position: relative;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 90px;
        display: flex;
        justify-content: center;
    }

    .hero3__image-1 {
        width: 80%;
        height: auto;
    }

    .hero3__image-course {
        top: 60%;
        left: 5%;
        width: 110px;
        height: 110px;
    }

    .hero3__image-course-1 span {
        font-size: 30px;
        font-weight: 700;
        top: 37%;
        left: 20%;
    }

    .hero3__image-course-2 span {
        font-size: 15px;
        font-weight: 700;
        top: 57%;
        left: 29%;
    }
}

/* Home First Page */




/* Gallery Swiper and Map iframe */
img.mfp-img {
    width: calc(2.2 * 275px);
    height: calc(2.2 * 305px);
}

.back-contact-page .back-contacts .back-image-maping {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.back-contact-page .back-contacts .back-image-maping iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.back-gallery .back-gallery-inner img {
    height: 270px !important;
}

@media only screen and (min-width: 1200px) and (max-width:1399.98px) {
    img.mfp-img {
        width: calc(2.1 * 275px);
        height: calc(2.1 * 305px);
    }

    .back-contact-page .back-contacts .back-image-maping {
        height: 470px;
    }

    .back-gallery .back-gallery-inner img {
        height: 230px !important;
    }
}

@media only screen and (min-width: 992x) and (max-width:1199.98px) {
    img.mfp-img {
        width: calc(1.9 * 275px);
        height: calc(1.9 * 305px);
    }

    .back-contact-page .back-contacts .back-image-maping {
        height: 440px;
    }

    .back-gallery .back-gallery-inner img {
        height: 200px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    img.mfp-img {
        width: calc(1.7 * 275px);
        height: calc(1.7 * 305px);
    }

    .back-contact-page .back-contacts .back-image-maping {
        height: 410px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767.98px) {
    img.mfp-img {
        width: calc(1.4 * 275px);
        height: calc(1.4 * 305px);
    }

    .back-contact-page .back-contacts .back-image-maping {
        height: 380px;
    }
}

@media only screen and (max-width: 575.98px) {
    img.mfp-img {
        width: calc(1.1 * 275px);
        height: calc(1.1 * 305px);
    }

    .back-contact-page .back-contacts .back-image-maping {
        height: 350px;
    }
}

/* Gallery Swiper */

@media only screen and (max-width: 991.98px) {
    .about_right_side {
        margin-top: 80px;
    }

    .about_right_side .about__content {
        align-items: center;
    }
}
















/* Education */
.course__item:hover .course-two__thumb svg {
    fill: red
}

.course-two__thumb {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 3/2;
}

.course-two__thumb img {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="300" ry="278" fill="black"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="300" ry="278" fill="black"/></svg>');
    mask-repeat: repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100% !important;
    height: 100% !important;
}

.course-two__thumb svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    fill: blue;
    transition: 500ms ease;
    z-index: -1;
    width: calc(100% - 63px);
}

.course-two__shape-top {
    position: absolute;
    right: 50px;
    top: 85px;
    z-index: 3;
    display: none;
}

.course-two__shape-top img {
    -webkit-animation: movebounce3 2s linear infinite;
    animation: movebounce3 2s linear infinite;
    width: 150px;
}

@keyframes movebounce3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}



.course-two__shape-bottom {
    position: absolute;
    left: 70px;
    bottom: 135px;
    z-index: 3;
    display: none;
}

.course-two__shape-bottom img {
    -webkit-animation: movebounce2 2s linear infinite;
    animation: movebounce2 2s linear infinite;
    width: 150px;
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@media (min-width: 992px) {
    .course-two__shape-top {
        display: block;
    }

    .course-two__shape-bottom {
        display: block;
    }
}

/* Education */




















































































































































/* Responsive */
.back-course-filter2 .single-studies .inner-course .case-content .inner-content {
    padding: 20px 30px;
    min-height: 170px;
}

.case-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 240px;
}

.case-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event2__container {
    display: flex;
    box-shadow: 0px 30px 50px 0px rgba(4, 5, 60, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.event2__container .event2__image {
    width: 45%;
    aspect-ratio: 2/1;
}

.event2__container .event2__image img {
    display: block;
    width: 100%;
    height: 100%;
    /* Height mutleq sekilde sifirlanmalidirki digerinin hundurluyunu gotursun */
    object-fit: cover;
}

.event2__container .event2__wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 55%;
}

.event2__container .event2__wrapper .event2__wrapper-4 .btn {
    padding: 0;
}


.about2__area .about__image {
    position: relative;
}

.about2__area .about__image .back__shape__main {
    display: block;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 7px;
}

.about2__area .about__image .back__shape__main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about2__area .about__image .back__shape__1 {
    width: 170px;
    height: auto;
}

.about2__area .about__image .back__shape__2 {
    width: 250px;
    height: auto;
}

.instructor__area .instructor__item .instructor__content {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

.index_instructor .instructor__content {
    background-color: #f5f7fa;
    margin-bottom: 22px;
    border-radius: 10px;
}

.feature__item .feature__icon {
    width: 60px;
    height: 60px;
}

.feature__item .feature__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}











#anket.back-home3-banner-form.form__area {
    position: relative;
    z-index: 10;
    box-shadow: 0px 40px 50px 0px rgba(0, 15, 56, 0.2);
    background: url(../images/banner2/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

#anket.back-home3-banner-form.form__area .custom_container {
    max-width: 1300px;
    margin: 0 auto;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 60px;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .category3__btn {
    max-width: 30%;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .category3__btn .anchor__button {
    background: #fff;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .category3__btn .anchor__button:hover {
    background: #2a6df5;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section .back__subtitle {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section .back__tittle {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.breadcrumbs-wrap .desktop {
    display: block;
    width: 100%;
    height: 380px !important;
    object-fit: cover;
}

.breadcrumbs-wrap .mobile {
    display: block;
    width: 100%;
    height: 150px !important;
    object-fit: cover;
}

.breadcrumbs-wrap.blog_details .desktop {
    height: 500px !important;
}

.breadcrumbs-wrap.blog_details .mobile {
    height: 650px !important;
}

.back-blog-page-single .blog-single-inner .blog-image,
.back-blog-page .single-blog .inner-blog .blog-img,
.back__course__area .image-banner {
    margin-bottom: 42px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.back-blog-page-single .blog-single-inner .blog-image img,
.back-blog-page .single-blog .inner-blog .blog-img img,
.back__course__area .image-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.back-blog-page .single-blog .blog-content {
    padding: 20px 0;
}




.course__item {
    min-height: 460px;
}

.back__course__area .course__item .back-course-title {
    margin-top: 20px;
}

.back__course__area .course__item .course__inner {
    padding: 25px 25px 1px;
}

.course__item .course__thumb {
    height: 245px;
    width: 100%;
}

.course__item .course__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.course__item .course__thumb a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    #anket.back-home3-banner-form.form__area {
        padding: 60px 0;
    }

    #anket.back-home3-banner-form.form__area .custom_container {
        max-width: 1180px;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper {
        padding: 0;
    }

    /* .breadcrumbs-wrap .desktop {
        height: 525px !important;
    } */

    .back-sidebar .widget {
        padding: 40px;
    }

    .back-sidebar ul.recent-posts li .titles h4 a {
        font-size: 15px;
        line-height: 15px;
    }

    .back-sidebar ul.recent-posts li .titles span {
        font-size: 14px;
        line-height: 14px;
    }

    .course__item {
        min-height: 460px;
    }

    .back__course__area .course__item .back-course-title {
        margin-top: 20px;
    }

    .back__course__area .course__item .course__inner {
        padding: 25px 25px 1px;
    }

    .course__item .course__thumb {
        height: 245px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #anket.back-home3-banner-form.form__area {
        padding: 60px 0;
    }

    #anket.back-home3-banner-form.form__area .custom_container {
        max-width: 98%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper {
        padding: 0;
    }

    /* .breadcrumbs-wrap .desktop {
        height: 500px !important;
    } */

    .back-sidebar .widget {
        padding: 35px;
    }

    .back-sidebar ul.recent-posts li .titles h4 a {
        font-size: 14px;
        line-height: 14px;
    }

    .back-sidebar ul.recent-posts li .titles span {
        font-size: 13px;
        line-height: 13px;
    }


    .course__item {
        min-height: 440px;
    }

    .back__course__area .course__item .back-course-title {
        margin-top: 20px;
    }

    .back__course__area .course__item .course__inner {
        padding: 25px 25px 1px;
    }

    .course__item .course__thumb {
        height: 245px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #anket.back-home3-banner-form.form__area {
        padding: 60px 0;
    }

    #anket.back-home3-banner-form.form__area .custom_container {
        max-width: 98%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper {
        padding: 0;
    }


    .breadcrumbs-wrap .desktop {
        height: 380px !important;
    }

    .breadcrumbs-wrap .mobile {
        height: 340px !important;
    }

    .breadcrumbs-wrap.blog_details .desktop {
        height: 500px !important;
    }

    .breadcrumbs-wrap.blog_details .mobile {
        height: 500px !important;
    }



    .course__item {
        min-height: 0;
    }

    .back__course__area .course__item .back-course-title {
        margin-top: 20px;
    }

    .back__course__area .course__item .course__inner {
        padding: 35px;
    }

    .course__item .course__thumb {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    #anket.back-home3-banner-form.form__area {
        padding: 60px 0;
    }

    #anket.back-home3-banner-form.form__area .custom_container {
        max-width: 95%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section h6,
    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section h2 {
        text-align: center;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .category3__btn {
        max-width: 100%;
        margin-top: 40px;
    }

    .breadcrumbs-wrap .desktop {
        height: 380px !important;
    }

    .breadcrumbs-wrap .mobile {
        height: 320px !important;
    }

    .breadcrumbs-wrap.blog_details .desktop {
        height: 450px !important;
    }

    .breadcrumbs-wrap.blog_details .mobile {
        height: 450px !important;
    }

    .course__item {
        min-height: 0;
    }

    .back__course__area .course__item .back-course-title {
        margin-top: 20px;
    }

    .back__course__area .course__item .course__inner {
        padding: 35px;
    }

    .course__item .course__thumb {
        height: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    #anket.back-home3-banner-form.form__area {
        padding: 60px 0;
    }

    #anket.back-home3-banner-form.form__area .custom_container {
        max-width: 95%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section h6,
    #anket.back-home3-banner-form.form__area .form__inner__wrapper .back__title__section h2 {
        text-align: center;
    }

    #anket.back-home3-banner-form.form__area .form__inner__wrapper .category3__btn {
        max-width: 100%;
        margin-top: 40px;
    }

    .breadcrumbs-wrap .desktop {
        height: 380px !important;
    }

    .breadcrumbs-wrap .mobile {
        height: 300px !important;
    }

    .breadcrumbs-wrap.blog_details .desktop {
        height: 400px !important;
    }

    .breadcrumbs-wrap.blog_details .mobile {
        height: 400px !important;
    }

    .course__item {
        min-height: 0;
    }

    .back__course__area .course__item .back-course-title {
        margin-top: 20px;
    }

    .back__course__area .course__item .course__inner {
        padding: 35px;
    }

    .course__item .course__thumb {
        height: auto;
    }
}








@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .case-img {
        height: 230px;
    }

    .event2__container .event2__wrapper {
        padding: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .case-img {
        height: 220px;
    }

    .back-course-filter2 .single-studies .inner-course .case-content .inner-content {
        padding: 20px 30px;
        min-height: 155px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .case-img {
        height: auto;
    }

    .back-course-filter2 .single-studies .inner-course .case-content .inner-content {
        padding: 30px;
        min-height: auto;
    }

    .event2__container {
        flex-direction: column;
    }

    .event2__container .event2__image {
        width: 100%;
    }

    .event2__container .event2__wrapper {
        padding: 40px;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .case-img {
        height: auto;
    }

    .back-course-filter2 .single-studies .inner-course .case-content .inner-content {
        padding: 30px;
        min-height: auto;
    }

    .event2__container {
        flex-direction: column;
    }

    .event2__container .event2__image {
        width: 100%;
    }

    .event2__container .event2__wrapper {
        padding: 35px;
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .case-img {
        height: auto;
    }

    .back-course-filter2 .single-studies .inner-course .case-content .inner-content {
        padding: 30px;
        min-height: auto;
    }

    .event2__container {
        flex-direction: column;
    }

    .event2__container .event2__image {
        width: 100%;
    }

    .event2__container .event2__wrapper {
        padding: 30px;
        width: 100%;
    }

    .about2__area .about__image .back__shape__1 {
        width: 120px;
        height: auto;
    }

    .about2__area .about__image .back__shape__2 {
        width: 190px;
        height: auto;
    }


    .back-blog-page .single-blog {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* Responsive */



/* Footer */
.back-footer .footer-top .footer-widget .footer-logo {
    width: 250px;
    height: 77px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .back-footer .footer-top .footer-widget .footer-logo {
        width: 210px;
        height: 65px;
    }
}

.back-footer .footer-top .footer-widget .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.back-footer .footer-top .footer-widget .footer-logo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.back-contact-page .back-address strong {
    font-size: 16px;
    color: #020334;
    font-weight: 800;
    margin: 0 0 3px;
    display: inline-block;
}

.back-contact-page .back-address a {
    font-size: 16px;
    color: #4b4b57;
}

.back-contact-page .back-address a:hover {
    color: #2a6df5;
}

.back-footer .footer-top .footer-widget .footer-address li.back-address svg {
    /* margin-right: 10px; */
    width: 22px;
    position: relative;
    top: 1px;
}

.back-footer .footer-top .footer-widget .footer-address li a {
    width: calc((100% - 10px - 25px)) !important;
}

.back-footer .footer-top .footer-widget .footer-address li svg,
.back-footer .footer-top .footer-widget .footer-address li img,
.back-footer .footer-top .footer-widget .footer-address li i {
    width: 25px !important;
}

/* Footer */






.event2__width .instructor__content-2 h4 {
    overflow: hidden;
    margin: 0;
    line-height: 18px;
}

.event2__width .instructor__content-2 .university {
    padding: 0;
    margin: 7px 0 10px;
    overflow: hidden;
}

.instructor__content-2 .instructor__inner__content .faculty {
    overflow: hidden;
}

.instructor__content-2 .instructor__inner__content .location {
    overflow: hidden;
}

@media only screen and (min-width: 1200px) {
    .instructor__area .instructor__content:not(.second) {
        height: 455px;
    }

    .event2__width .instructor__content-2 h4 {
        height: 42px;
    }

    .event2__width .instructor__content-2 .university {
        height: 30px;
    }

    .instructor__content-2 .instructor__inner__content .faculty {
        max-height: 50px;
    }

    .instructor__content-2 .instructor__inner__content .location {
        max-height: 35px;
    }
}




@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .instructor__area .instructor__content:not(.second) {
        height: 435px;
    }

    .event2__width .instructor__content-2 h4 {
        height: 42px;
    }

    .event2__width .instructor__content-2 .university {
        height: 30px;
    }

    .instructor__content-2 .instructor__inner__content .faculty {
        max-height: 35px;
    }

    .instructor__content-2 .instructor__inner__content .location {
        max-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .instructor__area .instructor__content:not(.second) {
        height: 430px;
    }

    .event2__width .instructor__content-2 h4 {
        height: 42px;
    }

    .event2__width .instructor__content-2 .university {
        height: 30px;
    }

    .instructor__content-2 .instructor__inner__content .faculty {
        max-height: 32px;
    }

    .instructor__content-2 .instructor__inner__content .location {
        max-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .instructor__area .instructor__content:not(.second) {
        height: 435px;
    }

    .event2__width .instructor__content-2 h4 {
        height: 42px;
    }

    .event2__width .instructor__content-2 .university {
        height: 30px;
    }

    .instructor__content-2 .instructor__inner__content .faculty {
        max-height: 32px;
    }

    .instructor__content-2 .instructor__inner__content .location {
        max-height: 32px;
    }
}









.courses__wrapper {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.courses__wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.courses__wrapper a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    transition: 0.4s;
}

.courses__wrapper a:hover img {
    transform: scale(1.1);
}

.courses__wrapper a span {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    backdrop-filter: blur(8px);
    /*background: hsla(0, 0%, 100%, .24);*/
    /* background: #c82128; */
    background: #020334;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 18px;
    max-width: calc((100% - 2 * 30px));
}

#whatsapp .whatsapp_anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    width: 70px;
    height: 70px;
    right: 50px;
    bottom: 50px;
    background-color: #25d366;
    transform: all 0.5s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border-right: none;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    border: 0;
    line-height: 50px;
}

#whatsapp .whatsapp_anchor:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#whatsapp .whatsapp_anchor:focus {
    border: none;
    outline: none;
}


.filter__links {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.filter__links .filter__links__item{
    align-items: center;
    border-radius: 100px;
    border: 1px solid #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    padding: 14px 24px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.filter__links .filter__links__item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    z-index: 2;
    transition: 0.4s;
    padding: 0;
    margin: 0;
}
.filter__links .filter__links__item:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    /* background: #fd467f; */
    background-color: #9a1c29;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}
.filter__links .filter__links__item:hover:before{
    width: 105%;
    height: 105%;
    border-radius: 100px;
    z-index: 1;
} 
.filter__links .filter__links__item:hover p{
    color: #fff;
} 

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {

    .courses__wrapper {
        height: 380px;
        margin-bottom: 28px;
    }

    .courses__wrapper a span {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #whatsapp .whatsapp_anchor {
        width: 67px;
        height: 67px;
        right: 47px;
        bottom: 47px;
    }

    #whatsapp .whatsapp_anchor:before {
        width: 77px;
        height: 77px;
    }
    .filter__links {
        padding: 17px 0;
        margin-bottom: 30px;
        gap: 10px;
    }
    .filter__links .filter__links__item{
        border-radius: 100px;
        line-height: 24px;
        padding: 14px 23px;
    }
    .filter__links .filter__links__item p{
        font-size: 16px;
        font-weight: 500;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses__wrapper {
        height: 350px;
        margin-bottom: 25px;
    }

    .courses__wrapper a span {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #whatsapp .whatsapp_anchor {
        width: 65px;
        height: 65px;
        right: 45px;
        bottom: 45px;
    }

    #whatsapp .whatsapp_anchor:before {
        width: 75px;
        height: 75px;
    }
    .filter__links {
        padding: 15px 0;
        margin-bottom: 30px;
        gap: 9px;
    }
    .filter__links .filter__links__item{
        border-radius: 100px;
        line-height: 24px;
        padding: 12px 18px;
    }
    .filter__links .filter__links__item p{
        font-size: 16px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .courses__wrapper {
        height: 550px;
        margin-bottom: 25px;
    }

    .courses__wrapper a span {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #whatsapp .whatsapp_anchor {
        width: 63px;
        height: 63px;
        right: 43px;
        bottom: 43px;
    }

    #whatsapp .whatsapp_anchor:before {
        width: 73px;
        height: 73px;
    }
    .filter__links {
        padding: 15px 0;
        margin-bottom: 30px;
        gap: 10px;
    }
    .filter__links .filter__links__item{
        border-radius: 100px;
        line-height: 24px;
        padding: 14px 24px;
    }
    .filter__links .filter__links__item p{
        font-size: 16px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .courses__wrapper {
        height: 470px;
        margin-bottom: 25px;
    }

    .courses__wrapper a span {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #whatsapp .whatsapp_anchor {
        width: 60px;
        height: 60px;
        right: 40px;
        bottom: 40px;
    }

    #whatsapp .whatsapp_anchor:before {
        width: 70px;
        height: 70px;
    }
    .filter__links {
        padding: 15px 0;
        margin-bottom: 30px;
        gap: 9px;
    }
    .filter__links .filter__links__item{
        border-radius: 100px;
        line-height: 24px;
        padding: 13px 22px;
    }
    .filter__links .filter__links__item p{
        font-size: 16px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575.98px) {
    .courses__wrapper {
        height: 400px;
        margin-bottom: 25px;
    }

    .courses__wrapper a span {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
    }

    #whatsapp .whatsapp_anchor {
        width: 55px;
        height: 55px;
        right: 35px;
        bottom: 35px;
    }

    #whatsapp .whatsapp_anchor:before {
        width: 65px;
        height: 65px;
    }
    .filter__links {
        padding: 15px 0;
        margin-bottom: 30px;
        gap: 8px;
    }
    .filter__links .filter__links__item{
        border-radius: 100px;
        line-height: 24px;
        padding: 10px 18px;
    }
    .filter__links .filter__links__item p{
        font-size: 15px;
        font-weight: 500;
    }
}



