@charset "UTF-8";
@import url(../css/vendor/bootstrap.css);
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --main-color: #003ca4;
}
body,
html {
    height: 100%;
}

body {
    position: relative;
    outline: none;
    background-color: #e5e5fb;
    visibility: visible;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    color: #fff;
}

body[dir="rtl"] {
    text-align: right;
}

a,
button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: 0;
}

a:focus,
button:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: var(--main-color);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}
p {
    font-size: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
}
.border-left {
    border-inline-start: 1px solid #eee;
}
/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #e5e5fb;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    height: 100px;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
/******************************/
.shadow-blue\/35 {
    --tw-shadow-color: rgb(0 83 225 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.main-wrapper,
.section {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-wrapper-02 {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper-02 {
        padding-bottom: 65px;
    }
}

.custom-container {
    max-width: 1750px;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 10px;
}
.section-padding.accommodation-section.main-bg {
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-padding-02 {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}

.section-title .sub-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .main-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .main-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .main-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title .main-title {
        font-size: 24px;
    }
}

.section-title .main-title span {
    color: var(--main-color);
    position: relative;
}

.section-title.section-title-white .sub-title {
    color: #fff;
}

.section-title.section-title-white .main-title {
    color: #fff;
}

.section-title.shape-01 .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-11.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 122px;
    height: 24px;
    inset-inline-start: 50%;
    bottom: -26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .section-title.shape-01 .main-title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (max-width: 575px) {
    .section-title.shape-01 .main-title span:before {
        display: none;
    }
}

.section-title.shape-02 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .section-title.shape-02 {
        padding-bottom: 0;
    }
}

.section-title.shape-02 .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 210px;
    height: 21px;
    inset-inline-start: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .section-title.shape-02 .main-title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.shape-02 .main-title span:before {
        width: 140px;
        height: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.shape-02 .main-title span:before {
        display: none;
    }
}

.section-title.shape-03 {
    padding-bottom: 11px;
}

@media only screen and (max-width: 575px) {
    .section-title.shape-03 {
        padding-bottom: 0;
    }
}

.section-title.shape-03 .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 121px;
    height: 13px;
    inset-inline-end: 0;
    bottom: -11px;
}

@media only screen and (max-width: 575px) {
    .section-title.shape-03 .main-title span:before {
        display: none;
    }
}

.overlay {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (prefers-reduced-motion: reduce) {
    .overlay {
        -webkit-transition: none;
        transition: none;
    }
}

.overlay.open {
    opacity: 0.7;
    visibility: visible;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.page-pagination {
    padding-top: 60px;
}

.page-pagination .pagination li {
    margin-inline-end: 12px;
}

.page-pagination .pagination li:last-child {
    margin-inline-end: 0;
}

.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    border: 1px solid rgba(48, 146, 85, 0.2);
    display: block;
    -webkit-transform: all 0.3s ease 0s;
    transform: all 0.3s ease 0s;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .page-pagination .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 14px;
    }
}

.page-pagination .pagination li a.active,
.page-pagination .pagination li a:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.animation-round {
    -webkit-animation: round 8s linear 0s infinite normal forwards;
    animation: round 8s linear 0s infinite normal forwards;
}

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

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

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

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

.animation-left {
    -webkit-animation: left 5s linear 0s infinite normal forwards;
    animation: left 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.animation-right {
    -webkit-animation: right 5s linear 0s infinite normal forwards;
    animation: right 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.animation-up {
    -webkit-animation: up 5s linear 0s infinite normal forwards;
    animation: up 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animation-down {
    -webkit-animation: down 5s linear 0s infinite normal forwards;
    animation: down 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn:before {
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    top: 50%;
    inset-inline-start: 50%;
    z-index: -1;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
}

.btn i {
    margin-inline-start: 8px;
}

.btn:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.btn-primary {
    color: #fff;
}

.btn-primary:focus {
    color: #fff;
}

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

.btn-hover-primary:hover:before {
    background-color: var(--main-color);
}

.btn-outline-primary {
    border: 2px solid var(--main-color);
    line-height: 61px;
    color: #212832;
}

.btn-outline-primary:hover {
    background: var(--main-color);
    color: #fff;
}

.btn-secondary {
    color: #fff;
}

.btn-secondary:focus {
    color: var(--main-color);
}

.btn-hover-secondary:hover {
    border-color: #e5e5fb;
    color: #fff;
}

.btn-hover-secondary:hover:before {
    background-color: #e5e5fb;
}

.btn-outline-secondary {
    border: 2px solid #e5e5fb;
    line-height: 61px;
    color: #212832;
}

.btn-outline-secondary:hover {
    background: #e5e5fb;
    color: #fff;
}

.btn-success {
    color: #fff;
}

.btn-success:focus {
    color: #fff;
}

.btn-hover-success:hover {
    border-color: #198754;
    color: #fff;
}

.btn-hover-success:hover:before {
    background-color: #198754;
}

.btn-outline-success {
    border: 2px solid #198754;
    line-height: 61px;
    color: #212832;
}

.btn-outline-success:hover {
    background: #198754;
    color: #fff;
}

.btn-info {
    color: #212832;
}

.btn-info:focus {
    color: #212832;
}

.btn-hover-info:hover {
    border-color: #363b42;
    color: #fff;
}

.btn-hover-info:hover:before {
    background-color: #363b42;
}

.btn-outline-info {
    border: 2px solid #363b42;
    line-height: 61px;
    color: #212832;
}

.btn-outline-info:hover {
    background: #363b42;
    color: #212832;
}

.btn-warning {
    color: #212832;
}

.btn-warning:focus {
    color: #212832;
}

.btn-hover-warning:hover {
    border-color: #ffc107;
    color: #212832;
}

.btn-hover-warning:hover:before {
    background-color: #ffc107;
}

.btn-outline-warning {
    border: 2px solid #ffc107;
    line-height: 61px;
    color: #212832;
}

.btn-outline-warning:hover {
    background: #ffc107;
    color: #212832;
}

.btn-danger {
    color: #fff;
}

.btn-danger:focus {
    color: #fff;
}

.btn-hover-danger:hover {
    border-color: #dc3545;
    color: #fff;
}

.btn-hover-danger:hover:before {
    background-color: #dc3545;
}

.btn-outline-danger {
    border: 2px solid #dc3545;
    line-height: 61px;
    color: #212832;
}

.btn-outline-danger:hover {
    background: #dc3545;
    color: #fff;
}

.btn-light {
    color: #212832;
}

.btn-light:focus {
    color: #212832;
}

.btn-hover-light:hover {
    border-color: #f8f9fa;
    color: #212832;
}

.btn-hover-light:hover:before {
    background-color: #f8f9fa;
}

.btn-outline-light {
    border: 2px solid #f8f9fa;
    line-height: 61px;
    color: #fff;
}

.btn-outline-light:hover {
    background: #f8f9fa;
    color: #212832;
}

.btn-dark {
    color: #fff;
}

.btn-dark:focus {
    color: #fff;
}

.btn-hover-dark:hover {
    border-color: #212832;
    color: #fff;
}

.btn-hover-dark:hover:before {
    background-color: #212832;
}

.btn-outline-dark {
    border: 2px solid #212832;
    line-height: 61px;
    color: #212832;
}

.btn-outline-dark:hover {
    background: #212832;
    color: #fff;
}

.blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 22px;
    padding-bottom: 8px;
    padding-inline-start: 55px;
}

@media only screen and (max-width: 767px) {
    .blockquote {
        padding-inline-start: 0;
    }
}

@media only screen and (max-width: 575px) {
    .blockquote {
        display: block;
    }
}

.blockquote .quote {
    font-size: 150px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 120px;
    height: 60px;
    display: block;
}

.blockquote p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #212832 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-inline-start: 23px;
    line-height: 1.58;
}

@media only screen and (max-width: 767px) {
    .blockquote p {
        font-size: 18px !important;
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blockquote p {
        padding-inline-start: 0;
        padding-top: 15px;
        font-size: 16px !important;
    }
}

.single-form {
    margin-top: 20px;
}

.single-form input:not([type="checkbox"]):not([type="radio"]),
.single-form textarea {
    width: 100%;
    height: 40px;
    padding: 0 25px;
    font-size: 15px;
    color: #52565b;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    background-color: #fff;
}

.single-form
    input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
    opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
.single-form textarea:-moz-placeholder {
    opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.single-form textarea::-moz-placeholder {
    opacity: 1;
}

.single-form
    input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.single-form textarea:-ms-input-placeholder {
    opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"]) + input,
.single-form textarea + input {
    margin-top: 15px;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):focus,
.single-form textarea:focus {
    border-color: var(--main-color);
    outline: none;
}

.single-form label {
    font-size: 15px;
    color: #212832;
    margin-bottom: 12px;
}

.single-form input[type="checkbox"] {
    display: none;
}

.single-form input[type="checkbox"] + label {
    padding-inline-start: 22px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
}

.single-form input[type="checkbox"] + label span {
    width: 14px;
    height: 14px;
    border: 1px solid #e1e1e1;
    position: absolute;
    display: block;
    top: 4px;
    inset-inline-start: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-form input[type="checkbox"] + label span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-align: center;
}

.single-form input[type="checkbox"]:checked + label span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.single-form input[type="checkbox"]:checked + label span:before {
    opacity: 1;
    visibility: visible;
}

.single-form textarea {
    padding-top: 15px;
    height: 160px;
    resize: none;
}

.radio input[type="radio"] {
    display: none;
}

.radio input[type="radio"] + label {
    padding-inline-start: 20px;
    position: relative;
    font-size: 14px;
    line-height: 27px;
}

.radio input[type="radio"] + label span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #212832;
    display: block;
    position: absolute;
    top: 6px;
    inset-inline-start: 0;
}

.radio input[type="radio"] + label span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #212832;
    top: 0;
    inset-inline-start: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.radio input[type="radio"]:checked + label span:before {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
input[type="checkbox"]:checked + label img {
    border: 1px solid #fff !important; /* White border when selected */
}
.submit-link button {
    padding-block: 12px;
}
.submit-link img {
    height: 30px;
}
.submit-link h5 {
    line-height: 30px;
    margin-inline: 10px;
    margin-bottom: 0;
}
.validation-img img {
    max-width: 350px;
}
.validation-sec .entertainment-content {
    height: auto;
    margin-bottom: 25px;
}
.reviews-rating {
    margin-top: 15px;
}

.reviews-rating label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #52565b;
    margin-bottom: 0;
}

.reviews-rating .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.reviews-rating .rating li {
    font-size: 16px;
    color: #d0d0d0;
    margin: 0 2px;
    cursor: pointer;
}

.reviews-rating .rating li i {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.reviews-rating .rating li i.hover,
.reviews-rating .rating li i.star {
    color: #ffba00;
}

.single-select2 {
    margin-top: 20px;
}

.single-select2 span {
    display: block;
}

.single-select2 span:focus {
    outline: none;
}

.single-select2 .form-select2 .select2 {
    width: 100% !important;
}

.single-select2
    .form-select2
    .select2-container--default
    .select2-selection--single {
    height: 50px;
    border-color: #d7d7d7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .single-select2
        .form-select2
        .select2-container--default
        .select2-selection--single {
        height: 40px;
    }
}

.single-select2
    .form-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    width: 100%;
    line-height: 48px;
    border-radius: 0px;
    padding-inline-start: 20px;
    padding-inline-end: 28px;
    font-style: italic;
    font-size: 14px;
    color: #999999;
}

@media only screen and (max-width: 767px) {
    .single-select2
        .form-select2
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: 38px;
    }
}

.single-select2
    .form-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px;
    width: 36px;
}

.single-select2
    .form-select2
    .select2-container--default.select2-container--open
    .select2-selection--single {
    border-color: var(--main-color);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ebebeb;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    outline: none;
}

.select2-dropdown {
    border-color: #ebebeb;
}

.select2-results__option {
    font-size: 14px;
}

.gj-picker {
    border: 1px solid #eeecec;
    padding: 10px;
}

.gj-picker div[role="navigator"] div:first-child,
.gj-picker div[role="navigator"] div:last-child {
    max-width: 42px;
}

.gj-picker table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background: var(--main-color);
}

.gj-picker table tr td.today div {
    color: var(--main-color);
}

.gj-picker table tr td div,
.gj-picker table tr th div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.modal .modal-dialog {
    max-width: 900px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal .modal-dialog {
        max-width: 660px;
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog {
        max-width: 540px;
    }
}

@media only screen and (max-width: 575px) {
    .modal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 12px 16px;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 22px;
    font-weight: 500;
    color: #212832;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .reviews-form {
    padding-top: 0;
}

.header-section {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    background-color: #212832;
}

.header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 7px;
}

.header-top-left {
    padding-top: 10px;
}

.header-top-left p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}

.header-top-left p a {
    color: var(--main-color);
    display: inline-block;
    font-weight: 500;
}

.header-top-medal {
    padding-top: 10px;
    position: relative;
}

.header-top-medal:before {
    position: absolute;
    content: "";
    width: 41px;
    height: 14px;
    background-image: url(../images/shape/shape-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: -110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-medal:before {
        inset-inline-start: -55px;
        width: 30px;
        height: 10px;
    }
}

.header-top-medal:after {
    position: absolute;
    content: "";
    width: 41px;
    height: 14px;
    background-image: url(../images/shape/shape-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: -110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-medal:after {
        inset-inline-end: -55px;
        width: 30px;
        height: 10px;
    }
}

.header-top-medal .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-medal .top-info p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-medal .top-info p {
        font-size: 14px;
    }
}

.header-top-medal .top-info p + p {
    margin-inline-start: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-medal .top-info p + p {
        margin-inline-start: 25px;
    }
}

.header-top-medal .top-info p a {
    color: #fff;
}

.header-top-medal .top-info p a:hover {
    color: var(--main-color);
}

.header-top-medal .top-info p i {
    color: var(--main-color);
    font-size: 20px;
    padding-inline-end: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-medal .top-info p i {
        font-size: 18px;
        padding-inline-end: 10px;
    }
}

.header-top-right {
    padding-top: 10px;
}

.header-top-right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-right .social li {
    margin-inline-end: 20px;
}

.header-top-right .social li:last-child {
    margin-inline-end: 0;
}

.header-top-right .social li a {
    font-size: 20px;
    color: #fff;
}

.header-top-right .social li a:hover {
    color: var(--main-color);
}

.header-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border: 1px solid rgba(48, 146, 85, 0.25); */
    padding: 6px 15px;
    border-radius: 15px;
    margin-inline-start: -15px;
    margin-inline-end: -15px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #5151E1;
}
.header-main-wrapper .header-logo {
    width: 75px;
}
.header-main-wrapper .header-logo img {
    filter: brightness(10);
}
@media only screen and (max-width: 575px) {
    .header-main-wrapper {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .header-main-wrapper {
        padding: 16px 25px;
        margin-inline-start: -25px;
        margin-inline-end: -25px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-logo a img {
        width: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .header-logo a img {
        width: 130px;
    }
}

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu ul li {
    position: relative;
    padding: 16px 25px;
}
.header-menu ul li:last-child {
    padding: 0;
}
.header-menu ul li:last-child a {
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    background-color: #1f2937;
    color: #fff;
    padding-inline: 15px;
    border-bottom: 0 !important;
}
.header-menu ul.sub-menu li:last-child a {
    border-bottom: 0 !important;
    filter: unset;
    border-radius: 0;
    height: auto;
    line-height: 1.8;
}
.header-menu ul li:last-child ul.sub-menu a {
    height: auto;
    line-height: 1.5;
    border-radius: 0;
    background-color: transparent;
    color: initial;
    padding-inline: 20px;
}
.header-menu ul li:last-child a:hover {
    color: #1f2937;
    border: 1px solid #1f2937 !important;
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu ul li {
        padding: 16px 20px;
    }
}

.header-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
    filter: drop-shadow(2px 4px 6px black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu ul li a {
        font-size: 14px;
    }
}

.header-menu ul li a:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-3.png);
    width: 70px;
    height: 5px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: -15px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
[dir="rtl"] .header-menu ul li a:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.header-menu ul li:hover > a {
    color: var(--main-color);
}

/*.header-menu ul li.active>a {*/
/*    color: var(--main-color)*/
/*}*/

.header-menu ul li.active > a:before {
    opacity: 1;
    visibility: visible;
}

.header-menu ul li ul {
    display: block;
}

.header-menu ul li:hover > .mega-sub-menu,
.header-menu ul li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu ul li:nth-last-of-type(2) .sub-menu li .sub-menu {
        inset-inline-start: auto;
        inset-inline-end: 100%;
    }
}

.header-menu .sub-menu {
    position: absolute;
    width: 225px;
    background-color: #fff;
    border-top: 2px solid #212832;
    -webkit-box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
    box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
    top: 110%;
    inset-inline-start: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.header-menu .sub-menu li {
    padding: 0;
}

.header-menu .sub-menu li a {
    padding: 7px 20px !important;
    color: #212832 !important;
    border: 0 !important;
    font-size: 16px !important;
    background: #fff !important;
    border-bottom: 1px solid rgb(33 40 50 / 20%) !important;
}

.header-menu .sub-menu li a:before {
    display: none;
}

.header-menu .sub-menu li .sub-menu {
    top: 0px;
    inset-inline-start: 100%;
    opacity: 0;
    visibility: hidden;
}

.header-menu .sub-menu li.menu-item-has-children > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    margin-inline-start: 5px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    float: right;
}

.header-menu .sub-menu li:hover > a {
    padding-inline-start: 25px;
}

.header-menu .sub-menu li:hover .sub-menu {
    top: -12px;
    opacity: 1;
    visibility: visible;
}

.header-menu .mega-sub-menu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    -webkit-box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
    box-shadow: 2px 2px 20px rgba(33, 40, 50, 0.1);
    background-color: #fff;
    z-index: 9;
    padding: 30px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-menu .mega-sub-menu > li {
    width: 25%;
    padding: 0 15px;
}

.header-menu .mega-sub-menu > li.manu-banner {
    width: 50%;
    margin-top: 20px;
    position: relative;
}

.header-menu .mega-sub-menu > li.manu-banner img {
    width: 100%;
}

.header-menu .mega-sub-menu > li.manu-banner a:before {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    pointer-events: none;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.header-menu .mega-sub-menu > li.manu-banner a:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    inset-inline-start: 51%;
    inset-inline-end: 50%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.header-menu .mega-sub-menu > li.manu-banner a:hover:before {
    bottom: 0;
    inset-inline-start: 0;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    opacity: 0;
}

.header-menu .mega-sub-menu > li.manu-banner a:hover:after {
    bottom: 0;
    inset-inline-start: 0;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
    opacity: 0;
}

.header-menu .mega-sub-menu > li .menu-title {
    color: #212832;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.header-menu .mega-sub-menu > li .menu-title:after {
    display: none;
}

.header-menu .mega-sub-menu > li:hover > a {
    color: var(--main-color);
}

.header-menu .mega-sub-menu > li .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.header-menu .mega-sub-menu > li .menu-item > li {
    padding: 0;
}

.header-menu .mega-sub-menu > li .menu-item > li > a {
    color: #52565b;
    text-transform: capitalize;
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.header-menu .mega-sub-menu > li .menu-item > li:hover > a {
    padding-inline-start: 5px;
    color: var(--main-color);
}

@media only screen and (max-width: 767px) {
    .header-sign-in-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}



.header-sign-in-up ul li {
    margin-inline-end: 30px;
}

.header-sign-in-up ul li:last-child {
    margin-inline-end: 0;
}

.header-sign-in-up ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sign-in-up ul li a {
        font-size: 14px;
    }
}

.header-sign-in-up ul li a:hover {
    color: var(--main-color);
}

.header-sign-in-up ul li a.sign-up {
    height: 50px;
    line-height: 48px;
    padding-block: 0 !important;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    background-color: var(--main-color);
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sign-in-up ul li a.sign-up {
        height: 40px;
        line-height: 36px;
        padding: 0 25px;
    }
}

.header-sign-in-up ul li a.sign-up:hover {
    background-color: var(--main-color);
    color: #fff;
}

.header-toggle .menu-toggle {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
}

.header-toggle .menu-toggle span {
    width: 23px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.header-toggle .menu-toggle span:nth-of-type(2) {
    margin: 5px 0;
}

.sticky {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    background-color: #5151e1;
    padding: 0;
}

.sticky .header-main-wrapper {
    margin-top: 0;
    box-shadow: unset !important;
    border: 0;
}

@media only screen and (max-width: 575px) {
    .sticky .header-main-wrapper {
        margin-inline-start: -15px;
        margin-inline-end: -15px;
    }
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    inset-inline-start: -305px;
    background-color: #fff;
    z-index: 999;
    padding-top: 70px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
}

.mobile-menu.open {
    inset-inline-start: 0;
}

.mobile-menu .menu-close {
    position: absolute;
    top: 20px;
    inset-inline-end: 25px;
    font-size: 30px;
    color: #212832;
}

.mobile-top {
    padding-top: 30px;
}

.mobile-top p {
    font-size: 15px;
    color: #212832;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-top p {
        font-size: 14px;
    }
}

.mobile-top p + p {
    margin-top: 5px;
}

.mobile-top p a {
    color: #212832;
}

.mobile-top p a:hover {
    color: var(--main-color);
}

.mobile-top p i {
    color: var(--main-color);
    font-size: 20px;
    padding-inline-end: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-top p i {
        font-size: 18px;
        padding-inline-end: 10px;
    }
}

.mobile-sign-in-up {
    padding-top: 30px;
}

.mobile-sign-in-up ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-sign-in-up ul li {
    margin-inline-end: 20px;
}

.mobile-sign-in-up ul li:last-child {
    margin-inline-end: 0;
}

.mobile-sign-in-up ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #212832 !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    height: 45px;
    line-height: 41px;
    padding: 0 30px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: #fff;
    padding-block: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-sign-in-up ul li a {
        font-size: 16px;
    }
}

.mobile-sign-in-up ul li a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.mobile-menu-items {
    padding: 30px 0;
}

.mobile-menu-items ul {
    border-top: 1px solid #eeecec;
}

.mobile-menu-items ul li {
    position: relative;
}

.mobile-menu-items ul li a {
    display: block;
    width: 100%;
    background: none;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid #eeecec;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
}

.mobile-menu-items ul li .mobile-menu-expand {
    position: absolute;
    inset-inline-end: 20px;
    top: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.mobile-menu-items ul li .mobile-menu-expand:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #212832;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu-items ul li .mobile-menu-expand:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #212832;
    inset-inline-start: 50%;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .mobile-menu-items ul li .mobile-menu-expand:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu-items ul li .mobile-menu-expand:after {
        -webkit-transition: none;
        transition: none;
    }
}

.mobile-menu-items ul li.active-expand > .mobile-menu-expand:after {
    height: 0;
}

.mobile-menu-items ul li ul {
    border-top: 0;
}

.mobile-menu-items ul li ul li a {
    padding-inline-start: 12%;
}

.mobile-menu-items ul li ul li ul li a {
    padding-inline-start: 24%;
}

.mobile-social {
    padding-bottom: 30px;
}

.mobile-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-social .social li {
    margin-inline-end: 20px;
}

.mobile-social .social li:last-child {
    margin-inline-end: 0;
}

.mobile-social .social li a {
    font-size: 20px;
    color: #212832;
}

.mobile-social .social li a:hover {
    color: var(--main-color);
}

.login-header {
    background-color: #212832;
}

.login-header-wrapper.navbar {
    padding: 0 0;
}

.login-header-logo {
    padding: 25px 25px;
    background-color: #28313d;
}

.login-header-logo a + a {
    margin-inline-start: 15px;
}

@media only screen and (max-width: 575px) {
    .login-header-logo a + a {
        display: none;
    }
}

.login-header-logo.logo-2 {
    margin-inline-end: 50px;
    padding: 35px 50px;
    background-color: #28313d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-logo.logo-2 {
        padding: 30px 20px;
        margin-inline-end: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .login-header-logo.logo-2 {
        padding: 20px 20px;
        margin-inline-end: 30px;
    }
}

.login-header-search {
    position: relative;
    width: 500px;
    margin-inline-start: auto;
    margin-inline-end: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-header-search {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-search {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .login-header-search {
        position: static;
        width: auto;
        margin-inline-end: 0;
    }
}

.login-header-search .search-input {
    position: relative;
    padding: 0;
    background: none;
    display: block;
    z-index: 11;
    border-radius: 0;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .login-header-search .search-input {
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        width: 100%;
        height: 100%;
        background-color: #28313d;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 113;
        display: none;
    }
}

.login-header-search .search-input input {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 50px;
    padding: 0 30px;
    padding-inline-end: 53px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #28313d;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.login-header-search .search-input.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: sticky 0.3s;
    animation: sticky 0.3s;
}

.login-header-search button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
    border: 0;
    top: 5px;
    inset-inline-end: 5px;
    font-size: 16px;
    color: var(--main-color);
    z-index: 112;
}

@media only screen and (max-width: 767px) {
    .login-header-search button {
        position: relative;
        top: 0;
        inset-inline-end: 0;
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .login-header-search button {
        position: relative;
        top: 0;
        inset-inline-end: 0;
        font-size: 20px;
    }
}

.login-header-search.search-2 {
    margin-inline-end: 0;
    margin-inline-start: 0;
}

@media only screen and (max-width: 767px) {
    .login-header-search.search-2 {
        margin-inline-start: auto;
    }
}

@-webkit-keyframes search {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes search {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.login-header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline-end: 25px;
}

@media only screen and (max-width: 767px) {
    .login-header-action {
        padding-inline-end: 5px;
    }
}

.login-header-action > * {
    margin: 0px 15px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-action > * {
        margin: 0px 7px;
    }
}

.login-header-action .notification {
    font-size: 36px;
    color: var(--main-color);
    position: relative;
    padding-top: 3px;
    border: 0;
    background: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-action .notification {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .login-header-action .notification {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .login-header-action .notification {
        font-size: 22px;
    }
}

.login-header-action .notification .active {
    width: 12px;
    height: 12px;
    background-color: #ff6e30;
    border: 2px solid #212832;
    position: absolute;
    top: 12px;
    inset-inline-end: 9px;
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .login-header-action .notification .active {
        inset-inline-end: -2px;
    }
}

.login-header-action .author img {
    width: 60px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-action .author img {
        width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .login-header-action .author img {
        width: 45px;
    }
}

.login-header-action .more {
    width: 36px;
    height: 36px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-action .more {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .login-header-action .more {
        width: 28px;
        height: 28px;
    }
}

.login-header-action .more span {
    width: 4px;
    height: 4px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 1.5px;
}

@media only screen and (max-width: 575px) {
    .login-header-action .more span {
        width: 3px;
        height: 3px;
        margin: 0 1px;
    }
}

.login-header-action .dropdown .dropdown-menu {
    width: 160px;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(33, 40, 50, 0.1);
    box-shadow: 0 10px 30px 0 rgba(33, 40, 50, 0.1);
    background-color: #fff;
    inset-inline-start: auto;
    inset-inline-end: 0;
}

.login-header-action .dropdown .dropdown-menu.dropdown-notification {
    width: 360px;
    padding: 0;
    inset-inline-end: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-header-action .dropdown .dropdown-menu.dropdown-notification {
        inset-inline-end: -110px;
    }
}

@media only screen and (max-width: 767px) {
    .login-header-action .dropdown .dropdown-menu.dropdown-notification {
        inset-inline-end: -140px;
    }
}

@media only screen and (max-width: 575px) {
    .login-header-action .dropdown .dropdown-menu.dropdown-notification {
        width: 270px;
        inset-inline-end: -90px;
    }
}

.login-header-action .dropdown .dropdown-menu li {
    border-bottom: 1px solid #ebedf2;
}

.login-header-action .dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.login-header-action .dropdown .dropdown-menu li > a {
    display: block;
    color: #212832;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login-header-action .dropdown .dropdown-menu li > a:hover {
    color: var(--main-color);
}

.login-header-action
    .dropdown
    .dropdown-menu
    .notification-items-list
    .notification-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0dddb;
    padding: 20px 25px;
}

@media only screen and (max-width: 575px) {
    .login-header-action
        .dropdown
        .dropdown-menu
        .notification-items-list
        .notification-item {
        padding: 10px 15px;
    }
}

.login-header-action
    .dropdown
    .dropdown-menu
    .notification-items-list
    .notification-item
    .notify-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-inline-end: 10px;
    padding: 0 9px;
}

@media only screen and (max-width: 575px) {
    .login-header-action
        .dropdown
        .dropdown-menu
        .notification-items-list
        .notification-item
        .notify-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        font-size: 13px;
    }
}

.login-header-action
    .dropdown
    .dropdown-menu
    .notification-items-list
    .notification-item
    .dropdown-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login-header-action
    .dropdown
    .dropdown-menu
    .notification-items-list
    .notification-item
    .dropdown-body
    p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    .login-header-action
        .dropdown
        .dropdown-menu
        .notification-items-list
        .notification-item
        .dropdown-body
        p {
        width: 150px;
    }
}

.login-header-action
    .dropdown
    .dropdown-menu
    .notification-items-list
    .notification-item
    .notify-time {
    width: 100%;
    white-space: nowrap;
    color: #828690;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    padding-inline-start: 9px;
}

@media only screen and (max-width: 575px) {
    .login-header-action
        .dropdown
        .dropdown-menu
        .notification-items-list
        .notification-item
        .notify-time {
        font-size: 12px;
    }
}

.login-header-action .dropdown .dropdown-menu .all-notification {
    display: block;
    padding: 15px 30px 15px;
    text-align: center;
    font-size: 14px;
    color: #212832;
    font-weight: 400;
}

.login-header-action.action-2 {
    margin-inline-start: auto;
}

@media only screen and (max-width: 767px) {
    .login-header-action.action-2 {
        margin-inline-start: 0;
    }
}
/******************************** entertainment ***********************************/
.entertainment-content {
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.entertainment-content h3 {
    color: #22d3ee;
    font-size: 38px;
    font-weight: 600;
}
.entertainment-content ul {
    list-style: disc;
    color: #fff;
    padding-inline-start: 20px;
}
.entertainment-content ul li {
    line-height: 1.6;
}
/******************************** entertainment ***********************************/

.slider-section {
    /* background-color: rgb(81 81 225 / 15%); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-section {
        height: 100vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section {
        height: 100vh;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section {
        height: auto;
        padding-top: 200px;
        display: block;
    }
}

.slider-section .slider-shape {
    position: absolute;
    inset-inline-start: 120px;
    top: 195px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .slider-shape {
        inset-inline-start: 50px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .slider-shape {
        display: none;
    }
}

.slider-images {
    position: absolute;
    bottom: 5%;
    inset-inline-start: 70%;
    width: 56%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider-images .images img {
    width: 338px;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-images {
        width: 55%;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-images {
        position: relative;
        width: 100%;
        margin-block: 10px;
        inset-inline-start: 0;
        justify-content: center;
    }
}

.slider-content {
    max-width: 510px;
}

.slider-content .sub-title {
    font-size: 20px;
    font-weight: 500;
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-content .sub-title {
        font-size: 14px;
    }
}

.slider-content .main-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .slider-content .main-title {
        font-size: 24px;
    }
}

.slider-content .main-title span {
    color: var(--main-color);
    position: relative;
}

.slider-content .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 214px;
    height: 21px;
    inset-inline-end: 50%;
    bottom: -26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .slider-content .main-title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (max-width: 575px) {
    .slider-content .main-title span:before {
        display: none;
    }
}

.slider-content p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .slider-content p {
        margin-top: 35px;
    }
}

.slider-content .btn {
    margin-top: 28px;
}

.slider-courses-box {
    position: absolute;
    top: 38%;
    inset-inline-start: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-courses-box {
        top: 57%;
        inset-inline-start: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-courses-box {
        top: 63%;
        inset-inline-start: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box {
        inset-inline-start: 62%;
    }
}

.slider-courses-box .shape-1 {
    position: absolute;
    top: -15px;
    inset-inline-end: -130px;
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .shape-1 {
        inset-inline-end: -100px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .shape-1 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .shape-2 {
        width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .shape-2 {
        width: 100px;
    }
}

.slider-courses-box .box-content {
    width: 140px;
    height: 140px;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .box-content {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .box-content {
        width: 80px;
        height: 80px;
    }
}

.slider-courses-box .box-content img {
    width: 90px;
    filter: brightness(10);
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .box-content i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .box-content i {
        font-size: 16px;
    }
}

.slider-courses-box .box-content .count {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    display: block;
    line-height: 1.1;
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .box-content .count {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .box-content .count {
        font-size: 16px;
    }
}

.slider-courses-box .box-content p {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .slider-courses-box .box-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-courses-box .box-content p {
        font-size: 12px;
    }
}

.slider-rating-box {
    position: absolute;
    top: 24%;
    inset-inline-end: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-rating-box {
        inset-inline-end: 15px;
        top: 20%;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-rating-box {
        top: 18%;
        inset-inline-end: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-rating-box {
        inset-inline-end: 15px;
    }
}

.slider-rating-box .box-rating {
    width: 140px;
    height: 140px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .slider-rating-box .box-rating {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-rating-box .box-rating {
        width: 80px;
        height: 80px;
    }
}

.slider-rating-box .box-rating .count {
    font-size: 30px;
    font-weight: 500;
    color: var(--main-color);
}

@media only screen and (max-width: 767px) {
    .slider-rating-box .box-rating .count {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-rating-box .box-rating .count {
        font-size: 18px;
    }
}

.slider-rating-box .box-rating .count i {
    color: #ffa200;
    font-size: 14px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .slider-rating-box .box-rating .count i {
        font-size: 12px;
    }
}

.slider-rating-box .box-rating p {
    color: #52565b;
    margin-bottom: 0;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .slider-rating-box .box-rating p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-rating-box .box-rating p {
        font-size: 10px;
    }
}

.slider-rating-box .shape {
    margin-top: 45px;
    padding-inline-end: 30px;
}

@media only screen and (max-width: 767px) {
    .slider-rating-box .shape {
        width: 120px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-rating-box .shape {
        display: none;
    }
}

.slider-video {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}

/* @media only screen and (min-width:1200px) and (max-width:1599px),
only screen and (min-width:992px) and (max-width:1199px) {
    .slider-video {
        display: none
    }
} */

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-video {
        width: 45%;
    }
}

.slider-video .video-play {
    position: absolute;
    top: 30%;
    inset-inline-start: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
[dir="rtl"] .slider-video .video-play {
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-video .video-play {
        width: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-video .video-play {
        width: 80px;
    }
}

.slider-video .video-play .play {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 55%;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}
[dir="rtl"] .slider-video .video-play .play {
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .slider-video .video-play .play {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-video .video-play .play {
        font-size: 22px;
    }
}
/******************************** Grid ****************************************/
.tf-grid-layout {
    display: grid;
    gap: 15px;
    place-items: center;
}
.tf-grid-layout.xl-col-6 {
    grid-template-columns: repeat(2, 1fr);
    place-items: normal;
}

/******************************** Grid ****************************************/
.school-sction {
    background-color: #1f2937;
}
.courses-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .courses-top {
        display: block;
    }
}

.courses-top .section-title {
    margin-top: -37px;
}

@media only screen and (max-width: 767px) {
    .courses-top .section-title {
        margin-top: 0;
    }
}

.courses-search {
    position: relative;
    max-width: 500px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .courses-search {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-search {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-search {
        max-width: 420px;
    }
}

.courses-search input {
    width: 100%;
    height: 64px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 0 30px;
    padding-inline-end: 90px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses-search input:focus {
    border-color: var(--main-color);
}

.courses-search button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    background-color: #deede4;
    border: 0;
    top: 7px;
    inset-inline-end: 7px;
    font-size: 16px;
    color: var(--main-color);
}

.courses-search.search-2 {
    max-width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 1600px) {
    .courses-search.search-2 {
        max-width: 340px;
    }
}

.courses-search.search-2 input {
    height: 60px;
}

.courses-search.search-2 button {
    line-height: 46px;
    background-color: var(--main-color);
    color: #fff;
    width: 46px;
    height: 46px;
}

.courses-tabs-menu {
    padding: 0px 100px;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
}
.courses-tabs-menu.accommodation {
    background-image: none;
}
.courses-tabs-menu.team-member {
    padding-block: 40px;
}
.courses-tabs-menu.team-member .team-img img,
.courses-tabs-menu.accommodation .team-img img,
.courses-tabs-menu.entertainment .team-img img {
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}
.courses-tabs-menu.team-member .team-img img {
    height: auto;
}
.courses-tabs-menu.entertainment .team-img img {
    height: 280px;
}
.courses-tabs-menu.team-member .team-info h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
}
.card-team {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px;
    border-radius: 15px;
}
.card-team h3 {
    filter: drop-shadow(2px 4px 6px black);
}
.team-info {
    align-content: center;
    padding: 10px;
}
.team-info p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.maps-section {
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    max-width: 100%;
    overflow: hidden;

}
.map-header h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.map-header h3 {
    color: #22d3ee;
    font-size: 23px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .courses-tabs-menu {
        padding: 0;
    }
}

.courses-tabs-menu .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.courses-tabs-menu .nav li button {
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
    border-color: transparent !important;
}

/* .courses-tabs-menu .nav li button.active,
.courses-tabs-menu .nav li button:hover {
    border-color: var(--main-color);
    color: var(--main-color)
} */

.courses-active .swiper-button-next,
.courses-active .swiper-button-prev,
.accommodation .swiper-button-next,
.accommodation .swiper-button-prev,
.team-member .swiper-button-next,
.team-member .swiper-button-prev,
.testimonial-active .swiper-button-next,
.testimonial-active .swiper-button-prev,
.entertainment .swiper-button-next,
.entertainment .swiper-button-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(48, 146, 85, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(48, 146, 85, 0.05);
    color: #212832;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accommodation .swiper-button-next,
.accommodation .swiper-button-prev {
    background-color: var(--main-color);
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .courses-active .swiper-button-next,
    .courses-active .swiper-button-prev,
    .accommodation .swiper-button-next,
    .accommodation .swiper-button-prev,
    .entertainment .swiper-button-next,
    .entertainment .swiper-button-prev,
    .testimonial-active .swiper-button-next,
    .testimonial-active .swiper-button-prev,
    .team-member .swiper-button-next,
    .team-member .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.courses-active .swiper-button-next:after,
.courses-active .swiper-button-prev:after,
.accommodation .swiper-button-next:after,
.accommodation .swiper-button-prev:after,
.entertainment .swiper-button-next:after,
.entertainment .swiper-button-prev:after,
.testimonial-active .swiper-button-next:after,
.testimonial-active .swiper-button-prev:after,
.team-member .swiper-button-next:after,
.team-member .swiper-button-prev:after {
    display: none;
}

.courses-active .swiper-button-next:hover,
.courses-active .swiper-button-prev:hover,
.entertainment .swiper-button-next:hover,
.entertainment .swiper-button-prev:hover,
.testimonial-active .swiper-button-next:hover,
.testimonial-active .swiper-button-prev:hover,
.team-member .swiper-button-next:hover,
.team-member .swiper-button-prev:hover {
    background-color: var(--main-color);
    color: #fff;
}
.entertainment .swiper-button-next:hover,
.entertainment .swiper-button-prev:hover {
    background-color: #fff;
    color: var(--main-color);
}
.courses-active .swiper-button-prev,
.entertainment .swiper-button-prev,
.testimonial-active .swiper-button-prev,
.accommodation .swiper-button-prev,
.team-member .swiper-button-prev {
    inset-inline-start: 30px;
}

@media only screen and (max-width: 575px) {
    .courses-active .swiper-button-prev,
    .accommodation .swiper-button-prev,
    .testimonial-active .swiper-button-prev,
    .entertainment .swiper-button-prev,
    .testimonial-active .swiper-button-prev,
    .team-member .swiper-button-prev {
        inset-inline-start: 15px;
    }
}

.courses-active .swiper-button-next,
.team-member .swiper-button-next,
.accommodation .swiper-button-next,
.testimonial-active .swiper-button-next,
.entertainment .swiper-button-next {
    inset-inline-end: 30px;
}

@media only screen and (max-width: 575px) {
    .courses-active .swiper-button-next,
    .team-member .swiper-button-next,
    .accommodation .swiper-button-next,
    .entertainment .swiper-button-next {
        inset-inline-end: 15px;
    }
}

.courses-wrapper {
    padding-top: 20px;
}

.single-courses {
    margin-top: 30px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 15px;
    padding: 20px;
    background: #e5e5fb;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-courses .courses-images {
    position: relative;
    background: #1f2937;
}

.single-courses .courses-images a {
    display: block;
}

.single-courses .courses-images a img {
    width: 100%;
    border-radius: 15px;
}

.single-courses .courses-images .courses-option {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 2;
}

.single-courses .courses-images .courses-option .option-toggle {
    width: 35px;
    height: 35px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-courses .courses-images .courses-option .option-toggle span {
    width: 4px;
    height: 4px;
    background-color: var(--main-color);
    border-radius: 50%;
    display: block;
    margin: 0 1.5px;
}

.single-courses .courses-images .courses-option .dropdown-menu {
    padding: 10px 20px;
    border: 0;
    background-color: rgba(48, 146, 85, 0.9);
    border-radius: 10px;
    min-width: 180px;
    top: -20px !important;
    inset-inline-start: auto !important;
    inset-inline-end: 15px !important;
    z-index: -1;
}

.single-courses .courses-images .courses-option .dropdown-menu li {
    padding: 5px 0;
}

.single-courses .courses-images .courses-option .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.single-courses .courses-images .courses-option .dropdown-menu li a i {
    margin-inline-end: 5px;
}

.single-courses .courses-content {
    padding-top: 25px;
}

.single-courses .courses-content .courses-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-courses .courses-content .courses-author .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-courses .courses-content .courses-author .author .author-thumb a {
    display: block;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-author
        .author
        .author-thumb
        a
        img {
        width: 45px;
        height: 45px;
    }
}

.single-courses .courses-content .courses-author .author .author-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 12px;
}

.single-courses .courses-content .courses-author .author .author-name .name {
    color: #52565b;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-author
        .author
        .author-name
        .name {
        font-size: 13px;
    }
}

.single-courses
    .courses-content
    .courses-author
    .author
    .author-name
    .name:hover {
    color: var(--main-color);
}

.single-courses .courses-content .courses-author .author .author-name .name-2 {
    position: relative;
    color: var(--main-color);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-author
        .author
        .author-name
        .name-2 {
        font-size: 13px;
    }
}

.single-courses
    .courses-content
    .courses-author
    .author
    .author-name
    .name-2:before {
    content: "||";
    color: #52565b;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-inline-start: 5px;
    margin-inline-end: 7px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-author
        .author
        .author-name
        .name-2:before {
        font-size: 13px;
    }
}

.single-courses .courses-content .courses-author .tag a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #e5e5fb;
    border-radius: 5px;
    font-size: 14px;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses .courses-content .courses-author .tag a {
        width: 80px;
        font-size: 13px;
    }
}

.single-courses .courses-content .courses-author .tag a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.single-courses .courses-content .title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    margin-top: 13px;
    display: -webkit-box;
    line-height: 1.5;
    width: 95%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses .courses-content .title a {
        font-size: 14px;
    }
}

.single-courses .courses-content .title a:hover {
    color: #1f2937;
}

.single-courses .courses-content .courses-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.single-courses .courses-content .courses-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    margin-inline-end: 20px;
    display: inline-block;
    line-height: 1;
}

.single-courses .courses-content .courses-meta span:last-child {
    margin-inline-end: 0;
}

.single-courses .courses-content .courses-meta span i {
    color: var(--main-color);
    margin-inline-end: 5px;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
}

.single-courses .courses-content .courses-price-review {
    background-color: #eefbf3;
    padding: 15px 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses .courses-content .courses-price-review {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .single-courses .courses-content .courses-price-review {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-courses .courses-content .courses-price-review .courses-price {
    white-space: nowrap;
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-price
    .sale-parice {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    margin-inline-end: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-price-review
        .courses-price
        .sale-parice {
        font-size: 16px;
    }
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-price
    .old-parice {
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    text-decoration: line-through;
    margin-inline-end: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-price-review
        .courses-price
        .old-parice {
        font-size: 13px;
    }
}

.single-courses .courses-content .courses-price-review .courses-review {
    white-space: nowrap;
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-review
    .rating-count {
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    margin-inline-end: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-price-review
        .courses-review
        .rating-count {
        font-size: 13px;
    }
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-review
    .rating-star {
    position: relative;
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-review
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-price-review
        .courses-review
        .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-review
    .rating-star
    .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.single-courses
    .courses-content
    .courses-price-review
    .courses-review
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-price-review
        .courses-review
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-courses .courses-content .courses-rating p {
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    margin-bottom: 0;
}

.single-courses .courses-content .courses-rating p a {
    color: var(--main-color);
}

.single-courses .courses-content .courses-rating .rating-progress-bar {
    width: 100%;
    height: 3px;
    background-color: #d3ded7;
    margin-top: 10px;
}

.single-courses
    .courses-content
    .courses-rating
    .rating-progress-bar
    .rating-line {
    height: 100%;
    background-color: var(--main-color);
}

.single-courses .courses-content .courses-rating .rating-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
}

.single-courses .courses-content .courses-rating .rating-meta .rating-star {
    position: relative;
}

.single-courses
    .courses-content
    .courses-rating
    .rating-meta
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-rating
        .rating-meta
        .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-courses
    .courses-content
    .courses-rating
    .rating-meta
    .rating-star
    .rating-bar {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.single-courses
    .courses-content
    .courses-rating
    .rating-meta
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-courses
        .courses-content
        .courses-rating
        .rating-meta
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-courses:hover {
    border-color: var(--main-color);
}

.courses-btn {
    margin-top: 40px;
}

.courses-btn .btn {
    border: 1px solid #fff;
    line-height: 58px;
}

.courses-category-wrapper {
    background-color: #e5e5fb;
    padding: 10px 40px 40px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 1600px) {
    .courses-category-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 575px) {
    .courses-category-wrapper {
        padding: 1px 30px 30px;
    }
}

.courses-category-wrapper .category-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline-start: -7px;
    margin-inline-end: -7px;
    margin-top: 15px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-category-wrapper .category-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.courses-category-wrapper .category-menu li {
    padding: 15px 7px 0;
}

.courses-category-wrapper .category-menu li a {
    width: 160px;
    height: 60px;
    line-height: 58px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #212832;
    padding: 0 20px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-category-wrapper .category-menu li a {
        width: auto;
    }
}

@media only screen and (max-width: 575px) {
    .courses-category-wrapper .category-menu li a {
        font-size: 14px;
        height: 50px;
        line-height: 48px;
        padding: 0 12px;
    }
}

.courses-category-wrapper .category-menu li a.active,
.courses-category-wrapper .category-menu li a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.courses-category-wrapper .courses-search {
    margin-top: 30px;
}

.courses-wrapper-02 {
    padding-top: 30px;
}

.call-to-action-wrapper {
    background-color: #e5e5fb;
    border-radius: 10px;
    padding: 20px 100px 50px;
    position: relative;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrapper {
        padding: 20px 60px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        padding: 0px 30px 30px;
    }
}

.call-to-action-wrapper .cat-shape-01 {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 30px;
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .cat-shape-01 {
        display: none;
    }
}

.call-to-action-wrapper .cat-shape-02 {
    position: absolute;
    top: 50%;
    inset-inline-start: 57.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 179px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrapper .cat-shape-02 {
        width: 150px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-wrapper .cat-shape-02 {
        display: none;
    }
}

.call-to-action-wrapper .cat-shape-03 {
    position: absolute;
    top: 30px;
    inset-inline-end: 30px;
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .cat-shape-03 {
        display: none;
    }
}

.call-to-action-wrapper .section-title {
    max-width: 415px;
    margin-top: 25px;
}

.call-to-action-btn {
    text-align: right;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .call-to-action-btn {
        text-align: left;
    }
}

.how-it-work-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .how-it-work-wrapper {
        display: block;
    }
}

.how-it-work-wrapper .work-arrow {
    margin-top: 30px;
}

.single-work {
    max-width: 300px;
    border-radius: 10px;
    /* background-color: #e5e5fb; */
    padding: 38px;
    padding-bottom: 35px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-work {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-work {
        margin-inline-start: auto;
        margin-inline-end: auto;
    }
}

.single-work .shape-1 {
    position: absolute;
    inset-inline-start: -17px;
    top: 0;
    z-index: -1;
}

.single-work .shape-2 {
    position: absolute;
    top: -7px;
    inset-inline-end: -34px;
    z-index: -1;
}

.single-work .shape-3 {
    position: absolute;
    bottom: -25px;
    inset-inline-end: -10px;
    z-index: -1;
}

.single-work .work-icon i {
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    background-color: #fff;
    color: var(--main-color);
    display: inline-block;
    font-size: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-work .work-icon i {
        width: 45px;
        height: 45px;
        line-height: 48px;
        font-size: 22px;
    }
}

.single-work .work-content {
    padding-top: 33px;
}

.single-work .work-content .title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-work .work-content .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-work .work-content .title {
        font-size: 20px;
    }
}

.single-work .work-content p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-work:hover .work-icon i {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .work-arrow {
        display: none;
    }
}

.download-section {
    background-color: var(--main-color);
    position: relative;
    overflow: hidden;
}

.download-section .app-shape-1 {
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    inset-inline-start: 70px;
    bottom: 85px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-section .app-shape-1 {
        width: 360px;
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .download-section .app-shape-1 {
        width: 260px;
        height: 260px;
        bottom: 50px;
        inset-inline-start: 30px;
    }
}

.download-section .app-shape-2 {
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    inset-inline-start: 31%;
    top: 60px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-section .app-shape-2 {
        width: 360px;
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .download-section .app-shape-2 {
        width: 260px;
        height: 260px;
        top: auto;
        bottom: -40px;
    }
}

.download-section .app-shape-3 {
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    inset-inline-end: 15%;
    bottom: 70%;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-section .app-shape-3 {
        width: 360px;
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .download-section .app-shape-3 {
        width: 260px;
        height: 260px;
    }
}

.download-section .app-shape-4 {
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    inset-inline-end: -243px;
    top: -50px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-section .app-shape-4 {
        width: 360px;
        height: 360px;
    }
}

@media only screen and (max-width: 767px) {
    .download-section .app-shape-4 {
        width: 260px;
        height: 260px;
        inset-inline-end: -100px;
        top: 30px;
    }
}

.download-app-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .download-app-wrapper {
        display: block;
    }
}

.download-app-wrapper .section-title {
    max-width: 520px;
    margin-top: 25px;
    padding-inline-end: 15px;
}

@media only screen and (max-width: 767px) {
    .download-app-wrapper .section-title {
        padding-inline-end: 0;
    }
}

.download-app-wrapper .shape-1 {
    position: absolute;
    top: 40%;
    inset-inline-start: 50%;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-wrapper .shape-1 {
        display: none;
    }
}

.download-app-btn {
    padding-top: 20px;
    padding-inline-start: 15px;
}

@media only screen and (max-width: 767px) {
    .download-app-btn {
        padding-inline-start: 0;
    }
}

.download-app-btn .app-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .download-app-btn .app-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.download-app-btn .app-btn li {
    margin-inline-end: 30px;
    padding-top: 20px;
}

.download-app-btn .app-btn li:last-child {
    margin-inline-end: 0;
}

.download-app-btn .app-btn li a {
    width: 180px;
    height: 63px;
    display: inline-block;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-btn .app-btn li a {
        width: 150px;
        height: 53px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-btn .app-btn li a img {
        width: 120px;
    }
}
.testimonial-section {
}
.testimonial-wrapper {
    padding-top: 50px;
}

.single-testimonial {
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    /* padding: 45px 45px 40px; */
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .single-testimonial {
        padding: 30px 30px;
    }
}

.single-testimonial:before {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 101px;
    height: 130px;
    inset-inline-end: 100px;
    top: -27px;
}
.testimonial-active2 .single-testimonial {
    border: 0;
}
.testimonial-active2 .single-testimonial:before {
    background-image: none;
}
@media only screen and (max-width: 575px) {
    .single-testimonial:before {
        inset-inline-end: 50px;
    }
}

.single-testimonial .testimonial-author .author-thumb {
    position: relative;
}

.single-testimonial .testimonial-author .author-thumb img {
    display: block;
    width: 90px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    padding: 8px;
    margin: 0 auto;
}

.single-testimonial .testimonial-author .author-thumb i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -13px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}

.single-testimonial .testimonial-author .rating-star {
    position: relative;
    display: inline-block;
    margin-top: 35px;
}

.single-testimonial .testimonial-author .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial .testimonial-author .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-testimonial .testimonial-author .rating-star .rating-bar {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.single-testimonial .testimonial-author .rating-star .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial .testimonial-author .rating-star .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.single-testimonial .testimonial-content {
    padding-top: 15px;
    margin-bottom: 15px;
}

.single-testimonial .testimonial-content p {
    font-size: 15px;
    color: #52565b;
    font-weight: 400;
    margin-bottom: 0;
}

.single-testimonial .testimonial-content .name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 16px;
}

.single-testimonial .testimonial-content .designation {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    margin-top: 5px;
    display: block;
}

/*.testimonial-active .swiper-pagination ,.testimonial-active2 .swiper-pagination {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    margin-top: 43px;*/
/*    height: 18px*/
/*}*/

/*.testimonial-active .swiper-pagination .swiper-pagination-bullet ,.testimonial-active2 .swiper-pagination .swiper-pagination-bullet {*/
/*    width: 13px;*/
/*    height: 13px;*/
/*    border-radius: 50%;*/
/*    background-color: #d1e5d9;*/
/*    opacity: 1;*/
/*    margin: 0 7px;*/
/*    -webkit-transition: all 0.3s ease 0s;*/
/*    transition: all 0.3s ease 0s*/
/*}*/

/*.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,*/
/*.testimonial-active2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    background-color: var(--main-color)*/
/*}*/
.testimonial-info {
    padding: 20px 0;
}
.testimonial-info .testimonial-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.testimonial-info .testimonial-info-content .card-follow {
    padding: 2rem;
    border-radius: 15px;
}
.testimonial-info .testimonial-info-content .card-follow ul {
    padding-inline-start: 10px;
    list-style: disc;
}
.testimonial-info .testimonial-info-content .card-follow ul li {
    font-size: 20px;
}
.testimonial-info .testimonial-info-content .card-follow:first-child,
.testimonial-info .testimonial-info-content .card-follow:nth-child(4),
.testimonial-info .testimonial-info-content .card-follow:nth-child(5) {
    background-color: #6366f1;
}
.testimonial-info .testimonial-info-content .card-follow:nth-child(2),
.testimonial-info .testimonial-info-content .card-follow:nth-child(3) {
    background-color: #1f2937;
}
.testimonial-info .testimonial-info-content .card-follow:nth-child(5) {
    grid-column: 1 / -1; /* span all columns */
}
.brand-logo-wrapper {
    padding: 60px 100px;
    border-radius: 10px;
}
.brand-logo-wrapper .main-title {
    color: #fff;
}
.brand-logo-wrapper .section-title .main-title span {
    color: #e5e5fb;
    filter: drop-shadow(2px 4px 6px black);
}
.brand-logo-wrapper .section-title.shape-03 .main-title span:before {
    filter: contrast(0);
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrapper {
        padding: 50px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .brand-logo-wrapper {
        padding: 30px 30px;
    }
}

.brand-logo-wrapper .shape-1 {
    position: absolute;
    top: 60px;
    inset-inline-end: 31%;
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrapper .shape-1 {
        display: none;
    }
}

.brand-logo-wrapper .shape-2 {
    position: absolute;
    top: 50px;
    inset-inline-end: 45px;
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrapper .shape-2 {
        display: none;
    }
}

.brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}

.single-brand {
    margin-top: 30px;
    text-align: center;
}
.single-brand img {
    filter: brightness(10);
}
.blog-wrapper {
    padding-top: 20px;
}

.single-blog {
    margin-top: 30px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 15px;
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-image a {
    display: block;
}

.single-blog .blog-image a img {
    width: 100%;
    border-radius: 15px;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .blog-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-blog .blog-content .blog-author .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog .blog-content .blog-author .author .author-thumb a {
    display: block;
}

.single-blog .blog-content .blog-author .author .author-thumb a img {
    width: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-author .author .author-thumb a img {
        width: 45px;
    }
}

.single-blog .blog-content .blog-author .author .author-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 12px;
}

.single-blog .blog-content .blog-author .author .author-name .name {
    color: #52565b;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-author .author .author-name .name {
        font-size: 13px;
    }
}

.single-blog .blog-content .blog-author .author .author-name .name:hover {
    color: var(--main-color);
}

.single-blog .blog-content .blog-author .tag a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #e5e5fb;
    border-radius: 5px;
    font-size: 14px;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-author .tag a {
        width: 80px;
        font-size: 13px;
    }
}

.single-blog .blog-content .blog-author .tag a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.single-blog .blog-content .title a {
    font-size: 16px;
    font-weight: 500;
    color: #212832;
    margin-top: 13px;
    display: inline-block;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .title a {
        font-size: 14px;
    }
}

.single-blog .blog-content .title a:hover {
    color: var(--main-color);
}

.single-blog .blog-content .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.single-blog .blog-content .blog-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    margin-inline-end: 20px;
    display: inline-block;
    line-height: 1;
}

.single-blog .blog-content .blog-meta span:last-child {
    margin-inline-end: 0;
}

.single-blog .blog-content .blog-meta span i {
    color: var(--main-color);
    margin-inline-end: 5px;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
}

.single-blog .blog-content .btn {
    padding: 0 20px;
    height: 45px;
    line-height: 39px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    font-size: 15px;
    margin-top: 30px;
}

.single-blog:hover {
    border-color: var(--main-color);
}

.page-banner {
    height: 480px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 189px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        height: 400px;
        padding-top: 103px;
    }
}

.page-banner .shape-1 {
    position: absolute;
    top: 32%;
    inset-inline-start: 100px;
}

@media only screen and (max-width: 767px) {
    .page-banner .shape-1 {
        width: 60px;
        inset-inline-start: 30px;
    }
}

.page-banner .shape-2 {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner .shape-2 {
        width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .shape-2 {
        width: 180px;
    }
}

.page-banner .shape-3 {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner .shape-3 {
        width: 305px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner .shape-3 {
        width: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .shape-3 {
        width: 195px;
    }
}

.page-banner .shape-author {
    position: absolute;
    top: 29%;
    inset-inline-end: 15.5%;
    border-radius: 50%;
    width: 225px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner .shape-author {
        width: 150px;
        top: 63%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner .shape-author {
        width: 150px;
        top: 52%;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .shape-author {
        bottom: -5%;
        width: 120px !important;
        inset-inline-start: 10%;
        top: unset;
    }
}


.page-banner-content {
    max-width: 570px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content {
        max-width: 500px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content {
        max-width: 360px;
    }
}

.page-banner-content .breadcrumb {
    margin-bottom: 0;
}

.page-banner-content .breadcrumb li {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .page-banner-content .breadcrumb li {
        font-size: 15px;
    }
}

.page-banner-content .breadcrumb li + li:before {
    content: "//";
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0 8px;
}

@media only screen and (max-width: 767px) {
    .page-banner-content .breadcrumb li + li:before {
        font-size: 15px;
    }
}

.page-banner-content .breadcrumb li.active {
    color: var(--main-color);
}

.page-banner-content .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 15px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .page-banner-content .title {
        font-size: 24px;
    }
}

.page-banner-content .title span {
    position: relative;
    color: var(--main-color);
}

.page-banner-content .title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 13px;
    inset-inline-start: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .page-banner-content .title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .title span:before {
        display: none;
    }
}

.shape-icon-box {
    position: absolute;
    top: 47%;
    inset-inline-start: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shape-icon-box {
        inset-inline-start: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shape-icon-box {
        top: 35%;
        inset-inline-start: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-icon-box {
        top: 70%;
        inset-inline-start:70%;
    }
}



.shape-icon-box .icon-shape-1 {
    position: absolute;
    top: -15px;
    inset-inline-end: -130px;
}

@media only screen and (max-width: 767px) {
    .shape-icon-box .icon-shape-1 {
        inset-inline-end: -100px;
    }
}

@media only screen and (max-width: 575px) {
    .shape-icon-box .icon-shape-1 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .shape-icon-box .icon-shape-2 {
        width: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .shape-icon-box .icon-shape-2 {
        width: 100px;
    }
}

.shape-icon-box .box-content {
    width: 140px;
    height: 140px;
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .shape-icon-box .box-content {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .shape-icon-box .box-content {
        width: 80px;
        height: 80px;
    }
}

.shape-icon-box .box-content .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.shape-icon-box .box-content .box-wrapper i {
    font-size: 70px;
    color: #fff;
    display: block;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .shape-icon-box .box-content .box-wrapper i {
        font-size: 40px;
    }
}

.about-images {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.about-images .images img {
    border-radius: 10px;
    width: 100%;
}

.about-images .about-years {
    width: 125px;
    background-color: var(--main-color);
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    inset-inline-end: 30px;
}

.about-images .about-years .years-icon {
    background-color: #fff;
    text-align: center;
    width: 85px;
    height: 85px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
    position: relative;
}

.about-images .about-years p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.about-images .about-years p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.about-content {
    margin-top: 45px;
    max-width: 530px;
    margin-inline-start: auto;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-inline-start: 0;
    }
}

.about-content .sub-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .about-content .sub-title {
        font-size: 16px;
    }
}

.about-content .main-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .main-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content .main-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .about-content .main-title {
        font-size: 24px;
        padding-bottom: 0;
    }
}

.about-content .main-title span {
    color: var(--main-color);
    position: relative;
}

.about-content .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 210px;
    height: 21px;
    inset-inline-start: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .about-content .main-title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content .main-title span:before {
        width: 140px;
        height: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .about-content .main-title span:before {
        display: none;
    }
}

.about-content p {
    margin-top: 25px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content p {
        margin-top: 15px;
    }
}

.about-content .btn {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .btn {
        margin-top: 25px;
    }
}

.about-item {
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
    border-radius: 10px;
    padding: 30px;
    height: auto;
    margin-top: 30px;
    background-size: cover !important;
    perspective: 1000px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 250px;
    position: relative;
}
.about-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 67%), rgb(0 0 0 / 67%));
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.benefits .about-item {
    overflow-y: scroll;
    height: 325px;
    background-color: #1f2937;
}
.benefits .about-item::before {
    opacity: 0;
}
.benefits .about-item .item-icon-title .item-title .title {
    color: #22d3ee;
}
.about-items-wrapper ul {
    padding: 20px 30px;
}
.about-items-wrapper ul p {
    margin: 0;
}
.about-items-wrapper ul ul {
    padding: 0 !important;
}
.about-items-wrapper ul li {
    list-style: disc;
    color: #fff;
    font-size: 17px;
}

.about-item .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.about-item:hover .card-inner {
    transform: rotateY(180deg);
}
.about-item .card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: relative;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}
.about-item .card-front {
    color: white;
}
.about-item .card-back {
    transform: rotateY(180deg);
    display: block;
    top: -100%;
    align-content: center;
    height: 190px;
    overflow-y: scroll;
}
.card-back strong {
    color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-item {
        padding: 20px;
    }
}

.about-item .item-icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-item .item-icon-title .item-icon i {
    width: 80px;
    height: 80px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: var(--main-color);
    font-size: 36px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-item .item-icon-title .item-icon i {
        width: 60px;
        height: 60px;
        line-height: 66px;
        font-size: 28px;
    }
}

.about-item .item-icon-title .item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--main-color);
    padding-inline-start: 20px;
}

.about-item .item-icon-title .item-title .title {
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-item .item-icon-title .item-title .title {
        font-size: 18px;
    }
}

.about-item p {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--main-color);
}

.about-item:hover .item-icon-title .item-icon i {
    background-color: var(--main-color);
    color: #fff;
}

.experience_section .map-header h2 {
    font-size: 30px;
    text-transform: capitalize;
    filter: drop-shadow(2px 4px 6px #fffc);
}
.counter {
    background-color: #1f2937;
}
.map-info .map-info-item {
    cursor: pointer;
}
.map-info .map-info-item h5,
.map-info-item h5 {
    color: #22d3ee;
    font-size: 35px;
    filter: drop-shadow(2px 4px 6px black);
    font-weight: bolder;
}
.map-info-item a {
    border: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    width: max-content;
    margin: 15px auto 10px;
    border-radius: 10px;
}

.map-info .map-info-item p {
    text-decoration: underline;
}

.experience_info {
    display: flex;
    flex-wrap: wrap;
    padding-block: 30px;
    justify-content: center;
}
/* .experience_info:before{
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0.5;
} */
.experience_info .experience_item {
    width: 100%;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    margin: 10px;
    border-radius: 10px;
    align-content: center;
}
.experience_info .experience_item:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2937;
    opacity: 0.5;
}
.experience_info .experience_item:first-child,
.experience_info .experience_item:nth-child(2) {
    width: calc(100% / 2 - 20px);
    height: 350px;
}
.experience_info .experience_item:first-child {
    background-image: url(../images/bg/1.webp);
}

.experience_info .experience_item:nth-child(2) {
    background-image: url(../images/bg/2.webp);
}
.experience_info .experience_item:nth-child(3) {
    background-image: url(../images/bg/3.webp);
    height: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.experience_info .experience_item:nth-child(4) {
    background-image: url(../images/bg/4.webp);
    height: 500px;
}
.experience_info .experience_item h3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.experience_info .experience_item h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    color: #fff;
}
span.plus {
    font-size: 60px;
    font-weight: 500;
    position: relative;
    top: 16px;
}
.team-wrapper {
    margin-bottom: -7px;
}

.single-team {
    text-align: center;
    margin-top: 50px;
}

.single-team .team-thumb img {
    border-radius: 50%;
    padding: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-team .team-content {
    padding-top: 15px;
}

.single-team .team-content .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-team .team-content .rating .count {
    font-size: 14px;
    font-weight: 500;
    color: #212832;
}

.single-team .team-content .rating i {
    color: #ffba00;
    margin: 0 5px;
}

.single-team .team-content .rating .text {
    font-size: 13px;
    font-family: serif;
    font-weight: 400;
    color: #848886;
}

.single-team .team-content .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team .team-content .name {
        font-size: 16px;
    }
}

.single-team .team-content .designation {
    display: block;
    font-size: 14px;
    color: var(--main-color);
    margin-top: 10px;
}

.single-team:hover .team-thumb img {
    border-color: var(--main-color);
}

.courses-details {
    margin-top: 50px;
}

.courses-details .courses-details-images {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.courses-details .courses-details-images img {
    border-radius: 10px;
    width: 100%;
}

.courses-details .courses-details-images .tags {
    position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
    background-color: var(--main-color);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
}

.courses-details .courses-details-images .courses-play {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 575px) {
    .courses-details .courses-details-images .courses-play {
        width: 70px;
    }
}

.courses-details .courses-details-images .courses-play .play {
    position: absolute;
    top: 52%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .courses-details .courses-details-images .courses-play .play {
        font-size: 16px;
    }
}

.courses-details .title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .courses-details .title {
        font-size: 18px;
    }
}

.courses-details .courses-details-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .courses-details .courses-details-admin {
        display: block;
    }
}

.courses-details .courses-details-admin .admin-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .courses-details .courses-details-admin .admin-author {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.courses-details .courses-details-admin .admin-author .author-thumb img,
.single-courses .courses-content .courses-author .author .author-thumb a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.courses-details .courses-details-admin .admin-author .author-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 15px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .courses-details .courses-details-admin .admin-author .author-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.courses-details .courses-details-admin .admin-author .author-content .name {
    font-size: 17px;
    font-weight: 500;
    color: #212832;
    display: inline-block;
    line-height: 22px;
    position: relative;
}

.courses-details
    .courses-details-admin
    .admin-author
    .author-content
    .name:after {
    content: "||";
    font-size: 24px;
    font-weight: 300;
    color: #c5c5c5;
    position: relative;
    margin: 0 18px;
    bottom: -2px;
}

.courses-details .courses-details-admin .admin-author .author-content .Enroll {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    display: inline-block;
    line-height: 22px;
}

.courses-details .courses-details-admin .admin-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .courses-details .courses-details-admin .admin-rating {
        margin-inline-start: 65px;
    }
}

.courses-details .courses-details-admin .admin-rating .rating-count {
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    margin-inline-end: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details .courses-details-admin .admin-rating .rating-count {
        font-size: 13px;
    }
}

.courses-details .courses-details-admin .admin-rating .rating-star {
    position: relative;
    margin: 0 8px;
}

.courses-details .courses-details-admin .admin-rating .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details .courses-details-admin .admin-rating .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details .courses-details-admin .admin-rating .rating-star .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.courses-details
    .courses-details-admin
    .admin-rating
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details
        .courses-details-admin
        .admin-rating
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details .courses-details-admin .admin-rating .rating-text {
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    margin-bottom: 0;
}

.courses-details-tab {
    padding-top: 30px;
}

.courses-details-tab .details-tab-menu {
    background-color: #e5e5fb;
    border-radius: 10px;
    padding: 15px;
    padding-top: 5px;
}

.courses-details-tab .details-tab-menu .nav li {
    padding: 10px 10px 0;
}

.courses-details-tab .details-tab-menu .nav li button {
    width: 130px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses-details-tab .details-tab-menu .nav li button.active,
.courses-details-tab .details-tab-menu .nav li button:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.courses-details-tab .details-tab-content .tab-title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
}

.courses-details-tab .details-tab-content p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #52565b;
    font-size: 15px;
    font-weight: 400;
}

.courses-details-tab
    .details-tab-content
    .tab-description
    .description-wrapper {
    margin-top: 25px;
}

.courses-details-tab .details-tab-content .tab-instructors {
    margin-top: 25px;
}

.courses-details-tab .details-tab-content .tab-instructors .single-team {
    margin-top: 35px;
}
.courses-details-tab .details-tab-content .tab-instructors .single-team img {
    border-radius: 15px;
}
.courses-details-tab .details-tab-content .tab-rating-content {
    margin-top: 45px;
}

.courses-details-tab .details-tab-content .tab-rating-box {
    margin-top: 45px;
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 40px 30px;
}

.courses-details-tab .details-tab-content .tab-rating-box .count {
    font-size: 30px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1;
}

.courses-details-tab .details-tab-content .tab-rating-box .count i {
    font-size: 14px;
    color: #ffa200;
}

.courses-details-tab .details-tab-content .tab-rating-box p {
    margin-top: 0;
}

.courses-details-tab .details-tab-content .tab-rating-box .rating-box-wrapper {
    padding-top: 20px;
}

.courses-details-tab .details-tab-content .tab-rating-box .single-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-star {
    position: relative;
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details-tab
        .details-tab-content
        .tab-rating-box
        .single-rating
        .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-star
    .rating-bar {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details-tab
        .details-tab-content
        .tab-rating-box
        .single-rating
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-progress-bar {
    width: calc(100% - 95px);
    height: 5px;
    background-color: #d3ded7;
    border-radius: 5px;
    overflow: hidden;
}

.courses-details-tab
    .details-tab-content
    .tab-rating-box
    .single-rating
    .rating-progress-bar
    .rating-line {
    height: 100%;
    background-color: var(--main-color);
}

.courses-details-tab .details-tab-content .tab-reviews {
    margin-top: 25px;
}

.courses-details-tab .details-tab-content .tab-reviews .reviews-wrapper {
    margin-top: 30px;
}

.courses-details-tab .details-tab-content .tab-reviews .single-review {
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.courses-details-tab .details-tab-content .tab-reviews .single-review:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-18.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 101px;
    height: 172px;
    inset-inline-end: 100px;
    top: -50px;
}

@media only screen and (max-width: 575px) {
    .courses-details-tab
        .details-tab-content
        .tab-reviews
        .single-review:before {
        inset-inline-end: 50px;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .courses-details-tab
        .details-tab-content
        .tab-reviews
        .single-review
        .review-author {
        display: block;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-thumb {
    position: relative;
    display: inline-block;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-thumb
    img {
    display: block;
    width: 90px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    padding: 8px;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-thumb
    i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -13px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0 auto;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
}

@media only screen and (max-width: 575px) {
    .courses-details-tab
        .details-tab-content
        .tab-reviews
        .single-review
        .review-author
        .author-content {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .designation {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    margin-top: 5px;
    display: block;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .rating-star {
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details-tab
        .details-tab-content
        .tab-reviews
        .single-review
        .review-author
        .author-content
        .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .rating-star
    .rating-bar {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.courses-details-tab
    .details-tab-content
    .tab-reviews
    .single-review
    .review-author
    .author-content
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-details-tab
        .details-tab-content
        .tab-reviews
        .single-review
        .review-author
        .author-content
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-details-tab .details-tab-content .tab-reviews .single-review p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #52565b;
}

.courses-details-tab .details-tab-content .tab-reviews .reviews-btn {
    padding-top: 30px;
    text-align: center;
}

.reviews-active .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 22px;
}

.reviews-active .swiper-pagination .swiper-pagination-bullet {
    background-color: #d1e5d9;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.reviews-active
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.blog-details-wrapper {
    margin-top: 50px;
}

.blog-details-wrapper .title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .blog-details-wrapper .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-wrapper .title {
        font-size: 18px;
    }
}

.blog-details-admin-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-details-admin-meta {
        display: block;
    }
}

.blog-details-admin-meta .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details-admin-meta .author .author-thumb a {
    display: block;
}

.blog-details-admin-meta .author .author-thumb a img {
    width: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-admin-meta .author .author-thumb a img {
        width: 45px;
    }
}

.blog-details-admin-meta .author .author-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 12px;
}

.blog-details-admin-meta .author .author-name .name {
    color: #52565b;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-admin-meta .author .author-name .name {
        font-size: 13px;
    }
}

.blog-details-admin-meta .author .author-name .name:hover {
    color: var(--main-color);
}

.blog-details-admin-meta .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-details-admin-meta .blog-meta {
        padding-inline-start: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-admin-meta .blog-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blog-details-admin-meta .blog-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    margin-inline-end: 40px;
    display: inline-block;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .blog-details-admin-meta .blog-meta span {
        margin-inline-end: 25px;
        margin-top: 10px;
    }
}

.blog-details-admin-meta .blog-meta span:last-child {
    margin-inline-end: 0;
}

.blog-details-admin-meta .blog-meta span i {
    color: var(--main-color);
    margin-inline-end: 5px;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
}

.blog-details-admin-meta .blog-meta .tag a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #e5e5fb;
    border-radius: 5px;
    font-size: 14px;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-admin-meta .blog-meta .tag a {
        width: 80px;
        font-size: 13px;
    }
}

.blog-details-admin-meta .blog-meta .tag a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.blog-details-description {
    padding-top: 6px;
    padding-bottom: 20px;
}

.blog-details-description p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    color: #52565b;
}

.blog-details-description img {
    border-radius: 10px;
    margin-top: 35px;
}

.blog-details-description .h3,
.blog-details-description h3 {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .blog-details-description .h3,
    .blog-details-description h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-description .h3,
    .blog-details-description h3 {
        font-size: 18px;
    }
}

.blog-details-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

@media only screen and (max-width: 575px) {
    .blog-details-label {
        display: block;
    }
}

.blog-details-label .label {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 10px;
    padding-inline-end: 20px;
}

.blog-details-label .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-details-label .tag-list li {
    padding-inline-end: 20px;
    padding-top: 10px;
}

.blog-details-label .tag-list li:last-child {
    padding-inline-end: 0;
}

.blog-details-label .tag-list li a {
    width: 110px;
    height: 45px;
    line-height: 43px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    color: #212832;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .blog-details-label .tag-list li a {
        width: auto;
        padding: 0 14px;
    }
}

.blog-details-label .tag-list li a:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

.blog-details-label .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-label .social li {
    padding-inline-end: 20px;
    padding-top: 10px;
}

.blog-details-label .social li:last-child {
    padding-inline-end: 0;
}

.blog-details-label .social li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: 1px solid rgba(48, 146, 85, 0.25);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-label .social li a {
        width: 45px;
        height: 45px;
        line-height: 47px;
    }
}

.blog-details-label .social li a:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

.blog-details-comment .title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    line-height: 1.5;
}

.comment-wrapper {
    margin-top: 50px;
}

.comment-items .comment-reply {
    padding-inline-start: 100px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .comment-items .comment-reply {
        padding-inline-start: 0;
    }
}

.comment-items .comment-reply:before {
    position: absolute;
    content: "";
    width: 51px;
    height: 84px;
    background-image: url(../images/shape/shape-25.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    inset-inline-start: 30px;
    top: -33px;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .comment-items .comment-reply:before {
        display: none;
    }
}

.single-comment {
    padding: 30px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
}

.single-comment .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .single-comment .comment-author {
        display: block;
    }
}

.single-comment .comment-author .author-thumb img {
    width: 90px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(48, 146, 85, 0.2);
}

.single-comment .comment-author .author-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
    padding-inline-end: 115px;
}

@media only screen and (max-width: 767px) {
    .single-comment .comment-author .author-content {
        padding-inline-end: 0;
    }
}

@media only screen and (max-width: 575px) {
    .single-comment .comment-author .author-content {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.single-comment .comment-author .author-content .name {
    font-size: 22px;
    font-weight: 500;
    color: #212832;
}

.single-comment .comment-author .author-content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-comment .comment-author .author-content .meta span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.single-comment .comment-author .author-content .meta .designation {
    color: var(--main-color);
}

.single-comment .comment-author .author-content .meta .designation:after {
    content: "||";
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    margin: 0 8px;
}

.single-comment .comment-author .author-content .meta .time {
    color: #ff8a00;
}

.single-comment p {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.single-comment .reply {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background-color: #e5e5fb;
    color: var(--main-color);
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 30px;
    inset-inline-end: 30px;
}

@media only screen and (max-width: 767px) {
    .single-comment .reply {
        position: relative;
        top: 0;
        inset-inline-end: 0;
        margin-top: 15px;
    }
}

.single-comment .reply i {
    margin-inline-end: 5px;
}

.single-comment .reply:hover {
    background-color: var(--main-color);
    color: #fff;
}

.comment-form {
    margin-top: 50px;
}

.comment-form .form-wrapper {
    padding-top: 10px;
}

.comment-form .form-wrapper .single-form textarea {
    height: 280px;
}

.register-login-wrapper {
    padding: 70px;
    padding-top: 20px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .register-login-wrapper {
        padding: 30px;
    }
}

.register-login-images {
    background-color: #e5e5fb;
    padding: 45px 40px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .register-login-images {
        margin-top: 30px;
        padding: 25px 20px 0;
    }
}

.register-login-images .shape-1 {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: var(--main-color);
    top: 50px;
    inset-inline-start: 20%;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .register-login-images .shape-1 {
        width: 120px;
        height: 120px;
    }
}

.register-login-images .shape-1 img {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 20%;
}

@media only screen and (max-width: 575px) {
    .register-login-images .shape-1 img {
        width: 30px;
    }
}

.register-login-images .images {
    width: 100%;
}

.register-login-form {
    max-width: 400px;
    margin-inline-start: auto;
    margin-top: 45px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .register-login-form {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .register-login-form {
        margin-top: 30px;
    }
}

.register-login-form .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .register-login-form .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .register-login-form .title {
        font-size: 20px;
    }
}

.register-login-form .title span {
    color: var(--main-color);
    position: relative;
}

.register-login-form .title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 121px;
    height: 13px;
    inset-inline-start: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .register-login-form .title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (max-width: 575px) {
    .register-login-form .title span:before {
        display: none;
    }
}

.register-login-form .form-wrapper {
    padding-top: 30px;
}

@media only screen and (max-width: 575px) {
    .register-login-form .form-wrapper {
        padding-top: 10px;
    }
}

.register-login-form .single-form .btn {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.register-login-form .single-form .btn:before {
    width: 600px;
    height: 600px;
}

.register-login-form .single-form .btn.btn-outline {
    border: 1px solid rgba(48, 146, 85, 0.2);
    line-height: 58px;
}

.register-login-form .single-form .btn.btn-outline:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.faq-tab-menu {
    background-color: #e5e5fb;
    padding: 25px 85px 40px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-tab-menu {
        padding: 25px 35px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-tab-menu {
        padding: 15px 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .faq-tab-menu {
        padding: 15px 20px 30px;
    }
}

.faq-tab-menu .nav li {
    padding: 15px 15px 0;
}

@media only screen and (max-width: 575px) {
    .faq-tab-menu .nav li {
        padding: 15px 5px 0;
    }
}

.faq-tab-menu .nav li button {
    height: 60px;
    line-height: 58px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
    padding: 0 20px;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-tab-menu .nav li button {
        width: 170px !important;
    }
}

@media only screen and (max-width: 575px) {
    .faq-tab-menu .nav li button {
        font-size: 13px;
        height: 50px;
        line-height: 48px;
        padding: 0 12px;
    }
}

.faq-tab-menu .nav li button.active,
.faq-tab-menu .nav li button:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-tab-menu .nav.nav-justified .nav-item,
    .faq-tab-menu .nav.nav-justified .nav-link {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

.faq-wrapper {
    padding-top: 30px;
}

.single-faq-item {
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 10px 70px 35px;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .single-faq-item {
        padding: 1px 45px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-faq-item {
        padding: 1px 30px 30px;
    }
}

.single-faq-item .faq-title {
    max-width: 330px;
    margin-top: 25px;
}

.single-faq-item .faq-title .title {
    font-size: 20px;
    font-weight: 500;
    color: #212832;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
    .single-faq-item .faq-title .title {
        font-size: 18px;
    }
}

.single-faq-item .faq-text {
    margin-top: 25px;
}

.single-faq-item:hover {
    background-color: #e5e5fb;
    border-color: #e5e5fb;
}

.single-faq-item:hover .faq-title .title {
    color: var(--main-color);
}

.faq-btn {
    margin-top: 50px;
}
.accordion {
    background: #1f2937;
    padding: 40px;
    border-radius: 15px;
}
.accordion .accordion-item,
.accordion .accordion-item h2 {
    border: 0;
    background: #1f2937;
}
.accordion .accordion-item .accordion-button {
    background: #1f2937;
    color: #fff;
    border-radius: 0;
    box-shadow: unset;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-inline: 0;
}
.accordion-collapse {
    background: #1f2937;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 10px;
}
.accordion-body,
.accordion-body li {
    color: #ccc !important;
}
.accordion-body p {
    color: #fff;
}
.accordion-body a,
.school-course .about-item h3 {
    color: #22d3ee !important;
}
.accordion-button:after {
    filter: brightness(10);
}
.error-images {
    margin-top: 50px;
}
.course-img {
    width: 100%;
}
.course-img img {
    width: 250px;
    border-radius: 10px;
    height: auto;
    object-fit: contain;
}
.course-img img:first-child {
    margin-inline-end: -5px;
}
.course-img img:nth-child(2) {
    width: 360px;
    margin: 0;
    z-index: 99;
}
.course-img img:nth-child(3) {
    margin-inline-start: -5px;
}
.error-content {
    max-width: 470px;
    margin-inline-start: auto;
    margin-top: 45px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content {
        max-width: 430px;
        margin-inline-start: 0;
    }
}

.error-content .sub-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: var(--main-color);
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content .sub-title {
        font-size: 16px;
    }
}

.error-content .main-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-content .main-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content .main-title {
        font-size: 24px;
    }
}

.error-content .main-title span {
    color: var(--main-color);
    position: relative;
}

.error-content .main-title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 210px;
    height: 21px;
    inset-inline-start: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .error-content .main-title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-content .main-title span:before {
        width: 140px;
        height: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content .main-title span:before {
        display: none;
    }
}

.error-content P {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
}

.error-content .btn {
    margin-top: 35px;
}

.contact-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .contact-map-wrapper iframe {
        height: 300px;
    }
}

.contact-wrapper {
    padding: 70px;
    padding-top: 20px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-wrapper {
        padding: 40px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .contact-wrapper {
        padding: 30px;
        padding-top: 0;
    }
}

.contact-info {
    background-color: #e5e5fb;
    padding: 70px 60px;
    border-radius: 15px;
    margin-top: 50px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info {
        margin-top: 30px;
        padding: 30px 20px;
    }
}

.contact-info .shape {
    position: absolute;
    top: 50px;
    inset-inline-end: 50px;
}

@media only screen and (max-width: 575px) {
    .contact-info .shape {
        top: 25px;
        inset-inline-end: 25px;
    }
}

.single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (max-width: 575px) {
    .single-contact-info {
        display: block;
        text-align: center;
    }
}

.single-contact-info + .single-contact-info {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
}

.single-contact-info .info-icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-info .info-icon {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .single-contact-info .info-icon {
        margin: 0 auto;
    }
}

.single-contact-info .info-icon i {
    width: 70px;
    height: 70px;
    line-height: 78px;
    background-color: #fff;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    font-size: 30px;
    color: var(--main-color);
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-info .info-icon i {
        width: 60px;
        height: 60px;
        line-height: 68px;
        font-size: 24px;
    }
}

.single-contact-info .info-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-info .info-content {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-contact-info .info-content {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.single-contact-info .info-content .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 0;
}

.single-contact-info .info-content p {
    font-size: 22px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-info .info-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .single-contact-info .info-content p {
        font-size: 16px;
    }
}

.single-contact-info:hover .info-icon i {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.contact-form {
    margin-top: 45px;
}

@media only screen and (max-width: 575px) {
    .contact-form {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form {
        margin-top: 30px;
    }
}

.contact-form .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .contact-form .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form .title {
        font-size: 20px;
    }
}

.contact-form .title span {
    color: var(--main-color);
    position: relative;
}

.contact-form .title span:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 121px;
    height: 13px;
    inset-inline-start: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .contact-form .title span:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media only screen and (max-width: 575px) {
    .contact-form .title span:before {
        display: none;
    }
}

.contact-form .form-wrapper {
    padding-top: 30px;
}

@media only screen and (max-width: 575px) {
    .contact-form .form-wrapper {
        padding-top: 10px;
    }
}

.contact-form .single-form .btn {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form .single-form .btn:before {
    width: 600px;
    height: 600px;
}

.contact-form .single-form .btn.btn-outline {
    border: 1px solid rgba(48, 146, 85, 0.2);
    line-height: 58px;
}

.contact-form .single-form .btn.btn-outline:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.contact-form .single-form .btn i {
    display: inline-block;
    font-size: 30px;
    position: relative;
    line-height: 1;
    top: 7px;
    padding-inline-start: 30px;
}

.form-message {
    margin-bottom: 0;
}

.form-message.error,
.form-message.success {
    font-size: 16px;
    font-weight: 500;
    color: #212832;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
}

.form-message.error {
    color: #ff0000;
}

.courses-enroll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.courses-video-player {
    width: 71.8%;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-player {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .courses-video-player {
        padding-bottom: 60px;
    }
}

.courses-video-player .vidcontainer {
    background: #010101;
    position: relative;
    height: 690px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-video-player .vidcontainer {
        height: 490px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-player .vidcontainer {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-video-player .vidcontainer {
        height: 420px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-video-player .vidcontainer {
        height: 340px;
    }
}

.courses-video-player video {
    width: 100%;
    height: 690px;
    text-align: center;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-video-player video {
        height: 490px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-player video {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-video-player video {
        height: 420px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-video-player video {
        height: 340px;
    }
}

.courses-video-player .video-play-bar {
    background-color: rgba(33, 40, 50, 0.8);
    position: absolute;
    bottom: 20px;
    inset-inline-start: 30px;
    inset-inline-end: 30px;
    padding: 20px 40px;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

@media only screen and (max-width: 575px) {
    .courses-video-player .video-play-bar {
        inset-inline-start: 20px;
        inset-inline-end: 20px;
        padding: 15px 15px;
    }
}

.courses-video-player .topControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.courses-video-player .topControl .progress {
    width: calc(100% - 110px);
    height: 3px;
    position: relative;
    cursor: pointer;
    background-color: #7a8088;
}

@media only screen and (max-width: 575px) {
    .courses-video-player .topControl .progress {
        width: calc(100% - 100px);
    }
}

.courses-video-player .topControl .progress span {
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    display: block;
}

.courses-video-player .topControl .progress .timeBar {
    z-index: 10;
    width: 0;
    background-color: #ff0000;
}

.courses-video-player .topControl .progress .bufferBar {
    z-index: 5;
    width: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.courses-video-player .topControl .time {
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
}

.courses-video-player .controllers {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    margin-inline-start: -5px;
    margin-inline-end: -5px;
}

.courses-video-player .controllers .controllers-right {
    white-space: nowrap;
    text-align: right;
}

.courses-video-player .controllers button {
    border: 0;
    background: none;
    color: #fff;
    margin: 0 10px;
    outline: none;
    font-size: 15px;
    display: inline-block;
    padding: 0;
}

@media only screen and (max-width: 575px) {
    .courses-video-player .controllers button {
        font-size: 14px;
    }
}

.courses-video-player .controllers .btnPlay:after {
    content: "\f04b";
    font-family: "FontAwesome";
}

.courses-video-player .controllers .paused:after {
    content: "\f04c";
}

.courses-video-player .controllers .sound:after {
    content: "\f027";
    font-family: "FontAwesome";
}

.courses-video-player .controllers .sound2:after {
    content: "\f028";
}

.courses-video-player .controllers .muted:after {
    content: "\f026";
}

.courses-video-player .controllers .volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 5px;
    background-color: #7a8088;
    display: inline-block;
    margin-bottom: 2px;
}

.courses-video-player .controllers .volume .volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    background-color: #ff0000;
    z-index: 10;
}

.courses-video-player .controllers .speedcnt {
    display: none;
    position: absolute;
    inset-inline-end: 60px;
    bottom: 46px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses-video-player .controllers .speedcnt li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 5px 20px;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid rgba(48, 146, 85, 0.2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #52565b;
}

.courses-video-player .controllers .speedcnt li:last-child {
    border-bottom: 0;
}

.courses-video-player .controllers .speedcnt li.selected {
    font-weight: 500;
    background-color: var(--main-color);
    color: #fff;
}

.courses-video-player .controllers .btnFS:after {
    content: "\f065";
    font-family: "FontAwesome";
}

.courses-video-player .controllers .disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.5);
}

.courses-video-player .bigplay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    top: 0;
    inset-inline-start: 0;
}

@media only screen and (max-width: 575px) {
    .courses-video-player .bigplay {
        font-size: 45px;
    }
}

.courses-video-player .bigplay i {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.courses-video-player .loading {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 20;
}

.courses-video-player .loading .spinner {
    border-color: #fff;
    border-right-color: transparent;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    margin-top: -35px;
    margin-inline-start: -35px;
}

.courses-video-player:hover .video-play-bar {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.courses-enroll-content {
    padding: 0 70px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content {
        padding: 0 20px;
    }
}

.courses-enroll-content .courses-enroll-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-enroll-content .courses-enroll-title {
        display: block;
    }
}

.courses-enroll-content .courses-enroll-title .title {
    max-width: 760px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    color: #212832;
    margin-bottom: 0;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content .courses-enroll-title .title {
        max-width: 380px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content .courses-enroll-title .title {
        font-size: 18px;
    }
}

.courses-enroll-content .courses-enroll-title p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.courses-enroll-content .courses-enroll-title p i {
    color: #ff4200;
    margin-inline-end: 3px;
}

.courses-enroll-content .courses-enroll-title p span {
    color: #ff4200;
}

.courses-enroll-content .courses-enroll-tab {
    background-color: #e5e5fb;
    padding: 5px 15px 15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .courses-enroll-content .courses-enroll-tab {
        display: block;
    }
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav {
    margin-inline-start: -7px;
    margin-inline-end: -7px;
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li {
    padding: 10px 7px 0;
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
    border: 1px solid rgba(48, 146, 85, 0.2);
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content
        .courses-enroll-tab
        .enroll-tab-menu
        .nav
        li
        button {
        font-size: 14px;
        padding: 0 13px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-enroll-content
        .courses-enroll-tab
        .enroll-tab-menu
        .nav
        li
        button {
        font-size: 14px;
        padding: 0 13px;
    }
}

.courses-enroll-content
    .courses-enroll-tab
    .enroll-tab-menu
    .nav
    li
    button.active,
.courses-enroll-content
    .courses-enroll-tab
    .enroll-tab-menu
    .nav
    li
    button:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.courses-enroll-content .courses-enroll-tab .enroll-share {
    padding-top: 10px;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a {
    border: 1px solid rgba(48, 146, 85, 0.2);
    background-color: #fff;
    border-radius: 10px;
    padding: 0 25px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content .courses-enroll-tab .enroll-share a {
        font-size: 14px;
        padding: 0 20px;
    }
}

.courses-enroll-content .courses-enroll-tab .enroll-share a i {
    margin-inline-end: 5px;
    font-size: 20px;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a:hover i {
    color: #fff;
}

.courses-enroll-content .courses-enroll-tab-content {
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 10px 50px 35px;
    border-radius: 10px;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content .courses-enroll-tab-content {
        padding: 1px 40px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content .courses-enroll-tab-content {
        padding: 1px 20px 15px;
    }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title {
    padding-top: 20px;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    color: #212832;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-title
        .title {
        font-size: 20px;
    }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content {
    padding-top: 25px;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content p {
    font-size: 15px;
    font-weight: 400;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
    margin-bottom: 25px;
    margin-top: 25px;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .table
    tbody
    tr
    th {
    width: 170px;
    border-color: rgba(48, 146, 85, 0.2);
    padding: 12px 30px;
    padding-inline-end: 0;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .table
        tbody
        tr
        th {
        font-size: 14px;
        padding: 8px 15px;
        padding-inline-end: 0;
        min-width: 90px;
    }
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .table
    tbody
    tr
    th
    span {
    display: block;
    float: right;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .table
    tbody
    tr
    td {
    border-color: rgba(48, 146, 85, 0.2);
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #52565b;
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .table
        tbody
        tr
        td {
        font-size: 14px;
        padding: 8px 15px;
    }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .text {
    font-weight: 500;
    color: #212832;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor {
    border-bottom: 1px solid rgba(48, 146, 85, 0.2);
    position: relative;
    overflow: hidden;
    padding: 25px 0 20px;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor:first-child {
    padding-top: 0;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .single-instructor
        .review-author {
        display: block;
    }
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-thumb {
    position: relative;
    display: inline-block;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-thumb
    img {
    display: block;
    width: 90px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    padding: 8px;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
}

@media only screen and (max-width: 575px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .single-instructor
        .review-author
        .author-content {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .designation {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    margin-top: 5px;
    display: block;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star {
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .single-instructor
        .review-author
        .author-content
        .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star
    .rating-bar {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-enroll-content
        .courses-enroll-tab-content
        .enroll-tab-content
        .single-instructor
        .review-author
        .author-content
        .rating-star
        .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #212832;
}

.courses-video-playlist {
    width: 28.2%;
    background-color: #eefbf3;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-playlist {
        width: 100%;
    }
}

.courses-video-playlist .playlist-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px 25px;
    background-color: #dff0e6;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-playlist .playlist-title {
        padding: 15px 40px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-video-playlist .playlist-title {
        padding: 5px 20px 15px;
    }
}

.courses-video-playlist .playlist-title .title {
    font-size: 22px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .courses-video-playlist .playlist-title .title {
        font-size: 18px;
    }
}

.courses-video-playlist .playlist-title span {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .courses-video-playlist .playlist-title span {
        font-size: 16px;
    }
}

.courses-video-playlist .video-playlist .accordion-item {
    text-align: left;
    border: 0;
    margin-bottom: 0;
    background: none;
}

.courses-video-playlist .video-playlist .accordion-item button {
    border: 0;
    background: none;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cde9d7;
    padding: 8px 30px;
    padding-inline-end: 50px;
    background-color: #e0f1e7;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-video-playlist .video-playlist .accordion-item button {
        padding: 8px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-video-playlist .video-playlist .accordion-item button {
        padding: 8px 20px;
        padding-inline-end: 40px;
    }
}

.courses-video-playlist .video-playlist .accordion-item button p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 420px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-video-playlist .video-playlist .accordion-item button p {
        font-size: 14px;
    }
}

.courses-video-playlist .video-playlist .accordion-item button:before {
    content: "\eaa1";
    font-family: IcoFont;
    font-size: 20px;
    color: var(--main-color);
    position: absolute;
    top: 8px;
    inset-inline-end: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
    .courses-video-playlist .video-playlist .accordion-item button:before {
        inset-inline-end: 20px;
    }
}

.courses-video-playlist .video-playlist .accordion-item button.collapsed {
    background-color: #eefbf3;
}

.courses-video-playlist .video-playlist .accordion-item button.collapsed p {
    color: #212832;
}

.courses-video-playlist
    .video-playlist
    .accordion-item
    button.collapsed:before {
    content: "\eab2";
    color: #212832;
}

.courses-video-playlist .video-playlist .total-duration {
    font-size: 13px;
    font-weight: 400;
    color: #848886;
    margin-top: 6px;
    display: block;
}

.courses-video-playlist .video-playlist .vids a {
    display: block;
    padding: 8px 80px;
    padding-inline-end: 30px;
    border-bottom: 1px solid #cde9d7;
    position: relative;
}

.courses-video-playlist .video-playlist .vids a:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    top: 13px;
    inset-inline-start: 48px;
}

.courses-video-playlist .video-playlist .vids a p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-video-playlist .video-playlist .vids a p {
        font-size: 13px;
    }
}

.courses-video-playlist .video-playlist .vids a.active:before {
    background-color: var(--main-color);
    border-color: #acd6bc;
}

.courses-video-playlist .video-playlist .vids a.active p {
    color: var(--main-color);
}

.sidebar-wrapper {
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    z-index: 991;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper {
        position: fixed;
        height: auto;
        width: 100%;
        top: auto;
        bottom: 0;
    }
}

.sidebar-wrapper .menu-list {
    padding: 40px 22px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-wrapper .menu-list {
        padding: 10px;
    }
}

.sidebar-wrapper .menu-list a {
    width: 55px;
    height: 55px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper .menu-list a {
        margin: 0 10px;
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-wrapper .menu-list a {
        margin: 0 7px;
    }
}

.sidebar-wrapper .menu-list a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 25px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 50%;
    inset-inline-start: -24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper .menu-list a:before {
        width: 25px;
        height: 4px;
        inset-inline-start: 50%;
        top: auto;
        bottom: -17px;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    [dir="rtl"] .sidebar-wrapper .menu-list a:before {
        -webkit-transform: translateX(50%) translateY(0);
        transform: translateX(50%) translateY(0);
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-wrapper .menu-list a:before {
        bottom: -12px;
    }
}

.sidebar-wrapper .menu-list a + a {
    margin-top: 30px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper .menu-list a + a {
        margin-top: 0;
    }
}

.sidebar-wrapper .menu-list a.active,
.sidebar-wrapper .menu-list a:hover {
    background-color: #3c9d60;
    border-color: #3c9d60;
}

.sidebar-wrapper .menu-list a.active:before,
.sidebar-wrapper .menu-list a:hover:before {
    opacity: 1;
    visibility: visible;
}

.page-content-wrapper {
    padding-inline-start: 100px;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .page-content-wrapper {
        padding-inline-start: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-content-wrapper {
        padding-bottom: 60px;
    }
}

.page-content-wrapper .custom-container {
    padding: 0 15px;
}

@media only screen and (min-width: 1600px) {
    .page-content-wrapper .custom-container {
        padding: 0 50px;
    }
}

.page-content-wrapper .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #e5e5fb;
    border-radius: 10px;
    padding: 26px 40px;
}

@media only screen and (max-width: 767px) {
    .page-content-wrapper .message {
        padding: 26px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-content-wrapper .message {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .page-content-wrapper .message {
        padding: 26px 30px;
    }
}

.page-content-wrapper .message .message-icon {
    margin-top: 3px;
}

.page-content-wrapper .message .message-content {
    padding-inline-start: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .page-content-wrapper .message .message-content {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-content-wrapper .message .message-content {
        padding-inline-start: 0;
        padding-top: 15px;
    }
}

.admin-courses-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab {
        display: block;
    }
}

.admin-courses-tab .title {
    font-size: 32px;
    font-weight: 500;
    color: #212832;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-courses-tab .title {
        font-size: 26px;
    }
}

.admin-courses-tab .courses-tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline-start: -10px;
    margin-inline-end: -10px;
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab .courses-tab-wrapper {
        display: block;
    }
}

.admin-courses-tab .courses-tab-wrapper > * {
    margin: 0 10px;
}

.admin-courses-tab .courses-tab-wrapper .courses-select {
    padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #212832;
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
        display: block;
    }
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select:after {
    width: 6px;
    height: 6px;
    border-color: #212832;
    inset-inline-end: 20px;
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list {
        width: 100%;
    }
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list li {
    min-height: 35px;
    line-height: 35px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab .courses-tab-wrapper .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.admin-courses-tab .courses-tab-wrapper .nav li {
    margin-inline-end: 20px;
    padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .nav li:last-child {
    margin-inline-end: 0;
}

.admin-courses-tab .courses-tab-wrapper .nav li button {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    text-align: center;
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    color: #212832;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-courses-tab .courses-tab-wrapper .nav li button {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }
}

.admin-courses-tab .courses-tab-wrapper .nav li button.active,
.admin-courses-tab .courses-tab-wrapper .nav li button:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.admin-courses-tab .courses-tab-wrapper .tab-btn {
    padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
        padding: 0 15px;
        width: 100%;
    }
}

.admin-courses-tab .courses-tab-wrapper .tab-btn .btn:before {
    width: 500px;
    height: 500px;
}

.courses-item {
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-item {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .courses-item {
        padding: 15px;
    }
}

.courses-item .item-thumb a img {
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .item-thumb a img {
        width: 130px;
    }
}

.courses-item .content-title {
    max-width: 545px;
    padding-inline-start: 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .content-title {
        padding-inline-start: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-item .content-title {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-item .content-title {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.courses-item .content-title .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.courses-item .content-title .meta .action {
    height: 18px;
    line-height: 18px;
    padding: 0 13px;
    border-radius: 50px;
    display: inline-block;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.courses-item .content-title .meta .action + .action {
    margin-inline-start: 10px;
}

.courses-item .content-title .meta .action:first-of-type {
    background-color: #ff6e30;
    color: #fff;
}

.courses-item .content-title .meta .action:nth-of-type(2) {
    background-color: #dff5ef;
    color: #06b284;
}

.courses-item .content-title .meta .action:nth-of-type(3) {
    background-color: #e1e6fa;
    color: #0066ff;
}

.courses-item .content-title .title {
    margin-bottom: 0;
}

.courses-item .content-title .title a {
    font-size: 20px;
    font-weight: 500;
    color: #212832;
    margin-top: 18px;
    display: block;
    line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .content-title .title a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-item .content-title .title a {
        font-size: 16px;
    }
}

.courses-item .content-title .title a:hover {
    color: var(--main-color);
}

.courses-item .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-inline-start: -18px;
    margin-inline-end: -18px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .content-wrapper {
        margin-inline-start: -7px;
        margin-inline-end: -7px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item .content-wrapper {
        margin-inline-start: -10px;
        margin-inline-end: -10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-item .content-wrapper {
        margin-inline-start: -5px;
        margin-inline-end: -5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .courses-item .content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.courses-item .content-wrapper > * {
    margin: 15px 18px 0;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .content-wrapper > * {
        margin: 15px 7px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item .content-wrapper > * {
        margin: 15px 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-item .content-wrapper > * {
        margin: 15px 5px 0;
    }
}

.courses-item .content-wrapper .content-box {
    width: 180px;
    padding: 15px 25px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-item .content-wrapper .content-box {
        width: 150px;
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-item .content-wrapper .content-box {
        width: 143px;
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-item .content-wrapper .content-box {
        padding: 15px;
        width: auto;
    }
}

.courses-item .content-wrapper .content-box p {
    font-size: 15px;
    font-weight: 400;
    color: #212832;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-item .content-wrapper .content-box p {
        font-size: 14px;
    }
}

.courses-item .content-wrapper .content-box .count {
    font-size: 22px;
    font-weight: 700;
    margin-top: 3px;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item .content-wrapper .content-box .count {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-item .content-wrapper .content-box .count {
        font-size: 16px;
    }
}

.courses-item .content-wrapper .content-box .count .rating-star {
    position: relative;
}

.courses-item .content-wrapper .content-box .count .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #bfbfbf;
    font-size: 13px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item .content-wrapper .content-box .count .rating-star:before {
        font-size: 12px;
    }
}

.courses-item .content-wrapper .content-box .count .rating-star .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.courses-item
    .content-wrapper
    .content-box
    .count
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ff9600;
    font-size: 13px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-item
        .content-wrapper
        .content-box
        .count
        .rating-star
        .rating-bar:before {
        font-size: 12px;
    }
}

.courses-item .content-wrapper .content-box:first-of-type {
    background-color: #e5ecff;
}

.courses-item .content-wrapper .content-box:first-of-type .count {
    color: #0f42cd;
}

.courses-item .content-wrapper .content-box:nth-of-type(2) {
    background-color: #def2e6;
}

.courses-item .content-wrapper .content-box:nth-of-type(2) .count {
    color: var(--main-color);
}

.courses-item .content-wrapper .content-box:nth-of-type(3) {
    background-color: #ffe8df;
}

.courses-item .content-wrapper .content-box:nth-of-type(3) .count {
    color: #ff6e30;
}

.courses-item .content-wrapper .courses-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    font-weight: 500;
    font-size: 15px;
    color: #212832;
}

.courses-item .content-wrapper .courses-select .nice-select:after {
    width: 6px;
    height: 6px;
    border-color: #212832;
    inset-inline-end: 20px;
}

.courses-item .content-wrapper .courses-select .nice-select .list li {
    min-height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.courses-resources {
    background-color: #eefbf3;
    padding: 70px 100px;
    border-radius: 10px;
    margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-resources {
        padding: 70px 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-resources {
        padding: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-resources {
        margin-top: 60px;
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-resources {
        padding: 20px 20px;
    }
}

.courses-resources .title {
    font-size: 25px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .courses-resources .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .courses-resources .title {
        font-size: 20px;
    }
}

.single-resources {
    text-align: center;
    margin-top: 30px;
}

.single-resources .resources-icon {
    border: 1px solid rgba(48, 146, 85, 0.2);
    display: inline-block;
    padding: 13px;
    border-radius: 50%;
}

.single-resources .resources-icon a {
    position: relative;
    display: inline-block;
    background-color: #d3ecdd;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-resources .resources-icon a img {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
    .single-resources .resources-icon a img {
        width: 60px;
    }
}

.single-resources .resources-icon a .hover {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
}

.single-resources .title {
    margin-bottom: 0;
}

.single-resources .title a {
    font-size: 22px;
    font-weight: 500;
    margin-top: 28px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .single-resources .title a {
        font-size: 18px;
    }
}

.single-resources:hover .resources-icon a {
    background-color: var(--main-color);
}

.single-resources:hover .resources-icon a img {
    opacity: 0;
    visibility: hidden;
}

.single-resources:hover .resources-icon a .hover {
    opacity: 1;
    visibility: visible;
}

.admin-tab-menu {
    padding: 40px 30px;
    background-color: #e5f4eb;
    position: absolute;
    top: 0;
    inset-inline-start: 99px;
    z-index: 9;
    height: 100%;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-tab-menu {
        height: auto;
        inset-inline-start: 0;
        position: relative;
    }
}

.admin-tab-menu a {
    display: block;
    width: 280px;
    height: 55px;
    line-height: 53px;
    border-radius: 10px;
    padding: 0 50px 0 20px;
    border: 1px solid #c1e0cd;
    background-color: #daeee2;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .admin-tab-menu a {
        width: 230px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .admin-tab-menu a {
        width: 205px;
        font-size: 14px;
        padding: 0 45px 0 15px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-tab-menu a {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .admin-tab-menu a {
        font-size: 14px;
        padding: 0 45px 0 15px;
    }
}

.admin-tab-menu a span {
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background-color: var(--main-color);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .admin-tab-menu a span {
        inset-inline-end: 17px;
    }
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .admin-tab-menu a span {
        inset-inline-end: 17px;
        width: 21px;
        height: 21px;
        line-height: 20px;
    }
}

.admin-tab-menu a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .admin-tab-menu a:before {
        inset-inline-start: 15px;
    }
}

.admin-tab-menu a + a {
    margin-top: 20px;
}

.admin-tab-menu a.active,
.admin-tab-menu a:hover {
    padding-inline-start: 40px;
    font-weight: 500;
    background-color: #fff;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .admin-tab-menu a.active,
    .admin-tab-menu a:hover {
        padding-inline-start: 25px;
    }
}

.admin-tab-menu a.active:before,
.admin-tab-menu a:hover:before {
    opacity: 1;
    visibility: visible;
}

.main-content-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-inline-start: 340px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-content-wrapper {
        padding-inline-start: 289px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-content-wrapper {
        padding-inline-start: 266px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper {
        padding-inline-start: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1600px) {
    .main-content-wrapper .container-fluid,
    .main-content-wrapper .container-lg,
    .main-content-wrapper .container-md,
    .main-content-wrapper .container-sm,
    .main-content-wrapper .container-xl,
    .main-content-wrapper .container-xxl {
        padding: 0 60px;
    }
}

.admin-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-top-bar {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .admin-top-bar.students-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.overview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline-start: -20px;
    margin-inline-end: -20px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .overview-box {
        margin-inline-start: -10px;
        margin-inline-end: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .overview-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}

.overview-box .single-box {
    border-radius: 10px;
    padding: 15px 30px;
    width: 200px;
    margin: 20px 20px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .overview-box .single-box {
        margin: 20px 10px 0;
        width: 175px;
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .overview-box .single-box {
        margin: 20px 10px 0;
        width: 185px;
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-box .single-box {
        margin: 20px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .overview-box .single-box {
        width: 100%;
        margin: 20px 0 0;
    }
}

.overview-box .single-box .title {
    font-size: 15px;
    font-weight: 400;
    color: #212832;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-box .single-box .title {
        font-size: 14px;
    }
}

.overview-box .single-box .count {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .overview-box .single-box .count {
        font-size: 20px;
    }
}

.overview-box .single-box .count .rating-star {
    position: relative;
}

.overview-box .single-box .count .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 13px;
    letter-spacing: 1px;
}

.overview-box .single-box .count .rating-star .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.overview-box .single-box .count .rating-star .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 13px;
    letter-spacing: 1px;
}

.overview-box .single-box p {
    font-size: 13px;
    font-weight: 500;
    color: #212832;
    margin-top: 3px;
}

.overview-box .single-box p span {
    color: var(--main-color);
}

.overview-box .single-box:first-of-type {
    background-color: #e5ecff;
}

.overview-box .single-box:first-of-type .count {
    color: #0f42cd;
}

.overview-box .single-box:nth-of-type(2) {
    background-color: #def2e6;
}

.overview-box .single-box:nth-of-type(2) .count {
    color: var(--main-color);
}

.overview-box .single-box:nth-of-type(3) {
    background-color: #ffe8df;
}

.overview-box .single-box:nth-of-type(3) .count {
    color: #ff6e30;
}

.graph {
    padding: 25px 70px 45px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    margin-top: 40px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .graph {
        padding: 15px 30px 25px;
    }
}

.graph .graph-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .graph .graph-title {
        display: block;
    }
}

.graph .graph-title .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px;
    line-height: 1.4;
}

@media only screen and (max-width: 575px) {
    .graph .graph-title .title {
        font-size: 18px;
    }
}

.graph .graph-content {
    margin-top: 20px;
}

.graph .graph-btn {
    text-align: center;
    margin-top: 20px;
}

.graph .graph-btn .btn {
    font-size: 15px;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .graph .graph-btn .btn {
        padding: 0 20px;
    }
}
/******************************** accommodation ***********************************/
.accommodation-item {
    position: relative;
    height: 600px;
}
.accommodation-item .slider-images {
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 600px;
}
.accommodation-item .slider-video {
    position: relative;
    height: 600px;
}
.accommodation-item .slider-video .video-play {
    top: 50%;
    inset-inline-start: 50%;
}
.accommodation-item.right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
}
.accommodation-item.right-side h3 {
    color: #fff;
    filter: drop-shadow(2px 4px 6px #fffc);
    text-align: center;
    font-weight: bold;
}
.accommodation-item.right-side h5 {
    color: #22d3ee;
    font-weight: 600;
    text-align: start;
}
.accommodation-item.right-side h5 span {
    font-size: 28px !important;
}
.accommodation-item.right-side ul {
    list-style: disc;
    padding-inline-start: 20px;
    text-align: start;
}
.accommodation-item.right-side ul li {
    line-height: 1.8;
}
.about-us {
    background: #e5e5fb;
    background: linear-gradient(rgba(99, 97, 97, 0.3), rgba(106, 105, 105, 0.3)), url(../images/pattern2.webp) repeat !important;
    background-size: auto !important;
    background-color: transparent !important;
}
.about-us .accommodation-item {
}
.about-us .accommodation-item h3 {
    color: var(--main-color);
}
.about-us .accommodation-item p {
    color: #ffffff;
    font-size: 27px !important;
    line-height: 1.3;
}
/******************************** accommodation ***********************************/
.student-box {
    border-radius: 10px;
    padding: 25px 30px;
    width: 180px;
    margin-top: 20px;
    background-color: #def2e6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .student-box {
        margin: 20px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .student-box {
        width: 100%;
        margin: 20px 0 0;
    }
}

.student-box .title {
    font-size: 15px;
    font-weight: 400;
    color: #212832;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .student-box .title {
        font-size: 14px;
    }
}

.student-box .count {
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--main-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .student-box .count {
        font-size: 20px;
    }
}

.students-wrapper {
    padding-top: 10px;
}

.single-student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-student {
        padding: 15px;
    }
}

.single-student .student-images img {
    width: 85px;
    border-radius: 50%;
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-student .student-images img {
        padding: 4px;
    }
}

.single-student .student-content {
    padding-inline-start: 30px;
    max-width: 220px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-student .student-content {
        padding-inline-start: 15px;
        max-width: 200px;
    }
}

.single-student .student-content .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-student .student-content .name {
        font-size: 16px;
    }
}

.single-student .student-content .country {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 7px;
}

.single-student .student-content .country img {
    width: 15px;
    margin-top: -6px;
}

.single-student .student-content p {
    font-size: 13px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-student .student-content .date {
    font-size: 13px;
    font-weight: 400;
    color: #838785;
    display: block;
    margin-top: 2px;
}

.single-student .student-content .date i {
    color: var(--main-color);
    margin-inline-end: 5px;
}

.single-student:hover {
    border-color: var(--main-color);
}

.single-student:hover .student-images img {
    border-color: var(--main-color);
}

.students-active {
    position: relative;
}

.students-active .students-arrow {
    text-align: center;
    margin-top: 30px;
}

.students-active .swiper-button-next,
.students-active .swiper-button-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(48, 146, 85, 0.2);
    color: #212832;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0;
    margin-top: 0;
    display: inline-block;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

@media only screen and (max-width: 575px) {
    .students-active .swiper-button-next,
    .students-active .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
}

.students-active .swiper-button-next:after,
.students-active .swiper-button-prev:after {
    display: none;
}

.students-active .swiper-button-next:hover,
.students-active .swiper-button-prev:hover {
    background-color: var(--main-color);
    color: #fff;
}

.students-active .swiper-button-prev {
    inset-inline-start: 0;
}

.students-active .swiper-button-next {
    inset-inline-end: 0;
}

.students-map {
    padding: 30px 45px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .students-map {
        padding: 30px 20px;
    }
}

.students-map .title {
    font-size: 20px;
    font-weight: 500;
    background-color: #eaf8f0;
    border: 1px solid #daebe0;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .students-map .title {
        font-size: 16px;
    }
}

.students-map .map {
    margin-top: 30px;
}

.students-map .map #vmap {
    height: 530px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .students-map .map #vmap {
        height: 470px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .students-map .map #vmap {
        height: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .students-map .map #vmap {
        height: 340px;
    }
}

.single-student-widget {
    padding: 25px 30px;
    border-radius: 10px;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .single-student-widget {
        padding: 25px 15px;
    }
}

.single-student-widget.widget-color-01 {
    background-color: #fff6f1;
}

.single-student-widget.widget-color-01 .widget-title {
    background-color: #f9d9c7;
}

.single-student-widget.widget-color-01 .single-item .item-bar {
    background-color: #f9d9c7;
}

.single-student-widget.widget-color-01 .single-item .item-bar .bar-line {
    background-color: #ff6c00;
}

.single-student-widget.widget-color-01 .single-item .item-percentage p span {
    color: #ff6c00;
}

.single-student-widget.widget-color-01 .page-pagination .pagination li a {
    border: 1px solid #e1d0c4;
}

.single-student-widget.widget-color-01 .page-pagination .pagination li a.active,
.single-student-widget.widget-color-01 .page-pagination .pagination li a:hover {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}

.single-student-widget.widget-color-02 {
    background-color: #eefbf3;
}

.single-student-widget.widget-color-02 .widget-title {
    background-color: #cdedd9;
}

.single-student-widget.widget-color-02 .single-item .item-bar {
    background-color: #c6e7d3;
}

.single-student-widget.widget-color-02 .single-item .item-bar .bar-line {
    background-color: var(--main-color);
}

.single-student-widget.widget-color-02 .single-item .item-percentage p span {
    color: var(--main-color);
}

.single-student-widget.widget-color-02 .page-pagination .pagination li a {
    border: 1px solid #e1d0c4;
}

.single-student-widget.widget-color-02 .page-pagination .pagination li a.active,
.single-student-widget.widget-color-02 .page-pagination .pagination li a:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.single-student-widget.widget-color-03 {
    background-color: #ecf1ff;
}

.single-student-widget.widget-color-03 .widget-title {
    background-color: #d3dfff;
}

.single-student-widget.widget-color-03 .single-item .item-bar {
    background-color: #b7d7fc;
}

.single-student-widget.widget-color-03 .single-item .item-bar .bar-line {
    background-color: #0f42cd;
}

.single-student-widget.widget-color-03 .single-item .item-percentage p span {
    color: #0f42cd;
}

.single-student-widget.widget-color-03 .page-pagination .pagination li a {
    border: 1px solid #c8d4f2;
}

.single-student-widget.widget-color-03 .page-pagination .pagination li a.active,
.single-student-widget.widget-color-03 .page-pagination .pagination li a:hover {
    color: #fff;
    background-color: #0f42cd;
    border-color: #0f42cd;
}

.single-student-widget .widget-title {
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 14px;
    margin-bottom: 0;
}

.single-student-widget .widget-items {
    padding-top: 25px;
}

.single-student-widget .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-inline-end: 85px;
    margin-top: 15px;
    height: 37px;
}

.single-student-widget .single-item .item-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-student-widget .single-item .item-flag .flag {
    padding-inline-end: 15px;
}

@media only screen and (max-width: 575px) {
    .single-student-widget .single-item .item-flag .flag {
        padding-inline-end: 8px;
    }
}

.single-student-widget .single-item .item-flag .flag img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .single-student-widget .single-item .item-flag .flag img {
        width: 30px;
        height: 30px;
    }
}

.single-student-widget .single-item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #52565b;
    white-space: nowrap;
}

.single-student-widget .single-item .item-bar {
    width: calc(100% - 145px);
    height: 5px;
    border-radius: 50px;
    margin-inline-start: auto;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-student-widget .single-item .item-bar {
        width: calc(100% - 130px);
    }
}

.single-student-widget .single-item .item-bar .bar-line {
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}

.single-student-widget .single-item .item-percentage {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-student-widget .single-item .item-percentage p {
    font-size: 14px;
    font-weight: 500;
    color: #212832;
    white-space: nowrap;
    margin-bottom: 0;
}

.single-student-widget .single-item .item-percentage p span {
    font-size: 12px;
    margin-inline-end: 3px;
}

.single-student-widget .page-pagination {
    padding-top: 40px;
}

.single-student-widget .page-pagination .pagination li a {
    border: 1px solid rgba(48, 146, 85, 0.2);
}

.single-student-widget .page-pagination .pagination li a.active,
.single-student-widget .page-pagination .pagination li a:hover {
    color: #fff;
    background-color: var(--main-color);
}

.new-courses {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px 50px;
    margin-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .new-courses {
        padding: 0 50px 50px;
    }
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .new-courses {
        padding: 0 50px 50px;
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .new-courses {
        padding: 0 30px 50px;
    }
}

.new-courses:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 146, 85, 0.95);
    z-index: -1;
}

.new-courses .new-courses-title {
    margin-top: 45px;
}

.new-courses .new-courses-title .title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

@media only screen and (max-width: 575px) {
    .new-courses .new-courses-title .title {
        font-size: 18px;
    }

    .new-courses .new-courses-title .title br {
        display: none;
    }
}

.new-courses .shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-start: 60%;
}

.new-courses .new-courses-btn {
    margin-top: 50px;
}

.new-courses .new-courses-btn .btn {
    font-size: 15px;
    font-weight: 500;
    background-color: #ffda30;
    white-space: nowrap;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 1200px) and (max-width: 1599px) {
    .new-courses .new-courses-btn .btn {
        padding: 0 25px;
    }
}

.new-courses .new-courses-btn .btn:hover {
    background-color: #212832;
    color: #fff;
}

.engagement-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.engagement-meta .meta {
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline-end: 50px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-meta .meta {
        margin-inline-end: 30px;
        font-size: 14px;
    }
}

.engagement-meta .meta img {
    margin-inline-end: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-meta .meta img {
        width: 16px;
    }
}

.engagement-meta .meta:last-child {
    margin-inline-end: 0;
}

.courses-select {
    padding-top: 20px;
}

.courses-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 50px 0 30px;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    color: #212832;
}
.main-bg {
    background: #1f2937 !important;
}
.school-course {
    margin-top: 0px;
}
.school-course .about-content {
    margin-top: 0;
}
.school-course .accordion.accordion-flush {
    padding: 0;
}
.school-course .accordion.accordion-flush,
.school-course .accordion.accordion-flush .accordion-header a,
.school-course .accordion.accordion-flush .accordion-header,
.school-course .accordion.accordion-flush .accordion-item {
    background: transparent;
}
.school-course .about-item {
    background: transparent;
    height: auto;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-select .nice-select {
        padding: 0 40px 0 20px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-select .nice-select {
        display: block;
    }
}

.courses-select .nice-select:after {
    width: 8px;
    height: 8px;
    border-color: #212832;
    inset-inline-end: 30px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-select .nice-select:after {
        inset-inline-end: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-select .nice-select .list {
        width: 100%;
    }
}

.courses-select .nice-select .list li {
    font-size: 15px;
}

.courses-select .title {
    font-size: 22px;
    font-weight: 500;
    color: #212832;
    margin-top: 25px;
}

.months-select {
    padding-top: 20px;
}

.months-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    background-color: #eaf8f0;
    font-weight: 500;
    font-size: 15px;
    color: #212832;
}

@media only screen and (max-width: 767px) {
    .months-select .nice-select {
        display: block;
    }
}

.months-select .nice-select:after {
    width: 7px;
    height: 7px;
    border-color: #212832;
    inset-inline-end: 20px;
}

@media only screen and (max-width: 767px) {
    .months-select .nice-select .list {
        width: 100%;
    }
}

.months-select .nice-select .list li {
    font-size: 15px;
}

.engagement-courses {
    padding-top: 40px;
    padding-inline-start: 1px;
    padding-inline-end: 1px;
}

.engagement-courses .courses-top {
    background-color: #e5f4eb;
    border: 0;
    border-radius: 10px;
}

.engagement-courses .courses-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-top ul {
        display: block;
        text-align: center;
    }
}

.engagement-courses .courses-top ul li {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
    padding: 15px;
    white-space: nowrap;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-top ul li {
        font-size: 14px;
    }
}

.engagement-courses .courses-top ul li:first-of-type {
    width: 500px;
    padding-inline-start: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .engagement-courses .courses-top ul li:first-of-type {
        width: 430px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-top ul li:first-of-type {
        padding-inline-start: 50px;
        width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-top ul li:first-of-type {
        padding-inline-start: 0;
        width: auto;
    }
}

.engagement-courses .courses-top ul li:nth-of-type(2) {
    width: 170px;
    text-align: center;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-top ul li:nth-of-type(2) {
        width: auto;
    }
}

.engagement-courses .courses-top ul li:nth-of-type(3) {
    width: 170px;
    text-align: center;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-top ul li:nth-of-type(3) {
        width: auto;
        margin-inline-start: auto;
    }
}

.engagement-courses .courses-list ul li {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-list ul li {
        display: block;
        text-align: center;
    }
}

.engagement-courses .courses-list ul li .courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-list ul li .courses {
        display: block;
    }
}

.engagement-courses .courses-list ul li .courses .thumb img {
    width: 100px;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li .courses .thumb img {
        width: 70px;
    }
}

.engagement-courses .courses-list ul li .courses .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
    max-width: 330px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li .courses .content {
        padding-inline-start: 15px;
        width: 285px;
    }
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-list ul li .courses .content {
        padding-inline-start: 0;
        padding-top: 25px;
        margin: 0 auto;
    }
}

.engagement-courses .courses-list ul li .courses .content .title {
    margin-bottom: 0;
}

.engagement-courses .courses-list ul li .courses .content .title a {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
    display: inline-block;
    line-height: 1.4;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li .courses .content .title a {
        font-size: 14px;
    }
}

.engagement-courses .courses-list ul li .courses .content .title a:hover {
    color: var(--main-color);
}

.engagement-courses .courses-list ul li .student span,
.engagement-courses .courses-list ul li .taught span {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
    display: block;
    padding: 0 15px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li .student span,
    .engagement-courses .courses-list ul li .taught span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-list ul li .student span,
    .engagement-courses .courses-list ul li .taught span {
        padding-top: 20px;
    }
}

.engagement-courses .courses-list ul li .button {
    margin-inline-start: auto;
}

@media only screen and (max-width: 767px) {
    .engagement-courses .courses-list ul li .button {
        padding-top: 20px;
    }
}

.engagement-courses .courses-list ul li .button .btn {
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 0 30px;
    font-size: 15px;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li .button .btn {
        font-size: 13px;
        padding: 0 20px;
    }
}

.engagement-courses .courses-list ul li > :first-of-type {
    width: 500px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li > :first-of-type {
        width: auto;
    }
}

.engagement-courses .courses-list ul li > :nth-of-type(2) {
    width: 170px;
    text-align: center;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li > :nth-of-type(2) {
        width: auto;
    }
}

.engagement-courses .courses-list ul li > :nth-of-type(3) {
    width: 170px;
    text-align: center;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .engagement-courses .courses-list ul li > :nth-of-type(3) {
        width: auto;
    }
}

.filter-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-check .courses-select {
    padding-top: 0px;
}

.filter-check > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-inline-end: 30px;
    margin-top: 10px;
    white-space: nowrap;
}

.filter-check > li:last-child {
    margin-inline-end: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-check > li {
        margin-inline-end: 26px;
    }
}

.filter-check > li label {
    font-size: 16px;
    font-weight: 400;
    color: #212832;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-check > li input {
    display: none;
}

.filter-check > li input + label {
    cursor: pointer;
}

.filter-check > li input + label span {
    width: 18px;
    height: 18px;
    border: 1px solid #8691a1;
    border-radius: 2px;
    display: inline-block;
    margin-inline-end: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.filter-check > li input + label span:before {
    position: absolute;
    content: "\eed6";
    font-family: IcoFont;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    inset-inline-start: -1px;
    line-height: 17px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.filter-check > li input:checked + label {
    font-weight: 500;
}

.filter-check > li input:checked + label span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.filter-check > li input:checked + label span:before {
    opacity: 1;
    visibility: visible;
}

.rating-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 15px 0 0px;
    height: auto;
    line-height: 1;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    font-size: 17px;
    color: #212832;
    margin-inline-start: 8px;
}

@media only screen and (max-width: 767px) {
    .rating-select .nice-select {
        display: block;
    }
}

.rating-select .nice-select:after {
    width: 6px;
    height: 6px;
    border-color: #212832;
    inset-inline-end: 2px;
}

@media only screen and (max-width: 767px) {
    .rating-select .nice-select .list {
        width: 100%;
    }
}

.rating-select .nice-select .list li {
    font-size: 15px;
}

.top-bar-filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline-start: -10px;
    margin-inline-end: -10px;
}

@media only screen and (max-width: 767px) {
    .top-bar-filter-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.top-bar-filter-right > * {
    margin: 0 10px;
}

.top-bar-filter-right .filter-btn {
    padding-top: 20px;
}

.top-bar-filter-right .filter-btn .btn {
    font-size: 15px;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
}

.newest-select {
    padding-top: 20px;
}

.newest-select .nice-select {
    float: none;
    display: inline-block;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    font-weight: 500;
    font-size: 15px;
    color: #212832;
}

@media only screen and (max-width: 767px) {
    .newest-select .nice-select {
        display: block;
    }
}

.newest-select .nice-select:after {
    width: 7px;
    height: 7px;
    border-color: #212832;
    inset-inline-end: 20px;
}

@media only screen and (max-width: 767px) {
    .newest-select .nice-select .list {
        width: 100%;
    }
}
.nice-select .list {
    width: 100%;
    max-height: 285px;
    overflow-y: scroll;
}
.newest-select .nice-select .list li {
    font-size: 15px;
}

.newest-select .title {
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #212832;
    margin-top: 25px;
}

.courses-rating-wrapper {
    padding-top: 15px;
}

.single-courses-rating {
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
}

.single-courses-rating .courses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .single-courses-rating .courses {
        display: block;
        text-align: center;
    }
}

.single-courses-rating .courses .courses-thumb a {
    display: block;
}

.single-courses-rating .courses .courses-thumb a img {
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-courses-rating .courses .courses-thumb a img {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-courses-rating .courses .courses-thumb a img {
        width: 100px;
    }
}

.single-courses-rating .courses .courses-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 550px;
    padding-inline-start: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-courses-rating .courses .courses-content {
        padding-inline-start: 30px;
        max-width: 370px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-courses-rating .courses .courses-content {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-courses-rating .courses .courses-content {
        padding-inline-start: 0;
        padding-top: 25px;
        margin: 0 auto;
    }
}

.single-courses-rating .courses .courses-content .title {
    margin-bottom: 0;
}

.single-courses-rating .courses .courses-content .title a {
    font-size: 20px;
    font-weight: 500;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-courses-rating .courses .courses-content .title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-courses-rating .courses .courses-content .title a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .single-courses-rating .courses .courses-content .title a {
        font-size: 16px;
    }
}

.single-courses-rating .courses .courses-content .title a:hover {
    color: var(--main-color);
}

.single-courses-rating .courses .courses-content .average-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .single-courses-rating .courses .courses-content .average-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-courses-rating .courses .courses-content .average-rating .label {
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #212832;
    white-space: nowrap;
    padding-inline-end: 10px;
}

.single-courses-rating .courses .courses-content .average-rating .count {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    display: block;
}

@media only screen and (max-width: 575px) {
    .single-courses-rating .courses .courses-content .average-rating .count {
        font-size: 18px;
    }
}

.single-courses-rating
    .courses
    .courses-content
    .average-rating
    .count
    .rating-star {
    position: relative;
}

.single-courses-rating
    .courses
    .courses-content
    .average-rating
    .count
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 13px;
    letter-spacing: 1px;
}

.single-courses-rating
    .courses
    .courses-content
    .average-rating
    .count
    .rating-star
    .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.single-courses-rating
    .courses
    .courses-content
    .average-rating
    .count
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 13px;
    letter-spacing: 1px;
}

.single-courses-rating .courses .courses-btn {
    margin-inline-start: auto;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .single-courses-rating .courses .courses-btn {
        margin: 20px auto 0;
    }
}

.single-courses-rating .courses .courses-btn .btn {
    font-size: 15px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
}

.single-courses-rating .courses .courses-btn .btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.single-courses-rating .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: #eefbf3;
    margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .single-courses-rating .rating {
        display: block;
        padding: 20px;
    }
}

.single-courses-rating .rating .rating-author img {
    width: 70px;
    border-radius: 50%;
}

.single-courses-rating .rating .rating-content {
    padding-inline-start: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-courses-rating .rating .rating-content {
        padding-inline-start: 0;
        padding-top: 25px;
    }
}

.single-courses-rating .rating .rating-content .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .single-courses-rating .rating .rating-content .name {
        font-size: 20px;
    }
}

.single-courses-rating .rating .rating-content .date {
    color: #8e9298;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.single-courses-rating .rating .rating-content .average-rating {
    margin-top: 10px;
}

.single-courses-rating .rating .rating-content .average-rating .rating-star {
    position: relative;
}

.single-courses-rating
    .rating
    .rating-content
    .average-rating
    .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 15px;
    letter-spacing: 2px;
}

.single-courses-rating
    .rating
    .rating-content
    .average-rating
    .rating-star
    .rating-bar {
    position: absolute;
    top: -2px;
    inset-inline-start: 0;
    height: 100%;
    overflow: hidden;
}

.single-courses-rating
    .rating
    .rating-content
    .average-rating
    .rating-star
    .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 15px;
    letter-spacing: 2px;
}

.single-courses-rating .rating .rating-content .btn {
    font-size: 15px;
    border: 1px solid #c8e6d3;
    padding: 0 20px;
    background-color: #fff;
    color: var(--main-color);
    height: 45px;
    line-height: 41px;
    margin-top: 20px;
}

.single-courses-rating .rating .rating-content .btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.single-courses-rating .rating .waving {
    position: absolute;
    top: 27px;
    inset-inline-end: 25px;
    color: #212832;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-courses-rating .rating .waving:hover {
    color: var(--main-color);
}

.question-answer {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
    margin-top: 20px;
}

.answer-user-list {
    padding: 20px 0;
}

.single-user {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-user {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .single-user {
        padding: 10px;
    }
}

.single-user .user-author img {
    width: 70px;
    border-radius: 50px;
}

@media only screen and (max-width: 575px) {
    .single-user .user-author img {
        width: 35px;
    }
}

.single-user .user-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 20px;
    position: relative;
    max-width: 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-user .user-content {
        max-width: 160px;
        padding-inline-start: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-user .user-content {
        max-width: 140px;
        padding-inline-start: 10px;
    }
}

.single-user .user-content .name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-user .user-content .name {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .single-user .user-content .name {
        font-size: 13px;
    }
}

.single-user .user-content p {
    color: #52565b;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-user .user-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .single-user .user-content p {
        font-size: 12px;
    }
}

.single-user .time {
    color: #8e9298;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    inset-inline-end: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-user .time {
        inset-inline-end: auto;
        inset-inline-start: 80px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-user .time {
        font-size: 8px;
        inset-inline-end: 8px;
        bottom: auto;
        top: 10px;
    }
}

.single-user.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.single-user.active .user-content .name {
    color: #fff;
}

.single-user.active .user-content p {
    color: #d4efde;
}

.single-user.active .time {
    color: #d4efde;
}

.answer-message-wrapper {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
    padding-top: 10px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
    only screen and (min-width: 1600px) {
    .answer-message-wrapper {
        border-inline-start: 1px solid rgba(48, 146, 85, 0.2);
        padding-inline-start: 30px;
        border-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .answer-message-wrapper {
        padding-bottom: 60px;
    }
}

.answer-message-wrapper ul {
    border-bottom: 1px solid rgba(48, 146, 85, 0.2);
}

.answer-message-wrapper ul li + li .single-message {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
}

.answer-message-wrapper ul li ul {
    border-bottom: 0;
}

.answer-message-wrapper ul li ul li .single-message {
    border-top: 1px solid rgba(48, 146, 85, 0.2);
}

.answer-message-wrapper ul li .message-replay {
    padding-inline-start: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .answer-message-wrapper ul li .message-replay {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .answer-message-wrapper ul li .message-replay {
        padding-inline-start: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .answer-message-wrapper ul li .message-replay {
        padding-inline-start: 0;
    }
}

.answer-message-wrapper .loadmore {
    border: 1px solid #d6e9dd;
    background-color: #edfaf2;
    height: 55px;
    line-height: 53px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    display: block;
    padding: 0 20px;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
    .answer-message-wrapper .loadmore {
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }
}

.answer-message-wrapper .loadmore:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.single-message {
    padding: 30px 0;
}

.single-message .message-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-inline-end: 218px;
}

@media only screen and (max-width: 575px) {
    .single-message .message-author {
        display: block;
        padding-inline-end: 0;
    }
}

.single-message .message-author .author-images img {
    width: 70px;
    border-radius: 50%;
}

.single-message .message-author .author-content {
    padding-inline-start: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .single-message .message-author .author-content {
        padding-inline-start: 0;
        padding-top: 15px;
    }
}

.single-message .message-author .author-content .name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.single-message .message-author .author-content .name strong {
    margin-inline-end: 25px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-message .message-author .author-content .name strong {
        margin-inline-end: 15px;
    }
}

.single-message .message-author .author-content .name span {
    display: inline-block;
}

.single-message .message-author .author-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-message .message-author .author-content .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .single-message .message-author .author-content .title {
        font-size: 16px;
    }
}

.single-message .message-author .author-content .time {
    font-size: 12px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #8e9298;
}

.single-message .message-author .author-content .instructor {
    background-color: #e7f3eb;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--main-color);
    padding: 3px 12px;
}

.single-message .message-author .author-content * + * {
    margin-top: 10px;
    display: block;
}

.single-message .message-author .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 575px) {
    .single-message .message-author .meta {
        display: inline-block;
        text-align: center;
    }
}

.single-message .message-author .meta .view {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    margin-inline-end: 20px;
}

@media only screen and (max-width: 575px) {
    .single-message .message-author .meta .view {
        display: block;
        margin-inline-end: 0;
    }
}

.single-message .message-author .meta .view i {
    margin-inline-end: 8px;
}

.single-message .message-author .meta .answer {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #d6e9dd;
    background-color: #edfaf2;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
    .single-message .message-author .meta .answer {
        margin-top: 10px;
        height: 35px;
        line-height: 33px;
        padding: 0 15px;
    }
}

.single-message .message-author .meta .answer i {
    margin-inline-end: 8px;
}

.single-message .message-author .meta .answer:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.single-message p {
    margin-top: 20px;
    margin-bottom: 0;
}

.message-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media only screen and (max-width: 575px) {
    .message-form {
        display: block;
    }
}

.message-form .auhtor img {
    width: 70px;
    border-radius: 50%;
}

.message-form .message-input {
    padding-inline-start: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 575px) {
    .message-form .message-input {
        padding-inline-start: 0;
        padding-top: 20px;
    }
}

.message-form .message-input textarea {
    width: 100%;
    padding: 20px 30px;
    resize: none;
    height: 200px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 5px;
    font-size: 15px;
    font-family: serif;
    font-weight: 400;
    color: #52565b;
    outline: none;
}

.message-form .message-input textarea::-webkit-input-placeholder {
    opacity: 1;
}

.message-form .message-input textarea:-moz-placeholder {
    opacity: 1;
}

.message-form .message-input textarea::-moz-placeholder {
    opacity: 1;
}

.message-form .message-input textarea:-ms-input-placeholder {
    opacity: 1;
}

.message-form .message-input textarea:focus {
    border-color: var(--main-color);
}

@media only screen and (max-width: 575px) {
    .message-form .message-input textarea {
        padding: 15px 20px;
    }
}

.message-form .message-input .message-btn {
    text-align: center;
    margin-top: 20px;
}

.message-form .message-input .message-btn .btn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin: 0 8px;
}

@media only screen and (max-width: 575px) {
    .message-form .message-input .message-btn .btn {
        width: 90px;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        padding: 0 20px;
    }
}

.message-form .message-input .message-btn .btn.btn-secondary {
    background-color: #ffe4e0;
}

.footer-widget-section {
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

@media only screen and (max-width: 767px) {
    .footer-widget-section {
        padding-top: 10px;
        padding-bottom: 60px;
        text-align: center;
    }
    .footer-widget .widget-social {
        justify-content: center;
    }
    .course-img img {
        width: 25%;
    }
    .course-img img:nth-child(2) {
        width: 40%;
    }
    .mobile-sign-in-up ul li ul {
        display: none;
        padding-inline: 20px;
    }
    .contact-form .single-form .btn {
        margin-top: 0;
    }
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        padding: 15px;
    }
    .submit-link img {
        height: 24px;
    }
    .submit-link h5 {
        line-height: 24px;
        font-size: 11px;
        white-space: nowrap;
    }
    .mobile-sign-in-up ul li a {
        text-align: center;
        margin-bottom: 10px;
        width: 220px;
    }
    .team-img {
        order: -1;
    }
    .mobile-sign-in-up ul li a.nav-link {
        color: #212832 !important;
    }
    .mobile-sign-in-up ul li a:hover {
        color: #fff !important;
    }
    .mobile-sign-in-up {
        position: absolute;
        bottom: 16%;
        left: 0;
        right: 0;
    }
}

.footer-widget-section .shape-1 {
    position: absolute;
    top: 80px;
    inset-inline-start: 5%;
    z-index: -1;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-section .shape-1 {
        display: none;
    }
}

.footer-widget-section .shape-2 {
    position: absolute;
    inset-inline-end: 3%;
    bottom: 95px;
    z-index: -1;
}

.footer-widget-title {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0px;
    filter: drop-shadow(2px 4px 6px white);
}

.footer-widget {
    margin-top: 50px;
}
.footer-widget .widget-logo img {
    height: 280px;
    filter: brightness(10);
}
.footer-widget .widget-address {
    margin-top: 27px;
}

.footer-widget .widget-address p {
    font-size: 15px;
    font-weight: 400;
    color: var(--main-color);
    margin-top: 6px;
}

.footer-widget .widget-info {
    padding-top: 25px;
}

.footer-widget .widget-info li p {
    font-size: 15px;
    color: #212832;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
}

.footer-widget .widget-info li p i {
    font-size: 20px;
    color: #fff;
}

.footer-widget .widget-info li p a {
    margin-top: 3px;
    color: #fff;
    margin-inline-start: 15px;
}

.footer-widget .widget-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
}

.footer-widget .widget-social li {
    margin-inline-end: 20px;
}

.footer-widget .widget-social li:last-child {
    margin-inline-end: 0;
}

.footer-widget .widget-social li a {
    font-size: 20px;
    color: #212832;
}

.footer-widget .widget-social li a:hover {
    color: var(--main-color);
}

.footer-widget .widget-link {
    padding-top: 26px;
}

.footer-widget .widget-link li {
    margin-top: 12px;
}

.footer-widget .widget-link li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-weight: 400;
}

.footer-widget .widget-link li a:hover {
    color: #1f2937;
}

.footer-widget .widget-subscribe {
    padding-top: 36px;
}

.footer-widget .widget-subscribe p {
    color: #212832;
    font-size: 15px;
}

.footer-widget .widget-subscribe .widget-form input {
    width: 100%;
    height: 55px;
    padding: 0 30px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    background-color: #fff;
    color: #212832;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.footer-widget .widget-subscribe .widget-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #212832;
}

.footer-widget .widget-subscribe .widget-form input:-moz-placeholder {
    opacity: 1;
    color: #212832;
}

.footer-widget .widget-subscribe .widget-form input::-moz-placeholder {
    opacity: 1;
    color: #212832;
}

.footer-widget .widget-subscribe .widget-form input:-ms-input-placeholder {
    opacity: 1;
    color: #212832;
}

.footer-widget .widget-subscribe .widget-form .btn {
    margin-top: 20px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-size: 15px;
}

.footer-widget-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widget-link .footer-widget {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .footer-widget-link .footer-widget {
        width: 100%;
    }
}

.sidebar-widget {
    margin-top: 50px;
}

.sidebar-widget .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget .social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.sidebar-widget .social li {
    padding-top: 10px;
    margin-inline-end: 10px;
}

.sidebar-widget .social li:last-child {
    margin-inline-end: 0;
}

.sidebar-widget .social li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: 1px solid rgba(48, 146, 85, 0.25);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #212832;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .social li a {
        width: 45px;
        height: 45px;
        line-height: 47px;
    }
}

.sidebar-widget .social li a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.widget-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -7px;
}

.widget-information {
    background-color: #e5e5fb;
    padding: 30px 30px 40px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
}

.widget-information .info-price {
    text-align: center;
}

.widget-information .info-price .price {
    font-size: 30px;
    font-weight: 700;
    color: var(--main-color);
    display: block;
}

.widget-information .info-list ul {
    border-top: 1px solid #d1e6d9;
    margin-top: 35px;
}

.widget-information .info-list ul li {
    border-bottom: 1px solid #d1e6d9;
    padding: 15px 0;
}

.widget-information .info-list ul li i {
    color: var(--main-color);
    margin-inline-end: 3px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-information .info-list ul li i {
        font-size: 15px;
    }
}

.widget-information .info-list ul li strong {
    color: #212832;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-information .info-list ul li strong {
        font-size: 15px;
    }
}

.widget-information .info-list ul li span {
    color: #52565b;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-information .info-list ul li span {
        font-size: 15px;
    }
}

.widget-information .info-btn {
    text-align: center;
    margin-top: 40px;
}

.widget-search {
    position: relative;
}

.widget-search input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 0 20px;
    padding-inline-end: 60px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-weight: 400;
    color: #52565b;
}

.widget-search input::-webkit-input-placeholder {
    opacity: 1;
}

.widget-search input:-moz-placeholder {
    opacity: 1;
}

.widget-search input::-moz-placeholder {
    opacity: 1;
}

.widget-search input:-ms-input-placeholder {
    opacity: 1;
}

.widget-search input:focus {
    border-color: var(--main-color);
}

.widget-search button {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--main-color);
    border: 0;
    top: 6px;
    inset-inline-end: 6px;
    font-size: 16px;
    color: #fff;
}

.widget-category {
    padding: 35px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    margin-top: 30px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-category {
        padding: 25px;
    }
}

.widget-category .category-list li + li {
    margin-top: 10px;
}

.widget-category .category-list li a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #52565b;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-category .category-list li a {
        font-size: 14px;
    }
}

.widget-category .category-list li a span {
    display: block;
    float: right;
}

.widget-category .category-list li a:hover {
    color: var(--main-color);
    background-color: #e5e5fb;
    border-color: #e5e5fb;
}

.widget-post {
    padding: 35px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    margin-top: 30px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-post {
        padding: 25px;
    }
}

.widget-post .post-items li {
    border-bottom: 1px solid rgba(48, 146, 85, 0.2);
    padding: 20px 0;
}

.widget-post .post-items li:first-child {
    padding-top: 0;
}

.widget-post .post-items li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.widget-post .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-post .single-post .post-thumb a {
    display: block;
}

.widget-post .single-post .post-thumb a img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-post .single-post .post-thumb a img {
        width: 60px;
        height: 60px;
    }
}

.widget-post .single-post .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline-start: 30px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-post .single-post .post-content {
        padding-inline-start: 20px;
    }
}

.widget-post .single-post .post-content .title {
    margin-bottom: 0;
}

.widget-post .single-post .post-content .title a {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #212832;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-post .single-post .post-content .title a {
        font-size: 14px;
    }
}

.widget-post .single-post .post-content .title a:hover {
    color: var(--main-color);
}

.widget-post .single-post .post-content .date {
    font-size: 13px;
    color: #52565b;
    margin-top: 5px;
    display: block;
}

.widget-post .single-post .post-content .date i {
    color: var(--main-color);
}

.widget-tags {
    padding: 35px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    margin-top: 30px;
}

@media only screen and (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-tags {
        padding: 25px;
    }
}

.widget-tags .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline-start: -7px;
    margin-inline-end: -7px;
    margin-top: -10px;
}

.widget-tags .tags-list li {
    padding: 10px 5px 0;
}

.widget-tags .tags-list li a {
    height: 45px;
    line-height: 43px;
    padding: 0 35px;
    font-size: 15px;
    background-color: #fff;
    display: block;
    color: #52565b;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-tags .tags-list li a {
        font-size: 14px;
        padding: 0 22px;
    }
}

@media only screen and (max-width: 767px) {
    .widget-tags .tags-list li a {
        padding: 0 20px;
    }
}

.widget-tags .tags-list li a:hover {
    background-color: #e5e5fb;
    border-color: #e5e5fb;
    color: var(--main-color);
}

.footer-section,
.how-work {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 5px;
}

@media only screen and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright-wrapper {
        display: block;
        text-align: center;
    }
    .courses-tabs-menu .nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .page-wrapper{
        display:  flex;
        flex-direction: column;
    }
    .slider-section{
        order: -3;
        padding-bottom: 50px;
        box-shadow: none;
    }
    svg {
        margin-left: -15px !important;
    }
    .your-journey{
        order: -2;
    }
    .benefits {
        order: -1;
    }
    .testimonial-info .testimonial-info-content {
        grid-template-columns: 1fr;
    }
    .order-mob{
        order: -1;
    }
    .experience_info .experience_item {
        width: 100% !important;
        height: 250px;
    }
    .experience_info .experience_item:nth-child(3) {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .experience_info .experience_item:nth-child(4) {
        height: 225px;
    }
    .courses-tabs-menu.team-member .team-img img,
    .courses-tabs-menu.accommodation .team-img img,
    .courses-tabs-menu.entertainment .team-img img {
        height: auto;
    }
    .tf-grid-layout.xl-col-6 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.copyright-link {
    padding-top: 15px;
}

.copyright-link a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.copyright-link a + a:before {
    content: "*";
    font-size: 15px;
    color: #a6afba;
    margin-inline-start: 5px;
    margin-inline-end: 10px;
}

.copyright-link a:hover {
    color: var(--main-color);
}

.copyright-text {
    padding-top: 15px;
}

.copyright-text p {
    font-size: 14px;
    font-weight: 400;
}

.copyright-text p span {
    color: var(--main-color);
    text-transform: uppercase;
}

.copyright-text p i {
    color: #ff0000;
}

.copyright-text p a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    filter: drop-shadow(2px 4px 6px #fffc);
    margin-inline: 5px;
}

.copyright-text p a:hover {
    color: var(--main-color);
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    inset-inline-end: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    background-color: var(--main-color);
}

.back-to-top:hover {
    color: #fff;
    background-color: #212832;
}
svg {
    width: 100%;
    height: 600px;
    margin-left: 90px;
}
.country {
    fill: #d6d6da;
    stroke: #fff;
    stroke-width: 0.5px;
    transition: fill 0.2s;
    cursor: pointer;
}
.country:hover {
    fill: #f53;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: rgb(0 0 0 / 90%);
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    justify-content: center;
    position: relative;
}
.modal-content p {
    color: #fff;
}
.modal-content h3 {
    color: #fff;
}
.close {
    position: absolute;
    top: 10px;
    inset-inline-end: 15px;
    font-size: 20px;
    cursor: pointer;
}
.flag {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-top: 10px;
    text-align: center;
}
#DZ {
    fill: #000; /* Example fill color */
}

#wrapper {
  padding: 0;
  z-index: 10000;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  list-style: none;
  /* z-index: 1000; */
  position: fixed;
  bottom: 25%;
  left: 0;
  transform: translate(-100%, 100%);
  /* direction: rtl; */
}
#wrapper .Icon {
  position: relative;
  background: #25D366;
  border-radius: 1rem;
  padding: 15px;
  margin: 9px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#wrapper .call{
    background: #1f2937;
}
#wrapper .Icon a{
  color: #fff;
}

#wrapper .Icon:hover span {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
#wrapper .Icon:hover a{
  color: #fff;
}

#wrapper .whatsapp:hover {
  background: #1f2937;
  color: #ffffff;
}
#wrapper .whatsapp:hover {
  background: #1f2937;
  color: #ffffff;
}
#wrapper .call:hover {
  background: transparent;
  color: #1f2937;
}
.btns {
    display: flex;
    justify-content: center;
}
.Call-btn a,
.Whatsapp-btn a {
    color: #fff !important;
    text-decoration: none !important;
}
.Whatsapp-btn {
    text-align: center;
    display: inline-block;
    inset-inline-start: 45%;
    position: relative;
    background: #25d366;
}
.Call-btn {
    text-align: center;
    display: inline-block;
    position: relative;
    inset-inline-start: 40%;
    background: #1f2937;
}
.main-color {
    background: #101010;
}
.Call-btn,
.Whatsapp-btn {
    inset-inline-start: unset;
    margin: 4px;
}
.Call-btn, .Whatsapp-btn
 {
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
}
.thanks-page{
    height: 500px;
    display: flex;
    align-items: center;
    background: #1f2937;
}
.thanks-page h1{
    text-align: center;
    font-size: 60px;
    font-style: italic;
}