/*============================================
/*  01. Theme Default CSS
==============================================*/
:root {
    --tg-body-font-family: 'DM Sans', sans-serif;
    --tg-heading-font-family: 'Outfit', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Pro";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-common-color-blue: #2494E4;
    --tg-common-color-indigo: #9B51E0;
    --tg-common-color-purple: #8121FB;
    --tg-common-color-pink: #d63384;
    --tg-common-color-red: #FF2E2E;
    --tg-common-color-orange: #fd7e14;
    --tg-common-color-yellow: #FAB123;
    --tg-common-color-green: #12BB6A;
    --tg-common-color-teal: #219653;
    --tg-common-color-cyan: #0dcaf0;
    --tg-common-color-white: #fff;
    --tg-common-color-gray: #E7EFFC;
    --tg-common-color-gray-2: #F4F7FB;
    --tg-common-color-gray-3: #F5F7FB;
    --tg-common-color-dark: #061E43;
    --tg-common-color-black: #000;
    --tg-body-color: #39557E;
    --tg-heading-color: #082A5E;
    --tg-theme-primary: #1363DF;
    --tg-theme-secondary: #082A5E;
    --tg-border-1: #ECECEC;
    --tg-border-2: #D0DAE9;
    --tg-border-3: #E2E2E2;
    --tg-border-4: #D7DCE3;
    --tg-border-5: #2F466A;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
}

/*=============================
04. Banner
===============================*/
.banner-bg {
    min-height: 780px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    padding: 163px 0 0;
    position: relative;
}
@media (max-width: 1500px) {
    .banner-bg {
        min-height: auto;
    }
}
@media (max-width: 1199.98px) {
    .banner-bg {
        padding: 170px 0 0;
    }
}
.banner__content {
    margin: 86px 0 100px;
    position: relative;
    z-index: 3;
}
@media (max-width: 1500px) {
    .banner__content {
        margin: 60px 0 70px;
    }
}
@media (max-width: 1199.98px) {
    .banner__content {
        margin: 0 0 60px;
    }
}
@media (max-width: 991.98px) {
    .banner__content {
        text-align: center;
    }
}
.banner__content .shape {
    position: absolute;
}
.banner__content .shape:nth-child(1) {
    max-width: 58px;
    left: -38%;
    top: 4%;
}
@media (max-width: 1800px) {
    .banner__content .shape:nth-child(1) {
        left: -25%;
    }
}
@media (max-width: 1500px) {
    .banner__content .shape:nth-child(1) {
        left: -15%;
    }
}
@media (max-width: 991.98px) {
    .banner__content .shape:nth-child(1) {
        left: -2%;
    }
}
@media (max-width: 767.98px) {
    .banner__content .shape:nth-child(1) {
        max-width: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content .shape:nth-child(1) {
        max-width: 45px;
    }
}
.banner__content .shape:nth-child(2) {
    max-width: 44px;
    top: -69px;
    right: 0%;
}
@media (max-width: 1199.98px) {
    .banner__content .shape:nth-child(2) {
        top: -20%;
    }
}
.banner__content .title {
    font-size: 50px;
    margin: 0 0 20px;
}
@media (max-width: 1199.98px) {
    .banner__content .title {
        font-size: 41px;
    }
}
@media (max-width: 767.98px) {
    .banner__content .title {
        font-size: 33px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content .title {
        font-size: 40px;
    }
}
.banner__content .title span:not(.svg-icon) {
    color: var(--tg-theme-primary);
    position: relative;
}
.banner__content .title .svg-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    bottom: -11px;
    height: 25px;
    width: 145px;
}
@media (max-width: 767.98px) {
    .banner__content .title .svg-icon {
        bottom: -14px;
    }
}
.banner__content .title .svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.banner__content .title .svg-icon path {
    stroke: var(--tg-common-color-yellow);
}
.banner__content p {
    max-width: 80%;
    margin: 0 0 0;
    line-height: 1.7;
}
@media (max-width: 1199.98px) {
    .banner__content p {
        max-width: 100%;
    }
}
.banner__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 34px 0 0;
    gap: 20px 30px;
}
@media (max-width: 991.98px) {
    .banner__btn-wrap {
        justify-content: center;
    }
}
.banner__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.banner__phone i {
    display: block;
    font-size: 36px;
    color: var(--tg-theme-primary);
    margin-right: 10px;
}
.banner__phone .number-info span {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    margin: 0 0 6px;
}
.banner__phone .number-info .number {
    margin: 0 0;
    line-height: 1;
    font-weight: var(--tg-fw-bold);
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
}
.banner__phone .number-info .number a:hover {
    color: var(--tg-theme-primary);
}
.banner__images {
    position: relative;
    margin-left: 28px;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .banner__images {
        margin: 0 0;
    }
}
@media (max-width: 991.98px) {
    .banner__images {
        margin: 0 auto;
        text-align: center;
        max-width: 80%;
    }
}
@media (max-width: 767.98px) {
    .banner__images {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__images {
        max-width: 90%;
    }
}
.banner__images .main-img {
    max-width: inherit;
}
@media (max-width: 1500px) {
    .banner__images .main-img {
        max-width: 100%;
    }
}
.banner__images .shape {
    position: absolute;
    z-index: -1;
}
.banner__images .shape:nth-child(2) {
    max-width: 65px;
    top: 16%;
    left: 27%;
}
@media (max-width: 1500px) {
    .banner__images .shape:nth-child(2) {
        top: 12%;
        left: 12%;
    }
}
@media (max-width: 1199.98px) {
    .banner__images .shape:nth-child(2) {
        top: 0;
        left: 8%;
    }
}
.banner__images .shape:nth-child(3) {
    max-width: 87px;
    left: -87px;
    bottom: 33%;
}
@media (max-width: 1500px) {
    .banner__images .shape:nth-child(3) {
        bottom: 18%;
    }
}
@media (max-width: 1199.98px) {
    .banner__images .shape:nth-child(3) {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .banner__images .shape:nth-child(3) {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .banner__images .shape:nth-child(3) {
        left: -35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__images .shape:nth-child(3) {
        left: -70px;
    }
}
.banner__images .shape:nth-child(4) {
    max-width: 52px;
    right: -37px;
    top: 27%;
}
@media (max-width: 1500px) {
    .banner__images .shape:nth-child(4) {
        right: 0;
        top: 22%;
    }
}
@media (max-width: 1199.98px) {
    .banner__images .shape:nth-child(4) {
        right: 15px;
        top: 5%;
    }
}
.banner__fact-item {
    position: absolute;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 140px;
}
@media (max-width: 1500px) {
    .banner__fact-item {
        left: 0;
    }
}
.banner__fact-item .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-common-color-green);
    color: var(--tg-common-color-white);
    font-size: 33px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 15px 15px rgba(33, 150, 83, 0.2);
    margin: 0 auto 12px;
}
.banner__fact-item .info span {
    display: block;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 5px;
}
.banner__fact-item .info .bs-count {
    line-height: 1;
    margin: 0 0;
    font-size: 30px;
    letter-spacing: -1.5px;
    font-weight: var(--tg-fw-bold);
}
.banner__fact-item:last-child {
    min-width: 171px;
    top: auto;
    bottom: 108px;
    left: auto;
    right: -145px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-top: 0;
}
.banner__fact-item:last-child .icon {
    background: var(--tg-common-color-purple);
    box-shadow: 0px 15px 15px rgba(129, 33, 251, 0.24);
    margin-top: -25px;
}
.banner__fact-item:last-child .icon i {
    -webkit-transform: rotateZ(-22deg);
    -moz-transform: rotateZ(-22deg);
    -ms-transform: rotateZ(-22deg);
    -o-transform: rotateZ(-22deg);
    transform: rotateZ(-22deg);
}
@media (max-width: 1500px) {
    .banner__fact-item:last-child {
        right: -20px;
    }
}
@media (max-width: 1199.98px) {
    .banner__fact-item:last-child {
        right: 0;
    }
}
@media (max-width: 767.98px) {
    .banner__fact-item:last-child {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__fact-item:last-child {
        display: block;
    }
}
.banner-bg-two {
    padding: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .banner-bg-two {
        padding: 100px 0 100px;
    }
}
.banner-bg-two .banner__two-shape {
    position: absolute;
    left: 60px;
    bottom: 60px;
    max-width: 108px;
}
.banner__content-two {
    position: relative;
}
.banner__content-two .shape {
    position: absolute;
    right: 0;
    top: 29%;
    max-width: 47px;
}
.banner__content-two .title {
    font-size: 47px;
    color: var(--tg-common-color-white);
    line-height: 1.25;
    margin: 0 0 25px;
}
@media (max-width: 1199.98px) {
    .banner__content-two .title {
        font-size: 36px;
    }
}
@media (max-width: 991.98px) {
    .banner__content-two .title {
        font-size: 44px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .banner__content-two .title {
        font-size: 33px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-two .title {
        font-size: 40px;
    }
}
.banner__content-two .title span:not(.svg-icon) {
    color: var(--tg-theme-primary);
    position: relative;
}
.banner__content-two .title .svg-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    bottom: -11px;
    height: 25px;
    width: 145px;
}
@media (max-width: 767.98px) {
    .banner__content-two .title .svg-icon {
        bottom: -14px;
    }
}
.banner__content-two .title .svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.banner__content-two .title .svg-icon path {
    stroke: var(--tg-common-color-yellow);
}
.banner__search-form form {
    position: relative;
    margin: 0 0 30px;
}
@media (max-width: 767.98px) {
    .banner__search-form form {
        margin: 0 0 20px;
    }
}
.banner__search-form form input {
    display: block;
    width: 100%;
    background: var(--tg-common-color-white);
    padding: 14px 80px 14px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #D0DAE9;
}
.banner__search-form form input::placeholder {
    opacity: 0.7;
    font-size: 16px;
}
.banner__search-form form button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0 0;
    font-size: 26px;
    color: var(--tg-body-color);
    opacity: 0.7;
}
.banner__search-form form button:hover {
    color: var(--tg-theme-primary);
    opacity: 1;
}
.banner__search-form form button i::before {
    font-weight: 600 !important;
}
.banner__search-form p {
    font-family: var(--tg-heading-font-family);
    font-size: 17px;
    margin: 0 0;
}
.banner__search-form p a {
    text-decoration: underline;
    color: var(--tg-common-color-white);
}
.banner__images-two {
    position: relative;
    z-index: 1;
    margin-left: 70px;
}
@media (max-width: 1199.98px) {
    .banner__images-two {
        margin-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .banner__images-two {
        max-width: 80%;
        margin: 50px auto 0;
    }
}
@media (max-width: 767.98px) {
    .banner__images-two {
        max-width: 100%;
    }
}
.banner__images-two .shape {
    position: absolute;
    z-index: -1;
}
.banner__images-two .shape:nth-child(1) {
    max-width: 95px;
    left: -35px;
    top: -35px;
}
.banner__images-two .shape:nth-child(2) {
    max-width: 50px;
    right: -100px;
    top: 35%;
}
@media (max-width: 991.98px) {
    .banner__images-two .shape:nth-child(2) {
        right: -50px;
    }
}
.banner__images-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    max-width: 570px;
    gap: 25px;
}
@media (max-width: 991.98px) {
    .banner__images-grid {
        max-width: 100%;
        justify-content: center;
    }
}
.banner__images-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}
.banner__images-col img {
    flex: 0 0 auto;
}
.banner__images-col:first-child img {
    max-width: 300px;
}
@media (max-width: 1199.98px) {
    .banner__images-col:first-child img {
        max-width: 240px;
    }
}
@media (max-width: 991.98px) {
    .banner__images-col:first-child img {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .banner__images-col:first-child img {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__images-col:first-child img {
        max-width: 290px;
    }
}
@media (max-width: 767.98px) {
    .banner__images-col:last-child {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__images-col:last-child {
        display: flex;
    }
}
.banner__images-col:last-child img:first-child {
    max-width: 187px;
}
@media (max-width: 1199.98px) {
    .banner__images-col:last-child img:first-child {
        max-width: 150px;
    }
}
@media (max-width: 991.98px) {
    .banner__images-col:last-child img:first-child {
        max-width: 187px;
    }
}
.banner__images-col:last-child img:last-child {
    max-width: 243px;
}
@media (max-width: 1199.98px) {
    .banner__images-col:last-child img:last-child {
        max-width: 165px;
    }
}
@media (max-width: 991.98px) {
    .banner__images-col:last-child img:last-child {
        max-width: 220px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__images-col:last-child img:last-child {
        max-width: 187px;
    }
}


/*=============================
1. Button style
===============================*/
.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tg-btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    color: var(--tg-common-color-white);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: var(--tg-fw-semi-bold);
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 24px 16px 24px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
}
.tg-btn:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-white);
}
.tg-btn .text {
    display: block;
}
.tg-btn.tg-svg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tg-btn .svg-icon {
    width: 14px;
    display: block;
    margin-top: -3px;
}
.tg-btn.btn-border {
    background: var(--tg-common-color-white);
    border: 1px solid var(--tg-theme-primary);
    color: var(--tg-theme-primary);
    padding: 19px 23px 16px 23px;
}
.tg-btn.btn-border svg path {
    stroke: var(--tg-theme-primary);
}
.tg-btn.btn-border:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.tg-btn.btn-border:hover svg path {
    stroke: var(--tg-common-color-white);
}
.tg-btn.white-btn {
    background: var(--tg-common-color-white);
    color: var(--tg-theme-secondary);
}
.tg-btn.white-btn svg path {
    stroke: var(--tg-theme-secondary);
}

/*=============================
	00. Section Title
===============================*/
.section__title .title {
    font-size: 50px;
    line-height: 1.32;
    margin: 0 0;
    letter-spacing: -1px;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 29px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title {
        font-size: 36px;
    }
}
.section__title .title span:not(.svg-icon) {
    color: var(--tg-theme-primary);
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section__title .title .svg-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    bottom: -14px;
    height: 25px;
    width: 145px;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 767.98px) {
    .section__title .title .svg-icon {
        bottom: -15px;
    }
}
.section__title .title .svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.section__title .title .svg-icon path {
    stroke: var(--tg-common-color-yellow);
}
.section__title.white-title .title {
    color: var(--tg-common-color-white);
}
.section__title.white-title .title span:not(.svg-icon) {
    color: var(--tg-common-color-white);
}
.section__title .desc {
    margin: 20px 0 0;
}


/*=============================
    06. Brand
===============================*/
.brand-area {
    border-bottom: 1px solid var(--tg-border-3);
    padding: 49px 0;
}
.brand-area-two {
    padding-bottom: 120px;
}
.brand-active .col {
    padding-left: 15px;
    padding-right: 15px;
}
.brand__item img {
    filter: grayscale(1);
    opacity: 0.4;
}
.brand__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 51px;
    align-items: center;
    justify-content: center;
}
.brand__item a:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/*=============================
07. About
===============================*/
.section-py-120 {
    padding: 120px 0;
}
.svg-hidden {
    position: absolute;
    width: 0;
    height: 0;
}
.about__images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 0 -40px 0 10px;
}
@media (max-width: 1199.98px) {
    .about__images {
        margin: 0 0 40px;
    }
}
@media (max-width: 767.98px) {
    .about__images {
        max-width: 390px;
        justify-content: center;
        margin: 0 auto 40px;
    }
}
.about__images .small-img {
    margin: 0 -50px 50px 0;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .about__images .small-img {
        display: none;
    }
}
.about__images .big-img {
    -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.2));
}
.about__images .dots {
    position: absolute;
    left: 167px;
    top: -29px;
    z-index: -1;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}
.about__images .circle {
    position: absolute;
    top: 26px;
    left: 66px;
    color: var(--tg-common-color-yellow);
    z-index: -1;
}
@media (max-width: 767.98px) {
    .about__images .circle {
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__images .circle {
        left: 80px;
    }
}
.about__exp {
    position: absolute;
    width: 126px;
    height: 108px;
    left: 58px;
    top: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 17px;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .about__exp {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
    }
}
.about__exp .year {
    color: var(--tg-common-color-white);
    font-size: 30px;
    margin: 0 0 7px;
    line-height: 1;
}
.about__exp p {
    margin: 0 0;
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-medium);
    font-family: var(--tg-heading-font-family);
    font-size: 14px;
    line-height: 1.25;
}
.about__exp svg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about__exp svg path {
    fill: var(--tg-theme-primary);
}
.about__content {
    margin-left: 70px;
}
@media (max-width: 1199.98px) {
    .about__content {
        margin: 0 0;
    }
}
.about__content .section__title {
    margin: 0 0 15px;
}
.about__content .tg-button-wrap {
    margin-top: 40px;
}
.about__info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    margin: 29px 60px 0 0;
}
@media (max-width: 767.98px) {
    .about__info-list {
        gap: 35px 15px;
        margin: 29px 0 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__info-list {
        gap: 35px 30px;
        margin: 29px 50px 0 0;
    }
}
.about__info-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.about__info-list-item .icon {
    width: 65px;
    text-align: center;
    position: relative;
    color: var(--tg-common-color-blue);
    margin-right: 7px;
}
@media (max-width: 767.98px) {
    .about__info-list-item .icon {
        width: 57px;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__info-list-item .icon {
        width: 65px;
    }
}
.about__info-list-item .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    background-image: url(../images/shape/blue_shape.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 36px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: -1;
}
.about__info-list-item i {
    font-size: 40px;
}
.about__info-list-item .content {
    font-size: 18px;
    font-weight: var(--tg-fw-semi-bold);
    line-height: 20px;
    color: var(--tg-heading-color);
    margin: 0 0;
}
@media (max-width: 767.98px) {
    .about__info-list-item .content {
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__info-list-item .content {
        font-size: 18px;
    }
}
.about__info-list-item:nth-child(4n+1) i {
    font-size: 43px;
}
.about__info-list-item:nth-child(4n+2) .icon {
    color: var(--tg-common-color-teal);
}
.about__info-list-item:nth-child(4n+2) .icon::after {
    background-image: url(../images/shape/green_shape.svg);
}
.about__info-list-item:nth-child(4n+3) .icon {
    color: var(--tg-common-color-indigo);
}
.about__info-list-item:nth-child(4n+3) .icon::after {
    background-image: url(../images/shape/purple_shape.svg);
}
.about__info-list-item:nth-child(4n+3) i {
    font-size: 45px;
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
}
.about__info-list-item:nth-child(4n+4) .icon {
    color: var(--tg-common-color-red);
}
.about__info-list-item:nth-child(4n+4) .icon::after {
    background-image: url(../images/shape/red_shape.svg);
}
.about__info-list-item:hover .icon::after {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.about-area-two {
    padding: 140px 0;
}
@media (max-width: 991.98px) {
    .about-area-two {
        padding: 120px 0;
    }
}
.about__title-wrap .section__title {
    margin: 0 0 15px;
}
.about__title-wrap p.fw-medium {
    font-weight: var(--tg-fw-medium);
    color: var(--tg-heading-color);
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 13px;
}
.about__title-wrap .tg-button-wrap {
    margin: 35px 0 0;
}
.about__images-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: 62px;
    position: relative;
}
@media (max-width: 1199.98px) {
    .about__images-wrap {
        gap: 20px;
        margin: 0 0;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap {
        gap: 28px;
        margin: 50px auto 0;
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap {
        gap: 20px;
        margin: 50px auto 0;
        justify-content: center;
    }
}
.about__images-wrap .column {
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}
@media (max-width: 1199.98px) {
    .about__images-wrap .column {
        gap: 20px;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap .column {
        gap: 25px;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap .column {
        gap: 20px;
        max-width: calc(50% - 10px);
    }
}
.about__images-wrap .column img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
@media (max-width: 1199.98px) {
    .about__images-wrap .column img {
        max-width: 215px;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap .column img {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap .about__shapes {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
.about__images-wrap .about__shapes [class*=about-shape] {
    position: absolute;
    z-index: -1;
}
.about__images-wrap .about__shapes > *:nth-child(1) {
    max-width: 125px;
    left: -50px;
    bottom: 0;
}
@media (max-width: 1199.98px) {
    .about__images-wrap .about__shapes > *:nth-child(1) {
        max-width: 95px;
        left: -20px;
        bottom: 32px;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap .about__shapes > *:nth-child(1) {
        max-width: 125px;
        left: -50px;
        bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap .about__shapes > *:nth-child(1) {
        max-width: 95px;
        left: 0;
        bottom: 0;
    }
}
.about__images-wrap .about__shapes > *:nth-child(2) {
    max-width: 111px;
    right: -51px;
    top: -30px;
}
@media (max-width: 1199.98px) {
    .about__images-wrap .about__shapes > *:nth-child(2) {
        max-width: 84px;
        right: -30px;
        top: -30px;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap .about__shapes > *:nth-child(2) {
        max-width: 111px;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap .about__shapes > *:nth-child(2) {
        display: none;
    }
}
.about__images-wrap .about__shapes > *:nth-child(3) {
    max-width: 119px;
    right: -45px;
    bottom: -45px;
}
@media (max-width: 1199.98px) {
    .about__images-wrap .about__shapes > *:nth-child(3) {
        max-width: 90px;
        right: -35px;
        bottom: -35px;
    }
}
@media (max-width: 991.98px) {
    .about__images-wrap .about__shapes > *:nth-child(3) {
        max-width: 119px;
    }
}
@media (max-width: 767.98px) {
    .about__images-wrap .about__shapes > *:nth-child(3) {
        max-width: 90px;
    }
}

/*=============================
    08. Courses
===============================*/


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:focus,.nav-link:hover {
    color: #0a58ca;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.section-pt-120 {
    padding-top: 120px;
}
.section-pb-90 {
    padding-bottom: 90px;
}
.section-pb-120 {
    padding-bottom: 120px;
}
.courses-area {
    position: relative;
    background-color: var(--tg-common-color-gray-2);
    z-index: 1;
}
.courses-area .section__title-wrap {
    margin: 0 0 50px;
}
@media (max-width: 767.98px) {
    .courses-area .section__title-wrap {
        margin: 0 0 40px;
    }
}
.courses__nav-active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 35px;
}
@media (max-width: 991.98px) {
    .courses__nav-active {
        justify-content: center;
        margin: 60px 0 0;
    }
}
@media (max-width: 767.98px) {
    .courses__nav-active {
        gap: 5px 25px;
    }
}
.courses__nav-active button {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    color: var(--tg-body-color);
    font-size: 17px;
    font-weight: var(--tg-fw-medium);
    font-family: var(--tg-body-font-family);
    padding: 0 0;
}
.courses__nav-active button > span {
    position: absolute;
    right: 0;
    top: -26px;
    font-weight: var(--tg-fw-semi-bold);
    font-size: 14px;
    color: var(--tg-common-color-white);
    background: var(--tg-theme-primary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 4px 9px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.courses__nav-active button > span::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 0;
    border-color: var(--tg-theme-primary) transparent transparent transparent;
}
.courses__nav-active button.active {
    color: var(--tg-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .courses-active {
        max-width: 80%;
        margin: 0 auto;
    }
}
.courses__item {
    margin: 0 0 30px;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.courses__item-thumb {
    position: relative;
}
.courses__item-thumb img {
    width: 100%;
}
.courses__item-tag {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    color: var(--tg-common-color-white);
    display: block;
    line-height: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 16px;
    background-color: #E8F9EF;
    color: #04BC53;
    z-index: 2;
}
.courses__item-tag:hover {
    color: var(--tg-common-color-white);
    background: #04BC53;
}
.courses__item-content {
    padding: 25px 30px 20px;
}
@media (max-width: 991.98px) {
    .courses__item-content {
        padding: 25px 25px 20px;
    }
}
.courses__item-content .title {
    font-size: 20px;
    font-weight: var(--tg-fw-regular);
    line-height: 1.3;
    margin: 0 0 15px;
}
@media (max-width: 991.98px) {
    .courses__item-content .title {
        font-size: 18px;
    }
}
.courses__item-content .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.courses__item-content .title a:hover {
    color: inherit;
    background-size: 0 1.5px, 100% 1.5px;
}
.courses__item-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
    margin: 0 0 10px;
}
@media (max-width: 767.98px) {
    .courses__item-meta {
        gap: 0 19px;
    }
}
.courses__item-meta li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.courses__item-meta li i {
    margin-right: 7px;
}
.courses__item-rating {
    color: #F8BC24;
    letter-spacing: -1px;
    line-height: 1;
}
.courses__item-rating .rating-count {
    color: var(--tg-body-color);
    letter-spacing: 0;
    margin-left: 5px;
}
.courses__item-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid var(--tg-border-4);
}
.courses__item-bottom .author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}
.courses__item-bottom .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    max-width: 40px;
}
.courses__item-bottom .author a {
    flex: 0 0 auto;
    color: var(--tg-body-color);
    text-transform:capitalize;
}
.courses__item-bottom .author a:hover {
    color: var(--tg-theme-primary);
}
.courses__item-bottom .price {
    font-size: 22px;
    margin: 0 0 0 25px;
    line-height: 1;
    color: var(--tg-theme-primary);
    font-weight: var(--tg-fw-medium);
    font-family: var(--tg-heading-font-family);
}
.courses__item-bottom .instructor-name {
    padding-left: 10px;
}
@media (max-width: 991.98px) {
    .courses__item-bottom .price {
        font-size: 18px;
        margin: 0 0 0 20px;
    }
}
.courses__item-bottom .price del {
    font-size: 16px;
    color: #8D9DB5;
    margin-right: 0px;
}
.courses__item-two {
    padding: 10px;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 0 30px;
}
.courses__item-two-thumb {
    position: relative;
}
div.courses__item-two-thumb img {
    object-fit: cover;
    height: 181px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.courses__item-two-thumb .course__price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 13px 5px 20px;
    text-align: center;
    min-width: 105px;
    z-index: 1;
}
.courses__item-two-thumb .course__price svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
    z-index: -1;
}
.courses__item-two-thumb .course__price .price {
    margin: 0 0;
    font-size: 20px;
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-medium);
}
.courses__item-two-thumb .course__price .price del {
    font-size: 15px;
    opacity: 0.7;
    margin: 0px 0px;
}
.courses__item-two-content {
    padding: 20px 13px 10px;
}
.courses__item-two-content .courses__item-tag {
    position: unset;
    display: inline-block;
    margin: 0 2px 10px;
}
.courses__item-two-content .title {
    font-weight: var(--tg-fw-medium);
    font-size: 17px;
    line-height: 1.38;
    margin: 0 0 16px;
}
.courses__item-two-content .title a {
    display: inline;
    background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.courses__item-two-content .title a:hover {
    color: inherit;
    background-size: 0 2px, 100% 2px;
}
.courses__item-two-content .courses__item-meta {
    gap: 8px 22px;
    margin: 0 0;
}
.courses__item-two-content .courses__item-meta li {
    line-height: 1;
}
.courses__item-two-content .courses__item-meta li i {
    font-size: 20px;
}
@media (max-width: 1199.98px) {
    .courses__shapes {
        display: none;
    }
}
.courses__shapes > * {
    position: absolute;
    z-index: -1;
}
.courses__shapes > *:nth-child(1) {
    left: 7%;
    top: 26%;
}
@media (max-width: 1800px) {
    .courses__shapes > *:nth-child(1) {
        left: 4%;
    }
}
.courses__shapes > *:nth-child(1) img {
    max-width: 83px;
}
.courses__shapes > *:nth-child(2) {
    right: 7.5%;
    bottom: 16%;
}
@media (max-width: 1800px) {
    .courses__shapes > *:nth-child(2) {
        right: 4%;
    }
}
.courses__shapes > *:nth-child(2) img {
    max-width: 86px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .courses-top-wrap .shop-top-left p {
        text-align: center;
        margin-bottom: 15px;
    }
}
@media (max-width: 991.98px) {
    .courses__sidebar .shop-widget {
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0 0;
    }
}
.courses-slider-active .slick-arrow {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-30px);
    -moz-transform: translateY(-50%) translateX(-30px);
    -ms-transform: translateY(-50%) translateX(-30px);
    -o-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px);
    width: 50px;
    height: 50px;
    background: var(--tg-common-color-gray);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 20px #DFDFDF;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 0 0;
    z-index: 2;
}
.courses-slider-active .slick-arrow:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.courses-slider-active .slick-arrow.slick-next {
    left: auto !important;
    right: -10px;
    -webkit-transform: translateY(-50%) translateX(30px);
    -moz-transform: translateY(-50%) translateX(30px);
    -ms-transform: translateY(-50%) translateX(30px);
    -o-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}
.courses-slider-active:hover .slick-arrow {
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    visibility: visible;
}
.courses-slider-active .col {
    padding-left: 15px;
    padding-right: 15px;
}
.courses-slider-active .courses__item-two {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
}
.courses-slider-active .courses__item-two-thumb .author {
    position: absolute;
    right: 15px;
    bottom: -25px;
    z-index: 2;
}
.courses-slider-active .courses__item-two-thumb .author img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
}
.courses__item-two-content .author.hide-grid-view,
.courses__item-two-content p.hide-grid-view {
    display: none;
}
.tutor-grid.tutor-grid-3 .courses__item-two.shine__animate-item {
    margin: 0;
}
.courses__item-two-content .courses__item-bottom .price{
    margin: 0;
}
.courses-slider-active .courses__item-two-content {
    padding: 16px 7px 5px 7px;
}
.courses-slider-active .courses__item-bottom .price {
    font-size: 20px;
    margin: 0 5px 0 0;
}
.courses-slider-active .courses__item-bottom .price del {
    font-size: 15px;
    margin-right: 0px;
}
.courses__nav-tabs {
    gap: 10px;
    border: none;
    margin-left: 10px;
}
.courses__nav-tabs .nav-item {
    margin: 0 0;
}
.courses__nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #6196EA;
    border-radius: 4px;
    color: var(--tg-theme-primary);
}
.courses__nav-tabs .nav-item .nav-link svg {
    flex: 0 0 auto;
}
.courses__nav-tabs .nav-item .nav-link.active {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.courses__grid-wrap .courses__item-two {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
}
.courses__item-two-thumb .author {
    position: absolute;
    right: 15px;
    bottom: -20px;
    z-index: 2;
    line-height: 0;
}
.courses__item-two-thumb .author a {
    display: block;
}
.courses__item-two-thumb .author img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
}
.courses__item-two-content li.hide-grid-view {
    display: none;
}
.courses__grid-wrap .tutor-list-item:not(:last-child) {
    margin-bottom: 8px;
}
@media (max-width: 767.98px) {
    .courses__grid-wrap .courses__item-two-thumb img {
        height: auto;
    }
}
.courses__grid-wrap .courses__item-two-content {
    padding: 16px 7px 5px 7px;
}
.courses__grid-wrap .courses__item-bottom .price {
    font-size: 20px;
    margin: 0 20px 0 0;
}
.courses__item-bottom .course__price {
    line-height: 1.1;
}
.courses__item-two .courses__item-bottom .course__continue,
.courses__item-two .courses__item-bottom .course__continuetutor-open-login-modal {
    font-size: 16px;
}
.courses__grid-wrap .courses__item-bottom .price del {
    font-size: 15px;
}
.courses__list-wrap .courses__item-two {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    box-shadow: none;
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}
@media (max-width: 767.98px) {
    .courses__list-wrap .courses__item-two {
        gap: 20px;
        flex-direction: column;
    }
}
.courses__list-wrap .courses__item-two-thumb {
    flex: 0 0 auto;
}
.courses__list-wrap .courses__item-two-thumb a {
    height: 100%;
}
.courses__list-wrap .courses__item-two-thumb img {
    width: 270px;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .courses__list-wrap .courses__item-two-thumb img {
        width: 235px;
    }
}
@media (max-width: 991.98px) {
    .courses__list-wrap .courses__item-two-thumb img {
        width: 270px;
    }
}
@media (max-width: 767.98px) {
    .courses__list-wrap .courses__item-two-thumb img {
        width: 100%;
    }
}
.courses__list-wrap .courses__item-two-content {
    padding: 0 15px 0 0;
    flex-grow: 1;
}
@media (max-width: 767.98px) {
    .courses__list-wrap .courses__item-two-content {
        padding: 0 7px 5px 7px;
    }
}
.courses__list-wrap .courses__item-two-content .title {
    font-size: 20px;
    margin: 0 0 10px;
}
.courses__list-wrap .courses__item-two-content p {
    line-height: 1.65;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating i {
    font-size: 15px;
    margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating .rating-count {
    margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-tag {
    margin: 0 0 8px;
    font-size: 14px;
}
.courses__list-wrap .courses__item-two-content .courses__item-meta {
    margin: 0 0 14px;
}
.courses__list-wrap .courses__item-bottom {
    padding: 12px 0 0;
    margin: 0 0 0;
    gap: 15px 25px;
}
.courses__list-wrap .w-100 {
    width: auto !important;
}
.courses__list-wrap .courses__item-bottom .w-100 .price {
    margin: 0 0;
}
.courses__list-wrap .courses__item-bottom .tutor-mt-16 {
    margin-top: 0;
}
.courses__list-wrap .courses__item-bottom .author img {
    max-width: 35px;
}
.courses__list-wrap .courses__item-bottom .author .tutor-avatar {
    height: 35px;
    width: 35px;
}
.courses__breadcrumb-area {
    background-color: #041734;
    gap: 0 28px;
    padding: 82px 0;
}
.courses__breadcrumb-content .category {
    display: inline-block;
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    color: var(--tg-common-color-white);
    background: #04BC53;
    line-height: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 16px;
    margin: 0 2px 10px;
}
.courses__breadcrumb-content .title {
    font-size: 36px;
    color: var(--tg-common-color-white);
    line-height: 1.3;
    margin: 0 0 6px;
}
@media (max-width: 767.98px) {
    .courses__breadcrumb-content .title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .courses__breadcrumb-content .title {
        font-size: 30px;
    }
}
.courses__breadcrumb-content p {
    color: #B2BDCD;
    margin: 0 0 0;
}
.courses__breadcrumb-content .courses__item-meta {
    margin: 25px 0 0;
    gap: 10px 19px;
}
.courses__breadcrumb-content .courses__item-meta li {
    color: #B2BDCD;
}
.courses__breadcrumb-content .courses__item-meta li .author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.courses__breadcrumb-content .courses__item-meta li .author a {
    flex: 0 0 auto;
}
.courses__breadcrumb-content .courses__item-meta li .author img {
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width:45px;
}
.courses__breadcrumb-content .courses__item-meta li i {
    color: var(--tg-common-color-white);
    font-size: 18px;
    margin-top: -1px;
}
.courses__breadcrumb-content .courses__item-meta li a {
    color: #B2BDCD;
}
.courses__breadcrumb-content .courses__item-meta li .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.courses__breadcrumb-content .courses__item-meta li .rating i {
    font-size: 15px;
    color: #F8BC24;
    margin: 0 5px 0 0;
}
.courses__breadcrumb-content .courses__item-meta li .rating-count {
    margin-left: 5px;
}
.courses__details-wrapper {
    padding: 55px 0 0;
    /*margin: 0 70px 0 0;*/
}
@media (max-width: 1199.98px) {
    .courses__details-wrapper {
        margin: 0 0;
    }
}
.courses__details-wrapper .nav-tabs {
    border-bottom: 3px solid #E6EAEF;
    gap: 30px;
    margin-bottom: 25px;
}
@media (max-width: 991.98px) {
    .courses__details-wrapper .nav-tabs {
        gap: 20px 25px;
    }
}
.courses__details-wrapper .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 5px 10px;
    font-weight: 500;
    font-size: 19px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-body-color);
    position: relative;
}
.courses__details-wrapper .nav-tabs .nav-link.is-active {
    color: var(--tg-theme-primary);
}
.courses__details-wrapper .nav-tabs .nav-link.is-active:before {
    opacity: 1;
}
.courses__details-wrapper .nav-tabs .nav-link.active:before{opacity:1}
.courses__details-wrapper .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: var(--tg-theme-primary);
    transition: 0.3s linear;
    opacity: 0;
}
.courses__details-inner {
    margin: 46px 0 0;
}
.courses__details-inner .title {
    font-size: 22px;
    margin: 0 0 15px;
}
.courses__details-inner .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE1E8;
    margin: 15px 0 0;
}
.courses__details-inner .event-details-list .list-wrap {
    padding: 0 0;
    margin: 0 -10px;
}
.courses__details-inner .event-details-list .list-wrap li {
    padding: 0 10px;
}
.courses__details-curriculum {
    margin: 0 0;
}
.courses__details-curriculum > .title {
    font-size: 22px;
    margin: 0 0 20px;
}
.courses__details-curriculum .accordion-item {
    margin: 0 0 15px;
    border: 1px solid #DCE1E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.courses__details-curriculum .accordion-item:last-child {
    margin: 0 0;
}
.courses__details-curriculum .accordion-button {
    border: none;
    box-shadow: none;
    font-size: 17px;
    color: var(--tg-heading-color);
    padding: 1.25rem 1.5rem;
}
.courses__details-curriculum .accordion-button:not(.collapsed) {
    background: #E7EFFC;
    color: var(--tg-theme-primary);
}
.courses__details-curriculum .accordion-body {
    padding: 0 0;
}
.courses__details-curriculum .course-item {
    border-bottom: 1px solid #DCE1E8;
    padding: 17px 26px;
}
@media (max-width: 767.98px) {
    .courses__details-curriculum .course-item {
        padding: 17px 20px;
    }
}
.courses__details-curriculum .course-item:last-child {
    border: none;
}
.courses__details-curriculum .course-item .course-item-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #39557E;
    cursor: no-drop;
}
.courses__details-curriculum .course-item .course-item-link:hover {
    color: var(--tg-theme-primary);
}
.courses__details-curriculum .course-item .item-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
}
@media (max-width: 767.98px) {
    .courses__details-curriculum .course-item .item-name {
        line-height: 1.4;
    }
}
.courses__details-curriculum .course-item .item-name::before {
    content: "";
    display: block;
    background-image: url(../images/shape/play.svg);
    width: 26px;
    height: 26px;
}
.courses__details-curriculum .course-item-meta {
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    gap: 20px;
}
.courses__details-curriculum .course-item-meta .duration {
    margin: 2px 0 0;
}
.courses__details-instructors {
    margin: 45px 0 0;
}
.courses__details-instructors .title {
    font-size: 22px;
    margin: 0 0 25px;
}
.courses__details-instructors .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE1E8;
    margin: 20px 0 0;
}
.courses__details-sidebar {
    margin: -280px 0 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .courses__details-sidebar {
        margin: 80px 0 0;
    }
}
.courses__details-sidebar .event-widget .thumb {
    position: relative;
    margin: -17px -22px 25px -22px;
}
@media (max-width: 991.98px) {
    .courses__details-sidebar .event-widget .thumb {
        margin: 0 0 25px;
    }
}
.courses__details-sidebar .event-widget .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #082A5E;
    opacity: 0.2;
    border-radius: 4px;
    z-index: 1;
}
.courses__details-sidebar .event-widget .thumb img {
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .courses__details-sidebar .event-widget .thumb img {
        width: 100%;
        height: auto;
    }
}
.courses__details-sidebar .event-widget .thumb .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-common-color-white);
    z-index: 3;
}
.courses__details-sidebar .rc-post-item {
    gap: 14px;
}
.courses__details-sidebar .rc-post-thumb img {
    width: 80px;
    height: 80px;
}
.courses__details-sidebar .rc-post-content .title {
    font-size: 15px;
    margin: 0 0 9px;
}
.courses__details-sidebar .rc-post-content .price {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-theme-primary);
    line-height: 1;
}
.courses__details-sidebar .rc-post-content .price del {
    color: #8D9DB5;
    font-size: 14px;
    margin-right: 6px;
}
.courses__details-reviews > .title {
    font-size: 22px;
    margin: 0 0 25px;
    font-weight: var(--tg-fw-medium);
}
.courses__details-reviews #course-reviews {
    margin: 35px 0 0;
}
.courses__details-reviews #course-reviews .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 20px;
    gap: 18px;
}
@media (max-width: 767.98px) {
    .courses__details-reviews #course-reviews .list-wrap li {
        flex-direction: column;
    }
}
.courses__details-reviews #course-reviews .list-wrap li:last-child {
    margin: 0 0;
}
.courses__details-reviews #course-reviews .review-author {
    width: 80px;
    flex: 0 0 auto;
}
.courses__details-reviews #course-reviews .review-author-info {
    flex-grow: 1;
}
.courses__details-reviews #course-reviews .review-stars-rated {
    font-size: 15px;
    color: #F8BC24;
    line-height: 1;
    margin: 0 0 8px;
}
.courses__details-reviews #course-reviews .user-name {
    font-size: 18px;
    margin: 0 0 10px;
}
.courses__details-reviews #course-reviews .user-name .date {
    font-size: 14px;
    font-weight: var(--tg-fw-regular);
    color: #8D9DB5;
    margin-left: 5px;
}
.courses__details-reviews .course-review-head {
    font-size: 22px;
    margin: 0 0 25px;
    font-weight: var(--tg-fw-medium);
}
.courses__details-reviews .course-review-head::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE1E8;
    margin: 15px 0 0;
}
.courses__instructors-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
    margin: 0 0 40px;
}
@media (max-width: 767.98px) {
    .courses__instructors-item {
        gap: 20px;
        flex-direction: column;
    }
}
.courses__instructors-item:last-child {
    margin: 0 0;
}
.courses__instructors-thumb {
    max-width: 230px;
    flex: 0 0 auto;
}
.courses__instructors-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.courses__instructors-content .name {
    font-size: 20px;
    margin: 0 0 5px;
}
.courses__instructors-content .designation {
    display: block;
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
    color: #5A7093;
    line-height: 1;
}
.courses__instructors-content .meta {
    gap: 10px 17px;
    line-height: 1;
    margin: 23px 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBE1E8;
}
.courses__instructors-content .meta li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.courses__instructors-content .meta li i {
    margin: -1px 0 0;
}
.courses__instructors-content .meta .rating i {
    color: #F8BC24;
    margin: 0 0;
}
.courses__instructors-content .meta .rating .average {
    margin-left: 3px;
}
.courses__instructors-content .tg-button-wrap .btn {
    font-size: 15px;
    padding: 15px 21px 12px 21px;
}
.course-rate {
    background: #F6F7FA;
    border: 1px solid #DAE0E7;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 26px;
}
@media (max-width: 767.98px) {
    .course-rate {
        flex-direction: column;
    }
}
.course-rate__summary {
    background: var(--tg-common-color-white);
    border: 1px solid #E6EAEF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    width: 180px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 33px 20px;
    gap: 3px;
}
.course-rate__summary-value {
    color: #082A5E;
    font-weight: 600;
    font-size: 64px;
    line-height: 0.8;
}
.course-rate__summary-stars {
    font-size: 15px;
    color: #F8BC24;
}
.course-rate__summary-stars .tutor-ratings {
    justify-content: center;
}
.course-rate__summary-stars .tutor-ratings-stars {
    font-size: 15px;
    color: #F8BC24;
    margin: 0 0;
}
.course-rate__summary-text {
    color: #5A7093;
}
.course-rate__details {
    flex-grow: 1;
}
@media (max-width: 767.98px) {
    .course-rate__details {
        width: 100%;
    }
}
.course-rate__details-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    margin: 0 0 17px;
}
.course-rate__details-row:last-child {
    margin: 0 0;
}
.course-rate__details-row-star {
    font-size: 20px;
}
.course-rate__details-row-star i {
    font-size: 17px;
    color: #F8BC24;
    margin-left: 3px;
}
.course-rate__details-row-value {
    position: relative;
    margin-right: 25px;
    flex-grow: 1;
}
.course-rate__details-row-value .rating-gray {
    background: #E0E3EB;
    border-radius: 50px;
    height: 7px;
}
.course-rate__details-row-value .rating {
    position: absolute;
    left: 0;
    top: 0;
    height: 7px;
    background: #F8BC24;
    border-radius: 50px;
}
.course-rate__details-row-value .rating-count {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 20px;
}
.course-review-form {
    margin: 50px 0 0;
}
.course-review-form .row {
    --bs-gutter-x: 20px;
}
.course-review-form input, .course-review-form textarea {
    display: block;
    width: 100%;
    background: #F6F7FA;
    border: 1px solid #DAE0E7;
    border-radius: 3px;
    padding: 10px 17px 8px;
    font-size: 15px;
    margin: 0 0 20px;
}
.course-review-form input::placeholder, .course-review-form textarea::placeholder {
    font-size: 15px;
    color: #5A7093;
}
.course-review-form textarea {
    min-height: 185px;
}
.course-form-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 0 20px;
}
.course-form-rating > span {
    margin-right: 7px;
    font-size: 18px;
}
.course-form-rating > i {
    color: #F8BC24;
    font-size: 15px;
    margin: 0 1px;
    cursor: pointer;
}
.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine__animate-link::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}
.courses__item-categories {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
}
.courses__item-categories a {
    display: inline-block;
    font-size: 15px;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 15px;
    background-color: #E8F9EF;
    color: #017A3A;
}
.courses__item-categories a:hover {
    color: var(--tg-common-color-white);
    background: #04BC53;
}
.courses__item-categories a:nth-child(n+2),
.courses__item-categories a:nth-child(n+3),
.courses__item-categories a:nth-child(n+4){
    display: none;
}
.courses__item-two-content .courses__item-categories{
    position: unset;
}
.courses__item-two-content .courses__item-categories a{
    background-color: #EFE0F4;
    color: #7C0099;
}


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider,"/");
}

.breadcrumb-item.active {
    color: #6c757d;
}

.events__item {
    margin: 0 0 30px;
    background: var(--tg-common-color-white);
}

.events__item-thumb {
    position: relative;
    margin: 0 0 -2px;
}

.events__item-thumb img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.events__item-content {
    border: 1px solid #d7dce3;
    border-radius: 0 0 10px 10px;
    padding: 28px 26px 26px;
}

.events__item-content .title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: var(--tg-fw-medium);
    margin: 0 0 17px;
}

.events__item-content .title a:hover {
    color: var(--tg-theme-primary);
}

.events__item-content .location {
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    color: #5a7093;
    gap: 0 6px;
}

.events__item-content .location i {
    color: var(--tg-theme-primary);
}

.events__date {
    position: absolute;
    left: 25px;
    top: 20px;
    display: flex;
    align-items: center;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    border-radius: 3px;
    gap: 7px;
    line-height: 1;
    padding: 5px 10px;
    font-family: var(--tg-heading-font-family);
    font-size: 14px;
    z-index: 2;
}

.events__date i {
    font-size: 19px;
}

.events__wrapper .events__item-content {
    padding: 25px 24px;
}

.events__wrapper .events__item-content .title {
    font-size: 18px;
}

.events__wrapper .events__item-thumb img {
    min-height: 200px;
    object-fit: cover;
}

@media (max-width:991.98px) {
    .events__sidebar {
        margin: 50px 0 0;
    }
}

.events__sidebar-filter .form-grp {
    position: relative;
    margin: 0 0 12px;
}

.events__sidebar-filter .form-grp input {
    display: block;
    width: 100%;
    background: #f6f7fa;
    border: 1px solid #dae0e7;
    border-radius: 4px;
    padding: 6px 15px;
    color: #5a7093;
    font-weight: var(--tg-fw-medium);
    line-height: 1;
}

.events__sidebar-filter .form-grp input::placeholder {
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    color: #5a7093;
}

.events__sidebar-filter .form-grp i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #5a7093;
    font-size: 16px;
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal {
    transform: translateY(-50%) scaleX(-1);
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal:before {
    font-weight: 600!important;
}

.events__sidebar-filter .form-grp .form-select {
    background-color: #f6f7fa;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235A7093' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    border: 1px solid #dae0e7;
    border-radius: 4px;
    padding: 6px 15px;
    color: #5a7093;
    box-shadow: none;
    font-weight: var(--tg-fw-medium);
}

.events__sidebar-filter [type=submit] {
    display: block;
    width: 100%;
    border: none;
    background: var(--tg-theme-primary);
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: var(--tg-fw-semi-bold);
    color: var(--tg-common-color-white);
    padding: 8px 25px 6px;
}

.events__sidebar-filter [type=submit]:hover {
    background: var(--tg-theme-secondary);
}

.events__sidebar .rc-post-item {
    gap: 15px;
}

.events__sidebar .rc-post-thumb img {
    width: 80px;
    height: 80px;
}

.events__sidebar .rc-post-content .title {
    font-size: 15px;
}

.events__sidebar .rc-post-content .date {
    font-size: 14px;
}

.event-details-area .row .col-73 {
    width: 72.5%;
    flex: 0 0 auto;
}

@media (max-width:1199.98px) {
    .event-details-area .row .col-73 {
        width: 67%;
    }
}

@media (max-width:991.98px) {
    .event-details-area .row .col-73 {
        width: 100%;
    }
}

.event-details-area .row .col-27 {
    width: 26.5%;
    flex: 0 0 auto;
}

@media (max-width:1199.98px) {
    .event-details-area .row .col-27 {
        width: 33%;
    }
}

@media (max-width:991.98px) {
    .event-details-area .row .col-27 {
        width: 65%;
    }
}

@media (max-width:767.98px) {
    .event-details-area .row .col-27 {
        width: 100%;
    }
}

.event-details-content .title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 25px;
}

@media (max-width:1199.98px) {
    .event-details-content .title {
        font-size: 30px;
    }
}

@media (max-width:767.98px) {
    .event-details-content .title {
        font-size: 26px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .event-details-content .title {
        font-size: 28px;
    }
}

.event-details-content .title-two {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}

@media (max-width:767.98px) {
    .event-details-content .title-two {
        font-size: 22px;
    }
}

.event-details-content p {
    margin-bottom: 0;
}

.event-details-content .info-one {
    margin-bottom: 40px;
}

.event-details-content .info-three,.event-details-content .info-two {
    margin-bottom: 20px;
}

.event-details-content .map-direction {
    width: 100%;
    height: 400px;
}

@media (max-width:1199.98px) {
    .event-details-content .map-direction {
        height: 340px;
    }
}

@media (max-width:767.98px) {
    .event-details-content .map-direction {
        height: 300px;
    }
}

.event-details-content .map-direction iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.event-details-img {
    margin-bottom: 35px;
}

.event-details-img img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width:767.98px) {
    .event-details-img img {
        min-height: 270px;
        object-fit: cover;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .event-details-img img {
        min-height: 300px;
    }
}

.event-details-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.event-details-list .list-wrap li {
    display: flex;
    width: 50%;
    margin-bottom: 5px;
}

@media (max-width:767.98px) {
    .event-details-list .list-wrap li {
        width: 100%;
    }
}

.event-details-list .list-wrap li i {
    color: var(--tg-theme-primary);
    margin-right: 10px;
    font-size: 17px;
    margin-top: 5px;
}

.event-meta .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 30px;
}

@media (max-width:1199.98px) {
    .event-meta .list-wrap {
        gap: 15px 20px;
        margin-bottom: 20px;
    }
}

.event-meta .list-wrap li {
    font-size: 16px;
    color: #5a7093;
    line-height: 1;
    display: flex;
    align-items: center;
}

.event-meta .list-wrap li i {
    font-size: 18px;
    margin-right: 5px;
    color: var(--tg-theme-primary);
    margin-top: -2px;
}

@media (max-width:991.98px) {
    .event__sidebar {
        margin: 80px 0 0;
    }
}

.event-widget {
    border: 1px solid var(--tg-border-1);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 25px 30px 30px;
    background: var(--tg-common-color-white);
    margin-bottom: 30px;
}

.event-widget:last-child {
    margin-bottom: 0;
}

.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: var(--tg-theme-primary);
    border-radius: 2px;
}

.event-cost-wrap .price {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 25px;
}

.event-cost-wrap .price strong {
    font-weight: 400;
    font-size: 16px;
    color: #5a7093;
    margin-right: 15px;
}

.event-cost-wrap .price span {
    font-weight: 300;
    font-size: 18px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8d9db5;
    margin-left: 5px;
}

.event-cost-wrap .btn {
    width: 100%;
    margin-bottom: 20px;
}

.event-information-wrap .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.event-information-wrap .list-wrap>li {
    display: flex;
    align-items: center;
    color: var(--tg-theme-secondary);
    border-bottom: 1px solid var(--tg-border-4);
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.event-information-wrap .list-wrap>li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.event-information-wrap .list-wrap>li>i {
    font-size: 20px;
    color: #8d9db5;
    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-information-wrap .event-social li {
    border: none;
    padding: 0;
    margin: 0;
}

.event-information-wrap .event-social li a {
    color: #5a7093;
    font-size: 16px;
}

.event-information-wrap .event-social li a:hover {
    color: var(--tg-theme-primary);
}


.blog-grid-area .blog__post-item {
    background-color: var(--tg-common-color-white);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

.blog-grid-area .blog__post-content {
    border: 1px solid #ececec;
    border-radius: 0 0 10px 10px;
}

.blog-sidebar {
    margin-left: 20px;
}

@media (max-width:1199.98px) {
    .blog-sidebar {
        margin: 0;
    }
}

@media (max-width:991.98px) {
    .blog-sidebar {
        margin: 80px 0 0;
    }
}

.blog-widget {
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 28px 30px 30px;
}

@media (max-width:1199.98px) {
    .blog-widget {
        padding: 28px 25px;
    }
}

@media (max-width:991.98px) {
    .blog-widget {
        padding: 28px 30px 30px;
    }
}

.blog-widget:last-child {
    margin: 0;
}

.blog-widget.widget_search {
    padding: 0;
    box-shadow: none;
    border: none;
}

.blog-widget ul li {
    margin-bottom: 15px;
}

.blog-widget ul li:last-child {
    margin-bottom: 0;
}

.blog-widget .form-check {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    min-height: inherit;
}

.blog-widget .form-check-input {
    border-radius: 4px;
    border: 1px solid #b2bdcd;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.blog-widget .form-check-input:focus {
    box-shadow: none;
    border-color: var(--tg-theme-primary);
}

.blog-widget .form-check-label {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-body-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.widget-title {
    font-size: 19px;
    font-weight: var(--tg-fw-medium);
    margin: 0 0 20px;
    position: relative;
}

.widget-title:after {
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 50px;
    background: var(--tg-theme-primary);
    margin: 10px 0 0;
}


.rc-post-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 20px;
}

.rc-post-item:last-child {
    margin: 0;
}

.rc-post-thumb {
    flex: 0 0 auto;
}

.rc-post-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.rc-post-content .title {
    font-size: 16px;
    font-weight: var(--tg-fw-medium);
    line-height: 1.35;
    margin: 0 0 5px;
}

.rc-post-content .title a:hover {
    color: var(--tg-theme-primary);
}

.rc-post-content .date {
    display: flex;
    align-items: center;
    gap: 7px;
}

.rc-post-content .date i {
    color: var(--tg-theme-primary);
    font-size: 18px;
}

/*=============================
    09. Categories
===============================*/
.section-py-130 {
    padding: 130px 0;
}
@media (max-width: 767.98px) {
    .section-py-130 {
        padding: 120px 0;
    }
}

.categories-area {
    position: relative;
}
.categories__title-wrap {
    margin-right: 40px;
}
@media (max-width: 1199.98px) {
    .categories__title-wrap {
        margin: 0 0 70px;
    }
}
.categories__title-wrap .section__title {
    margin: 0 0 23px;
}
.categories__title-wrap .section__title .sub-title {
    margin: 0 0 10px;
}
.categories__title-wrap p {
    margin: 0 0 40px;
}
.categories__wrap {
    position: relative;
}
.categories__wrap > img {
    position: absolute;
}
@media (max-width: 767.98px) {
    .categories__wrap > img {
        display: none;
    }
}
.categories__wrap > img:nth-child(1) {
    max-width: 76px;
    left: 2.5%;
    top: 38%;
}
.categories__wrap > img:nth-child(2) {
    max-width: 60px;
    right: 2%;
    top: 28%;
}
.categories__wrap > .row {
    --bs-gutter-x: 20px;
    gap: 20px 0;
}
.categories__wrap > .row:not(:last-child) {
    margin-bottom: 20px;
}
.categories__item {
    text-align: center;
}
.categories__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background: var(--tg-common-color-gray-2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 32px 30px 27px;
}
@media (max-width: 767.98px) {
    .categories__item a {
        padding: 32px 20px 27px;
    }
}
.categories__item a i {
    width: 83px;
    height: 83px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 44px;
    color: var(--tg-theme-primary);
    margin: 0 auto 12px;
    -webkit-box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
    box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
    .categories__item a i {
        width: 75px;
        height: 75px;
        font-size: 38px;
    }
}
.categories__item a .name {
    display: block;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-medium);
    font-size: 18px;
    color: var(--tg-heading-color);
    margin: 0 0 13px;
    line-height: 1.2;
}
@media (max-width: 767.98px) {
    .categories__item a .name {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 1.5;
    }
}
.categories__item a .courses {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: var(--tg-fw-medium);
    color: #5A7093;
}
.categories__item a:hover i {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    box-shadow: 0px 10px 20px rgba(19, 99, 223, 0.29);
}
.categories__item-two a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 26px;
    background-color: var(--tg-common-color-gray-2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 30px;
    gap: 10px 25px;
}
@media (max-width: 1199.98px) {
    .categories__item-two a {
        gap: 15px 25px;
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .categories__item-two a {
        gap: 10px 25px;
        flex-direction: row;
        text-align: left;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories__item-two a {
        gap: 15px 25px;
        flex-direction: column;
        text-align: center;
    }
}
.categories__item-two a .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    flex: 0 0 auto;
    background: var(--tg-common-color-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 50px;
    position: relative;
    box-shadow: 0px 0px 14px #D4DFED;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.categories__item-two a .svg-icon svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 11px;
    width: 81px;
    height: 36px;
    pointer-events: none;
    color: #ADC3E1;
}
.categories__item-two a .name {
    font-size: 19px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    font-weight: var(--tg-fw-medium);
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.4;
    margin: 0 0 6px;
}
@media (max-width: 991.98px) {
    .categories__item-two a .name {
        font-size: 17px;
    }
}
@media (max-width: 767.98px) {
    .categories__item-two a .name {
        font-size: 19px;
    }
}
.categories__item-two a .courses {
    display: block;
    color: #5A7093;
    font-weight: var(--tg-fw-medium);
}
.categories__item-two a:hover .icon {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.categories__item-two a:hover .svg-icon svg {
    color: var(--tg-common-color-white);
}
.categories__item-two a:hover .name {
    color: var(--tg-theme-primary);
}
.categories__item-three {
    margin: 0 0 30px;
}
.categories__item-three a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.categories__item-three a:hover .thumb img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.categories__item-three .thumb {
    position: relative;
}
.categories__item-three .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.62) 92.81%);
    z-index: 1;
}
.categories__item-three .thumb img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 767.98px) {
    .categories__item-three .thumb img {
        height: auto;
    }
}
.categories__item-three .info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    font-family: var(--tg-heading-font-family);
    z-index: 2;
}
.categories__item-three .info .list {
    line-height: 1;
}
.categories__item-three .info .courses {
    display: inline-block;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    padding: 8px 12px;
    border-radius: 4px 4px 0px 0px;
    font-size: 15px;
}
.categories__item-three .info .name {
    display: block;
    background: var(--tg-common-color-white);
    color: var(--tg-heading-color);
    font-size: 18px;
    font-weight: var(--tg-fw-medium);
    border-radius: 4px;
    padding: 11px 19px;
}
.categories__shapes-item {
    position: absolute;
    z-index: -1;
}
.categories__shapes-item:first-child {
    top: 15%;
    left: 11%;
}
@media (max-width: 1800px) {
    .categories__shapes-item:first-child {
        left: 4%;
    }
}
@media (max-width: 767.98px) {
    .categories__shapes-item:first-child {
        display: none;
    }
}
.categories__shapes-item:first-child img {
    max-width: 77px;
}
.categories__shapes-item:last-child {
    left: 3.5%;
    bottom: 8%;
}
.categories__shapes-item:last-child img {
    max-width: 108px;
}
.categories__shapes-item-two {
    position: absolute;
    z-index: -1;
}
.categories__shapes-item-two:first-child {
    max-width: 60px;
    top: 13%;
    right: 6%;
}
.categories__shapes-item-two:last-child {
    max-width: 108px;
    left: 6%;
    bottom: 20%;
}
@media (max-width: 1800px) {
    .categories__shapes-item-two:last-child {
        left: 3%;
    }
}


/*=============================
    11. Testimonial
===============================*/
.section-pb-57 {
    padding-bottom: 57px;
}

.testimonial-bg {
    background-position: center;
    background-size: cover;
}
.testimonial__image-wrapper {
    margin: 0 0 0 72px;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .testimonial__image-wrapper {
        margin: 0 0;
    }
}
@media (max-width: 991.98px) {
    .testimonial__image-wrapper {
        margin: 0 0 50px;
    }
}
@media (max-width: 767.98px) {
    .testimonial__image-wrapper {
        max-width: 375px;
    }
}
.testimonial__image-active {
    text-align: right;
}
.testimonial__image-item {
    opacity: 1 !important;
    transition: 0.3s !important;
}
div.testimonial__image-item img {
    display: inline-block;
    -webkit-border-radius: 199px;
    -moz-border-radius: 199px;
    -o-border-radius: 199px;
    -ms-border-radius: 199px;
    border-radius: 199px;
}
.testimonial__shapes img {
    position: absolute;
}
.testimonial__shapes img:first-child {
    left: 0;
    top: 15px;
    z-index: -1;
}
.testimonial__shapes img:nth-child(2) {
    top: 0;
    right: 0;
    z-index: -1;
}
.testimonial__shapes img:last-child {
    left: 36px;
    bottom: 10px;
    z-index: 1;
}
.testimonial__content-wrapper {
    margin: 0 85px 0 70px;
}
@media (max-width: 1199.98px) {
    .testimonial__content-wrapper {
        margin: 0 0 0 50px;
    }
}
@media (max-width: 991.98px) {
    .testimonial__content-wrapper {
        margin: 0 0;
    }
}
.testimonial__content-active {
    margin: 0 -15px;
}
.testimonial__content-item {
    padding: 0 15px;
}
.testimonial__content-item p {
    color: var(--tg-common-color-gray);
    font-size: 18px;
    font-weight: var(--tg-fw-medium);
}
.testimonial__content-icon {
    margin: 0 0 19px;
}
.testimonial__content-icon img {
    max-width: 49px;
}
.testimonial__content-avatar {
    position: relative;
    margin: 12px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid var(--tg-border-5);
}
.testimonial__content-avatar::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.5px;
    width: 40px;
    height: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: var(--tg-common-color-yellow);
}
.testimonial__content-avatar .name {
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-medium);
    font-size: 20px;
    margin: 0 0 3px;
}
.testimonial__content-avatar .designation {
    display: block;
    color: #B2BDCD;
    font-family: var(--tg-heading-font-family);
}
.testimonial__content-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0 0;
}
.testimonial__content-nav button {
    border: none;
    background: #24406B;
    padding: 0 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-common-color-white);
    font-size: 18px;
}
.testimonial__content-nav button:hover {
    background: var(--tg-theme-primary);
}
.testimonial__content-nav button.slick-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.area-bg {
    background-position: center;
    background-size: cover;
}

.testimonial__wrapper {
    position: relative;
    z-index: 1;
}
.testimonial-active {
    z-index: 2;
}
.testimonial-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #E7EFFC;
    padding: 0 0;
    color: var(--tg-theme-primary);
    font-size: 20px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991.98px) {
    .testimonial-active .slick-arrow {
        left: 55px;
    }
}
.testimonial-active .slick-arrow.slick-next {
    left: auto;
    right: 130px;
}
@media (max-width: 991.98px) {
    .testimonial-active .slick-arrow.slick-next {
        left: auto;
        right: 55px;
    }
}
.testimonial-active .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.testimonial-active .slick-arrow:hover {
    color: var(--tg-common-color-white);
    background: var(--tg-theme-primary);
}
.testimonial__item {
    text-align: center;
    background-color: var(--tg-common-color-white);
    box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    margin: 63px 85px;
    padding: 35px 95px 65px;
}
@media (max-width: 991.98px) {
    .testimonial__item {
        margin: 63px 35px;
        padding: 35px 70px 65px;
    }
}
@media (max-width: 767.98px) {
    .testimonial__item {
        margin: 63px 0;
        padding: 35px 25px 45px;
        box-shadow: none;
    }
}
.testimonial__item p {
    font-weight: var(--tg-fw-medium);
    color: #39557E;
    margin: 0 28px 0;
}
.testimonial__quote {
    margin: 0 0 25px;
}
div.testimonial__quote img {
    display: inline-block;
    max-width: 49px;
}
.testimonial__rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    color: #F8BC24;
    gap: 3px;
    margin: 0 0 15px;
}
.testimonial__avatar {
    margin: 16px 0 0;
}
.testimonial__avatar .name {
    line-height: 1;
    color: var(--tg-theme-primary);
    font-size: 20px;
    font-weight: var(--tg-fw-medium);
    margin: 0 0 7px;
}
.testimonial__avatar .designation {
    display: block;
    line-height: 1;
}
@media (max-width: 767.98px) {
    .testimonial__avatars {
        display: none;
    }
}
.testimonial__avatars > * {
    position: absolute;
    border: 4px solid var(--tg-common-color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}
.testimonial__avatars > *:nth-child(1) {
    max-width: 70px;
    left: -115px;
    top: 145px;
}
@media (max-width: 1500px) {
    .testimonial__avatars > *:nth-child(1) {
        left: -35px;
    }
}
.testimonial__avatars > *:nth-child(2) {
    max-width: 70px;
    bottom: 220px;
    left: 62px;
}
@media (max-width: 1500px) {
    .testimonial__avatars > *:nth-child(2) {
        bottom: 195px;
    }
}
.testimonial__avatars > *:nth-child(3) {
    max-width: 60px;
    left: -85px;
    bottom: 80px;
}
@media (max-width: 1500px) {
    .testimonial__avatars > *:nth-child(3) {
        left: -25px;
    }
}
.testimonial__avatars > *:nth-child(4) {
    max-width: 70px;
    right: 0;
    top: 135px;
}
.testimonial__avatars > *:nth-child(5) {
    max-width: 60px;
    top: 245px;
    right: 120px;
}
@media (max-width: 1500px) {
    .testimonial__avatars > *:nth-child(5) {
        top: 270px;
        right: 85px;
    }
}
.testimonial__avatars > *:nth-child(6) {
    max-width: 70px;
    right: 35px;
    bottom: 70px;
}
@media (max-width: 767.98px) {
    .testimonial__shapes-two {
        display: none;
    }
}
.testimonial__shapes-two > * {
    position: absolute;
}
.testimonial__shapes-two > *:nth-child(1) {
    top: 14%;
    left: 21%;
}
@media (max-width: 1500px) {
    .testimonial__shapes-two > *:nth-child(1) {
        left: 15%;
    }
}
.testimonial__shapes-two > *:nth-child(2) {
    right: 7%;
    bottom: 27%;
}
@media (max-width: 1500px) {
    .testimonial__shapes-two > *:nth-child(2) {
        right: 4%;
        bottom: 31%;
    }
}

/*=============================
    12. Instructor
===============================*/
.section-pt-100 {
    padding-top: 100px;
}
.section-pb-70 {
    padding-bottom: 70px;
}
.instructor-area .section__title-wrap {
    margin: 0 0 30px;
}
.instructor__item {
    margin: 0 0 50px;
}
.instructor__img {
    text-align: center;
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
}
.instructor__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 95px);
    z-index: -1;
}
.instructor__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.instructor__content .left {
    flex-grow: 1;
}
.instructor__content .designation {
    display: block;
    color: #5A7093;
    font-size: 15px;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    margin: 0 0 8px;
}
.instructor__content .name {
    font-weight: var(--tg-fw-medium);
    font-size: 22px;
    margin: 0 0;
}
.instructor__content .name a:hover {
    color: var(--tg-theme-primary);
}
.instructor__content .right {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}
.instructor__content .right:hover .share {
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.instructor__content .right:hover .social-list {
    visibility: visible;
}
.instructor__content .right:hover .social-list li {
    opacity: 1;
    visibility: visible;
}
.instructor__content .right:hover .social-list li:not(:last-child) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.instructor__content .share {
    background: var(--tg-common-color-gray);
    width: 40px;
    height: 40px;
    font-size:20px;
    line-height:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.instructor__content .share::before {
    content: "";
    position: absolute;
    left: 0;
    top: -32px;
    width: 40px;
    height: 40px;
    z-index: -1;
}
.instructor__content .social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: calc(100% + 25px);
    left: 0;
    gap: 10px;
    z-index: 2;
    visibility: hidden;
}
.instructor__content .social-list li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.instructor__content .social-list li:not(:last-child) {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.instructor__content .social-list li:nth-child(4) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.instructor__content .social-list li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.instructor__content .social-list li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.instructor__content .social-list li:nth-child(1) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.instructor__content .social-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    font-size: 14px;
}
.instructor__content .social-list li a:hover {
    color: var(--tg-theme-primary);
    background: var(--tg-common-color-white);
}
.instructor-details-area {
    padding: 100px 0;
}
.instructor-details-wrap {
    background: var(--tg-common-color-white);
    border: 1px solid var(--tg-border-1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 25px 25px;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 1199.98px) {
    .instructor-details-wrap {
        padding: 25px 20px;
    }
}
@media (max-width: 991.98px) {
    .instructor-details-wrap {
        flex-wrap: wrap;
        padding: 25px 25px;
    }
}
@media (max-width: 767.98px) {
    .instructor-details-wrap {
        padding: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .instructor-details-wrap {
        padding: 25px;
    }
}
.instructor-details-img {
    width: 270px;
    flex: 0 0 auto;
    margin-right: 35px;
}
@media (max-width: 1199.98px) {
    .instructor-details-img {
        width: 255px;
        margin-right: 25px;
    }
}
@media (max-width: 991.98px) {
    .instructor-details-img {
        width: auto;
        margin: 0 auto 25px;
    }
}
@media (max-width: 767.98px) {
    .instructor-details-img {
        width: 100%;
    }
}
.instructor-details-img img {
    border-radius: 5px;
}
@media (max-width: 767.98px) {
    .instructor-details-img img {
        width: 100%;
    }
}
.instructor-details-content {
    flex-grow: 1;
}
.instructor-details-content .content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .instructor-details-content .content-top {
        flex-wrap: wrap;
    }
}
.instructor-details-content .left-side-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
    .instructor-details-content .left-side-content .title {
        font-size: 24px;
    }
}
.instructor-details-content .left-side-content span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-theme-primary);
    font-family: var(--tg-heading-font-family);
}
.instructor-details-content .bio-content .title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}
.instructor-details-content .bio-content p {
    margin-bottom: 0;
    width: 95%;
}
@media (max-width: 1199.98px) {
    .instructor-details-content .bio-content p {
        width: 100%;
    }
}
.instructor-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.instructor-details-social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DADADA;
    border-radius: 50%;
    color: var(--tg-body-color);
    font-size: 16px;
    line-height: 0;
}
.instructor-details-social .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}
.instructor-info-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #CFD9E4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .instructor-info-wrap .list-wrap {
        gap: 12px;
    }
}
@media (max-width: 991.98px) {
    .instructor-info-wrap .list-wrap {
        gap: 15px;
    }
}
.instructor-info-wrap .list-wrap > li {
    display: flex;
    align-items: center;
    color: #5A7093;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.instructor-info-wrap .list-wrap > li > i {
    font-size: 20px;
    margin-right: 6px;
}
.instructor-info-wrap .list-wrap > li a {
    color: #5A7093;
    font-size: 16px;
    font-weight: 400;
}
.instructor-info-wrap .list-wrap > li a:hover {
    color: var(--tg-theme-primary);
}
.instructor-info-wrap .list-wrap > li .rating {
    display: flex;
    align-items: center;
    color: #F8BC24;
    gap: 5px;
    margin-right: 10px;
}
.instructor-courses-area {
    padding: 0 0 70px;
}

.courses-title .title {
    font-weight: 500;
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 17px;
}
@media (max-width: 991.98px) {
    .courses-title .title {
        font-size: 22px;
    }
}
.courses-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 4px;
    background: var(--tg-theme-primary);
    border-radius: 2px;
}


/*=============================
    14. CTA
===============================*/
.cta__wrapper {
    background-image: url(../img/bg/cta_bg.png);
    background-color: var(--tg-theme-primary);
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 46px 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 40px;
    overflow: hidden;
    margin: 0 0 -85px;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .cta__wrapper {
        flex-wrap: wrap;
        gap: 25px 70px;
    }
}
@media (max-width: 767.98px) {
    .cta__wrapper {
        padding: 45px 30px;
    }
}
.cta__wrapper .section__title {
    width: 26%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .cta__wrapper .section__title {
        width: 100%;
        flex: 0 0 auto;
    }
}
.cta__wrapper .section__title .title {
    font-size: 30px;
}
.cta__wrapper .object {
    position: absolute;
    z-index: -1;
}
.cta__desc {
    flex-grow: 1;
}
@media (max-width: 1199.98px) {
    .cta__desc {
        width: 60%;
        flex: 0 0 auto;
    }
}
@media (max-width: 991.98px) {
    .cta__desc {
        width: 100%;
        flex: 0 0 auto;
    }
}
.cta__desc p {
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-medium);
    margin: 0 0;
}
.cta-area-two {
    padding: 150px 0 160px;
    background-color: #072656;
    overflow: hidden;
    z-index: 1;
}
.cta__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    background-attachment: fixed;
    opacity: 0.2;
    z-index: -1;
}
.cta__content {
    text-align: center;
}
.cta__content p {
    text-transform: uppercase;
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-medium);
    letter-spacing: 0.1em;
    margin: 0 0 13px;
}
.cta__content .title {
    color: var(--tg-common-color-white);
    font-size: 48px;
    margin: 0 0 8px;
}
@media (max-width: 767.98px) {
    .cta__content .title {
        font-size: 38px;
        margin: 0 0 12px;
    }
}
.cta__content .sub-title {
    font-size: 30px;
    font-weight: var(--tg-fw-light);
    color: var(--tg-common-color-white);
    margin: 0 0 40px;
}
@media (max-width: 767.98px) {
    .cta__content .sub-title {
        font-size: 22px;
    }
}
.cta__shapes > *:nth-child(1) {
    left: 0;
    top: 0;
    opacity: 0.1 !important;
}
@media (max-width: 1199.98px) {
    .cta__shapes > *:nth-child(1) {
        max-width: 220px;
    }
}
.cta__shapes > *:nth-child(2) {
    top: 31%;
    left: 10%;
    max-width: 125px;
}
@media (max-width: 1199.98px) {
    .cta__shapes > *:nth-child(2) {
        top: 20%;
        left: 5%;
        max-width: 100px;
    }
}
@media (max-width: 767.98px) {
    .cta__shapes > *:nth-child(2) {
        top: 7%;
        max-width: 80px;
    }
}
.cta__shapes > *:nth-child(3) {
    right: 0;
    bottom: 0;
}
@media (max-width: 1199.98px) {
    .cta__shapes > *:nth-child(3) {
        max-width: 180px;
    }
}
@media (max-width: 767.98px) {
    .cta__shapes > *:nth-child(3) {
        max-width: 120px;
    }
}
.cta-area-three {
    position: relative;
    z-index: 3;
}
.cta-area-three::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: var(--tg-common-color-dark);
    z-index: -1;
}
@media (max-width: 991.98px) {
    .cta-area-three::before {
        height: 150px;
    }
}
.cta-area-three .cta__wrapper {
    margin: 0 0;
}


/*=============================
00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}
@keyframes hoverShine {
    100% {
        left: 125%;
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.RatingStars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size:inherit;
    font-weight:900;
    line-height:inherit;
}
.RatingStars::before {
    content: "\f005\f005\f005\f005\f005";
    letter-spacing:2px;
    background: linear-gradient(90deg, #ffca08 var(--percent), #6c757d var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
}
