@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  

-----------------------------------------------------------------------------------

/*********** TABLE OF CONTENTS **************

  01. VARIBALES DECLARARION

**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES DECLARARION
/*  02. HEADER AREA
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@200;300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&display=swap");

:root {
    --primary: #FF3158;
    --secondary: #f50366;
    --white: #fff;
    --white-2: #F5F5F5;
    --black: #000;
    --black-2: #001D25;
    --black-3: #1F242C;
    --black-4: #67687A;
    --black-5: #001920;
    --black-6: #070F2C;
    --black-7: #111010;
    --green: #002935;
    --green-2: #1A434F;
    --green-3: #002E3B;
    --green-4: #335862;
    --gray-2: #F4F5FA;
    --gray-3: #333F4D;
    --gray-4: #B3C0C4;
    --gray-5: #4A5355;
    --gray-6: #E6E8E9;
    --gray-7: #D9DDDE;
    --gray-8: #80979D;
    --yellow: #F9C02F;
    --yellow-2: #FFA41B;
    --pink: #FFEAEE;
    --pink-2: #FFD6DE;
    --primary-3: #FF3158;
    --secondary-3: #f50366;
}

/*----------------------------------------*/
/*  01. GOOGLE FONTS
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. RESPONSIVE VARIABLES
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. MIXIN DECLARATION
/*----------------------------------------*/
/*----------------------------------------*/
/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
    text-align: justify;
}

img {
    max-width: 100%;
}

/*----------------------------------------*/
/* 04. THEME CSS START
/*----------------------------------------*/
.pos-abs {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.b-btm {
    position: relative;
}

.b-btm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 5px;
    left: 0;
    opacity: 0.3;
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .b-btm::after {
        bottom: 0;
        height: 5px;
    }
}

.color-pink {
    color: var(--primary);
}

.success-story {
    gap: 10px;
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 20px;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: -8px 8px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -8px 8px 25px 0px rgba(0, 0, 0, 0.1);
}

.success-story .title {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.success-story p {
    font-size: 16px;
}

.project-story {
    gap: 20px;
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 449px) {
    .project-story {
        gap: 0px;
    }
}

.project-story .title {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.project-story p {
    font-size: 16px;
}

.total-student {
    width: 240px;
    text-align: center;
    border-radius: 8px;
    padding: 40px 20px;
    background: var(--white);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.total-student span {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: inline-block;
    background: var(--primary);
}

.total-student p {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-5);
    font-family: "Inter", sans-serif;
}

.total-student .student {
    color: var(--green);
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: "Inter", sans-serif;
}

.expert-tutor {
    width: 170px;
    border-radius: 10px;
    text-align: center;
    padding: 24px 18px;
    background: var(--white);
    -webkit-box-shadow: -8px 8px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -8px 8px 15px 0px rgba(0, 0, 0, 0.08);
}

.expert-tutor span {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    display: inline-block;
    background: var(--green);
    color: var(--white);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 76px;
}

.expert-tutor p {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-5);
    font-family: "Inter", sans-serif;
}

.share__wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 25px;
    padding-right: 25px;
}

.share__wrap li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
    -webkit-transform: translateY(calc(-60px * var(--i)));
    transform: translateY(calc(-60px * var(--i)));
}

.share__wrap li a {
    width: 40px;
    height: 30px;
    display: inline-block;
    background-color: var(--white);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: var(--green);
}

.share__wrap li a:hover {
    color: var(--primary);
}

.share__wrap .active li {
    -webkit-transform: translateY(calc(0px * var(--i)));
    transform: translateY(calc(0px * var(--i)));
}

.share__wrap .share-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: var(--green);
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: var(--white);
    border: none;
    outline: none;
    font-weight: 300;
    border-radius: 12px;
}

.share__wrap .share-btn.active {
    background-color: var(--primary);
}

.social-share {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04));
}

.social-share li:first-child a {
    height: 40px;
    padding-top: 10px;
}

.social-share li:last-child a {
    height: 35px;
}

.contact-box {
    max-width: 410px;
    padding: 40px 25px;
    border-radius: 8px;
    background: var(--green);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.contact-box p {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
}

.contact-box p span {
    color: var(--primary);
}

.contact-box li {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-box li a {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    display: inline-block;
    font-family: "Manrope", sans-serif;
}

.alert-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}

.alert-text:hover {
    color: #ff3158;
}

@media (max-width: 1199px) {
    .contact-box li a {
        font-size: 30px;
    }
}

.social-media {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-media li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--white);
    border-radius: 100%;
    background: var(--green-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-media li a:hover {
    background: var(--primary);
}

.social-media-2 {
    padding-top: 8px;
}

.social-media-2 li {
    padding-bottom: 10px;
}

.social-media-2 li a {
    font-size: 16px;
    color: var(--white);
    display: inline-block;
}

.social-media-2 li a:hover {
    color: var(--primary);
}

.social-media-2 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: "Manrope", sans-serif;
}

.social-media-2 p span {
    width: 2px;
    height: 32px;
    margin-bottom: 5px;
    display: inline-block;
    background: var(--primary);
}

.search__form {
    position: absolute;
    right: 0;
    top: 20px;
    width: 400px;
    height: 86px;
    z-index: 99;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--white);
    visibility: hidden;
    opacity: 0;
}

.search__form.showed {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.search__form input,
.search__form .eduquest__field textarea,
.eduquest__field .search__form textarea {
    width: 100%;
    height: 48px;
    outline: 0;
    padding: 5px 15px;
    border: 1px solid var(--white-2);
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f062";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--white);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

main {
    overflow: hidden;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 50px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media (max-width: 1199px) {
    .pt-125 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-125 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-125 {
        padding-top: 50px;
    }
}

.pt-130 {
    padding-top: 130px;
}

@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-130 {
        padding-top: 50px;
    }
}

.pt-140 {
    padding-top: 140px;
}

@media (max-width: 1199px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-140 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-140 {
        padding-top: 50px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-150 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-150 {
        padding-top: 50px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-110 {
        padding-bottom: 50px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

@media (max-width: 1199px) {
    .pb-125 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-125 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-125 {
        padding-bottom: 50px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-130 {
        padding-bottom: 50px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-140 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-140 {
        padding-bottom: 50px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-150 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-150 {
        padding-bottom: 50px;
    }
}

.mt-130 {
    margin-top: 130px;
}

@media (max-width: 1199px) {
    .mt-130 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-130 {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .mt-130 {
        margin-top: 50px;
    }
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .plr-50 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .plr-50 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1199px) {
    .plr-100 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .plr-100 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .plr-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.btn-ractangle {
    color: var(--black);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--white);
    font-family: "Manrope", sans-serif;
}

.btn-ractangle:hover {
    color: var(--white);
    background-color: var(--green);
}

.btn-ractangle-2 {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 6px;
    padding: 15px 25px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid var(--primary);
    background-color: var(--primary);
}

.btn-ractangle-2:hover {
    color: var(--primary);
    background-color: transparent;
}

.teampage__btnwrapper .btn-ractangle-2:hover {
    color: black;
}

.btn-ractangle-2 img {
    padding-left: 3px;
}

.btn-border {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 6px;
    padding: 15px 25px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid currentColor;
}

.btn-border:hover {
    color: var(--primary);
}

.btn-border img {
    padding-left: 3px;
}

.btn-readmore {
    color: var(--gray-5);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
}

.btn-readmore:hover {
    color: var(--primary);
}

/*----------------------------------------*/
/*  06. TITLE CSS START
/*----------------------------------------*/
.sec-title {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
    color: #002935;
    font-family: "Manrope", sans-serif;

}

@media (max-width: 1399px) {
    .sec-title {
        font-size: 34px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .sec-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 449px) {
    .sec-title {
        font-size: 28px;
    }
}

.sec-title span {
    color: var(--primary);
}

.sec-subtitle {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--primary);
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
    padding-bottom: 10px;
}

/*----------------------------------------*/
/*  07. WIDGET CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  08. ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes cxuRipple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes cxuRipple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes moveBottom {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

@keyframes moveBottom {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wcLoading {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
        background: var(--white);
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        background: var(--primary);
    }

    100% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
        background: transparent;
    }
}

@keyframes wcLoading {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
        background: var(--white);
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        background: var(--primary);
    }

    100% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
        background: transparent;
    }
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px));
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px));
    }
}

@-webkit-keyframes cxufadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes cxufadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.cxufadeUp,
.cxufadeUp4,
.cxufadeUp3,
.cxufadeUp2 {
    opacity: 0;
    -webkit-animation-name: cxufadeUp;
    animation-name: cxufadeUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cxufadeUp2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.cxufadeUp3 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.cxufadeUp4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes cxuSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cxuSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: var(--white);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary);
    -webkit-animation: cxuSpin 2s linear infinite;
    animation: cxuSpin 2s linear infinite;
}

#loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--black-2);
    -webkit-animation: cxuSpin 3s linear infinite;
    animation: cxuSpin 3s linear infinite;
}

#loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--secondary);
    -webkit-animation: cxuSpin 1.5s linear infinite;
    animation: cxuSpin 1.5s linear infinite;
}

/*----------------------------------------*/
/*  10. MENU CSS START
/*----------------------------------------*/
.main-menu ul,
.main-menu-2 ul {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399px) {

    .main-menu ul,
    .main-menu-2 ul {
        gap: 38px;
    }
}

.main-menu ul li:hover .main-dropdown,
.main-menu-2 ul li:hover .main-dropdown {
    top: 47px;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li:hover .mega-menu,
.main-menu-2 ul li:hover .mega-menu {
    top: 120px;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li a,
.main-menu-2 ul li a {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 5px;
    color: var(--white);

}

.main-menu ul li a:hover,
.main-menu-2 ul li a:hover {
    color: var(--white);
}

.main-menu .main-dropdown,
.main-menu-2 .main-dropdown {
    position: absolute;
    width: 260px;
    top: 60px;
    padding: 20px 0;
    opacity: 0;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: var(--white-2);
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    z-index: 99;
}

.main-menu .main-dropdown li,
.main-menu-2 .main-dropdown li {
    padding: 0 30px;
    display: block;
    text-align: left;
    position: relative;
}

.main-menu .main-dropdown li:hover .sub-dropdown,
.main-menu-2 .main-dropdown li:hover .sub-dropdown {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1919px) {

    .main-menu .main-dropdown li:hover .sub-dropdown,
    .main-menu-2 .main-dropdown li:hover .sub-dropdown {
        right: -100%;
    }
}

.main-menu .main-dropdown li a,
.main-menu-2 .main-dropdown li a {
    padding: 10px 0;
    color: var(--green);
}

.main-menu .sub-dropdown,
.main-menu-2 .sub-dropdown {
    position: absolute;
    width: 260px;
    left: 90%;
    top: 0;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: var(--white-2);
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 1919px) {

    .main-menu .sub-dropdown,
    .main-menu-2 .sub-dropdown {
        left: -90%;
    }
}

.main-menu .sub-dropdown li,
.main-menu-2 .sub-dropdown li {
    padding: 0 30px;
    display: block;
    text-align: left;
    position: relative;
}

.main-menu .sub-dropdown li a,
.main-menu-2 .sub-dropdown li a {
    padding: 10px 0;
}

.main-menu .has-dropdown,
.main-menu-2 .has-dropdown {
    position: relative;
}

.main-menu .has-dropdown:hover::after,
.main-menu-2 .has-dropdown:hover::after {
    color: var(--green);
}

.main-menu .has-dropdown::after,
.main-menu-2 .has-dropdown::after {
    position: absolute;
    content: "+";
    width: 15px;
    height: 15px;
    top: 3px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Font Awesome 6 Free";
}

.main-menu .has-megamenu,
.main-menu-2 .has-megamenu {
    position: static;
}

.main-menu .has-megamenu:hover::after,
.main-menu-2 .has-megamenu:hover::after {
    color: var(--primary);
}

.main-menu .has-megamenu::after,
.main-menu-2 .has-megamenu::after {
    position: absolute;
    content: "+";
    width: 15px;
    height: 15px;
    top: 74px;
    color: var(--white);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main-menu .main-dropdown .has-dropdown,
.main-menu-2 .main-dropdown .has-dropdown {
    position: relative;
}

.main-menu .main-dropdown .has-dropdown:hover::after,
.main-menu-2 .main-dropdown .has-dropdown:hover::after {
    color: var(--primary);
}

.main-menu .main-dropdown .has-dropdown::after,
.main-menu-2 .main-dropdown .has-dropdown::after {
    position: absolute;
    content: "+";
    width: 15px;
    height: 15px;
    top: 15px;
    right: 20px;
    color: var(--white);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main-menu .mega-menu,
.main-menu-2 .mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    z-index: 9;
    background-color: var(--white-2);
    text-align: left;
    padding: 40px 230px;
    display: -ms-grid;
    display: grid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 1919px) {

    .main-menu .mega-menu,
    .main-menu-2 .mega-menu {
        padding: 40px 50px;
    }
}

@media (max-width: 1399px) {

    .main-menu .mega-menu,
    .main-menu-2 .mega-menu {
        padding: 40px 20px;
    }
}

.main-menu .mega-menu li,
.main-menu-2 .mega-menu li {
    display: block;
}

.main-menu .mega-menu li:first-child,
.main-menu-2 .mega-menu li:first-child {
    font-size: 18px;
    color: var(--white);
    padding-bottom: 10px;
    text-transform: capitalize;
}

.main-menu .mega-menu li a,
.main-menu-2 .mega-menu li a {
    padding: 8px 5px;
}

.main-menu-2 ul li a {
    padding: 20px 5px;
    color: var(--gray-4);
}

.main-menu-2 ul li a:hover {
    color: var(--black-4);
}

.main-menu-2 .has-dropdown::after {
    color: var(--gray-4);
}

.main-menu-2 .has-dropdown:hover::after {
    color: var(--white);
}

.main-menu-2.dark-menu ul li a {
    color: #4A5355;
}

/*----------------------------------------*/
/*  11. MODAL CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  1. HEADER CSS START
/*----------------------------------------*/
.header__area-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1500px;
    margin-left: auto;
    padding: 0 100px;
}

.header__area-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header__area-social li a {
    color: var(--black-2);
}

.header__area-contactlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

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

.header__area-menutop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header__area-menutop li a {
    text-transform: capitalize;
    color: var(--black-2);
}

.header__area-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__area-mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.header__area-cart {
    position: relative;
    width: 30px;
}

.header__area-cart span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--black-2);
}

/*----------------------------------------*/
/*  13. OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__area {
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 0;
    right: -400px;
    z-index: 99;
    padding: 40px 30px;
    background: var(--black-2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .offcanvas__area {
        width: 400px;
        right: -350px;
        padding: 40px 30px 0px 50px;
    }
}

.offcanvas__area.showed {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas__top {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px;
}

@media (max-width: 1399px) {
    .offcanvas__top {
        padding-bottom: 50px;
    }
}

.offcanvas__top img {
    max-width: 160px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.offcanvas__top button {
    background-color: transparent;
    width: 40px;
    height: 40px;
    color: var(--white);
    border-radius: 50px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white-3);
}

.offcanvas__top button:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.offcanvas__menu {
    display: none;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .offcanvas__menu {
        display: block;
        height: 75vh;
        overflow: scroll;
    }
}

.offcanvas-menu li a {
    font-size: 15px;
    color: var(--white);
    text-transform: capitalize;
    padding: 7px 0;
    display: block;
}

.offcanvas__map {
    padding-bottom: 50px;
}

@media (max-width: 1919px) {
    .offcanvas__map {
        padding-bottom: 40px;
    }
}

@media (max-width: 1399px) {
    .offcanvas__map {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .offcanvas__map {
        display: none;
    }
}

.offcanvas__map iframe {
    width: 100%;
    height: 220px;
}

@media (max-width: 1399px) {
    .offcanvas__map iframe {
        height: 120px;
    }
}

.offcanvas__search {
    padding-bottom: 100px;
}

@media (max-width: 1399px) {
    .offcanvas__search {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .offcanvas__search {
        display: none;
    }
}

.offcanvas__search input,
.offcanvas__search .eduquest__field textarea,
.eduquest__field .offcanvas__search textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .offcanvas__btm {
        display: none;
    }
}

.close_offcanvas {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 24px;
    color: var(--black-2);
    padding: 1px 11px;
    cursor: pointer;
    border: 1px solid var(--black-2);
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.close_offcanvas:hover {
    color: var(--primary);
    border-color: var(--primary);
}

@media (max-width: 1199px) {
    .close_offcanvas {
        top: 20px;
        right: 30px;
    }
}

@media (max-width: 991px) {
    .close_offcanvas {
        top: 15px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .close_offcanvas {
        top: 6px;
        right: 25px;
    }
}

.mean-container .mean-nav>ul {
    display: block !important;
}

.mean-container .mean-bar {
    padding: 0;
    background: none;
}

.mean-container .mean-nav {
    width: 97%;
}

.mean-container .mean-nav ul li a {
    background-color: var(--black-2);
    text-transform: capitalize;
    border-color: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a :hover {
    background-color: var(--black-2);
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--black-3);
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.header__area {
    height: 120px;
    position: relative;
}

@media (max-width: 1199px) {
    .header__area {
        height: 70px;
    }
}

.header__area::before {
    position: absolute;
    content: "";
    width: 67%;
    height: 50px;
    right: 0;
    top: 0;
    background-color: var(--black-2);
}

@media (max-width: 1919px) {
    .header__area::before {
        width: 73%;
    }
}

@media (max-width: 1199px) {
    .header__area::before {
        height: 50%;
    }
}

@media (max-width: 991px) {
    .header__area::before {
        width: 65%;
    }
}

.header__area::after {
    position: absolute;
    content: "";
    width: 67%;
    height: 70px;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
}

@media (max-width: 1919px) {
    .header__area::after {
        width: 73%;
    }
}

@media (max-width: 1199px) {
    .header__area::after {
        height: 50%;
    }
}

@media (max-width: 991px) {
    .header__area::after {
        width: 65%;
    }
}

@media (max-width: 1399px) {
    .header__logo img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .header__logo img {
        max-width: 110px;
    }
}

.header__inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 3fr;
    grid-template-columns: 1fr 3fr;
    position: relative;
    z-index: 3;
}

@media (max-width: 1399px) {
    .header__inner {
        grid-gap: 15px;
        -ms-grid-columns: 1fr 15px 3.6fr;
        grid-template-columns: 1fr 3.6fr;
    }
}

.header__top {
    height: 50px;
    line-height: 50px;
}

@media (max-width: 1199px) {
    .header__top {
        display: none;
    }
}

.header__top ul {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 50px;
}

.header__top ul li {
    position: relative;
}

.header__top ul li:first-child::after {
    display: none;
}

.header__top ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    left: -27px;
    bottom: 17px;

}

.header__top ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1399px) {
    .header__top ul li a {
        font-size: 14px;
    }
}

.header__top ul li a:hover {
    color: var(--primary);
}

.header__top ul li a i {
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .header__menu {
        display: none;
    }
}

.header__other {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__btm {
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
}

@media (max-width: 1399px) {
    .header__btm {
        gap: 30px;
    }
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .header__btn {
        display: none;
    }
}

.header__search button {
    border: 0;
    width: 12px;
    color: var(--white);
    background-color: transparent;
}

.header__search .search-close {
    display: none;
}

.header__cart a {
    color: var(--white);
}

.header__lang a {
    color: var(--white);
}

.mobile__menu {
    display: none;
}

@media (max-width: 1199px) {
    .mobile__menu {
        display: block;
    }
}

.mobile__menu .menu-icon {
    padding: 8px 10px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--green);
    background: var(--white);
}

.mobile__menu .menu-icon:hover {
    color: var(--primary);
}

.hero__area {
    background-color: var(--black-2);
    position: relative;
}

.hero__area .star-1 {
    position: absolute;
    top: 130px;
    left: 41%;
}

@media (max-width: 767px) {
    .hero__area .star-1 {
        top: 30px;
    }
}

.hero__area .star-2 {
    position: absolute;
    left: 285px;
    top: 160px;
}

@media (max-width: 767px) {
    .hero__area .star-2 {
        top: 50px;
    }
}

.hero__area .star-3 {
    position: absolute;
    right: 200px;
    bottom: 90px;
}

@media (max-width: 1199px) {
    .hero__area .star-3 {
        bottom: 30px;
        right: 30px;
    }
}

.hero__area .shape-1,
.hero__area .breadcrumb__area .shape-3,
.breadcrumb__area .hero__area .shape-3,
.hero__area .breadcrumb__area .shape-2,
.breadcrumb__area .hero__area .shape-2 {
    position: absolute;
    left: 46%;
    top: 90px;
}

.hero__area .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.hero__area .swiper-pagination {
    top: 50%;
    width: 65px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
}

@media (max-width: 1919px) {
    .hero__area .swiper-pagination {
        width: 55px;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .hero__area .swiper-pagination {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .hero__area .swiper-pagination {
        top: unset;
        bottom: 30%;
        -webkit-transform: unset;
        transform: unset;
        margin-left: 5px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: none;
    }
}

.hero__area .swiper-pagination-bullet {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-8);
    position: relative;
    background: transparent;
    font-family: "Manrope", sans-serif;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.hero__area .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    right: 0;
    top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primary);
}

.hero__area .swiper-pagination-bullet-active {
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
}

.hero__area .swiper-pagination-bullet-active::after {
    top: -8px;
    width: 32px;
}

@media (max-width: 1919px) {
    .hero__area .swiper-pagination-bullet-active::after {
        width: 25px;
    }
}

.hero__btn {
    gap: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.hero__btn button {
    border: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--white);
    background: transparent;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero__btn button:hover {
    color: var(--primary);
}

.hero__title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--white);
    letter-spacing: -0.8px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .hero__title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero__title {
        font-size: 40px;
    }
}

.hero__content {
    padding-top: 70px;
}

@media (max-width: 1199px) {
    .hero__content {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .hero__content {
        padding-top: 30px;
        padding-left: 0;
        padding-bottom: 60px;
    }
}

.hero__content p {
    font-size: 18px;
    max-width: 590px;
    padding-top: 20px;
    padding-bottom: 50px;
    color: var(--gray-4);
}

.hero__content p a {
    color: var(--gray-4);

}

.hero__content .btns {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .hero__content .btns {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.hero__slider {
    margin-left: 10px;
}

.hero__slider img {
    border-radius: 12px;
}

.hero__right {
    position: relative;
}

@media (max-width: 991px) {
    .hero__right {
        width: 590px;
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .hero__right {
        width: 330px;
        padding-left: 0;
        padding-right: 25px;
    }
}

.hero__social {
    position: absolute;
    right: -40px;
    top: 0;
}

@media (max-width: 1199px) {
    .hero__social {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .hero__social {
        right: -10px;
    }
}

.achievement__area {
    background-color: var(--white-2);
    padding-top: 15px;
}

.achievement__top {
    text-align: center;
    padding-bottom: 40px;
}

.achievement__top p {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--green);
    font-family: "Manrope", sans-serif;
}

.achievement__item {
    padding: 30px 25px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

@media (max-width: 1399px) {
    .achievement__item {
        gap: 10px;
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .achievement__item {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .achievement__item {
        margin-bottom: 20px;
    }
}

.achievement__item .bg-2 {
    background-color: rgba(248, 102, 115, 0.1);
}

.achievement__item .bg-3 {
    background-color: rgba(255, 164, 27, 0.1);
}

.achievement__item .bg-4 {
    background-color: rgba(0, 182, 189, 0.1);
}

.achievement__number {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--green);
    letter-spacing: 0.96px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .achievement__number {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .achievement__number {
        font-size: 28px;
    }
}

.achievement__info p {
    font-weight: 700;
    line-height: 24px;
    color: var(--gray-5);
}

.achievement__img {
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(153, 146, 255, 0.1);
    border-radius: 100%;
    padding: 20px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

@media (max-width: 1399px) {
    .achievement__img {
        width: 60px;
        height: 60px;
        padding: 10px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    }
}

@media (max-width: 1199px) {
    .achievement__img {
        width: 50px;
        height: 50px;
        padding: 10px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    }
}

.about__area {
    padding: 68px 0px;
}

@media (max-width: 767px) {
    .about__area {
        padding: 10px 0px;
    }
}

.about__btn a:hover {
    color: var(--green);
}

.about__btn a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.about__btn a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.about__inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 50px 1.1fr;
    grid-template-columns: 1fr 1.1fr;
}

@media (max-width: 991px) {
    .about__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.about__img {
    position: relative;
}

.about__img img {
    background: #fff;
    padding: 10px;
    border-radius: 11px;
}

.about__img .image {
    z-index: 3;
    width: 100%;
    position: relative;
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .about__img .image {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .about__img .image {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .about__img .image {
        padding-left: 40px;
    }
}

@media (max-width: 449px) {
    .about__img .image {
        padding-left: 0px;
        width: 100%;
    }
}

.about__img .shape {
    z-index: 0;
    position: absolute;
    top: -40px;
    left: 0;
}

.about__content ol {
    padding: 10px 20px;
}

.about__content ol li {
    list-style: decimal;
    padding: 7px;

}

.about__content {
    /*padding-top: 50px;*/
}

.acc img {
    float: left;
    margin-right: 10px;
}

.acc h3 {
    font-size: 25px !important;
}

.about__content p {
    text-align: justify;
    margin-bottom: 10px;
}

.about__inner1 h2 {
    font-size: 29px;
}

.about__inner1 .admission-title1 {
    font-size: 29px;
    color: #002935;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    margin: 0px;
}

.about__inner1 h3 {
    font-size: 22px;
    margin: 22px 0px 14px 0px;
    color: #ff3158;
}

.about__inner1 .admission-title2 {
    font-size: 22px;
    margin: 22px 0px 14px 0px;
    color: #ff3158;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .about__content {
        padding-top: 0;
    }
}

.about__content>p {
    max-width: 580px;
    padding-top: 18px;
    padding-bottom: 25px;

}

.about__content ul {
    padding-bottom: 30px;
}

.about__content ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #4A5355;
    padding-left: 20px;
    position: relative;
}

.about__content table {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    /* border-radius: 60px; */
    border: 2px solid #ff3158;

}

.pay-icn-bx {
    border: 1px solid #963269;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff7fb;
}

@media (max-width: 767px) {
    .about__content ul li {
        font-size: 16px;
    }
}

.about__content ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    background-color: #bdafb1;
}

.about__content ul li ul li::before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

.about__content ul li ul {
    padding: 7px 0px;
}

.about__content .btm {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .about__content .btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.about__success {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 5;
}

.service__area {
    padding-bottom: 30px;
    position: relative;
}

.service__area .shape {
    position: absolute;
    right: 225px;
    bottom: 210px;
    z-index: 0;
    opacity: 0.5;
}

.service__area .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    gap: 15px;
}

.service__category {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    padding-left: 60px;
    color: var(--primary);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 991px) {
    .service__category {
        margin-top: 30px;
    }
}

.service__category::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    left: 0;
    top: 13px;
    background-color: var(--primary);
}

.service__inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 20px 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    margin-top: 55px;
}

@media (max-width: 991px) {
    .service__inner {
        -ms-grid-columns: 1fr 20px 0.7fr;
        grid-template-columns: 1fr 0.7fr;
    }
}

@media (max-width: 767px) {
    .service__inner {
        margin-top: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.service__list {
    padding: 20px 0px;
    margin: 0px auto;
    width: 99%;
    border-radius: 12px;
    background: var(--green);
    position: relative;
    z-index: 1;
}

.service__list .title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 40px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .service__list .title {
        font-size: 22px;
    }
}

.service__list .title img {
    margin-right: 5px;
}

.service__list .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
}

.service__list .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service__list .nav-tabs .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Manrope", sans-serif;
    border: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    padding: 0;
    border-bottom: 1px solid var(--green-2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .service__list .nav-tabs .nav-link {
        font-size: 16px;
    }
}

.service__list .nav-tabs .nav-link.active {
    color: var(--primary);
    background-color: transparent;
}

.service__list .nav-tabs .nav-link.active span {
    background-color: var(--primary);
}

.service__list .nav-tabs .nav-link span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--green-2);
    padding-top: 7px;
    border-radius: 100%;
}

.service__item {
    position: relative;
}

.service__item img {
    border-radius: 12px;
}

.service__item .info {
    padding: 35px 30px;
    background: var(--white);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    width: 85%;
    left: 0;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .service__item .info {
        width: 95%;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.service__item p {
    font-size: 18px;
    padding-bottom: 25px;
}

.service__item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    color: var(--primary);
}

.service__item a img {
    margin-left: 3px;
}

.service__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--green);
    font-family: "Manrope", sans-serif;
    padding-bottom: 16px;
}

@media (max-width: 1399px) {
    .service__title {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .service__title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .service__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .service__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.about-service-wrap {
    background-color: var(--white-2);
    /*  background-image: url(../imgs/home-1/shape-4.png);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}

.about-service-wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    background-image: url(../imgs/home-1/shape-3.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.course__area {
    background-color: var(--white-2);
    background-image: url(../imgs/home-1/course-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.course__area .text-wrapper {
    z-index: 1;
    text-align: right;
    position: relative;
    padding-right: 30px;
    max-width: 550px;
    margin-left: auto;
    padding-top: 10px;
    background-image: url(../imgs/home-1/line.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;
}

@media (max-width: 767px) {
    .course__area .text-wrapper {
        text-align: left;
        padding-right: 0;
        padding-bottom: 30px;
        background-size: 0;
    }
}

.course__area .text-wrapper p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 10px;
}

.course__area .title-wrapper {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .course__area .title-wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .course__area .title-wrapper {
        padding-left: 0;
    }
}

.course__category {
    z-index: 1;
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px auto;
    grid-template-columns: 1fr auto;
}

@media (max-width: 767px) {
    .course__category {
        padding-top: 50px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__category .nav-tabs {
    border-bottom: 1px solid var(--green-3);
}

.course__category .nav-item {
    padding-right: 13px;
}

@media (max-width: 1199px) {
    .course__category .nav-item {
        padding-right: 10px;
    }
}

.course__category .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white);
    font-family: "Manrope", sans-serif;
    padding: 10px;
    border-radius: 0;
    outline: 0;
}

.course__category .nav-link:hover {
    color: var(--primary);
    border-color: transparent;
    border-bottom: 1px solid var(--primary);
}

.course__category .nav-link.active {
    border-color: transparent;
    color: var(--primary);
    background-color: transparent;
    border-bottom: 1px solid var(--primary);
}

.btn_position {
    position: relative;
}

.course__btns {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course__btns button {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 100%;
    color: var(--white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--primary);
}

.course__btns button:hover {
    color: var(--white);
    background-color: var(--green);
}

.course__btns .course-btn-next i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.course__btns .course-btn-prev i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.course-btn-prev {
    position: absolute;
    top: 45%;
    left: 0px;
    z-index: 99;
}

.course-btn-next {
    position: absolute;
    top: 45%;
    right: 0px;
    z-index: 99;
}

.course__item {
    padding: 20px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.course__item .image {
    margin-bottom: 30px;
    border-radius: 6px 6px 0 0;
}

.course__item .rating {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    background: var(--green);
    display: inline-block;
    padding: 3px 8px;
    border-top-left-radius: 6px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.course__item .rating i {
    font-size: 14px;
    color: var(--yellow);
}

.course__item .category {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 10px;
    background: rgba(255, 49, 88, 0.1);
    margin-bottom: 10px;
}

.course__title {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .course__title {
        font-size: 18px;
    }
}

.course__meta {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .course__meta {
        gap: 15px;
    }
}

.course__meta li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-5);
}

@media (max-width: 1199px) {
    .course__meta li {
        font-size: 14px;
    }
}

.course__meta li img {
    margin-right: 3px;
}

@media (max-width: 1399px) {
    .course__meta li img {
        display: block;
        margin-right: 0;
        margin-bottom: 3px;
    }
}

.course__btm {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid var(--gray-6);
}

.course__author {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course__author p {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1399px) {
    .course__author p {
        font-size: 14px;
    }
}

.course__cost p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .course__cost p {
        font-size: 16px;
    }
}

.course__cost p span {
    margin-right: 12px;
    display: inline-block;
    color: var(--black-5);
    text-decoration: line-through;
}

.course__more {
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 767px) {
    .course__more {
        margin-top: 40px;
    }
}

.course__more a:hover {
    color: var(--green);
}

.course__more a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.course__more img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.why__area {
    background-color: var(--white-2);
}

.why__image {
    text-align: right;
    position: relative;
}

.why__image img {
    margin-right: -50px;
}

@media (max-width: 1199px) {
    .why__image img {
        margin-right: -30px;
    }
}

@media (max-width: 767px) {
    .why__image img {
        margin-right: 0;
    }
}

.why__image .expert-tutor {
    position: absolute;
    left: 90px;
    top: 45%;
}

@media (max-width: 767px) {
    .why__image .expert-tutor {
        left: unset;
        right: 0;
    }
}

.why__image .total-student {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .why__image .total-student {
        position: unset;
    }
}

.why__feature {
    /* width: 480px;*/
    padding: 25px 20px;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 70px 20px auto;
    grid-template-columns: 70px auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .why__feature {
        width: 100%;
    }
}

.why__feature:last-child {
    /* margin-left: 70px;*/
}

@media (max-width: 1199px) {
    .why__feature:last-child {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .why__feature:last-child {
        margin-left: 0;
    }
}

.why__feature .title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 10px;
    color: var(--green);
    font-family: "Manrope", sans-serif;
}

.why__content {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .why__content {
        padding-top: 30px;
    }
}

.why__content>p {
    padding-top: 25px;
    padding-bottom: 40px;
}

.online__class {
    padding: 70px;
    margin-top: 120px;
    text-align: center;
    border-radius: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../imgs/home-1/class-bg.png);
    margin-bottom: -180px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1199px) {
    .online__class {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .online__class {
        margin-top: 50px;
        padding: 50px 20px;
    }
}

.online__class p {
    color: var(--white);
    padding-bottom: 40px;
}

.online__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    max-width: 590px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .online__title {
        font-size: 30px;
    }
}

.online__title span {
    color: var(--primary);
}

.instructor__area {
    padding-top: 300px;
    background-color: var(--pink);
}

@media (max-width: 991px) {
    .instructor__area {
        padding-top: 250px;
    }
}

.instructor__list {
    gap: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .instructor__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .instructor__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.instructor__item {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    padding: 40px 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 6px solid var(--white);
}

.instructor__item:hover {
    border-color: var(--primary);
}

.instructor__item img {
    margin-bottom: 20px;
    border-radius: 215px;
}

.instructor__item p {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
}

.instructor__name {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--green);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .instructor__name {
        font-size: 20px;
    }
}

.instructor__name:hover {
    color: var(--primary);
}

.instructor__category {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .instructor__category {
        margin-top: 10px;
    }
}

.instructor__category .shape {
    position: absolute;
    left: 30%;
}

@media (max-width: 1399px) {
    .instructor__category .shape {
        left: 15%;
    }
}

@media (max-width: 1199px) {
    .instructor__category .shape {
        left: 0;
    }
}

@media (max-width: 991px) {
    .instructor__category .shape {
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .instructor__category .shape {
        bottom: 0;
        max-width: 120px;
    }
}

.instructor__category select {
    border-radius: 8px;
    padding: 15px 20px;
    color: var(--white);
    background: var(--green);
    cursor: pointer;
}

.faq__area {
    background-color: var(--white-2);
}

.faq__area .title-wrapper p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.faq__left {
    position: relative;
    margin-right: 40px;
}

@media (max-width: 991px) {
    .faq__left {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .faq__left {
        margin-right: 0;
        margin-bottom: 60px;
    }
}

.faq__left .image {
    position: relative;
    z-index: 1;
}

.faq__left .shape {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 0;
}

.faq__left .contact-box {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 3;
}

@media (max-width: 767px) {
    .faq__left .contact-box {
        position: unset;
    }
}

.faq__list .accordion-item {
    border-radius: 8px;
    margin-bottom: 15px;
    background: var(--white);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.faq__list .accordion-button {
    color: var(--black-6);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 0;
    font-family: "Manrope", sans-serif;
}

.faq__list .accordion-button::after {
    background-image: none;
    content: "+";
    -webkit-transform: unset;
    transform: unset;
    width: 20px;
    height: 20px;
    color: var(--black-6);
    border: 1px solid var(--black-6);
    line-height: 18px;
    text-align: center;
    border-radius: 100px;
}

.faq__list .accordion-button:focus {
    outline: none;
    border: none;
}

.faq__list .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: var(--primary);
    background-color: transparent;
}

.faq__list .accordion-button:not(.collapsed)::after {
    content: "-";
    color: var(--primary);
    border-color: var(--primary);
}

.testimonial__area {
    position: relative;
    background-color: var(--white-2);
    padding: 30px 0px 30px 0px;
}

.testimonial__area .title-wrapper {
    text-align: center;
    padding-bottom: 40px;
}

.testimonial__area .image-1 {
    position: absolute;
    left: 15%;
    top: 15%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-1 {
        left: 4%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-1 {
        top: 5%;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial__area .image-1 {
        display: none;
    }
}

.testimonial__area .image-2 {
    position: absolute;
    left: 18%;
    top: 32%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-2 {
        left: 8%;
    }
}

@media (max-width: 1399px) {
    .testimonial__area .image-2 {
        left: 6%;
        top: 35%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-2 {
        display: none;
    }
}

.testimonial__area .image-3 {
    position: absolute;
    left: 15%;
    top: 62%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-3 {
        left: 4%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-3 {
        display: none;
    }
}

.testimonial__area .image-4 {
    position: absolute;
    right: 15%;
    bottom: 0%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-4 {
        right: 4%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-4 {
        display: none;
    }
}

.testimonial__area .image-5 {
    position: absolute;
    right: 18%;
    top: 60%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-5 {
        right: 8%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-5 {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .testimonial__area .image-5 {
        display: none;
    }
}

.testimonial__area .image-6 {
    position: absolute;
    right: 15%;
    top: 20%;
}

@media (max-width: 1919px) {
    .testimonial__area .image-6 {
        right: 4%;
    }
}

@media (max-width: 991px) {
    .testimonial__area .image-6 {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .testimonial__area .image-6 {
        display: none;
    }
}

.testimonial__content {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    padding: 6px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 1199px) {
    .testimonial__content {
        max-width: 630px;
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .testimonial__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 30px;
    }
}

.testimonial__content .text {
    color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .testimonial__content .text {
        font-size: 18px;
    }
}

.testimonial__info {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .testimonial__info {
        padding-top: 30px;
    }
}

.testimonial__info img {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__info .name {
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
}

.testimonial__info p {
    color: var(--gray-4);
}

.testimonial__btn {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial__btn button {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 100%;
    color: var(--white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--green-4);
}

.testimonial__btn button:hover {
    background-color: var(--primary);
}

.testimonial__btn-prev {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.testimonial__btn-next {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog__area {
    background-color: var(--white-2);
}

.blog__area .title-wrapper {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .blog__area .title-wrapper {
        padding-bottom: 30px;
    }
}

.blog__item {
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--gray-7);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 767px) {
    .blog__item {
        margin-top: 20px;
    }
}

.blog__item .image {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.blog__content {
    padding: 20px 20px 35px;
}

.blog__content p {
    padding-bottom: 30px;
}

.blog__meta {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.blog__meta li a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.blog__meta li a i {
    margin-right: 5px;
}

.blog__title {
    color: var(--green);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.blog__title2 {
    color: var(--green);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog__title2 span {
    color: #ff3158;

}

@media (max-width: 1199px) {
    .blog__title {
        font-size: 20px;
    }
}

.blog__title:hover {
    color: var(--primary);
}

.blog__list {
    gap: 20px;
    display: -ms-grid;
    display: grid;
}

@media (max-width: 991px) {
    .blog__list {
        margin-top: 20px;
    }
}

.blog__single {
    padding: 30px 25px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--gray-6);
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 20px auto;
    grid-template-columns: 1fr auto;
}

@media (max-width: 1199px) {
    .blog__single {
        padding: 25px;
    }
}

.blog__single .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--green);
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .blog__single .title {
        font-size: 16px;
    }
}

.blog__single .title:hover {
    color: var(--primary);
}

.blog__single p i {
    padding-right: 5px;
}

.blog__single .right a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--pink-2);
    text-align: center;
    line-height: 38px;
    color: var(--primary);
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog__single .right a:hover {
    color: var(--white);
    background-color: var(--primary);
}

.blog__single .category {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary);
    letter-spacing: -0.14px;
    padding-left: 40px;
    position: relative;
}

.blog__single .category::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    left: 0;
    top: 8px;
    background-color: var(--primary);
}

.footer__area {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../imgs/home-1/footer-bg.png);
    overflow: hidden;
}

.footer__top {
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--green-2);
}

@media (max-width: 991px) {
    .footer__logo {
        padding-bottom: 40px;
    }
}

.footer__logo img {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.footer__logo p {
    color: var(--gray-6);
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .footer__logo p {
        padding-bottom: 25px;
    }
}

.footer__mid {
    border-bottom: 1px solid var(--green-2);
}

@media (max-width: 991px) {
    .footer__mid.pb-125 {
        padding-bottom: 20px;
    }
}

.footer__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--gray-7);
    font-family: "Manrope", sans-serif;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer__title {
        margin-bottom: 25px;
    }
}

.footer__title::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: var(--primary);
}

.footer__posts {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer__posts {
        padding-left: 0;
    }
}

.footer__post {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 90px 20px auto;
    grid-template-columns: 90px auto;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .footer__post {
        -ms-grid-columns: 70px auto;
        grid-template-columns: 70px auto;
    }
}

.footer__post img {
    width: 88px;
}

.footer__post .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--gray-6);
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .footer__post .title {
        font-size: 14px;
    }
}

.footer__post .title:hover {
    color: var(--primary);
}

.footer__post p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gray-6);
}

.footer__post p i {
    padding-right: 5px;
}

.footer__btm {
    padding-top: 15px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .footer__copyright {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer__copyright p {
    color: var(--white);
}

.footer__menu ul {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .footer__menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__menu ul li a {
    display: inline-block;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.footer__menu ul li a:hover {
    color: var(--primary);
}

@media (max-width: 991px) {
    .footer__links {
        padding-bottom: 40px;
    }
}

.newsletter__content {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .newsletter__content {
        gap: 20px;
    }
}

.newsletter__content img {
    width: 68px;
    height: 68px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.newsletter__content .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    max-width: 460px;
    color: var(--white);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .newsletter__content .title {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .newsletter__content .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .newsletter__content .title {
        font-size: 24px;
    }
}

.newsletter__form {
    margin-top: 20px;
    text-align: right;
}

@media (max-width: 991px) {
    .newsletter__form {
        text-align: left;
        margin-top: 50px;
    }
}

.newsletter__form input,
.newsletter__form .eduquest__field textarea,
.eduquest__field .newsletter__form textarea {
    border: 0;
    outline: 0;
    width: 350px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: 15px;
    border-radius: 6px;
    color: var(--gray-8);
    background: var(--white);
    text-transform: capitalize;
    margin-right: 15px;
}

@media (max-width: 1199px) {

    .newsletter__form input,
    .newsletter__form .eduquest__field textarea,
    .eduquest__field .newsletter__form textarea {
        width: 300px;
    }
}

.newsletter__form .submit {
    height: 56px;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 6px;
    color: var(--white);
    background: var(--primary);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .newsletter__form .submit {
        margin-top: 20px;
    }
}

.quick-link li i {
    color: #ea2b51;
}

.quick-link li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #f3ce68;
    padding-bottom: 8px;
    display: inline-block;
}

.quick-link li a:hover {
    color: #ea2b51;
}

.header__area-2 {
    position: absolute;
    width: 100%;
    left: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 94% 100%;
    background-image: url(../imgs/home-2/header-bg.png);
}

@media (max-width: 1919px) {
    .header__area-2 {
        background-size: 100% 100%;
    }
}

.header__area-2 .btn-ractangle {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
}

.header__area-2 .btn-ractangle:hover {
    background: transparent;
}

.header__area-2 .header__btm {
    height: 77px;
}

.header__area-2 .header__search button,
.header__area-2 .header__cart a,
.header__area-2 .header__lang a {
    color: var(--gray-4);
}

.header__area-2 .header__search button:hover,
.header__area-2 .header__cart a:hover,
.header__area-2 .header__lang a:hover {
    color: var(--white);
}

.hero__area-2 {
    padding-top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../imgs/home-2/hero-bg.jpg);
    padding-bottom: 280px;
}

@media (max-width: 1919px) {
    .hero__area-2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1399px) {
    .hero__area-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .hero__area-2 {
        padding-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .hero__area-2 {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .hero__area-2 .hero__content {
        margin-left: 30px;
    }
}

.hero__area-2 .star-1 {
    position: absolute;
    top: 290px;
    left: 42%;
}

@media (max-width: 767px) {
    .hero__area-2 .star-1 {
        top: 90px;
    }
}

.hero__social-2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
}

@media (max-width: 991px) {
    .hero__social-2 {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }
}

@media (max-width: 767px) {
    .hero__social-2 {
        display: none;
    }
}

.achievement__area-2 {
    padding-bottom: 20px;
    background-color: var(--white-2);
}

@media (max-width: 991px) {
    .achievement__area-2 {
        padding-bottom: 0;
    }
}

.achievement__wrapper-2 {
    padding: 20px;
    background: var(--white-2);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

@media (max-width: 767px) {
    .achievement__wrapper-2 {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.achievement__item-2 {
    padding: 30px 25px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

@media (max-width: 1199px) {
    .achievement__item-2 {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .achievement__item-2 {
        margin-bottom: 20px;
    }
}

.achievement__info-2 p {
    font-weight: 700;
    line-height: 24px;
    color: var(--gray-5);
}

.achievement__img-2 {
    width: 72px;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    background: rgba(255, 70, 105, 0.08);
    padding: 20px;
}

@media (max-width: 1199px) {
    .achievement__img-2 {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
}

.achievement__number-2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .achievement__number-2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.achievement__info-para {
    font-weight: 300 !important;
    line-height: 24px !important;
    color: var(--gray-5) !important;
    font-size: 14px !important;
}


.achievement__number-25 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .achievement__number-25 {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

.course__area-2 {
    background-color: var(--white-2);
}

.course__area-2 .sec-title-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.course__area-2 .sec-title-wrapper p {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 10px;
}

.course__item-lg {
    position: relative;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .course__item-lg {
        margin-bottom: 20px;
    }
}

.course__item-lg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(#001920), to(rgba(0, 25, 32, 0)));
    background: linear-gradient(360deg, #001920 0%, rgba(0, 25, 32, 0) 100%);
}

.course__title-lg {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .course__title-lg br {
        display: none;
    }
}

.course__content-lg {
    padding: 40px 30px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.course__content-lg .category {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--white);
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--primary);
}

.course__content-lg .meta {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.course__content-lg .meta li {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);
}

.course__content-lg .meta li img {
    margin-right: 5px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.course__content-lg .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course__content-lg .rating li {
    font-size: 12px;
    line-height: 1.5;
    color: var(--yellow-2);
}

.course__content-lg .rating span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-6);
    margin-left: 5px;
}

.course__btn-lg {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.course__btn-lg a {
    display: inline-block;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--primary);
    color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.course__title-2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.course__title-2:hover {
    color: var(--primary);
}

.course__item-2 {
    border-radius: 8px;
    background: var(--white);
}

@media (max-width: 767px) {
    .course__item-2 {
        margin-bottom: 20px;
    }
}

.course__item-2 a img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.course__content-2 {
    padding: 20px;
}

@media (max-width: 1199px) {
    .course__content-2 {
        padding: 20px 13px;
    }
}

.course__content-2 .meta {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .course__content-2 .meta {
        gap: 12px;
    }
}

.course__content-2 .meta li {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--gray-5);
}

.course__content-2 .meta li img {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .course__content-2 .meta li img {
        display: block;
    }
}

@media (max-width: 991px) {
    .course__content-2 .meta li img {
        display: initial;
    }
}

.course__content-2 .category {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--primary);
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 49, 88, 0.1);
}

.course__content-2 .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}

.course__content-2 .rating li {
    font-size: 12px;
    line-height: 1.5;
    color: var(--yellow-2);
}

.course__content-2 .rating span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-5);
    margin-right: 10px;
}

.register__area-2 {
    background-color: var(--white-2);
    position: relative;
}

.register__area-2::after {
    position: absolute;
    content: "";
    width: 840px;
    height: 540px;
    right: 0;
    top: 120px;
    background-color: var(--green);
    pointer-events: none;
}

@media (max-width: 1199px) {
    .register__area-2::after {
        width: 530px;
        height: 460px;
    }
}

@media (max-width: 991px) {
    .register__area-2::after {
        display: none;
    }
}

.register__area-2 .shape {
    position: absolute;
    bottom: 115px;
    right: 235px;
}

@media (max-width: 1919px) {
    .register__area-2 .shape {
        right: 30px;
    }
}

.register__left-2 {
    z-index: 1;
    position: relative;
}

.register__right {
    position: relative;
    z-index: 1;
}

.register__right p {
    max-width: 490px;
    margin-left: auto;
    padding-top: 60px;
    color: var(--gray-4);
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .register__right p {
        margin-left: 0;
        color: var(--black-5);
    }
}

.register__countdown {
    padding-top: 35px;
    padding-bottom: 40px;
}

.register__countdown ul {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .register__countdown ul {
        gap: 8px;
    }
}

.register__countdown ul li {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 4px;
    border: 1px dashed var(--primary);
    background-color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #4A5355;
    text-transform: capitalize;
    padding-top: 12px;
}

.register__countdown ul li span {
    font-size: 36px;
    color: #001920;
    line-height: 1;
}

.register__text {
    font-size: 101px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--gray-8);
    font-family: "Manrope", sans-serif;
    color: transparent;
    margin-right: -263px;
    text-align: right;
    opacity: 0.2;
}

@media (max-width: 1919px) {
    .register__text {
        font-size: 76px;
        margin-right: -70px;
        padding-top: 20px;
    }
}

@media (max-width: 1399px) {
    .register__text {
        font-size: 65px;
        margin-right: -36px;
    }
}

@media (max-width: 1199px) {
    .register__text {
        font-size: 50px;
        padding-top: 1px;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .register__text {
        text-align: left;
        -webkit-text-stroke-color: var(--black-5);
    }
}

@media (max-width: 767px) {
    .register__text {
        font-size: 45px;
    }
}

.register__form {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.register__form input,
.register__form select,
.register__form textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--gray-4);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    border: 1px solid var(--gray-7);
    text-transform: capitalize;
    padding: 13px 15px;
    border-radius: 4px;
    outline: 0;
}

@media (max-width: 1199px) {

    .register__form input,
    .register__form select,
    .register__form textarea {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {

    .register__form input,
    .register__form select,
    .register__form textarea {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }
}

@media (max-width: 767px) {

    .register__form input,
    .register__form select,
    .register__form textarea {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.register__form input::-webkit-input-placeholder,
.register__form select::-webkit-input-placeholder,
.register__form textarea::-webkit-input-placeholder {
    color: var(--gray-7);
}

.register__form input::-moz-placeholder,
.register__form select::-moz-placeholder,
.register__form textarea::-moz-placeholder {
    color: var(--gray-7);
}

.register__form input:-ms-input-placeholder,
.register__form select:-ms-input-placeholder,
.register__form textarea:-ms-input-placeholder {
    color: var(--gray-7);
}

.register__form input::-ms-input-placeholder,
.register__form select::-ms-input-placeholder,
.register__form textarea::-ms-input-placeholder {
    color: var(--gray-7);
}

.register__form input::placeholder,
.register__form select::placeholder,
.register__form textarea::placeholder {
    color: var(--gray-7);
}

.register__form select {
    color: var(--gray-5);
}

.register__form textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100px;
    resize: none;
}

.register__form .submit {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 14px 36px;
    font-weight: 800;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--primary);
    background-color: var(--primary);
}

.register__form .submit:hover {
    color: var(--green);
    background-color: transparent;
}

.register__form-wrapper {
    margin-top: 25px;
    border-radius: 8px;
    padding: 50px 30px;
    background: var(--white);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1399px) {
    .register__form-wrapper {
        padding: 40px 30px;
    }
}

.register__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 767px) {
    .register__title br {
        display: none;
    }
}

.category__area-2 {
    padding-bottom: 220px;
    background-image: url(../imgs/home-2/cat-bg.png);
}

@media (max-width: 991px) {
    .category__area-2 {
        padding-bottom: 160px;
    }
}

.category__area-2 .sec-title-wrapper {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.category__area-2 .sec-title {
    padding-bottom: 15px;
}

.category__item {
    text-align: center;
    position: relative;
    border-radius: 8px;
    padding-bottom: 40px;
    background: var(--white);
    background-color: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.category__item:hover .link {
    bottom: -24px;
    opacity: 1;
    visibility: visible;
}

.category__item a img {
    width: 100%;
}

.category__item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--white);
    -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
    margin: 0 auto;
    margin-top: -40px;
}

.category__item .link {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background-color: var(--primary);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 30px;
    bottom: -14px;
    opacity: 0;
    visibility: hidden;
}

.category__item p span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    background: var(--primary);
}

.category__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    padding-top: 25px;
    padding-bottom: 5px;
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.category__title:hover {
    color: var(--primary);
}

.category__slider .swiper-wrapper {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .category__slider .swiper-wrapper {
        margin-bottom: 60px;
    }
}

.category__slider .swiper-pagination {
    bottom: 0;
}

.category__dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--gray-3);
}

.category__dots .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 5px;
    background: var(--green);
}

.counter__area-2 {
    background-color: var(--white-2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.counter__wrapper-2 {
    padding: 40px;
    border-radius: 8px;
    background-color: var(--green);
    /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
}

@media (max-width: 1399px) {
    .counter__wrapper-2 {
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .counter__wrapper-2 {
        padding-bottom: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
}

.counter__img-2 {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    line-height: 94px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    background: linear-gradient(222deg, #1A434F 0%, #002935 100%);
}

.counter__item-2 {
    text-align: center;
}

@media (max-width: 991px) {
    .counter__item-2 {
        margin-bottom: 40px;
    }
}

.counter__number-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--white);
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

.counter__info-2 p {
    font-size: 15px;
    text-align: center;
    color: var(--white);
    padding: 11px;
}

.event__area-2 {
    background-image: url(../imgs/home-2/event-bg.png);
}

.event__area-2 .sec-title-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.event__area-2 .sec-title-wrapper p {
    max-width: 590px;
    margin: 0 auto;
}

.event__area-2 .sec-title {
    padding-bottom: 15px;
}

@media (max-width: 1399px) {
    .event__area-2 .course__meta li img {
        display: inline-block;
    }
}

.event__list-2 {
    gap: 22px;
    display: -ms-grid;
    display: grid;
    max-width: 85%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .event__list-2 {
        max-width: 100%;
    }
}

.event__item-2 {
    padding: 40px;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    gap: 35px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 210px 35px auto;
    grid-template-columns: 210px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .event__item-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.event__item-2:hover .event__img-2 .date {
    background-color: var(--primary);
}

.event__title-2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 991px) {
    .event__title-2 {
        font-size: 24px;
    }

    .event__title-2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .event__title-2 {
        font-size: 22px;
    }
}

.event__link {
    padding-top: 20px;
}

.event__link a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event__link .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: var(--primary);
    border: 1px solid currentColor;
}

.event__link p {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: var(--gray-5);
    font-family: "Manrope", sans-serif;
}

.event__img-2 {
    position: relative;
}

.event__img-2 .date {
    width: 84px;
    height: 84px;
    color: var(--white);
    border-radius: 100%;
    background: var(--black-5);
    text-align: center;
    padding-top: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.event__img-2 p {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    font-family: "Manrope", sans-serif;
}

.event__img-2 p span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    font-family: "DM Sans", sans-serif;
}

.event__text-2 {
    text-align: center;
    margin-top: 35px;
}

.event__text-2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.event__text-2 p a {
    color: var(--primary);
}

.instructor__area-2 {
    background-color: var(--green);
}

.instructor__area-2 .title-wrapper {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .instructor__area-2 .title-wrapper {
        padding-bottom: 40px;
    }
}

.instructor__area-2 .title-wrapper p {
    padding-top: 20px;
    color: var(--gray-4);
}

.instructor__item-2 {
    border-radius: 8px;
    background-color: var(--white);
    overflow: hidden;
}

.instructor__item-2:hover .instructor__social-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.instructor__item-2 p {
    padding-top: 5px;
}

.instructor__content-2 {
    padding: 20px;
}

.instructor__social-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.instructor__social-2 ul {
    gap: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 10px;
    background: var(--primary);
}

.instructor__social-2 ul li a {
    font-size: 18px;
    color: var(--white);
}

.instructor__img-2 {
    position: relative;
}

.instructor__category-2 {
    gap: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .instructor__category-2 {
        padding-bottom: 40px;
    }

    .header-five-title {
        margin: 30px 0px;
    }
}

@media (max-width: 991px) {
    .instructor__category-2 img {
        display: none;
    }
}

.instructor__category-2 select {
    border-radius: 8px;
    padding: 15px 20px;
    color: var(--white);
    background: var(--primary);
    cursor: pointer;
    border: 0;
}

.instructor__slider-2 .swiper-wrapper {
    padding-bottom: 100px;
}

.instructor__slider-2 .swiper-pagination-bullet {
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--gray-4);
}

.instructor__slider-2 .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 5px;
    background: var(--white);
}

.brand__area-2 {
    background-color: var(--white-2);
}

.brand__top-2 {
    padding-bottom: 40px;
    text-align: center;
}

.brand__top-2 p {
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
}

.brand__top-2 p span {
    color: var(--primary);
}

.brand__slider-2 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand__slider-2 .swiper-slide {
    width: auto;
}

.blog__area-2 {
    background-color: var(--white-2);
}

@media (max-width: 991px) {
    .blog__area-2 .blog__item {
        margin-top: 25px;
    }
}

.blog__img-2 {
    position: relative;

}

.blog__img-2 .category {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.14px;
    background: var(--green);
    color: var(--white);
    padding: 6px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonial__area-2 {
    background-color: var(--white-2);
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../imgs/home-2/testimonial-bg.png);
}

.testimonial__right-2 {
    position: relative;
}

@media (max-width: 991px) {
    .testimonial__right-2 {
        margin-top: 100px;
    }
}

.testimonial__right-2 .shape {
    position: absolute;
    right: -55px;
    bottom: -40px;
}

@media (max-width: 991px) {
    .testimonial__right-2 .shape {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .testimonial__right-2 .shape {
        right: 0;
    }
}

.testimonial__right-2>p {
    color: var(--gray-5);
    padding-top: 20px;
    padding-bottom: 30px;
}

.testimonial__slide-2 {
    padding: 0 40px 60px;
    background-size: 100% 100%;
    background-image: url(../imgs/home-2/testimonial-bg-2.png);
}

.testimonial__slide-2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-5);
    letter-spacing: -0.18px;
}

.testimonial__slider-2 .swiper-wrapper {
    padding-top: 60px;
}

.testimonial__slider-2 .img {
    -webkit-transform: translate(15px, -50px);
    transform: translate(15px, -50px);
}

@media (max-width: 1399px) {
    .testimonial__slider-2 .img {
        -webkit-transform: translate(1px, -36px);
        transform: translate(1px, -36px);
    }
}

@media (max-width: 991px) {
    .testimonial__slider-2 .img {
        -webkit-transform: translate(25px, -52px);
        transform: translate(25px, -52px);
    }
}

@media (max-width: 767px) {
    .testimonial__slider-2 .img {
        -webkit-transform: translate(-25px, -52px);
        transform: translate(-25px, -52px);
    }
}

.testimonial__slider-2 .rating {
    display: block;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.testimonial__slider-2 .name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    padding-top: 20px;
    font-family: "Manrope", sans-serif;
}

.testimonial__left-2 {
    position: relative;
    margin-top: 100px;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .testimonial__left-2 {
        margin: 0;
    }
}

.testimonial__left-2 .quote {
    position: absolute;
    width: 102px;
    height: 102px;
    left: 10px;
    border-radius: 100%;
    border: 5px solid var(--white);
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial__left-2 .img-2 {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

@media (max-width: 991px) {
    .testimonial__left-2 .img-2 {
        right: unset;
        left: 380px;
    }
}

@media (max-width: 767px) {
    .testimonial__left-2 .img-2 {
        display: none;
    }
}

.testimonial__left-2 .img-3 {
    position: absolute;
    bottom: -50px;
    left: 30px;
}

.footer__area-2 {
    background-color: var(--green);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/home-2/footer-bg.png);
}

.footer__app {
    max-width: 510px;
    margin-left: auto;
}

.footer__app>p {
    color: var(--white);
    margin-bottom: 30px;
}

.footer__top-2 {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--green-2);
}

@media (max-width: 767px) {
    .footer__top-2 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.footer__app-list {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .footer__app-list {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__app-item a {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background: var(--white);
    padding: 12px 30px;
    -webkit-transform: all 0.3s;
    transform: all 0.3s;
}

.footer__app-item a:hover {
    background-color: var(--primary);
}

.footer__app-item a:hover .info p {
    color: var(--white);
}

.footer__app-item a:hover .info h4 {
    color: var(--white);
}

.footer__app-item a:hover .img {
    color: var(--white);
}

.footer__app-item a .img {
    font-size: 30px;
    color: var(--black-7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__app-item a .info p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 5px;
    color: var(--black-7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__app-item a .info h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--black-7);
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__logo-2 {
    padding-right: 20px;
}

@media (max-width: 991px) {
    .footer__logo-2 {
        padding-bottom: 40px;
    }
}

.footer__logo-2 img {
    margin-bottom: 30px;
}

.footer__logo-2 p {
    color: var(--gray-6);
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .footer__logo-2 p {
        padding-bottom: 25px;
    }
}

.footer__social-2 {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .footer__social-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__social-2 p {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--white);
    font-family: "Manrope", sans-serif;
    position: relative;
}

.footer__social-2 p::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: -70px;
    top: 11px;
    background: var(--primary);
}

@media (max-width: 767px) {
    .footer__social-2 p::before {
        width: 40px;
        left: -45px;
    }
}

.footer__btm-2 {
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer__copyright-2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer__copyright-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px;
    }
}

.footer__copyright-2 p {
    color: var(--white);
}

.newsletter__content-2 .title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
    .newsletter__content-2 .title {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .newsletter__content-2 .title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .newsletter__content-2 .title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .newsletter__content-2 .title {
        font-size: 24px;
    }
}

.newsletter__form-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 130px;
    grid-template-columns: auto 130px;
}

@media (max-width: 1199px) {
    .newsletter__form-2 {
        gap: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.newsletter__form-2 input,
.newsletter__form-2 .eduquest__field textarea,
.eduquest__field .newsletter__form-2 textarea {
    border: 0;
    outline: 0;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: 15px;
    color: var(--gray-8);
    background: var(--white);
    border-radius: 6px 0 0 6px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {

    .newsletter__form-2 input,
    .newsletter__form-2 .eduquest__field textarea,
    .eduquest__field .newsletter__form-2 textarea {
        border-radius: 6px;
    }
}

.newsletter__form-2 .submit {
    height: 56px;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 0 6px 6px 0;
    color: var(--white);
    background: var(--primary);
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .newsletter__form-2 .submit {
        border-radius: 6px;
        width: 50%;
        margin-left: 25%;
    }
}

/*----------------------------------------*/
/*  1. HEADER CSS START
/*----------------------------------------*/
.home-3-bg {
    background: #F5F5F5;
}

.header__area-3 {
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 0;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 1199px) {
    .header__area-3 {
        display: none;
    }
}

.header__logo-3 img {
    max-width: 190px;
}

.header__right-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399px) {
    .header__nav-3 {
        gap: 15px;
    }
}

.header__nav-3 li {
    position: relative;
}

.header__nav-3 li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--black);
}

.header__nav-3 li a:hover {
    color: var(--primary-3);
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang li {
    position: relative;
}

.header__lang li:nth-child(3)::before {
    display: none;
}

.header__lang li:last-child::before {
    display: none;
}

.header__lang li::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background: var(--black-4);
}

.header__lang li i {
    padding-right: 8px;
    font-size: 18px;
    cursor: pointer;
}

.constionic__mobile {
    background: var(--black-5);
    padding: 30px;
}

@media (min-width: 1200px) {
    .constionic__mobile {
        display: none;
    }
}

.constionic__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.constionic__wrapper-menu a {
    color: var(--white);
    font-size: 30px;
}

/*----------------------------------------*/
/*  2. HERO CSS START
/*----------------------------------------*/
.hero__area-3 {
    padding-top: 50px;
    padding-bottom: 100px;
    background: rgba(255, 234, 238, 0.2);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hero__area-3 {
        padding-bottom: 60px;
    }
}

.hero__area-3 .social-media-2 p {
    color: var(--black);
}

.hero__area-3 .social-media-2 li a {
    color: var(--black);
}

@media (max-width: 1199px) {
    .hero__reverse-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1199px) {
    .hero__content-3 {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero__content-3 {
        padding-top: 0;
    }
}

.hero__content-3 p {
    font-size: 18px;
}

.hero__subtitle-3 {
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.5;
    display: inline-block;
    padding-left: 160px;
    position: relative;
    color: var(--primary-3);
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .hero__subtitle-3 {
        padding-left: 88px;
        font-size: 18px;
    }
}

.hero__subtitle-3::before {
    content: "";
    left: 0;
    top: 50%;
    width: 140px;
    height: 3px;
    background: var(--primary-3);
    position: absolute;
}

@media (max-width: 1199px) {
    .hero__subtitle-3::before {
        width: 70px;
    }
}

.hero__title-3 {
    font-family: "Manrope", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.64px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.hero__title-3.section-title-3 {
    font-size: 48px;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .hero__title-3.section-title-3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .hero__title-3 {
        font-size: 40px;
    }

    .hero__title-3 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero__title-3 {
        font-size: 30px;
    }
}

.hero__diswrap {
    padding-bottom: 40px;
}

.hero__shape1 {
    position: absolute;
    left: -100px;
    top: 0;
    opacity: 0.5;
    z-index: -2;
}

.hero__shape2 {
    position: absolute;
    right: 0;
    top: -90px;
    z-index: -2;
}

.hero__thumb-3 {
    position: relative;
}

.hero__box1wrap {
    position: absolute;
    top: 300px;
    left: 0;
}

@media (max-width: 991px) {
    .hero__box1wrap {
        top: 0;
    }
}

.hero__boxwrap2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .hero__boxwrap2 {
        display: none;
    }
}

.hero__box1 {
    text-align: center;
    border-radius: 8.872px;
    background: var(--white);
    -webkit-box-shadow: -7.0972542763px 7.0972542763px 13.3073596954px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -7.0972542763px 7.0972542763px 13.3073596954px 0px rgba(0, 0, 0, 0.08);
    max-width: 145px;
    padding: 20px;
}

.hero__box1 h3 {
    color: var(--black-5);
    font-size: 17.695px;
    font-weight: 800;
    padding-top: 18px;
}

.hero__box2 {
    text-align: center;
    border-radius: 6.885px;
    background: var(--white);
    -webkit-box-shadow: 6.8845777512px 6.8845777512px 25.8171844482px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 6.8845777512px 6.8845777512px 25.8171844482px 0px rgba(0, 0, 0, 0.1);
    padding: 35px;
}

.hero__box2 h3 {
    color: #001920;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.hero__box2 h2 {
    color: #002935;
    font-size: 27.538px;
    font-weight: 700;
    padding-bottom: 15px;
}

.hero__dotted-3 {
    position: absolute;
    left: 50px;
    top: 70px;
}

.hero__btnwrapper-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 767px) {
    .hero__btnwrapper-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.underline-style {
    color: var(--primary-3);
    text-decoration: underline;
    text-decoration-color: rgba(255, 49, 87, 0.2745098039);
    text-underline-offset: 5px;
}

.header__btn .btn-ractangle {
    border: 1px solid var(--green);
    background: var(--green);
}

.btn-ractangle {
    background: var(--primary-3);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 7px 16px;
    text-transform: capitalize;
}

.btn-ractangle.ract-2 {
    background: #002E3B;
}

.btn-ractangle i {
    padding-left: 7px;
}

/*----------------------------------------*/
/*  3. ACHIEVEMENT CSS START
/*----------------------------------------*/
.achievement__area-3 {
    padding-bottom: 120px;
    position: relative;
}

.achievement__area-3 .shape-1,
.achievement__area-3 .breadcrumb__area .shape-3,
.breadcrumb__area .achievement__area-3 .shape-3,
.achievement__area-3 .breadcrumb__area .shape-2,
.breadcrumb__area .achievement__area-3 .shape-2 {
    position: absolute;
    left: 60px;
}

@media (max-width: 1199px) {

    .achievement__area-3 .shape-1,
    .achievement__area-3 .breadcrumb__area .shape-3,
    .breadcrumb__area .achievement__area-3 .shape-3,
    .achievement__area-3 .breadcrumb__area .shape-2,
    .breadcrumb__area .achievement__area-3 .shape-2 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .achievement__area-3 {
        padding-bottom: 60px;
    }
}

.achievement__area-3 .btn-readmore {
    font-size: 14px;
}

.achievement__area-3 .btn-readmore i {
    padding-left: 10px;
}

/*----------------------------------------*/
/*  4. ABOUT CSS START
/*----------------------------------------*/
.eduquest__area-3 {
    position: relative;
}

.eduquest__shape-1 {
    position: absolute;
    right: 0;
}

.eduquest__wrapper-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 40px 1fr;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    position: relative;
}

@media (max-width: 1199px) {
    .eduquest__wrapper-3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .eduquest__wrapper-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.eduquest__content-3 {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .eduquest__content-3 {
        padding-top: 0;
    }
}

.eduquest__diswrap {
    padding-bottom: 10px;
}

.eduquest__aboutlist-3 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.eduquest__aboutlist-3 li {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.eduquest__aboutlist-3 li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: var(--secondary-3);
}

.eduquest__aboutbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .eduquest__aboutbottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.eduquest__aboutusercontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.eduquest__aboutusercontent .content h3 {
    font-size: 22px;
    font-weight: 800;
}

.eduquest__left-3 {
    position: relative;
}

.eduquest__left-3 .thumb {
    position: relative;
}

.eduquest__left-3 .img-3 {
    position: absolute;
    right: 0;
    bottom: -100px;
}

@media (max-width: 1199px) {
    .eduquest__left-3 .img-3 {
        display: none;
    }
}

.about-counterbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 0px 8px 8px 8px;
    background: #FFF;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    max-width: 312px;
    padding: 15px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.about-counterbox .content h3 {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary-3);
}

.about-counterbox .content span {
    color: #002935;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

/*----------------------------------------*/
/*  5. CATEGORY CSS START
/*----------------------------------------*/
.category__area-3 {
    margin-top: 235px;
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .category__area-3 {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.category__wrapper-3 {
    background: #002935;
    padding: 100px 50px;
    border-radius: 12px;
    position: relative;
}

@media (max-width: 767px) {
    .category__wrapper-3 {
        padding: 50px 20px;
    }
}

.category__right-3 {
    position: relative;
}

@media (max-width: 991px) {
    .category__right-3 {
        padding-top: 60px;
    }
}

.category__boxicon {
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-width: 245px;
    text-align: center;
}

@media (max-width: 767px) {
    .category__boxicon {
        margin-bottom: 20px;
        max-width: unset;
    }
}

.category__boxicon.box-1 {
    margin-left: 70px;
}

@media (max-width: 1199px) {
    .category__boxicon.box-1 {
        margin-left: -100px;
    }
}

@media (max-width: 991px) {
    .category__boxicon.box-1 {
        margin-left: 0;
    }
}

.category__boxicon.box-2 {
    position: absolute;
    right: 0;
    top: -160px;
}

@media (max-width: 991px) {
    .category__boxicon.box-2 {
        top: -84px;
    }
}

@media (max-width: 767px) {
    .category__boxicon.box-2 {
        position: static;
        margin-bottom: 20px;
    }
}

.category__boxicon.box-3 {
    position: absolute;
    right: 0;
    bottom: -160px;
}

@media (max-width: 767px) {
    .category__boxicon.box-3 {
        position: static;
        margin-bottom: 20px;
    }
}

.category__boxicon img {
    padding-bottom: 30px;
}

.category__boxicon .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 5px;
}

.category__boxicon .counter {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    padding-bottom: 25px;
}

.category__btnwrapper {
    padding-top: 30px;
}

.category__bottom-3 {
    padding-top: 20px;
}

.category__bottom-3 span {
    color: var(--text-color, #001920);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    /* 155.556% */
}

.plus-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    background: #FFEAEE;
    display: inline-block;
    font-size: 16px;
    color: var(--secondary-3);
}

/*----------------------------------------*/
/*  6. COURSE CSS START
/*----------------------------------------*/
.course__area-3 {
    background: rgba(250, 239, 242, 0.64);
    padding-top: 20px;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .course__area-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.course__items-3 {
    padding-top: 48px;
}

.course__item-3 {
    padding: 24px;
    background: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 40px;
    margin-bottom: 24px;
}

.course__itemtwo-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    background: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

@media (max-width: 991px) {
    .course__itemtwo-3 {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .course__itemtwo-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course__itemtwo-3 img {
    max-width: 220px;
}

.course__thumb-3 {
    position: relative;
}

.course__thumb-3 img {
    width: 100%;
    border-radius: 8px;
}

.course__thumb-3 .familer {
    display: inline-block;
    background: #002935;
    padding: 5px 10px;
    color: var(--white);
    border-radius: 8px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.course__content-3 {
    padding-top: 25px;
    padding-bottom: 40px;
}

.course__title-3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px;
    color: #001920;
    display: block;
}

.course__price-3 {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary-3);
}

.course__pricewrap-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.course__discountprice-3 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-3);
}

.course__originalprice-3 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: line-through;
}

.course__timeInfo-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 15px;
}

.course__timeInfo-3 li {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.course__timeInfo-3 li i {
    padding-right: 8px;
}

.course__reviews-3 i {
    color: #FFA41B;
}

.course__reviews-3 span {
    display: inline-block;
    padding-left: 8px;
}

.course__btn-3 {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 6px;
    border: 1px solid #335862;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course__btn-3:hover {
    background: var(--secondary-3);
    border: 1px solid transparent;
    color: var(--white);
}

.course__btn-3 i {
    padding-left: 5px;
}

.course__bottom-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course__shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.circle-1 {
    width: 618px;
    height: 618px;
    border-radius: 618px;
    background: rgba(255, 166, 33, 0.2);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -2;
}

@media (max-width: 767px) {
    .circle-1 {
        display: none;
    }
}

.circle-2 {
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background: rgba(255, 33, 86, 0.5);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: -2;
}

@media (max-width: 767px) {
    .circle-2 {
        display: none;
    }
}

.sec-style-3 {
    text-align: center;
}

.sec-style-3 .subtitle {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    padding-left: 55px;
    padding-right: 105px;
}

.sec-style-3 .subtitle span {
    color: var(--secondary-3);
}

.sec-style-3 .subtitle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 41px;
    background: var(--primary-3);
}

.sec-style-3 .subtitle::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 90px;
    background: var(--primary-3);
}

.sec-style-3 .title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    color: #001920;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .sec-style-3 .title {
        font-size: 35px;
    }
}

/*----------------------------------------*/
/*  7. WHY CSS START
/*----------------------------------------*/
.why__area-3 {
    /* background: #F5F4F3;
  padding-top: 120px;
  padding-bottom: 120px;*/
    position: relative;
}

@media (max-width: 991px) {
    .why__area-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.why__wrapper-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .why__wrapper-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.why__thumb-3 {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .why__thumb-3 {
        padding-bottom: 50px;
    }
}

.why__singlewrapper-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 767px) {
    .why__singlewrapper-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.why__itemsingle-3 {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 25px;
    max-width: 312px;
}

@media (max-width: 767px) {
    .why__itemsingle-3 {
        max-width: unset;
    }
}

.why__itemsingle-3 img {
    padding-bottom: 30px;


}

.why__itemsingle-3 .title {
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

/*----------------------------------------*/
/*  8. VIDEO CSS START
/*----------------------------------------*/
.video-icon-3,
.video-icon-4 {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: var(--white);
    text-align: center;
    border-radius: 50px;
    background: var(--primary-3);
}

.video-icon-4 {
    height: 104px;
    width: 104px;
    line-height: 100px;
    background: var(--primary-3);
}

.video__thumb-3 {
    position: relative;
    z-index: 2;
}

.video__thumb-3 img {
    border-radius: 8px;
}

.video__iconwraper-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

/*----------------------------------------*/
/*  9. COUNTER CSS START
/*----------------------------------------*/
.counter__area-3 {
    padding-top: 120px;
}

/*----------------------------------------*/
/*  10. WORK PROCESSS CSS START
/*----------------------------------------*/
.work__area-3 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .work__area-3 {
        padding-bottom: 15px;
    }
}

.work__items-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-top: 50px;
    position: relative;
}

@media (max-width: 991px) {
    .work__items-3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .work__items-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.work__item-3 {
    text-align: center;
}

.work__thumb-3 {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

.work__thumb-3 img {
    width: 100%;
}

.work__thumb-3 .step {
    display: inline-block;
    background: var(--primary-3);
    color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 21.333px;
    font-weight: 800;
    line-height: 1.5;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 40px;
    right: 40px;
    outline: 2px dashed var(--secondary-3);
    outline-offset: 8px;
}

.work__title-3 {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 21.333px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 10px;
}

/*----------------------------------------*/
/*  11. TESTIMONIAL PROCESSS CSS START
/*----------------------------------------*/
.testimonial__wrapper-3 {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.testimonial__wrapper-3::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    top: 0;
    height: 100%;
    background: #FFEAEE;
}

@media (max-width: 767px) {
    .testimonial__wrapper-3::before {
        display: none;
    }
}

.testimonial__secwrapper-3 {
    padding-bottom: 30px;
}

.testimonial__item-3 {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.testimonial__rating-3 {
    padding-bottom: 10px;
}

.testimonial__rating-3 i {
    color: #FFA41B;
}

.testimonial__client-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}

.testimonial__client-3 .title {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #001920;
}

.testimonial__arrowbtn-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-top: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-button-prev,
.test-button-next {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    background: #335862;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}

.count__area-3 {
    background: var(--green);
    padding-top: 214px;
    padding-bottom: 120px;
    position: relative;
    margin-top: -150px;
}

@media (max-width: 1199px) {
    .count__area-3 {
        padding-top: 100px;
        padding-bottom: 60px;
        margin-top: -50px;
    }
}

.count-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.count-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.progress-line {
    position: absolute;
    top: 41%;
}

@media (max-width: 991px) {
    .progress-line {
        display: none;
    }
}

.testimonial-icon-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.about-circle {
    position: absolute;
    top: 130px;
    right: 180px;
    z-index: 2;
}

/*----------------------------------------*/
/*   SEARCH CSS START
/*----------------------------------------*/
.search__top .search__form-two {
    max-width: 800px;
    margin: auto;
    margin-top: 250px;
}

.search__top .search__form-two form {
    position: relative;
}

.search__top .search__form-two form input,
.search__top .search__form-two form .eduquest__field textarea,
.eduquest__field .search__top .search__form-two form textarea {
    width: 100%;
    height: 60px;
    border: 0;
    border-bottom: 2px solid var(--gray-2);
    background: transparent;
    color: var(--white);
}

.search__top .search__form-two form input::-webkit-input-placeholder,
.search__top .search__form-two form .eduquest__field textarea::-webkit-input-placeholder,
.eduquest__field .search__top .search__form-two form textarea::-webkit-input-placeholder {
    color: var(--gray-2);
    font-size: 12px;
}

.search__top .search__form-two form input::-moz-placeholder,
.search__top .search__form-two form .eduquest__field textarea::-moz-placeholder,
.eduquest__field .search__top .search__form-two form textarea::-moz-placeholder {
    color: var(--gray-2);
    font-size: 12px;
}

.search__top .search__form-two form input:-ms-input-placeholder,
.search__top .search__form-two form .eduquest__field textarea:-ms-input-placeholder,
.eduquest__field .search__top .search__form-two form textarea:-ms-input-placeholder {
    color: var(--gray-2);
    font-size: 12px;
}

.search__top .search__form-two form input::-ms-input-placeholder,
.search__top .search__form-two form .eduquest__field textarea::-ms-input-placeholder,
.eduquest__field .search__top .search__form-two form textarea::-ms-input-placeholder {
    color: var(--gray-2);
    font-size: 12px;
}

.search__top .search__form-two form input::placeholder,
.search__top .search__form-two form .eduquest__field textarea::placeholder,
.eduquest__field .search__top .search__form-two form textarea::placeholder {
    color: var(--gray-2);
    font-size: 12px;
}

.search__top .search__form-two form input:focus,
.search__top .search__form-two form .eduquest__field textarea:focus,
.eduquest__field .search__top .search__form-two form textarea:focus {
    outline: 0;
}

.search__top .offcanvas.offcanvas-top {
    height: 100vh;
    background: var(--black);
}

.search__top .btn-close {
    opacity: 1;
    -webkit-filter: contrast(0);
    filter: contrast(0);
    cursor: pointer;
}

.search__top .offcanvas-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.light-green {
    background: rgba(0, 182, 189, 0.08) !important;
}

.light-blue {
    background: rgba(153, 146, 255, 0.08) !important;
}

.cat-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.cat-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*----------------------------------------*/
/*   ABOUT PAGE CSS START
/*----------------------------------------*/
.breadcrumb__area {
    background: #00171E;
    padding-top: 95px;
    padding-bottom: 95px;
    background-image: url("../imgs/inner/bradcrumb-shape-1.png");
}

@media (max-width: 767px) {
    .breadcrumb__area {
        padding-top: 150px;
        padding-bottom: 90px;
    }
}

.breadcrumb__area .shape-1,
.breadcrumb__area .shape-3,
.breadcrumb__area .shape-2 {
    position: absolute;
    left: 0;
    top: -10px;
}

@media (max-width: 991px) {

    .breadcrumb__area .shape-1,
    .breadcrumb__area .shape-3,
    .breadcrumb__area .shape-2 {
        display: none;
    }
}

.breadcrumb__area .shape-2 {
    right: 0;
    left: auto;
}

.breadcrumb__area .shape-3 {
    right: 300px;
    left: auto;
    top: auto;
    bottom: 40px;
}

@media (max-width: 767px) {
    .breadcrumb__area .shape-3 {
        display: none;
    }
}

.breadcrumb__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
}

@media (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 30px;
    }
}

.breadcrumb__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
    position: relative;
}

.breadcrumb__menu li {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    /*  font-weight: 600;*/
    line-height: 1.2;
}

.breadcrumb__menu li:last-child {
    color: #ff3158;
}

@media (max-width: 767px) {
    .breadcrumb__menu {
        gap: 15px;
    }
}

.breadcrumb__menu li a {
    color: var(--white);
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    /*  font-weight: 600;*/
    line-height: 1.2;
}

.breadcrumb__menu li i {
    padding-left: 10px;
    color: var(--white);
}

.aboutpage__overview {
    padding-top: 120px;
    text-align: center;
}

@media (max-width: 1199px) {
    .aboutpage__overview {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .aboutpage__overview {
        padding-top: 40px;
    }
}

.aboutpage__subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.aboutpage__subtitle::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    width: 26px;
    height: 26px;
    background: rgba(255, 49, 87, 0.262745098);
    border-radius: 50px;
}

.aboutpage__subtitle::after {
    position: absolute;
    content: "";
    left: -22px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--primary-3);
    border-radius: 50px;
}

.aboutpage__title {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    font-family: "Manrope", sans-serif;
}

@media (max-width: 1199px) {
    .aboutpage__title {
        font-size: 35px;
    }
}

.aboutpage__video {
    padding-top: 50px;
    padding-bottom: 30px;
}

.aboutpage__counter {
    margin-top: 50px;
}

.aboutpage__wrapper {
    padding: 40px;
    border-radius: 8px;
    background-color: var(--green);
}

/*----------------------------------------*/
/*   TEAM PAGE CSS START
/*----------------------------------------*/
.teampage__area {
    padding-top: 130px;
}

.teampage__class {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    margin-top: 0;
    border-radius: 0;
}

.teampage__btnwrapper {
    text-align: center;
    padding-top: 50px;
}

.teampage__btnwrapper .error-btn:hover {
    color: var(--primary-3);
}

.teampage__why {
    padding-top: 0;
    overflow: hidden;
}

.teampage__whybtnwrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .teampage__whybtnwrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*----------------------------------------*/
/*   TEAM DETAILS CSS START
/*----------------------------------------*/
.teamDetails__area {
    padding-top: 100px;
    background: #F5F5F5;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .teamDetails__area {
        padding-top: 50px;
    }
}

.teamDetails__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 312px 30px 1fr;
    grid-template-columns: 312px 1fr;
    gap: 30px;
    max-width: 1096px;
    margin: auto;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .teamDetails__wrapper {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .teamDetails__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 15px;
    }
}

.teamDetails__name {
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 10px;
}

.teamDetails__post {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    padding-bottom: 10px;
}

.teamDetails__dis {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.teamDetails__distwo {
    padding-bottom: 30px;
}

.teamDetails__skills {
    padding-top: 25px;
}

.teamDetails__skills li {
    padding-bottom: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.teamDetails__skills li span {
    font-weight: 700;
}

.teamDetails__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

.teamDetails__social li a {
    height: 30px;
    width: 30px;
    background: var(--primary-3);
    color: var(--white);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

.teamDetails__title {
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 20px;
}

.teamDetails__experience {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .teamDetails__experience {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .teamDetails__experience {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.eduquest__contact {
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    padding: 50px 40px;
}

@media (max-width: 767px) {
    .eduquest__contact {
        padding: 30px 15px;
    }
}

.eduquest__form {
    padding-top: 50px;
}

.eduquest__form button {
    border: 0;
}

.eduquest__fieldwrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 767px) {
    .eduquest__fieldwrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.eduquest__formbtnwrapper {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .eduquest__formbtnwrapper {
        padding-top: 30px;
    }
}

.eduquest__field {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .eduquest__field {
        margin-bottom: 10px;
    }
}

.eduquest__field input,
.eduquest__field textarea {
    width: 100%;
    height: 62px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    padding: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.eduquest__field input::-webkit-input-placeholder,
.eduquest__field textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.eduquest__field input::-moz-placeholder,
.eduquest__field textarea::-moz-placeholder {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.eduquest__field input:-ms-input-placeholder,
.eduquest__field textarea:-ms-input-placeholder {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.eduquest__field input::-ms-input-placeholder,
.eduquest__field textarea::-ms-input-placeholder {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.eduquest__field input::placeholder,
.eduquest__field textarea::placeholder {
    color: #C7C7C7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.eduquest__field input:focus,
.eduquest__field textarea:focus {
    outline: 1px solid var(--primary-3);
}

.eduquest__field textarea {
    height: 111px;
}

.eduquest__field span {
    position: relative;
    left: 16px;
    top: 11px;
    background: #FAFAFA;
    padding-left: 10px;
    padding-right: 10px;
}

/*----------------------------------------*/
/*   FAQ PAGE CSS START
/*----------------------------------------*/
.faqpage__area {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .faqpage__area {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .faqpage__innerright {
        padding-top: 50px;
    }
}

.faqpage__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-top: 50px;
}

.faqpage__lists li button {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #B3C0C4;
    background: transparent;
    width: 200px;
    text-align: left;
}

.faqpage__lists li button.active {
    background: var(--primary-3);
    color: var(--white);
}

.faq__contact {
    padding-top: 110px;
    padding-bottom: 90px;
}

.faq__contactwrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.9fr 24px 1fr;
    grid-template-columns: 0.9fr 1fr;
    gap: 24px;
}

@media (max-width: 991px) {
    .faq__contactwrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/*----------------------------------------*/
/*   TESTIMONIAL PAGE CSS START
/*----------------------------------------*/
.testimonial__inner {
    background: #F5F5F5;
    padding-top: 150px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .testimonial__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.testimonial__innerItems {
    padding-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991px) {
    .testimonial__innerItems {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .testimonial__innerItems {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.testimonial__innerItem {
    border-radius: 8px;
    background: var(--white);
    max-width: 410px;
    padding: 45px 24px;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.testimonial__innerItem .title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-top: 20px;
}

.testimonial__innerthumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-top: 30px;
}

.testimonial__innerthumb .content .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.testimonial__innerthumb .content .post {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.testimonial__rating {
    background: #FFEAEE;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 26px;
}

.testimonial__rating i {
    color: var(--primary-3);
}

/*----------------------------------------*/
/*   GALLARY PAGE CSS START
/*----------------------------------------*/
.gallary__innerarea {
    padding-top: 100px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .gallary__innerarea {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.gallary__innersectionwrap {
    text-align: center;
    padding-bottom: 50px;
}

.gallary__sectitle {
    color: #161C24;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .gallary__sectitle {
        font-size: 35px;
    }
}

.gallary__inneritems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 24px;
}

@media (max-width: 767px) {
    .gallary__inneritems {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallary__inneritem img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/*----------------------------------------*/
/*   BLOG PAGE CSS START
/*----------------------------------------*/
.blog__innerpage {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .blog__innerpage {
        padding-top: 60px;
    }
}

.blog__innerthumb {
    position: relative;
}

.blog__innercontent {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    padding: 30px;
    border-radius: 0px 0px 0px 8px;
    max-width: 575px;
}

.blog__innerdate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.blog__innerdate li {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary-3);
    padding-bottom: 15px;
    position: relative;
}

.blog__innerdate li:last-child::before {
    display: none;
}

.blog__innerdate li::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 41px;
    background: var(--primary-3);
}

.blog__innertitle {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #002935;
    padding-bottom: 10px;
}

.blog__innerbtnwrap {
    padding-top: 40px;
}

.blog__innerbtnwrap a {
    color: #4A5355;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.blog__innerbtnwrap a i {
    padding-left: 8px;
}

.mainblog-inneractive {
    padding-bottom: 70px;
}

.mainblog-inneractive .swiper-pagination-bullet {
    width: 9.833px;
    height: 9.833px;
    background: rgba(255, 49, 87, 0.6392156863);
}

.mainblog-inneractive .swiper-pagination-bullet-active {
    width: 22.125px;
    height: 9.833px;
    background: var(--primary-3);
    border-radius: 4.917px;
}

.mainblog__items {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .mainblog__items {
        padding-top: 45px;
    }
}

.mainblog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .mainblog__pagination {
        gap: 20px;
    }
}

.mainblog__pagination li.active {
    border-radius: 8px;
    background: #002935;
    padding: 8px 14px;
}

.mainblog__pagination li.active a {
    color: var(--white);
}

.mainblog__pagination li a {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #001920;
}

.pb-80 {
    padding-bottom: 80px;
}

.pagination-style-1 {
    padding-top: 15px;
}

.v-post {
    color: var(--primary-3);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}

.dis {
    padding-bottom: 20px;
}

.blog__details {
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

@media (max-width: 767px) {
    .blog__details {
        margin-bottom: 30px;
    }
}

.blog__details h2 {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog__details h4 {
    position: relative;
    padding-left: 60px;
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.blog__details h4::before {
    content: "";
    left: 0;
    height: 1px;
    width: 50px;
    background: var(--primary-3);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog__details h3 {
    color: #111010;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .blog__details h3 {
        font-size: 16px;
    }
}

.blog__detailsdate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-top: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
}

.blog__detailsdate li {
    color: #4A5355;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.blog__detailsdate li:first-child {
    color: var(--primary-3);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 15px;
    border-radius: 4px;
    background: rgba(255, 49, 88, 0.17);
}

.blog__detailsdate li i {
    padding-right: 8px;
}

.blog__detailslist {
    padding-top: 30px;
    padding-left: 20px;
}

.blog__detailslist li {
    list-style: disc;
}

.blog__detailvideo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 40px;
}

.blog__detailvideothumb {
    position: relative;
}

.blog__detailvideoicon {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary-3);
    color: var(--white);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog__quote {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}

.blog__quote img {
    position: absolute;
    left: 0;
    top: 0;
}

.blog__tagswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}

.blog__tagslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.blog__tagslist li {
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    padding: 8px;
}

.blog__prevbtn {
    border: 0;
    background: transparent;
}

.blog__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-top: 15px;
}

.blog__prevtitle {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.blog__prevdate {
    color: #4A5355;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.cmt__form {
    border-radius: 2px;
    background: #FFEAEE;
    padding: 40px;
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 134px 32px 1fr;
    grid-template-columns: 134px 1fr;
    gap: 32px;
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .cmt__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.cmt__form::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--primary-3);
    position: absolute;
}

/*----------------------------------------*/
/*   CONTACT PAGE CSS START
/*----------------------------------------*/
.contact__top {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .contact__top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contact__bottom {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .contact__bottom {
        padding-bottom: 60px;
    }
}

.contact__bottom-header {
    padding-bottom: 40px;
    text-align: center;
}

.contact__form {
    border-radius: 8px;
    padding: 40px 30px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .contact__form {
        padding: 40px 5px;
    }
}

.contact__form-title {
    color: #070F2C;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .contact__form-title {
        font-size: 35px;
    }

    .contact__form-title br {
        display: none;
    }
}

.contact__info b {
    color: #ff3158
}

.contact__info {
    text-align: left;
    padding: 20px 15px;
    border-radius: 8px;
    background: var(--white);
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.contact__info img {
    padding-bottom: 10px;
}

.contact__infotitle {
    color: #002935;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    padding-bottom: 10px;
}

.contact__infodiscription {
    color: #4A5355;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

/*----------------------------------------*/
/*   ERROR PAGE CSS START
/*----------------------------------------*/
.error__page {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .error__page {
        padding-bottom: 60px;
    }
}

.error__content {
    text-align: center;
}

.error__title {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .error__title {
        font-size: 30px;
    }
}

.header__lang .dropdown-toggle {
    background: transparent;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.header__lang .dropdown-item {
    color: var(--green);
    font-weight: 500;
}

.header__lang .dropdown-menu.show {
    top: 20px !important;
    background: white;
}

.header__lang .dropdown-menu.show li::before {
    display: none;
}

.header__cart .cart {
    border: 0;
    color: var(--white);
    background: transparent;
}

.main-menu ul li a,
.main-menu-2 ul li a {
    padding: 24px 2px;
}

.main-menu .sub-dropdown,
.main-menu-2 .sub-dropdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.main-menu .main-dropdown li,
.main-menu-2 .main-dropdown li {
    width: 100%;
}

.main-menu .main-dropdown .has-dropdown::after,
.main-menu-2 .main-dropdown .has-dropdown::after {
    top: 7px;
    color: var(--green);
}

.main-menu .main-dropdown li a:hover,
.main-menu-2 .main-dropdown li a:hover {
    color: var(--primary);
}

.cart__list {
    gap: 20px;
    display: -ms-grid;
    display: grid;
}

.cart__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 10px auto 10px 10px;
    grid-template-columns: 80px auto 10px;
    gap: 10px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__item .title {
    font-size: 16px;
    line-height: 1.3;
    color: var(--green);
    padding-bottom: 5px;
}

.cart__item .delete {
    background: transparent;
    border: 0;
    font-size: 18px;
}

.cart__offcanvas .offcanvas-body {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__other {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.cart__other p {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    font-weight: 600;
}

.cart__other p span {
    color: var(--green);
}

.cart__other a {
    display: block;
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--green);
}

.cart__other a:hover {
    color: var(--primary);
}

.header__lang-2 .dropdown-toggle,
.header__cart-2 .cart {
    color: var(--gray-4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__lang-2 .dropdown-toggle:hover,
.header__cart-2 .cart:hover {
    color: var(--white);
}

.header__lang-2 .dropdown-item {
    color: var(--green) !important;
}

.course__content-lg .rating .text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-6);
    margin-left: 5px;
}

.course__content-2 .rating .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-5);
    margin-right: 10px;
}

.about-inner {
    padding-top: 160px;
}

.why__area-about .online__class {
    margin-bottom: 0;
    border-radius: 0;
    background-position: center;
}

.instructor__area-about {
    padding-top: 120px;
    background-color: var(--pink);
}

.mb-30 {
    margin-bottom: 30px !important;
}

.comment__user-title {
    color: #001920;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    margin-top: 48px;
    margin-bottom: 30px;
    position: relative;
}

.comment__user-title::before {
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: var(--gray-6);
    position: absolute;
}

.comment__user {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 82px 23px 1fr;
    grid-template-columns: 82px 1fr;
    gap: 23px;
}

@media (max-width: 767px) {
    .comment__user {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.comment__user button {
    border: 0;
    background: transparent;
    font-weight: 800;
    text-transform: uppercase;
}

.comment__user button img {
    padding-right: 10px;
}

.comment__content p {
    margin-bottom: 15px;
}

.comment__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.comment__date {
    color: var(--primary-3);
}

.comment__user-form {
    margin-top: 30px;
}

.comment__user-form textarea {
    height: 200px;
    width: 100%;
    border: 1px solid var(--gray-6);
    padding: 30px;
    resize: none;
    margin-bottom: 30px;
}

.comment__user-form textarea:focus {
    outline: 1px solid var(--gray-6);
}

.comment__user-form button {
    border: 1px solid transparent;
    padding: 15px;
    background: var(--primary-3);
    color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.comment__user-form button:hover {
    background: transparent;
    color: var(--black-2);
    border: 1px solid var(--black-2);
}

.ml-90 {
    margin-left: 90px;
}

@media (max-width: 767px) {
    .ml-90 {
        margin-left: 0;
    }
}

.mt-30 {
    margin-top: 30px;
}

.progress-wrapper {
    margin-bottom: 20px;
}

.progress-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.progress-header .title {
    color: #002935;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.progress-body {
    border-radius: 8px;
    background: #D9D9D9;
    height: 6px;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.progress-body::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background: var(--primary-3);
    position: absolute;
    border-radius: 8px;
}

/*----------------------------------------*/
/*   INNER PAGE CSS START
/*----------------------------------------*/
.course__area-2 {
    background-color: #F5F5F5;
}

.course__area-2 .accordion-item {
    margin-bottom: 24px;
    border-bottom: 0px;
}

.course__area-2 .list-title {
    font-size: 14px;
    font-weight: 600;
    color: #4A5355;
    padding-bottom: 15px;
    font-family: "Manrope", sans-serif;
}

.course__area-2 .offer-price {
    text-decoration: line-through;
    color: #001920;
    padding-right: 10px;
}

.course__area-3 .course__item-2 {
    padding: 0px;
}

.course__area-3 .course__item-2 h6 a {
    font-size: 18px;
}

.course__content-4 {
    padding: 24px 24px 20px;
}

.course__sidebarTitle button {
    font-size: 16px;
    font-weight: 800;
    color: #001920;
    padding: 16px 26px;
    border-radius: 4px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
    .course__sidebarTitle button {
        padding: 15px 10px;
    }
}

.course__widgetitem {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 24px;
}

.course__widgetitem form {
    position: relative;
}

.course__widgetitem input,
.course__widgetitem .eduquest__field textarea,
.eduquest__field .course__widgetitem textarea {
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding-right: 50px;
}

.course__widgetitem input::-webkit-input-placeholder,
.course__widgetitem .eduquest__field textarea::-webkit-input-placeholder,
.eduquest__field .course__widgetitem textarea::-webkit-input-placeholder {
    color: #5F5F5F;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.course__widgetitem input::-moz-placeholder,
.course__widgetitem .eduquest__field textarea::-moz-placeholder,
.eduquest__field .course__widgetitem textarea::-moz-placeholder {
    color: #5F5F5F;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.course__widgetitem input:-ms-input-placeholder,
.course__widgetitem .eduquest__field textarea:-ms-input-placeholder,
.eduquest__field .course__widgetitem textarea:-ms-input-placeholder {
    color: #5F5F5F;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.course__widgetitem input::-ms-input-placeholder,
.course__widgetitem .eduquest__field textarea::-ms-input-placeholder,
.eduquest__field .course__widgetitem textarea::-ms-input-placeholder {
    color: #5F5F5F;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.course__widgetitem input::placeholder,
.course__widgetitem .eduquest__field textarea::placeholder,
.eduquest__field .course__widgetitem textarea::placeholder {
    color: #5F5F5F;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.course__widgetitem button {
    position: absolute;
    right: 0;
    height: 100%;
    background: var(--primary-3);
    width: 50px;
    color: var(--white);
    border: 0;
}

.course__authorthumb {
    text-align: center;
    padding-bottom: 30px;
}

.course__authorname {
    color: #001920;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 15px;
}

.course__authorsocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.course__authorsocial li a {
    color: var(--white);
    height: 40px;
    width: 40px;
    background: #002E3B;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
}

.course__grid-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    border-radius: 4px;
    background-color: var(--white);
    margin-bottom: 24px;
    padding: 15px;
}

@media (max-width: 1199px) {
    .course__grid-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .course__grid-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .course__grid-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }
}

.course__grid-top input,
.course__grid-top .eduquest__field textarea,
.eduquest__field .course__grid-top textarea {
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    width: 100%;
    padding: 12px 20px 12px 40px;
    background-image: url(../imgs/inner-2/icon/search.png);
    background-position-x: 15px;
    background-repeat: no-repeat;
    background-position-y: 17px;
}

.course__grid-top input::-webkit-input-placeholder,
.course__grid-top .eduquest__field textarea::-webkit-input-placeholder,
.eduquest__field .course__grid-top textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #B4A9A8;
    font-family: "Manrope", sans-serif;
}

.course__grid-top input::-moz-placeholder,
.course__grid-top .eduquest__field textarea::-moz-placeholder,
.eduquest__field .course__grid-top textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #B4A9A8;
    font-family: "Manrope", sans-serif;
}

.course__grid-top input:-ms-input-placeholder,
.course__grid-top .eduquest__field textarea:-ms-input-placeholder,
.eduquest__field .course__grid-top textarea:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #B4A9A8;
    font-family: "Manrope", sans-serif;
}

.course__grid-top input::-ms-input-placeholder,
.course__grid-top .eduquest__field textarea::-ms-input-placeholder,
.eduquest__field .course__grid-top textarea::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #B4A9A8;
    font-family: "Manrope", sans-serif;
}

.course__grid-top input::placeholder,
.course__grid-top .eduquest__field textarea::placeholder,
.eduquest__field .course__grid-top textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #B4A9A8;
    font-family: "Manrope", sans-serif;
}

.course__img-2 {
    position: relative;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .course__img-2 img {
        width: 100%;
    }
}

.course__img-2 span {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 8px 0px 0px 0px;
    font-size: 14px;
    border-radius: 8px 0px 0px 0px;
    background: #002E3B;
    font-weight: 700;
    padding: 5px;
    color: var(--white);
}

.course__img-2 span i {
    color: #F9C02F;
    padding-right: 4px;
}

.course__grid-topRight {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 15px 1fr 15px 1fr;
    grid-template-columns: 340px 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1199px) {
    .course__grid-topRight {
        -ms-grid-columns: 1fr 50px 50px;
        grid-template-columns: 1fr 50px 50px;
    }
}

@media (max-width: 991px) {
    .course__grid-topRight {
        -ms-grid-columns: 1fr 50px 50px;
        grid-template-columns: 1fr 50px 50px;
    }
}

@media (max-width: 767px) {
    .course__grid-topRight {
        -ms-grid-columns: 1fr 50px 50px;
        grid-template-columns: 1fr 50px 50px;
    }
}

.course__iconBox {
    width: 48px;
    height: 48px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.course__select {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 70px 15px 1fr;
    grid-template-columns: 70px 1fr;
    gap: 15px;
    color: #425162;
    font-size: 14px;
    font-weight: 500;
}

.course__select .form-select {
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    padding: 12px 15px;
}

.course__select span {
    color: #121920;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.course__grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1199px) {
    .course__grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .course__grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .course__grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 1199px) {
    .course__grid-3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .course__grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .course__grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__btm-left span {
    font-size: 16px;
    color: #001920;
    font-weight: 800;
    font-family: "Manrope", sans-serif;
}

.course__price {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FF3158;
}

.course__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.course__info span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #4A5355;
}

.course__info span i {
    padding-right: 8px;
}

.course__category-title {
    border-radius: 4px;
    color: #FF3158;
    background: rgba(255, 49, 88, 0.1);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
}

@media (max-width: 1399px) {
    .course__category-title {
        font-size: 10px;
    }
}

.course__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-top: 45px;
}

.course__pagination .page-item a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #4A5355;
}

.course__pagination .page-item a:hover {
    background-color: #FF3158;
    color: var(--white);
}

.course__recentPost h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 20px;
    color: #001920;
    position: relative;
    padding-left: 40px;
}

.course__recentPost h3::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 32px;
    height: 2px;
    content: "";
    background-color: #FF3158;
}

.course__recentPost-wrapper {
    border-radius: 8px;
    padding: 40px 32px 40px 24px;
    background: var(--white-color, #FFF);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.course__recentPost-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E8E9;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .course__recentPost-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .course__recentPost-item {
        -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr;
    }
}

.course__recentPost-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.course__recentPost-right h4 {
    padding-bottom: 10px;
}

.course__recentPost-right h4 i {
    color: #FF3158;
    font-size: 14px;
}

.course__recentPost-right h4 span {
    font-size: 14px;
    font-weight: 500;
    color: #4A5355;
}

.course__recentPost-right h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    color: #001920;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .course__recentPost-right h5 {
        font-size: 14px;
    }
}

.course__recentPost-right h5:hover {
    color: #FF3158;
}

.course__categorywrapper {
    border-radius: 8px;
    padding: 40px 32px 40px 24px;
    background: var(--white-color, #FFF);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.course__category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4A5355;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
}

.course__category-list li:last-child {
    margin-bottom: 0;
}

.course__category-list li a {
    color: #4A5355;
}

.course__category-list li a:hover {
    color: var(--primary-3);
}

.course__category-list li span {
    display: inline-block;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course__category-list li span:hover {
    background: var(--primary-3);
    color: var(--white);
}

.course__category-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.course__category-tags li a {
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    color: var(--gray-5);
    border: 1px solid var(--gray-6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.course__category-tags li a:hover {
    background: var(--primary-3);
    color: var(--white);
}

.course__item-3 h6 {
    font-size: 18px;
}

.course__student-3 {
    padding-left: 10px;
    font-size: 12px;
}

.course__wrapper-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 312px 24px auto;
    grid-template-columns: 312px auto;
    gap: 24px;
}

.course__wrapper-3 .course__rating {
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 10px;
}

.course__wrapper-3 .course__itemTitle a {
    color: var(--black-2);
}

@media (max-width: 991px) {
    .course__wrapper-3 {
        -ms-grid-columns: 265px auto;
        grid-template-columns: 265px auto;
    }
}

@media (max-width: 767px) {
    .course__wrapper-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__btm3 {
    padding-top: 20px;
}

.course__btm3 span {
    font-size: 16px;
    font-weight: 500;
    color: #001920;
    padding-left: 8px;
}

.course__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.course__detailsReview i {
    color: #FFA41B;
    font-size: 14px;
}

.course__img-3 {
    position: relative;
}

@media (max-width: 991px) {
    .course__img-3 img {
        width: 100%;
    }
}

.course__priceTitle {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 18px;
    border-radius: 0px;
    background: #002E3B;
    font-weight: 700;
    padding: 4px 16px;
    color: var(--white);
}

.course__priceTitle:hover {
    background-color: #FF3158;
}

.course__category-3 {
    padding: 20px 0px 15px;
}

.course__detailsWrp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 24px 424px;
    grid-template-columns: auto 424px;
    gap: 24px;
}

@media (max-width: 991px) {
    .course__detailsWrp {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__detailsInfo {
    max-width: 784px;
    border-radius: 2px 8px 8px 8px;
    background: #fff;
    padding: 32px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    margin-top: -60px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

@media (max-width: 1399px) {
    .course__detailsInfo {
        padding: 14px;
    }
}

@media (max-width: 767px) {
    .course__detailsInfo {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__authorBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px auto;
    grid-template-columns: 80px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.course__authorBox::after {
    content: "";
    right: -20px;
    height: 40px;
    width: 1px;
    background: rgba(255, 49, 88, 0.2392156863);
    top: 18px;
    position: absolute;
}

@media (max-width: 1399px) {
    .course__authorBox::after {
        display: none;
    }
}

.course__author-img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    border: 2px solid #000;
}

.course__author-img img {
    width: auto;
    height: 100%;
}

/*----------------------------------------*/
/*   COURSE DETAILS CSS START
/*----------------------------------------*/


.course__author img {
    background: #85424f;
    padding: 5px;
    border-radius: 14px;
    width: 21px;
}

.course__videooverview {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .course__videooverview {
        margin-bottom: 18px;
    }
}

.course__videooverview img {
    width: 100%;
}

.course__author-name {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.course__detailsCategory {
    position: relative;
}

.course__detailsCategory::after {
    content: "";
    right: -20px;
    height: 40px;
    width: 1px;
    background: rgba(255, 49, 88, 0.2392156863);
    top: 18px;
    position: absolute;
}

@media (max-width: 1399px) {
    .course__detailsCategory::after {
        display: none;
    }
}

.course__detailsCategory span {
    color: #001920;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.course__detailsCategory p {
    color: #001920;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.course__detailsContent {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}


.course__detailsContent h2 {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 30px;
}

.course__detailsContent p {
    text-align: justify;
}

@media (max-width: 767px) {
    .course__detailsContent h2 {
        font-size: 25px;
    }
}

.course__detailslistwrap {
    padding-bottom: 40px;
}

.course__detailsthumb {
    padding-bottom: 40px;
}

.course__detailsfaqtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .course__detailsfaqtitle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course__detailsfaqtitle h2 {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 1399px) {
    .course__detailsfaqtitle h2 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .course__detailsfaqtitle h2 {
        padding-bottom: 10px;
    }
}

.course__detailsfaqtitle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}

@media (max-width: 1399px) {
    .course__detailsfaqtitle ul {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .course__detailsfaqtitle ul {
        gap: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course__headerfaq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 767px) {
    .course__headerfaq {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course__headerfaqleft {
    background: #002935;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
}

.course__headerfaqleft span {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);
}

.course__headerfaqtitle {
    color: #001920;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .course__headerfaqtitle {
        font-size: 17px;
    }
}

.course__headercount {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--white);
}

.course__headercate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    padding-top: 17px;
}

@media (max-width: 1399px) {
    .course__headercate {
        gap: 5px;
    }
}

@media (max-width: 1199px) {
    .course__headercate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1399px) {
    .course__headercate li {
        font-size: 14px;
    }
}

.course__headercate li img {
    padding-right: 8px;
}

.course__lecturelist .lecture {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .course__lecturelist .lecture {
        font-size: 13px;
    }
}

.course__lecturelist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .course__lecturelist li {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .course__lecturelist li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course__lecturelist li img {
    padding-right: 10px;
}

.course__feedbacktitle {
    color: #001920;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
}

.course__ratingbox {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 24px;
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 27px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 27px;
}

@media (max-width: 1199px) {
    .course__ratingbox {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.course__ratingbox .title {
    color: #001920;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
}

.course__ratingboxleft {
    border-radius: 3px;
    border: 2px dashed #80979D;
    text-align: center;
    padding: 30px;
}

.course__rating {
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.course__rating i {
    color: #FFB400;
    font-size: 18px;
}

.course__ratingprogress .line {
    height: 6px;
    width: 80%;
    background: #B3C0C4;
    position: relative;
}

@media (max-width: 1399px) {
    .course__ratingprogress .line {
        width: 60%;
    }
}

.course__ratingprogress .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #FFB400;
}

.course__ratingprogress li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.course__video {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-bottom: 24px;
}

.course__pricing {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.course__pricingOFF {
    color: var(--primary-3);
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
}

.course__pricingOFF span {
    color: #4A5355;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 2;
    text-decoration: line-through;
    display: inline-block;
    padding-left: 15px;
}

.course__featuresTitle {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
}

.course__featuresTitle::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50);
    transform: translateY(-50);
    width: 100px;
    height: 2px;
    background: var(--primary-3);
}

.course__btnenroll {
    color: var(--white);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    background: var(--primary-3);
    display: block;
    width: 100%;
    border: 0;
    padding: 15px;
    margin-bottom: 20px;
}

.course__addtocart {
    color: var(--black);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    display: block;
    width: 100%;
    border: 0;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid var(--secondary-01, #002935);
    margin-bottom: 20px;
    background: transparent;
}

.course__gtitle {
    color: #4A5355;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    text-align: center;
}

.course__recent {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 17px;
}

.course__recentItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
}

.course__recentItem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.course__recentItem span {
    display: block;
}

.course__recentRight a {
    color: #001920;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    padding-bottom: 10px;
}

.course__recentRight span {
    color: var(--primary-3);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.course__related {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .course__related {
        padding-top: 70px;
    }
}

.course__related-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.course__related-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.course-related-next,
.course-related-prev {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #111010;
    color: var(--white);
    border-radius: 50px;
}

.coursetwo__list {
    margin-bottom: 30px;
    background: #ebe6e6;
    padding: 10px;
    border-radius: 9px;
}

.coursetwo__list li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ff3158;
}

.coursetwo__list li i {
    color: #ff3158;
    margin-right: 6px;
}

/*.coursetwo__list li::before {
  content: "";
  left: 0;
  top: 4px;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url("../imgs/inner/check-sign.png");
  background-repeat: no-repeat;
}*/

.course__item-inner {
    background-color: var(--white);
    padding: 24px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.course__item-inner:hover a {
    color: #FF3158;
}

.course__item-inner h6 {
    padding: 10px 0px 20px;
}

.course__item-inner h6 a {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #001920;
}

@media (max-width: 1199px) {
    .course__item-inner h6 a {
        font-size: 18px;
    }
}

.product__shop {
    gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.33fr 30px 1fr;
    grid-template-columns: 0.33fr 1fr;
}

@media (max-width: 1199px) {
    .product__shop {
        -ms-grid-columns: 0.5fr 1fr;
        grid-template-columns: 0.5fr 1fr;
    }
}

@media (max-width: 991px) {
    .product__shop {
        -ms-grid-columns: 0.7fr 1fr;
        grid-template-columns: 0.7fr 1fr;
    }
}

@media (max-width: 767px) {
    .product__shop {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.product__search {
    padding: 40px 20px;
    margin-bottom: 20px;
    background-color: var(--white);
}

.product__search-title {
    color: var(--black-2);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}

.product__search-title::before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 32px;
    height: 2px;
    content: "";
    background-color: var(--black-2);
}

.product__search form {
    position: relative;
}

.product__search form input,
.product__search form .eduquest__field textarea,
.eduquest__field .product__search form textarea {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: rgba(233, 233, 233, 0.1);
    color: var(--secondary-color-secondary-color-shade-5, #818B96);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.product__search form label {
    position: relative;
    bottom: -12px;
    left: 5px;
    color: #121920;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

.product__search form .submit {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    border: none;
    outline: none;
    color: var(--white);
    border-radius: 0 4px 4px 0;
    background-color: var(--primary);
}

.product__total p {
    font-weight: 500;
}

.product__grid {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
    .product__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .product__grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.product__item {
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 30px 20px;
}

.product__item .thumb {
    min-height: 205px;
}

.product__item .thumb img {
    max-width: 100%;
}

.product__content {
    text-align: left;
    margin-top: 60px;
}

.product__content .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.product__content .rating p {
    color: #404B69;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12px;
}

.product__name {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product__name:hover {
    color: var(--primary);
}

.product__price {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__price a {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid var(--primary);
    display: inline-block;
    border-radius: 4px;
    padding: 7px 18px;
}

.product__price a:hover {
    color: var(--white);
    background-color: var(--primary);
}

.product__price p {
    font-weight: 800;
    color: var(--primary);
    font-family: "Manrope", sans-serif;
}

.product__details-area {
    background-color: var(--white-2);
}

.product__details-inner {
    gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .product__details-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.product__details-left {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 125px;
    grid-template-columns: auto 125px;
}

.product__details-left .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--white);
}

.product__details-left .nav-tabs {
    border: 0;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.product__details-left .nav-link {
    border: 0;
    width: 125px;
    height: 115px;
    border-radius: 5px;
}

.product__details-right strong {
    font-weight: 800;
    color: var(--black-5);
}

.product__details-right .rating {
    padding-bottom: 10px;
}

.product__details-right .rating p {
    font-weight: 600;
}

.product__details-right .text {
    padding-bottom: 20px;
}

.product__details-right .sku {
    padding-bottom: 10px;
}

.product__details-right .category {
    margin-bottom: 15px;
}

.product__details-right .size {
    margin-bottom: 15px;
}

.product__details-right select {
    padding: 5px 10px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: transparent;
}

.product__details-right .social {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.product__details-right .social ul {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__details-right .social ul li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: var(--green);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--green);
}

.product__details-right .social ul li a:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}

.product__details-right .price {
    margin-bottom: 15px;
}

.product__details-right .price p {
    color: var(--primary);
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.product__details-right .price p span {
    display: inline-block;
    padding-right: 5px;
    color: var(--black-5);
    text-decoration: line-through;
}

.product__details-right .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__details-right .btns a {
    text-transform: unset;
    padding: 12px 36px;
}

.product__details-right .btns form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    height: 48px;
}

.product__details-right .btns form input,
.product__details-right .btns form .eduquest__field textarea,
.eduquest__field .product__details-right .btns form textarea {
    height: 46px;
    border: 0;
    width: 60px;
    background-color: transparent;
    text-align: center;
}

.product__details-right .btns form #decrease {
    width: 40px;
    border-right: 1px solid #E7E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    font-size: 18px;
    color: var(--black-5);
}

.product__details-right .btns form #increase {
    width: 40px;
    border-left: 1px solid #E7E7E7;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--black-5);
}

.product__details-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--black-5);
    padding-bottom: 20px;
    font-family: "Manrope", sans-serif;
}

.product__info-area {
    background-color: #fff;
    margin-top: 15px;
}

.product__info-inner {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 20px 1fr;
    grid-template-columns: 3fr 1fr;
}

@media (max-width: 991px) {
    .product__info-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.product__info-left .tab-content {
    padding: 18px 0px;
    background-color: var(--white);
    border-radius: 4px;
    /*-webkit-box-shadow: 0px 4px 50px 0px rgba(0, 56, 60, 0.05);
          box-shadow: 0px 4px 50px 0px rgba(0, 56, 60, 0.05);*/
}

.product__info-left .info {
    /*margin-bottom: 40px;*/
}

.product__info-left .nav-tabs {
    /* gap: 30px;*/
    border: 0;
}

.product__info-left .nav-link {
    background: var(--white);
    color: var(--black-5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /*padding: 13px 30px;*/
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 56, 60, 0.08);
    box-shadow: 0px 3px 10px 0px rgba(0, 56, 60, 0.08);
    border: 0;
}

.product__info-left .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
}

.product__description h2,
.product__description h1,
.product__description h3,
.product__description h4,
.product__description h5,
.product__description h6 {
    font-weight: 800;
    line-height: 1.3;
    color: var(--black);
    /*margin-bottom: 15px;*/
    font-family: "Manrope", sans-serif;
}

.product__description h1 {
    font-size: 30px;
}

.product__description h2 {
    font-size: 22px;
}

.product__description h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product__description h4 {
    font-size: 18px;
}

.product__description h5,
.product__description h6 {
    font-size: 16px;
}

.product__description p {
    padding-bottom: 15px;
}

.product__review .review-btn a {
    color: var(--primary);
    padding: 12px 24px;
}

.product__review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.product__review-top .content h2 {
    color: var(--black-5);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px;
}

.product__review-top .content>p {
    padding-bottom: 5px;
}

.product__review-top .content .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.product__review-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    gap: 30px;
}

.product__review-item .top {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.product__review-item .name h3 {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.related__product-area {
    background-color: var(--white-2);
}

/*----------------------------------------*/
/*  28. FOOTER CSS START
/*----------------------------------------*/


/*-----------------
  Transform Access
-----------------------*/

.transform-section-five {
    padding: 10px 0 0px;
    background: #f5f5f5;
}

.transform-access-content .career-five-content {
    max-width: 550px;
}

.transform-count-five-one {
    position: absolute;
    top: 0;
    left: -2rem;
    text-align: center;
}

.home-five .course-count h3 {
    margin-bottom: 0;
}

.transform-count-five-two {
    position: absolute;
    top: 3.5rem;
    right: 6.5rem;
    text-align: center;
}

.transform-count-five-three {
    position: absolute;
    bottom: 3.5rem;
    right: 3.5rem;
    text-align: center;
}

.joing-count-five img {
    animation: up-down 0s ease-in-out infinite alternate-reverse both;
}

.joing-count-number {
    font-size: 25px;
}

.joing-count-text {
    font-size: 16px;
}

.transform-count-five-two {
    position: absolute;
    top: -0.5rem;
    right: 3.5rem;
}

.transform-count-five-three {
    position: absolute;
    bottom: 5.5rem;
    left: 27rem;
}

.header-five-title h2 {
    font-weight: 700;
    font-size: 32px;
    color: #392C7D;
}

.career-five-content p {
    font-weight: 400;
    font-size: 16px;
    color: #515151;
}

.header-five-title {
    margin-bottom: 50px;
}

.knowledge-list-five ul {
    list-style: none;
    margin: 15px 0px 10px 0px;
    padding: 0;
    outline: none;
}

.knowledge-list-group {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.knowledge-list-group img {
    width: 24px;
    margin-right: 10px;
}

.knowledge-list-group p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    margin-bottom: 0;
}

.knowledge-list-five ul li {
    margin-bottom: 18px;
}

.knowledge-list-five {
    margin-bottom: 48px;
}

.joing-count-five img {
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.share-knowledge-five {
    padding: 60px 0 60px;
    background: #ffffff;
}

.share-knowledge-five .header-five-title {
    max-width: 559px;
}

.share-knowledge-five .career-five-content {
    max-width: 550px;
}

.joing-count-five {
    position: relative;
}

.joing-count-five-one {
    text-align: center;
    position: absolute;
    left: 0rem;
    top: 6.5rem;
    z-index: 2;
}

.joing-count-five-two {
    text-align: center;
    position: absolute;
    left: -4rem;
    bottom: 3rem;
    z-index: 2;
}

.joing-count-five-three {
    text-align: center;
    position: absolute;
    right: 5rem;
    top: 2rem;
    z-index: 2;
}

.joing-count-number {
    font-weight: 700;
    font-size: 25px;
    color: #002935;
}

.joing-count-text {
    font-weight: 500;
    font-size: 19px;
    color: #002935;
    margin-bottom: 0;
}

.blogs-section-five {
    /* padding: 60px 0 60px;*/
}

.header-five-title h2 {
    font-weight: 700;
    font-size: 36px;
    color: #002935;
}

.img-box1 {
    margin: 0 -70px 30px 0;
    position: relative
}

.img-box1 .vs-circle {
    width: auto;
    height: auto;
    --circle-bg: var(--theme-color2);
    padding: 60px
}

.img-box1 .vs-circle img {
    border-radius: 50%;
    width: 100%
}

.img-box1 .mega-hover {
    border-radius: 50%
}

.img-box1.style2 {
    margin: 0 0 0 -60px
}

.img-box1.style3 {
    margin: -20px 0 0 -20px
}

.img-box1.style3 .vs-circle {
    padding: 20px
}

.img-box2 {
    position: relative;
    z-index: 1;
    padding-top: 40px
}

.img-box2 .vs-circle {
    position: absolute;
    right: -11%;
    bottom: 0;
    z-index: -1;
    --circle-bg: var(--theme-color2);
    --circle-angle: -45deg
}

.img-box3 {
    position: relative
}

.img-box3 .img-1 {
    border-radius: 30px;
    overflow: hidden
}

.img-box3 .shape-dotted {
    position: absolute;
    left: -5%;
    bottom: 8%
}

.img-box5 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px
}

.img-box5 .box-content {
    padding: 45px;
    position: absolute;
    top: 0
}

.img-title {
    font-size: 36px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.img-box5 .img-title,
.img-box5 .img-text {
    color: #fff;
}

.img-box5 .img-text {
    margin: 30px 0px;
    text-align: center;
}

.mega-hover:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, .3);
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, .6);
}

.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #ff3158;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vs-btn a:hover {
    color: #fff !important;
}

.media-style5 {
    background-color: #2f2552;
    border-radius: 20px;
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
}

.media-style5 .icon {
    background-color: #ffcc33;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    float: right;
}

.media-style5 .media-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;

}

.media-style5 .phone {
    display: block;
    margin: 20px 0 10px;
    color: #ff3158;
}

.media-style5 .mail {
    display: block;
    margin: 20px 0 10px;
    color: #ff3158;
}


.media-style4 .media-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.media-style4 p {
    text-align: left;
}

.media-style4 h5 {

    color: #002935;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-size: 24px;
}

.form-style2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.form-style2 .form-inner {
    background-color: var(--white-color);
    border-radius: 20px;
    border: 5px solid #eaeaea;
    padding: 50px 50px 60px;
}

.form-style2 .vs-circle {
    position: absolute;
    right: -60px;
    bottom: -60px;
    max-width: initial;
    max-height: initial;
    z-index: -1;
}

.text-theme {
    color: #ff3158
}

.form-style2 .form-group {
    margin-bottom: 15px;
}

.form-style2 .form-title {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 600px;
    font-size: 25px;
}

.form-style2 select,
.form-style2 input {

    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 60px;
    border-radius: 9999px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    width: 100%;
    padding: 0px 5px 0px 13px;
}

.form-style2 select:focus,
.form-style2 input:focus {
    border-color: var(--theme-color);
}

.form-style2 .vs-btn {
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.form-style2 .form-link {
    color: var(--title-color);
    font-weight: 700;
    text-decoration: underline;
}

.form-style2 .form-link:hover {
    color: var(--theme-color);
}

.media-style5 a {
    color: #fff;
    font-size: 18px;
}


.media-style4 {
    margin-bottom: 30px;
}

.media-style4 .media-icon {
    margin-bottom: 20px;
}

.accordion-collapse {
    border: none;
}

.accordion-style1 .accordion-item {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    outline: 1px solid #ff3158;
    outline-offset: -1px;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all 0.4s ease 0s;
}

.accordion-style1 .accordion-item:last-child {
    margin-bottom: 30px;
}

.accordion-style1 .accordion-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--btn-size, 60px);
    background-color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.accordion-style1 .accordion-item.active:before {
    opacity: 1;
    visibility: visible;
}

.accordion-style1 .accordion-item:hover,
.accordion-style1 .accordion-item.active {
    outline-color: #ff3158;
}

.accordion-style1 .accordion-body {
    padding: 0 15px 25px calc(var(--btn-size, 60px) + 20px);
    position: relative;
}

.accordion-style1 .accordion-body p {
    margin-top: 15px;
}

.accordion-style1 .accordion-button {
    color: var(--title-color);
    font-size: 14px;
    padding: 10px 27px 10px calc(var(--btn-size, 60px) + 20px);
    position: relative;
}

.accordion-style1 .accordion-button:before {
    content: "Q";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0;
    width: var(--btn-size, 60px);
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid rgba(0, 0, 0, 0);
    color: #ff3158;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.accordion-style1 .accordion-button.collapsed:before {
    content: "Q";
    border-right-color: #d2d2d2;
    color: var(--title-color);
    transition: all ease 0.4s;
}

.accordion-style1 .accordion-button:hover {
    color: var(--theme-color);
}

.accordion-style1 .accordion-button:hover:before {
    border-right-color: #ff3158;
}

.title-area {
    margin-bottom: 020px;
}

.testimonial-wrapper {

    overflow: hidden;
}

.testimonial-wrapper .swiper-container {

    margin-left: calc((100% - 1170px) /2);
}

@media only screen and (max-width: 1480px) {

    .testimonial-wrapper .swiper-container {

        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .testimonial-wrapper .swiper-container {

        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .testimonial-wrapper .swiper-container {

        margin-left: 0;
    }
}



.testimonial-wrapper-2 .swiper-slide .testimonial-2 {

    /*opacity: 0.5; */
}



.testimonial-wrapper-2 .swiper-slide.swiper-slide-active .testimonial-2 {

    opacity: 1;
}



.swiper-slide-active .testimonial-1 {

    background-color: var(--primary);

    color: #fff;
}

.swiper-slide-active .testimonial-1 .dz-rating li i.text-muted {

    color: #ffffff61;
}

.swiper-slide-active .testimonial-1 .dz-rating li i.text-yellow {

    color: #ffffff;
}

.swiper-slide-active .testimonial-1 .testimonial-name {

    color: #ffffff;
}

.testimonial-2 {

    display: flex;

    position: relative;

    align-items: center;
}

.testimonial-2 .test-quotes {

    position: absolute;

    z-index: 1;

    font-size: 105px;

    bottom: 0;

    color: var(--primary);

    right: 20px;
}

.testimonial-2 .pattern {

    position: absolute;

    z-index: 1;

    left: -68px;

    bottom: 49px;
}

.testimonial-2 .testimonial-pic {

    min-width: 365px;

    height: 369px;

    border: none;

    position: relative;
}

.testimonial-2 .testimonial-pic img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {

    .testimonial-2 .testimonial-pic {

        min-width: 120px;

        height: 120px;

        border-radius: 120px;
    }
}

.testimonial-2 .testimonial-info {

    padding: 0 30px;
}

.testimonial-2 .testimonial-info .dz-rating li {

    padding: 0px 2px;

    font-size: 18px;
}

.testimonial-2 .testimonial-info .testimonial-text {

    font-size: 18px;

    font-style: italic;
}

.testimonial-2 .testimonial-info .testimonial-detail {

    display: block;

    margin-top: 30px;

    justify-content: space-between;
}

.testimonial-2 .testimonial-info .testimonial-detail .dz-rating-bar {

    display: flex;

    align-items: center;

    margin-top: 20px;

    line-height: 1;
}

.testimonial-2 .testimonial-info .testimonial-detail .dz-rating-bar .dz-rating {

    display: flex;
}

.testimonial-2 .testimonial-info .testimonial-detail .dz-rating-bar .rate {

    font-size: 20px;

    font-weight: var(--headings-font-weight);

    font-family: var(--font-family-title);

    margin-left: 14px;

    margin-left: -2px;

    margin-left: 15px;

    color: var(--title);
}

@media only screen and (max-width: 1280px) {

    .testimonial-2 .testimonial-info .testimonial-detail {

        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {

    .testimonial-2 .testimonial-pic {

        align-self: start;
    }

    .testimonial-2 .testimonial-info {

        padding: 0 0px 0 25px;
    }

    .testimonial-2 .testimonial-info .testimonial-text {

        font-size: 15px;
    }

    .testimonial-2 .testimonial-info .testimonial-detail {

        display: block;

        margin-top: 15px;
    }

    .testimonial-2 .testimonial-info .testimonial-detail .testimonial-name {

        font-size: 16px;
    }

    .testimonial-2 .testimonial-info .testimonial-detail .testimonial-position {

        font-size: 12px;
    }

    .testimonial-2 .pattern {

        left: -30px;
    }
}

@media only screen and (max-width: 767px) {

    .testimonial-2 {

        display: block;
    }

    .testimonial-2 .test-quotes {
        top: 225px;
        font-size: 60px;
        right: 50%;
        transform: translatex(50%);

    }

    .testimonial-2 .pattern {

        display: none;
    }

    .testimonial-2 .testimonial-pic {

        min-width: 300px;
        height: 300px;

    }

    .testimonial-2 .testimonial-info {

        padding: 20px 0 0 0;
    }

    .testimonial-2 .testimonial-info .testimonial-text {

        font-size: 15px;
    }

    .career-iframe {
        width: 100% !important;
    }

}

@media (max-width: 449px) {
    .testimonial__content .testimonial__btn {
        position: absolute;
        z-index: 99;
        top: 290px;
        right: 50%;
        transform: translateY(-50%);
    }

    .testimonial__content .testimonial__btn-prev {
        position: absolute;
        right: 70px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .testimonial__content .testimonial__btn-next {
        position: absolute;
        left: 70px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .testimonial__area {
        padding: 0px;
    }

    .testimonial__content {
        padding: 0px 30px;
    }

    .testimonial__area .title-wrapper {
        text-align: center;
        padding-bottom: 10px;
    }

}

@media only screen and (max-width: 575px) {

    .testimonial-2 .testimonial-info .testimonial-detail {

        display: block;
    }
}

.text-yellow {
    color: #ffa808;
}

.space-extra-bottom {
    padding: 60px 0px 0px 0px;
}

.footer.new-ftr {

    padding-top: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
    bottom: 0px;
    z-index: 99;

}


.fixed-whatsapp {

    position: fixed;
    bottom: 122px;
    display: block;
    left: 0px;
    padding: 5px 8px;
    border-radius: 0px 5px 5px 0px;
    background: #65bc54;
    z-index: 9;
}



.ftr-top-tx {

    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;

}







.footer.new-ftr p {

    color: #fff;

}

.footer__logo {

    display: block;
    max-width: 15.5rem;
    margin: 0 auto;
    background-image: none;
    color: inherit;
}

.new-ftr ul b {

    color: #fff;

}

.footer-program-title {

    font-family: var(--sans);

    font-size: 19px;
    color: #f96d6e;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.471;
    text-transform: none;

}



.new-ftr ul {

    list-style: none;
    padding-left: 0px;
    margin-left: 0px;

}



.prg_link li {

    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    list-style: none;

}



.prg_link li i {

    margin-right: 5px;
    font-size: 10px;
    color: #f96a68;



}



.prg_link li a:hover,
.prg_link li a:focus {

    color: #f96d6e;



}



.prg_link li a {

    color: #fff2bb;

}



.ftr-tab .nav-item {

    margin-right: 5px;
    margin-bottom: 5px;

}



.ftr-tab .nav-link.active,
.ftr-tab .nav-pills .show>.nav-link {

    background: #ff3158;
    color: #fff;



}



.ftr-tab .nav-link {

    background: #963269;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;

}



.footer.new-ftr .footer__bottom {

    margin-top: 1rem;

}


/* 
@media (min-width: 64em) .footer__bottom {

  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  justify-content: space-between;

} */



.footer__bottom {
    margin-top: 4rem;
    text-align: center;

}


.fixed-apply {
    position: fixed;
    bottom: 170px;
    left: 0;
    z-index: 999;
}

.fixed-apply a {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #f96d6e;
    padding: 10px 5px 10px 2px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;

}

.new-ftr .ftr-tab p {
    margin: 15px 0px;
    font-family: var(--sans);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.094;
    color: #fff;
}

.new-ftr .ftr-tab .head-title {

    margin: 5px 0px !important;
    color: #f96d6e;
    font-size: 1.0625rem !important;
}

footer.footer-dark {
    background: #335862;
    --title: #fff;
}

.counter_mobile_view {
    display: none;
}

.footer_bottom_text {
    margin-top: 35px;
    text-align: center;
}

.py-3 ol li {
    list-style: decimal;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #4A5355;
}

.py-3 ol {
    padding-left: 20px;
}

@media (max-width: 991px) {

    .transform-count-five-one,
    .transform-count-five-two,
    .transform-count-five-three {

        display: none;

    }

    .counter_mobile_view {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .transform_counter1,
    .transform_counter2,
    .transform_counter3 {
        width: 33%;
    }

}

/* contact.php style start here......................................... */
.contact_page {
    padding: 70px 0px;
}

.contact-title {
    color: #002935;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.office-sec p span {
    font-size: 20px;
    color: #ff3158;
}

.office-sec p {
    font-size: 16px;

}

.from-title {
    color: #002935;
    font-size: 40px;
    font-weight: 800;
    margin: 5px 0px;
}

/* .contact_left .office-sec p{
  padding-right: 100px;
} */

.contact_from input {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    margin-bottom: 5px;
    height: 50px;
    border-radius: 9999px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    width: 100%;
    padding: 0px 5px 0px 13px;
}

.contact_from textarea {
    margin: 10px 0px;
    border-radius: 20px;
}

.contact-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #ff3158;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 9999px;
    padding: 15px 35px;
    margin: 0px auto;
}

.contact-btn:hover {
    background-color: #fff;
    color: #ff3158;
    border: 2px solid #ff3158;
}

.btn_center {
    text-align: center;
}

.contact_sec p {
    font-size: 18px;
}

/* contact.php style end here......................................... */
.course__videooverview {
    margin-bottom: 10px;
}

.about__content ul li {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
    margin-bottom: 10px;
}

.about__content table {

    background: #ddd8e9;
    border-radius: 10px;
    border: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-striped thead tr th {
    padding-bottom: 15px !important;
}

.table tr td,
.table tr th {
    padding: 10px 20px;
    border: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.about__content table img {
    border-radius: 5px;
    border: 2px solid #ca2126;
    background: #fbec90;
    padding: 5px;
    width: 50px;
    height: 30px;
    margin-right: 8px;
}

.text_style p {
    padding: 0px;
    max-width: 100%;
}

.con_box {
    text-align: center;
    height: 150px;
    padding: 20px;
    border: 1px solid var(--black-4);
    position: relative;
}

.con_box::after {
    border-left: 4px solid var(--primary);
    content: " ";
    height: 1.725rem;
    position: absolute;
    left: 0;
    top: 10px;
}

.con_box h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
}

.con_box .title-contact-box {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
}


.con_box_btn {
    display: block;
    margin: 0px auto;
    width: 130px;
    padding: 5px;
    border: 1px solid var(--primary);
    text-align: center;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: var(--primary);

}

.con_box_btn:hover {
    background-color: var(--primary);
    color: #fff;
}


.Click-here {
    cursor: pointer;
    text-align: center;

}

.custom-model-main,
.custom-model-chat {
    text-align: center;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {

    vertical-align: middle;
    width: 400px;
    height: 400px;
    margin: 30px auto;

}

.custom-model-wrap {
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: center;
    padding: 30px;

}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: var(--primary);
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}


/* about ebu card sec .................................*/

.card-header {
    width: 90%;
    height: 300px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    border-top-left-radius: 70px;
    z-index: 2;
    position: relative;
    box-shadow: var(--box-shadow);
}

.card-header:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 20%;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: var(--box-shadow);
    transform: rotate(45deg);
    z-index: 1;
}

.card-header i {
    font-size: 40px;
    color: var(--color-primary);
}

.card-header h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
}

.card-header p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 21px;
}

.card-footer {
    width: 100%;
    height: 250px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    margin-top: -150px;
    border-radius: 5px 5px 70px 0px;
    color: #fff;
    overflow: hidden;
}

.card-footer .card-footer-content {
    padding: 0 30px 10px 20px;

    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.card-footer .footer-text-wrap {
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

.card-footer i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.7);
}

.card-footer p {
    font-size: 60px;
    line-height: 0.85;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}


/*mission vision Core Values ...............*/

.bg_mission {
    background-color: #fdfdfd;

}

.value_heading {
    display: inline-block;
    background-color: #FF3158;
    padding: 0px 30px;
    height: 150px;
    width: 150px;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    margin-right: 25px;
    position: absolute;
    top: 225px;
}

.value_heading h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.value-cards {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.value-cards {
    --flapWidth: 24px;
    --flapHeigth: 12px;
    --iconSize: 25px;
    --numberSize: 20px;
    --colGapSize: 0px;
    width: min(100%, 40rem);
    display: grid;
    gap: 12px;
    padding-inline-start: var(--flapWidth);
    color: #222;
    counter-reset: ol-cards-count;
    list-style: none;
    border: 3px solid var(--primary);
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
    width: 200px;
    height: 500px;
    align-items: center;
    border-left: none;

}

.value_height {
    position: relative;
    height: 600px;
    align-content: center;
}

.value-cards>li {
    display: grid;
    grid-template-areas:
        "icon title nr"
        "icon descr nr";
    gap: 0 var(--colGapSize);
    align-items: center;
    padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
    border-radius: 1rem 5rem 5rem 1rem;
    color: #172952;
    border: 1px solid #172952;
    counter-increment: ol-cards-count;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
    /* box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25); */
    position: absolute;
    left: 300px;
}


.value-cards>li>.icon {
    grid-area: icon;
    background-color: #172952;
    color: white;
    height: 70px;
    font-size: var(--iconSize);
    width: calc(2 * var(--flapWidth) + var(--iconSize));
    padding-block: 10px;
    border-radius: 50%;
    margin-inline-start: calc(-1 * var(--flapWidth));
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}


.value-cards>li:nth-child(1) {
    top: 80px;
}

.value-cards>li:nth-child(2) {
    top: 170px;
}

.value-cards>li:nth-child(3) {
    top: 260px;
}

.value-cards>li:nth-child(4) {
    top: 350px;
}

.value-cards>li:nth-child(5) {
    top: 440px;
}

.descr {
    margin-left: 15px;
    align-items: center;
    padding: 10px 0px;
}

.value-cards>li>.icon::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 40px solid #172952;
    border-bottom: 20px solid transparent;
    z-index: -1;
}

.value-cards>li:nth-child(1)::before {}

.value-cards>li>.title {
    grid-area: title;
    font-weight: 600;
    font-size: 1.25rem;
}

/* .value-cards>li::after {
  grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700;
} */
.value-cards>li::before {

    content: "";
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid var(--primary);
    position: absolute;
    top: 30%;
    left: -110px;
}

.value-cards>li:nth-child(1)::before {
    left: -180px;

}

.value-cards>li:nth-child(2)::before {
    left: -130px;

}

.value-cards>li:nth-child(4)::before {
    left: -120px;

}

.value-cards>li:nth-child(5)::before {
    left: -165px;

}

.mission_box {
    /* background-image: linear-gradient(to bottom right, #e9eaec, #ffffff); */
    border-radius: 50px;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); */
    padding: 25px;
}

.box_head {
    font-size: 30px;
    font-weight: 700;
    color: #FF3158;
}

.box_text {
    color: #000;
}

.item-center {
    align-items: center;
}

.form-style2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;

}

.form-style2 .form-inner {
    background-color: var(--white-color);
    border-radius: 20px;
    border: 5px solid #eaeaea;
    padding: 50px 45px 60px;

}

.form-style2 .vs-circle {

    position: absolute;
    right: -60px;
    bottom: -60px;
    max-width: initial;
    max-height: initial;
    z-index: -1;

}

.text-theme {
    color: #ff3158
}

.form-style2 .form-group {

    margin-bottom: 15px;

}

.home-form-title {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 600px;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.form-style2 .form-title {

    font-weight: 600;
    line-height: 40px;
    margin: 0px auto;
    margin-bottom: 30px;
    max-width: 250px;
    font-size: 24px;
    text-align: center;
    background-color: #ff3158;
    color: #fff;
    border-radius: 10px;

}

.form-title {
    position: relative;

}

.form-title::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ff3158;
}

.form-title::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ff3158;
}

.form-style2 select,

.form-style2 input {

    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    border-radius: 9999px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    width: 100%;
    padding: 0px 5px 0px 13px;

}

.form-style2 input[type="radio" i] {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 18px;
    border-radius: 9999px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    width: 3%;
    padding: 0px 5px 0px 13px;
}

.form-style2 input[type="file" i] {

    border: none;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 45px;
    border-radius: 9999px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    width: 100%;
    padding: 10px 5px 0px 13px;

}

.form-style2 select:focus,

.form-style2 input:focus {
    border-color: var(--theme-color);

}

.form-style2 .vs-btn {

    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
    width: 100%;

}

.form-style2 .form-link {

    color: var(--title-color);
    font-weight: 700;
    text-decoration: underline;

}

.form-style2 .form-link:hover {

    color: var(--theme-color);

}




.service_menu_nav {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}



@media only screen and (max-width: 1280px) {

    .service_menu_nav {

        padding: 15px;
    }
}


.service_menu_nav ul li {
    padding: 0;
}

.service_menu_nav ul li a {
    background-color: #fff;
    display: block;
    border-radius: 6px;
    padding: 15px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background-size: 200%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {

    .service_menu_nav ul li a {

        padding: 15px;
    }
}

.service_menu_nav ul li a:before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 50px;
    left: auto;
    top: 50%;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
    .service_menu_nav ul li a:before {

        font-size: 22px;
    }
}

.service_menu_nav ul li a:after {
    background: var(--secondary);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    content: "";
    background-size: 200%;
    opacity: 0;
    z-index: -1;
}

.service_menu_nav ul li:hover a,
.service_menu_nav ul li.current-menu-item a,
.service_menu_nav ul li.active a {
    padding-left: 20px;
    border-color: transparent;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    color: #ffffff;
}

.service_menu_nav ul li:hover a:before,
.service_menu_nav ul li.current-menu-item a:before,
.service_menu_nav ul li.active a:before {
    opacity: 1;
    right: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 1280px) {

    .service_menu_nav ul li:hover a:before,
    .service_menu_nav ul li.current-menu-item a:before,
    .service_menu_nav ul li.active a:before {
        font-size: 22px;
        right: 5px;
    }
}

.service_menu_nav ul li:hover a:after,
.service_menu_nav ul li.current-menu-item a:after,
.service_menu_nav ul li.active a:after {
    opacity: 1;
}

.side-bar {
    padding-left: 20px;
}

.sticky-top {
    top: 120;
}







/* about us design sec    --------------------------------------------*/
.div_height {
    height: 500px;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.start_point {
    position: relative;
}

.about_point {
    width: 300px;
    height: 300px;
    margin: 0px auto;
    position: relative;
}

.about_list {
    position: relative;
}

.list_bg {
    width: 150px;
    height: 150px;
    /* background-color: var(--primary-3); */
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    align-content: center;

}

.about_point li:nth-child(1) {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.about_point li:nth-child(2) {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 98;
}

.about_point li:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 97;
}

.about_point li:nth-child(4) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 96;
}

.about_point li:nth-child(1) .list_bg {
    border-top-right-radius: 50% 50%;
    border-top-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    /* background-image: linear-gradient(to bottom right, #FF3158, #FF3158); */

}

.about_point li:nth-child(2) .list_bg {
    border-top-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;


}

.about_point li:nth-child(3) .list_bg {
    border-bottom-left-radius: 50% 50%;
    border-top-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    /* background-image: linear-gradient(to bottom right, #FF3158, #FF3158); */

}

.about_point li:nth-child(4) .list_bg {
    border-top-right-radius: 50% 50%;
    border-top-left-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;


}

.about_text1 {
    width: 300px;
    position: absolute;
    top: 0px;
    right: -320px;
    text-align: left;
}

.about_text2 {
    width: 300px;
    position: absolute;
    top: 50px;
    right: -320px;
    text-align: left;
}

.about_text3 {
    width: 300px;
    position: absolute;
    top: 50px;
    left: -300px;
    text-align: left;
    padding-left: 20px;
}

.about_text4 {
    width: 300px;
    position: absolute;
    top: 0px;
    left: -300px;
    text-align: left;
    padding-left: 20px;
}

@media screen and (max-width:986px) {
    .about_point {
        width: 250px;
        height: 250px;
    }

    .list_bg {
        width: 125px;
        height: 125px;
    }

    .about_text1 {
        width: 200px;
        top: 0px;
        right: -205px;
    }

    .about_text2 {
        width: 200px;
        top: 50px;
        right: -205px;
    }

    .about_text3 {
        width: 200px;
        top: 50px;
        left: -210px;

    }

    .about_text4 {
        width: 200px;
        top: -20px;
        left: -210px;
        line-height: 18px;
    }

    .about_text4 p {

        line-height: 20px;
    }

    .about_text3 p {

        line-height: 20px;
    }
}

@media screen and (max-width:681px) {
    .div_height {
        height: 520px;
        align-content: center;
    }

    .about_point {
        width: 250px;
        height: 250px;
    }

    .list_bg {
        width: 125px;
        height: 125px;
    }

    .about_text1 {
        width: 200px;
        top: -155px;
        right: -105px;
    }

    .about_text2 {
        width: 200px;
        top: 130px;
        right: -100px;
    }

    .about_text3 {
        width: 200px;
        top: 130px;
        left: -75px;

    }

    .about_text4 {
        width: 200px;
        top: -190px;
        left: -75px;
        line-height: 18px;
    }

    .about_text4 p {

        line-height: 20px;
    }

    .about_text3 p {

        line-height: 20px;
    }
}

@media screen and (max-width:470px) {
    .div_height {
        height: 520px;
        align-content: center;
    }

    .about_list {
        display: flex;
        background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        padding: 10px 0px;
        margin: 10px 0px;
    }

    .about_point li:nth-child(1),
    .about_point li:nth-child(2),
    .about_point li:nth-child(3),
    .about_point li:nth-child(4) {
        position: sticky;
        z-index: 99;

    }

    .about_point {
        width: 100%;
        height: 100%;
    }

    .list_bg {
        width: 30%;
        height: auto;
        background: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0%;
    }

    .about_text1,
    .about_text2,
    .about_text3,
    .about_text4 {
        position: sticky;
        z-index: 99;
        width: 100%;
    }

    .about_text4 p {

        line-height: 20px;
    }

    .about_text3 p {

        line-height: 20px;
    }

    .form-style2 .form-inner {
        padding: 25px;
    }

    .home-form-title {
        font-size: 20px;
        line-height: 25px;
    }
}

.sidebar__item {
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--gray-7);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}

.sidebar__content {
    padding: 10px 20px 10px;
}

.sidebar__meta {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.sidebar__title {
    color: var(--green);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 10px;
    font-family: "Manrope", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 500px) {



    .table-responsive tr td:nth-child(1) {

        display: none;
    }

    .table-responsive tr th:nth-child(1) {

        display: none;
    }
}

@media only screen and (max-width: 950px) {

    /* .sticky{
    display: none;
  } */
    .panel_row {
        display: flex;
        flex-direction: column;
    }

    .fixed {
        position: static;
        top: 0px;
        left: 0px;
        display: block;
    }

    .w_100 {
        width: 100%;
    }

}

@media only screen and (max-width: 778px) {
    .value-cards>li:nth-child(1) {
        top: 50px;
    }

    .value-cards>li:nth-child(2) {
        top: 150px;
    }

    .value-cards>li:nth-child(3) {
        top: 250px;
    }

    .value-cards>li:nth-child(4) {
        top: 350px;
    }

    .value-cards>li:nth-child(5) {
        top: 450px;
    }

    .value-cards>li:nth-child(1)::before {
        left: -205px;
    }

    .value-cards>li:nth-child(4)::before {
        left: -125px;
    }

    .value-cards>li:nth-child(5)::before {
        left: -180px;
    }

}

@media only screen and (max-width: 666px) {
    .value_heading {
        display: inline-block;
        background-color: #FF3158;
        padding: 0px 10px;
        height: 100px;
        width: 100px;
        position: absolute;
        top: 240px;
    }

    .value_heading h3 {
        font-size: 25px;
    }

    .value-cards {
        width: 120px;
        height: 400px;
    }

    .value-cards>li {
        position: absolute;
        left: 200px;
    }

    .value-cards>li:nth-child(1) {
        top: 50px;
    }

    .value-cards>li:nth-child(2) {
        top: 150px;
    }

    .value-cards>li:nth-child(3) {
        top: 250px;
    }

    .value-cards>li:nth-child(4) {
        top: 350px;
    }

    .value-cards>li:nth-child(5) {
        top: 450px;
    }

    .value-cards>li::before {
        top: 40%;
    }

    .value-cards>li:nth-child(1)::before {
        left: -200px;
    }

    .value-cards>li:nth-child(2)::before {
        left: -110px;
    }

    .value-cards>li:nth-child(3)::before {
        left: -90px;
    }

    .value-cards>li:nth-child(4)::before {
        left: -105px;
    }

    .value-cards>li:nth-child(5)::before {
        left: -200px;
    }

}

@media only screen and (max-width: 566px) {
    .value_height {
        height: 700px;
    }

    .mission_box {
        padding: 0px;
    }

    .value_heading {
        display: inline-block;
        background-color: transparent;
        padding: 0px;
        height: initial;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .value_heading h3 {
        font-size: 30px;
        font-weight: 700;
        color: #FF3158;
        text-align: left;
    }

    .value-cards {
        width: 0px;
        height: 500px;
        border: none;
    }

    .value-cards>li {
        position: absolute;
        left: 40px;
    }

    .value-cards>li:nth-child(1) {
        top: 50px;
    }

    .value-cards>li:nth-child(2) {
        top: 150px;
    }

    .value-cards>li:nth-child(3) {
        top: 275px;
    }

    .value-cards>li:nth-child(4) {
        top: 400px;
    }

    .value-cards>li:nth-child(5) {
        top: 510px;
    }

}

.teams_img {
    width: 250px;
    float: left;
    margin-right: 10px;
    border: 2px solid #4c1864;
    padding: 4px;
    margin-top: 5px;
}

@media only screen and (max-width: 555px) {
    .teams_img {
        width: 150px;
    }

}



.content-box.style-1 {
    padding: 30px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: var(--border-radius-base);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 31px;
}


.content-box.style-1 .dz-info {
    margin-bottom: 30px;
}

.content-box.style-1 .dz-info p {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
    text-align: justify;
}




.content-box.style-1 img {
    margin-bottom: 30px;
}


.content-box.style-1 .dz-info .title {
    line-height: 1.2;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}



.content-box.style-1 .dz-bottom {
    position: relative;
    z-index: 1;
}



.content-box.style-1 .dz-bottom:after {
    content: "";
    position: absolute;
    right: 0;
    background: #e9e9e9;
    height: 1px;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}



.content-box.style-1:hover {
    background-color: var(--primary);

}

.content-box.style-1:hover .dz-info p {

    color: #fff;
}





.content-box.style-1:hover .dz-info .title {
    color: #fff;
}



.content-box.style-1:hover .dz-bottom a {
    color: #fff;
}


/* Blog style start here */



.blog .dropdown:hover>.dropdown-menu {

    display: block;

}



.blog .dropdown>.dropdown-toggle:active {

    /*Without this, clicking will make it sticky*/

    pointer-events: none;

}

/* .side-bar {
  padding: 0px 20px 20px 20px;
  border: 2px solid var(--primary);
} */

.side-bar p {
    background-color: var(--primary);
    font-size: 22px;
    color: #fff;
    font-weight: 540;
    text-align: center;
    padding: 10px;
}

.btn-bxx {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    border-radius: 2px;
    margin: 0 5px;
}

.btn-bx {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    border-radius: 2px;
    margin: 0 5px;
}

.btn-bx a {
    color: #fff;
}

.btn-bx:hover {
    border: 1px solid var(--primary);

}

.btn-bx:hover a {
    color: var(--primary);
}

.pull-right {
    float: right;
    margin-left: 40px;
}

#recent-posts-2 ul li {
    list-style: square;
    padding: 7px;
    border-bottom: 1px solid var(--primary);
}

#recent-posts-2 ul li:last-child {
    border-bottom: none;
}

#recent-posts-2 ul li a {
    color: #172952;
}

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

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

#frmBlogs button {
    background-color: #F0F0F0;
}

.common_box {
    text-align: center;
    width: 70%;
    margin: 30px auto;
    height: auto;
    padding: 20px;
    border: 1px solid var(--black-4);
    position: relative;
}

.common_box::after {
    border-left: 4px solid var(--primary);
    content: " ";
    height: 1.725rem;
    position: absolute;
    left: 0;
    top: 10px;
}

.post-content p {
    margin-bottom: 1rem !important;
}

.post-content ul,
ol {
    padding-left: 2rem;
}

.post-content ul li {
    list-style: disc;
}

/* DBA From style */

.form-style-submit input {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    border-radius: 10px;
    width: 100%;
    padding: 0px 5px 0px 13px;
    margin: 10px 0px;
}

.sidebar-form {
    padding: 0px 20px 20px 20px;
    border: 2px solid var(--primary);
}

.sidebar-form p {
    background-color: var(--primary);
    font-size: 20px;
    color: #fff;
    font-weight: 540;
    text-align: center;
    padding: 10px;
}

/* upcoming event style */

.content-inner-1 {
    padding: 40px 0px;
}

.dz-title {
    font-weight: bold;
    color: #172952;
    padding: 15px 0px;
    font-size: 25px;
    text-align: center;
}

.event-widget .ew-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 19px;
    position: relative;
    padding-bottom: 15px;
}

.speakers-nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

.speakers-nav .slick-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: #ebebeb;
    color: #3a37a5;
    font-size: 14px;
}

.list-wrap {
    margin-bottom: 30px;
    background: #ebe6e6;
    padding: 10px;
    border-radius: 9px;
}

.event-widget .event-information-wrap .list-wrap>li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ff3158;
    display: flex;
    align-items: center;
}

.event-widget .event-information-wrap .list-wrap>li>i {
    font-size: 20px;
    color: #ff3158;
    margin-right: 15px;
}

.event-information-wrap .list-wrap>li span {
    margin-left: auto;
    color: #5A7093;
}

.event-information-wrap .event-social {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 12px;
}

.event_image_sec img {
    width: 100%;

}

.event_list {
    padding: 10px;
    color: #fff;
}

.event_list li {
    color: #fff;
}

.event-cost-wrap .price {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 25px;
}

.event-widget .event-cost-wrap .price strong {
    font-weight: 400;
    font-size: 16px;
    color: #5A7093;
    margin-right: 15px;
}

.event-widget .event-cost-wrap .price span {
    font-weight: 300;
    font-size: 18px;
    /* text-decoration-line: line-through; */
    color: #8D9DB5;
    margin-left: 5px;
}

.event-img-wrap img {
    margin-bottom: 20px;
}

.event_benner {
    margin: 30px 0px;
}

.event_banner_bg {
    margin: 50px 0px;
    background-image: url(/assets/imgs/event_bg_image.png);
    height: 250px;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 100%;
    align-content: center;

}

.event_banner_bg p {
    color: #fff;
    font-size: 18px;
    font-weight: 700px;
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 20px;
}

.event_info {
    background-color: #f1f1f1;
    padding: 10px 10px;

}

.event_row {
    --bs-gutter-x: 0px;
}

.event_info h4 {
    color: var(--title);
    font-size: 24px;
    font-weight: 600;
}

.event_list li {
    margin-left: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #676767;
}

.event_btn {
    display: block;
    text-align: center;
    margin: 0px auto;
    border: 1px solid var(--primary);
    ;
    width: 130px;
    padding: 4px 0px;
    border-radius: 10px;
}

.event_btn:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
}

/*event speakers section ..............*/
.rs-team {
    padding: 50px 0px;
}

.event_heading span {
    font-size: 24px;
    color: #d90845;
    margin-bottom: 8px;
    position: relative;
    font-weight: 400;
    font-style: italic;
}

.event_heading span::after {
    background: url(/assets/imgs/events/sec-line.png);
    content: "";
    width: 105px;
    height: 5px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 105%;
}

.event_heading h3 {
    padding: 10px 0px;
    color: #172952;
}

.speakers-content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.event-widget .ew-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 19px;
    position: relative;
    padding-bottom: 15px;
}

.event-widget .ew-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 4px;
    background: #172952;
    border-radius: 2px;
}

.rs-team .speaker-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rs-team .speaker-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.rs-team .speaker-item .team-img {
    position: relative;
}

.rs-team .speaker-item .team-img .normal-text {
    position: absolute;
    text-align: center;
    height: 100px;
    bottom: 0px;
    padding: 5px 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: rgba(217, 8, 69, 0.7);
    transition: .3s ease all;
    z-index: 10;
}

.rs-team .speaker-item .team-img .normal-text .team-name {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    display: block;
    padding: 0 0 3px;
}

.rs-team .speaker-item .team-img .normal-text .s-designation p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px auto;
    display: block;
    padding: 0 0 3px;
    text-align: center;
    line-height: 15px;
    ``
}

.rs-team .speaker-item .team-content .team-details {
    text-align: left;
    line-height: 18px;
    font-size: 13px;
}

.rs-team .speaker-item .team-img .normal-text .subtitle {
    color: #fff;
    margin: 0;
    display: block;
}

.rs-team .speaker-item .team-img img {
    width: 100%;
}

.rs-team .speaker-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 15px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    visibility: hidden;
}

.rs-team .speaker-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(217, 8, 69, 0.8);
    z-index: -1;
}

.rs-team .speaker-item .team-name {
    margin-bottom: 2px;
}

.rs-team .speaker-item .team-name a {
    margin-bottom: 6px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.rs-team .speaker-item .team-name a:hover {
    color: #fff;
}

.rs-team .speaker-item .postion {
    position: relative;
    z-index: 1;
    color: #fff;
}

.rs-team .speaker-item .share-icons {
    position: relative;
    max-width: 255px;
    margin: 0 auto 15px;
    opacity: 0;
    visibility: hidden;
}

.rs-team .speaker-item .share-icons .border {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 1;
}

.rs-team .speaker-item .share-icons .border {
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 11;
}

.rs-team .speaker-item .team-social {
    position: relative;
}

.rs-team .speaker-item .team-social.icons-1:after,
.rs-team .speaker-item .team-social.icons-1:before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 1;
}

.rs-team .speaker-item .team-social.icons-1:after {
    top: 0%;
    left: 50%;
    height: 95px;
    width: 1px;
}

.rs-team .speaker-item .team-social.icons-1:before {
    bottom: 0;
    left: 10px;
    height: 1px;
    width: 100px;
}

.rs-team .speaker-item .team-social.icons-2:after,
.rs-team .speaker-item .team-social.icons-2:before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 1;
}

.rs-team .speaker-item .team-social.icons-2:after {
    bottom: 0;
    left: 50%;
    height: 95px;
    width: 1px;
}

.rs-team .speaker-item .team-social.icons-2:before {
    top: 0;
    right: 10px;
    height: 1px;
    width: 100px;
}

.rs-team .speaker-item:hover .team-content {
    top: 0;
}

.rs-team .speaker-item:hover .share-icons,
.rs-team .speaker-item:hover .team-content,
.rs-team .speaker-item:hover .team-social {
    opacity: 1;
    visibility: visible;
}

.rs-team .speaker-item:hover .normal-text {
    opacity: 0;
    visibility: hidden;
}

.rs-team.fullwidth-team .col-lg-3 .speaker-item .team-img .normal-text {
    text-align: left;
    background: transparent;
    padding-left: 15px;
}

.rs-team.rs-team2 .normal-text {
    clip-path: polygon(100% 100%, 0% 100%, 50% -95%);
}

.rs-team#rs-team3 .container-fullwidth {
    position: relative;
    z-index: 1;
}

.rs-team#rs-team3 .speaker-item {
    margin-bottom: 30px;
}

.rs-team#rs-team3 .speaker-item .team-img .normal-text {
    height: 205px;
    bottom: -23%;
    padding: 30px 0;
    width: 86%;
    border-radius: 50%;
    clip-path: none;
}

.pagination {
    margin-top: 25px;
}

.pagination .page-item {
    margin-right: 6px;
}

.pagination .page-item>* {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    color: #676767;
    border-radius: 3px;
    outline: none;
    border-color: #e8e8e8;
    background: #fff;
}

.pagination .page-item>*:hover,
.pagination .page-item>*.active {
    color: #d90845;
    border-color: #d90845;
}

.pagination .page-item>*.dotted {
    line-height: 40px;
}

@media only screen and (max-width: 750px) {
    .event_row {
        margin-top: 20px;
    }

    .event_banner_bg {
        height: 300px;
        background-image: url(/assets/imgs/mobile_event_bg.png);
    }

    .event_banner_bg p {
        padding: 0px 5px;
        line-height: 21px;
    }

}

.dz-meta ul {
    display: flex;
}

.dz-meta ul li {
    padding: 7px;
}

.dz-meta ul li i {
    padding-right: 10px;
}

@media only screen and (max-width: 500px) {
    .dz-meta ul {
        display: flex;
        flex-direction: column;
    }


}

.form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.call_back_form {
    background-color: #bcf1ff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 350px;
    text-align: center;
    padding: 0px 20px;
    border: 2px solid var(--primary);
}

.call_form_heading {
    background-color: var(--primary);
    font-size: 20px;
    color: #fff;
    font-weight: 540;
    text-align: center;
    padding: 10px;
}

.call_back_form p {
    margin-bottom: 20px;
    font-size: 16px;
}

.call_back_form label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.call_back_form input,
.call_back_form select {
    /* width: calc(100% - 20px);
  padding: 7px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px; */
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    padding-right: 20px;
    --body-color: #333333;
    transition: all ease 0.4s;
    border-radius: 10px;
    width: 100%;
    padding: 0px 5px 0px 13px;
    margin: 10px 0px;
}

.call_back_form .checkbox-group {
    text-align: left;
    margin-bottom: 20px;
}

.call_back_form .checkbox-group label {
    font-weight: normal;
}

.call_back_form button {
    width: 100%;
    padding: 12px;
    /* background-color: #007bff; */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

/* .call_back_form button:hover {
  background-color: #0056b3;
} */

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff0000;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.floating-icon {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 999;
}

.floating-icon:hover {
    background-color: none;
}

.floating-icon img {
    width: 75%;
    /* filter: invert(1); */
}

.floating_btn {
    text-align: center;
    width: 50px;
    background-color: #e2e2e2;
    position: fixed;
    z-index: 99;
    left: 40px;
    bottom: 20%;
    transform: translate(-80%);
}

/* Footer acordin style........... */

.accordion-style-footer .accordion-item {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    outline: 1px solid #ff3158;
    outline-offset: -1px;
    margin-bottom: 7px;
    border-radius: 20px;
    transition: all 0.4s ease 0s;

}

.accordion-style-footer .accordion-item:last-child {
    margin-bottom: 30px;

}

.accordion-style-footer .accordion-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--btn-size, 60px);
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.accordion-style-footer .accordion-item.active:before {
    opacity: 1;
    visibility: visible;
}

.accordion-style-footer .accordion-item:hover,

.accordion-style-footer .accordion-item.active {

    outline-color: #ff3158;

}

.accordion-style-footer .accordion-body {

    padding: 0 15px 10px calc(var(--btn-size, 10px) + 10px);
    position: relative;

}

.accordion-style-footer .accordion-body p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff2bb;
}

.accordion-style-footer .accordion-button {
    color: var(--title-color);
    font-size: 14px;
    padding: 5px 5px 5px calc(var(--btn-size, 60px) + 20px);
    position: relative;
}

.accordion-style-footer .accordion-button:before {
    content: "Q";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0;
    width: var(--btn-size, 60px);
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    border-right: 1px solid rgba(0, 0, 0, 0);
    color: #ff3158;
    text-align: center;
    transition: all 0.4s ease 0s;

}

.accordion-style-footer .accordion-button.collapsed:before {
    content: "Q";
    border-right-color: #d2d2d2;
    color: var(--title-color);
    transition: all ease 0.4s;

}

.accordion-style-footer .accordion-button:hover {

    color: var(--theme-color);

}

.accordion-style-footer .accordion-button:hover:before {

    border-right-color: #ff3158;

}

.faqs_list li {
    list-style: circle;
    color: #fff2bb;
    margin-left: 20px;
    font-size: 14px;
}

.small_view {
    display: none;
}

@media only screen and (max-width: 449px) {
    .hero__area .shape-2 {
        display: none;
    }

    .hero__area .shape-1 {
        display: none;
    }

    .course__detailsContent h2 {
        font-size: 25px;
    }

    .breadcrumb__area {
        background-image: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .small_view {
        display: contents;
    }

    .large_view {
        display: none;
    }

    .blog__item {
        margin-top: 0px;
    }

    .img-title {
        font-size: 30px;
    }
}



.course__thumbs-2 .familer {
    background: #002935;
    padding: 5px 10px;
    color: var(--white);
    border-radius: 8px 0px 0px 0px;
}

.blog__content .blog__title {
    font-size: 22px;
}


.blogs-section-five .blog__item {
    height: 500px;
}


.expo-btn {
    padding: 10px;
    background-color: #FF3158;
    color: #fff;
    margin-top: 12px;
    border-top: 1px solid var(--gray-6);
    font-weight: 800;
    line-height: 1.5;
}

.expo-btn a {
    color: #fff;
}

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

.expo-btn:hover a {
    color: #FF3158;
}

.left-location,
.right-location {
    background: var(--white);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    flex: 1;

}

.course-sidebg {

    padding: 20px;

}

.course-link {
    background-color: #FF3158;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 7px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inn-list li a i {
    padding-right: 5px;
}

/* our team style */
/* .team-row{
  padding: 15px 0px;
  align-items: center;
}
.team-img{
  text-align: center;
}
.team-head {
  font-size: 24px;     
  font-weight: bold;
  color: #FF3158;
  text-align: left;
}

.team-title {
  font-size: 16PX;
  font-weight: 600;
  font-style: italic;
}

.more-writeup {
  display: none;
}

.read-more-btn {
  background-color: #FF3158;
  border: none;
  color: #fff;
  padding: 5px 20px;
  margin-top: 10px;
}
 */
.team-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.team-space {
    width: 15%;
}

.team-item {
    background-color: #e9ecef;
    padding: 20px 5px;
    border: 1px solid #002E3B;

}

.team-item:nth-child(1),
.team-item:nth-child(2),
.team-item:nth-child(3) {
    border-top: none;
}

.team-item:nth-child(1),
.team-item:nth-child(4),
.team-item:nth-child(7) {
    border-left: none;
}

.team-item:nth-child(3),
.team-item:nth-child(6),
.team-item:nth-child(9) {
    border-right: none;
}

.team-item:last-child {
    border-right: none;
    border-bottom: none;
}

.team-img {
    text-align: center;
}

.team-item:hover {
    background-color: #c5d9df;

}

.team-arrow {
    font-size: 30px;
    text-align: right;
    display: block;
    padding: 10px 20px 0px 0px;
    color: #002E3B;
}

.team-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.team-head {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FF3158;
}

/* download brochure style............................... */
.brochuremodal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

.close {
    color: #aaa;
    text-align: end;
    font-size: 28px;
    font-weight: bold;
}


/* ebu merchandise page css..................... */

.order-now {
    display: inline-block;
    margin-top: 5px;
    background-color: #172952;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.order-now:hover {
    /* background-color: #ffffff;
  color: #172952; */
    background-color: #ff3158;
    color: #ffffff;
}

.order-now:active {
    transform: scale(0.98);
}

.product_heading {
    font-size: 30px;
    font-weight: bold;
}

.product_heading2 {
    font-size: 18px;
    color: #ff3158;
    margin-bottom: 10px;
}

.product-sec {
    background-color: #fcfcfc;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.product-sec:hover {
    filter: drop-shadow(0px 1px 6px #000000);
    background-color: #FFFCF8;
    border: 1px solid #ff3158;
}

.product-sec:hover .order-now {
    background-color: #ff3158;
    color: #ffffff;

}

.product-sec p {
    padding: 3px 0px;
    font-size: 14px;
    text-align: center;
}



/* brochure page style sheet............. */


.card {
    display: flex;
    flex-direction: column;
    background-color: #13b2ba;
    border-radius: 12px;
    overflow: hidden;
}

.card-img-top {
    border-radius: 12px 12px 0 0;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn-image {
    background-image: linear-gradient(9deg, rgba(51, 88, 98, 0.8), rgba(0, 0, 0, 0.7)), url('/assets/imgs/acc/btn-img.jpg');
    background-size: cover;
    background-position: center;
    height: 150px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    position: relative;
}

.course-name {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    text-align: left;
}


.card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.card-body i {
    font-size: 35px;
    color: #fff;
}

.card-body p {
    font-size: 15px;
    font-weight: 600;
}

.btn-primary {
    background-color: #ff3158;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    padding: 6px 12px;
    transition: 0.3s ease;
}

.btn-primary:hover {
    opacity: 0.8;
}

.btn-primary:active {
    transform: scale(0.95);
}



/* news page style sheet...................................................  */
.head_gry_sm2 {
    font-size: 36px;
    font-weight: 600;
}

.news-dt {
    color: #ff3158;
}

.news_image {
    width: 280px;
    float: left;
    margin: 15px 15px 15px 0px;
    border: 1px solid #ccc;
    padding: 2px;
}

.news_desc {
    font-size: 16px;
}

.smo-page-section ul li {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.smo-page-section ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    background-color: #bdafb1;
}


.news-page ul {
    padding-left: 15px;
    display: inline-block;
}

.news-page ul li {
    padding-right: 20px;
    list-style: square;
}

.news-page ul li::marker {
    color: #bdafb1;
}


/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .news_image {
        float: none;
        margin: 15px auto;
        display: block;
        width: 100%;
    }

    .head_gry_sm2 {
        font-size: 25px;
        /* Adjust font size for better readability */
    }

    .news_desc {
        font-size: 14px;
        /* Adjust font size for smaller screens */
    }
}

@-moz-document url-prefix() {

    .main-menu .has-dropdown::after,
    .main-menu-2 .has-dropdown::after {
        right: -14px;
        /* Adjust only for Firefox */
        font-size: 12px;
    }
}




/* ------------------------------------
    15. Upcoming Event List
---------------------------------------*/
.rs-upcoming-event {
    padding-top: 100px;
    padding-bottom: 50px;
}

.rs-upcoming-event .rs-vertical-middle {
    margin-bottom: 50px;
}

.rs-upcoming-event .rs-vertical-middle:hover .event-title a {
    color: #d90845;
}

.rs-upcoming-event .pr-0 .events-details {
    border-radius: 10px 0 0 10px;
}

.rs-upcoming-event .events-details {
    background: #f1f1f1;
    padding: 24px 50px 30px;
    border-radius: 0 10px 10px 0;
}

.rs-upcoming-event .events-details .meta-date li {
    display: inline-block;
    padding-right: 14px;
    font-weight: 500;
}

.rs-upcoming-event .events-details .meta-date li i {
    margin-right: 5px;
}

.rs-upcoming-event .events-details .event-title {
    font-weight: 500;
    margin: 14px 0 18px;
}

.rs-upcoming-event .events-details .event-title a {
    color: #212121;
}

.rs-upcoming-event .events-details .primary-btn {
    border-bottom: none;
    margin-top: 16px;
}

/* ------------------------------------
23. Rs Gallery CSS
---------------------------------------*/
.gallery-section-page .single-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.gallery-section-page .single-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #d90845;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.gallery-section-page .single-gallery .popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.gallery-section-page .single-gallery .popup-icon a {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 0 8px;
    color: #fff;
}

.gallery-section-page .single-gallery .popup-icon a:hover {
    color: #ffffff;
}

.gallery-section-page .single-gallery:hover:after {
    opacity: 0.8;
    visibility: visible;
    transform: scale(1);
}

.gallery-section-page .single-gallery:hover .popup-icon {
    opacity: 1;
    visibility: visible;
}

.rs-gallery-section .rs-carousel {
    position: relative;
    top: 1px;
}

.rs-gallery-section .single-gallery {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.rs-gallery-section .single-gallery:after {
    content: "";
    width: 80%;
    height: 80%;
    background: #d90845;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.rs-gallery-section .single-gallery .popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rs-gallery-section .single-gallery .popup-icon a {
    font-size: 20px;
    display: inline-block;
    margin: 0 8px;
    color: #fff;
}

.rs-gallery-section .single-gallery:hover:after {
    opacity: 0.8;
    visibility: visible;
    transform: scale(1);
}

.rs-gallery-section .single-gallery:hover .popup-icon {
    opacity: 1;
    visibility: visible;
}

.up-title {
    font-weight: bold;
    color: #172952;
    padding: 15px 0px;
    font-size: 30px;
    text-align: left;
}

.title-two {
    font-size: 30px;
    font-weight: bold;
    color: #172952;
    margin-top: 10px;
}

.title-two span {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 10px;
    border-bottom: 3px solid #172952;
}

.title-two span:after {
    content: '';
    position: absolute;
    bottom: calc(-100% - 1px);
    margin-left: -10px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-top: 1px solid #172952;
}

.event_text {
    padding: 20px 0px;
}

.event_text p {
    padding: 10px 0px;
}

.event-list {
    background-color: #172952;
    padding: 50px 20px;

    color: white;
}

.event-content-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.list-box {
    text-align: center;
    padding: 30px;
    border-radius: 15px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.list-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.list-box .icon {
    font-size: 50px;
    color: #ff3158;
    margin-bottom: 15px;
}

.list-box h5 {
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.list-box p {
    color: rgb(145, 144, 144);
    text-align: center;
}

.event_img_banner {
    position: relative;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_img_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/imgs/events/convocation2025-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}


.speakers-active {
    text-align: center;
}

.speakers-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.speakers-thumb {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    /* Align text at the bottom */
    justify-content: center;
    position: relative;
}

/* Background for text */
.speakers-thumb::after {
    content: "";
    display: block;
    width: 100%;
    padding: 40px 0;
    /* Controls height of text block */
    background: rgba(7, 7, 7, 0.85);
}

/* Name Styling */
.speakers-thumb::before {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #ff3158;
    /* Gold Color */
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Title Styling */
.speakers-thumb span {
    position: absolute;
    bottom: 12px;
    width: 100%;
    color: white;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.event-content-title {
    color: #ff3158;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.convocation-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: auto;
}

.convocation-list {
    /* display: flex; */
    /* flex-wrap: wrap; */
    list-style: none;
    padding: 0;
    margin: 0;
}

.convocation-list li {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    align-items: center;
    background: #ffffffe8;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin: 5px;
}

.convocation-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff3158;
    margin-right: 10px;
}

.faq-list {
    list-style: none;
    padding: 0;
}

.faq-item {
    cursor: pointer;
    padding: 10px;
    background: #f9f9f9;
    margin: 5px 0;
    border-radius: 5px;
    transition: background 0.3s;
}

.faq-item:hover {
    background: #eaeaea;
}

.faq-answer {
    display: none;
    padding: 5px 10px;
    margin-top: 5px;
    background: #fff;
    border-left: 3px solid #d63384;
    border-radius: 5px;
}



.event-info {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.events-btn {
    margin: 20px auto;
    background-color: #ff3158;
    display: inline-block;
    padding: 15px;
    color: #ffffff;
    background: linear-gradient(170deg, #ff3158, #990531);
    background: -webkit-linear-gradient(170deg, #ff3158, #990531);
    background: -o-linear-gradient(170deg, #ff3158, #990531);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

/* Contact Section */
.contact-bg {

    padding: 50px 0;
    text-align: center;
}

/* Description */
.event-description {
    font-size: 16px;
    color: #676767;
    margin-bottom: 30px;
}

.contact-info,
.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ensures content is vertically aligned */
    flex-grow: 1;
    /* Makes sure both columns expand equally */
}

/* Contact Info */
.contact-info {
    background: #d90845;
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.contact-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-info h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.contact-info a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.contact-info p {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Contact Form */
.contact-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.contact-form h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form button {
    background: #d90845;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.contact-form button:hover {
    background: #c7073f;
}

/* Responsive Design */
@media (max-width: 768px) {

    .contact-info,
    .contact-form {
        text-align: center;
    }
}



/* endorsed-programs page css.................... */

.endorsement-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
}

.endorsement-box {
    flex: 1 1 45%;
    /* background: #F4F5FA; */
    padding: 15px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.endorsement-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.endorsement-box h3 {
    font-size: 25px;
    color: #002E3B;
    margin-top: 0;
    font-weight: bolder;

}

.endorsement-box h3 i {
    margin-right: 5px;
}

.endorsement-box h4 {
    font-size: 18px;
    margin-top: 20px;
    color: #FF3158;
}

.endorsement-box ul {
    list-style: none;
    padding-left: 0;
}

.endorsement-box li {
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 8px;
}

.endorsement-box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #4A5355;
    font-weight: bold;
}

.endorsement-box li:has(✘)::before {
    content: "✘";
    color: #f50366;
}

.icon-wrap {
    font-size: 36px;
    margin-bottom: 20px;
    color: #FF3158;
}

.box-blue {
    border-left: 6px solid #1A434F;
}

.box-red {
    border-left: 6px solid #f50366;
}

.endorsement-wrapper {
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
}

.endorsement-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.endorsement-half {
    flex: 1 1 50%;
    padding: 30px;
    color: white;
    min-height: 300px;
}

.left {
    background: #002935;
}


.right {
    background: none;
}

.endorsement-half h3 {
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.endorsement-half p {
    font-size: 16px;
    margin-bottom: 10px;
}

.endorsement-half ul li {
    list-style: none;
    padding-left: 0;
}

.endorsement-half li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    list-style: none;
}

.fas {
    font-size: 18px;
}


.cards-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 40px 10px;
}

.card-wrapper {
    --color-primary: #FF3158;
    --color-secondary: #f50366;
    background: linear-gradient(to right bottom, var(--color-secondary), var(--color-primary));
    /* border-radius: 30px; */
    border-bottom-right-radius: 70px;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.card-header-top {
    background: white;
    /* border-radius: 30px 30px 0 0; */
    border-top-left-radius: 70px;
    padding: 30px 10px 20px;
    width: 95%;
    position: relative;
}

.card-header-top i {
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.card-header-top h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 10px;
    text-align: center;
}

.card-header-top p {
    font-size: 15px;
    color: #4a5355;
    margin-bottom: 10px;
    text-align: center;
}

.card-header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-header-top ul li {
    font-size: 14px;
    color: #333f4d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.card-header-top ul li::before {
    content: '\2022';
    color: var(--color-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.card-footer-bottom {
    padding: 20px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.card-footer-bottom .footer-text-wrap span {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.4);
}

.card-footer-bottom i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.card-header-top:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 20%;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: var(--box-shadow);
    transform: rotate(45deg);
    z-index: 1;
}


.endorsement-info .achievement__number-2 {
    font-size: 20px;

    color: #FF3158;
    font-family: "Manrope", sans-serif;
}

.endorsement-info {
    /* background: #F4F5FA; */
    border-top: 6px solid #FF3158;
    border-bottom: 6px solid #1A434F;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    color: #333F4D;
}

.endorsement-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #002E3B;
}

.endorsement-info h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #FF3158;
}

.endorsement-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.endorsement-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.endorsement-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.endorsement-info li::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #f50366;
    font-size: 14px;
}

.endorsement-info i {
    color: #18405B;
    /* Or #FF3158 if you want the red tone */
    margin-right: 8px;
}

/* Tablets (<= 1024px) */
@media (max-width: 1024px) {
    .card-wrapper {
        width: 48%;
    }

    .endorsement-half {
        flex: 1 1 100%;
        padding: 20px;
    }

    .endorsement-box {
        flex: 1 1 100%;
    }
}

/* Mobile Devices (<= 768px) */
@media (max-width: 768px) {
    .card-wrapper {
        width: 100%;
    }

    .endorsement-card {
        flex-direction: column;
    }

    .endorsement-half {
        padding: 20px;
        min-height: auto;
    }

    .cards-row {
        flex-direction: column;
        padding: 20px 10px;
    }

    .endorsement-box h3 {
        font-size: 20px;
    }

    .endorsement-box h4 {
        font-size: 16px;
    }

    .endorsement-info {
        padding: 20px;
    }

    .endorsement-info h2,
    .endorsement-info h3 {
        font-size: 18px;
    }

    .endorsement-info p {
        font-size: 15px;
    }

    .card-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .card-footer-bottom .footer-text-wrap span {
        font-size: 40px;
    }

    .card-footer-bottom i {
        font-size: 24px;
    }
}

/* Very Small Screens (<= 480px) */
@media (max-width: 480px) {
    .endorsement-box {
        padding: 12px;
    }

    .endorsement-box h3 {
        font-size: 18px;
    }

    .endorsement-box li {
        font-size: 14px;
    }

    .card-header-top h2 {
        font-size: 14px;
    }

    .card-header-top p,
    .card-header-top ul li {
        font-size: 13px;
    }

    .card-footer-bottom {
        font-size: 16px;
    }
}



/* master of education course tab css............. */


.program-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-ebu {
    background-color: #ff3158;
    border: none;
    color: #ffffff;
    transition: background-color 0.2s;
}

.btn-ebu:hover {
    background-color: #002935;
    color: #ffffff;
}




/* home news css  ................................. */
.news-img .image {
    max-height: 200px;
}

.off-reg-title {
    font-size: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
    line-height: 1.2;
}

.off-reg-title2 {
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    line-height: 1.2;
    color: #ff3158;
}