@use "sass:math";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

:root {
    --theme-color: #3b8132;
    --theme-color2: #F20F10;
    --title-color: #0F2239;
    --body-color: #4D5765;
    --smoke-color: #F3F7FB;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: "Lexend", serif;
    --body-font: "Lexend", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 20px
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 60px;
    line-height: 1.167
}

.h2,
h2 {
    font-size: 44px;
    line-height: 1.208
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.278
}

.h4,
h4 {
    font-size: 36px;
    line-height: 1.333;
    font-weight: 600
}

.h5,
h5 {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600
}

@media (max-width: 1399px) {

    .h1,
    h1 {
        font-size: 48px
    }

    .h2,
    h2 {
        font-size: 29px;
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.3
    }
}

@media (max-width: 375px) {

    .h1,
    h1 {
        font-size: 32px
    }
}

.admin-bar .th-header .sticky-wrapper.sticky {
    top: 32px
}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,
.gallery-caption {
    display: block
}

.page-links,
.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

.content-none-search {
    margin-top: 30px;
    margin-bottom: -10px
}

.nof-title {
    margin-top: -0.2em
}

.wp-block-button.aligncenter {
    text-align: center
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px
}

.wp-block-columns {
    margin-bottom: 1em
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

figure.wp-block-gallery {
    margin-bottom: 14px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: .5em 0
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color)
}

.wp-block-cover {
    margin-bottom: 15px
}

.wp-caption-text {
    text-align: center
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4
}

.wp-block-latest-comments a {
    color: inherit
}

.wp-block-button {
    margin-bottom: 10px
}

.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

.wp-block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    border-radius: 8px 0 0 8px
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 0 8px 8px 0
}

.wp-block-search .wp-block-search__button.has-icon {
    min-width: 55px
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color);
    opacity: 0.8
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 8px 0 25px;
    border-radius: 8px 0 0 8px
}

ul.wp-block-rss a {
    color: inherit
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
}

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-color: var(--border-color)
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .th-btn {
        top: 46px
    }
}

@media (max-width: 600px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .th-btn {
        top: 0
    }
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 20px
}

.post-password-form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form p {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form label {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form input {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 25px;
    color: var(--body-color);
    border: 1px solid var(--border-color)
}

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--title-color)
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px;
    border-radius: 5px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent
}

.page-links span.screen-reader-text {
    display: none
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
    position: relative
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
    padding: 0
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
    display: none
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
    content: '\f08d';
    position: absolute;
    font-family: var(--icon-font);
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 8px 0 8px
}

.blog-single.format-quote:before {
    content: "\f10e"
}

.blog-single.format-link:before {
    content: "\f0c1"
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px
}

.blog-details .blog-single:before {
    display: none
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
    display: none
}

.th-search {
    background-color: var(--smoke-color);
    margin-bottom: 30px;
    border: 1px solid #f3f3f3
}

.th-search .search-grid-content {
    padding: 30px
}

@media (max-width: 767px) {
    .th-search .search-grid-content {
        padding: 20px
    }
}

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.th-search .search-grid-title a {
    color: inherit
}

.th-search .search-grid-title a:hover {
    color: var(--theme-color)
}

.th-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500
}

.th-search .search-grid-meta>*:last-child {
    margin-right: 0
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
    color: var(--body-color)
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left: 10px
    }

    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

@media (max-width: 575px) {

    .blog-single.format-quote .blog-content:before,
    .blog-single.format-link .blog-content:before,
    .blog-single.tag-sticky-2 .blog-content:before,
    .blog-single.sticky .blog-content:before {
        display: none
    }

    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 13px;
        height: 32px;
        width: 32px;
        line-height: 32px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }
}

@media (min-width: 1700px) {
    .th-container {
        --main-container: 1450px;
        -webkit-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
        transform: translateX(-115px)
    }

    .th-container3 {
        --main-container: 1710px
    }
}

@media (min-width: 1600px) {
    .th-container {
        --main-container: 1350px;
        -webkit-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
        transform: translateX(-65px)
    }

    .th-container2 {
        --main-container: 1680px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .th-container3 {
        --main-container: 1500px
    }
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gx-70 {
    --bs-gutter-x: 70px
}

@media (max-width: 1500px) {
    .gx-70 {
        --bs-gutter-x: 30px
    }
}

@media (max-width: 991px) {
    .gx-70 {
        --bs-gutter-x: 24px
    }
}

@media (min-width: 1299px) {
    .gx-60 {
        --bs-gutter-x: 60px
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    /* height: 55px; */
    padding: .375rem .75rem;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}



.contact-form button {
    font-weight: 600;
}

.btn-style-two {
    border-radius: 4px;
    padding: 13px 37px 11px;
    border: 2px solid #ff9100;
}

.theme-btn {
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-style-one,
.btn-style-two {
    color: #fff;
    background: #ff9100;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.centered-container {
    background-color: #244288;
    border: none;

    padding: 10px;
    box-shadow: none;
    text-align: center;
    border-radius: 12px;

    /* --------  */
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.centered-container .link {
    color: white !important;
}


select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    border: 1px solid transparent;
    padding-left: 52px;
    background-image: none
}

select.style2~i,
.form-control.style2~i,
.form-select.style2~i,
textarea.style2~i,
input.style2~i {
    color: var(--theme-color);
    font-weight: 400;
    left: 25px;
    max-width: 16px
}

select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
    background-color: var(--white-color);
    border: none
}

input[type=date] {
    padding: 0 25px 0 25px;
    position: relative
}

input[type=date]:after {
    content: "\f073";
    position: relative;
    font-family: var(--icon-font);
    top: 0px;
    font-weight: 300
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    right: 20px;
    z-index: 1;
    cursor: pointer
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form-select.nice-select,
select.nice-select {
    border: none;
    padding: 15px 25px;
    background-color: var(--smoke-color);
    background-image: none;
    z-index: 11
}

.form-select.nice-select .list,
select.nice-select .list {
    width: 100%
}

.form-select.nice-select:after,
select.nice-select:after {
    border-bottom: 1px solid #9FAAB7;
    border-right: 1px solid #9FAAB7;
    height: 8px;
    right: 25px;
    width: 8px
}

.form-select.style-white,
select.style-white {
    background: var(--white-color)
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 5px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
    display: inline-block;
    width: 100%
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #93a5be
}

.form-group>i.fa-envelope {
    padding-top: 1px
}

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--white-color)
}

.form-group.has-label>i {
    top: 50px
}

[class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

[class*="col-"].form-group .style2~i {
    left: calc((var(--bs-gutter-x) / 2) + 25px)
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type="radio"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type="radio"]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.slick-list {
    padding-left: 0;
    padding-right: 0
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 60px 0 0 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(13, 94, 244, 0.3);
    width: 30px;
    height: 30px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    border: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative
}

.slick-dots button:hover {
    border-color: var(--theme-color)
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 1
}

.slick-dots .slick-active button {
    border-color: var(--theme-color)
}

.slick-dots .slick-active button::before {
    background-color: var(--theme-color);
    visibility: visible;
    opacity: 1
}

.dot-style2 .slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 60px 0 0 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.dot-style2 .slick-dots li {
    display: inline-block;
    margin-right: 10px
}

.dot-style2 .slick-dots li:last-child {
    margin-right: 0
}

.dot-style2 .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: transparent;
    border: 2px solid #cedce9;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative
}

.dot-style2 .slick-dots button:hover {
    border-color: var(--theme-color)
}

.dot-style2 .slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
    opacity: 1
}

.dot-style2 .slick-dots .slick-active button {
    border-color: var(--theme-color)
}

.dot-style2 .slick-dots .slick-active button::before {
    background-color: var(--theme-color);
    visibility: visible;
    opacity: 1
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
    border-radius: 999px;
    color: var(--theme-color)
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1299px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 40px 0 0 0
    }
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgba(28, 185, 200, 0.1)
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu .new-label {
    font-size: 13px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
    top: -1px
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 40px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px
}

.th-menu-toggle:hover {
    background-color: var(--title-color)
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color)
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    display: block;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotationBack 1s ease-in-out infinite reverse
}

.loader::before {
    content: '';
    box-sizing: border-box;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--theme-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.loader::after {
    content: '';
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

@-webkit-keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotationBack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 5px
}

.th-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--title-color);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease
}

.th-btn:hover,
.th-btn.active {
    color: var(--white-color)
}

.th-btn:hover::before,
.th-btn.active::before {
    height: 560%
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 19.5px 27px;
    box-shadow: none
}

.th-btn.style2:hover {
    color: var(--title-color)
}

.th-btn.style2:hover:before {
    background-color: var(--white-color)
}

.th-btn.style3 {
    box-shadow: none
}

.th-btn.style3:hover {
    color: var(--title-color)
}

.th-btn.style3:before {
    background-color: var(--white-color)
}

.th-btn.style4 {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 19.5px 27px;
    box-shadow: none
}

.th-btn.style4:before {
    background-color: var(--white-color)
}

.th-btn.style4:hover {
    color: var(--white-color)
}

.th-btn.style4:hover:before {
    background-color: var(--theme-color)
}

.th-btn.style5 {
    background-color: var(--title-color)
}

.th-btn.style5:before {
    background-color: var(--theme-color)
}

.th-btn.style5:hover:before {
    background-color: var(--theme-color)
}

.th-btn.style6 {
    background-color: var(--smoke-color);
    color: var(--theme-color);
    box-shadow: none
}

.th-btn.style6:before {
    background-color: var(--smoke-color)
}

.th-btn.style6:hover {
    color: var(--white-color)
}

.th-btn.style6:hover:before {
    background-color: var(--theme-color)
}

.th-btn.style7 {
    background-color: var(--theme-color2);
    color: var(--white-color);
    box-shadow: none
}

.th-btn.style7:before {
    background-color: var(--smoke-color)
}

.th-btn.style7:hover {
    color: var(--white-color)
}

.th-btn.style7:hover:before {
    background-color: var(--title-color)
}

.th-btn.style8 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: none
}

.th-btn.style8:before {
    background-color: var(--smoke-color)
}

.th-btn.style8:hover {
    color: var(--white-color)
}

.th-btn.style8:hover:before {
    background-color: var(--title-color)
}

.th-btn.style9 {
    background-color: var(--title-color)
}

.th-btn.style9:before {
    background-color: var(--white-color)
}

.th-btn.style9:hover {
    color: var(--title-color)
}

.th-btn.style9:hover:before {
    background-color: var(--white-color)
}

.th-btn.style10 {
    background-color: var(--theme-color)
}

.th-btn.style10:before {
    background-color: var(--theme-color2)
}

.th-btn.style10:hover {
    color: var(--white-color)
}

.th-btn.style10:hover:before {
    background-color: var(--theme-color2)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style2 {
    background-color: transparent;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    line-height: 42px
}

.icon-btn.style2:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.2em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style2>i {
    --icon-size: 40px;
    background: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.play-btn.style2:after,
.play-btn.style2:before {
    background: var(--white-color);
    opacity: 0.2;
    width: 80px;
    height: 80px;
    margin-top: -20px;
    margin-left: -20px
}

.play-btn.style3>i {
    --icon-size: 80px;
    background: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3:after,
.play-btn.style3:before {
    background: var(--theme-color)
}

.play-btn.style3:hover>i {
    background: var(--title-color)
}

.link-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.23em
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 22px;
    display: block
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2
}

.title-area .sec-title {
    margin-bottom: 15px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em
}

.sec-text {
    max-width: 670px
}

.title-area.text-center .sec-text {
    margin-left: auto;
    margin-right: auto
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.sec-btn {
    margin-bottom: var(--section-title-space)
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 18px
    }

    .shadow-title {
        font-size: 96px
    }

    .title-area,
    .sec-title {
        --section-title-space: 60px
    }

    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 25px
    }

    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 28px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 32px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px
    }

    .title-area.mb-25,
    .sec-title.mb-25 {
        margin-bottom: 15px
    }

    .title-area.mb-35,
    .sec-title.mb-35 {
        margin-bottom: 25px
    }

    .sec-btn {
        --section-title-space: 65px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 88px
    }

    .sub-title {
        margin-bottom: 12px
    }

    .title-area,
    .sec-title {
        --section-title-space: 45px
    }

    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 27px
    }

    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 28px
    }

    .sec-btn {
        --section-title-space: 45px
    }
}

@media (max-width: 767px) {
    .shadow-title {
        font-size: 60px
    }
}

@media (max-width: 375px) {
    .shadow-title {
        font-size: 50px;
        top: 55%
    }
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.image-scale-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.z-index-3 .slick-slider {
    z-index: 3
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    font-weight: 400
}

.th-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-social.style2 a {
    border-radius: 3px;
    border: 1px solid #DBE3EE;
    background: var(--white-color);
    color: #4D5765
}

.th-social.style2 a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width: 991px) {
    .video-box {
        min-height: 400px
    }

    .video-box img {
        height: 400px;
        object-fit: cover
    }
}

.video-box .overlay {
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.6;
    position: absolute;
    inset: 0
}

.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.video-box .video-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px 15px
}

.video-box .video-title {
    color: var(--white-color);
    margin: 0 auto 40px auto;
    font-weight: 500;
    max-width: 760px
}

@media (max-width: 1199px) {
    .video-box .video-title {
        margin: 0 auto 30px auto
    }
}

.video-box .video-text {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    display: block;
    margin-top: 20px
}

.video-box .icon-btn {
    background-color: transparent;
    border: 1px solid;
    color: var(--white-color);
    --btn-size: 80px;
    font-size: 20px
}

.video-box .icon-btn:hover {
    color: var(--theme-color)
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1
}

.shape-mockup.z-index3 {
    z-index: 3
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-extralight {
    font-weight: 100
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 400
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.fs-40 {
    font-size: 40px
}

@media (max-width: 1199px) {
    .fs-40 {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .fs-40 {
        font-size: 30px
    }

    .fs-40.mt-n3 {
        margin-top: -0.6rem
    }

    .fs-40.mt-n2 {
        margin-top: -0.2rem
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-theme2 {
    background-color: var(--theme-color2) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.gr-bg1 {
    background-image: -webkit-linear-gradient(194.6deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
    background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%)
}

.gr-bg2 {
    background-image: -webkit-linear-gradient(right, #EDF2FB 0%, #fff 100%);
    background-image: linear-gradient(270deg, #EDF2FB 0%, #fff 100%)
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

.bg-top-center,
.product-sec-bg1 {
    background-size: 100% 67% !important;
    background-position: top center
}

.text-theme {
    color: var(--theme-color) !important
}

.text-theme2 {
    color: var(--theme-color2) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative;
    z-index: 2
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
    z-index: 1
}

[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay="theme"]:before {
    background-color: var(--theme-color)
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="overlay1"]:before {
    background-color: #041122
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.scalein.th-animated {
    --animation-name: scalein
}

.slidetopleft.th-animated {
    --animation-name: slidetopleft
}

.slidebottomright.th-animated {
    --animation-name: slidebottomright
}

.slideinleft.th-animated {
    --animation-name: slideinleft
}

.slideinright.th-animated {
    --animation-name: slideinright
}

.slideinup.th-animated {
    --animation-name: slideinup
}

.slideindown.th-animated {
    --animation-name: slideindown
}

.rollinleft.th-animated {
    --animation-name: rollinleft
}

.rollinright.th-animated {
    --animation-name: rollinright
}

.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.th-animated {
    opacity: 1
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px) translateY(-100px);
        transform: translateX(-100px) translateY(-100px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.scalein {
    -webkit-animation: scalein 7s linear infinite;
    animation: scalein 7s linear infinite
}

@-webkit-keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scalein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
    }
}

@-webkit-keyframes jumpIcon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpIcon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tutor-widget-course-categories .tutor-list,
.tutor-widget-course-categories ul,
.tutor-widget-course-levels .tutor-list,
.tutor-widget-course-levels ul,
.widget_nav_menu .tutor-list,
.widget_nav_menu ul,
.widget_meta .tutor-list,
.widget_meta ul,
.widget_pages .tutor-list,
.widget_pages ul,
.widget_archive .tutor-list,
.widget_archive ul,
.widget_price_filter .tutor-list,
.widget_price_filter ul,
.widget_time_duration .tutor-list,
.widget_time_duration ul,
.widget_instructor .tutor-list,
.widget_instructor ul,
.widget_categories .tutor-list,
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}

.tutor-widget-course-categories .tutor-list,
.tutor-widget-course-levels .tutor-list,
.widget_nav_menu .tutor-list,
.widget_meta .tutor-list,
.widget_pages .tutor-list,
.widget_archive .tutor-list,
.widget_price_filter .tutor-list,
.widget_time_duration .tutor-list,
.widget_instructor .tutor-list,
.widget_categories .tutor-list {
    margin: 0 0 -7px 0
}

.tutor-widget-course-categories .menu,
.tutor-widget-course-categories .wp-block-categories,
.tutor-widget-course-categories>ul,
.tutor-widget-course-levels .menu,
.tutor-widget-course-levels .wp-block-categories,
.tutor-widget-course-levels>ul,
.widget_nav_menu .menu,
.widget_nav_menu .wp-block-categories,
.widget_nav_menu>ul,
.widget_meta .menu,
.widget_meta .wp-block-categories,
.widget_meta>ul,
.widget_pages .menu,
.widget_pages .wp-block-categories,
.widget_pages>ul,
.widget_archive .menu,
.widget_archive .wp-block-categories,
.widget_archive>ul,
.widget_price_filter .menu,
.widget_price_filter .wp-block-categories,
.widget_price_filter>ul,
.widget_time_duration .menu,
.widget_time_duration .wp-block-categories,
.widget_time_duration>ul,
.widget_instructor .menu,
.widget_instructor .wp-block-categories,
.widget_instructor>ul,
.widget_categories .menu,
.widget_categories .wp-block-categories,
.widget_categories>ul {
    margin: 0 0 -20px 0
}

.tutor-widget-course-categories a,
.tutor-widget-course-levels a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_price_filter a,
.widget_time_duration a,
.widget_instructor a,
.widget_categories a {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 35px 0 29px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    color: var(--body-color)
}

.tutor-widget-course-categories a::before,
.tutor-widget-course-levels a::before,
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_price_filter a::before,
.widget_time_duration a::before,
.widget_instructor a::before,
.widget_categories a::before {
    content: '\f02d';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    line-height: 18px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--icon-font);
    font-weight: 700;
    color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.tutor-widget-course-categories a:hover,
.tutor-widget-course-levels a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_price_filter a:hover,
.widget_time_duration a:hover,
.widget_instructor a:hover,
.widget_categories a:hover {
    color: var(--theme-color)
}

.tutor-widget-course-categories a:hover~span,
.tutor-widget-course-levels a:hover~span,
.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_price_filter a:hover~span,
.widget_time_duration a:hover~span,
.widget_instructor a:hover~span,
.widget_categories a:hover~span {
    color: var(--theme-color)
}

.tutor-widget-course-categories .tutor-list-item,
.tutor-widget-course-categories li,
.tutor-widget-course-levels .tutor-list-item,
.tutor-widget-course-levels li,
.widget_nav_menu .tutor-list-item,
.widget_nav_menu li,
.widget_meta .tutor-list-item,
.widget_meta li,
.widget_pages .tutor-list-item,
.widget_pages li,
.widget_archive .tutor-list-item,
.widget_archive li,
.widget_price_filter .tutor-list-item,
.widget_price_filter li,
.widget_time_duration .tutor-list-item,
.widget_time_duration li,
.widget_instructor .tutor-list-item,
.widget_instructor li,
.widget_categories .tutor-list-item,
.widget_categories li {
    display: block;
    position: relative
}

.tutor-widget-course-categories .tutor-list-item:last-child a,
.tutor-widget-course-categories li:last-child a,
.tutor-widget-course-levels .tutor-list-item:last-child a,
.tutor-widget-course-levels li:last-child a,
.widget_nav_menu .tutor-list-item:last-child a,
.widget_nav_menu li:last-child a,
.widget_meta .tutor-list-item:last-child a,
.widget_meta li:last-child a,
.widget_pages .tutor-list-item:last-child a,
.widget_pages li:last-child a,
.widget_archive .tutor-list-item:last-child a,
.widget_archive li:last-child a,
.widget_price_filter .tutor-list-item:last-child a,
.widget_price_filter li:last-child a,
.widget_time_duration .tutor-list-item:last-child a,
.widget_time_duration li:last-child a,
.widget_instructor .tutor-list-item:last-child a,
.widget_instructor li:last-child a,
.widget_categories .tutor-list-item:last-child a,
.widget_categories li:last-child a {
    border-bottom: none
}

.tutor-widget-course-categories .tutor-list-item>span,
.tutor-widget-course-categories li>span,
.tutor-widget-course-levels .tutor-list-item>span,
.tutor-widget-course-levels li>span,
.widget_nav_menu .tutor-list-item>span,
.widget_nav_menu li>span,
.widget_meta .tutor-list-item>span,
.widget_meta li>span,
.widget_pages .tutor-list-item>span,
.widget_pages li>span,
.widget_archive .tutor-list-item>span,
.widget_archive li>span,
.widget_price_filter .tutor-list-item>span,
.widget_price_filter li>span,
.widget_time_duration .tutor-list-item>span,
.widget_time_duration li>span,
.widget_instructor .tutor-list-item>span,
.widget_instructor li>span,
.widget_categories .tutor-list-item>span,
.widget_categories li>span {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.18;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--body-color);
    font-weight: 400
}

.tutor-widget-course-categories .children,
.tutor-widget-course-levels .children,
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_price_filter .children,
.widget_time_duration .children,
.widget_instructor .children,
.widget_categories .children {
    margin-left: 10px
}

.tutor-widget-course-categories .sub-cat,
.tutor-widget-course-levels .sub-cat,
.widget_nav_menu .sub-cat,
.widget_meta .sub-cat,
.widget_pages .sub-cat,
.widget_archive .sub-cat,
.widget_price_filter .sub-cat,
.widget_time_duration .sub-cat,
.widget_instructor .sub-cat,
.widget_categories .sub-cat {
    margin-left: 30px
}

.tutor-widget-course-categories input[type="checkbox"]:checked~label:before,
.tutor-widget-course-levels input[type="checkbox"]:checked~label:before,
.widget_nav_menu input[type="checkbox"]:checked~label:before,
.widget_meta input[type="checkbox"]:checked~label:before,
.widget_pages input[type="checkbox"]:checked~label:before,
.widget_archive input[type="checkbox"]:checked~label:before,
.widget_price_filter input[type="checkbox"]:checked~label:before,
.widget_time_duration input[type="checkbox"]:checked~label:before,
.widget_instructor input[type="checkbox"]:checked~label:before,
.widget_categories input[type="checkbox"]:checked~label:before {
    border-radius: 4px
}

.tutor-widget-course-categories.style2 li,
.tutor-widget-course-levels.style2 li,
.widget_nav_menu.style2 li,
.widget_meta.style2 li,
.widget_pages.style2 li,
.widget_archive.style2 li,
.widget_price_filter.style2 li,
.widget_time_duration.style2 li,
.widget_instructor.style2 li,
.widget_categories.style2 li {
    margin-top: 18px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.th-blog ul.wp-block-archives li {
    margin: 5px 0
}

.tutor-widget,
.widget {
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative
}

.tutor-widget select,
.tutor-widget input,
.widget select,
.widget input {
    height: 55px;
    border-radius: 8px;
    border: none !important
}

.tutor-widget.blog-widget-cta,
.widget.blog-widget-cta {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none
}

.tutor-widget-title,
.wp-block-search__label,
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 29px 0;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--border-color)
}

.tutor-widget-title a,
.wp-block-search__label a,
.widget_title a {
    color: inherit
}

.tutor-widget .tutor-form-wrap,
.tutor-widget .search-form,
.widget .tutor-form-wrap,
.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
    background: var(--smoke-color);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tutor-widget .tutor-form-wrap input,
.tutor-widget .search-form input,
.widget .tutor-form-wrap input,
.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 8px;
    background: transparent;
    font-family: var(--title-font)
}

.tutor-widget .tutor-form-wrap button,
.tutor-widget .search-form button,
.widget .tutor-form-wrap button,
.widget .search-form button {
    border: none;
    width: auto;
    height: auto;
    line-height: initial;
    background-color: transparent;
    padding-left: 19px;
    margin-right: 20px;
    color: var(--theme-color);
    display: inline-block;
    border-radius: 0 8px 8px 0;
    position: relative
}

.tutor-widget .tutor-form-wrap button:after,
.tutor-widget .search-form button:after,
.widget .tutor-form-wrap button:after,
.widget .search-form button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    width: 1px;
    background: var(--theme-color);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.tutor-widget .tutor-form-wrap button:hover,
.tutor-widget .search-form button:hover,
.widget .tutor-form-wrap button:hover,
.widget .search-form button:hover {
    color: var(--theme-color2)
}

.tutor-widget .tutor-form-wrap .tutor-form-icon,
.tutor-widget .search-form .tutor-form-icon,
.widget .tutor-form-wrap .tutor-form-icon,
.widget .search-form .tutor-form-icon {
    left: 5px
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 9.5px 14px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important
}

.tagcloud,
.wp-block-tag-cloud {
    margin-right: -10px;
    margin-bottom: -10px
}

.tutor-widget-course-tags .tutor-widget-content {
    margin-bottom: -10px
}

.tutor-widget-course-tags .tutor-list .tutor-list-item {
    display: inline-block;
    margin: 0
}

.tutor-widget-course-tags .tutor-list .tutor-list-item label {
    display: inline-block;
    border: none;
    line-height: 1;
    padding: 9.5px 14px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.tutor-widget-course-tags .tutor-list .tutor-list-item label:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important
}

.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    line-height: 20px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 80px;
    border-radius: 5px;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 -0.1em 0;
    font-family: var(--title-font)
}

.recent-post .recent-post-meta {
    margin-top: 10px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    color: var(--body-color)
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color)
}

.recent-post .recent-post-meta a i {
    margin-right: 8px;
    color: var(--theme-color)
}

.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    border-radius: 6px
}

.sidebar-gallery .gallery-thumb img {
    width: 100%
}

figure.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    margin-bottom: 0 !important
}

.wp-block-gallery.columns-default {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
    overflow: hidden;
    border-radius: 6px
}

.wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img {
    width: 100%
}

.th-video-widget .video-thumb {
    position: relative
}

.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video-widget .play-btn i {
    font-size: 16px
}

.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none
}

.widget_recent_entries ul li>a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block
}

.widget_recent_entries ul li>a:hover {
    color: var(--theme-color)
}

.widget_recent_entries ul li span.post-date {
    font-size: 14px
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
    margin-top: -0.11em;
    padding-left: 0
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
    margin-bottom: 0
}

.widget_recent_comments li,
.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
    padding-left: 0;
    padding-bottom: 0 !important
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
    display: none
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
    margin-top: 0.4em
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px
}

.widget_recent_comments article,
.wp-block-latest-comments article {
    line-height: 1.5
}

.widget_recent_comments a,
.wp-block-latest-comments a {
    color: inherit
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment {
    line-height: 1.6
}

.wp-block-latest-comments__comment a {
    color: var(--body-color)
}

.wp-block-latest-comments__comment a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
    color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color)
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: var(--title-color);
    font-weight: 500
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
    border-left: 1px solid #eee
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
    border-right: 1px solid #eee
}

.wp-block-calendar table th,
.calendar_wrap table th {
    font-weight: 500
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px 5px;
    color: #01133c;
    border: 1px solid #eee;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #eee
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.wp-block-calendar a,
.calendar_wrap a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
    color: var(--title-color)
}

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0
}

.wp-block-calendar table caption {
    color: var(--white-color)
}

ul.widget_rss,
ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
    padding-left: 0
}

.widget_rss,
.wp-block-rss {
    list-style-type: none
}

.widget_rss ul,
.wp-block-rss ul {
    margin: -0.2em 0 -0.5em 0;
    padding: 0;
    list-style: none
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5
}

.widget_rss ul a,
.wp-block-rss ul a {
    display: block;
    font-weight: 600;
    color: inherit
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
    color: var(--theme-color)
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--title-color)
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
    content: "\f073";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
    color: var(--theme-color)
}

.widget_rss ul cite,
.wp-block-rss ul cite {
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: var(--theme-color)
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px
}

.widget_rss a:hover,
.wp-block-rss a:hover {
    color: var(--theme-color)
}

.textwidget {
    margin-top: -0.1em
}

.widget_shopping_cart .widget_title {
    margin-bottom: 15px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

.widget_shopping_cart ul li {
    list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 10px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 20px;
    border: 1px solid var(--border-color)
}

.widget_shopping_cart .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    color: var(--theme-color)
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color)
}

.widget_shopping_cart .amount {
    padding-left: 5px;
    font-weight: 600;
    font-family: var(--title-font)
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.sidebar-area .tutor-widget-title,
.sidebar-area .widget_title {
    position: relative
}

.sidebar-area .tutor-widget-title:before,
.sidebar-area .widget_title:before {
    content: '';
    height: 3px;
    width: 50px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
    -webkit-animation: lineMove 10s linear infinite;
    animation: lineMove 10s linear infinite
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@-webkit-keyframes lineMove {
    0% {
        left: 0px
    }

    50% {
        left: calc(100% - 50px)
    }

    100% {
        left: 0px
    }
}

@keyframes lineMove {
    0% {
        left: 0px
    }

    50% {
        left: calc(100% - 50px)
    }

    100% {
        left: 0px
    }
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area .th-video {
    padding: 0;
    box-shadow: none;
    border-radius: 5px
}

.sidebar-area .th-video .play-btn {
    --icon-size: 50px;
    font-size: 15px
}

.sidebar-area .th-video .play-btn>i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.sidebar-area .th-video .play-btn:after,
.sidebar-area .th-video .play-btn:before {
    background-color: var(--white-color)
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
    border: none
}

.sidebar-area .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.recent-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.recent-product .product-title {
    font-size: 16px
}

.price_slider_wrapper {
    margin-top: -0.5em
}

.price_slider_wrapper .price_label span {
    display: inline-block;
    color: var(--body-color)
}

.price_slider_wrapper .ui-slider {
    height: 4px;
    position: relative;
    width: 100%;
    background-color: #e0e0e0;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 0
}

.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--theme-color)
}

.price_slider_wrapper .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 10.5px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    margin-top: -3px;
    z-index: 2;
    box-shadow: 0px 8px 13px 0px rgba(255, 79, 38, 0.21);
    background-color: var(--theme-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.price_slider_wrapper .ui-slider-handle:focus {
    outline: none;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15)
}

.price_slider_wrapper .ui-slider-handle:last-child {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px)
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 7px 20px;
    min-width: 100px;
    font-size: 16px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
    background-color: var(--title-color)
}

.product_list_widget {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.product_list_widget .recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none
}

.product_list_widget .recent-post:last-child {
    margin-bottom: 0
}

.product_list_widget .recent-post .media-img {
    width: 70px;
    margin-right: 20px
}

.product_list_widget .recent-post-title {
    font-size: 20px;
    margin-bottom: 7px
}

.product_list_widget .recent-post-title a {
    color: inherit
}

.product_list_widget .recent-post-title a:hover {
    color: var(--theme-color)
}

.product_list_widget .star-rating {
    font-size: 12px;
    margin-bottom: 3px
}

.widget_info .widget_title {
    margin: 29px 0 0 0
}

.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.widget_info .th-video {
    margin-bottom: 20px
}

.widget_info .course-price {
    display: block;
    font-weight: bold;
    margin-bottom: 19px
}

.widget_info .course-price .tag {
    display: inline-block;
    background-color: var(--theme-color2);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white-color);
    border-radius: 99px;
    padding: 2px 13px;
    vertical-align: middle;
    margin-bottom: 5px
}

.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-list i {
    color: var(--theme-color);
    width: 16px;
    margin-right: 2px;
    font-size: 16px
}

.info-list strong {
    font-weight: 500;
    color: var(--title-color)
}

.info-list li {
    border-bottom: 1px dashed #d3dbeb;
    padding: 12px 0
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.45em
}

.widget_banner {
    border: none;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 50px 75px
}

.widget_banner:before {
    z-index: -1
}

.widget_banner .widget-banner {
    background: rgba(255, 255, 255, 0.27);
    -webkit-backdrop-filter: blur(11.6px);
    backdrop-filter: blur(11.6px);
    border-radius: 10px;
    padding: 30px 30px 0
}

.widget_banner .title {
    color: var(--white-color);
    font-weight: 600;
    margin-top: -0.25em;
    font-size: 24px
}

.widget_banner .subtitle {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.widget_banner .logo {
    background: var(--white-color);
    border-radius: 10px;
    padding: 13px 39px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 25px
}

.widget_banner .link {
    font-size: 18px;
    display: block;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 30px
}

.widget_banner .th-btn {
    -webkit-transform: translate(0, 24px);
    -ms-transform: translate(0, 24px);
    transform: translate(0, 24px);
    margin-top: -24px
}

@media (max-width: 375px) {
    .widget_banner .th-btn {
        line-height: inherit;
        padding: 14px
    }
}

@media (max-width: 767px) {
    .widget_banner {
        padding: 40px 40px 65px
    }
}

@media (max-width: 575px) {
    .widget_banner {
        padding: 30px 30px 55px
    }
}

.widget-map {
    line-height: 1px;
    border-radius: 10px
}

.widget-map iframe {
    border-radius: 10px;
    height: 327px
}

@media (max-width: 1199px) {
    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px
    }

    .widget_offer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .col-lg-4 .sidebar-area .widget {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }
}

@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }

    .col-lg-4 .sidebar-area .widget {
        --blog-space-y: 40px;
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .widget {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }

    .col-lg-4 .sidebar-area .widget {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }
}

.tutor-widget-course-categories .tutor-list-item label,
.tutor-widget-course-levels .tutor-list-item label {
    padding-left: 0px
}

.tutor-widget-course-categories .tutor-form-check-input,
.tutor-widget-course-levels .tutor-form-check-input {
    display: inline-block;
    padding: 10px;
    height: 10px;
    margin-right: 10px;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    border: 1px solid #ECF1F9 !important
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget input,
.footer-widget select {
    height: 55px;
    background-color: transparent;
    border: 1px solid #283752 !important
}

.footer-widget input:focus,
.footer-widget select:focus {
    border-color: var(--theme-color);
    background-color: transparent
}

.footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.footer-widget .widget_title {
    position: relative;
    border: none;
    font-family: var(--title-font);
    color: var(--white-color);
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 18px 0;
    margin: -0.1em 0 35px 0;
    max-width: 275px
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51px;
    height: 3px;
    background-color: var(--theme-color)
}

.footer-widget .widget_title:after {
    width: 10px;
    left: 56px;
    border-right: 10px solid var(--theme-color);
    box-shadow: 15px 0 0 0 var(--theme-color)
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 40px
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -2px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
    font-family: var(--body-font);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    position: relative
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "\e122";
    font-weight: 900;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    width: unset;
    background-color: transparent;
    border: none;
    font-size: 0.5em;
    color: var(--body-color);
    line-height: 0;
    height: 5px
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--white-color)
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    color: var(--white-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: white;
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget .recent-post {
    max-width: 310px;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: white;
    border-bottom: none
}

.footer-widget .recent-post .media-img {
    margin-right: 18px;
    width: 110px
}

.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta i {
    color: var(--white-color);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.footer-widget .footer-logo {
    margin-bottom: 15px
}

.th-widget-about .about-logo {
    margin-bottom: 30px;
    margin-top: -5px
}

.th-widget-about .about-text {
    margin-bottom: 25px;
    margin-top: -0.46em
}

.widget_contact .contact-text {
    margin-bottom: 25px;
    margin-top: -0.46em
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px
}

.newsletter-widget .newsletter-form {
    display: block
}

.newsletter-widget .newsletter-form .th-btn {
    margin-top: 20px
}

.th-widget-schedule {
    margin-top: -0.25em
}

.th-widget-schedule .footer-info {
    padding-left: 0
}

.footer-table {
    margin-top: -15px;
    border: none;
    margin-bottom: 0
}

.footer-table th,
.footer-table td {
    border: none;
    padding: 8px 0;
    font-size: 16px
}

.footer-table td {
    padding-left: 50px
}

.footer-table th {
    padding-right: 13px;
    font-weight: 500;
    color: var(--white-color)
}

.footer-info-title {
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 15px;
    margin-top: -0.27em
}

.footer-info {
    position: relative;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 35px;
    max-width: 300px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    left: 0;
    font-size: 10px
}

.footer-info:nth-child(2) i {
    background-color: var(--theme-color)
}

.footer-info:nth-child(3) i {
    background-color: var(--title-color)
}

@media (max-width: 1199px) {
    .footer-widget .widget_title {
        margin: -0.1em 0 30px 0
    }

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

.footer-widget.style2 .widget_title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    font-weight: 500
}

.footer-widget.style2 .widget_title:before {
    height: 2px;
    width: 60px;
    background-color: var(--white-color)
}

.footer-widget.style2 .widget_title:after {
    display: none
}

.footer-widget.style2.widget_meta a,
.footer-widget.style2.widget_pages a,
.footer-widget.style2.widget_archive a,
.footer-widget.style2.widget_categories a,
.footer-widget.style2.widget_nav_menu a {
    padding: 0 0 0 25px;
    margin-bottom: 23px
}

.footer-widget.style2.widget_meta a:before,
.footer-widget.style2.widget_pages a:before,
.footer-widget.style2.widget_archive a:before,
.footer-widget.style2.widget_categories a:before,
.footer-widget.style2.widget_nav_menu a:before {
    content: "\f061";
    font-weight: 500;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: unset;
    font-size: 1em;
    height: unset
}

@media (max-width: 767px) {
    .footer-widget.style2 .widget_title {
        padding: 0 0 16px 0
    }

    .footer-widget.style2.widget_meta a,
    .footer-widget.style2.widget_pages a,
    .footer-widget.style2.widget_archive a,
    .footer-widget.style2.widget_categories a,
    .footer-widget.style2.widget_nav_menu a {
        margin-bottom: 18px
    }
}

@media (max-width: 350px) {
    .footer-widget .recent-post .media-img {
        margin-right: 15px;
        width: 100px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

.th-header .icon-btn {
    --btn-size: 45px;
    line-height: 43px;
    border: 1px solid #d0dbe9;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.th-header .icon-btn:hover {
    border-color: var(--theme-color)
}

.th-header .th-btn {
    padding: 19px 29px
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    font-family: "Lexend", serif;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: var(--title-color);
    text-transform: uppercase
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu a .new-label {
    font-size: 12px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0px 5px;
    border-radius: 4px;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.main-menu>ul>li {
    margin: 0 13px
}

.main-menu>ul>li>a {
    padding: 26px 0
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: 1px
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 23px;
    text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
    content: "\f02d";
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 700
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu.hide-icon ul.sub-menu li a {
    padding-left: 0
}

.main-menu.hide-icon ul.sub-menu li a:before {
    display: none
}

.category-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 25px 30px;
    left: 0;
    margin-top: -10px;
    opacity: 0;
    z-index: -1;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s
}

.category-menu ul {
    padding: 0;
    margin-bottom: 0
}

.category-menu li {
    list-style: none;
    margin-bottom: 6px
}

.category-menu li:last-child {
    margin-bottom: 0
}

.category-menu a {
    text-transform: capitalize;
    color: var(--title-color);
    position: relative;
    padding-left: 23px
}

.category-menu a:before {
    content: "\f07c";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400
}

.category-menu a:hover {
    color: var(--theme-color)
}

.category-menu-wrap {
    position: relative;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D0DBE9;
    border-radius: 5px
}

.category-menu-wrap:hover .category-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.category-menu-wrap .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.category-menu-wrap .search-form input {
    background: transparent;
    border: 0;
    padding-right: 10px;
    padding-left: 15px;
    height: 48px
}

.category-menu-wrap .search-form input:hover,
.category-menu-wrap .search-form input:focus,
.category-menu-wrap .search-form input:active {
    border: 0
}

.category-menu-wrap .search-form input::-webkit-input-placeholder {
    color: #9FAAB7
}

.category-menu-wrap .search-form input::-moz-placeholder {
    color: #9FAAB7
}

.category-menu-wrap .search-form input:-ms-input-placeholder {
    color: #9FAAB7
}

.category-menu-wrap .search-form input::-ms-input-placeholder {
    color: #9FAAB7
}

.category-menu-wrap .search-form input::placeholder {
    color: #9FAAB7
}

.category-menu-wrap .search-form button {
    border: none;
    width: auto;
    height: 48px;
    line-height: 48px;
    background-color: transparent;
    color: var(--title-color);
    padding-right: 15px;
    display: inline-block;
    border-radius: 0
}

.menu-expand {
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    background-color: transparent;
    padding: 10.5px 16px;
    border-radius: 0;
    border-right: 1px solid #D0DBE9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 160px;
    line-height: initial
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    color: var(--body-color)
}

.simple-icon:hover {
    color: var(--theme-color)
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-left: 15px
}

.header-button .icon-btn {
    position: relative
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 17px 0 0
}

.header-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-links li>i {
    margin-right: 10px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--body-font);
    color: var(--body-color)
}

.header-links i {
    color: var(--body-color)
}

.header-links b,
.header-links strong {
    font-weight: 600
}

.header-social .social-title {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.header-social a:last-child {
    margin-right: 0
}

.header-social a:hover {
    color: var(--theme-color)
}

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-notice {
    margin-bottom: 0;
    display: inline-block
}

.counter-list {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 18px;
    background-color: var(--theme-color2);
    padding: 2px 20px;
    border-radius: 999px;
    margin-left: 15px;
    color: var(--white-color)
}

.counter-list li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    position: relative;
    color: var(--white-color)
}

.counter-list li:after {
    content: ":";
    position: absolute;
    top: 50%;
    right: -11.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white-color);
    font-weight: 600
}

.counter-list li:last-child::after {
    display: none
}

.counter-list .count-number,
.counter-list .count-name {
    color: var(--white-color);
    font-weight: 500
}

.dropdown-link {
    position: relative;
    display: inline-block
}

.dropdown-link>a {
    color: var(--white-color)
}

.dropdown-link>a i {
    margin-right: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.dropdown-link>a:hover i {
    color: var(--white-color) !important
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    border-color: var(--border-color)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block
}

.dropdown-menu a {
    color: var(--title-color) !important
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color)
}

.header-layout-default .header-top {
    --body-color: #fff;
    background-color: var(--theme-color);
    padding: 9px 88px 9px 300px;
    position: relative;
    z-index: 3
}

@media (min-width: 1922px) {
    .header-layout-default .header-top {
        padding: 9px 188px 9px 400px
    }
}

@media (max-width: 1600px) {
    .header-layout-default .header-top {
        padding: 9px 30px 9px 265px
    }
}

@media (max-width: 1299px) {
    .header-layout-default .header-top {
        padding: 9px 30px
    }
}

.header-layout-default .header-top a:hover {
    color: var(--title-color)
}

.header-layout-default .header-top .header-links a:hover {
    color: var(--theme-color)
}

.header-layout-default .header-top .header-links.header-right li:first-child {
    padding-right: 60px
}

@media (min-width: 1922px) {
    .header-layout-default .header-top .header-links.header-right li:first-child {
        padding-right: 0
    }
}

@media (max-width: 1355px) {
    .header-layout-default .header-top .header-links.header-right li:first-child {
        padding-right: 0px
    }
}

.header-layout-default .header-top .header-links.header-right li:not(:last-child):before {
    display: none
}

.header-layout-default .header-top .header-links.header-right li a i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout-default .header-top .header-links.header-right li a:hover {
    color: var(--white-color);
    opacity: 0.6
}

.header-layout-default .header-top .header-links.header-right li a:hover i {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .header-layout-default .header-top .header-links.header-right li {
        display: none
    }

    .header-layout-default .header-top .header-links.header-right li:first-child {
        display: block;
        margin: 0;
        padding: 0
    }
}

.header-layout-default .header-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 267px);
    border-radius: 0 0 50px 0;
    background: var(--title-color);
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout-default .header-top:after {
        width: calc(100% - 757px)
    }
}

@media (max-width: 1600px) {
    .header-layout-default .header-top:after {
        width: calc(100% - 207px)
    }
}

@media (max-width: 1500px) {
    .header-layout-default .header-top:after {
        width: calc(100% - 205px)
    }
}

@media (max-width: 1399px) {
    .header-layout-default .header-top:after {
        width: calc(100% - 220px)
    }
}

@media (max-width: 1355px) {
    .header-layout-default .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .header-layout-default .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

.header-layout-default .menu-area {
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    padding: 0 88px 0 30px
}

@media (min-width: 1922px) {
    .header-layout-default .menu-area {
        padding: 0 188px 0 130px
    }
}

@media (max-width: 1600px) {
    .header-layout-default .menu-area {
        padding: 0 30px 0 10px
    }
}

@media (max-width: 575px) {
    .header-layout-default .menu-area {
        padding: 0
    }
}

.header-layout-default .menu-area .header-logo {
    margin-top: -29px
}

@media (max-width: 1299px) {
    .header-layout-default .menu-area .header-logo {
        margin-top: 0
    }
}

.header-layout-default .menu-area .main-menu {
    margin-left: 60px
}

@media (max-width: 1600px) {
    .header-layout-default .menu-area .main-menu {
        margin-left: 50px
    }
}

.header-layout-default .menu-area .logo-bg {
    position: absolute;
    height: 100%;
    width: 270px;
    border-radius: 0 0px 0 0;
    background: var(--theme-color);
    bottom: 0;
    left: 0;
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout-default .menu-area .logo-bg {
        width: 370px
    }
}

@media (max-width: 1600px) {
    .header-layout-default .menu-area .logo-bg {
        width: 240px
    }
}

@media (max-width: 575px) {
    .header-layout-default .menu-area .logo-bg {
        width: 220px
    }
}

.header-layout-default .main-menu>ul>li>a {
    padding: 31.5px 0
}

.header-layout-default .th-btn {
    padding: 18px 29px
}

.header-layout-default .header-button {
    margin-left: 0
}

@media (max-width: 1299px) {
    .header-layout-default .header-button .icon-btn {
        display: none
    }
}

@media (min-width: 1921px) and (max-width: 1963px) {
    .header-layout-default .menu-expand {
        display: none
    }
}

@media (max-width: 1763px) {
    .header-layout-default .menu-expand {
        display: none
    }
}

@media (max-width: 1510px) {
    .header-layout-default .category-menu-wrap {
        display: none
    }
}

@media (max-width: 1500px) {
    .header-layout-default .category-menu-wrap {
        display: none
    }
}

.header-layout-default .sticky-wrapper.sticky .menu-area {
    background: var(--white-color)
}

.header-layout-default .sticky-wrapper.sticky .menu-area .header-logo {
    margin-top: 0
}

.header-layout-default .sticky-wrapper.sticky .menu-area .logo-bg {
    border-radius: 0
}

.header-layout-default .logo-bg-half {
    position: absolute;
    height: 29px;
    width: 270px;
    border-radius: 0 50px 0 0;
    background: var(--theme-color);
    top: 16px;
    left: 0;
    z-index: 4
}

@media (min-width: 1922px) {
    .header-layout-default .logo-bg-half {
        width: 370px
    }
}

@media (max-width: 1600px) {
    .header-layout-default .logo-bg-half {
        width: 240px
    }
}

@media (max-width: 1299px) {
    .header-layout-default .logo-bg-half {
        display: none
    }
}

.admin-bar .header-layout-default .header-top:after {
    width: calc(100% - 227px)
}

@media (min-width: 1922px) {
    .admin-bar .header-layout-default .header-top:after {
        width: calc(100% - 327px)
    }
}

@media (max-width: 1600px) {
    .admin-bar .header-layout-default .header-top:after {
        width: calc(100% - 177px)
    }
}

@media (max-width: 1500px) {
    .admin-bar .header-layout-default .header-top:after {
        width: calc(100% - 175px)
    }
}

@media (max-width: 1399px) {
    .admin-bar .header-layout-default .header-top:after {
        width: calc(100% - 180px)
    }
}

.header-layout1 .header-top {
    --body-color: #fff;
    background-color: var(--title-color);
    padding: 5px 0;
    position: relative;
    z-index: 3
}

.header-layout1 .header-top a:hover {
    color: var(--title-color)
}

.header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 60px
}

@media (min-width: 1921px) and (max-width: 2520px) {
    .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-right: 0
    }
}

@media (min-width: 1601px) and (max-width: 1870px) {
    .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-right: 0
    }
}

@media (max-width: 1600px) {
    .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-right: 60px
    }
}

@media (min-width: 1501px) and (max-width: 1550px) {
    .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-right: 0
    }
}

@media (min-width: 1055px) and (max-width: 1199px) {
    .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-right: 0
    }
}

.header-layout1 .header-top .header-links.header-right li:not(:last-child):before {
    display: none
}

.header-layout1 .header-top .header-links.header-right li a i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout1 .header-top .header-links.header-right li a:hover {
    color: var(--theme-color2)
}

.header-layout1 .header-top .header-links.header-right li a:hover i {
    color: var(--title-color)
}

@media (max-width: 991px) {
    .header-layout1 .header-top .header-links.header-right li {
        display: none
    }

    .header-layout1 .header-top .header-links.header-right li:first-child {
        display: block;
        margin: 0;
        padding: 0
    }
}

.header-layout1 .header-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 437px);
    border-radius: 0 0 50px 0;
    background: black;
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout1 .header-top:after {
        width: calc(100% - 757px)
    }
}

@media (min-width: 1921px) and (max-width: 2520px) {
    .header-layout1 .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

@media (min-width: 1601px) and (max-width: 1870px) {
    .header-layout1 .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 1600px) {
    .header-layout1 .header-top:after {
        width: calc(100% - 277px);
        border-radius: 0 0 50px 0
    }
}

@media (min-width: 1501px) and (max-width: 1550px) {
    .header-layout1 .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 1500px) {
    .header-layout1 .header-top:after {
        width: calc(100% - 205px)
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-top:after {
        width: calc(100% - 220px)
    }
}

@media (min-width: 1055px) and (max-width: 1199px) {
    .header-layout1 .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .header-layout1 .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

.header-layout1 .menu-area {
    background-color: black;
    position: relative;
    z-index: 0
}

.header-layout1 .menu-area:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white-color);
    height: 100%;
    width: calc(100% - 220px);
    border-radius: 80px 0 0 0;
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout1 .menu-area:after {
        width: calc(100% - 500px)
    }
}

@media (min-width: 1921px) and (max-width: 2520px) {
    .header-layout1 .menu-area:after {
        width: 100%
    }
}

@media (min-width: 1601px) and (max-width: 1870px) {
    .header-layout1 .menu-area:after {
        width: 100%
    }
}

@media (max-width: 1600px) {
    .header-layout1 .menu-area:after {
        width: calc(100% - 60px)
    }
}

@media (min-width: 1501px) and (max-width: 1550px) {
    .header-layout1 .menu-area:after {
        width: 100%
    }
}

@media (max-width: 1500px) {
    .header-layout1 .menu-area:after {
        width: 100%
    }
}

@media (max-width: 991px) {
    .header-layout1 .menu-area:after {
        border-radius: 0px 0 0 0
    }
}

.header-layout1 .th-btn {
    padding: 18px 29px
}

@media (max-width: 1299px) {
    .header-layout1 .header-button .icon-btn {
        display: none
    }
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
    background: var(--white-color)
}

.header-layout1 .sticky-wrapper.sticky .menu-area:after {
    display: none
}

.admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 397px)
}

@media (min-width: 1922px) {
    .admin-bar .header-layout1 .header-top:after {
        width: calc(100% - 727px)
    }
}

@media (max-width: 1600px) {
    .admin-bar .header-layout1 .header-top:after {
        width: calc(100% - 237px)
    }
}

@media (max-width: 1500px) {
    .admin-bar .header-layout1 .header-top:after {
        width: calc(100% - 165px)
    }
}

@media (max-width: 1399px) {
    .admin-bar .header-layout1 .header-top:after {
        width: calc(100% - 190px)
    }
}

@media (max-width: 767px) {
    .header-search {
        margin: 0 0 20px 0
    }
}

.unittest-header .header-button {
    margin-left: 0;
    padding-left: 10px !important
}

.unittest-header .header-button:before {
    display: none
}

@media (max-width: 1399px) {
    .unittest-header .main-menu>ul>li {
        margin: 0 10px
    }
}

.header-layout3 {
    position: relative
}

.header-layout3 .logo-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 435px
}

@media (min-width: 1922px) {
    .header-layout3 .logo-bg {
        width: 720px;
        background-position: 0 -18px
    }
}

@media (min-width: 2400px) and (max-width: 2522px) {
    .header-layout3 .logo-bg {
        width: 660px;
        background-position: right -12px
    }
}

@media (min-width: 2380px) and (max-width: 2399px) {
    .header-layout3 .logo-bg {
        width: 640px;
        background-position: right -8px
    }
}

@media (min-width: 2340px) and (max-width: 2379px) {
    .header-layout3 .logo-bg {
        width: 600px;
        background-position: right -8px
    }
}

@media (min-width: 2300px) and (max-width: 2339px) {
    .header-layout3 .logo-bg {
        width: 540px;
        background-position: right -8px
    }
}

@media (min-width: 2280px) and (max-width: 2299px) {
    .header-layout3 .logo-bg {
        background-position: -122px -16px
    }
}

@media (min-width: 2230px) and (max-width: 2279px) {
    .header-layout3 .logo-bg {
        background-position: -150px -18px
    }
}

@media (min-width: 2150px) and (max-width: 2229px) {
    .header-layout3 .logo-bg {
        background-position: -190px -18px
    }
}

@media (min-width: 2090px) and (max-width: 2149px) {
    .header-layout3 .logo-bg {
        background-position: -220px -18px
    }
}

@media (min-width: 2000px) and (max-width: 2089px) {
    .header-layout3 .logo-bg {
        background-position: -220px -18px
    }
}

@media (min-width: 1970px) and (max-width: 1999px) {
    .header-layout3 .logo-bg {
        background-position: -120px -6px;
        width: 500px
    }
}

@media (min-width: 1940px) and (max-width: 1969px) {
    .header-layout3 .logo-bg {
        background-position: -180px -10px;
        width: 600px
    }
}

@media (min-width: 1922px) and (max-width: 1939px) {
    .header-layout3 .logo-bg {
        background-position: -210px -10px;
        width: 600px
    }
}

@media (min-width: 1800px) and (max-width: 1879px) {
    .header-layout3 .logo-bg {
        background: var(--theme-color);
        width: 400px
    }
}

@media (min-width: 1780px) and (max-width: 1799px) {
    .header-layout3 .logo-bg {
        background-position: -50px 0px
    }
}

@media (min-width: 1720px) and (max-width: 1779px) {
    .header-layout3 .logo-bg {
        background-position: -80px 0px
    }
}

@media (min-width: 1700px) and (max-width: 1719px) {
    .header-layout3 .logo-bg {
        background-position: -100px 0px
    }
}

@media (min-width: 1601px) and (max-width: 1699px) {
    .header-layout3 .logo-bg {
        background-position: -100px 0px
    }
}

@media (max-width: 1600px) {
    .header-layout3 .logo-bg {
        width: 340px;
        background-position: right
    }
}

@media (min-width: 1550px) and (max-width: 1599px) {
    .header-layout3 .logo-bg {
        width: 410px
    }
}

@media (min-width: 1501px) and (max-width: 1549px) {
    .header-layout3 .logo-bg {
        width: 400px
    }
}

@media (max-width: 1500px) {
    .header-layout3 .logo-bg {
        width: 272px
    }
}

@media (max-width: 1399px) {
    .header-layout3 .logo-bg {
        width: 290px
    }
}

@media (max-width: 1299px) {
    .header-layout3 .logo-bg {
        width: 280px
    }
}

@media (min-width: 1270px) and (max-width: 1299px) {
    .header-layout3 .logo-bg {
        width: 300px
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .header-layout3 .logo-bg {
        width: 360px
    }
}

@media (max-width: 991px) {
    .header-layout3 .logo-bg {
        width: 255px
    }
}

@media (max-width: 767px) {
    .header-layout3 .logo-bg {
        width: 260px
    }
}

@media (max-width: 575px) {
    .header-layout3 .logo-bg {
        width: 230px
    }
}

.header-layout3 .category-menu-wrap {
    margin-left: 30px
}

@media (min-width: 1601px) and (max-width: 1638px) {
    .header-layout3 .category-menu-wrap {
        display: none
    }
}

@media (max-width: 1600px) {
    .header-layout3 .category-menu-wrap {
        display: none
    }
}

.header-layout3 .menu-area {
    position: relative;
    padding-top: 15px;
    margin: 0 86px
}

@media (max-width: 1500px) {
    .header-layout3 .menu-area {
        margin: 0
    }
}

.header-layout3 .menu-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    background: var(--theme-color2);
    border-radius: 0 0 30px 30px
}

@media (min-width: 1922px) {
    .header-layout3 .menu-area:after {
        left: -110px;
        width: calc(100% + 110px)
    }
}

@media (min-width: 2460px) and (max-width: 2523px) {
    .header-layout3 .menu-area:after {
        left: -100px;
        width: calc(100% + 100px)
    }
}

@media (min-width: 2300px) and (max-width: 2459px) {
    .header-layout3 .menu-area:after {
        left: -70px;
        width: calc(100% + 70px)
    }
}

@media (min-width: 1922px) and (max-width: 2089px) {
    .header-layout3 .menu-area:after {
        left: -50px;
        width: calc(100% + 50px)
    }
}

@media (min-width: 1922px) {
    .header-layout3 .menu-area {
        margin: 0
    }
}

.header-layout3 .main-menu>ul>li>a {
    padding: 34px 0
}

@media (max-width: 1399px) {
    .header-layout3 .main-menu a {
        font-size: 14px
    }
}

@media (max-width: 1299px) {

    .header-layout3 .header-button .icon-btn:nth-child(1),
    .header-layout3 .header-button .icon-btn:nth-child(2) {
        display: none
    }
}

@media (min-width: 1501px) and (max-width: 1599px) {

    .header-layout3 .header-button .icon-btn:nth-child(1),
    .header-layout3 .header-button .icon-btn:nth-child(2) {
        display: none
    }
}

.header-layout3 .dropdown-link>a {
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .header-layout3 .dropdown-link>a .icon-btn {
        display: inline-block
    }
}

.header-layout3 .dropdown-link>a:hover {
    color: var(--theme-color)
}

.header-layout3 .dropdown-link>a:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 575px) {
    .header-layout3 .th-menu-toggle {
        margin: 15px 0
    }
}

@media (max-width: 375px) {
    .header-layout3 .header-social a {
        margin: 0 10px 0 0
    }

    .header-layout3 .header-links li {
        font-size: 14px
    }
}

@media (max-width: 1600px) {
    .header-layout4 .menu-expand {
        display: none
    }
}

@media (max-width: 1500px) {
    .header-layout4 .category-menu-wrap {
        display: none
    }
}

@media (max-width: 1299px) {
    .header-layout4 .header-button .icon-btn {
        display: none
    }
}

.header-layout4 .dropdown-link>a {
    color: var(--title-color)
}

@media (max-width: 1299px) {
    .header-layout4 .dropdown-link>a .icon-btn {
        display: inline-block
    }
}

.header-layout4 .dropdown-link>a:hover {
    color: var(--theme-color)
}

.header-layout4 .dropdown-link>a:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout5 .header-link {
    display: inline-block;
    color: var(--white-color);
    margin-right: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout5 .header-link:last-child {
    margin-right: 0
}

.header-layout5 .header-link:hover {
    color: var(--theme-color)
}

.header-layout5 .header-link .icon-btn {
    margin-right: 10px;
    font-size: 14px;
    border: none
}

.header-layout5 .top-area {
    background-color: var(--title-color)
}

.header-layout5 .header-top {
    padding: 12px 0;
    --body-color: #fff;
    border-bottom: 1px solid #202c3c
}

.header-layout5 .header-top a,
.header-layout5 .header-top li,
.header-layout5 .header-top p,
.header-layout5 .header-top span,
.header-layout5 .header-top i {
    color: var(--white-color)
}

.header-layout5 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout5 .menu-top {
    padding: 20px 0
}

.header-layout5 .menu-top .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.header-layout5 .header-link {
    color: var(--white-color);
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #202c3c
}

.header-layout5 .header-link:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.header-layout5 .header-link:hover {
    color: var(--theme-color)
}

.header-layout5 .th-social a {
    background-color: #0f2239;
    border: 1px solid #4d5765;
    color: var(--white-color)
}

.header-layout5 .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.header-layout5 .simple-icon {
    color: var(--white-color)
}

.header-layout5 .dropdown-menu {
    --body-color: #74787c
}

.header-layout5 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 34%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white-color);
    background-size: auto;
    background-repeat: repeat;
    -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
    z-index: -1
}

.header-layout5 .icon-style2 {
    color: var(--title-color)
}

.header-layout5 .menu-area {
    position: relative;
    background-color: var(--theme-color);
    z-index: 2
}

.header-layout5 .menu-area .container {
    --main-container: 1562px;
    margin-left: auto;
    margin-right: 66px
}

@media (min-width: 1922px) {
    .header-layout5 .menu-area .container {
        margin-right: auto
    }
}

@media (max-width: 1399px) {
    .header-layout5 .menu-area .container {
        margin-right: auto
    }
}

.header-layout5 .main-menu>ul>li {
    margin: 0 18px
}

.header-layout5 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 39px 0
}

.header-layout5 .th-menu-toggle {
    margin: 20px 0;
    background-color: var(--title-color)
}

.header-layout5 .header-button {
    margin-left: 130px
}

@media (max-width: 1700px) {
    .header-layout5 .logo-shape {
        width: 22%
    }
}

@media (max-width: 1299px) {
    .header-layout5 .header-button {
        margin-left: 60px
    }
}

@media (max-width: 1300px) {
    .header-layout5 .header-button {
        margin-left: 20px
    }

    .header-layout5 .logo-shape {
        width: 26%
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-link:nth-child(2) {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }

    .header-layout5 .logo-shape {
        width: 32%
    }
}

@media (max-width: 991px) {
    .header-layout5 .logo-shape {
        width: 60%
    }

    .header-layout5 .header-link {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
}

@media (max-width: 767px) {
    .header-notice {
        text-align: center;
        font-size: 14px
    }

    .header-layout5 .menu-top {
        padding: 12px 0
    }
}

@media (max-width: 575px) {
    .header-layout5 .logo-shape {
        width: 280px
    }
}

.header-layout6 {
    --main-container: 1440px
}

.header-layout6 .dropdown-link {
    position: relative
}

.header-layout6 .dropdown-link>a {
    color: var(--white-color)
}

.header-layout6 .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px
}

.header-layout6 .dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color)
}

.header-layout6 .dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.header-layout6 .dropdown-menu li:after {
    display: none
}

.header-layout6 .dropdown-menu li a {
    display: block
}

.header-layout6 .dropdown-menu a {
    color: var(--body-color)
}

.header-layout6 .dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.header-layout6 .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color)
}

.header-layout6 .simple-icon {
    border: none;
    background-color: transparent
}

.header-layout6 .simple-icon.style2 {
    font-size: 28px
}

.header-layout6 .simple-icon:hover {
    color: var(--theme-color)
}

.header-layout6 .header-top {
    background-color: var(--theme-color);
    padding: 14px 0;
    --body-color: #fff
}

.header-layout6 .header-top a,
.header-layout6 .header-top li,
.header-layout6 .header-top p,
.header-layout6 .header-top span,
.header-layout6 .header-top i {
    color: var(--body-color)
}

.header-layout6 .header-top a:hover {
    color: var(--white-color)
}

.header-layout6 .header-top li:before {
    background-color: #5792ff
}

.header-layout6 .simple-icon {
    color: var(--white-color)
}

.header-layout6 .dropdown-menu {
    --body-color: #74787c
}

.header-layout6 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 27.7%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
    z-index: -1
}

.header-layout6 .menu-area {
    position: relative;
    background-color: #050f2d;
    background-size: auto;
    background-repeat: repeat;
    z-index: 2
}

.header-layout6 .main-menu>ul>li {
    margin: 0 18px
}

.header-layout6 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 41.5px 0
}

.header-layout6 .th-menu-toggle {
    margin: 20px 0
}

.header-layout6 .header-button {
    margin-left: 100px
}

.header-layout6 .icon-btn:hover {
    border-color: var(--theme-color)
}

@media (min-width: 1922px) {
    .header-layout6 {
        --main-container: 1440px
    }

    .header-layout6 .logo-shape {
        width: 34%
    }
}

@media (max-width: 1700px) {
    .header-layout6 .logo-shape {
        width: 25%
    }
}

@media (max-width: 1399px) {
    .header-layout6 .container {
        margin-left: auto;
        margin-right: auto
    }

    .header-layout6 .header-button {
        margin-left: 60px
    }

    .header-layout6 .logo-shape {
        width: 22%
    }
}

@media (max-width: 1300px) {
    .header-layout6 .logo-shape {
        width: 26%
    }

    .header-layout6 .header-button .th-btn {
        display: none
    }
}

@media (max-width: 1199px) {
    .header-layout6 .logo-shape {
        width: 300px
    }
}

@media (max-width: 991px) {
    .header-layout6 .logo-shape {
        width: 60%
    }
}

@media (max-width: 767px) {
    .header-layout6 .header-top {
        padding: 8px 0
    }
}

@media (max-width: 375px) {
    .header-layout6 .logo-shape {
        width: 75%
    }
}

.header-layout7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    --main-container: 1920px
}

.header-layout7 .sticky {
    background-color: var(--title-color)
}

.header-layout7 .container {
    padding-left: 0;
    padding-right: 0
}

.header-layout7 .header-logo {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 100px 15px 50px;
    border-right: 5px solid var(--theme-color);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout7 .header-top {
    padding: 15px 0;
    --body-color: #fff
}

.header-layout7 .header-top a,
.header-layout7 .header-top li,
.header-layout7 .header-top p,
.header-layout7 .header-top span,
.header-layout7 .header-top i {
    color: var(--white-color)
}

.header-layout7 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout7 .header-top li:before {
    background-color: #d9d9d9
}

.header-layout7 .top-left {
    padding-left: 50px
}

.header-layout7 .top-right {
    width: 1080px;
    padding-right: 50px
}

.header-layout7 .simple-icon {
    color: var(--white-color)
}

.header-layout7 .simple-icon.style2 {
    font-size: 28px
}

.header-layout7 .dropdown-menu {
    --body-color: #74787c
}

.header-layout7 .menu-area {
    position: relative;
    padding: 0 50px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 1080px
}

.header-layout7 .main-menu>ul>li {
    margin: 0 18px
}

.header-layout7 .main-menu>ul>li>a {
    color: var(--white-color);
    padding: 36.5px 0
}

.header-layout7 .th-menu-toggle {
    margin: 15px 0
}

.header-layout7 .header-button {
    margin-left: 10px;
    gap: 30px
}

@media (max-width: 1299px) {
    .header-layout7 .header-logo {
        padding: 15px 100px 15px 30px
    }

    .header-layout7 .top-left {
        padding-left: 30px
    }

    .header-layout7 .top-right {
        width: 900px;
        padding-right: 30px
    }

    .header-layout7 .menu-area {
        padding: 0 30px;
        width: 900px
    }
}

@media (max-width: 1399px) {
    .header-layout7 .container {
        max-width: 100%
    }

    .header-layout7 .top-right {
        width: 687px
    }

    .header-layout7 .menu-area {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .header-layout7 .header-logo {
        padding: 15px 100px 15px 15px
    }

    .header-layout7 .top-left {
        padding-left: 15px
    }

    .header-layout7 .top-right {
        width: 680px;
        padding-right: 15px
    }

    .header-layout7 .menu-area {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .header-layout7 .top-left {
        padding-left: 15px
    }

    .header-layout7 .top-right {
        width: 100%
    }

    .header-layout7 .top-right .row {
        --bs-gutter-x: 50px
    }
}

@media (max-width: 767px) {
    .header-layout7 .header-logo {
        padding: 15px
    }
}

.header-layout8 {
    --main-container: 1720px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.header-layout8 .main-menu>ul>li>a {
    padding: 46.5px 0;
    color: var(--white-color)
}

.header-layout8:before {
    content: "";
    height: 100%;
    width: 22%;
    background-color: var(--white-color);
    opacity: 0.13;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.header-layout8 .header-button {
    margin-left: 110px
}

.header-layout8 .header-button .simple-icon {
    color: var(--white-color)
}

.header-layout8 .sticky {
    background-color: var(--title-color)
}

@media (min-width: 1922px) {
    .header-layout8::before {
        width: 30%
    }
}

@media (max-width: 1399px) {
    .header-layout8:before {
        width: 26%
    }
}

@media (max-width: 1300px) {
    .header-layout8:before {
        width: 16%
    }

    .header-layout8 .header-button .th-btn {
        display: none
    }
}

@media (max-width: 1199px) {
    .header-layout8 .main-menu>ul>li>a {
        padding: 31.5px 0
    }
}

@media (max-width: 991px) {
    .header-layout8:before {
        width: 50%;
        -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%)
    }
}

.header-layout9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent
}

.header-layout9 .navbar-top {
    height: 47px;
    padding-top: 7px;
    background: var(--theme-color);
    -webkit-mask: conic-gradient(from -45deg at bottom, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) 10%/20px 100%
}

.header-layout9 .header-links li,
.header-layout9 .header-links span,
.header-layout9 .header-links p,
.header-layout9 .header-links a {
    color: var(--white-color)
}

.header-layout9 .header-links a:hover {
    color: var(--title-color)
}

.header-layout9 .header-links i {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.header-layout9 .header-links.header-right li a:hover i {
    color: var(--title-color)
}

.header-layout9 .header-links li:not(:last-child):before {
    background-color: rgba(255, 255, 255, 0.5)
}

.header-layout9 .simple-icon {
    color: var(--title-color)
}

.header-layout10 .header-top {
    --body-color: #fff;
    background-color: var(--theme-color);
    padding: 9px 0
}

.header-layout10 .header-top a:hover {
    color: var(--title-color)
}

.header-layout10 .menu-area {
    background-color: var(--white-color)
}

.header-layout11 .header-top {
    background-color: #00306e;
    padding: 11.5px 0;
    --body-color: #fff
}

.header-layout11 .header-top a,
.header-layout11 .header-top li,
.header-layout11 .header-top p {
    color: var(--body-color)
}

.header-layout11 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout11 .header-top li:before {
    background-color: #3569ac
}

.header-layout11 .header-button {
    padding-left: 30px;
    margin-left: 6px;
    position: relative
}

.header-layout11 .header-button:before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d9d9d9
}

.header-layout11 .th-menu-toggle {
    margin: 20px 0
}

.header-layout11 .menu-expand {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color);
    background-color: #eef3f9;
    padding: 12.5px 24px;
    border-radius: 5px
}

.header-layout11 .menu-expand i {
    margin-right: 10px
}

@media (max-width: 575px) {

    .header-layout11 .th-menu-toggle,
    .header-layout12 .th-menu-toggle {
        margin: 15px 0
    }
}

@media (max-width: 375px) {

    .header-layout11 .header-social a,
    .header-layout12 .header-social a {
        margin: 0 10px 0 0
    }

    .header-layout11 .header-links li,
    .header-layout12 .header-links li {
        font-size: 14px
    }
}

.header-layout12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header-layout12 .header-top {
    background-color: #00306e;
    padding: 9px 0;
    --body-color: #fff
}

.header-layout12 .header-top a,
.header-layout12 .header-top li,
.header-layout12 .header-top p,
.header-layout12 .header-top span,
.header-layout12 .header-top div {
    color: var(--body-color);
    font-family: var(--title-font)
}

.header-layout12 .header-top .counter-list {
    background: var(--white-color)
}

.header-layout12 .header-top .count-number,
.header-layout12 .header-top .count-name {
    font-size: 15px;
    color: #00306e
}

.header-layout12 .header-top a:hover {
    color: var(--theme-color)
}

.header-layout12 .header-top li:before {
    background-color: #3569ac
}

.header-layout12 .th-menu-toggle {
    margin: 20px 0
}

.header-layout12 .menu-area {
    background-color: var(--white-color);
    padding-left: 40px;
    border-radius: 0 0 0 10px
}

.header-layout12 .sticky-wrapper:after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--white-color);
    z-index: -1
}

.header-layout12 .sticky-wrapper.sticky .menu-area {
    padding-left: 0
}

@media (max-width: 1199px) {
    .header-layout12 .header-notice {
        font-size: 14px
    }

    .header-layout12 .menu-area {
        padding-left: 0
    }

    .header-layout12 .sticky-wrapper {
        background-color: var(--white-color)
    }

    .header-layout12 .sticky-wrapper::after {
        display: none
    }
}

.header-layout13 .header-button {
    padding-left: 0px;
    margin-left: 0px
}

.header-layout13 .header-button:before {
    display: none
}

@media (min-width: 1700px) {
    .header-layout13 {
        --main-container: 1620px
    }
}

@media (max-width: 1699px) {
    .header-layout13 .category-menu-wrap {
        display: none
    }
}

.header-layout14 .menu-area {
    position: relative;
    z-index: 2
}

.header-layout14 .logo-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 29%;
    background-color: #F1F2F7;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
    z-index: -1
}

@media (min-width: 1922px) {
    .header-layout14 .logo-bg {
        width: 34%
    }
}

@media (max-width: 1299px) {
    .header-layout14 .logo-bg {
        width: 22%
    }
}

@media (max-width: 1399px) {
    .header-layout14 .logo-bg {
        width: 26%
    }
}

@media (max-width: 1199px) {
    .header-layout14 .logo-bg {
        width: 30%
    }
}

@media (max-width: 991px) {
    .header-layout14 .logo-bg {
        width: 55%
    }
}

@media (max-width: 420px) {
    .header-layout14 .logo-bg {
        width: 75%
    }

    .header-layout14 .header-social a {
        margin: 0 9px 0 0
    }

    .header-layout14 .header-social a:last-child {
        margin: 0
    }

    .header-layout14 .header-links li {
        font-size: 14px
    }
}

.footer-wrapper {
    position: relative;
    z-index: 2;
    background-color: #3b8132;
}

.footer-wrapper .newsletter-title {
    color: var(--white-color)
}

.footer-wrapper .th-social a {
    background-color: #1e2c46;
    color: #b3c1d3
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.widget-area {
    padding-top: 80px;
    padding-bottom: 40px
}

.copyright-wrap {
    padding: 16px 0;
    background: #283752;
    --body-color: #B3C1D3
}

.copyright-text {
    margin: 0
}

.copyright-text a {
    color: var(--theme-color)
}

.copyright-text a:hover {
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .th-social a {
        margin-right: 3px
    }

    .th-social a:last-child {
        margin-right: 0
    }
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    margin-right: 20px
}

.footer-links li:last-child {
    margin-right: 0
}

.footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

.footer-links a:hover {
    color: var(--white-color)
}

.footer-layout-default {
    --body-color: #b3c1d3
}

.footer-layout-default .footer-top {
    border-bottom: 1px solid #283752
}

.footer-layout-default .footer-top .footer-logo {
    border-right: 1px solid #283752;
    padding: 85px 0;
    display: inline-block;
    padding-right: 78px
}

@media (max-width: 1199px) {
    .footer-layout-default .footer-top .footer-logo {
        padding: 65px 0;
        padding-right: 28px
    }
}

@media (max-width: 991px) {
    .footer-layout-default .footer-top .footer-logo {
        text-align: center;
        display: block;
        padding: 65px 0 30px;
        border: 0
    }
}

@media (max-width: 991px) {
    .footer-layout-default .footer-top {
        padding-bottom: 65px
    }
}

@media (max-width: 767px) {
    .footer-layout-default .footer-top .newsletter-wrap .newsletter-title {
        margin-bottom: 20px
    }
}

.footer-layout-default .th-widget-about .title {
    font-size: 18px
}

.footer-layout-default .th-widget-contact {
    margin-bottom: -0.3em
}

.footer-layout1 {
    --body-color: #b3c1d3;
    overflow: hidden
}

.footer-layout1 .footer-shape2,
.footer-layout1 .footer-shape1 {
    z-index: 1
}

.footer-layout1 .footer-wrap {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.01);
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(12.4px);
    backdrop-filter: blur(12.4px);
    margin: 0 0px 0px;
    position: relative
}

@media (max-width: 1500px) {
    .footer-layout1 .footer-wrap {
        margin: 0 15px 15px
    }
}

.footer-layout1 .copyright-wrap {
    background: transparent;
    border-top: 1px solid #283752;
    padding: 21px 0
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 30px 0
}

.footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-contact-wrap .divider {
    background-color: rgba(255, 255, 255, 0.2);
    height: 66px;
    width: 1px
}

.footer-contact_icon {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 24px;
    --btn-size: 60px;
    position: relative;
    z-index: 1
}

.footer-contact_icon i {
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(9.8px);
    backdrop-filter: blur(9.8px);
    line-height: 60px;
    border-radius: 50%
}

.footer-contact_icon:after,
.footer-contact_icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    z-index: -2
}

.footer-contact_icon:after {
    height: 30px;
    width: 30px;
    top: auto;
    bottom: -6px;
    left: auto;
    right: 0
}

.footer-contact_icon:hover {
    background: rgba(255, 255, 255, 0.12)
}

.footer-contact_text {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #B3C1D3
}

.footer-contact_link {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.2em
}

.footer-contact_link:hover {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .footer-contact {
        padding: 30px 0
    }

    .footer-contact-wrap {
        grid-template-columns: 100%
    }

    .footer-contact-wrap .divider {
        display: none
    }

    .footer-contact:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }
}

.footer-layout-2 {
    --body-color: #b3c1d3;
    padding-top: 110px
}

.footer-layout-2 .th-widget-about .title {
    font-size: 18px
}

.footer-layout-2 .th-widget-contact {
    margin-bottom: -0.3em
}

.footer-layout3 {
    --body-color: #fff;
    --border-color: #224d9c
}

.footer-layout3 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--border-color)
}

.footer-layout3 .copyright-wrap {
    padding: 22px 0;
    border-top: 1px solid var(--border-color)
}

.footer-layout3 .copyright-text {
    color: var(--white-color)
}

.footer-layout3 .footer-links a {
    color: var(--white-color)
}

.footer-layout3 .footer-links a:hover {
    color: var(--theme-color)
}

.footer-layout3 .th-social a {
    --icon-size: 40px;
    font-size: 13px;
    background-color: #193F85;
    border: 1px solid var(--border-color);
    margin-right: 1px
}

.footer-layout3 .footer-info-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.footer-layout3 .widget_meta a:hover,
.footer-layout3 .widget_pages a:hover,
.footer-layout3 .widget_archive a:hover,
.footer-layout3 .widget_categories a:hover,
.footer-layout3 .widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout3 .widget_meta a:hover:before,
.footer-layout3 .widget_pages a:hover:before,
.footer-layout3 .widget_archive a:hover:before,
.footer-layout3 .widget_categories a:hover:before,
.footer-layout3 .widget_nav_menu a:hover:before {
    color: var(--theme-color);
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.info-box {
    display: inline-block
}

.info-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.info-box-wrap:last-child {
    margin-bottom: 0
}

.info-box_text {
    display: block;
    color: var(--body-color);
    margin-bottom: 0
}

.info-box_link {
    color: var(--body-color);
    margin-bottom: -0.4em
}

.info-box_link:hover {
    color: var(--theme-color)
}

.info-box_icon {
    color: var(--theme-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.download-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #193F85;
    border: 1px solid var(--border-color);
    padding: 13px 33px;
    border-radius: 999px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.download-btn i {
    font-size: 30px;
    color: var(--white-color)
}

.download-btn .text {
    color: #85A4DD;
    font-size: 12px;
    line-height: 1;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.download-btn .store-name {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: -0.3em
}

.download-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.download-btn:hover .text {
    color: var(--white-color)
}

.newsletter-area-1 {
    border-radius: 10px;
    padding: 80px 60px 80px 0;
    overflow: hidden;
    margin-top: calc(-110px - 120px);
    -webkit-transform: translate(0, 110px);
    -ms-transform: translate(0, 110px);
    transform: translate(0, 110px);
    position: relative;
    z-index: 3
}

@media (max-width: 1199px) {
    .newsletter-area-1 {
        padding: 60px 60px 60px 0
    }
}

@media (max-width: 991px) {
    .newsletter-area-1 {
        padding: 60px
    }
}

@media (max-width: 575px) {
    .newsletter-area-1 {
        padding: 40px
    }
}

.newsletter-area-1 .newsletter-widget .newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .newsletter-area-1 .newsletter-widget .newsletter-form {
        margin-left: auto
    }
}

.newsletter-area-1 .newsletter-widget .newsletter-form input {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form input::-webkit-input-placeholder {
    color: var(--body-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form input::-moz-placeholder {
    color: var(--body-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form input::-ms-input-placeholder {
    color: var(--body-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form input::placeholder {
    color: var(--body-color)
}

.newsletter-area-1 .newsletter-widget .newsletter-form .th-btn {
    margin-top: 0
}

.newsletter-area-1 .newsletter-thumb {
    height: 100%
}

.newsletter-area-1 .newsletter-thumb img {
    height: 100%
}

@media (max-width: 1299px) {
    .newsletter-area-1 .newsletter-thumb img {
        width: 260px;
        object-fit: cover;
        object-position: right
    }
}

.newsletter-area-1 .title-area .sec-title {
    font-size: 28px
}

@media (max-width: 575px) {
    .newsletter-area-1 .title-area .sec-title {
        font-size: 22px
    }
}

.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 20px
}

.newsletter-wrap .newsletter-title {
    margin-bottom: 0;
    max-width: 285px
}

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 680px;
    gap: 10px
}

.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%
}

.newsletter-form .form-group>i {
    top: 19px;
    color: var(--theme-color)
}

.newsletter-form input {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #283752;
    margin-bottom: 0;
    height: 55px;
    color: var(--white-color)
}

.newsletter-form input::-moz-placeholder {
    color: var(--white-color)
}

.newsletter-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.newsletter-form input::placeholder {
    color: var(--white-color)
}

.newsletter-form input:focus {
    border-color: var(--theme-color);
    background-color: rgba(5, 42, 111, 0.6);
    color: var(--white-color)
}

.newsletter-form .th-btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    box-shadow: none
}

@media (max-width: 1399px) {
    .download-btn {
        padding: 10px 26px
    }
}

@media (max-width: 1199px) {
    .about-area {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-top: 80px;
        padding-bottom: 40px
    }

    .footer-layout3 .widget-area {
        padding-top: 80px;
        padding-bottom: 43px;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .newsletter-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .newsletter-wrap .newsletter-title {
        text-align: center;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px
    }

    .newsletter-form .th-btn {
        margin-left: 0
    }
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 22px
}

.footer-social a {
    color: var(--white-color)
}

.footer-social a:hover {
    color: var(--theme-color)
}

.footer-layout5 {
    background-color: #3b8132;
    --body-color: #b3c1d3;
    overflow: hidden
}

.footer-layout5 .copyright-wrap {
    padding: 22px 0;
    border-top: 1px solid #283752;
    background: transparent
}

@media (max-width: 1199px) {
    .footer-layout5 .copyright-wrap {
        padding: 25px 0
    }
}

@media (max-width: 991px) {
    .footer-layout5 .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 38px
    }

    .copyright-text {
        text-align: center
    }
}

.footer-layout6 {
    background-color: #3b8132;
    --body-color: #b3c1d3;
    overflow-x: hidden
}

.footer-layout6 .widget-area {
    padding-top: 100px;
    padding-bottom: 55px
}

.footer-layout6 .copyright-wrap {
    padding: 26px 0;
    background-color: var(--theme-color)
}

.footer-layout6 .copyright-text {
    text-align: center;
    color: var(--white-color)
}

.footer-layout6 .copyright-text a {
    color: var(--white-color)
}

.footer-layout6 .footer-links a {
    color: var(--white-color)
}

.footer-layout6 .th-widget-about .about-logo {
    margin-top: 0
}

.footer-layout6 .scroll-top {
    position: absolute;
    right: 50%;
    bottom: 53px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.footer-layout6 .scroll-top:before {
    background-color: #3b8132
}

.footer-layout6 .scroll-top:hover i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .footer-layout6 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .footer-layout6 .scroll-btn {
        bottom: 62px
    }
}

@media (max-width: 575px) {
    .footer-layout6 .scroll-btn {
        bottom: 87px
    }
}

.footer-layout7 {
    --body-color: #fff;
    --border-color: #224d9c
}

.footer-layout7 .widget-area {
    padding-top: 100px;
    padding-bottom: 55px;
    padding-left: 66px
}

.footer-layout7 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--border-color)
}

.footer-layout7 .copyright-wrap {
    padding: 22px 0;
    border-top: 1px solid var(--border-color);
    background: transparent
}

.footer-layout7 .copyright-text {
    text-align: center;
    color: var(--white-color)
}

.footer-layout7 .copyright-text a {
    color: var(--white-color)
}

.footer-layout7 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout7 .footer-links a {
    color: var(--white-color)
}

.footer-layout7 .footer-links a:hover {
    color: var(--theme-color)
}

.footer-layout7 .th-social a {
    --icon-size: 40px;
    font-size: 13px;
    background-color: #193F85;
    border: 1px solid var(--border-color);
    margin-right: 1px
}

.footer-layout7 .footer-info-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.footer-layout7 .widget_meta a:hover,
.footer-layout7 .widget_pages a:hover,
.footer-layout7 .widget_archive a:hover,
.footer-layout7 .widget_categories a:hover,
.footer-layout7 .widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout7 .widget_meta a:hover:before,
.footer-layout7 .widget_pages a:hover:before,
.footer-layout7 .widget_archive a:hover:before,
.footer-layout7 .widget_categories a:hover:before,
.footer-layout7 .widget_nav_menu a:hover:before {
    color: var(--theme-color);
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.footer-layout7 .about-area {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 90px;
    border-right: 1px solid var(--border-color)
}

.footer-layout7 .newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 20px
}

.footer-layout7 .newsletter-wrap .newsletter-title {
    margin-bottom: 0;
    max-width: 285px
}

.footer-layout7 .newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 680px
}

.footer-layout7 .newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%
}

.footer-layout7 .newsletter-form .form-group>i {
    top: 19px;
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input {
    background-color: #052A6F;
    border: 1px solid #2A4F93;
    margin-bottom: 0;
    height: 55px;
    color: var(--white-color);
    border-radius: 999px
}

.footer-layout7 .newsletter-form input::-moz-placeholder {
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input::placeholder {
    color: var(--white-color)
}

.footer-layout7 .newsletter-form input:focus {
    border-color: var(--theme-color);
    background-color: #052A6F
}

.footer-layout7 .newsletter-form .th-btn {
    min-width: 200px;
    border-radius: 999px;
    box-shadow: none;
    margin-left: -50px
}

@media (max-width: 1199px) {
    .footer-layout7 .footer-top .footer-logo {
        text-align: center;
        margin-bottom: 20px
    }

    .footer-layout7 .about-area {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-top: 80px;
        padding-bottom: 40px
    }

    .footer-layout7 .info-box-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 25px 60px
    }

    .footer-layout7 .widget-area {
        padding-top: 80px;
        padding-bottom: 43px;
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .footer-layout7 .newsletter-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-layout7 .newsletter-wrap .newsletter-title {
        text-align: center;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .footer-layout7 .newsletter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px
    }

    .footer-layout7 .newsletter-form .th-btn {
        margin-left: 0
    }
}

.footer-layout8 {
    background-color: #3b8132;
    --body-color: #B3C1D3;
    overflow: hidden
}

.footer-layout8 .footer-widget .sidebar-gallery {
    max-width: 300px;
    gap: 10px
}

.footer-layout8 .copyright-wrap {
    padding: 24px 0;
    --body-color: #fff
}

.footer-layout8 .footer-top {
    border-bottom: 1px solid #254684
}

.footer-layout8 .widget-area {
    padding-top: 110px;
    padding-bottom: 65px
}

.footer-layout8 .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 40px 0
}

.footer-layout8 .footer-contact-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-layout8 .footer-contact-wrap .divider {
    background-color: #254684;
    height: 100%;
    width: 1px
}

.footer-layout8 .footer-contact_icon {
    background-color: rgba(13, 94, 244, 0.2) !important;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    color: var(--white-color);
    font-size: 24px;
    --btn-size: 60px
}

.footer-layout8 .footer-contact_text {
    margin-bottom: 2px;
    font-family: var(--title-font)
}

.footer-layout8 .footer-contact_link {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    display: block;
    margin-bottom: -0.2em
}

.footer-layout8 .footer-contact_link:hover {
    color: var(--theme-color)
}

.footer-layout8 .footer-contact .th-social a {
    --icon-size: 32px;
    font-size: 12px;
    background-color: #193F85;
    border: 1px solid #2A4F93
}

@media (max-width: 1399px) {
    .footer-layout8 .footer-contact {
        gap: 20px
    }
}

@media (max-width: 991px) {
    .footer-layout8 .footer-contact {
        padding: 30px 0
    }

    .footer-layout8 .footer-contact-wrap {
        grid-template-columns: 100%
    }

    .footer-layout8 .footer-contact-wrap .divider {
        display: none
    }

    .footer-layout8 .footer-contact:not(:last-child) {
        border-bottom: 1px solid #254684
    }

    .footer-layout8 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .footer-layout8 .copyright-wrap {
        padding: 20px 0
    }
}

.footer-layout9 {
    background-color: #01163E;
    --body-color: #fff;
    background-size: auto;
    background-position: top left
}

.footer-layout9 .copyright-wrap {
    padding: 24px 0;
    border-top: 1px solid #254684
}

.susbcribe-bg {
    border-radius: 10px;
    padding: 70px 60px;
    position: relative;
    z-index: 4
}

.susbcribe-bg .newsletter-form.style2 .th-btn {
    background-color: var(--title-color);
    margin-left: 10px
}

.susbcribe-bg .newsletter-form.style2 input {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--white-color)
}

.susbcribe-bg .newsletter-form.style2 input::-moz-placeholder {
    color: var(--body-color)
}

.susbcribe-bg .newsletter-form.style2 input::-webkit-input-placeholder {
    color: var(--body-color)
}

.susbcribe-bg .newsletter-form.style2 input:-ms-input-placeholder {
    color: var(--body-color)
}

.susbcribe-bg .newsletter-form.style2 input::-ms-input-placeholder {
    color: var(--body-color)
}

.susbcribe-bg .newsletter-form.style2 input::placeholder {
    color: var(--body-color)
}

.susbcribe-bg .newsletter-form.style2 .form-group>i {
    color: var(--body-color);
    top: 18px
}

@media (max-width: 991px) {
    .footer-layout9 .widget-area {
        padding-top: 80px;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .susbcribe-bg {
        padding: 40px 20px
    }
}

@media (max-width: 575px) {
    .susbcribe-bg {
        text-align: center
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 31px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: '\f061';
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li a:hover {
    color: var(--theme-color)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    color: var(--white-color)
}

.breadcumb-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.18;
    text-transform: uppercase;
    color: var(--white-color);
    margin: -0.2em 0 -0.26em 0
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 61px 0;
    text-align: center;
    overflow: hidden
}

.breadcumb-wrapper:before {
    z-index: -1
}

.breadcumb-wrapper .breadcumb-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: right
}

.breadcumb-wrapper .breadcumb-shape img {
    width: 100%
}

@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 42px
    }

    .breadcumb-wrapper {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 100px 0
    }

    .breadcumb-menu {
        margin: 16px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }

    .breadcumb-title {
        font-size: 38px
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 80px 0
    }

    .breadcumb-title {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 32px
    }
}

.th-pagination {
    margin-bottom: 30px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li:first-child {
    margin-left: 0
}

.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px
}

.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none
}

@media (max-width: 767px) {

    .th-pagination span,
    .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    font-size: 18px;
    line-height: 1.56;
    padding: 30px 40px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 35px 0 45px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: italic;
    border: 1px solid #D0DBE9;
    border-radius: 10px
}

blockquote p,
.wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 9px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3
}

blockquote p a,
.wp-block-quote p a {
    color: inherit
}

blockquote:before,
.wp-block-quote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 33px;
    background-color: var(--white-color)
}

blockquote:after,
.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    height: 20px;
    width: 25px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
    clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--title-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 40px 7px 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
    border-radius: 5px
}

blockquote cite br,
.wp-block-quote cite br {
    display: none
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
    padding: 40px;
    margin-bottom: 30px
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote:not(:has(>cite)) p:last-child,
.wp-block-quote:not(:has(>cite)) p:last-child {
    margin-bottom: -0.3em
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite,
.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
    color: var(--title-color)
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 20px
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
    bottom: 6px
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
    bottom: 7px
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color)
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        left: 30px
    }
}

@media (max-width: 575px) {

    .wp-block-quote.is-large:not(.is-style-plain) p,
    .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em
    }
}

@media (max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px
    }

    blockquote cite:before,
    .wp-block-quote cite:before {
        width: 20px
    }
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 15px;
    padding-right: 20px;
    font-size: 16px;
    color: var(--body-color);
    position: relative
}

.blog-meta span:after,
.blog-meta a:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #d3dbeb;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
    display: none
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--theme-color)
}

.blog-meta span img,
.blog-meta a img {
    margin-right: 10px
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dashed #d3dbeb;
    padding-top: 26px;
    margin-bottom: -0.4em
}

.blog-bottom span:not(.link-btn),
.blog-bottom a:not(.link-btn) {
    color: var(--body-color)
}

.blog-bottom span:not(.link-btn) i,
.blog-bottom a:not(.link-btn) i {
    margin-right: 8px;
    color: var(--theme-color)
}

.blog-bottom a:hover {
    color: var(--theme-color)
}

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.th-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    font-size: 36px;
    margin-top: -0.25em;
    margin-bottom: 30px
}

.blog-author,
.course-author-box {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 8px;
    overflow: hidden
}

.blog-author .auhtor-img,
.course-author-box .auhtor-img {
    min-height: 100%
}

.blog-author .auhtor-img img,
.course-author-box .auhtor-img img {
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name,
.course-author-box .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 10px
}

.blog-author .author-text,
.course-author-box .author-text {
    margin-bottom: 15px
}

.blog-author .media-body,
.course-author-box .media-body {
    padding: 35px 40px 30px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.blog-author .th-social a,
.course-author-box .th-social a {
    border-radius: 6px;
    --icon-size: 36px;
    font-size: 13px
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.5);
    border-radius: 10px
}

.blog-single .blog-title {
    margin-bottom: 23px;
    font-size: 36px;
    font-weight: 600
}

.blog-single .blog-text {
    margin-bottom: 24px
}

.blog-single .social-links {
    margin: 0;
    padding: 5px 20px;
    list-style-type: none;
    display: inline-block;
    background-color: var(--smoke-color);
    border-radius: 999px
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 13px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    line-height: 1;
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    display: block
}

.blog-single .social-links a:hover {
    color: var(--theme-color)
}

.blog-single .blog-meta {
    margin: 0 0 18px 0
}

.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: var(--blog-space-y, 40px);
    background-color: var(--smoke-color);
    line-height: 0
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 50px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color)
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .checklist li {
    padding: 0;
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 0
}

.blog-single .checklist li:before {
    display: none
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    margin: 20px 0 0px 0;
    border-top: 1px solid #D0DBE9;
    padding: 30px 0 0
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px
}

.share-links .tagcloud {
    display: inline-block
}

.blog-details .blog-single {
    background-color: transparent
}

@media (max-width: 1399px) {
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 40px
    }

    .blog-single .blog-audio,
    .blog-single .blog-img {
        margin: 0 0 30px 0
    }

    .blog-single .blog-title {
        font-size: 30px
    }
}

@media (max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        font-size: 18px;
        padding: 40px 20px 40px 20px
    }

    blockquote:before,
    .wp-block-quote:before {
        font-size: 4rem;
        line-height: 2.5rem
    }

    blockquote.style-left-icon,
    blockquote.is-large:not(.is-style-plain),
    blockquote.is-style-large:not(.is-style-plain),
    blockquote.has-text-align-right,
    .wp-block-quote.style-left-icon,
    .wp-block-quote.is-large:not(.is-style-plain),
    .wp-block-quote.is-style-large:not(.is-style-plain),
    .wp-block-quote.has-text-align-right {
        padding: 40px 20px 40px 20px
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
}

@media (max-width: 991px) {
    .blog-details .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }

    .blog-inner-title {
        font-size: 26px
    }

    .blog-author,
    .course-author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-author .auhtor-img img,
    .course-author-box .auhtor-img img {
        width: 100%
    }

    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }

    .blog-single {
        --blog-space-y: 20px;
        --blog-space-x: 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 15px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

@media (max-width: 575px) {

    .blog-author .media-body,
    .course-author-box .media-body {
        padding: 35px 20px 30px 20px
    }

    .blog-meta a,
    .blog-meta span {
        padding-right: 0
    }

    .blog-meta a::after,
    .blog-meta span::after {
        display: none
    }
}

@media (max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px
    }

    blockquote cite:before,
    .wp-block-quote cite:before {
        width: 20px
    }
}

.th-comment-form {
    margin-top: var(--blog-space-y, 50px);
    margin-bottom: 30px;
    position: relative;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.5);
    border-radius: 10px
}

.th-comment-form .row {
    --bs-gutter-x: 20px
}

.th-comment-form .blog-inner-title {
    margin-bottom: 0px
}

.th-comment-form .form-title {
    margin-top: -0.35em
}

.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline
}

.th-comment-form .form-text {
    margin-bottom: 25px
}

.blog-comment-area {
    margin-bottom: 25px
}

.th-comments-wrap {
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.5);
    border-radius: 10px
}

.th-comments-wrap {
    margin-top: var(--blog-space-y, 50px)
}

.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em
}

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.th-comments-wrap li {
    margin: 0;
    margin-bottom: 30px
}

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    background: var(--smoke-color);
    border-radius: 10px
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
    margin-bottom: 1rem
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
    margin-bottom: 0
}

.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.th-comments-wrap>.comment-list {
    margin-bottom: -30px !important
}

.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 5px
}

.th-comments-wrap .comment-avater img {
    width: 100%
}

.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400;
    color: var(--body-color)
}

.th-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem
}

.th-comments-wrap .name {
    margin-bottom: 2px;
    font-size: 20px
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    margin-bottom: -0.5em
}

.th-comments-wrap .text:last-child {
    margin-bottom: 0
}

.th-comments-wrap .comment-content p:last-of-type {
    margin-bottom: -0.5em
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    position: absolute;
    top: 0;
    right: 0
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .th-comments-wrap .reply_and_edit {
        top: -40px
    }
}

.th-comments-wrap .reply-btn {
    font-weight: 600;
    font-size: 16px;
    color: var(--theme-color);
    display: inline-block
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px
}

.th-comments-wrap .reply-btn:hover {
    color: var(--title-color)
}

.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

ul.comment-list .th-comment-item:last-child>.th-post-comment {
    border-bottom: none;
    margin-bottom: 0
}

ul.comment-list .th-comment-item:first-child>.th-post-comment {
    margin-bottom: 30px
}

.th-comments-wrap.th-comment-form {
    margin: 0
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px
    }

    .th-comments-wrap,
    .th-comment-form {
        --blog-space-x: 20px
    }
}

@media (max-width: 991px) {

    .th-comments-wrap,
    .th-comment-form {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {

    .th-comments-wrap,
    .th-comment-form {
        --blog-space-x: 20px
    }

    .th-comments-wrap .th-post-comment {
        display: block
    }

    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .th-comments-wrap .comment-top {
        display: block
    }

    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px
    }

    .th-comments-wrap .children {
        margin-left: 40px
    }

    .th-comments-wrap .children {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-x: 20px
    }
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 0
}

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin: -12px !important
}

.woocommerce-Reviews .th-comments-wrap li {
    margin-bottom: 0;
    width: 50%
}

.woocommerce-Reviews .th-post-comment {
    margin: 12px;
    margin-bottom: 12px !important
}

@media (max-width: 991px) {
    .woocommerce-Reviews .th-post-comment {
        display: block
    }

    .woocommerce-Reviews .th-post-comment .comment-avater {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .woocommerce-Reviews .th-comments-wrap li {
        width: 100%
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.th-hero-wrapper .checklist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px
}

.th-hero-wrapper .checklist li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.hero-shape {
    position: absolute
}

.ripple-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 30px;
    bottom: -10px;
    background-color: transparent;
    border: 3px solid rgba(13, 94, 244, 0.3);
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    -webkit-animation: heroripple 8s ease-out infinite;
    animation: heroripple 8s ease-out infinite
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes heroripple {
    0% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0.5
    }

    100% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0;
        width: 310px;
        height: 310px
    }
}

@keyframes heroripple {
    0% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0.5
    }

    100% {
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0);
        opacity: 0;
        width: 310px;
        height: 310px
    }
}

.th-hero-bg {
    position: absolute;
    inset: 0
}

.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.hero-text {
    font-size: 18px;
    margin-bottom: 35px
}

.hero-1 .shape1 {
    bottom: 0;
    right: 0;
    z-index: 2
}

.hero-1 .shape1 img {
    height: 100%
}

.hero-1 .shape2 {
    right: 0;
    bottom: 50px;
    z-index: 2;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-1 .shape3 {
    top: -420px;
    left: -330px;
    width: 619.52px;
    height: 619.52px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    -webkit-transform: rotate(25.36deg);
    -ms-transform: rotate(25.36deg);
    transform: rotate(25.36deg);
    z-index: 2;
    -webkit-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite
}

.hero-1 .shape5,
.hero-1 .shape4 {
    z-index: 9
}

.hero-1 .th-social {
    position: absolute;
    z-index: 3;
    top: 34%;
    right: 0
}

.hero-1 .th-social a {
    background-color: var(--title-color);
    color: #B3C1D3
}

.hero-1 .th-social a:hover {
    color: var(--white-color)
}

.hero-1 .hero-img1 {
    position: relative;
    z-index: 9;
    margin-right: -62px;
    margin-top: -50px;
    -webkit-filter: drop-shadow(-29.434px 25.586px 10.392px rgba(25, 24, 25, 0.16));
    filter: drop-shadow(-29.434px 25.586px 10.392px rgba(25, 24, 25, 0.16))
}

.hero-1 .hero-img1 img {
    border-radius: 50%
}

@media (max-width: 1500px) {
    .hero-1 .hero-img1 {
        margin-right: 0
    }
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 222px 0 217px 0
}

@media (max-width: 1199px) {
    .hero-style1 {
        padding: 162px 0 157px 0
    }
}

@media (max-width: 991px) {
    .hero-style1 {
        padding: 142px 0 137px 0
    }
}

@media (max-width: 575px) {
    .hero-style1 {
        padding: 122px 0 120px 0
    }
}

.hero-style1 .hero-text {
    color: #B2B2B2;
    margin-top: 20px
}

@media (max-width: 991px) {
    .hero-style1 .hero-text {
        font-size: 14px
    }
}

.hero-style1 .hero-subtitle {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px
}

.hero-style1 .hero-subtitle span {
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 6px 16px;
    margin-right: 10px
}

.hero-style1 .hero-title {
    margin-bottom: 27px;
    font-weight: 600
}

.hero-style1 .hero-title:first-of-type {
    margin-bottom: 0 !important
}

.hero-slider-1 .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 25%
}

@media (min-width: 1922px) {
    .hero-slider-1 .slick-dots {
        right: 30.5%
    }
}

@media (max-width: 1600px) {
    .hero-slider-1 .slick-dots {
        right: 20%
    }
}

@media (max-width: 991px) {
    .hero-1 .shape2 {
        max-width: 20%
    }

    .hero-1 .shape3 {
        top: -200px;
        left: -200px;
        width: 300px;
        height: 300px;
        border-radius: 30px;
        -webkit-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-img1 {
        display: none
    }

    .hero-1 .shape1,
    .hero-1 .shape2 {
        display: none
    }
}

@media (max-width: 375px) {
    .hero-subtitle {
        font-size: 12px;
        font-weight: 500
    }
}

.hero-2 {
    /* background-color: #EAF2FD; */
    overflow: hidden
}

.hero-2 .shape1 {
    top: 75px;
    left: -70px;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

.hero-2 .shape2 {
    top: 25%;
    left: 0
}

.hero-2 .shape2 img {
    -webkit-transform: rotateZ(180deg) rotateX(180deg);
    transform: rotateZ(180deg) rotateX(180deg);
    width: 350px
}

.hero-2 .shape3 {
    top: -12%;
    left: 30%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-2 .shape3 img {
    -webkit-transform: rotateZ(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotateZ(-50deg)
}

.hero-2 .shape4 {
    bottom: -15%;
    left: 24%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.hero-2 .shape5 {
    top: 27px;
    right: -33px
}

.hero-2 .hero-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

@media (max-width: 1399px) {
    .hero-2 .hero-img2 {
        max-width: 590px;
        right: 0%
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-img2 {
        max-width: 480px
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-img2 {
        display: none
    }
}

.hero-2 .hero-img2:before {
    content: "";
    box-sizing: border-box;
    width: 385px;
    height: 385px;
    background: rgba(255, 255, 255, 0.2);
    border: 12px solid var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 20%;
    z-index: -1;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@media (max-width: 1399px) {
    .hero-2 .hero-img2:before {
        left: 15%
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-img2:before {
        width: 300px;
        height: 300px
    }
}

.hero-style2 {
    padding: 170px 0
}

@media (max-width: 1399px) {
    .hero-style2 {
        padding: 140px 0
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        text-align: center
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .hero-style2 {
        padding: 100px 0
    }
}

@media (max-width: 375px) {
    .hero-style2 {
        text-align: left
    }

    .hero-style2 .btn-group {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.hero-style2 .checklist {
    margin-bottom: 36px
}

@media (max-width: 1199px) {
    .hero-style2 .checklist {
        margin-right: -33px
    }
}

@media (max-width: 991px) {
    .hero-style2 .checklist {
        text-align: center;
        margin-right: 0
    }

    .hero-style2 .checklist ul {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hero-style2 .checklist ul li:nth-of-type(2):before {
    color: var(--theme-color2)
}

.hero-style2 .checklist ul li:nth-of-type(3):before {
    color: var(--body-color)
}

@media (max-width: 375px) {
    .hero-style2 .checklist ul {
        display: block
    }

    .hero-style2 .checklist ul li:not(:last-child) {
        margin-bottom: 10px !important
    }
}

.hero-style2 .hero-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    padding-left: 75px;
    position: relative;
    margin-bottom: 22px
}

.hero-style2 .hero-subtitle:before,
.hero-style2 .hero-subtitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    width: 60px;
    background: var(--theme-color2)
}

.hero-style2 .hero-subtitle:before {
    height: 11px;
    width: 11px;
    left: calc(60px - 11px);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.hero-style2 .hero-title {
    font-weight: 600;
    margin-bottom: 23px;
    font-size: 74px
}

@media (max-width: 1299px) {
    .hero-style2 .hero-title {
        font-size: 64px
    }
}

@media (max-width: 1199px) {
    .hero-style2 .hero-title {
        font-size: 54px
    }
}

@media (max-width: 575px) {
    .hero-style2 .hero-title {
        font-size: 34px
    }
}

.hero-style2 .hero-title:first-of-type {
    margin-bottom: 0 !important
}

.hero-style2 .hero-title:nth-of-type(2) {
    font-weight: 500;
    font-size: 54px
}

@media (max-width: 1299px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size: 44px
    }
}

@media (max-width: 1199px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .hero-style2 .hero-title:nth-of-type(2) {
        font-size: 30px
    }
}

.hero-counter-wrap {
    gap: 15px;
    background: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(170, 179, 198, 0.15);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 50px 13px 20px;
    position: absolute;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
    left: -60px;
    bottom: 200px
}

.hero-counter-wrap.hero-counter2 {
    padding: 13px 38px 13px 20px;
    -webkit-animation: jumpAni 4s linear infinite;
    animation: jumpAni 4s linear infinite;
    left: auto;
    right: -50px;
    bottom: 200px
}

@media (max-width: 1500px) {
    .hero-counter-wrap.hero-counter2 {
        right: 0
    }
}

.hero-counter-wrap.hero-counter2 .hero-counter_icon {
    background: var(--theme-color2)
}

.hero-counter-wrap.hero-counter2 .hero-counter_number {
    color: var(--theme-color2)
}

.hero-counter-wrap .details {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.hero-counter_icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.hero-counter_number {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: -3px;
    margin-top: -0.3em
}

.hero-counter_number span {
    color: var(--title-color)
}

.hero-counter_text {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
    display: block;
    margin-bottom: -10px
}

.hero-3 .shape1 {
    bottom: 25px;
    left: -124px
}

.hero-3 .shape2 {
    top: 30px;
    left: -55px
}

.hero-3 .shape3 {
    bottom: -120px;
    right: 17px
}

.th-hero-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.hero-style3 {
    padding: 230px 0
}

@media (max-width: 1399px) {
    .hero-style3 {
        padding: 180px 0
    }
}

@media (max-width: 991px) {
    .hero-style3 {
        padding: 120px 0
    }
}

@media (max-width: 575px) {
    .hero-style3 {
        padding: 100px 0
    }
}

.hero-style3 .hero-subtitle {
    font-size: 44px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 2px
}

@media (max-width: 1299px) {
    .hero-style3 .hero-subtitle {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .hero-style3 .hero-subtitle {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-subtitle {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-subtitle {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.hero-style3 .hero-title {
    font-size: 84px;
    font-weight: 600;
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .hero-style3 .hero-title {
        font-size: 74px
    }
}

@media (max-width: 1199px) {
    .hero-style3 .hero-title {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-title {
        font-size: 40px
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-title {
        font-size: 36px
    }
}

@media (max-width: 320px) {
    .hero-style3 .hero-title {
        font-size: 30px
    }
}

.hero-style3 .hero-text {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .hero-style3 .hero-text {
        display: block
    }
}

.hero-style3 .hero-text p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color)
}

@media (max-width: 767px) {
    .hero-style3 .hero-text p {
        margin-bottom: 15px
    }
}

@media (max-width: 375px) {
    .hero-style3 .hero-text p {
        font-size: 15px
    }
}

.hero-4 {
    overflow: hidden;
    background-color: #EAF2FD
}

.hero-4 .shape1 {
    top: 70px;
    right: 170px;
    z-index: 3
}

@media (max-width: 1199px) {
    .hero-4 .shape1 {
        top: 50px;
        right: 100px
    }
}

@media (max-width: 575px) {
    .hero-4 .shape1 {
        display: none
    }
}

.hero-4 .hero-img4 {
    margin-right: -165px;
    text-align: end;
    position: relative;
    display: inline-block
}

.hero-4 .hero-img4 .img2 {
    position: absolute;
    left: -30px;
    bottom: 100px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05)
}

@media (max-width: 1600px) {
    .hero-4 .hero-img4 {
        margin-right: 0;
        height: 100%
    }

    .hero-4 .hero-img4 img {
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 1500px) {
    .hero-4 .hero-img4 {
        margin-right: 75px
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-img4 {
        margin-right: 50px
    }
}

@media (max-width: 1299px) {
    .hero-4 .hero-img4 {
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-img4 {
        display: none
    }
}

.hero-4 .hero-social {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -183px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 52px
}

.hero-4 .hero-social a {
    display: inline-block;
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--title-font);
    text-transform: uppercase;
    position: relative
}

.hero-4 .hero-social a:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: var(--theme-color)
}

.hero-4 .hero-social a:hover {
    color: var(--theme-color)
}

@media (max-width: 1600px) {
    .hero-4 .hero-social {
        right: -180px
    }
}

@media (max-width: 1299px) {
    .hero-4 .hero-social {
        right: -185px
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-social {
        display: none
    }
}

.hero-style4 {
    padding: 210px 0
}

.hero-style4 .hero-subtitle {
    color: var(--theme-color);
    margin-bottom: 2px;
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
    margin-top: -0.3em
}

@media (max-width: 1399px) {
    .hero-style4 .hero-subtitle {
        font-size: 38px
    }
}

@media (max-width: 1299px) {
    .hero-style4 .hero-subtitle {
        font-size: 34px
    }
}

@media (max-width: 1199px) {
    .hero-style4 .hero-subtitle {
        font-size: 30px;
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .hero-style4 .hero-subtitle {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .hero-style4 .hero-subtitle {
        font-size: 20px
    }
}

.hero-style4 .hero-title {
    margin-bottom: 15px;
    font-size: 74px
}

@media (max-width: 1399px) {
    .hero-style4 .hero-title {
        font-size: 68px
    }
}

@media (max-width: 1299px) {
    .hero-style4 .hero-title {
        font-size: 60px
    }
}

@media (max-width: 1199px) {
    .hero-style4 .hero-title {
        font-size: 54px
    }
}

@media (max-width: 767px) {
    .hero-style4 .hero-title {
        font-size: 46px
    }
}

@media (max-width: 575px) {
    .hero-style4 .hero-title {
        font-size: 40px
    }
}

@media (max-width: 375px) {
    .hero-style4 .hero-title {
        font-size: 34px
    }
}

.hero-style4 .hero-text {
    max-width: 597px;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .hero-style4 .hero-text {
        font-size: 16px
    }
}

.hero-style4 .search-form {
    position: relative;
    max-width: 597px
}

.hero-style4 .search-form .form-group {
    margin-bottom: 0
}

.hero-style4 .search-form .form-group input {
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 0px 7px 35px 0px #E8F2FD;
    height: 70px;
    padding: 0 200px 0 60px
}

@media (max-width: 575px) {
    .hero-style4 .search-form .form-group input {
        padding: 0 30px 0 60px
    }
}

.hero-style4 .search-form .form-group i {
    position: absolute;
    left: 30px;
    top: 26px;
    right: auto
}

.hero-style4 .search-form .th-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 18px 29px
}

@media (max-width: 575px) {
    .hero-style4 .search-form .th-btn {
        position: inherit;
        margin-top: 20px
    }
}

@media (max-width: 1399px) {
    .hero-style4 {
        padding: 160px 0
    }
}

@media (max-width: 1199px) {
    .hero-style4 {
        padding: 120px 0
    }
}

@media (max-width: 767px) {
    .hero-style4 {
        text-align: center
    }
}

@media (max-width: 575px) {
    .hero-style4 {
        padding: 100px 0
    }
}

.hero-5 {
    padding-right: 80px
}

.hero-5 .video-link .play-btn {
    --icon-size: 56px;
    margin-right: 20px
}

.hero-5 .video-link .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-5 .video-link .play-btn:before,
.hero-5 .video-link .play-btn:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.hero-5 .video-link .btn-text {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-5 .video-link:hover .btn-text {
    color: var(--theme-color)
}

.hero-5 .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px
}

.hero-5 .slick-dots {
    --dots-bg: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-5 .slick-dots li {
    display: block;
    margin: 30px 0
}

.hero-5 .slick-dots button:before {
    border-color: var(--white-color)
}

.hero-5 .slick-dots .slick-active button {
    background-color: var(--white-color)
}

.hero-5 .hero-shape {
    display: inline-block;
    height: 350px;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 140px) 100%, 0 100%, 0 0);
    z-index: -1
}

.hero-slider-5 .th-hero-slide {
    padding: 230px 0
}

.hero-style5 {
    padding-left: 40px;
    position: relative;
    z-index: 4;
    max-width: 815px
}

.hero-style5 .hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: var(--white-color);
    margin-top: -0.36em;
    margin-bottom: 35px;
    text-transform: capitalize
}

.hero-style5 .hero-title {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.hero-style5 .hero-title:last-of-type {
    margin-bottom: 30px
}

.hero-style5 .hero-text {
    color: var(--white-color);
    font-size: 18px
}

@media (max-width: 1399px) {
    .hero-5 {
        padding-right: 40px
    }

    .hero-5 .slick-dots {
        right: 10%
    }

    .hero-5 .hero-shape {
        width: 40px
    }

    .hero-slider-5 .th-hero-slide {
        padding: 190px 0 190px 0
    }

    .hero-style5 {
        padding-left: 20px
    }
}

@media (max-width: 1199px) {
    .hero-slider-5 .th-hero-slide {
        padding: 150px 0 150px 0
    }

    .hero-style5 {
        max-width: 600px
    }

    .hero-style5 .hero-text {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .hero-slider-5 .th-hero-slide {
        padding: 100px 0 100px 0
    }

    .hero-style5 .hero-subtitle {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .hero-5 {
        padding-right: 0
    }

    .hero-5 .hero-shape {
        display: none
    }

    .hero-style5 {
        text-align: center;
        padding-left: 0
    }

    .hero-style5 .btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style5 .hero-title:last-of-type {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .hero-style5 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }

    .hero-style5 .hero-title {
        font-size: 30px
    }
}

@media (max-width: 400px) {
    .hero-style5 .hero-title {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
}

.hero-6 {
    --main-container: 1440px
}

.hero-6 .icon-box {
    position: absolute;
    top: 50%;
    right: 115px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px
}

.hero-6 .icon-box .slick-arrow {
    --pos-x: 0;
    border-radius: 0;
    margin: 5px 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--white-color)
}

.hero-6 .icon-box .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-6 .icon-box .slick-arrow:first-child {
    margin-right: 0
}

.hero-slider-6 .th-hero-slide {
    padding: 245px 0
}

.hero-style6 {
    padding-left: 0;
    position: relative;
    z-index: 4;
    max-width: 815px
}

.hero-style6 .hero-title {
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 0
}

.hero-style6 .hero-title:last-of-type {
    margin-bottom: 30px
}

.hero-style6 .hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: var(--white-color);
    margin-top: -0.36em;
    margin-bottom: 35px;
    text-transform: capitalize
}

.hero-style6 .checklist {
    margin-bottom: 43px
}

.hero-style6 .checklist li {
    color: var(--white-color)
}

.hero-style6 .hero-text {
    color: var(--white-color);
    font-size: 18px
}

@media (max-width: 1399px) {
    .hero-6 .icon-box {
        right: 40px
    }
}

@media (max-width: 1199px) {
    .hero-slider-6 .th-hero-slide {
        padding: 150px 0 150px 0
    }

    .hero-style6 .hero-title {
        font-size: 46px
    }
}

@media (max-width: 991px) {
    .hero-slider-6 .th-hero-slide {
        padding: 100px 0 100px 0
    }

    .hero-style6 .checklist {
        margin-bottom: 34px
    }

    .hero-style6 .hero-subtitle {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .hero-6 .icon-box {
        display: none
    }

    .th-hero-wrapper .checklist ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style6 {
        text-align: center;
        padding-left: 0
    }

    .hero-style6 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style6 .hero-title:last-of-type {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .hero-slider-6 .th-hero-slide {
        padding: 90px 0
    }

    .hero-style6 .hero-title {
        font-size: 38px
    }

    .hero-style6 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width: 440px) {
    .hero-style6 .hero-title {
        font-size: 32px;
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .hero-style6 .hero-title {
        font-size: 28px
    }
}

.hero-slider-7 .slick-dots {
    position: absolute;
    top: 50%;
    right: unset;
    left: 120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px
}

.hero-slider-7 .slick-dots button {
    border-radius: 0 !important;
    visibility: visible;
    opacity: 1;
    background: var(--white-color);
    width: 8px;
    height: 8px
}

.hero-slider-7 .slick-dots button:before {
    border-radius: 0 !important;
    background: transparent;
    border: 2px solid var(--theme-color);
    height: 26px;
    width: 26px;
    top: -2px;
    left: -2px
}

.hero-slider-7 .slick-dots li {
    display: block;
    margin: 30px 0
}

.hero-slider-7 .slick-dots li.slick-active button {
    background: var(--theme-color)
}

.hero-style7 {
    max-width: unset;
    padding-left: 40px;
    position: relative;
    z-index: 4
}

.hero-style7 .hero-text {
    max-width: 700px;
    color: var(--white-color);
    font-size: 18px
}

.hero-style7 .hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: var(--white-color);
    margin-top: -0.36em;
    margin-bottom: 35px;
    text-transform: capitalize
}

.hero-style7 .hero-title {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.hero-style7 .hero-title:last-of-type {
    margin-bottom: 30px
}

.hero-slider-7 .th-hero-slide {
    padding: 365px 0 225px 0
}

.hero-slider-7 .hero-style7 {
    padding-left: 560px
}

.hero-slider-7 .hero-text {
    font-weight: 100;
    font-size: 20px
}

@media (max-width: 1299px) {
    .hero-slider-7 .slick-dots {
        left: 35px
    }

    .hero-slider-7 .hero-style7 {
        padding-left: 518px
    }
}

@media (max-width: 1399px) {
    .hero-slider-7 .th-hero-slide {
        padding: 315px 0 155px 0
    }

    .hero-slider-7 .hero-style7 {
        padding-left: 400px
    }
}

@media (max-width: 1199px) {
    .hero-slider-7 .hero-style7 {
        padding-left: 160px
    }
}

@media (max-width: 991px) {
    .hero-slider-7 .th-hero-slide {
        padding: 230px 0 100px 0
    }

    .hero-slider-7 .hero-style7 {
        padding-left: 0
    }

    .hero-slider-7 .hero-style7 .hero-text {
        font-size: 18px
    }

    .hero-slider-7 .hero-style7 .hero-subtitle {
        margin-bottom: 25px
    }

    .hero-style7 .hero-text {
        max-width: 580px
    }
}

@media (max-width: 767px) {
    .hero-style7 {
        text-align: center;
        padding-left: 0
    }

    .hero-style7 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style7 .hero-title:last-of-type {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .hero-slider-7 .hero-style7 .hero-text {
        font-size: 16px
    }

    .hero-style7 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }

    .hero-style7 .hero-title {
        font-size: 30px
    }
}

@media (max-width: 330px) {
    .hero-style7 .hero-title {
        font-size: 26px
    }
}

.hero-8 .slick-dots {
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1922px) {
    .hero-8 .slick-dots {
        right: 20%
    }
}

.hero-8 .slick-dots li {
    display: block;
    margin: 25px 0 !important
}

.hero-8 .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--white-color)
}

.hero-8 .slick-dots button:hover {
    border-color: var(--theme-color)
}

.hero-8 .slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden
}

.hero-8 .slick-dots .slick-active button {
    background-color: var(--theme-color)
}

.hero-8 .slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible
}

.hero-style8 {
    padding: 320px 0 245px 0
}

.hero-style8 .hero-meta {
    margin-bottom: 30px
}

.hero-style8 .hero-meta span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: capitalize;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.hero-style8 .hero-meta span:not(:last-child) {
    padding-right: 12px;
    margin-right: 48px
}

.hero-style8 .hero-meta span:not(:last-child):after {
    content: '';
    height: 2px;
    width: 40px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 100%
}

.hero-style8 .hero-meta span:hover {
    color: var(--theme-color)
}

.hero-style8 .hero-title .bg-theme {
    display: inline-block;
    padding: 0 6px
}

.hero-style8 .hero-title,
.hero-style8 .hero-text {
    color: var(--white-color)
}

.hero-style8 .hero-text {
    max-width: 720px
}

@media (max-width: 1199px) {
    .hero-style8 {
        padding: 240px 0 130px 0
    }

    .hero-style8 .hero-title {
        font-size: 48px
    }

    .hero-style8 .hero-meta span {
        font-size: 20px
    }

    .hero-style8 .hero-text {
        max-width: 500px;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .hero-style8 {
        padding: 210px 0 120px 0
    }

    .hero-style8 .hero-text {
        max-width: 540px
    }
}

@media (max-width: 767px) {
    .hero-style8 .hero-meta span {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .hero-style8 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .hero-style8 {
        padding: 190px 0 100px 0
    }

    .hero-style8 .hero-meta {
        margin-bottom: 20px
    }

    .hero-style8 .hero-meta span {
        font-size: 18px
    }

    .hero-style8 .hero-title {
        font-size: 34px
    }
}

@media (max-width: 420px) {
    .hero-style8 .hero-title {
        font-size: 30px
    }
}

@media (max-width: 350px) {
    .hero-style8 .hero-title {
        font-size: 26px
    }
}

.hero-10 .shape1 {
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    max-width: 60%
}

.hero-10 .shape1 img {
    height: 100%
}

.hero-10 .shape2 {
    right: 0;
    top: 22%;
    z-index: 2;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-10 .shape3 {
    top: -420px;
    left: -330px;
    width: 619.52px;
    height: 619.52px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    -webkit-transform: rotate(25.36deg);
    -ms-transform: rotate(25.36deg);
    transform: rotate(25.36deg);
    z-index: 2;
    -webkit-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite
}

.hero-10 .th-social {
    position: absolute;
    z-index: 3;
    top: 34%;
    right: 0
}

.hero-10 .th-social a {
    background-color: var(--title-color);
    color: #B3C1D3
}

.hero-10 .th-social a:hover {
    color: var(--white-color)
}

.hero-10 .ripple-1,
.hero-10 .ripple-2,
.hero-10 .ripple-3,
.hero-10 .ripple-4,
.hero-10 .ripple-5,
.hero-10 .ripple-6 {
    border: 2px solid var(--white-color)
}

.hero-style10 {
    position: relative;
    z-index: 6;
    padding: 210px 0 210px 0;
    max-width: 620px
}

.hero-style10 .hero-title,
.hero-style10 .hero-text {
    color: var(--white-color)
}

.hero-style10 .hero-subtitle {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 5px 17px;
    margin-bottom: 30px
}

.hero-style10 .hero-title {
    margin-bottom: 27px;
    font-weight: 600
}

.hero-style10 .hero-title:first-of-type {
    margin-bottom: 0 !important
}

.hero-style10 .hero-title:nth-of-type(2) {
    font-weight: 200
}

.hero-10 .hero-img1 {
    position: absolute;
    bottom: 0;
    right: -25px
}

.hero-10 .hero-img1 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.hero-10 .hero-img1:before {
    content: "";
    box-sizing: border-box;
    width: 385px;
    height: 385px;
    background: rgba(255, 255, 255, 0.34);
    border: 12px solid var(--theme-color);
    box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.2);
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: 30%;
    z-index: -1;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@media (max-width: 1399px) {
    .hero-style10 {
        padding: 160px 0
    }

    .hero-10 .hero-img1 {
        max-width: 55%
    }

    .hero-10 .hero-img1:before {
        top: -100px;
        width: 200px;
        height: 200px
    }

    .hero-10 .hero-img1 img {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .hero-style10 {
        padding: 100px 0
    }

    .hero-style10 .hero-subtitle {
        margin-bottom: 22px
    }

    .hero-style10 .hero-title {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .hero-style10 {
        max-width: 450px
    }

    .hero-10 .shape2 {
        max-width: 20%
    }

    .hero-10 .shape1 {
        max-width: 40%
    }

    .hero-10 .shape3 {
        top: -200px;
        left: -200px;
        width: 300px;
        height: 300px;
        border-radius: 30px;
        -webkit-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite
    }

    .hero-10 .th-social {
        display: none
    }
}

@media (max-width: 767px) {
    .hero-10 .hero-img1 {
        display: none
    }

    .hero-10 .shape1,
    .hero-10 .shape2 {
        display: none
    }
}

.hero-11 {
    background-color: #EAF2FD;
    overflow: hidden
}

.hero-11 .big-circle {
    position: absolute;
    width: 1380px;
    height: 1380px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.04) 0%, #D6E6FC 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.04) 0%, #D6E6FC 100%)
}

.hero-11 .shape1 {
    top: 75px;
    left: -55px;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

.hero-11 .shape2 {
    top: 15%;
    left: 10%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

.hero-11 .shape3 {
    top: 0%;
    right: 30%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-11 .shape4 {
    bottom: 0%;
    left: 24%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.hero-11 .hero-img1 {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 2
}

.hero-11 .hero-img1::before,
.hero-11 .hero-img1:after {
    content: '';
    position: absolute;
    z-index: -1
}

.hero-11 .hero-img1:before {
    height: 520px;
    width: 320px;
    background-color: var(--white-color);
    bottom: 0;
    left: -60px;
    border-radius: 999px 999px 0 0;
    -webkit-animation: movingX 7s linear infinite;
    animation: movingX 7s linear infinite
}

.hero-11 .hero-img1:after {
    height: 237px;
    width: 237px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 21%;
    right: -35px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.hero-11 .hero-img2 {
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 2
}

.hero-11 .hero-img2 .shape {
    position: absolute;
    top: 30%;
    right: 10px;
    z-index: -1;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-style11 {
    padding: 243px 0;
    text-align: center
}

.hero-style11 .checklist {
    margin-bottom: 50px
}

.hero-style11 .checklist ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-style11 .hero-title {
    font-weight: 600;
    margin-bottom: 27px
}

.hero-style11 .big-title {
    font-size: 80px;
    color: var(--theme-color);
    margin-top: -0.2em;
    margin-bottom: 14px
}

.hero-style11 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1299px) {
    .hero-11 .hero-img2 {
        max-width: 480px
    }

    .hero-11 .hero-img1 {
        max-width: 358px
    }
}

@media (max-width: 1399px) {
    .hero-11 .hero-img1 {
        max-width: 310px;
        left: 1%
    }

    .hero-11 .hero-img1:before {
        height: 90%;
        width: 80%
    }

    .hero-11 .hero-img1:after {
        height: 160px;
        width: 160px
    }

    .hero-11 .hero-img2 {
        max-width: 390px;
        right: 0%
    }

    .hero-11 .big-circle {
        width: 996px;
        height: 996px
    }

    .hero-style11 {
        padding: 180px 0 220px 0;
        text-align: center
    }

    .hero-style11 .big-title {
        font-size: 70px
    }
}

@media (max-width: 991px) {
    .hero-11 .hero-img1 {
        max-width: 200px
    }

    .hero-11 .hero-img2 {
        max-width: 250px
    }

    .hero-11 .hero-img2 .shape {
        max-width: 100px
    }

    .hero-11 .shape2 {
        top: 9%;
        max-width: 100px
    }

    .hero-11 .big-circle {
        width: 750px;
        height: 750px
    }

    .hero-style11 .hero-title {
        margin-bottom: 20px
    }

    .hero-style11 .big-title {
        font-size: 54px;
        margin-bottom: 10px
    }

    .hero-style11 .checklist {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .hero-11 .hero-img1 {
        max-width: 110px
    }

    .hero-11 .hero-img2 {
        max-width: 100px
    }

    .hero-11 .big-circle {
        width: 110%;
        height: 110%
    }

    .hero-11 .shape1 {
        top: 40px;
        left: -40px;
        max-width: 100px
    }

    .hero-11 .shape2 {
        top: 5%;
        max-width: 60px
    }

    .hero-11 .shape3 {
        max-width: 150px
    }

    .hero-11 .shape4 {
        left: 8%;
        max-width: 270px
    }

    .hero-style11 {
        padding: 100px 0
    }

    .hero-style11 .big-title {
        font-size: 44px
    }
}

@media (max-width: 575px) {
    .hero-style11 .hero-title {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-style11 .big-title {
        font-size: 40px
    }
}

.hero-12 {
    background-color: #F3F7FB;
    overflow: hidden
}

.hero-12 .hero-img1 {
    position: absolute;
    top: 155px;
    right: 0;
    height: calc(100% - 155px);
    width: 47%
}

.hero-12 .hero-img1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left
}

.hero-12 .shape1 {
    top: 48px;
    left: 0
}

.hero-12 .shape2 {
    bottom: 0;
    left: 0
}

.hero-12 .shape3 {
    top: 115px;
    left: 31%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

.hero-12 .shape4 {
    bottom: 136px;
    right: 42%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-12 .shape5 {
    bottom: 10%;
    right: 5%;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.hero-12 .shape6 {
    top: 105px;
    left: 0;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-style12 {
    padding: 350px 0 200px 0;
    max-width: 640px
}

.hero-style12 .hero-title {
    margin-bottom: 27px
}

.hero-style12 .hero-text {
    margin-bottom: 34px
}

.hero-style12 .search-form {
    background: var(--white-color);
    box-shadow: 0px 7px 35px #E8F2FD;
    padding: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hero-style12 .search-form .form-group {
    width: 100%
}

.hero-style12 .search-form .form-group>i {
    top: 18px;
    left: 25px;
    pointer-events: none
}

.hero-style12 .search-form .form-group input {
    padding-left: 48px;
    padding-right: 10px;
    border: none;
    background-color: var(--white-color);
    z-index: 2
}

.hero-style12 .search-form .th-btn {
    min-width: 170px;
    padding: 15px;
    box-shadow: none
}

.hero-style12 .hero-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 30px
}

.hero-style12 .hero-counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin-top: 50px;
    position: initial;
    -webkit-animation: none;
    animation: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0
}

.hero-style12 .hero-counter_icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    position: relative
}

.hero-style12 .hero-counter_icon:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--theme-color);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: inherit;
    z-index: -1
}

.hero-style12 .hero-counter_number {
    font-size: 36px;
    margin-bottom: 0px
}

.hero-style12 .hero-counter_text {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin-bottom: -10px
}

@media (max-width: 1399px) {
    .hero-12 .shape1 {
        max-width: 600px
    }

    .hero-12 .shape2 {
        max-width: 80px
    }

    .hero-12 .shape4 {
        bottom: 30px;
        max-width: 50px
    }

    .hero-12 .shape5 {
        max-width: 80px
    }

    .hero-12 .hero-counter-wrap {
        gap: 30px 30px;
        margin-top: 40px
    }

    .hero-style12 {
        padding: 300px 0 150px 0;
        max-width: 520px
    }
}

@media (max-width: 1199px) {
    .hero-12 .shape6 {
        top: 150px;
        max-width: 60px
    }

    .hero-12 .shape3 {
        top: 130px;
        max-width: 80px
    }

    .hero-style12 {
        padding: 260px 0 110px 0
    }

    .hero-style12 .hero-title {
        margin-bottom: 20px
    }

    .hero-style12 .hero-text {
        margin-bottom: 26px
    }
}

@media (max-width: 991px) {
    .hero-12 .hero-img1 {
        display: none
    }

    .hero-12 .shape4 {
        bottom: 30%;
        right: 7%
    }

    .hero-12 .shape3 {
        top: 110px;
        max-width: 80px
    }

    .hero-style12 {
        padding: 224px 0 100px 0
    }
}

@media (max-width: 767px) {
    .hero-12 .shape1 {
        max-width: 100%
    }

    .hero-style12 .search-form .th-btn {
        min-width: 50px;
        font-size: 0
    }

    .hero-style12 .search-form .th-btn i {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .hero-12 .hero-counter_number {
        font-size: 28px;
        margin-bottom: 2px
    }
}

@media (max-width: 375px) {
    .hero-style12 .search-form {
        padding: 4px
    }

    .hero-style12 .search-form .form-group input {
        padding-left: 30px;
        font-size: 14px
    }

    .hero-style12 .search-form .form-group>i {
        left: 10px;
        font-size: 14px
    }
}

.hero-13 {
    overflow: hidden
}

.hero-13 .shape1 {
    top: 0;
    left: 0;
    z-index: -1
}

.hero-13 .shape2 {
    top: 21%;
    right: 4.5%;
    -webkit-animation: jumpAni 6s linear infinite;
    animation: jumpAni 6s linear infinite
}

.hero-style13 {
    padding: 190px 0
}

.hero-style13 .hero-subtitle {
    color: var(--theme-color);
    margin-bottom: 24px
}

.hero-style13 .hero-title {
    margin-bottom: 37px
}

.hero-style13 .checklist {
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .hero-13 .shape2 {
        max-width: 90px
    }

    .hero-style13 {
        padding: 120px 0px
    }

    .hero-style13 .hero-title {
        margin-bottom: 25px
    }

    .hero-style13 .hero-subtitle {
        margin-bottom: 15px
    }

    .hero-style13 .checklist {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .hero-style13 {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .hero-13 {
        background-position: 26% center
    }

    .hero-13 .shape2 {
        max-width: 50px;
        top: 11%
    }
}

.hero-14 {
    background-size: 100% 100%
}

.hero-14 .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 55%
}

.hero-14 .hero-img img {
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.hero-14 .hero-img img.image-mobile {
    display: none
}

.hero-14 .hero-shape {
    position: absolute
}

.hero-14 .hero-shape.shape1 {
    top: 7%;
    left: 34%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-14 .hero-shape.shape2 {
    bottom: 7%;
    left: 38%;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

.hero-14 .hero-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--theme-color);
    display: block;
    margin: -0.32em 0 20px 0
}

.hero-style14 {
    padding: 230px 0
}

.hero-style14 .hero-title {
    margin-bottom: 0
}

.hero-style14 .hero-title:last-of-type {
    margin-bottom: 20px
}

.hero-style14 .hero-text {
    max-width: 660px
}

@media (max-width: 1399px) {
    .hero-style14 {
        padding: 160px 0
    }

    .hero-style14 .hero-text {
        max-width: 620px
    }
}

@media (max-width: 1199px) {
    .hero-style14 {
        padding: 120px 0
    }

    .hero-style14 .hero-text {
        max-width: 425px
    }

    .hero-14 .hero-shape.shape2 {
        max-width: 60px
    }
}

@media (max-width: 991px) {
    .hero-14 {
        background-size: 300% 100%
    }

    .hero-14 .hero-img {
        position: static;
        max-width: 100%;
        text-align: right;
        margin: 0 90px 30px 0
    }

    .hero-14 .hero-img img {
        object-position: center
    }

    .hero-14 .hero-img img.image-desktop {
        display: none
    }

    .hero-14 .hero-img img.image-mobile {
        display: inline-block
    }

    .hero-14 .hero-shape.shape1 {
        top: 8%;
        left: 10%
    }

    .hero-14 .hero-shape.shape2 {
        bottom: 4%;
        left: 85%
    }

    .hero-style14 {
        padding: 0 0 100px 0;
        text-align: center
    }

    .hero-style14 .hero-text {
        margin-left: auto;
        margin-right: auto
    }

    .hero-style14 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .hero-14 .hero-img {
        margin: 0 0px 30px 0
    }

    .hero-14 .hero-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .hero-14 {
        background-size: 400% 100%
    }

    .hero-14 .hero-name {
        font-size: 16px;
        letter-spacing: 0.12em;
        margin: -0.32em 0 15px 0
    }

    .hero-style14 {
        padding: 0 0 80px 0
    }
}

.hero-style15 {
    margin: 200px 0;
    max-width: 690px;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 60px;
    position: relative;
    z-index: 4
}

.hero-style15 .hero-text {
    font-size: 16px
}

.hero-style15 .hero-title {
    margin-bottom: 20px
}

.hero-style15 .shadow-text {
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    color: #F1F2F7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.5
}

.hero-style15 .hero-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--theme-color);
    display: block;
    margin: -0.32em 0 20px 0
}

@media (max-width: 1399px) {
    .hero-style15 {
        margin: 150px 0
    }
}

@media (max-width: 1199px) {
    .hero-style15 {
        margin: 100px 0;
        max-width: 580px
    }

    .hero-style15 .shadow-text {
        font-size: 5.8em
    }
}

@media (max-width: 991px) {
    .hero-style15 {
        max-width: 480px;
        padding: 40px
    }

    .hero-style15 .shadow-text {
        font-size: 5em
    }
}

@media (max-width: 767px) {
    .hero-style15 {
        margin: 100px auto
    }
}

@media (max-width: 575px) {
    .hero-style15 {
        padding: 40px 20px
    }

    .hero-style15 .shadow-text {
        font-size: 4em
    }

    .hero-style15 .hero-name {
        font-size: 16px;
        letter-spacing: 0.12em;
        margin: -0.32em 0 15px 0
    }
}

@media (max-width: 375px) {
    .hero-style15 .shadow-text {
        font-size: 3em
    }
}

@media (max-width: 340px) {
    .hero-style15 .hero-title {
        font-size: 28px
    }

    .hero-style15 .hero-name {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin: -0.32em 0 10px 0
    }
}

.error-page {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-img {
    margin-bottom: 22px
}

.error-title {
    margin-bottom: 22px;
    font-size: 48px;
    font-weight: 600
}

.error-text {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .error-title {
        font-size: 38px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color)
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: #d3d3d3;
    color: var(--body-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

.woocommerce-message a,
.woocommerce-info a {
    color: var(--title-color);
    text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: '\f06a';
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: '\f14a';
    font-weight: 300
}

.woocommerce-noreviews {
    margin-bottom: -0.45em
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    margin-bottom: 30px;
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px
}

@media (max-width: 575px) {

    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0
}

table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color)
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
    border: none
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important
}

table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color)
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

table.variations td {
    padding: 0
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woosq-product .thumbnails .slick-list {
    display: block
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

#woosq-popup .single-product .product .actions>div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹15px 0
}

.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 300;
    font-size: 14px
}

.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: var(--theme-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 700
}

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
    content: "\f005";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "\f005";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700
}

@media (max-width: 767px) {

    .woocommerce-message,
    .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px
    }

    .woocommerce-message:before,
    .woocommerce-info:before {
        font-size: 16px;
        top: 10px;
        left: 15px
    }
}

.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 7px 0
}

.th-product .product-title a {
    color: inherit
}

.th-product .product-title a:hover {
    color: var(--theme-color)
}

.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: -0.45em;
    font-family: var(--title-font)
}

.th-product .price del {
    margin-left: 10px;
    color: #c5c5c5
}

.th-product .product-img {
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    background-color: var(--smoke-color);
    z-index: 2;
    border-radius: 8px
}

.th-product .product-img img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-product .category {
    color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    padding: 1px 20px;
    display: inline-block;
    background-color: var(--theme-color);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    border-radius: 5px
}

.th-product .star-rating {
    margin: 0 auto 5px auto;
    width: 93px
}

.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(15, 34, 57, 0.7);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.th-product .actions .icon-btn {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05)
}

.th-product .actions>* {
    margin: 0 var(--icon-gap-x, 5px)
}

.th-product .actions>*>a {
    margin: 0
}

.th-product .actions .tutor-btn {
    padding: unset;
    border-radius: 999px;
    min-width: unset
}

.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.th-product .tinv-wishlist a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%
}

.th-product .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-product .add_to_cart_button.added {
    display: none
}

.th-product .added_to_cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 0;
    text-align: center;
    border-radius: 50%
}

.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700
}

.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-product .added_to_cart .tutor-mr-8 {
    margin-right: 0 !important
}

.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%
}

.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
    border-radius: 8px 0 0 8px
}

.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px
}

.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
    border-radius: 0 8px 8px 0
}

.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px
}

.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart:after {
    font-size: 12px
}

.th-product.list-view .action-btn {
    padding: 8px 15px
}

.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px
}

.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px 0
}

.th-product.list-view .product-price {
    font-size: 14px
}

.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 15px;
    margin-bottom: 15px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.woosq-popup {
    max-height: 500px;
    max-width: 996px
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
    display: none
}

.woosq-product>.product>div {
    max-height: 500px;
    min-height: 460px;
    height: auto
}

.woosq-product .thumbnails .slick-dots li button {
    width: 12px;
    height: 12px;
    background: var(--theme-color)
}

.woosq-product .thumbnails .slick-dots li button:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 0;
    border-radius: 50%;
    background-color: var(--title-color);
    border: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-sort-bar {
    padding: 0;
    margin: 0 0 40px 0;
    border-radius: 5px
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--border-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    color: var(--body-color)
}

.th-sort-bar .woocommerce-result-count {
    margin-bottom: 0;
    color: var(--body-color)
}

.th-sort-bar .nav a {
    display: inline-block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 20px
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
    color: var(--theme-color)
}

.product-big-img {
    background-color: var(--smoke-color);
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.product-big-img .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 25px;
    margin-bottom: 0
}

.product-big-img .slick-arrow {
    left: 30px
}

.product-big-img .slick-arrow.slick-next {
    left: auto;
    right: 30px
}

.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.quantity>.screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px
}

.quantity .qty-btn,
.quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
    border-right: none
}

.quantity .qty-btn {
    font-size: 16px
}

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
    position: relative;
    color: var(--body-color);
    font-weight: 400
}

.product_meta>span>a:after,
.product_meta>span>span:after {
    content: ",";
    margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
    display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 7px
}

.product-tab-style1 {
    margin: 95px 0 40px 0
}

.product-tab-style1 li {
    margin: 0 45px 0 0
}

.product-tab-style1 li:last-child {
    margin-right: 0
}

.product-tab-style1 a.active:before {
    width: 100%
}

#productTabContent {
    margin-bottom: -10px
}

#additional_information {
    margin-bottom: 40px
}

.product-inner-list>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-inner-list li {
    position: relative;
    padding-left: 15px
}

.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0
}

.summary-content .product-title,
.product-about .product-title {
    margin: 0 0 10px 0;
    font-size: 36px
}

.summary-content>.price,
.product-about>.price {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 10px
}

.summary-content>.price del,
.product-about>.price del {
    color: #D3D3D3;
    font-weight: 500;
    margin-left: 15px
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 25px;
    width: 100%
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
    color: var(--body-color)
}

.summary-content .checklist,
.product-about .checklist {
    margin: 30px 0 40px 0
}

.summary-content .checklist li,
.product-about .checklist li {
    font-weight: 400
}

.summary-content .actions,
.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin: 33px 0 30px 0
}

.summary-content .actions .th-btn,
.product-about .actions .th-btn {
    padding: 22px 33px
}

.summary-content .actions .th-btn.style2,
.product-about .actions .th-btn.style2 {
    padding: 0;
    min-height: 50px;
    line-height: 50px
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14)
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
    width: 100px;
    height: 60px;
    border: none;
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 0 25px;
    text-align: left;
    font-weight: 500;
    border-radius: 5px
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
    color: var(--white-color);
    background-color: transparent;
    position: absolute;
    right: 25px;
    height: auto;
    width: auto;
    border: none
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
    bottom: 8px
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
    top: 8px
}

#description {
    margin-bottom: 30px
}

.product-details .th-comments-wrap {
    margin-top: 0
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color)
}

.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0
}

li.review:last-child .th-post-comment {
    border-bottom: none
}

.related-product-wrapper {
    padding-top: 115px
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width: 150px
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width: auto
    }

    .product-tab-style1 {
        margin: 55px 0 40px 0
    }
}

@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px
    }

    .th-product-box.list-view .product-img {
        max-width: 150px
    }

    .th-sort-bar .row {
        --bs-gutter-x: 20px
    }

    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .th-sort-bar .nav a:last-child:before {
        display: none
    }

    .woosq-product>.product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align: center
    }

    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .th-sort-bar select {
        margin: 0 auto
    }

    .th-product-box.list-view .product-img {
        max-width: 130px
    }

    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px
    }

    .product-tab-style1 a {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }

    .product-tab-style1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        gap: 15px
    }

    .product-tab-style1 li {
        margin: 0
    }
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px
}

.cart_table thead {
    background-color: #ecf0f1
}

.cart_table thead th {
    border: none !important
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle
}

.cart_table td[data-title="Name"] a {
    color: var(--title-color);
    font-weight: 500
}

.cart_table td[data-title="Name"] a:hover {
    color: var(--theme-color)
}

.cart_table .product-quantity {
    color: var(--title-color)
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px
}

.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color)
}

.cart_table .cart-productimage {
    display: inline-block;
    border: 0 solid var(--smoke-color);
    border-radius: 5px;
    overflow: hidden
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_table .qty-btn {
    border: 2px solid var(--smoke-color);
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px
}

.cart_table .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 10px;
    border-radius: 4px;
    padding: 0
}

.cart_table .qty-input::-moz-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-webkit-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input:-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart_table .qty-input[type=number] {
    -moz-appearance: textfield
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle
}

.cart_table .actions>.th-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px
}

.cart_table .actions>.th-btn:last-child {
    margin-right: 0
}

.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart_table .th-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px
}

.cart_table .th-cart-coupon .th-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.cart_totals {
    border: 1px solid #ecf0f1
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--title-color);
    width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0
}

.cart_totals .shipping-calculator-form {
    display: none
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 15px
}

.cart_totals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    line-height: 40px;
    margin-right: 15px
}

.cart_totals .shipping-calculator-form .th-btn {
    padding: 5px 30px
}

.cart_totals .amount {
    font-weight: 700
}

.cart_totals .order-total .amount {
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }

    .cart_table .cart-productname {
        font-size: 14px
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart_table .actions {
        text-align: center
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }

    .cart_table thead {
        display: none
    }

    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none
    }

    .cart_table td::before {
        display: block
    }

    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3
    }

    .cart_table td.actions {
        padding-left: 15px;
        text-align: center
    }

    .cart_table td.actions>.th-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }

    .cart_table td.actions>.th-btn:last-child {
        margin-right: auto
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        padding-bottom: 10px
    }

    .cart_table .th-cart-coupon input {
        width: 100%;
        margin-bottom: 10px
    }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4
    }
}

.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
    margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -52px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: 0px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid var(--smoke-color);
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 5px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
    color: var(--body-color)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    padding: 0
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x)
}

.woocommerce-form-login input,
.woocommerce-form-coupon input {
    max-width: 450px
}

#ship-to-different-address {
    margin-top: 15px
}

.select2-container--default .select2-selection--single {
    height: 55px;
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: var(--smoke-color);
    border-radius: 5px
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\f107';
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    line-height: 55px;
    margin-right: 25px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px;
    background-position: right 13px center
}

.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type="hidden"]~label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px
}

.checkout-ordertable th {
    text-align: left
}

.woocommerce-checkout-payment {
    text-align: left
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 16px
}

.woocommerce-checkout-payment ul input[type="radio"]~label {
    margin-bottom: 14px;
    color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type="radio"]~label img {
    margin-bottom: -2px;
    margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0
}

.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }

    .woocommerce-checkout-payment ul input[type="radio"]~label img {
        max-width: 150px
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }
}

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto
}

.tinv-wishlist .tinv-header {
    margin-top: -0.8rem
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    padding-left: 50px;
    background-color: #eee;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px
}

.tinv-wishlist .cart-empty:before {
    top: 9px
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:Hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tinv-wishlist table {
    border: none
}

.tinv-wishlist table th {
    color: var(--title-color)
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: center
}

.tinv-wishlist table td button.button i,
.tinv-wishlist table th button.button i {
    font-size: 13px !important;
    margin-right: 5px !important
}

.tinv-wishlist table thead {
    background-color: var(--smoke-color)
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center
}

.tinv-wishlist .product-thumbnail {
    width: 110px
}

.tinv-wishlist .product-thumbnail img {
    border-radius: 5px
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0
}

.tinv-wishlist ins {
    text-decoration: none
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
    padding-top: 0
}

.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 14px
}

.tinv-wishlist .tinvwl-mobile {
    display: none
}

.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block
}

.tinv-wishlist .product-stock span {
    display: inline
}

.tinv-wishlist .product-stock i {
    margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color)
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px;
    border-radius: 5px
}

.tinv-wishlist button.button.mask-btn {
    padding: 0
}

.tinv-wishlist button.button .btn-text-mask {
    padding: 0.5px 21px
}

.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff
}

.tinv-wishlist button.button i {
    font-size: 18px !important;
    margin-right: 3px !important
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
    color: var(--body-color)
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px
}

.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tinvwl-input-group .form-control {
    height: 40px
}

@media (max-width: 991px) {
    .tinvwl-full {
        display: none
    }

    .tinv-wishlist .tinvwl-mobile {
        display: block
    }

    .tinv-wishlist .product-stock .tinvwl-txt {
        display: none
    }

    .tinv-wishlist .product-action .tinvwl-txt {
        display: block
    }

    .tinv-wishlist button.button {
        min-width: auto
    }

    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--border-color)
    }

    .tinv-wishlist .product-action .tinvwl-txt {
        display: inline-block
    }

    .tinv-wishlist button.button {
        min-width: 140px
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
        display: none
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid var(--border-color)
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center
    }

    .product-name {
        text-align: center
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none
    }

    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--border-color)
    }

    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px
    }

    .tinvwl-txt {
        display: inline-block
    }

    .tinv-wishlist .cart-empty {
        padding-left: 40px
    }
}

@media (max-width: 575px) {
    .tinv-wishlist button.button {
        min-width: 100px
    }
}

.map-sec {
    position: relative;
    height: 600px;
    border-radius: 10px;
    overflow: hidden
}

.map-sec .map {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.map-sec .map iframe {
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

@media (max-width: 767px) {
    .map-sec {
        height: 400px
    }
}

.map-contact {
    max-width: 590px;
    padding: 60px;
    background-color: var(--white-color);
    border-radius: 10px;
    position: relative;
    z-index: 3
}

.border-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    margin-top: -0.22em;
    font-weight: 600
}

.border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: var(--theme-color)
}

.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340px;
    gap: 25px;
    margin-bottom: 40px
}

.contact-info:last-of-type {
    margin-bottom: 0
}

.contact-info_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    background-color: rgba(13, 94, 244, 0.07);
    text-align: center;
    color: var(--theme-color);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.contact-info_title {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: -0.2em
}

.contact-info p,
.contact-info a,
.contact-info span {
    font-family: var(--title-font);
    margin-bottom: -0.5em
}

.contact-info_text {
    margin-bottom: -0.45em;
    line-height: 1.5;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-family: var(--title-font)
}

.contact-info_text p,
.contact-info_text a,
.contact-info_text span {
    font-family: var(--title-font)
}

.contact-info_text a {
    color: var(--title-color)
}

.contact-info_text a:hover {
    color: var(--theme-color)
}

.contact-info:hover .contact-info_icon {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 767px) {
    .map-contact {
        padding: 40px 40px
    }

    .contact-info {
        margin-bottom: 30px
    }

    .contact-info:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .map-contact {
        padding: 40px 20px
    }
}

@media (max-width: 375px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px
    }

    .contact-info .media-body {
        width: 100%
    }
}

.contact-form-wrap {
    background-color: var(--smoke-color);
    padding: 60px;
    border-radius: 10px;
    background-position: right center;
    margin-right: 50px;
    margin-top: -85px;
    position: relative;
    z-index: 9
}

@media (max-width: 1199px) {
    .contact-form-wrap {
        margin: 0;
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .contact-form-wrap {
        padding: 40px 30px;
        background-position: left center
    }
}

.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid #ECF1F9;
    background: var(--white-color);
    box-shadow: 0px 9px 14px 0px #FBFBFB;
    padding: 30px
}

.contact-feature:not(:last-child) {
    margin-bottom: 24px
}

.contact-feature .contact-feature-icon {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
    line-height: 70px;
    background: rgba(13, 94, 244, 0.07);
    font-size: 30px;
    text-align: center;
    color: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.contact-feature .media-body {
    margin-bottom: -0.4em
}

.contact-feature .contact-feature_label {
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 5px
}

.contact-feature .contact-feature_link {
    font-family: var(--title-font);
    color: #4D5765;
    line-height: normal;
    display: block
}

.contact-feature .contact-feature_link span {
    color: var(--title-color)
}

.contact-feature:hover .contact-feature-icon {
    background: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 375px) {
    .contact-feature {
        display: block
    }

    .contact-feature .contact-feature-icon {
        margin-bottom: 20px
    }
}

.img-box1 {
    position: relative;
    margin-right: 50px;
    padding-bottom: 87px
}

.img-box1 .about-shape1 {
    z-index: 1
}

.img-box1 .about-shape1:after,
.img-box1 .about-shape1:before {
    content: '';
    position: absolute;
    left: 98px;
    bottom: 57px;
    border: 10px solid var(--theme-color2);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.img-box1 .about-shape1:after {
    width: 122px;
    height: 122px;
    border: 5px solid var(--theme-color);
    left: 6px;
    bottom: 26px;
    z-index: -1
}

.img-box1 .img1 img {
    border-radius: 10px
}

.img-box1 .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}

.img-box1 .img2 img {
    border-radius: 10px
}

.img-box1 .img2:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    background: var(--white-color);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: -1
}

@media (max-width: 375px) {
    .img-box1 .img2 {
        position: relative;
        margin-top: 20px
    }

    .img-box1 .img2 img {
        width: 100%
    }
}

@media (max-width: 1399px) {
    .img-box1 {
        margin-right: 0;
        padding-right: 177px
    }
}

@media (max-width: 1299px) {
    .img-box1 {
        padding-bottom: 272px
    }
}

@media (max-width: 1199px) {
    .img-box1 {
        display: inline-block;
        padding-bottom: 84px
    }
}

@media (max-width: 767px) {
    .img-box1 {
        padding-bottom: 174px
    }
}

@media (max-width: 575px) {
    .img-box1 {
        padding-bottom: 278px
    }
}

@media (max-width: 375px) {
    .img-box1 {
        padding-right: 0;
        padding-bottom: 0
    }
}

.about-grid {
    position: absolute;
    top: 0px;
    right: 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(19, 61, 117, 0.12);
    z-index: 2;
    overflow: hidden;
    padding: 40px 0px 42px
}

.about-grid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
    background: linear-gradient(180deg, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
    z-index: -1
}

.about-grid_year {
    font-size: 44px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 6px
}

.about-grid_text {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 121px;
    margin: 0 17px
}

@media (max-width: 375px) {
    .about-grid_text {
        margin: auto
    }
}

.about-grid_img img {
    border-radius: 10px
}

@media (max-width: 1299px) {
    .about-grid {
        top: 122px
    }
}

@media (max-width: 1199px) {
    .about-grid {
        top: 0
    }
}

@media (max-width: 375px) {
    .about-grid {
        position: relative;
        margin-top: 20px
    }
}

@media (max-width: 1500px) {
    .about-shape1 {
        left: 0px !important
    }
}

@media (max-width: 375px) {
    .about-shape1 {
        display: none
    }
}

.counter-box {
    background-color: var(--white-color);
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(19, 61, 117, 0.12)
}

.counter-box .counter-title {
    color: var(--theme-color);
    margin-bottom: 0
}

.counter-box .counter-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase
}

.student-count {
    display: inline-block;
    background-color: var(--white-color);
    box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
    border-radius: 10px;
    padding: 30px
}

.student-count.style2 {
    border: 1px solid var(--border-color)
}

.student-count.style2 .title {
    font-size: 18px;
    font-weight: 500
}

.feature-area-1 {
    padding: 63px 0;
    border-bottom: 1px solid #D0DBE9
}

@media (max-width: 1399px) {
    .feature-area-1 {
        padding: 50px 0
    }
}

.feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.feature-wrap .feature_icon {
    height: 55px;
    width: 55px;
    line-height: 46px;
    background: var(--theme-color);
    border: 3px solid #D0DBE9;
    text-align: center;
    border-radius: 50%
}

.feature-wrap .box-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 1399px) {
    .feature-wrap .box-title {
        font-size: 19px
    }
}

.img-box2 {
    position: relative;
    margin-right: 50px;
    padding-right: 160px;
    padding-bottom: 34px;
    display: inline-block
}

@media (min-width: 1922px) {
    .img-box2 {
        margin-left: 300px
    }
}

@media (max-width: 1600px) {
    .img-box2 {
        padding-bottom: 105px
    }
}

@media (max-width: 1500px) {
    .img-box2 {
        padding-bottom: 155px
    }
}

@media (max-width: 1399px) {
    .img-box2 {
        padding-right: 163px;
        padding-bottom: 175px
    }
}

@media (max-width: 1299px) {
    .img-box2 {
        padding-right: 135px;
        padding-bottom: 175px;
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .img-box2 {
        padding-right: 135px;
        padding-bottom: 50px
    }
}

@media (max-width: 991px) {
    .img-box2 {
        padding-bottom: 95px;
        margin-right: 50px
    }
}

@media (max-width: 767px) {
    .img-box2 {
        padding-bottom: 205px
    }
}

@media (max-width: 575px) {
    .img-box2 {
        padding: 0;
        margin: 0 15px
    }
}

.img-box2 .img1 img {
    border-radius: 0 10px 10px 0
}

@media (min-width: 1922px) {
    .img-box2 .img1 img {
        border-radius: 10px
    }
}

@media (max-width: 575px) {
    .img-box2 .img1 img {
        border-radius: 10px
    }
}

.img-box2 .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}

@media (max-width: 575px) {
    .img-box2 .img2 {
        position: initial;
        margin-top: 20px
    }

    .img-box2 .img2 img {
        width: 100%
    }
}

.img-box2 .img2 img {
    border-radius: 10px
}

.img-box2 .img2:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    background: var(--white-color);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: -1
}

@media (max-width: 375px) {
    .img-box2 .img2 {
        position: relative;
        margin-top: 20px
    }

    .img-box2 .img2 img {
        width: 100%
    }
}

.about-experience-wrap {
    position: absolute;
    top: 24px;
    right: 98px;
    display: inline-block;
    z-index: 1
}

@media (max-width: 1399px) {
    .about-experience-wrap {
        top: 10px;
        right: 80px
    }
}

@media (max-width: 1299px) {
    .about-experience-wrap {
        top: 10px;
        right: 40px
    }
}

@media (max-width: 575px) {
    .about-experience-wrap {
        top: 160px
    }
}

@media (max-width: 320px) {
    .about-experience-wrap {
        top: 110px
    }
}

.about-experience-wrap .about-experience-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--theme-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center
}

.about-experience-tag {
    background: var(--white-color);
    display: inline-block;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
    line-height: 12px;
    text-align: center;
    animation: spin 10s infinite alternate-reverse
}

.about-experience-tag:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 1px solid var(--theme-color);
    height: 90%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.about-experience-tag span {
    --rotate-letter: 17deg;
    height: 60px;
    position: absolute;
    width: 60px;
    left: 26px;
    top: 7px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.about-experience-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-experience-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-experience-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-experience-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-experience-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-experience-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-experience-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-experience-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-experience-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-experience-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-experience-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-experience-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-experience-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-experience-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-experience-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-experience-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-experience-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-experience-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-experience-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-experience-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-experience-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-experience-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-experience-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-experience-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-experience-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-experience-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-experience-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-experience-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-experience-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-experience-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-experience-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.about2-title-wrap {
    max-width: 678px
}

@media (max-width: 1199px) {
    .about2-title-wrap {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .about2-title-wrap {
        margin-right: 40px
    }
}

@media (max-width: 575px) {
    .about2-title-wrap {
        margin: 0 15px
    }
}

.about-grid2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--white-color);
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.about-grid2 .about-grid_title {
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .about-grid2 .about-grid_title {
        font-size: 22px
    }
}

@media (max-width: 1299px) {
    .about-grid2 .about-grid_title {
        font-size: 19px
    }
}

.about-grid2 img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-content {
    padding-bottom: 40px;
    padding-left: 56px;
    padding-top: 40px
}

@media (max-width: 1199px) {
    .img-box3 {
        padding-top: 120px;
        margin-bottom: -100px
    }
}

@media (max-width: 991px) {
    .img-box3 {
        padding-top: 80px;
        margin-bottom: -60px
    }
}

.about-grid3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about-grid3 .about-grid-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-grid3 .details h5 {
    font-size: 20px;
    margin-bottom: 3px
}

@media (max-width: 1399px) {
    .about-grid3 .details h5 {
        font-size: 19px
    }
}

.about-grid3 .details p {
    margin-bottom: 0
}

.img-box4 {
    position: relative;
    padding-right: 246px;
    margin-right: 50px
}

.img-box4 .about-grid {
    padding: 45px 30px;
    background: var(--theme-color);
    max-width: 223px
}

.img-box4 .about-grid:after {
    display: none
}

.img-box4 .about-grid .about-grid_text {
    max-width: 162px;
    margin: auto
}

.img-box4 .img1 img {
    border-radius: 10px;
    width: 100%
}

.img-box4 .img2 {
    border-radius: 10px;
    z-index: 1;
    margin-top: 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0
}

.img-box4 .img2 img {
    border-radius: 10px
}

@media (max-width: 375px) {
    .img-box4 .img2 {
        position: relative;
        margin-top: 20px
    }

    .img-box4 .img2 img {
        width: 100%
    }
}

@media (max-width: 1399px) {
    .img-box4 {
        margin-right: 0;
        padding-right: 245px;
        padding-bottom: 12px
    }
}

@media (max-width: 1299px) {
    .img-box4 {
        padding-bottom: 20px;
        padding-right: 202px
    }

    .img-box4 .about-grid {
        top: 0;
        padding: 35px 10px
    }
}

@media (max-width: 1199px) {
    .img-box4 {
        display: inline-block;
        padding-bottom: 0px;
        padding-right: 247px
    }

    .img-box4 .about-grid {
        padding: 43px 30px
    }
}

@media (max-width: 767px) {
    .img-box4 {
        padding-bottom: 138px
    }
}

@media (max-width: 575px) {
    .img-box4 {
        padding: 0;
        display: block
    }

    .img-box4 .about-grid {
        position: inherit;
        margin-top: 20px;
        max-width: none
    }

    .img-box4 .img2 {
        position: inherit;
        display: inline-block;
        width: 100%
    }

    .img-box4 .img2 img {
        width: 100%
    }
}

@media (max-width: 375px) {
    .img-box4 {
        padding-right: 0;
        padding-bottom: 0
    }
}

.img-box5 {
    position: relative;
    padding-right: 56px
}

.img-box5 .counter-box {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%)
}

@media (max-width: 1399px) {
    .img-box5 {
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .img-box5 {
        margin-bottom: 40px
    }
}

.feature-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px
}

.feature-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #E3E9F0;
    padding-top: 35px;
    padding-bottom: 35px
}

.feature-box_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px
}

.feature-box_text {
    margin-bottom: 0
}

.feature-box_icon {
    position: relative;
    text-align: center;
    z-index: 2
}

@media (max-width: 375px) {
    .feature-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.img-box6-1 {
    position: relative;
    padding-right: 56px
}

.img-box6-1 img {
    border-radius: 10px
}

.img-box6-1 .student-count {
    position: absolute;
    bottom: 60px;
    left: -70px
}

@media (max-width: 1299px) {
    .img-box6-1 .student-count {
        bottom: 12px;
        left: -12px
    }
}

@media (max-width: 1399px) {
    .img-box6-1 {
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .img-box6-1 {
        margin-bottom: 45px
    }
}

.avater-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px
}

.avater-list .avater,
.avater-list .count {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--white-color);
    margin-left: -25px
}

.avater-list .avater img,
.avater-list .count img {
    width: 100%;
    height: 100%
}

.avater-list .count {
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    line-height: 50px
}

.img-box7 {
    border-radius: 10px;
    overflow: hidden
}

.about-content2 {
    padding-bottom: 40px;
    padding-left: 56px;
    padding-top: 40px
}

@media (max-width: 1399px) {
    .about-content2 {
        padding-bottom: 0;
        padding-left: 30px
    }
}

@media (max-width: 1199px) {
    .about-content2 {
        padding-left: 0px;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .about-sec.bg-bottom-right {
        background-size: 240% 60%
    }
}

@media (max-width: 575px) {
    .about-sec.bg-bottom-right {
        background-size: 240% 80%
    }
}

.img-box8 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding-left: 56px
}

.img-box8 .img1,
.img-box8 .img2 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.img-box8 .img1 img,
.img-box8 .img2 img {
    width: 100%
}

.img-box8 .img1 {
    margin-top: -50px
}

.img-box8 .img2 {
    margin-top: 50px
}

.img-box8 .shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1399px) {
    .big-shape {
        max-width: 60%
    }

    .img-box8 {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .img-box8 {
        gap: 20px
    }
}

@media (max-width: 575px) {
    .img-box8 {
        gap: 10px
    }
}

.img-box9 {
    position: relative;
    margin-bottom: -120px
}

.img-box9 .img1 {
    text-align: center
}

.img-box9 .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@media (max-width: 1199px) {
    .img-box9 {
        position: relative;
        margin-bottom: 40px
    }
}

.img-box10 {
    position: relative;
    margin-right: 36px
}

.img-box10 .img1,
.img-box10 .img2 {
    z-index: 2;
    position: relative
}

.img-box10 .img1 {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block
}

.img-box10 .img2 {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: var(--white-color);
    padding: 10px 0 10px 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.img-box10 .img2 img {
    border-radius: inherit
}

.moto-box {
    box-shadow: 1px 0px 28px rgba(131, 139, 154, 0.19);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 40px
}

.moto-box-wrap {
    margin-top: -180px;
    position: relative;
    z-index: 3;
    --bs-gutter-y: 24px
}

.moto-box_icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.moto-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.moto-box_icon::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(13, 94, 244, 0.07);
    z-index: -1;
    border-radius: 999px
}

.moto-box_title {
    margin-top: -0.28em;
    font-size: 24px
}

.moto-box_text {
    margin-bottom: -0.48em;
    max-width: 300px
}

.moto-box:hover .moto-box_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .img-box10 {
        margin-right: 0;
        margin-bottom: 40px
    }

    .img-box10 img {
        width: 100%
    }

    .img-box10 .img1 {
        width: 70%
    }

    .img-box10 .img2 {
        width: 40%
    }

    .moto-box {
        padding: 40px 30px
    }

    .moto-box-wrap {
        margin-top: 20px
    }
}

.award-box {
    background-color: var(--smoke-color);
    text-align: center;
    border-radius: 10px;
    padding: 20px 5px
}

.award-box-wrap {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.award-box_icon {
    margin-bottom: 15px
}

.award-box_title {
    margin-bottom: 2px
}

.award-box_time {
    margin-bottom: -0.5em
}

.img-box11 {
    position: relative;
    right: 2px
}

.img-box11:before {
    content: '';
    width: 277px;
    height: 277px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%)
}

.img-box11 .img1 {
    padding-bottom: 50px
}

.img-box11 .img1 img {
    width: 100%;
    border-radius: 10px
}

@media (max-width: 767px) {
    .award-box-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.list-column2 {
    display: grid;
    grid-template-columns: auto auto
}

.img-box12 {
    position: relative;
    text-align: right;
    margin-left: 30px;
    line-height: 0px
}

.img-box12 .img1 {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden
}

.img-box12 .img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    padding: 10px 10px 0 0
}

.img-box12 .img2 img {
    border-radius: inherit
}

.img-box12 .student-count {
    padding: 20px 20px 15px 0;
    box-shadow: none;
    text-align: left;
    position: absolute;
    top: 20px;
    left: 0
}

.img-box12 .student-count .student-text {
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .img-box12 {
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .img-box12 {
        margin-bottom: 40px
    }

    .img-box12 .img2 {
        width: 60%;
        max-height: 300px
    }

    .img-box12 .img2 img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width: 575px) {
    .list-column2 {
        grid-template-columns: auto;
        gap: 25px
    }
}

.team-card-wrap {
    min-height: 670px
}

@media (max-width: 1399px) {
    .team-card-wrap {
        min-height: 620px
    }
}

.team-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    margin-top: 24px
}

.team-card .team-img {
    overflow: hidden
}

.team-card .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 600
}

.team-card .team-title a {
    color: inherit
}

.team-card .team-title a:hover {
    color: var(--theme-color)
}

.team-card .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em
}

.team-card .team-content {
    background-color: var(--white-color);
    padding: 30px 30px 15px 30px
}

.team-card .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    z-index: 3
}

.team-card .icon-btn:hover i {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-card .icon-btn:hover i:before {
    content: "\f068"
}

.team-card .th-social {
    position: absolute;
    width: 45px;
    bottom: 50px;
    left: 2.5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-card .th-social a {
    margin-right: 0;
    margin-bottom: 5px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-card .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-card .team-social {
    position: absolute;
    top: -25px;
    right: 30px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1
}

.team-card .team-social:hover .th-social {
    visibility: visible;
    opacity: 1
}

.team-card .team-social:hover .th-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-card .team-social:hover .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card .team-social:hover .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card .team-social:hover .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card .team-social:hover .th-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card .team-info {
    border-top: 1px solid var(--border-color);
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.team-card .team-info span {
    position: relative;
    padding-right: 25px;
    margin-right: 25px
}

@media (max-width: 1399px) {
    .team-card .team-info span {
        padding-right: 11px;
        margin-right: 11px
    }
}

.team-card .team-info span i {
    margin-right: 10px;
    color: var(--theme-color)
}

.team-card .team-info span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 1px;
    background: #B3C1D3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.team-card .team-info span:last-child {
    padding-right: 0;
    margin-right: 0
}

.team-card .team-info span:last-child:after {
    display: none
}

@media (max-width: 1299px) {
    .team-card .team-info span {
        font-size: 13px
    }
}

@media (max-width: 1199px) {
    .team-card .team-info span {
        font-size: 16px
    }
}

.team-card .team-hover-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.team-card.team-card-1-2-active .team-img img,
.team-card.team-card-1-1-active .team-img img,
.team-card:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-card.team-card-1-2-active .team-hover-wrap,
.team-card.team-card-1-1-active .team-hover-wrap,
.team-card:hover .team-hover-wrap {
    height: 146px;
    opacity: 1;
    visibility: visible
}

.team-card.team-card-1-2-active .team-social,
.team-card.team-card-1-1-active .team-social,
.team-card:hover .team-social {
    opacity: 1
}

.team-card.style2 {
    background: transparent;
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding-top: 3px
}

.team-card.style2 .team-img-wrap {
    position: relative
}

.team-card.style2 .team-img-wrap .team-shape {
    position: absolute;
    left: 0;
    top: -3px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 1
}

@media (max-width: 1399px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 295px;
        height: 305px
    }
}

@media (max-width: 1299px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 261px;
        height: 271px
    }
}

@media (max-width: 1199px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 296px;
        height: 306px
    }
}

@media (max-width: 991px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 336px;
        height: 346px
    }
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 246px;
        height: 256px
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 401px;
        height: 411px
    }
}

@media (max-width: 375px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 351px;
        height: 361px
    }
}

@media (max-width: 320px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 296px;
        height: 306px
    }
}

.team-card.style2 .team-img-wrap .team-img {
    border-radius: 50%;
    border: 2px solid rgba(208, 219, 233, 0.5);
    padding: 25px
}

@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding: 15px
    }
}

@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-img {
        padding: 25px
    }
}

.team-card.style2 .team-img-wrap .team-img img {
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.team-card.style2 .team-img-wrap .team-social {
    bottom: 55px;
    left: 50%;
    top: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.team-card.style2 .team-img-wrap .team-social .th-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    z-index: 9
}

.team-card.style2 .team-img-wrap .team-social .th-social a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.team-card.style2 .team-content {
    background: transparent;
    padding: 30px 0 0 0
}

.team-card.style2:hover {
    --theme-color: #F20F10
}

.team-card.style2:hover .team-img-wrap .team-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.team-card.style2:hover .team-img-wrap .team-shape path {
    fill: var(--theme-color2)
}

.team-card.style3 {
    margin-top: 0
}

.team-card.style3 .team-hover-wrap {
    opacity: 1;
    visibility: visible;
    height: auto
}

.team-card.style3 .team-social {
    opacity: 1
}

.become-instructor-wrap {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.become-instructor-wrap i {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 24px;
    color: var(--theme-color)
}

@media (max-width: 767px) {
    .become-instructor-wrap i {
        font-size: 18px
    }
}

.become-instructor-wrap .box-title {
    margin-bottom: -0.3em
}

@media (max-width: 767px) {
    .become-instructor-wrap .box-title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .become-instructor-wrap {
        padding: 20px
    }
}

.team-details-about-info {
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(76, 88, 104, 0.1);
    padding: 40px
}

.team-details-about-info .about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.team-details-about-info .about-box .about-info .title {
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: -0.2em
}

.team-details-about-info .about-box .about-info .desig {
    color: var(--theme-color);
    margin-bottom: 25px
}

.team-details-about-info .about-quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ECF1F9;
    margin-top: 33px
}

.team-details-about-info .about-quality .quality-box .quality-text {
    display: block
}

.team-details-about-info .about-quality .quality-box .star-rating:before,
.team-details-about-info .about-quality .quality-box .star-rating span:before {
    color: #F8B03A
}

.team-details-about-info .about-contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 60px
}

.team-details-about-info .about-contact-wrap .about-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.team-details-about-info .about-contact-wrap .about-contact .about-contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--theme-color);
    line-height: 46px;
    text-align: center;
    color: var(--white-color);
    font-size: 18px
}

.team-details-about-info .about-contact-wrap .about-contact .about-contact-subtitle {
    font-size: 14px;
    font-family: var(--title-font)
}

.team-details-about-info .about-contact-wrap .about-contact .about-contact-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -0.2em
}

@media (max-width: 1199px) {
    .team-details-about-info .about-box {
        display: block;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .team-details-about-info {
        padding: 30px
    }

    .team-details-about-info .about-quality {
        display: block
    }

    .team-details-about-info .about-quality .quality-box {
        margin-bottom: 15px
    }

    .team-details-about-info .about-quality .quality-box:last-child {
        margin-bottom: 0
    }
}

.team-details-thumb img {
    border-radius: 10px
}

@media (max-width: 1500px) {
    .team-details-thumb {
        height: 100%
    }

    .team-details-thumb img {
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 991px) {
    .team-details-thumb {
        margin-bottom: 40px;
        height: auto
    }
}

.skill-card {
    background: var(--smoke-color);
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px
}

.skill-card-title {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-top: 0;
    margin-bottom: -0.5em
}

.skill-card-number {
    font-size: 44px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 0px;
    margin-top: -0.3em
}

@media (max-width: 1299px) {
    .skill-card {
        padding: 50px 17px
    }
}

@media (max-width: 1199px) {
    .skill-card .skill-card-title {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .skill-card .skill-card-title {
        font-size: 16px
    }
}

.th-team-form {
    padding: 40px;
    --body-color: #9FAAB7;
    border-radius: 5px
}

.th-team-form .th-btn:hover {
    background: var(--title-color)
}

.team-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.team-box .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 11px
}

.team-box .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-content {
    background-color: var(--white-color);
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 500
}

.team-box .team-title a {
    color: inherit
}

.team-box .team-title a:hover {
    color: var(--theme-color)
}

.team-box .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em
}

.team-box .th-social {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.team-box:hover .team-img img {
    -webkit-filter: grayscale(100) blur(1px) brightness(0.5);
    filter: grayscale(100) blur(1px) brightness(0.5)
}

.team-box:hover .team-content {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.team-box:hover .th-social {
    top: 30%;
    visibility: visible;
    opacity: 1
}

.team-area-5 {
    background-position: center bottom;
    border-radius: 15px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .team-box {
        --space: 20px
    }
}

.team-card2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06)
}

.team-card2 .team-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 35px))
}

.team-card2 .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-card2 .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 600
}

.team-card2 .team-title a {
    color: inherit
}

.team-card2 .team-title a:hover {
    color: var(--theme-color)
}

.team-card2 .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em
}

.team-card2 .team-content {
    background-color: var(--white-color);
    padding: 20px 30px 30px 30px
}

.team-card2 .team-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 23px 30px;
    border-top: 1px solid #ECF1F9
}

.team-card2 .team-info .line {
    height: 16px;
    width: 1px;
    display: inline-block;
    background-color: #B3C1D3
}

.team-card2 .team-info span {
    color: var(--title-color)
}

.team-card2 .team-info span i {
    color: var(--theme-color);
    margin-right: 8px
}

.team-card2 .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    z-index: 3
}

.team-card2 .icon-btn:hover i {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-card2 .icon-btn:hover i:before {
    content: "\f068"
}

.team-card2 .th-social {
    position: absolute;
    width: 45px;
    bottom: 50px;
    left: 2.5px
}

.team-card2 .th-social a {
    margin-right: 0;
    margin-bottom: 5px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.team-card2 .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card2 .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card2 .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card2 .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card2 .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-card2 .team-social {
    position: absolute;
    bottom: 125px;
    left: 30px
}

.team-card2 .team-social:hover .th-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-card2 .team-social:hover .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-card2 .team-social:hover .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-card2 .team-social:hover .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-card2 .team-social:hover .th-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-card2:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-card2.style2 .team-social {
    bottom: 100px
}

.testi-area-1 {
    padding-top: 243px
}

@media (max-width: 991px) {
    .testi-area-1 {
        padding-top: 213px
    }
}

.testi-box {
    padding: 50px;
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px 0px rgba(208, 219, 233, 0.3);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.testi-box .testi-box-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width: 1399px) {
    .testi-box {
        padding: 40px
    }
}

.testi-box_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.testi-box_img {
    min-width: 120px
}

.testi-box_img img {
    border-radius: 10px
}

.testi-box_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #DAE5F0
}

.testi-box_name {
    font-size: 24px;
    margin-bottom: 3px;
    margin-top: -0.24em;
    font-weight: 600
}

.testi-box_desig {
    color: var(--theme-color);
    margin-bottom: -0.45em;
    display: block
}

.testi-box_text {
    font-size: 20px;
    font-family: var(--title-font);
    line-height: 1.5;
    margin-bottom: 0
}

.testi-box_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.testi-box_review i {
    font-size: 14px;
    color: var(--theme-color)
}

@media (max-width: 320px) {
    .testi-box_review {
        margin-top: 10px
    }
}

@media (max-width: 1199px) {
    .testi-box_img {
        min-width: 90px
    }
}

@media (max-width: 991px) {
    .testi-box_img {
        min-width: 120px
    }
}

@media (max-width: 767px) {
    .testi-box {
        padding: 40px 20px
    }

    .testi-box_content {
        gap: 25px
    }

    .testi-box_bottom {
        margin-top: 25px;
        padding-top: 30px
    }

    .testi-box_text {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .testi-box_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 375px) {
    .testi-box_name {
        font-size: 20px;
        margin-bottom: 0
    }

    .testi-box_bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.testi-thumb {
    border-radius: 20px
}

.testi-thumb img {
    border-radius: 20px
}

.testi-slider2 .slick-arrow {
    right: 0;
    bottom: 33px;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-filter: drop-shadow(0px 0px 20px #DDE8FB);
    filter: drop-shadow(0px 0px 20px #DDE8FB);
    box-shadow: none
}

.testi-slider2 .slick-arrow.slick-prev {
    right: calc(60px + 20px)
}

.testi-card_quote {
    margin-bottom: 30px
}

.testi-card_name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px
}

.testi-card_desig {
    margin-bottom: 11px;
    font-weight: 400;
    display: block;
    color: var(--theme-color)
}

.testi-card_text {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--title-font);
    margin-top: -0.4em;
    margin-bottom: 40px;
    padding-bottom: 31px;
    border-bottom: 1px solid #D0DBE9
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testi-card_avater {
    border-radius: 10px
}

.testi-card_avater img {
    border-radius: 10px
}

.testi-slider-3 {
    margin-left: 140px
}

@media (max-width: 1600px) {
    .testi-slider-3 {
        margin-left: 0
    }
}

@media (max-width: 1500px) {
    .testi-slider-3 {
        margin-left: -40px
    }
}

@media (max-width: 1399px) {
    .testi-slider-3 {
        margin-left: -20px
    }
}

@media (max-width: 1299px) {
    .testi-slider-3 {
        margin-left: -50px
    }
}

@media (max-width: 991px) {
    .testi-slider-3 {
        margin-left: 10px;
        margin-right: 15px
    }
}

@media (max-width: 575px) {
    .testi-slider-3 {
        margin-left: -10px;
        margin-right: -10px
    }
}

.testi-slider-3 .slick-list {
    margin-left: 100px
}

@media (max-width: 1600px) {
    .testi-slider-3 .slick-list {
        margin-left: 90px
    }
}

@media (max-width: 1500px) {
    .testi-slider-3 .slick-list {
        margin-left: 50px
    }
}

@media (max-width: 1299px) {
    .testi-slider-3 .slick-list {
        margin-left: 70px
    }
}

@media (max-width: 991px) {
    .testi-slider-3 .slick-list {
        margin-left: 0
    }
}

.testi-slider-3 .slick-arrow {
    right: 265px;
    top: -60px;
    left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-filter: drop-shadow(0px 0px 20px #DDE8FB);
    filter: drop-shadow(0px 0px 20px #DDE8FB);
    box-shadow: none
}

.testi-slider-3 .slick-arrow.slick-prev {
    right: calc(265px + 80px)
}

@media (min-width: 1922px) {
    .testi-slider-3 .slick-arrow {
        right: 590px
    }

    .testi-slider-3 .slick-arrow.slick-prev {
        right: calc(590px + 80px)
    }
}

@media (max-width: 1600px) {
    .testi-slider-3 .slick-arrow {
        right: 110px
    }

    .testi-slider-3 .slick-arrow.slick-prev {
        right: calc(110px + 80px)
    }
}

@media (max-width: 1500px) {
    .testi-slider-3 .slick-arrow {
        right: 30px
    }

    .testi-slider-3 .slick-arrow.slick-prev {
        right: calc(30px + 80px)
    }
}

@media (max-width: 1399px) {
    .testi-slider-3 .slick-arrow {
        right: 50px
    }

    .testi-slider-3 .slick-arrow.slick-prev {
        right: calc(50px + 80px)
    }
}

@media (max-width: 1299px) {
    .testi-slider-3 .slick-arrow {
        right: 40px
    }

    .testi-slider-3 .slick-arrow.slick-prev {
        right: calc(40px + 80px)
    }
}

.testi-box.style2 {
    padding: 40px
}

@media (max-width: 575px) {
    .testi-box.style2 {
        padding: 30px
    }
}

.testi-box.style2 .testi-box-bg-shape {
    bottom: 0;
    top: auto
}

.testi-box.style2 .testi-box_img {
    min-width: 70px;
    position: relative
}

.testi-box.style2 .testi-box_img:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: var(--white-color);
    border-radius: 10px;
    z-index: -1
}

.testi-box.style2 .testi-box-author-details {
    margin-right: auto;
    margin-left: 20px
}

@media (max-width: 320px) {
    .testi-box.style2 .testi-box-author-details {
        margin-left: 10px
    }
}

@media (max-width: 375px) {
    .testi-box.style2 .testi-box_quote {
        display: none
    }
}

.testi-box.style2 .testi-box_text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.testi-box.style2 .testi-box_bottom {
    margin-top: 33px;
    padding-top: 0;
    border-top: 0
}

.testi-box.style2 .testi-box_review {
    margin-bottom: 10px;
    margin-top: -4px
}

.testi-box.style2 .testi-box_review i {
    font-size: 16px;
    color: #FFCB47
}

.testi-slider-4 {
    margin-left: calc(-400px + 12px)
}

.testi-slider-4 .slick-list {
    margin-left: 400px
}

.testi-slider-4 .slick-dots {
    margin-left: calc(200px - 12px)
}

@media (max-width: 1199px) {
    .testi-slider-4 {
        margin-left: calc(-300px + 12px)
    }

    .testi-slider-4 .slick-list {
        margin-left: 300px
    }
}

@media (max-width: 991px) {
    .testi-slider-4 {
        margin-left: 0px;
        margin-right: 0px
    }

    .testi-slider-4 .slick-list {
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .testi-slider-4 {
        margin-left: -10px;
        margin-right: -10px
    }
}

.testi-box.style3 {
    padding: 40px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px)
}

@media (max-width: 575px) {
    .testi-box.style3 {
        padding: 30px
    }
}

@media (max-width: 375px) {
    .testi-box.style3 {
        padding: 25px
    }
}

.testi-box.style3 .testi-box-bg-shape {
    bottom: 0;
    top: auto
}

.testi-box.style3 .testi-box_img {
    min-width: 70px;
    position: relative
}

.testi-box.style3 .testi-box_img:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 8px;
    width: calc(100%);
    height: calc(100%);
    background: #0B1B33;
    border-radius: 10px;
    z-index: -1
}

.testi-box.style3 .testi-box-author-details {
    margin-right: auto;
    margin-left: 20px
}

@media (max-width: 320px) {
    .testi-box.style3 .testi-box-author-details {
        margin-left: 10px
    }
}

@media (max-width: 375px) {
    .testi-box.style3 .testi-box_quote {
        display: none
    }
}

.testi-box.style3 .testi-box_text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #9FAAB7
}

.testi-box.style3 .testi-box_bottom {
    margin-top: 33px;
    padding-top: 0;
    border-top: 0
}

.testi-box.style3 .testi-box_review {
    margin-bottom: 10px;
    margin-top: -4px
}

.testi-box.style3 .testi-box_review i {
    font-size: 16px;
    color: #FFCB47
}

.testi-box.style3 .testi-box_name {
    color: var(--white-color)
}

@media (max-width: 575px) {
    .testi-box.style3 .testi-box_name {
        font-size: 20px
    }
}

.testi-card2-slide .slick-arrow {
    --pos-x: -164px;
    top: 111%;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.testi-card2-tab {
    border-bottom: 2px solid #284A75;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.testi-card2-tab .tab-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 999px;
    overflow: hidden
}

.testi-card2-tab .tab-btn img {
    width: 100%
}

.testi-card2-tab .indicator {
    position: absolute;
    bottom: -2px;
    left: var(--pos-x);
    height: 2px;
    width: var(--width-set);
    background-color: var(--theme-color);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease
}

.testi-card2_name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--white-color)
}

.testi-card2_desig {
    margin-bottom: -0.491em;
    font-weight: 500;
    display: block;
    color: var(--theme-color)
}

.testi-card2_text {
    font-size: 20px;
    margin-top: -0.4em;
    margin-bottom: 25px;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .testi-card {
        text-align: center
    }

    .testi-card-tab {
        margin-top: 50px;
        gap: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testi-card_text {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .testi-card-tab {
        gap: 10px
    }

    .testi-card_text {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .testi-card-tab {
        gap: 5px
    }
}

.testi-grid {
    background-color: transparent;
    border: 2px solid #0B2950;
    padding: 60px;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 991px) {
    .testi-grid {
        padding: 50px 20px
    }
}

.testi-grid_name {
    font-size: 24px;
    margin-bottom: 3px;
    margin-top: -0.24em;
    font-weight: 500;
    color: var(--white-color)
}

.testi-grid_desig {
    color: var(--theme-color);
    margin-bottom: -0.45em;
    display: block
}

.testi-grid_text {
    font-size: 20px;
    font-family: var(--title-font);
    line-height: 1.5;
    margin-bottom: -0.4em;
    color: var(--light-color)
}

.testi-grid_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #29456A
}

.testi-grid_author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.testi-grid_avater {
    border-radius: 999px;
    overflow: hidden;
    width: 60px
}

.testi-grid_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3px
}

.testi-grid_review i {
    font-size: 14px;
    color: var(--yellow-color)
}

.slick-center .testi-grid {
    background-color: #092141;
    border-color: #092141
}

@media (max-width: 767px) {
    .testi-grid_text {
        font-size: 18px
    }
}

@media (max-width: 400px) {
    .testi-grid_name {
        font-size: 20px;
        margin-bottom: 0
    }

    .testi-grid_avater {
        width: 50px
    }

    .testi-grid_bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.testi-block-slide {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px
}

.testi-block-wrap {
    position: relative;
    margin-right: 56px
}

.testi-block-wrap .icon-box {
    position: absolute;
    bottom: 25px;
    right: 0
}

.testi-block-wrap .icon-box .slick-arrow {
    --icon-size: 50px !important;
    --icon-font-size: 16px;
    margin-right: 0
}

.testi-block_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.testi-block_avater {
    border-radius: 8px;
    overflow: hidden
}

.testi-block_name {
    margin-bottom: 0px
}

.testi-block_text {
    font-style: italic;
    margin-bottom: 30px;
    position: relative
}

.testi-block_text i {
    font-size: 24px;
    font-style: normal;
    color: var(--theme-color);
    vertical-align: text-bottom
}

.testi-block_text .fa-quote-left {
    margin-right: 4px
}

.testi-block_text .fa-quote-right {
    margin-left: 4px
}

.testi-block_desig {
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    display: block
}

.testi-block_review {
    color: var(--yellow-color);
    margin-top: 8px
}

.testi-block_review i {
    margin-right: 5px
}

.consult-form {
    background-color: var(--white-color);
    box-shadow: 0px 6px 40px rgba(0, 14, 57, 0.06);
    border-radius: 10px;
    padding: 50px
}

.consult-form .th-btn {
    width: 100%
}

.consult-form .th-btn:before,
.consult-form .th-btn:after {
    display: none
}

.consult-form .th-btn:hover {
    background-color: var(--title-color)
}

@media (max-width: 1399px) {
    .testi-block-wrap {
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .testi-block-wrap .icon-box {
        display: none
    }

    .consult-form {
        padding: 40px 20px
    }
}

.testi-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    position: relative
}

.testi-list_img {
    min-width: 120px;
    position: relative
}

.testi-list_img>img {
    width: 100%;
    border-radius: 10px
}

.testi-list_quote {
    position: absolute;
    bottom: -25px;
    left: 35px;
    background-color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 38px;
    border: 4px solid var(--title-color);
    border-radius: 50%;
    text-align: center
}

.testi-list_text {
    color: var(--white-color);
    margin: 0 0 25px 0;
    font-style: italic
}

.testi-list_name {
    color: var(--white-color);
    margin-bottom: 0
}

.testi-list_desig {
    display: block;
    color: var(--white-color);
    margin-bottom: -0.5em
}

.testi-list_review {
    color: var(--yellow-color);
    position: absolute;
    right: 0;
    bottom: 6px
}

@media (max-width: 575px) {
    .testi-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testi-list_text {
        margin-bottom: 20px
    }
}

.counter-area-1 {
    border-radius: 10px;

}

@media (max-width: 1199px) {
    .counter-area-1 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0
    }
}

.counter-card {
    text-align: center;
    padding: 75px 0 68px
}

.counter-card-wrap {
    border-right: 1px solid;
    border-color: white !important
}

.counter-card-wrap:last-child {
    border-right: 0
}

.counter-card_number {
    color: var(--white-color);
    margin-bottom: 6px;
    margin-top: -0.24em;
    font-weight: 700
}

.counter-card_text {
    color: var(--white-color);
    display: block;
    margin-bottom: -0.2em;
    font-size: 20px;
    font-family: var(--title-font)
}

.counter-card_text strong {
    font-weight: 700
}

@media (max-width: 1199px) {
    .counter-card {
        padding: 60px 0
    }

    .counter-card-wrap:nth-child(1) .counter-card,
    .counter-card-wrap:nth-child(2) .counter-card {
        border-bottom: 1px solid #357AFA
    }

    .counter-card-wrap:nth-child(2) {
        border-right: 0
    }

    .counter-card_text {
        font-size: 20px;
        margin-bottom: -0.3em
    }
}

@media (max-width: 767px) {
    .counter-card {
        padding: 40px 0
    }

    .counter-card_number {
        margin-bottom: 0
    }

    .counter-card_text {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .counter-card-wrap {
        border-right: 0 !important
    }

    .counter-card-wrap:nth-child(3) .counter-card {
        border-bottom: 1px solid #357AFA
    }
}

.counter-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.counter-grid_icon {
    min-width: 55px
}

.counter-grid_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.counter-grid_number {
    color: var(--theme-color);
    margin-bottom: 0;
    margin-top: -0.2em
}

.counter-grid_text {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: -0.45em
}

.counter-grid:hover .counter-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1600px) {
    .blog-slider-1 .slick-arrow {
        display: none !important
    }
}

.blog-area-3 {
    padding-bottom: 240px
}

@media (max-width: 991px) {
    .blog-area-3 {
        padding-bottom: 200px
    }
}

.blog-area-5 {
    padding-top: 240px
}

@media (max-width: 991px) {
    .blog-area-5 {
        padding-top: 200px
    }
}

.blog-single.style2 {
    margin-bottom: 0;
    padding: var(--blog-space-y, 30px) var(--blog-space-x, 30px);
    background: var(--white-color)
}

.blog-single.style2 .blog-meta span,
.blog-single.style2 .blog-meta a {
    padding-right: 0;
    margin-right: 25px
}

@media (max-width: 991px) {

    .blog-single.style2 .blog-meta span,
    .blog-single.style2 .blog-meta a {
        margin-right: 20px
    }
}

.blog-single.style2 .blog-meta span:after,
.blog-single.style2 .blog-meta a:after {
    display: none
}

.blog-single.style2 .blog-meta span:last-child,
.blog-single.style2 .blog-meta a:last-child {
    margin-right: 0px
}

.blog-single.style2 .blog-img {
    margin-bottom: 30px
}

.blog-single.style2 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .blog-single.style2 {
        --blog-space-y: 30px;
        --blog-space-x: 30px
    }
}

@media (max-width: 991px) {
    .blog-single.style2 .box-title {
        font-size: 22px
    }
}

.blog-single.style2:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-single.style3 {
    padding: 0;
    margin-bottom: 0
}

.blog-single.style3 .blog-img {
    margin-bottom: 40px;
    border-radius: 10px 10px 0 0;
    position: relative
}

.blog-single.style3 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-single.style3 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 60px;
    border-bottom: solid 30px var(--white-color);
    border-left: solid 56px var(--white-color);
    border-right: solid 56px transparent;
    border-top: solid 30px transparent
}

.blog-single.style3 .blog-meta span,
.blog-single.style3 .blog-meta a {
    padding-right: 0;
    margin-right: 25px
}

@media (max-width: 991px) {

    .blog-single.style3 .blog-meta span,
    .blog-single.style3 .blog-meta a {
        margin-right: 20px
    }
}

.blog-single.style3 .blog-meta span:after,
.blog-single.style3 .blog-meta a:after {
    display: none
}

.blog-single.style3 .blog-meta span:last-child,
.blog-single.style3 .blog-meta a:last-child {
    margin-right: 0px
}

.blog-single.style3 .blog-content {
    padding: 0 var(--blog-space-x, 40px) 40px
}

.blog-single.style3:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-single.style4 {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px
}

.blog-single.style4 .blog-img {
    margin-bottom: 0;
    z-index: 0
}

.blog-single.style4 .blog-img img {
    width: 100%
}

.blog-single.style4 .blog-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, rgba(0, 17, 43, 0) 0%, rgba(0, 17, 43, 0.73) 54.17%, #00112B 100%);
    background: linear-gradient(180deg, rgba(0, 17, 43, 0) 0%, rgba(0, 17, 43, 0.73) 54.17%, #00112B 100%);
    top: 0;
    left: 0;
    z-index: 1
}

.blog-single.style4 .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 35px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 375px) {
    .blog-single.style4 .blog-content {
        padding: 25px 25px 0px
    }
}

.blog-single.style4 .blog-meta span,
.blog-single.style4 .blog-meta a {
    color: var(--white-color);
    margin: 0
}

.blog-single.style4 .blog-meta span:not(:last-child),
.blog-single.style4 .blog-meta a:not(:last-child) {
    padding-right: 25px
}

.blog-single.style4 .blog-meta span:after,
.blog-single.style4 .blog-meta a:after {
    display: none
}

.blog-single.style4 .blog-meta span i,
.blog-single.style4 .blog-meta a i {
    color: var(--white-color)
}

.blog-single.style4 .box-title {
    color: var(--white-color);
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1399px) {
    .blog-single.style4 .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-single.style4 .box-title {
        font-size: 18px
    }
}

.blog-single.style4 .link-btn {
    color: var(--white-color);
    opacity: 0
}

.blog-single.style4 .link-btn:before {
    background: var(--white-color)
}

.blog-single.style4:hover .blog-content {
    padding: 35px 35px 28px
}

@media (max-width: 375px) {
    .blog-single.style4:hover .blog-content {
        padding: 25px 25px 18px
    }
}

.blog-single.style4:hover .box-title {
    margin-bottom: 15px
}

.blog-single.style4:hover .link-btn {
    opacity: 1
}

.blog-single.style5 {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px
}

.blog-single.style5 .blog-img {
    margin-bottom: 0;
    z-index: 0
}

.blog-single.style5 .blog-img img {
    width: 100%
}

.blog-single.style5 .blog-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, rgba(0, 17, 43, 0) 0%, rgba(0, 17, 43, 0.73) 54.17%, #00112B 100%);
    background: linear-gradient(180deg, rgba(0, 17, 43, 0) 0%, rgba(0, 17, 43, 0.73) 54.17%, #00112B 100%);
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 375px) {
    .blog-single.style5 .blog-img:after {
        background: rgba(0, 17, 43, 0.73)
    }
}

.blog-single.style5 .blog-title {
    margin-bottom: 10px
}

.blog-single.style5 .blog-title a {
    color: var(--white-color);
    background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
    background-image: linear-gradient(to left, var(--white-color), var(--white-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px
}

.blog-single.style5 .blog-title a:hover {
    background-size: 100% 2px
}

@media (max-width: 1199px) {
    .blog-single.style5 .blog-title {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .blog-single.style5 .blog-title {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.blog-single.style5 .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1199px) {
    .blog-single.style5 .blog-content {
        padding: 30px
    }
}

@media (max-width: 375px) {
    .blog-single.style5 .blog-content {
        padding: 25px
    }
}

.blog-single.style5 .blog-meta {
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .blog-single.style5 .blog-meta {
        margin-bottom: 25px
    }
}

@media (max-width: 375px) {
    .blog-single.style5 .blog-meta {
        margin-bottom: 20px
    }
}

.blog-single.style5 .blog-meta span,
.blog-single.style5 .blog-meta a {
    color: var(--white-color);
    margin: 0
}

.blog-single.style5 .blog-meta span:not(:last-child),
.blog-single.style5 .blog-meta a:not(:last-child) {
    padding-right: 25px
}

.blog-single.style5 .blog-meta span:after,
.blog-single.style5 .blog-meta a:after {
    display: none
}

.blog-single.style5 .blog-meta span i,
.blog-single.style5 .blog-meta a i {
    color: var(--white-color)
}

@media (max-width: 375px) {

    .blog-single.style5 .blog-meta span,
    .blog-single.style5 .blog-meta a {
        font-size: 14px
    }

    .blog-single.style5 .blog-meta span:not(:last-child),
    .blog-single.style5 .blog-meta a:not(:last-child) {
        padding-right: 20px
    }
}

.blog-single.style5 .blog-bottom {
    border-top: 1px solid #364562;
    padding-top: 35px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .blog-single.style5 .blog-bottom {
        padding-top: 25px
    }
}

@media (max-width: 375px) {
    .blog-single.style5 .blog-bottom {
        padding-top: 20px
    }
}

.blog-single.style5 .box-title {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1399px) {
    .blog-single.style5 .box-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-single.style5 .box-title {
        font-size: 18px
    }
}

.blog-single.style5 .link-btn {
    color: var(--white-color)
}

.blog-single.style5 .link-btn:before {
    background: var(--white-color)
}

.blog-single.style5:hover .box-title {
    margin-bottom: 15px
}

.blog-meta.style2 span,
.blog-meta.style2 a {
    font-family: var(--body-font);
    margin-right: 25px;
    padding-right: 0;
    color: #6A6E71
}

.blog-meta.style2 span:after,
.blog-meta.style2 a:after {
    display: none
}

.blog-meta.style2 span:last-child,
.blog-meta.style2 a:last-child {
    margin-right: 0
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-grid {
    --space: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.blog-grid-wrap {
    display: grid;
    grid-template-areas: "one one one one one one two two two two two two"
        "one one one one one one three three three three three three"
}

.blog-grid .tag {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color);
    background-color: #ECF3FF;
    padding: 5px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px
}

.blog-grid .blog-img {
    position: relative;
    min-width: 250px;
    height: 220px;
    overflow: hidden;
    margin: -1px
}

.blog-grid .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid .blog-content {
    padding: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.blog-grid .blog-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.417;
    font-weight: 600
}

.blog-grid .blog-meta {
    margin-bottom: -0.4em
}

.blog-grid:nth-child(1) {
    grid-area: one;
    margin-right: 12px;
    display: block;
    background-color: transparent
}

.blog-grid:nth-child(1) .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--space);
    z-index: 2
}

.blog-grid:nth-child(1) .blog-img {
    min-width: 100%;
    height: 100%
}

.blog-grid:nth-child(1) .blog-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, #020F21 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, #020F21 100%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.blog-grid:nth-child(1) .category {
    top: var(--space);
    left: var(--space)
}

.blog-grid:nth-child(1) .blog-meta a,
.blog-grid:nth-child(1) .blog-meta span {
    color: var(--white-color)
}

.blog-grid:nth-child(1) .blog-meta a i,
.blog-grid:nth-child(1) .blog-meta span i {
    color: var(--white-color)
}

.blog-grid:nth-child(1) .blog-title {
    color: var(--white-color);
    font-size: 30px;
    line-height: 1.333
}

.blog-grid:nth-child(1) .link-btn {
    color: var(--white-color)
}

.blog-grid:nth-child(1) .link-btn:before {
    background-color: var(--white-color)
}

.blog-grid:nth-child(2) {
    grid-area: two;
    margin-left: 12px;
    margin-bottom: 24px
}

.blog-grid:nth-child(3) {
    grid-area: three;
    margin-left: 12px
}

.blog-grid:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1399px) {
    .blog-grid {
        --space: 30px
    }

    .blog-grid .blog-img {
        min-width: 225px;
        height: 225px
    }
}

@media (max-width: 1299px) {
    .blog-grid .blog-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .blog-grid .blog-content {
        padding: 30px 20px
    }

    .blog-grid:nth-child(1) .blog-title {
        font-size: 26px
    }
}

@media (max-width: 1199px) {
    .blog-grid {
        --space: 60px
    }

    .blog-grid-wrap {
        grid-template-areas: "one one one"
            "two two two"
            "three three three"
    }

    .blog-grid .blog-img {
        min-width: 400px;
        height: 250px
    }

    .blog-grid .blog-content {
        padding: 30px
    }

    .blog-grid:nth-child(1) {
        margin-right: 0;
        margin-bottom: 24px
    }

    .blog-grid:nth-child(2) {
        margin-left: 0
    }

    .blog-grid:nth-child(3) {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .blog-grid .blog-img {
        min-width: 250px;
        height: 210px
    }
}

@media (max-width: 767px) {
    .blog-grid {
        --space: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-grid .blog-img {
        height: 100%
    }

    .blog-grid .blog-content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (max-width: 575px) {
    .blog-grid:nth-child(1) .blog-title {
        font-size: 22px
    }

    .blog-grid:nth-child(1) .blog-img {
        min-height: 280px
    }
}

@media (max-width: 375px) {
    .blog-grid .blog-title {
        font-size: 20px
    }

    .blog-grid:nth-child(1) .blog-content {
        padding: 35px 15px
    }

    .blog-grid:nth-child(1) .blog-title {
        font-size: 20px
    }

    .blog-grid .blog-content {
        padding: 30px 15px
    }
}

.blog-card {
    box-shadow: 0px 3px 0px #DFEAF4;
    border-radius: 10px;
    background-color: var(--white-color);
    overflow: hidden
}

.blog-card .blog-title {
    font-size: 24px;
    margin-top: -0.23em;
    line-height: 1.417;
    font-weight: 500;
    margin-bottom: 20px
}

.blog-card .blog-img {
    overflow: hidden
}

.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-card .blog-content {
    padding: 40px
}

.blog-card .blog-meta {
    margin-top: -0.4em;
    margin-bottom: 20px
}

.blog-card .link-btn {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -0.2em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 991px) {
    .blog-card .blog-content {
        padding: 40px 20px
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content {
        padding: 40px 40px
    }
}

@media (max-width: 410px) {
    .blog-card .blog-content {
        padding: 40px 20px
    }
}

@media (max-width: 375px) {
    .blog-card .blog-title {
        font-size: 20px
    }

    .blog-card .blog-meta {
        margin-bottom: 15px
    }

    .blog-card .blog-meta a,
    .blog-card .blog-meta span {
        margin-right: 15px;
        font-size: 14px
    }

    .blog-card .blog-meta a:last-child,
    .blog-card .blog-meta span:last-child {
        margin-right: 0
    }

    .blog-card .blog-meta a i,
    .blog-card .blog-meta span i {
        margin-right: 5px
    }
}

.blog-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--bs-gutter-x);
    margin-bottom: var(--bs-gutter-x)
}

.blog-box .blog-title {
    font-size: 24px;
    margin-top: -0.28em;
    line-height: 1.417;
    font-weight: 600;
    margin-bottom: 15px
}

.blog-box .blog-img {
    overflow: hidden;
    border-radius: 10px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.blog-box .blog-img img {
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-box .blog-meta {
    margin-top: -0.4em;
    padding-bottom: 19px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #D9D9D9
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
    font-family: var(--title-font);
    margin-right: 20px
}

.blog-box .blog-meta span:last-child,
.blog-box .blog-meta a:last-child {
    margin-right: 0
}

.blog-box .blog-meta span i,
.blog-box .blog-meta a i {
    color: var(--body-color)
}

.blog-box .link-btn {
    margin-bottom: -0.2em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blog-box .th-btn {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-box .th-btn::before {
    background-color: var(--white-color)
}

.blog-box .th-btn:hover {
    color: var(--white-color)
}

.blog-box .th-btn:hover::before {
    background-color: var(--theme-color)
}

.blog-box.style-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.blog-box.style-big .blog-title {
    font-size: 36px;
    line-height: 1.278;
    margin-bottom: 25px;
    margin-top: 0
}

.blog-box.style-big .blog-img {
    margin-bottom: 15px;
    min-width: 100%
}

.blog-box.style-big .blog-img img {
    min-width: 100%
}

@media (max-width: 767px) {
    .blog-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px
    }

    .blog-box .blog-img {
        width: 100%;
        height: 260px
    }

    .blog-box.style-big .blog-img {
        height: auto
    }

    .blog-box.style-big .blog-title {
        font-size: 26px;
        line-height: 1.378
    }
}

@media (max-width: 375px) {
    .blog-box .blog-title {
        font-size: 20px
    }
}

.blog-block {
    background: var(--white-color);
    box-shadow: 4px 7px 20px rgba(234, 237, 242, 0.7);
    border-radius: 10px;
    padding: 30px;
    overflow: hidden
}

.blog-block .blog-img {
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden
}

.blog-block .blog-img img {
    width: 100%
}

.blog-block .blog-title {
    font-size: 24px;
    margin-top: -0.28em;
    line-height: 1.417;
    font-weight: 500;
    margin-bottom: 16px
}

.blog-block .blog-meta {
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    position: relative
}

.blog-block .blog-meta:after {
    content: '';
    height: 1px;
    width: calc(100% + 60px);
    position: absolute;
    left: -30px;
    bottom: -1px;
    background-color: var(--border-color)
}

.blog-block .blog-meta a i,
.blog-block .blog-meta span i {
    color: var(--body-color)
}

.blog-block .blog-meta a:hover i,
.blog-block .blog-meta span:hover i {
    color: var(--theme-color)
}

.blog-block .link-btn {
    margin-bottom: -0.7em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blog-block:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 991px) {
    .blog-block {
        padding: 20px 20px 30px 20px
    }
}

@media (max-width: 767px) {
    .blog-block {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .blog-block {
        padding: 20px 20px 30px 20px
    }

    .blog-block .blog-title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .blog-block .blog-img {
        margin-bottom: 20px
    }

    .blog-block .blog-title {
        font-size: 20px;
        margin-bottom: 12px
    }

    .blog-block .blog-meta {
        padding-bottom: 15px;
        margin-bottom: 17px
    }

    .blog-block .blog-meta a,
    .blog-block .blog-meta span {
        font-size: 14px;
        margin-right: 14px
    }

    .blog-block .blog-meta a i,
    .blog-block .blog-meta span i {
        margin-right: 5px
    }
}

.blog-recent {
    box-shadow: 0px 4px 15px rgba(0, 6, 18, 0.07);
    border-radius: 10px;
    background-color: var(--white-color);
    overflow: hidden
}

.blog-recent .blog-img {
    overflow: hidden
}

.blog-recent .blog-img img {
    width: 100%
}

.blog-recent .blog-content {
    padding: 40px
}

.blog-recent .blog-title {
    font-weight: 600;
    margin-bottom: 25px
}

.blog-recent .blog-meta {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 24px;
    margin-top: -0.2em;
    margin-bottom: 21px
}

.blog-recent:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 375px) {
    .blog-recent .blog-content {
        padding: 30px 18px
    }

    .blog-recent .blog-title {
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 18px
    }

    .blog-recent .blog-meta {
        margin-bottom: 15px;
        padding-bottom: 16px
    }

    .blog-recent .blog-meta span,
    .blog-recent .blog-meta a {
        font-size: 14px
    }
}

.brand-box {
    text-align: center
}

.brand-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 24px
}

@media (max-width: 430px) {
    .brand-box-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 24px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.feature-card {
    padding: 45px 30px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 21px rgba(179, 193, 219, 0.15);
    border-radius: 10px;
    text-align: center
}

.feature-card-wrap:nth-child(even) {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px)
}

.feature-card_icon {
    margin-bottom: 25px
}

.feature-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card_title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: -0.28em;
    font-weight: 600
}

.feature-card_text {
    margin-bottom: -0.45em
}

.feature-card:hover .feature-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-card.style2 {
    box-shadow: 0px 4px 30px rgba(179, 193, 219, 0.3)
}

@media (max-width: 767px) {
    .feature-card-wrap:nth-child(even) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.feature-grid {
    padding: 60px 50px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #0B2950;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-grid_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 40px auto
}

.feature-grid_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-grid_title {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: -0.28em;
    font-weight: 600;
    color: var(--white-color)
}

.feature-grid_text {
    margin-bottom: -0.48em;
    color: var(--light-color)
}

.feature-grid:hover {
    background-color: #092141
}

.feature-grid:hover .feature-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .feature-grid {
        padding: 45px 15px
    }

    .feature-grid_icon {
        margin: 0 auto 30px auto
    }
}

@media (max-width: 767px) {
    .feature-grid_text {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.feature-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.feature-block_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.feature-block_text {
    margin-bottom: -0.5em
}

@media (max-width: 767px) {
    .feature-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

.feature-list {
    padding: 40px 30px 55px 30px;
    background-color: var(--theme-color);
    box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px
}

.feature-list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto 25px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(13, 94, 244, 0.5)
}

.feature-list_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: -0.24em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list_title a {
    color: var(--title-color)
}

.feature-list_text {
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list .icon-btn {
    --btn-size: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px
}

.feature-list:hover:after {
    height: 0
}

.feature-list:hover .feature-list_icon {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.feature-list:hover .feature-list_title a {
    color: var(--white-color)
}

.feature-list:hover .feature-list_text {
    color: var(--white-color)
}

.feature-list:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

.feature-sec {
    background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
    background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
    background-size: 100% 60%;
    background-position: top center;
    background-repeat: no-repeat
}

.admission-card {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
    border-radius: 10px;
    text-align: center
}

.admission-card_img {
    margin-bottom: 23px;
    border-radius: 10px;
    overflow: hidden
}

.admission-card_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.admission-card:hover .admission-card_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 375px) {
    .admission-card {
        padding: 20px
    }
}

.video-btn {
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 42px 57px
}

.video-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

@media (max-width: 767px) {
    .video-btn {
        font-size: 24px;
        padding: 22px 37px
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px
}

.checklist li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.checklist li:first-child {
    margin-top: -0.5em
}

.checklist li:last-child {
    margin-bottom: -0.5em
}

.checklist .check-text {
    margin-bottom: 0
}

.checklist .check-title {
    margin-bottom: 10px;
    font-size: 24px
}

.checklist.style2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

@media (max-width: 1399px) {
    .checklist.style2 ul {
        gap: 20px
    }
}

@media (max-width: 767px) {
    .checklist.style2 ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.checklist.style2 li {
    color: var(--body-color);
    padding-left: 40px;
    margin-bottom: 0
}

.checklist.style2 li:before {
    font-size: 24px;
    top: 5px
}

.checklist.style2 li:first-child {
    margin-top: 0
}

.checklist.style3 li {
    font-family: var(--body-font);
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 14px
}

.checklist.style3 li:before {
    content: "\f14a";
    font-size: 24px
}

.checklist.style3 li:last-child {
    margin-bottom: -0.5em
}

.checklist.style4 li {
    font-family: var(--body-font);
    font-weight: 400
}

.checklist.style4 li:before {
    content: "\f00c";
    font-size: 18px
}

@media (max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.checklist.style5 li {
    padding: 0;
    font-weight: 400;
    font-family: var(--body-font);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.checklist.style5 li i {
    margin-top: 3px
}

.checklist.style5 li:before {
    display: none
}

.notification-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
    position: relative;
    z-index: 3
}

.notification-box .th-btn {
    margin-left: auto
}

.notification-box .notification-title {
    margin-bottom: 6px;
    color: var(--white-color)
}

.notification-box .notification-text {
    margin-bottom: 0;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .notification-box {
        padding: 25px;
        gap: 20px
    }
}

@media (max-width: 767px) {
    .notification-box {
        padding: 35px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .notification-box .notification-content {
        text-align: center
    }

    .notification-box .th-btn {
        margin-left: unset
    }
}

.notification-box2 {
    background-color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 10px;
    padding: 40px;
    gap: 30px;
    position: relative;
    z-index: 3
}

.notification-box2 .th-btn {
    margin-left: auto
}

.notification-box2 .notification-title {
    margin-bottom: 6px
}

.notification-box2 .notification-text {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .notification-box2 {
        padding: 25px;
        gap: 20px
    }
}

@media (max-width: 767px) {
    .notification-box2 {
        padding: 35px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .notification-box2 .notification-content {
        text-align: center
    }

    .notification-box2 .th-btn {
        margin-left: unset
    }
}

.course-form input,
.course-form select {
    background-color: transparent;
    border-color: #29375F;
    color: var(--white-color);
    height: 55px
}

.course-form input::-moz-placeholder,
.course-form select::-moz-placeholder {
    color: var(--white-color)
}

.course-form input::-webkit-input-placeholder,
.course-form select::-webkit-input-placeholder {
    color: var(--white-color)
}

.course-form input:-ms-input-placeholder,
.course-form select:-ms-input-placeholder {
    color: var(--white-color)
}

.course-form input::-webkit-input-placeholder,
.course-form select::-webkit-input-placeholder {
    color: var(--white-color)
}

.course-form input::-moz-placeholder,
.course-form select::-moz-placeholder {
    color: var(--white-color)
}

.course-form input:-ms-input-placeholder,
.course-form select:-ms-input-placeholder {
    color: var(--white-color)
}

.course-form input::-ms-input-placeholder,
.course-form select::-ms-input-placeholder {
    color: var(--white-color)
}

.course-form input::placeholder,
.course-form select::placeholder {
    color: var(--white-color)
}

.course-form input:focus,
.course-form select:focus {
    border-color: var(--theme-color)
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.img-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 48%
}

.img-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right
}

@media (max-width: 1199px) {
    .img-left {
        position: relative;
        width: 100%
    }
}

.insta-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.insta-box .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.insta-box img {
    width: 100%
}

.insta-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #001D52;
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: inherit
}

.insta-box:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 0.6
}

.insta-box:hover .icon-btn {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.th-box {
    text-align: center
}

.th-box_img {
    margin-bottom: -110px;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    padding-top: 30px
}

@media (max-width: 575px) {
    .th-box_img {
        margin-bottom: -68px
    }
}

.th-box_img:before,
.th-box_img:after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--smoke-color);
    z-index: -1;
    border-width: 9px 15px 0 15px;
    border-style: solid;
    border-color: var(--theme-color);
    border-radius: 999px
}

.th-box_img::after {
    border: none;
    top: 9px;
    left: 13px;
    width: calc(100% - 26px)
}

.th-box_content {
    padding: 140px 60px 60px 60px;
    background-color: var(--smoke-color);
    border-radius: 15px
}

@media (max-width: 575px) {
    .th-box_content {
        padding: 100px 20px 45px 20px
    }
}

.th-box_text {
    max-width: 450px;
    margin: 0 auto 23px auto
}

.th-box.theme2 {
    --theme-color: #F20F10;
    --smoke-color: #FFF3F3
}

.th-box.theme2 .th-btn {
    box-shadow: 0px 6px 16px rgba(242, 15, 16, 0.24)
}

.th-video {
    position: relative;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 16px #EBEEF3;
    padding: 20px
}

.th-video img {
    border-radius: inherit;
    width: 100%
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-video .play-btn:after,
.th-video .play-btn:before {
    background-color: var(--theme-color)
}

@media (max-width: 1199px) {
    p.mb-30 {
        margin-bottom: 25px
    }

    p.mb-35 {
        margin-bottom: 28px
    }

    p.mb-40 {
        margin-bottom: 32px
    }

    p.mb-45 {
        margin-bottom: 35px
    }
}

.why-shape-2 {
    background: var(--smoke-color);
    min-height: 680px;
    min-width: 680px;
    top: 0;
    left: 0;
    z-index: -2
}

@media (max-width: 1600px) {
    .why-shape-2 {
        min-width: 530px
    }
}

@media (max-width: 1500px) {
    .why-shape-2 {
        min-width: 500px
    }
}

@media (max-width: 1399px) {
    .why-shape-2 {
        min-width: 460px
    }
}

@media (max-width: 991px) {
    .why-shape-2 {
        min-width: 530px;
        min-height: 650px
    }
}

@media (max-width: 767px) {
    .why-shape-2 {
        min-width: 360px;
        min-height: 520px
    }
}

@media (max-width: 575px) {
    .why-shape-2 {
        width: 100%;
        min-height: 300px
    }
}

.wcu-img-1 {
    position: relative;
    margin-right: 55px
}

@media (max-width: 1500px) {
    .wcu-img-1 {
        margin-right: 10px;
        margin-left: 55px
    }
}

@media (max-width: 1199px) {
    .wcu-img-1 {
        margin-right: 0px;
        margin-bottom: 30px
    }
}

@media (max-width: 375px) {
    .wcu-img-1 {
        margin-left: 0
    }
}

.wcu-img-1 .img1 img {
    border-radius: 10px;
    width: 100%
}

.wcu-img-1 .student-count {
    position: absolute;
    left: -80px;
    bottom: 145px
}

@media (max-width: 1500px) {
    .wcu-img-1 .student-count {
        left: -55px
    }
}

@media (max-width: 375px) {
    .wcu-img-1 .student-count {
        left: 0
    }
}

.wcu-img-2 {
    margin-left: 55px
}

.wcu-img-2 img {
    border-radius: 20px
}

@media (max-width: 1299px) {
    .wcu-img-2 {
        margin-left: 0
    }
}

.wcu-box {
    background: var(--smoke-color);
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    position: relative;
    z-index: 1
}

.wcu-box:before,
.wcu-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: var(--theme-color);
    border-radius: 10px 0 0 10px;
    z-index: -2
}

.wcu-box:before {
    width: 80px;
    height: 80px;
    border-radius: 10px 0 0 0;
    background: transparent;
    border-left: solid 40px #D0DBE9;
    border-top: solid 40px #D0DBE9;
    border-bottom: solid 40px transparent;
    border-right: solid 40px transparent;
    z-index: -1
}

.wcu-box_icon {
    font-size: 30px;
    color: var(--theme-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.wcu-box .box-title {
    margin-bottom: 5px
}

@media (max-width: 1399px) {
    .wcu-box .box-title {
        font-size: 20px
    }
}

.wcu-box_text {
    margin-bottom: -0.4em;
    max-width: 226px
}

@media (max-width: 1399px) {
    .wcu-box_text {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    .wcu-box_text {
        font-size: 16px
    }
}

.wcu-box.style2 {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 21px 0px rgba(179, 193, 219, 0.15);
    padding: 30px;
    gap: 20px
}

.wcu-box.style2:before,
.wcu-box.style2:after {
    display: none
}

@media (max-width: 1299px) {
    .wcu-box.style2 {
        display: block
    }

    .wcu-box.style2 .wcu-box_icon {
        margin-bottom: 15px
    }

    .wcu-box.style2 .wcu-box_text {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .wcu-box.style2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .wcu-box.style2 {
        display: block
    }
}

.wcu-box.style2 .wcu-box_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.wcu-box.style2 .wcu-box_title a {
    color: var(--title-color)
}

.wcu-box.style2 .wcu-box_title a:hover {
    color: var(--theme-color)
}

.wcu-box.style2 .wcu-box_text {
    max-width: none
}

@media (max-width: 1500px) {
    .wcu-wrap2 {
        margin-right: -50px
    }
}

@media (max-width: 1299px) {
    .wcu-wrap2 {
        margin-right: 0
    }
}

.wcu-img-3 {
    position: relative;
    padding-right: 56px
}

.wcu-img-3 .img1,
.wcu-img-3 .img2 {
    z-index: 2;
    position: relative
}

.wcu-img-3 .img1 {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block
}

.wcu-img-3 .img2 {
    z-index: 4;
    margin-top: -27%;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: var(--smoke-color);
    padding-left: 10px;
    padding-top: 10px
}

.wcu-img-3 .img2 img {
    border-radius: inherit
}

.wcu-img-3 .shape1,
.wcu-img-3 .shape2 {
    position: absolute
}

.wcu-img-3 .shape1 {
    bottom: 70px;
    left: 20%;
    z-index: 3;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.wcu-img-3 .shape2 {
    top: 70px;
    left: -70px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.check-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    max-width: 560px;
    margin-bottom: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.check-box:nth-of-type(even) {
    margin-left: auto
}

.check-box:last-of-type {
    margin-bottom: 0
}

.check-box .icon i {
    font-size: 22px;
    color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.check-box .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.28em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.check-box .text {
    margin-bottom: -0.48em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.check-box:hover {
    background-color: var(--theme-color)
}

.check-box:hover .title,
.check-box:hover .text {
    color: var(--white-color)
}

.check-box:hover .icon i {
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .wcu-img-3 {
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .wcu-img-3 {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .wcu-img-3 {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .check-box {
        padding: 30px 15px
    }

    .check-box .title {
        font-size: 20px;
        margin-top: -0.2em
    }
}

.why-area-4 {
    background-position: bottom right !important
}

.tab-menu1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px
}

.tab-menu1 button {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background-color: var(--white-color);
    padding: 9.5px 30px;
    box-shadow: 0px 4px 10px rgba(107, 131, 174, 0.04);
    border-radius: 999px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu1 button:hover {
    color: var(--theme-color)
}

.tab-menu1 button.active {
    color: var(--white-color);
    background-color: var(--theme-color)
}

@media (max-width: 1399px) {
    .tab-menu1 {
        gap: 10px
    }

    .tab-menu1 button {
        padding: 9.5px 25px
    }
}

@media (max-width: 1199px) {
    .tab-menu1 {
        margin-bottom: 30px
    }

    .tab-menu1 button {
        font-size: 13px;
        padding: 7px 17px
    }
}

.tab-menu2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 40px;
    position: relative;
    margin-bottom: -0.4em
}

.tab-menu2 button {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.556;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.tab-menu2 button:before {
    content: 'New';
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 0px 7px;
    position: absolute;
    bottom: 0;
    right: -10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu2 button:after {
    content: '';
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: var(--theme-color) transparent transparent transparent;
    position: absolute;
    bottom: 100%;
    right: 10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu2 button:hover {
    color: var(--theme-color)
}

.tab-menu2 button.active {
    color: var(--theme-color)
}

.tab-menu2 button.active:before,
.tab-menu2 button.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.tab-menu2 button.active:before {
    bottom: calc(100% + 9px)
}

.tab-menu2 button.active:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

@media (max-width: 1199px) {
    .tab-menu2 {
        gap: 23px
    }
}

@media (max-width: 991px) {
    .tab-menu2 {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        gap: 26px 20px
    }

    .tab-menu2 button:before {
        font-size: 12px
    }

    .tab-menu2 button.active:before {
        bottom: calc(100% + 5px)
    }
}

.gallery-img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden
}

.gallery-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0A2548;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1
}

.gallery-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 2
}

.gallery-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.gallery-card {
    position: relative
}

.gallery-card .gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.gallery-card .gallery-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0
}

.gallery-card .gallery-tag {
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: 4px
}

.gallery-card:hover .gallery-img:before {
    visibility: visible;
    opacity: 0.8
}

.gallery-card:hover .gallery-img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.gallery-card:hover .gallery-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1
}

.gallery-card:hover .gallery-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 1199px) {
    .gallery-card .gallery-tag {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .gallery-img img {
        min-height: 320px;
        object-fit: cover
    }
}

.accordion-card {
    margin-bottom: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(42, 77, 113, 0.06)
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 15px 60px 15px 25px;
    min-height: 55px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.accordion-card .accordion-button:after {
    content: "\f070";
    width: 55px;
    height: 55px;
    height: 100%;
    line-height: 1;
    background-image: none;
    font-family: var(--icon-font);
    color: #9FAAB7;
    font-weight: 900;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 8px
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none;
    border-radius: 5px 5px 0 0
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: "\f06e";
    color: var(--white-color)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 0 0 5px 5px;
    background-color: var(--white-color);
    padding: 23px 25px 30px 25px
}

.accordion-card .faq-text {
    margin-bottom: -0.48em
}

.accordion-card .faq-img {
    height: 100%
}

.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover
}

.accordion-card:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px
    }
}

.cta-area-1 {
    position: relative;
    padding: 38px 0
}

@media (max-width: 991px) {
    .cta-area-1 {
        padding-bottom: 0
    }
}

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    position: relative;
    z-index: 3;
    margin-right: 20px
}

@media (max-width: 1600px) {
    .cta-wrap {
        margin-right: 160px
    }
}

@media (max-width: 1399px) {
    .cta-wrap {
        margin-right: 60px
    }
}

@media (max-width: 1299px) {
    .cta-wrap {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .cta-wrap {
        margin-right: -55px
    }
}

@media (max-width: 991px) {
    .cta-wrap {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .cta-wrap {
        display: block;
        text-align: center
    }

    .cta-wrap .cta-icon {
        margin-bottom: 20px
    }
}

.cta-wrap .cta-title {
    color: var(--white-color)
}

.cta-wrap .cta-text {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--white-color)
}

@media (max-width: 767px) {
    .cta-wrap .cta-text {
        margin-bottom: 20px
    }
}

.cta-wrap .th-btn {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.cta-img-1 {
    height: 100%;
    min-height: 166px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%)
}

@media (max-width: 1399px) {
    .cta-img-1 {
        width: 500px
    }
}

@media (max-width: 1299px) {
    .cta-img-1 {
        width: 400px
    }
}

@media (max-width: 1199px) {
    .cta-img-1 {
        width: 300px
    }
}

@media (max-width: 991px) {
    .cta-img-1 {
        position: relative;
        -webkit-clip-path: none;
        clip-path: none;
        width: 100%;
        margin-top: 38px
    }
}

@media (max-width: 767px) {
    .cta-img-1 {
        min-height: auto;
        height: 250px
    }
}

.cta-img-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cta-img-1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cta-area-2 {
    padding-top: 230px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .cta-area-2 {
        padding-top: 120px;
        margin-top: 120px
    }
}

@media (max-width: 991px) {
    .cta-area-2 {
        padding-top: 90px;
        margin-top: 90px
    }
}

.cta-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.cta-bg-img:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00112B;
    opacity: 0.87
}

.cta-bg-img2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.cta-wrap2 .cta-text {
    max-width: 722px;
    color: var(--border-color);
    margin: 22px auto 0
}

.cta-area-3 {
    -webkit-transform: translate(0px, 122px);
    -ms-transform: translate(0px, 122px);
    transform: translate(0px, 122px);
    margin-top: -122px;
    position: relative;
    z-index: 3
}

.cta-card {
    padding: 60px;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .cta-card {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .cta-card {
        padding: 45px 15px
    }
}

.cta-wrap4 .cta-text {
    color: var(--border-color)
}

@media (max-width: 1299px) {
    .cta-wrap4 {
        margin-right: -2px
    }
}

@media (max-width: 1199px) {
    .cta-wrap4 {
        margin-right: -35px
    }
}

@media (max-width: 991px) {
    .cta-wrap4 {
        margin-right: 0;
        max-width: 500px;
        text-align: center;
        margin: auto
    }
}

.cta4-shape4 {
    top: -450px;
    left: -350px;
    width: 619.52px;
    height: 619.52px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    -webkit-transform: rotate(25.36deg);
    -ms-transform: rotate(25.36deg);
    transform: rotate(25.36deg);
    z-index: 2;
    -webkit-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite
}

.cta-4-ripple-shape .ripple-1,
.cta-4-ripple-shape .ripple-2,
.cta-4-ripple-shape .ripple-3,
.cta-4-ripple-shape .ripple-4,
.cta-4-ripple-shape .ripple-5,
.cta-4-ripple-shape .ripple-6 {
    border: 3px solid rgba(255, 255, 255, 0.3)
}

.cta-content2 {
    padding: 80px 0 80px 80px
}

.cta-wrap5 {
    background-color: var(--white-color);
    position: relative;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 8px 40px rgba(15, 27, 49, 0.12)
}

.cta-wrap5 .cta-img {
    height: 100%
}

.cta-wrap5 .cta-img img {
    height: 100%;
    width: 100%
}

@media (max-width: 1199px) {
    .cta-content2 {
        padding: 40px 0 40px 20px
    }
}

.bg-smoke-half {
    background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
    background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: bottom center
}

.cta-box {
    padding: 60px 30px;
    border-radius: 10px
}

.cta-box .cta-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 23px
}

.cta-box .cta-text {
    max-width: 390px;
    margin-bottom: 35px
}

@media (max-width: 1199px) {
    .cta-box {
        padding: 60px
    }
}

@media (max-width: 767px) {
    .cta-box {
        padding: 45px 20px;
        background-position: left center
    }

    .cta-box .cta-text {
        margin-bottom: 25px
    }

    .cta-box .cta-title {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 1.45
    }
}

@media (max-width: 1600px) {
    .course-slider-1 .slick-arrow {
        display: none !important
    }
}

.course-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.417
}

.course-title a {
    color: inherit
}

.course-title a:hover {
    color: var(--theme-color)
}

.course-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative
}

.course-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.course-img .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-weight: bold;
    font-size: 14px;
    font-family: var(--body-font);
    padding: 2px 17px;
    border-radius: 999px
}

.course-img .tag i {
    margin-right: 3px
}

.course-img .tag~.tag {
    -webkit-transform: translate(calc(100% + 10px), 0);
    -ms-transform: translate(calc(100% + 10px), 0);
    transform: translate(calc(100% + 10px), 0)
}

.course-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.course-author .offer-tag {
    margin-left: auto;
    color: var(--theme-color2);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.course-author .offer-tag a {
    color: var(--theme-color2)
}

.course-author .offer-tag a:hover {
    color: var(--theme-color)
}

.author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.author-info img {
    border-radius: 999px;
    width: 30px;
    height: 30px;
    object-fit: cover
}

.author-info .author-name {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: block
}

@media (max-width: 1199px) {
    .author-info .author-name {
        font-size: 16px
    }
}

.author-info .author-name:hover {
    color: var(--theme-color) !important
}

.course-rating {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-family: var(--body-font);
    gap: 3px
}

.course-rating .star-rating {
    width: 75px;
    font-size: 11px
}

.course-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course-meta a,
.course-meta span {
    font-size: 12px
}

.course-meta a i,
.course-meta span i {
    margin-right: 5px
}

.course-meta.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.course-meta.style2 a,
.course-meta.style2 span {
    font-size: 16px
}

.course-meta.style2 a i,
.course-meta.style2 span i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    background: #DDE8FB;
    margin-right: 8px;
    font-size: 12px;
    color: var(--theme-color)
}

.course-meta.style2 a:not(:last-child),
.course-meta.style2 span:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 575px) {

    .course-meta.style2 a:not(:last-child),
    .course-meta.style2 span:not(:last-child) {
        margin-right: 20px
    }
}

@media (max-width: 375px) {
    .course-meta.style2 {
        display: block
    }

    .course-meta.style2 span {
        display: block
    }

    .course-meta.style2 span~span {
        margin-top: 10px
    }
}

.course-box {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden
}

.course-box .course-content {
    padding: 0 30px
}

.course-box .course-img {
    margin-bottom: 20px
}

.course-box .course-rating {
    margin-bottom: 14px
}

@media (max-width: 1199px) {
    .course-box .course-rating {
        margin-bottom: 9px
    }
}

.course-box .course-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 1199px) {
    .course-box .course-title {
        font-size: 19px
    }
}

.course-box .course-meta {
    padding-bottom: 13px;
    border-bottom: 1px dashed #D0D7E3;
    margin-bottom: 15px
}

.course-box .author-name {
    margin-right: auto
}

.course-box:hover .course-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.course-tab-1 {
    margin: 0 -12px
}

.course-tab-1 .tab-btn,
.course-tab-1 .nav-link,
.course-tab-1 .filter-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: var(--white-color);
    padding: 30px;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer
}

@media (max-width: 1199px) {

    .course-tab-1 .tab-btn,
    .course-tab-1 .nav-link,
    .course-tab-1 .filter-btn {
        padding: 25px
    }
}

.course-tab-1 .tab-btn .icon,
.course-tab-1 .nav-link .icon,
.course-tab-1 .filter-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #EBF2FF;
    border-radius: 10px;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center
}

.course-tab-1 .tab-btn .box-title,
.course-tab-1 .nav-link .box-title,
.course-tab-1 .filter-btn .box-title {
    text-transform: capitalize;
    font-size: 22px;
    display: block;
    color: var(--title-color)
}

@media (max-width: 1199px) {

    .course-tab-1 .tab-btn .box-title,
    .course-tab-1 .nav-link .box-title,
    .course-tab-1 .filter-btn .box-title {
        font-size: 18px;
        margin-top: 0
    }
}

.course-tab-1 .tab-btn .text,
.course-tab-1 .nav-link .text,
.course-tab-1 .filter-btn .text {
    color: var(--body-color);
    text-transform: capitalize;
    font-family: var(--body-font);
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: -0.4em
}

.course-tab-1 .tab-btn .text a,
.course-tab-1 .nav-link .text a,
.course-tab-1 .filter-btn .text a {
    color: var(--body-color)
}

.course-tab-1 .tab-btn.active,
.course-tab-1 .nav-link.active,
.course-tab-1 .filter-btn.active {
    box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2);
    background: var(--theme-color)
}

.course-tab-1 .tab-btn.active .box-title,
.course-tab-1 .nav-link.active .box-title,
.course-tab-1 .filter-btn.active .box-title {
    color: var(--white-color)
}

.course-tab-1 .tab-btn.active .icon,
.course-tab-1 .nav-link.active .icon,
.course-tab-1 .filter-btn.active .icon {
    background: var(--white-color)
}

.course-tab-1 .tab-btn.active .text,
.course-tab-1 .nav-link.active .text,
.course-tab-1 .filter-btn.active .text {
    color: var(--white-color)
}

.course-tab-1 .tab-btn.active .text a,
.course-tab-1 .nav-link.active .text a,
.course-tab-1 .filter-btn.active .text a {
    color: var(--white-color)
}

.course-tab-1 .slick-current.slick-active .tab-btn,
.course-tab-1 .slick-current.slick-active .nav-link,
.course-tab-1 .slick-current.slick-active .filter-btn {
    box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2);
    background: var(--theme-color)
}

.course-tab-1 .slick-current.slick-active .tab-btn .box-title,
.course-tab-1 .slick-current.slick-active .nav-link .box-title,
.course-tab-1 .slick-current.slick-active .filter-btn .box-title {
    color: var(--white-color)
}

.course-tab-1 .slick-current.slick-active .tab-btn .icon,
.course-tab-1 .slick-current.slick-active .nav-link .icon,
.course-tab-1 .slick-current.slick-active .filter-btn .icon {
    background: var(--white-color)
}

.course-tab-1 .slick-current.slick-active .tab-btn .text,
.course-tab-1 .slick-current.slick-active .nav-link .text,
.course-tab-1 .slick-current.slick-active .filter-btn .text {
    color: var(--white-color)
}

.course-tab-1 .slick-current.slick-active .tab-btn .text a,
.course-tab-1 .slick-current.slick-active .nav-link .text a,
.course-tab-1 .slick-current.slick-active .filter-btn .text a {
    color: var(--white-color)
}

.course-tab-1 .slick-arrow {
    padding: 0;
    -webkit-filter: drop-shadow(0px 4px 18px rgba(13, 94, 244, 0.24));
    filter: drop-shadow(0px 4px 18px rgba(13, 94, 244, 0.24));
    color: var(--theme-color)
}

.course-tab-1 .slick-arrow:hover {
    color: var(--white-color)
}

@media (max-width: 1600px) {
    .course-tab-1 .slick-arrow {
        display: none !important
    }
}

.course-box.style2 {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 20px 0px rgba(223, 234, 244, 0.5)
}

.course-tab-2.tab-menu1 {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 991px) {
    .course-tab-2.tab-menu1 {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.course-tab-2.tab-menu1 .filter-btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    background: transparent;
    box-shadow: none;
    padding: 0 12px 5px 8px;
    color: var(--title-color);
    border-left: 1px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0;
    position: relative
}

.course-tab-2.tab-menu1 .filter-btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #0d5ef4, rgba(13, 94, 244, 0));
    background: linear-gradient(to right, #0d5ef4, rgba(13, 94, 244, 0));
    width: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 1px
}

.course-tab-2.tab-menu1 .filter-btn.active,
.course-tab-2.tab-menu1 .filter-btn:hover {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.course-tab-2.tab-menu1 .filter-btn.active:after,
.course-tab-2.tab-menu1 .filter-btn:hover:after {
    width: 100%
}

.course-sec {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.course-sec .bg-shape {
    position: absolute;
    top: 180px;
    left: 0;
    border-radius: 10px;
    height: calc(100% - 180px);
    width: 100%
}

.meta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.meta-box i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
    border-radius: 5px
}

.meta-box .text {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 6px
}

.meta-box .number {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 16px
}

.course-img {
    position: relative
}

.course-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.course-img .play-btn:after,
.course-img .play-btn:before {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.course-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid #ECF1F9;
    background: var(--white-color);
    box-shadow: 0px 9px 14px 0px #FBFBFB;
    padding: 30px
}

@media (max-width: 375px) {
    .course-grid {
        padding: 25px
    }
}

.course-grid:last-of-type {
    margin-bottom: 0
}

.course-grid .course-img {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 100% !important
}

.course-grid .course-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.course-grid .course-img::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0D2139;
    opacity: 0.2
}

@media (max-width: 1199px) {
    .course-grid .course-img {
        display: none
    }
}

.course-grid .course-content {
    background-color: var(--white-color);
    z-index: 3
}

.course-grid .course-rating {
    font-size: 16px
}

.course-grid .offer-tag {
    color: var(--theme-color2);
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.course-grid .offer-tag a {
    color: var(--theme-color2)
}

.course-grid .offer-tag a:hover {
    color: var(--theme-color)
}

.course-grid .course-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px
}

.course-grid .course-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px dashed #D0D7E3
}

.course-grid:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.course-grid:nth-of-type(even) .course-content {
    right: unset;
    left: 0
}

.course-grid:hover .course-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.video-course {
    --box-space: 30px;
    text-align: center
}

.video-course .course-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.video-course .course-img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #11213D 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #11213D 100%);
    z-index: 1
}

.video-course .play-btn {
    --icon-size: 70px;
    font-size: 1em;
    color: var(--white-color);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-course .play-btn>i {
    border: 2px solid;
    background-color: transparent;
    color: var(--white-color)
}

.video-course .play-btn:after,
.video-course .play-btn:before {
    background-color: transparent;
    border: 2px solid
}

.video-course .play-btn:hover>i {
    color: var(--theme-color)
}

.video-course .play-btn:hover:after,
.video-course .play-btn:hover:before {
    border-color: var(--theme-color)
}

.video-course .tag {
    top: 30px;
    left: 30px
}

.video-course .course-content {
    max-width: calc(100% - var(--box-space)*2);
    margin-left: auto;
    margin-right: auto;
    background: var(--white-color);
    border: 1px solid #ECF1F9;
    box-shadow: 0px 9px 14px rgba(97, 94, 94, 0.06);
    border-radius: 10px;
    margin-top: -54px;
    padding: 30px 15px;
    position: relative;
    z-index: 3
}

.video-course .course-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: -0.28em
}

.video-course .author-name {
    display: block;
    margin-bottom: -0.45em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.video-course:hover .course-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.course-result-count {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: inline-block
}

@media (max-width: 575px) {
    .course-result-count {
        font-size: 16px
    }
}

.course-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    margin-bottom: 30px
}

.course-list .course-content {
    max-width: 730px
}

.course-list .course-img {
    min-width: 530px
}

.course-list .course-img .tag {
    right: unset;
    left: 20px
}

.course-list .course-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333
}

.course-list .course-meta {
    max-width: 560px
}

.course-list .course-author {
    max-width: 360px;
    margin-bottom: 17px
}

.course-list .course-text {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .course-list .course-img {
        display: none
    }
}

@media (max-width: 991px) {
    .course-list .course-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .course-list .course-author {
        max-width: 360px;
        margin-bottom: 10px
    }

    .course-list .course-text {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .course-list {
        --blog-space-x: 20px
    }

    .course-list .course-author {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3px 10px
    }
}

.course-tags a {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 999px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px
}

.course-tags a:hover {
    background-color: var(--theme-color2)
}

.course-single-meta {
    padding: 0;
    margin: 0
}

.course-single-meta li {
    list-style: none;
    display: inline-block
}

.course-single-meta li:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
    position: relative;
    border-right: 1px solid #D0DBE9
}

@media (max-width: 1399px) {
    .course-single-meta li:not(:last-child) {
        margin-right: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1299px) {
    .course-single-meta li:not(:last-child) {
        margin-right: 25px;
        padding-right: 25px
    }
}

@media (max-width: 1199px) {
    .course-single-meta li:not(:last-child) {
        padding-right: 0;
        border-right: 0
    }
}

@media (max-width: 375px) {
    .course-single-meta li:not(:last-child) {
        display: block
    }
}

@media (max-width: 767px) {
    .course-single-meta li {
        width: 40%;
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .course-single-meta li {
        width: auto
    }
}

.course-single-meta li.course-single-meta-author {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.course-single-meta li.course-single-meta-author img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 40px;
    border-radius: 50%
}

.course-single-meta li .meta-title {
    display: block;
    font-size: 14px;
    font-family: var(--body-font)
}

.course-single-meta li a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color)
}

.course-single-meta li a:hover {
    color: var(--theme-color)
}

.course-single-meta li .course-rating {
    font-size: 16px
}

@media (max-width: 767px) {
    .course-single-meta {
        margin-bottom: -20px
    }
}

.course-tab {
    gap: 1px;
    position: relative
}

.course-tab .nav-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--smoke-color);
    padding: 20px 20px;
    color: var(--body-color);
    width: 100%;
    text-align: center;
    border-top: 5px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.course-tab .nav-link:hover,
.course-tab .nav-link.active {
    color: var(--theme-color)
}

.course-tab .nav-link.active {
    background: transparent;
    border-top: 5px solid var(--theme-color)
}

.course-tab .nav-link i {
    margin-right: 8px
}

.course-tab .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.course-tab .indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px !important;
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.author-meta {
    margin-bottom: 18px
}

.author-meta a,
.author-meta span {
    color: var(--title-color);
    margin-right: 20px;
    font-weight: 500
}

.author-meta a i,
.author-meta span i {
    margin-right: 8px;
    color: var(--theme-color)
}

.author-meta a:hover,
.author-meta span:hover {
    color: var(--theme-color)
}

.author-meta a:last-child,
.author-meta span:last-child {
    margin-right: 0
}

.course-description {
    padding: var(--blog-space-y, 35px) var(--blog-space-x, 40px)
}

.course-description>p:last-of-type {
    margin-bottom: 0
}

.course-curriculam {
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.course-instructor {
    padding: 0 var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px);
    width: 100%
}

.course-Reviews .th-comments-wrap {
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px)
}

.course-Reviews .th-comment-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    margin-left: -1px;
    margin-right: -1px
}

.course-single-top {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px
}

.course-single .course-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.278;
    margin-bottom: 25px;
    margin-top: 15px
}

@media (max-width: 1399px) {
    .course-single .course-title {
        font-size: 30px
    }
}

@media (max-width: 1299px) {
    .course-single .course-title {
        font-size: 28px
    }
}

.course-single .course-img {
    margin-bottom: var(--blog-space-y, 40px);
    border-radius: 10px
}

.course-single .course-img .tag {
    top: 30px;
    left: 30px
}

.course-single .course-tags {
    margin-bottom: 15px
}

.course-single-bottom {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    padding-bottom: 10px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .course-single {
        --blog-space-x: 20px
    }

    .course-single .course-title {
        font-size: 30px
    }

    .course-single-meta .text-theme {
        display: none
    }

    .course-single-meta>a,
    .course-single-meta>span,
    .course-single-meta>div {
        font-size: 14px;
        margin-right: 5px;
        padding-right: 10px
    }

    .course-author-box .auhtor-img {
        min-height: 100%;
        max-width: 200px
    }
}

@media (max-width: 991px) {
    .course-single {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .course-single {
        --blog-space-x: 20px
    }

    .course-single .course-title {
        font-size: 24px;
        margin-bottom: 18px
    }

    .course-single .course-img {
        margin-bottom: 25px
    }

    .course-single .course-img img {
        min-height: 230px;
        object-fit: cover
    }

    .course-tab .nav-link i {
        margin-right: 0;
        display: block
    }

    .course-single-meta>a,
    .course-single-meta>span,
    .course-single-meta>div {
        padding-right: 5px
    }

    .course-single-meta>a i,
    .course-single-meta>span i,
    .course-single-meta>div i {
        margin-right: 5px
    }

    .course-single-meta>a:after,
    .course-single-meta>span:after,
    .course-single-meta>div:after {
        display: none
    }

    .course-author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .course-author-box .auhtor-img {
        min-height: 100%;
        max-width: 100%
    }

    .course-author-box .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .course-tab .nav-link {
        padding: 12px
    }

    .course-author-box .media-body {
        padding: 35px 20px 35px 20px
    }
}

@media (max-width: 460px) {
    .course-tab .nav-item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }
}

@media (max-width: 375px) {
    .course-single .course-title {
        font-size: 20px
    }
}

.course-sort-bar.th-sort-bar {
    background: var(--smoke-color);
    border-radius: 10px;
    padding: 28px 34px 23px
}

.course-sort-bar.th-sort-bar .woocommerce-result-count {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500
}

.course-box2 {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: var(--box-space-x, 30px) var(--box-space-x, 30px) 0 var(--box-space-x, 30px);
    overflow: hidden
}

.course-box2 .course-img {
    margin-bottom: 20px;
    border-radius: 10px
}

.course-box2 .course-title {
    margin-bottom: 21px
}

.course-box2 .course-meta {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #D0D7E3
}

.course-box2:hover:hover {
    box-shadow: 0px 3px 0px #DFEAF4
}

.course-box2:hover .course-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.course-box2.style2 {
    border: 1px solid #ECF1F9;
    box-shadow: 0px 9px 14px #FBFBFB
}

.course-box2.style3 {
    background-color: var(--smoke-color);
    border-radius: 10px;
    padding: 0
}

.course-box2.style3 .course-meta a,
.course-box2.style3 .course-meta span {
    font-size: 16px
}

.course-box2.style3 .course-title {
    font-weight: 600
}

.course-box2.style3 .course-content {
    padding: 12px 40px 0 40px
}

.course-box2.style3 .course-content .author-info img {
    width: 45px;
    height: 45px
}

.course-box2.style3 .course-author {
    margin-bottom: 30px
}

.course-box2.style3 .course-img {
    border-radius: 0
}

.course-box2.style3 .tag {
    top: 30px;
    right: 30px;
    left: auto
}

.course-box2.style3:hover {
    box-shadow: none
}

@media (max-width: 1399px) {
    .course-box2.style3 .course-content {
        padding: 2px 30px 0 30px
    }

    .course-box2.style3 .course-author {
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .course-box2.style3 .course-meta {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

@media (max-width: 991px) {

    .course-box2.style3 .course-meta a,
    .course-box2.style3 .course-meta span {
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .course-box2.style3 .course-content {
        padding: 0px 20px 0 20px
    }

    .course-box2.style3 .course-title {
        font-size: 20px
    }

    .course-box2.style3 .author-info img {
        max-width: 35px
    }

    .course-box2.style3 .course-meta {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .course-box2.style3 .course-meta a,
    .course-box2.style3 .course-meta span {
        font-size: 12px
    }
}

.course-grid2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative
}

.course-grid2:last-of-type {
    margin-bottom: 0
}

.course-grid2 .course-img {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 60%;
    position: relative;
    height: 392px
}

.course-grid2 .course-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    object-fit: cover
}

.course-grid2 .course-img::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0D2139;
    opacity: 0.2
}

.course-grid2 .course-content {
    background-color: var(--white-color);
    min-width: 50%;
    box-shadow: 0px 4px 29px rgba(152, 170, 204, 0.15);
    border-radius: 10px;
    padding: 70px;
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.course-grid2 .course-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: -0.3em;
    margin-bottom: 2px
}

.course-grid2 .course-author {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D0D7E3
}

.course-grid2:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.course-grid2:nth-of-type(even) .course-content {
    right: unset;
    left: 0
}

@media (max-width: 1399px) {
    .course-grid2 .course-img {
        min-width: auto
    }

    .course-grid2 .course-img img {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .course-grid2 .course-img {
        width: 45%
    }
}

@media (max-width: 991px) {
    .course-grid2 .course-img {
        width: 80%
    }

    .course-grid2 .course-content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
        padding: 30px
    }

    .course-grid2 .course-img .play-btn {
        -webkit-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        transform: translate(-50%, -120%)
    }
}

@media (max-width: 767px) {
    .course-grid2 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 10px
    }

    .course-grid2:last-of-type {
        margin-bottom: -20px
    }

    .course-grid2 .course-img {
        width: 100%;
        height: 280px
    }

    .course-grid2 .course-content {
        bottom: unset;
        top: -20px;
        padding: 30px 15px;
        position: relative
    }

    .course-grid2 .course-img .play-btn {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .course-grid2 .course-title {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .course-grid2 .course-meta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }

    .course-grid2 .meta-box i {
        display: none
    }
}

@media (max-width: 375px) {
    .course-grid2 .course-title {
        font-size: 24px;
        margin-bottom: 9px;
        line-height: 1.3
    }
}

@media (max-width: 1500px) {
    .process-bg-shape2 {
        display: none
    }
}

.process-card {
    text-align: center;
    max-width: 338px;
    margin: 0 auto 0 auto;
    position: relative
}

.process-card-wrap {
    margin-bottom: 0px;
    position: relative
}

@media (max-width: 1199px) {
    .process-card-wrap {
        margin-bottom: -30px
    }
}

@media (max-width: 991px) {
    .process-card-wrap {
        margin-bottom: 0
    }
}

.process-card-wrap .process-arrow {
    position: absolute;
    right: 0;
    top: 24px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

@media (max-width: 1299px) {
    .process-card-wrap .process-arrow {
        width: 110px;
        top: 50px
    }
}

@media (max-width: 1199px) {
    .process-card-wrap .process-arrow {
        display: none
    }
}

.process-card-wrap:last-child {
    border-right: none
}

.process-card-wrap:last-child .process-arrow {
    display: none
}

.process-card-wrap:nth-child(2) .process-card_img {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.process-card-wrap:nth-child(2) .process-card_img img {
    -webkit-transform: rotate(-30deg) scale(1.3);
    -ms-transform: rotate(-30deg) scale(1.3);
    transform: rotate(-30deg) scale(1.3)
}

.process-card-wrap:nth-child(2) .process-card_icon {
    right: 80px;
    left: auto
}

@media (max-width: 991px) {
    .process-card {
        margin-top: 30px
    }
}

.process-card_img {
    margin-bottom: 37px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 170px
}

.process-card_img img {
    -webkit-transform: rotate(30deg) scale(1.3);
    -ms-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3)
}

.process-card_icon {
    width: 80px;
    height: 80px;
    line-height: 72px;
    border-radius: 50%;
    border: 4px solid var(--white-color);
    background: var(--theme-color);
    position: absolute;
    top: -30px;
    left: 80px
}

.process-card_icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-card_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.process-card_text {
    margin-bottom: -0.5em
}

.process-card:hover .process-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-card2 {
    text-align: center;
    max-width: 290px;
    margin: 0 auto 0 auto
}

.process-card2-wrap {
    border-right: 1px dashed #D0D7E3;
    margin-bottom: 40px
}

.process-card2-wrap:last-child {
    border-right: none
}

.process-card2_img {
    margin-bottom: 25px
}

.process-card2_img img {
    border-radius: 999px
}

.process-card2_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.process-card2_text {
    margin-bottom: -0.5em
}

@media (max-width: 991px) {
    .process-card2-wrap:nth-child(2n) {
        border-right: none
    }

    .process-card2_img {
        margin-bottom: 20px
    }
}

@media (max-width: 1600px) {
    .event-slider-1 .slick-arrow {
        display: none !important
    }
}

.event-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px
}

.event-meta p,
.event-meta span,
.event-meta a {
    margin-bottom: 0;
    font-size: 14px
}

.event-meta p i,
.event-meta span i,
.event-meta a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.event-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.event-author .avater {
    max-width: 45px;
    border-radius: 999px;
    overflow: hidden
}

.event-author .author-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color)
}

.event-author .author-desig {
    font-size: 12px;
    margin-bottom: 0
}

.event-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    z-index: 2;
    margin-top: 67px
}

@media (max-width: 1500px) {
    .event-card {
        margin-left: 30px;
        margin-top: 47px
    }
}

@media (max-width: 1299px) {
    .event-card {
        padding: 30px;
        margin-top: 30px
    }
}

@media (max-width: 1199px) {
    .event-card {
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .event-card {
        margin-top: 30px;
        margin-left: 30px
    }
}

@media (max-width: 320px) {
    .event-card {
        margin-left: 0;
        margin-top: 0
    }
}

.event-card_img {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: -67px;
    left: -35px
}

.event-card_img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 1500px) {
    .event-card_img {
        left: -30px
    }
}

@media (max-width: 1399px) {
    .event-card_img {
        width: 180px;
        top: -47px
    }
}

@media (max-width: 1299px) {
    .event-card_img {
        width: 140px;
        top: -30px
    }
}

@media (max-width: 1199px) {
    .event-card_img {
        position: initial;
        width: auto
    }
}

@media (max-width: 991px) {
    .event-card_img {
        position: absolute
    }
}

@media (max-width: 375px) {
    .event-card_img {
        width: 155px
    }
}

@media (max-width: 320px) {
    .event-card_img {
        width: 125px;
        position: initial
    }
}

.event-card .event-author {
    padding-left: 155px;
    margin-bottom: 30px
}

@media (max-width: 1399px) {
    .event-card .event-author {
        padding-left: 135px
    }
}

@media (max-width: 1299px) {
    .event-card .event-author {
        padding-left: 105px
    }
}

@media (max-width: 1199px) {
    .event-card .event-author {
        padding-left: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .event-card .event-author {
        padding-left: 160px;
        margin-bottom: 80px
    }
}

@media (max-width: 375px) {
    .event-card .event-author {
        padding-left: 110px;
        margin-bottom: 40px
    }
}

@media (max-width: 320px) {
    .event-card .event-author {
        padding-left: 0px;
        margin-bottom: 20px
    }
}

.event-card .event-meta {
    margin-top: -0.3em;
    margin-bottom: 10px
}

.event-card_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px
}

.event-card_title a {
    color: inherit
}

.event-card_title a:hover {
    color: var(--theme-color)
}

.event-card_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 25px
}

.event-card .event-card-shape {
    position: absolute;
    right: 40px;
    bottom: 40px
}

@media (max-width: 1299px) {
    .event-card .event-card-shape {
        right: 30px;
        bottom: 30px
    }
}

.event-card .th-btn {
    padding: 15.5px 27px
}

.event-card:hover .event-card_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.event-details .event-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.event-details .event-img img {
    min-height: 300px;
    object-fit: cover
}

.event-details .checklist ul li {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color)
}

.event-details .checklist ul li:before {
    font-weight: 400
}

.event-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative
}

.event-grid:last-of-type {
    margin-bottom: 0
}

.event-grid .event-img {
    width: 41.6666666667%;
    position: relative;
    height: 240px;
    border-radius: 10px
}

.event-grid .event-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.event-grid .event-content {
    background-color: var(--white-color);
    width: 63%;
    box-shadow: 0px 4px 29px rgba(152, 170, 204, 0.15);
    border-radius: 10px;
    padding: 60px 60px 60px 40px;
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.event-grid .event-content .media-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.event-grid .event-content .event-bg-shape {
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--white-color);
    z-index: -1;
    -webkit-mask-size: cover;
    -webkit-mask-position: left
}

@media (max-width: 1299px) {
    .event-grid .event-content {
        width: 66%;
        padding: 50px 50px 50px 30px
    }
}

@media (max-width: 1199px) {
    .event-grid .event-content {
        width: 73%;
        padding: 40px 40px 40px 20px
    }
}

.event-grid .event-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 12px
}

.event-grid .event-title a {
    color: var(--title-color)
}

.event-grid .event-title a:hover {
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .event-grid .event-title {
        font-size: 22px
    }
}

.event-grid .event-meta {
    gap: 5px 30px;
    margin-bottom: -0.3em
}

@media (max-width: 767px) {
    .event-grid {
        display: block
    }

    .event-grid .event-img {
        width: 100%;
        border-radius: 10px 10px 0 0
    }

    .event-grid .event-img img {
        border-radius: 10px 10px 0 0
    }

    .event-grid .event-content {
        position: initial;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        padding: 40px;
        display: block;
        border-radius: 0 0 10px 10px
    }

    .event-grid .event-content .event-bg-shape {
        display: none
    }

    .event-grid .event-content .media-body {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .event-grid .event-content {
        padding: 30px
    }
}

.event-grid:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.event-grid:nth-of-type(odd) .event-content {
    right: unset;
    left: 0;
    margin-left: 0;
    margin-right: 40px;
    padding: 60px 40px 60px 60px
}

.event-grid:nth-of-type(odd) .event-content .event-bg-shape {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -40px
}

@media (max-width: 1299px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 50px 30px 50px 50px
    }
}

@media (max-width: 1199px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 40px 20px 40px 40px
    }
}

@media (max-width: 767px) {
    .event-grid:nth-of-type(odd) .event-content {
        margin: 0;
        padding: 40px
    }
}

@media (max-width: 575px) {
    .event-grid:nth-of-type(odd) .event-content {
        padding: 30px
    }
}

.event-details-wrap {
    border-radius: 10px;
    border: 1px solid #E3EAF3;
    background: var(--white-color);
    padding: 40px;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .event-details-wrap {
        padding: 30px
    }
}

.event-details-wrap .event-img {
    border-radius: 10px;
    margin-bottom: 40px
}

.event-details-wrap .event-img img {
    border-radius: 10px
}

.counter-list.event-counter {
    background: var(--smoke-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0 0 0;
    padding: 0;
    gap: 0
}

.counter-list.event-counter li {
    display: block;
    text-align: center;
    padding: 59px 87px
}

.counter-list.event-counter li:after {
    display: none
}

.counter-list.event-counter li:not(:last-child) {
    border-right: 2px solid var(--white-color)
}

.counter-list.event-counter li .count-number {
    color: var(--title-color);
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 4px
}

.counter-list.event-counter li .count-name {
    color: var(--body-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -0.4em;
    display: block
}

@media (max-width: 1399px) {
    .counter-list.event-counter li {
        padding: 49px 60px
    }
}

@media (max-width: 1299px) {
    .counter-list.event-counter li {
        padding: 39px 54px
    }

    .counter-list.event-counter li .count-number {
        font-size: 36px
    }
}

@media (max-width: 1199px) {
    .counter-list.event-counter li {
        padding: 30px 42px
    }

    .counter-list.event-counter li .count-number {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .counter-list.event-counter li {
        padding: 30px 52px
    }
}

@media (max-width: 767px) {
    .counter-list.event-counter li {
        padding: 20px 33px
    }

    .counter-list.event-counter li .count-number {
        font-size: 24px
    }

    .counter-list.event-counter li .count-name {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .counter-list.event-counter {
        margin: 40px 0 0 0
    }
}

@media (max-width: 575px) {
    .counter-list.event-counter {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .counter-list.event-counter li:nth-child(1) {
        border-bottom: 2px solid var(--white-color)
    }

    .counter-list.event-counter li:nth-child(2) {
        border-right: 0;
        border-bottom: 2px solid var(--white-color)
    }
}

.event-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px;
    position: relative;
    padding: 30px 15px 30px 0;
    border-radius: 10px;
    background-color: var(--white-color);
    z-index: 2
}

.event-card2:before {
    content: "";
    height: 100%;
    width: calc(100% - 75px);
    position: absolute;
    top: 0;
    left: 75px;
    border: 1px solid var(--border-color);
    border-radius: inherit;
    z-index: -1
}

.event-card2_img {
    border-radius: 10px;
    overflow: hidden
}

.event-card2_img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.event-card2 .event-meta {
    margin-top: -0.3em;
    margin-bottom: 10px
}

.event-card2_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px
}

.event-card2_title a {
    color: inherit
}

.event-card2_title a:hover {
    color: var(--theme-color)
}

.event-card2_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 25px
}

.event-card2 .th-btn {
    padding: 15.5px 27px
}

.event-card2:hover .event-card2_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 767px) {
    .event-card2 {
        padding: 20px 15px 20px 0;
        gap: 20px
    }
}

@media (max-width: 575px) {
    .event-card2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .event-card2::before {
        left: 0;
        top: 35px;
        width: 100%;
        height: calc(100% - 35px)
    }

    .event-card2_content {
        padding: 0 15px 15px 15px
    }

    .event-card2_title {
        margin-bottom: 20px
    }
}

.category-sec-wrap .sec-title {
    font-size: 36px;
    margin-bottom: 90px
}

@media (max-width: 1299px) {
    .category-sec-wrap .sec-title {
        margin-bottom: 80px
    }
}

@media (max-width: 1199px) {
    .category-sec-wrap .sec-title {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .category-sec-wrap .sec-title {
        font-size: 28px
    }
}

.category-sec-wrap .category-slider {
    padding-top: 35px
}

.category-sec-wrap .category-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
    --pos-x: 0;
    top: 20px;
    right: 60px;
    left: auto;
    width: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background: var(--smoke-color);
    box-shadow: none;
    color: var(--theme-color)
}

.category-sec-wrap .category-slider .slick-arrow.slick-next {
    right: 10px
}

.category-sec-wrap .category-slider .slick-arrow:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .category-sec-wrap .category-slider {
        margin-left: 30px
    }
}

@media (max-width: 1299px) {
    .category-sec-wrap .category-slider {
        margin-top: 80px
    }
}

@media (max-width: 1199px) {
    .category-sec-wrap .category-slider {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1299px) {
    .category-sec-wrap .category-shape-arrow {
        top: 50px
    }
}

.category-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--white-color, #fff);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 20px
}

.category-card_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: var(--smoke-color);
    border-radius: 999px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: auto;
    margin-bottom: 20px
}

.category-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-card_title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px
}

.category-card_title a {
    color: inherit
}

.category-card_title a:hover {
    color: var(--theme-color)
}

.category-card_text {
    margin-bottom: 17px
}

.category-card .th-btn {
    padding: 10.5px 20px;
    width: 100%
}

.category-card:hover .category-card_icon {
    background-color: var(--theme-color)
}

.category-card:hover .category-card_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.category-card.style2 {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.category-card.style2 .category-card_icon {
    background: #E8EFFA;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.category-card.style2 .category-card_icon img {
    -webkit-filter: none;
    filter: none
}

.category-card.style2 .box-title {
    font-weight: 500;
    margin-bottom: 10px
}

.category-card.style2 .category-card_text {
    font-family: var(--body-font);
    display: block;
    margin-bottom: 13px
}

.category-card.style2 .link-btn {
    font-weight: 600;
    color: var(--title-color)
}

.category-card.style2 .link-btn:hover {
    color: var(--theme-color)
}

.category-card.style2.cat-card2-active,
.category-card.style2:hover {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(206, 211, 230, 0.45)
}

.category-card.style2.cat-card2-active .category-card_icon,
.category-card.style2:hover .category-card_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 767px) {
    .category-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 22px
    }

    .category-card_content {
        text-align: center
    }

    .category-card_title {
        margin-bottom: 10px
    }

    .category-card_text {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}

.category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    background: var(--white-color);
    border-radius: 10px;
    margin-left: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.category-list:before {
    content: '';
    background-color: var(--theme-color);
    width: 0;
    height: 0;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    z-index: -1
}

.category-list_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #EBF2FF;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-right: 15px;
    border: 1px solid #D0DBE9;
    margin-left: -30px
}

.category-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list_content {
    position: relative;
    overflow: hidden;
    padding: 26px 26px 26px 0;
    width: 100%;
    border-radius: 10px
}

.category-list .icon-btn {
    margin-left: auto;
    min-width: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    position: absolute;
    bottom: -12px;
    right: -12px;
    opacity: 0;
    line-height: 44px;
    -webkit-transition: 0.7s;
    transition: 0.7s
}

.category-list .icon-btn i {
    margin-left: -8px
}

.category-list_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list_title a {
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s
}

@media (max-width: 1399px) {
    .category-list_title {
        font-size: 22px
    }
}

@media (max-width: 1299px) {
    .category-list_title {
        font-size: 18px
    }
}

.category-list_text {
    display: block;
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list:hover {
    box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2)
}

.category-list:hover:before {
    width: 100%;
    height: 100%
}

.category-list:hover .category-list_title {
    color: var(--white-color)
}

.category-list:hover .category-list_text {
    color: var(--white-color)
}

.category-list:hover .category-list_icon {
    background: var(--theme-color)
}

.category-list:hover .category-list_icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.category-list:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--white-color);
    opacity: 1
}

.category-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.category-card2_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #DEE9FE;
    border-radius: 999px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-card2_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-card2_content {
    margin-bottom: -0.45em
}

.category-card2_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -0.23em
}

.category-card2_title a {
    color: inherit
}

.category-card2_title a:hover {
    color: var(--theme-color)
}

.category-card2_text {
    margin-bottom: 12px
}

.category-card2 .link-btn {
    font-weight: 600
}

.category-card2:hover .category-card2_icon {
    background-color: var(--theme-color)
}

.category-card2:hover .category-card2_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media (max-width: 767px) {
    .category-card2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 22px
    }

    .category-card2_content {
        text-align: center
    }

    .category-card2_title {
        margin-bottom: 10px
    }

    .category-card2_text {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}

.category-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2
}

.category-list2:before {
    content: '';
    background-color: var(--theme-color);
    width: 0;
    height: 0;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    z-index: -1
}

.category-list2_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: #EBF2FF;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-right: 15px
}

.category-list2_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list2 .icon-btn {
    margin-left: auto;
    min-width: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.category-list2_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list2_title a {
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s
}

.category-list2_text {
    display: block;
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.category-list2:hover:before {
    width: 100%;
    height: 100%
}

.category-list2:hover .category-list2_title {
    color: var(--white-color)
}

.category-list2:hover .category-list2_text {
    color: var(--white-color)
}

.category-list2:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--white-color)
}

@media (max-width: 1399px) {
    .category-list2_title {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .category-list2 {
        padding: 15px
    }

    .category-list2_title {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: -0.1em;
        font-weight: 600
    }

    .category-list2_text {
        font-size: 14px
    }

    .category-list2_icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        min-width: 50px;
        margin-right: 7px
    }
}

.tab-menu1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px
}

.tab-menu1 button {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background-color: var(--white-color);
    padding: 9.5px 30px;
    box-shadow: 0px 4px 10px rgba(107, 131, 174, 0.04);
    border-radius: 999px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu1 button:hover {
    color: var(--theme-color)
}

.tab-menu1 button.active {
    color: var(--white-color);
    background-color: var(--theme-color)
}

@media (max-width: 1399px) {
    .tab-menu1 {
        gap: 10px
    }

    .tab-menu1 button {
        padding: 9.5px 25px
    }
}

@media (max-width: 1199px) {
    .tab-menu1 {
        margin-bottom: 30px
    }

    .tab-menu1 button {
        font-size: 13px;
        padding: 7px 17px
    }
}

.tab-menu2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 40px;
    position: relative;
    margin-bottom: -0.4em
}

.tab-menu2 button {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.556;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.tab-menu2 button:before {
    content: 'New';
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 0px 7px;
    position: absolute;
    bottom: 0;
    right: -10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu2 button:after {
    content: '';
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: var(--theme-color) transparent transparent transparent;
    position: absolute;
    bottom: 100%;
    right: 10px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tab-menu2 button:hover {
    color: var(--theme-color)
}

.tab-menu2 button.active {
    color: var(--theme-color)
}

.tab-menu2 button.active:before,
.tab-menu2 button.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.tab-menu2 button.active:before {
    bottom: calc(100% + 9px)
}

.tab-menu2 button.active:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

@media (max-width: 1199px) {
    .tab-menu2 {
        gap: 23px
    }
}

@media (max-width: 991px) {
    .tab-menu2 {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (max-width: 767px) {
    .tab-menu2 {
        gap: 26px 20px
    }

    .tab-menu2 button:before {
        font-size: 12px
    }

    .tab-menu2 button.active:before {
        bottom: calc(100% + 5px)
    }
}

.feature-card {
    padding: 45px 30px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 21px rgba(179, 193, 219, 0.15);
    border-radius: 10px;
    text-align: center
}

.feature-card-wrap:nth-child(even) {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px)
}

.feature-card_icon {
    margin-bottom: 25px
}

.feature-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card_title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: -0.28em;
    font-weight: 600
}

.feature-card_text {
    margin-bottom: -0.45em
}

.feature-card:hover .feature-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-card.style2 {
    box-shadow: 0px 4px 30px rgba(179, 193, 219, 0.3)
}

@media (max-width: 767px) {
    .feature-card-wrap:nth-child(even) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.feature-grid {
    padding: 60px 50px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #0B2950;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-grid_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 40px auto
}

.feature-grid_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-grid_title {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: -0.28em;
    font-weight: 600;
    color: var(--white-color)
}

.feature-grid_text {
    margin-bottom: -0.48em;
    color: var(--light-color)
}

.feature-grid:hover {
    background-color: #092141
}

.feature-grid:hover .feature-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    .feature-grid {
        padding: 45px 15px
    }

    .feature-grid_icon {
        margin: 0 auto 30px auto
    }
}

@media (max-width: 767px) {
    .feature-grid_text {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.feature-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.feature-block_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.feature-block_text {
    margin-bottom: -0.5em
}

@media (max-width: 767px) {
    .feature-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

.feature-list {
    padding: 40px 30px 55px 30px;
    background-color: var(--theme-color);
    box-shadow: 0px 6px 30px rgba(0, 6, 18, 0.06);
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px
}

.feature-list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto 25px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 20px rgba(13, 94, 244, 0.5)
}

.feature-list_title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: -0.24em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list_title a {
    color: var(--title-color)
}

.feature-list_text {
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-list .icon-btn {
    --btn-size: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    box-shadow: 0px 4px 18px rgba(13, 94, 244, 0.24);
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px
}

.feature-list:hover:after {
    height: 0
}

.feature-list:hover .feature-list_icon {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.feature-list:hover .feature-list_title a {
    color: var(--white-color)
}

.feature-list:hover .feature-list_text {
    color: var(--white-color)
}

.feature-list:hover .icon-btn {
    background-color: var(--white-color);
    color: var(--theme-color);
    -webkit-animation: jumpIcon 1s linear infinite;
    animation: jumpIcon 1s linear infinite
}

.feature-sec {
    background-image: -webkit-linear-gradient(right, var(--smoke-color), var(--smoke-color));
    background-image: linear-gradient(to left, var(--smoke-color), var(--smoke-color));
    background-size: 100% 60%;
    background-position: top center;
    background-repeat: no-repeat
}

.admission-card {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 50px rgba(0, 6, 18, 0.1);
    border-radius: 10px;
    text-align: center
}

.admission-card_img {
    margin-bottom: 23px;
    border-radius: 10px;
    overflow: hidden
}

.admission-card_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.admission-card:hover .admission-card_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 375px) {
    .admission-card {
        padding: 20px
    }
}

.course-rating .tutor-ratings-stars>* {
    margin: 0 1px
}

.course-rating .tutor-ratings-stars span {
    font-size: 12px
}

.course-rating .tutor-ratings-average {
    margin-left: 7px
}

.course-rating .tutor-mb-8 {
    margin-bottom: 0
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 5px
}

.tutor-btn {
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 29px;
    border-radius: 5px;
    text-transform: uppercase
}

.tutor-bg-primary.tutor-color-white:hover {
    color: var(--white-color)
}

.tutor-ratings-stars {
    color: var(--theme-color)
}

@media (min-width: 1200px) {
    .tutor-grid-4 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 1400px) {
    .tutor-grid-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

.course-single-meta .course-rating .tutor-ratings-stars>* {
    margin: 0 1px
}

.course-single-meta .course-rating .tutor-ratings-stars span {
    font-size: 16px
}

.course-single-meta .course-rating .tutor-ratings-count {
    font-family: var(--title-font)
}

.course-author-box .author-name {
    margin-bottom: 3px
}

.course-author-box span.desig {
    display: block;
    color: var(--theme-color);
    margin-bottom: 11px
}

.tutor-progress-bar {
    height: 12px;
    background: #e3e5eb;
    border-radius: 3px
}

.tutor-ratings-progress-bar .tutor-progress-value {
    background-color: var(--theme-color)
}

.course-Reviews .th-comments-wrap {
    border: none;
    margin: 0;
    box-shadow: none
}

.course-Reviews .th-comments-wrap .commented-on {
    display: block
}

.course-Reviews .th-comments-wrap .name a {
    color: inherit
}

.course-Reviews .th-comments-wrap .name a:hover {
    color: var(--theme-color)
}

.th-post-comment .tutor-ratings {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 420px) {
    .th-post-comment .tutor-ratings {
        position: static
    }
}

.th-post-comment .tutor-avatar {
    border-radius: 10px;
    width: 110px;
    height: 110px
}

.widget_course_info .th-video {
    margin: -40px -40px 30px -40px
}

@media (max-width: 1199px) {
    .widget_course_info .th-video {
        margin: -40px -20px 20px -20px
    }
}

@media (max-width: 991px) {
    .widget_course_info .th-video {
        margin: 0 0 25px 0
    }
}

@media (max-width: 767px) {
    .widget_course_info .th-video {
        margin: -40px -20px 25px -20px
    }
}

.widget_course_info .info-list {
    margin-top: 16px
}

.tutor-course-details-widget-tags {
    margin-left: -10px;
    margin-bottom: -10px
}

.tutor-tag-list li a {
    padding: 5px 12px
}

.tutor-course-details-widget-tags .tutor-tag-list li a {
    margin-bottom: 10px;
    margin-left: 10px
}

.tutor-course-details-widget-title {
    margin-top: -0.3em
}

.tutor-course-details-widget-list li:last-child {
    margin-bottom: -0.45em !important
}

.tutor-avatar-text {
    color: #fff
}

.tutor-avatar-xl .tutor-avatar-text {
    font-size: 34px
}

.tutor-course-single-content-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: var(--section-space);
    margin-bottom: var(--section-space)
}

@media (max-width: 991px) {
    .tutor-course-single-content-wrapper {
        margin-top: var(--section-space-mobile);
        margin-bottom: var(--section-space-mobile)
    }
}

.tutor-course-single-sidebar-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    background-color: #fff
}

.tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title {
    background-color: #eff1f6;
    font-weight: 700
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic:last-of-type .tutor-accordion-item-body {
    border-bottom: 1px solid #eff1f6
}

.tutor-course-single-sidebar-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer {
    background-color: rgba(var(--tutor-color-primary-rgb), 0.05)
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body {
    border-left: 1px solid #eff1f6
}

.ratings .rating-digits {
    margin-left: 8px
}

.ratings .rating-total-meta {
    margin-left: 8px;
    color: var(--white-color)
}

.tutor-user-public-profile .photo-area {
    margin-top: 0
}

.tutor-user-public-profile .tutor-user-profile-content h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 24px !important
}

.tutor-user-public-profile .course-title {
    font-weight: 500
}

.tutor-review-summary {
    padding: var(--blog-space-y, 30px) var(--blog-space-x, 30px)
}

@media (min-width: 992px) {
    .tutor-user-public-profile .tutor-grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1300px) {
    .tutor-user-public-profile .tutor-grid-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 991px) {
    .tutor-user-profile-content.tutor-mt-72 {
        margin-top: 0
    }

    .tutor-user-public-profile .profile-name span {
        font-weight: 400 !important
    }
}

.tutor-widget-search .tutor-form-control {
    padding: 15px 16px
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta {
    color: var(--white-color)
}

.client-thumb img {
    opacity: 0.2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.client-thumb:hover img {
    opacity: 1
}

.client-area-3 {
    padding: 55px 0;
    text-align: center
}

.client-area-3 .client-thumb img {
    opacity: 0.4
}

.client-area-3 .client-thumb:hover img {
    opacity: 1
}

.video-wrap {
    border-radius: 10px;
    border: 30px solid var(--white-color);
    background: var(--white-color);
    box-shadow: 0px 4px 50px 0px rgba(179, 193, 211, 0.3);
    position: relative
}

.video-wrap img {
    border-radius: 10px
}

.video-wrap .video {
    border-radius: 10px;
    margin-bottom: -8px;
    height: 490px;
    object-fit: cover
}

@media (max-width: 767px) {
    .video-wrap {
        border: 20px solid var(--white-color)
    }

    .video-wrap .video {
        height: 400px
    }
}

@media (max-width: 575px) {
    .video-wrap .video {
        height: 350px
    }
}

@media (max-width: 375px) {
    .video-wrap .video {
        height: 300px
    }
}

@media (max-width: 320px) {
    .video-wrap .video {
        height: 200px
    }
}

.video-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    gap: 20px;
    list-style: none;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.video-btn-wrap li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px
}

@media (max-width: 575px) {
    .video-btn-wrap li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px
    }
}

@media (max-width: 375px) {
    .video-btn-wrap li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 575px) {
    .video-btn-wrap {
        bottom: 30px
    }
}

.video-shape1 {
    left: 50% !important
}

.video-box2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.video-box2 img {
    width: 100%
}

.video-box2 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.price-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.05)
}

.price-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 4px;
    width: calc(100% - 80px);
    background: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.price-card_top {
    margin-bottom: 42px
}

.price-card_title {
    font-size: 30px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_text {
    margin-bottom: -0.4em;
    margin-top: 11px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.price-card_price {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: var(--smoke-color);
    border-radius: 10px;
    padding: 20px;
    color: var(--theme-color)
}

.price-card_price .duration {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
    position: relative;
    display: block;
    top: -1px;
    left: 0;
    color: #9FAAB7
}

.price-card .checklist {
    margin: 0px 0 32px 0
}

.price-card .checklist ul {
    text-align: center
}

.price-card .checklist li {
    padding-left: 0;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 13px
}

.price-card .checklist li i {
    color: var(--theme-color);
    margin-right: 4px
}

.price-card .checklist li.unavailable>i {
    color: var(--theme-color2)
}

.price-card .checklist li:before {
    display: none
}

.price-card .th-btn {
    width: 100%
}

.price-card .th-btn:hover:before {
    background: transparent
}

.price-card.active:after,
.price-card:hover:after {
    background: var(--theme-color2)
}

.price-card.active .th-btn,
.price-card:hover .th-btn {
    background: var(--theme-color2)
}

.price-card.active .th-btn:hover,
.price-card:hover .th-btn:hover {
    background: var(--theme-color)
}

@media (max-width: 375px) {
    .price-card {
        padding: 30px
    }
}

.service-card {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(40, 55, 82, 0.07);
    padding: 0 30px 30px;
    margin-top: 40px
}

.service-card-icon {
    height: 85px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: -15px;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    border-top: 5px solid var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card-icon svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card .box-title a:hover {
    color: var(--theme-color2)
}

.service-card-text {
    margin-bottom: 20px
}

.service-card-img {
    border-radius: 6px;
    position: relative;
    z-index: 1
}

.service-card-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00112B;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 6px;
    z-index: 0
}

.service-card-img img {
    border-radius: 6px;
    width: 100%
}

.service-card-img .icon-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--theme-color2);
    color: var(--white-color);
    opacity: 0
}

.service-card-img .icon-btn:hover {
    background: var(--white-color);
    color: var(--theme-color2)
}

.service-card:hover .service-card-icon {
    border-color: var(--theme-color2)
}

.service-card:hover .service-card-icon svg path {
    fill: var(--theme-color2)
}

.service-card:hover .service-card-img:after {
    opacity: 0.7
}

.service-card:hover .service-card-img .icon-btn {
    opacity: 1
}

.service-card.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: 0px 13px 30px 0px rgba(206, 211, 230, 0.3);
    padding: 40px;
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2 .service-card-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.service-card.style2 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2 .service-card-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -0.25em;
    margin-bottom: 12px
}

.service-card.style2 .service-card-title a {
    color: var(--title-color)
}

.service-card.style2 .service-card-title a span {
    color: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2 .service-card-text {
    margin-bottom: -0.3em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style2.service-card2-active,
.service-card.style2:hover {
    background: var(--theme-color)
}

.service-card.style2.service-card2-active .service-card-icon,
.service-card.style2:hover .service-card-icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card.style2.service-card2-active .service-card-text,
.service-card.style2.service-card2-active .service-card-title a,
.service-card.style2:hover .service-card-text,
.service-card.style2:hover .service-card-title a {
    color: var(--white-color)
}

.service-card.style2.service-card2-active .service-card-text span,
.service-card.style2.service-card2-active .service-card-title a span,
.service-card.style2:hover .service-card-text span,
.service-card.style2:hover .service-card-title a span {
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .service-card.style2 {
        padding: 30px
    }
}

@media (max-width: 1299px) {
    .service-card.style2 {
        display: block;
        text-align: center
    }

    .service-card.style2 .service-card-icon {
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    .service-card.style2 {
        box-shadow: 0px 0px 30px 0px rgba(206, 211, 230, 0.3)
    }
}

.service-card.style3 {
    text-align: center;
    padding: 30px;
    height: 450px;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    background: var(--white-color);
    margin-top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style3 .service-card-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--theme-color);
    box-shadow: none;
    border: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 33px
}

.service-card.style3 .service-card-icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.service-card.style3 .box-title {
    margin-top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style3 .service-card-text {
    margin-bottom: -0.3em;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-card.style3:hover {
    background: var(--theme-color)
}

.service-card.style3:hover .service-card-icon {
    background: var(--white-color)
}

.service-card.style3:hover .service-card-icon img {
    -webkit-filter: none;
    filter: none
}

.service-card.style3:hover .box-title {
    color: var(--white-color)
}

.service-card.style3:hover .service-card-text {
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .service-card.style3 {
        padding: 40px
    }

    .service-card.style3 .service-card-icon {
        margin-bottom: 23px
    }
}

@media (max-width: 1199px) {
    .service-card.style3 {
        padding: 30px
    }

    .service-card.style3 .box-title {
        font-size: 22px
    }

    .service-card.style3 .service-card-text {
        font-size: 14px
    }
}

.service-sec-2 {
    margin-top: calc(-45px - 1.5rem);
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .service-sec-2 {
        margin-top: 90px
    }
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-60 {
    margin-top: 60px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.6rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.6rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }

    .space-extra2,
    .space-extra2-top {
        padding-top: 70px
    }

    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

[dir="rtl"] .ml-5 {
    margin-right: 5px;
    margin-left: 0
}

[dir="rtl"] .ml-10 {
    margin-right: 10px;
    margin-left: 0
}

[dir="rtl"] .ml-15 {
    margin-right: 15px;
    margin-left: 0
}

[dir="rtl"] .ml-20 {
    margin-right: 20px;
    margin-left: 0
}

[dir="rtl"] .ml-25 {
    margin-right: 25px;
    margin-left: 0
}

[dir="rtl"] .ml-30 {
    margin-right: 30px;
    margin-left: 0
}

[dir="rtl"] .ml-35 {
    margin-right: 35px;
    margin-left: 0
}

[dir="rtl"] .ml-40 {
    margin-right: 40px;
    margin-left: 0
}

[dir="rtl"] .ml-45 {
    margin-right: 45px;
    margin-left: 0
}

[dir="rtl"] .ml-50 {
    margin-right: 50px;
    margin-left: 0
}

[dir="rtl"] .mr-5 {
    margin-left: 5px;
    margin-right: 0
}

[dir="rtl"] .mr-10 {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .mr-15 {
    margin-left: 15px;
    margin-right: 0
}

[dir="rtl"] .mr-20 {
    margin-left: 20px;
    margin-right: 0
}

[dir="rtl"] .mr-25 {
    margin-left: 25px;
    margin-right: 0
}

[dir="rtl"] .mr-30 {
    margin-left: 30px;
    margin-right: 0
}

[dir="rtl"] .mr-35 {
    margin-left: 35px;
    margin-right: 0
}

[dir="rtl"] .mr-40 {
    margin-left: 40px;
    margin-right: 0
}

[dir="rtl"] .mr-45 {
    margin-left: 45px;
    margin-right: 0
}

[dir="rtl"] .mr-50 {
    margin-left: 50px;
    margin-right: 0
}

[dir="rtl"] .pl-5 {
    padding-left: 0;
    padding-right: 5px
}

[dir="rtl"] .pl-10 {
    padding-left: 0;
    padding-right: 10px
}

[dir="rtl"] .pl-15 {
    padding-left: 0;
    padding-right: 15px
}

[dir="rtl"] .pl-20 {
    padding-left: 0;
    padding-right: 20px
}

[dir="rtl"] .pl-25 {
    padding-left: 0;
    padding-right: 25px
}

[dir="rtl"] .pl-30 {
    padding-left: 0;
    padding-right: 30px
}

[dir="rtl"] .pl-35 {
    padding-left: 0;
    padding-right: 35px
}

[dir="rtl"] .pl-40 {
    padding-left: 0;
    padding-right: 40px
}

[dir="rtl"] .pl-45 {
    padding-left: 0;
    padding-right: 45px
}

[dir="rtl"] .pl-50 {
    padding-left: 0;
    padding-right: 50px
}

[dir="rtl"] .pr-5 {
    padding-right: 0;
    padding-left: 5px
}

[dir="rtl"] .pr-10 {
    padding-right: 0;
    padding-left: 10px
}

[dir="rtl"] .pr-15 {
    padding-right: 0;
    padding-left: 15px
}

[dir="rtl"] .pr-20 {
    padding-right: 0;
    padding-left: 20px
}

[dir="rtl"] .pr-25 {
    padding-right: 0;
    padding-left: 25px
}

[dir="rtl"] .pr-30 {
    padding-right: 0;
    padding-left: 30px
}

[dir="rtl"] .pr-35 {
    padding-right: 0;
    padding-left: 35px
}

[dir="rtl"] .pr-40 {
    padding-right: 0;
    padding-left: 40px
}

[dir="rtl"] .pr-45 {
    padding-right: 0;
    padding-left: 45px
}

[dir="rtl"] .pr-50 {
    padding-right: 0;
    padding-left: 50px
}

[dir="rtl"] .link-btn:before {
    left: auto;
    right: 0
}

[dir="rtl"] .th-btn i,
[dir="rtl"] .link-btn i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] select,
[dir="rtl"] .form-control,
[dir="rtl"] .form-select,
[dir="rtl"] textarea,
[dir="rtl"] input {
    direction: ltr
}

[dir="rtl"] .checklist ul {
    padding: 0;
    text-align: right
}

[dir="rtl"] .checklist li {
    padding-right: 28px;
    padding-left: 0
}

[dir="rtl"] .checklist li:before {
    right: 0;
    left: auto
}

[dir="rtl"] .th-social a {
    margin-left: 5px;
    margin-right: 0
}

@media (max-width: 1399px) {
    [dir="rtl"] .th-social a {
        margin-left: 3px
    }
}

[dir="rtl"] .th-social a:last-child {
    margin-left: 0
}

[dir="rtl"] .th-menu-wrapper {
    direction: ltr
}

[dir="rtl"] .header-layout1 .header-top:after {
    right: 0;
    left: auto;
    border-radius: 0 0 0 50px
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout1 .header-top:after {
        border-radius: 0
    }
}

[dir="rtl"] .header-links li:not(:last-child) {
    padding: 0 0 0 20px;
    margin: 0 0 0 17px
}

[dir="rtl"] .header-links li:not(:last-child):before {
    left: 0;
    right: auto
}

[dir="rtl"] .header-links li>i {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-left: 60px;
    padding-right: 0
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout1 .header-top .header-links.header-right li:first-child {
        padding-left: 0
    }
}

[dir="rtl"] .header-social .social-title {
    margin: 0
}

[dir="rtl"] .header-social a {
    margin: 0 0 0 15px
}

[dir="rtl"] .header-layout1 .menu-area:after {
    right: auto;
    left: 0;
    border-radius: 0 80px 0 0
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout1 .menu-area:after {
        border-radius: 0
    }
}

[dir="rtl"] .main-menu>ul>li:first-child {
    margin-left: 13px !important
}

[dir="rtl"] .main-menu>ul>li:last-child {
    margin-right: 13px !important
}

[dir="rtl"] .main-menu ul li:first-child {
    margin-right: 0 !important
}

[dir="rtl"] .main-menu ul li:last-child {
    margin-left: 0 !important
}

[dir="rtl"] .main-menu ul.sub-menu li a:before {
    right: 0;
    left: auto
}

[dir="rtl"] .main-menu ul.sub-menu li a {
    padding-left: 0;
    padding-right: 23px
}

[dir="rtl"] .main-menu ul.sub-menu,
[dir="rtl"] .main-menu ul.mega-menu {
    text-align: right
}

[dir="rtl"] .main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f104";
    margin-right: 5px;
    margin-left: 0;
    float: left
}

[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
    right: 100%;
    left: auto;
    margin: 0 0;
    margin-right: 20px
}

[dir="rtl"] .main-menu ul.sub-menu {
    left: auto;
    right: -27px
}

[dir="rtl"] .header-layout-default .header-top {
    padding: 9px 300px 9px 88px
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout-default .header-top {
        padding: 9px 400px 9px 188px
    }
}

@media (max-width: 1600px) {
    [dir="rtl"] .header-layout-default .header-top {
        padding: 9px 265px 9px 30px
    }
}

@media (max-width: 1299px) {
    [dir="rtl"] .header-layout-default .header-top {
        padding: 9px 30px
    }
}

[dir="rtl"] .header-layout-default .header-top:after {
    left: auto;
    right: 0;
    border-radius: 0 0 0 50px
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout-default .header-top:after {
        width: calc(100% - 210px)
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout-default .header-top:after {
        width: 100%;
        border-radius: 0
    }
}

[dir="rtl"] .header-layout-default .header-top .header-links.header-right li:first-child {
    padding-left: 60px;
    padding-right: 0
}

@media (max-width: 1399px) {
    [dir="rtl"] .header-layout-default .header-top .header-links.header-right li:first-child {
        padding-left: 55px
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout-default .header-top .header-links.header-right li:first-child {
        padding: 0
    }
}

[dir="rtl"] .header-layout-default .menu-area {
    padding: 0 30px 0 88px
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout-default .menu-area {
        padding: 0 130px 0 188px
    }
}

@media (max-width: 1600px) {
    [dir="rtl"] .header-layout-default .menu-area {
        padding: 0 10px 0 30px
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .header-layout-default .menu-area {
        padding: 0
    }
}

[dir="rtl"] .header-layout-default .logo-bg-half {
    border-radius: 50px 0 0 0px;
    right: 0;
    left: auto
}

[dir="rtl"] .header-layout-default .menu-area .logo-bg {
    left: auto;
    right: 0
}

@media (max-width: 991px) {
    [dir="rtl"] .header-layout-default .menu-area .logo-bg {
        border-radius: 0
    }
}

[dir="rtl"] .header-layout-default .menu-area .main-menu {
    margin-right: 60px;
    margin-left: 0
}

@media (max-width: 1600px) {
    [dir="rtl"] .header-layout-default .menu-area .main-menu {
        margin-right: 50px
    }
}

[dir="rtl"] .header-layout3 .logo-bg {
    right: 0;
    left: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .header-layout3 .category-menu-wrap {
    margin-right: 30px;
    margin-left: 0
}

[dir="rtl"] .header-button {
    margin-right: 15px;
    margin-left: 0
}

@media (min-width: 1922px) {
    [dir="rtl"] .header-layout3 .menu-area:after {
        right: -110px;
        left: auto
    }
}

[dir="rtl"] .footer-widget .widget_title:before,
[dir="rtl"] .footer-widget .widget_title:after {
    left: auto;
    right: 0
}

[dir="rtl"] .footer-widget .widget_title:after {
    right: 71px
}

[dir="rtl"] .footer-links li {
    margin-left: 20px;
    margin-right: 0
}

[dir="rtl"] .footer-links li:last-child {
    margin-left: 0
}

[dir="rtl"] .footer-widget.widget_meta a,
[dir="rtl"] .footer-widget.widget_pages a,
[dir="rtl"] .footer-widget.widget_archive a,
[dir="rtl"] .footer-widget.widget_categories a,
[dir="rtl"] .footer-widget.widget_nav_menu a {
    padding: 0 15px 0 0px
}

[dir="rtl"] .footer-widget.widget_meta a:before,
[dir="rtl"] .footer-widget.widget_pages a:before,
[dir="rtl"] .footer-widget.widget_archive a:before,
[dir="rtl"] .footer-widget.widget_categories a:before,
[dir="rtl"] .footer-widget.widget_nav_menu a:before {
    left: auto;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

[dir="rtl"] .footer-layout-default .footer-top .footer-logo {
    border-right: 0;
    border-left: 1px solid #283752;
    padding: 85px 0;
    padding-left: 78px
}

@media (max-width: 1199px) {
    [dir="rtl"] .footer-layout-default .footer-top .footer-logo {
        padding: 65px 0;
        padding-left: 28px
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .footer-layout-default .footer-top .footer-logo {
        padding: 65px 0 30px;
        border: 0
    }
}

[dir="rtl"] .widget_shopping_cart .th-btn {
    margin-left: 15px;
    margin-right: 0
}

[dir="rtl"] .widget_shopping_cart .quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[dir="rtl"] .blog-single.style2 .blog-meta span,
[dir="rtl"] .blog-single.style2 .blog-meta a {
    margin-right: 0;
    margin-left: 25px
}

[dir="rtl"] .blog-meta span i,
[dir="rtl"] .blog-meta a i {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .blog-single.style3 .blog-meta span,
[dir="rtl"] .blog-single.style3 .blog-meta a {
    margin-left: 25px;
    margin-right: 0
}

[dir="rtl"] .blog-single.style4 .blog-meta span:not(:last-child),
[dir="rtl"] .blog-single.style4 .blog-meta a:not(:last-child) {
    padding-left: 25px;
    padding-right: 0
}

[dir="rtl"] .blog-single.style5 .blog-meta span:not(:last-child),
[dir="rtl"] .blog-single.style5 .blog-meta a:not(:last-child) {
    padding-left: 25px;
    padding-right: 0
}

@media (max-width: 375px) {

    [dir="rtl"] .blog-single.style5 .blog-meta span:not(:last-child),
    [dir="rtl"] .blog-single.style5 .blog-meta a:not(:last-child) {
        padding-left: 20px
    }
}

[dir="rtl"] .blog-single.style5 .blog-title a {
    background-position: bottom right
}

[dir="rtl"] .hero-1 .shape1 {
    left: 0;
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    bottom: -1px
}

[dir="rtl"] .hero-1 .shape2 {
    left: 0;
    right: auto
}

[dir="rtl"] .hero-1 .shape2 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .hero-1 .shape3 {
    right: -330px;
    left: auto
}

[dir="rtl"] .hero-1 .shape4 {
    left: 3% !important;
    right: auto !important
}

[dir="rtl"] .hero-1 .shape5 {
    right: 0% !important;
    left: auto !important
}

[dir="rtl"] .hero-1 .shape5 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .hero-slider-1 .slick-dots {
    left: 25%;
    right: auto
}

@media (min-width: 1922px) {
    [dir="rtl"] .hero-slider-1 .slick-dots {
        left: 30.5%
    }
}

@media (max-width: 1600px) {
    [dir="rtl"] .hero-slider-1 .slick-dots {
        left: 20%
    }
}

[dir="rtl"] .hero-1 .hero-img1 {
    margin-left: -62px;
    margin-right: 0
}

@media (max-width: 1500px) {
    [dir="rtl"] .hero-1 .hero-img1 {
        margin-left: 0
    }
}

[dir="rtl"] .hero-style1 .hero-subtitle span {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .slick-dots li {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .slick-dots li:last-child {
    margin-left: 0
}

[dir="rtl"] .category-sec-wrap .category-shape-arrow {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .category-sec-wrap .category-slider .slick-arrow {
    left: 60px;
    right: auto
}

[dir="rtl"] .category-sec-wrap .category-slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto
}

@media (max-width: 1399px) {
    [dir="rtl"] .category-sec-wrap .category-slider {
        margin-right: 30px;
        margin-left: 0
    }
}

@media (max-width: 1299px) {
    [dir="rtl"] .category-sec-wrap .category-slider {
        margin-top: 60px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .category-sec-wrap .category-slider {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .category-sec-wrap .category-slider {
        margin-top: 0
    }
}

[dir="rtl"] .img-box1 {
    text-align: left;
    margin-left: 50px;
    margin-right: 0
}

[dir="rtl"] .img-box1 .about-shape1 {
    left: 0 !important
}

@media (max-width: 1399px) {
    [dir="rtl"] .img-box1 {
        margin-left: 0
    }
}

[dir="rtl"] .course-img .tag {
    left: auto;
    right: 20px
}

[dir="rtl"] .course-img .tag i {
    margin-left: 3px;
    margin-right: 0
}

[dir="rtl"] .course-author .offer-tag {
    margin-right: auto;
    margin-left: 0
}

[dir="rtl"] .course-meta a i,
[dir="rtl"] .course-meta span i {
    margin-left: 5px;
    margin-right: 0
}

[dir="rtl"] .cta-img-1 {
    left: 0;
    right: auto;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%)
}

@media (max-width: 991px) {
    [dir="rtl"] .cta-img-1 {
        -webkit-clip-path: none;
        clip-path: none
    }
}

[dir="rtl"] .play-btn.style2:after,
[dir="rtl"] .play-btn.style2:before {
    margin-right: -20px
}

[dir="rtl"] .cta-wrap {
    margin-left: 20px;
    margin-right: 0
}

[dir="rtl"] .cta-wrap .th-btn {
    margin-right: auto;
    margin-left: 0
}

@media (max-width: 1500px) {
    [dir="rtl"] .cta-wrap {
        margin-left: 160px
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .cta-wrap {
        margin-left: 60px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .cta-wrap {
        margin-left: -55px
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .cta-wrap {
        margin-left: 0
    }
}

[dir="rtl"] .wcu-img-1 {
    margin-left: 55px;
    margin-right: 0
}

[dir="rtl"] .wcu-img-1 .student-count {
    right: -80px;
    left: auto
}

@media (max-width: 1500px) {
    [dir="rtl"] .wcu-img-1 .student-count {
        right: -55px
    }
}

@media (max-width: 1500px) {
    [dir="rtl"] .wcu-img-1 {
        margin-left: 10px;
        margin-right: 55px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .wcu-img-1 {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    [dir="rtl"] .wcu-img-1 {
        margin-right: 0
    }

    [dir="rtl"] .wcu-img-1 .student-count {
        right: 20px
    }
}

[dir="rtl"] .why-shape-2 {
    left: auto;
    right: 0
}

[dir="rtl"] .why-shape-1 {
    right: 7% !important;
    left: auto !important
}

[dir="rtl"] .why-shape-3 {
    left: -3% !important;
    right: auto !important
}

[dir="rtl"] .wcu-box:after {
    right: 0;
    left: auto;
    border-radius: 0 10px 10px 0
}

[dir="rtl"] .wcu-box:before {
    border-right: solid 40px #D0DBE9;
    border-left: solid 40px transparent;
    right: 0;
    left: auto;
    border-radius: 0 10px 0 0
}

[dir="rtl"] .counter-card-wrap {
    border-left: 1px solid;
    border-right: 0
}

[dir="rtl"] .counter-card-wrap:last-child {
    border-left: 0
}

@media (max-width: 575px) {
    [dir="rtl"] .counter-card-wrap {
        border-left: 0 !important
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .counter-card-wrap:nth-child(2) {
        border-left: 0
    }
}

[dir="rtl"] .team-card .team-social {
    left: 30px;
    right: auto
}

[dir="rtl"] .team-card .team-info span {
    padding-left: 25px;
    margin-left: 25px;
    padding-right: 0;
    margin-right: 0
}

@media (max-width: 1399px) {
    [dir="rtl"] .team-card .team-info span {
        padding-left: 11px;
        margin-left: 11px
    }
}

[dir="rtl"] .team-card .team-info span:last-child {
    padding-left: 0;
    margin-left: 0
}

[dir="rtl"] .team-card .team-info span:after {
    left: 0;
    right: auto
}

[dir="rtl"] .team-card .team-info span i {
    margin-left: 10px;
    margin-right: 0
}

[dir="rtl"] .team-bg-shape1 {
    right: -2% !important;
    left: auto !important
}

[dir="rtl"] .team-bg-shape1 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .team-bg-shape5 {
    left: -7% !important;
    right: auto !important
}

[dir="rtl"] .team-bg-shape5 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .event-meta p i,
[dir="rtl"] .event-meta span i,
[dir="rtl"] .event-meta a i {
    margin-left: 5px;
    margin-right: 0
}

[dir="rtl"] .event-card .event-card-shape {
    left: 40px;
    right: auto
}

@media (max-width: 1199px) {
    [dir="rtl"] .event-card_img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .event-card {
        margin-right: 30px;
        margin-left: 0
    }

    [dir="rtl"] .event-card_img {
        right: -30px;
        left: auto
    }

    [dir="rtl"] .event-card .event-author {
        padding-right: 160px;
        padding-left: 0
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .event-card_img {
        width: 180px
    }

    [dir="rtl"] .event-card .event-author {
        padding-right: 140px
    }
}

@media (max-width: 375px) {
    [dir="rtl"] .event-card_img {
        width: 140px
    }

    [dir="rtl"] .event-card .event-author {
        padding-right: 100px
    }
}

@media (max-width: 320px) {
    [dir="rtl"] .event-card .event-author {
        padding-right: 0
    }

    [dir="rtl"] .event-card {
        margin-right: 0px
    }
}

[dir="rtl"] .testi-box .testi-box-bg-shape {
    right: 0;
    left: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .hero-2 .hero-img2 {
    left: 0;
    right: auto
}

[dir="rtl"] .hero-counter-wrap {
    padding: 13px 20px 13px 50px;
    right: -60px;
    left: auto
}

[dir="rtl"] .hero-counter-wrap.hero-counter2 {
    left: 0;
    right: auto
}

[dir="rtl"] .hero-2 .shape2 {
    right: 0;
    left: auto
}

[dir="rtl"] .hero-2 .shape2 img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

[dir="rtl"] .hero-2 .shape4 {
    right: 24%;
    left: auto
}

@media (max-width: 1199px) {
    [dir="rtl"] .hero-style2 .checklist {
        margin-left: -33px;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .hero-style2 .checklist {
        margin-left: 0
    }

    [dir="rtl"] .hero-style2 .checklist ul {
        margin: auto
    }
}

@media (max-width: 375px) {
    [dir="rtl"] .hero-style2 {
        text-align: right
    }
}

[dir="rtl"] .img-box2 {
    margin-left: 50px;
    padding-left: 160px;
    margin-right: 0;
    padding-right: 0
}

[dir="rtl"] .img-box2 .img2 {
    left: 0;
    right: auto
}

[dir="rtl"] .img-box2 .img2:after {
    right: -10px;
    left: auto
}

[dir="rtl"] .img-box2 .img1 img {
    border-radius: 10px 0 0 10px
}

@media (max-width: 1299px) {
    [dir="rtl"] .img-box2 {
        padding-left: 135px;
        margin-left: 0
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .img-box2 {
        margin-left: 50px
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .img-box2 {
        padding: 0;
        margin: 0 15px
    }

    [dir="rtl"] .img-box2 .img1 img {
        border-radius: 10px
    }
}

[dir="rtl"] .about-experience-wrap {
    left: 98px;
    right: auto
}

@media (max-width: 1199px) {
    [dir="rtl"] .about2-title-wrap {
        margin-right: 40px;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .about2-title-wrap {
        margin: 0 15px
    }
}

[dir="rtl"] .cta4-shape2 {
    left: 0 !important;
    right: auto !important
}

[dir="rtl"] .cta4-shape2 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .cta4-shape1 {
    right: auto !important;
    left: 10% !important
}

[dir="rtl"] .cta-4-thumb {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .video-shape1 {
    left: -35% !important;
    right: auto !important
}

[dir="rtl"] .video-shape1 img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 1199px) {
    [dir="rtl"] .video-shape1 {
        left: -85% !important
    }
}

[dir="rtl"] .testi-slider2 .slick-arrow {
    left: 0;
    right: auto
}

[dir="rtl"] .testi-slider2 .slick-arrow.slick-next {
    left: calc(60px + 20px)
}

[dir="rtl"] .admission-thumb {
    right: 0;
    left: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .counter-list {
    margin-right: 15px;
    margin-left: 0
}

[dir="rtl"] .category-list {
    margin-right: 30px;
    margin-left: 0
}

[dir="rtl"] .category-list_icon {
    margin-left: 15px;
    margin-right: -30px
}

[dir="rtl"] .category-list_content {
    position: relative;
    overflow: hidden;
    padding: 26px 0px 26px 26px
}

[dir="rtl"] .category-list .icon-btn {
    left: -12px;
    right: auto
}

[dir="rtl"] .category-list .icon-btn i {
    margin-right: -8px;
    margin-left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .process-card-wrap .process-arrow {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

[dir="rtl"] .testi-slider-3 .slick-arrow {
    left: 265px;
    right: auto
}

[dir="rtl"] .testi-slider-3 .slick-arrow.slick-next {
    left: calc(265px + 80px);
    right: auto
}

[dir="rtl"] .testi-slider-3 {
    margin-right: 140px;
    margin-left: 0
}

[dir="rtl"] .testi-slider-3 .slick-list {
    margin-right: 100px;
    margin-left: 0
}

[dir="rtl"] .testi-box.style2 .testi-box-author-details {
    margin-left: auto;
    margin-right: 20px
}

@media (min-width: 1922px) {
    [dir="rtl"] .testi-slider-3 .slick-arrow {
        left: 590px
    }

    [dir="rtl"] .testi-slider-3 .slick-arrow.slick-next {
        left: calc(590px + 80px)
    }
}

@media (max-width: 1600px) {
    [dir="rtl"] .testi-slider-3 .slick-list {
        margin-right: 90px;
        margin-left: 0
    }

    [dir="rtl"] .testi-slider-3 {
        margin-right: 0
    }

    [dir="rtl"] .testi-slider-3 .slick-arrow {
        left: 110px
    }

    [dir="rtl"] .testi-slider-3 .slick-arrow.slick-next {
        left: calc(110px + 80px)
    }
}

@media (max-width: 1500px) {
    [dir="rtl"] .testi-slider-3 .slick-list {
        margin-right: 50px
    }

    [dir="rtl"] .testi-slider-3 {
        margin-right: -40px
    }

    [dir="rtl"] .testi-slider-3 .slick-arrow.slick-next {
        left: calc(30px + 80px)
    }

    [dir="rtl"] .testi-slider-3 .slick-arrow {
        left: 30px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .testi-slider-3 .slick-list {
        margin-right: 70px
    }

    [dir="rtl"] .testi-slider-3 {
        margin-right: -50px
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .testi-slider-3 {
        margin-right: 10px;
        margin-left: 15px
    }

    [dir="rtl"] .testi-slider-3 .slick-list {
        margin-right: 0
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .testi-slider-3 {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 320px) {
    [dir="rtl"] .testi-box.style2 .testi-box-author-details {
        margin-left: auto;
        margin-right: 10px
    }
}

[dir="rtl"] .price-card .checklist ul {
    text-align: center
}

[dir="rtl"] .price-card .checklist li {
    padding-right: 0px
}

[dir="rtl"] .price-card .checklist li i {
    margin-left: 4px;
    margin-right: 0
}

[dir="rtl"] .newsletter-area-1 {
    padding: 80px 0px 80px 60px
}

[dir="rtl"] .newsletter-area-1 .newsletter-thumb {
    left: auto !important;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 991px) {
    [dir="rtl"] .newsletter-area-1 {
        padding: 60px
    }
}

[dir="rtl"] .hero-4 .hero-social {
    left: -183px;
    right: auto
}

[dir="rtl"] .hero-4 .hero-img4 {
    margin-left: -165px;
    margin-right: 0
}

[dir="rtl"] .hero-4 .hero-img4 .img2 {
    right: -30px;
    left: auto
}

[dir="rtl"] .hero-4 .shape1 {
    left: 170px;
    right: auto
}

@media (max-width: 1600px) {
    [dir="rtl"] .hero-4 .hero-img4 {
        margin-left: 0
    }
}

@media (max-width: 1500px) {
    [dir="rtl"] .hero-4 .hero-img4 {
        margin-left: 75px
    }
}

@media (max-width: 1399px) {
    [dir="rtl"] .hero-4 .hero-img4 {
        margin-left: 50px
    }
}

@media (max-width: 1299px) {
    [dir="rtl"] .hero-4 .hero-img4 {
        margin-right: 30px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .hero-4 .shape1 {
        left: 100px
    }
}

[dir="rtl"] .testi-slider-4 {
    margin-right: calc(-400px + 12px);
    margin-left: 0
}

[dir="rtl"] .testi-slider-4 .slick-list {
    margin-right: 400px;
    margin-left: 0
}

[dir="rtl"] .testi-slider-4 .slick-dots {
    margin-right: calc(200px - 12px);
    margin-left: 0
}

[dir="rtl"] .testi-box.style3 .testi-box_img:after {
    right: -8px;
    left: auto
}

[dir="rtl"] .testi-box.style3 .testi-box-author-details {
    margin-left: auto;
    margin-right: 20px
}

@media (max-width: 1199px) {
    [dir="rtl"] .testi-slider-4 .slick-list {
        margin-right: 300px
    }

    [dir="rtl"] .testi-slider-4 {
        margin-right: calc(-300px + 12px)
    }
}

@media (max-width: 991px) {
    [dir="rtl"] .testi-slider-4 .slick-list {
        margin-right: 0
    }

    [dir="rtl"] .testi-slider-4 {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .testi-slider-4 {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 320px) {
    [dir="rtl"] .testi-box.style3 .testi-box-author-details {
        margin-right: 10px
    }
}

[dir="rtl"] .event-grid .event-content {
    padding: 60px 40px 60px 60px;
    right: auto;
    left: 0;
    margin-right: 40px;
    margin-left: 0
}

[dir="rtl"] .event-grid .event-content .event-bg-shape {
    left: auto;
    right: -40px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

[dir="rtl"] .event-grid:nth-of-type(odd) .event-content {
    left: unset;
    right: 0;
    margin-right: 0;
    margin-left: 40px;
    padding: 60px 60px 60px 40px
}

[dir="rtl"] .event-grid:nth-of-type(odd) .event-content .event-bg-shape {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: -40px
}

@media (max-width: 1299px) {
    [dir="rtl"] .event-grid .event-content {
        width: 66%;
        padding: 50px 30px 50px 50px
    }

    [dir="rtl"] .event-grid:nth-of-type(odd) .event-content {
        padding: 50px 50px 50px 30px
    }
}

@media (max-width: 1199px) {
    [dir="rtl"] .event-grid .event-content {
        width: 73%;
        padding: 40px 20px 40px 40px
    }

    [dir="rtl"] .event-grid:nth-of-type(odd) .event-content {
        padding: 40px 40px 40px 20px
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .event-grid .event-content {
        width: auto;
        margin: 0;
        padding: 40px
    }

    [dir="rtl"] .event-grid:nth-of-type(odd) .event-content {
        margin: 0
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .event-grid:nth-of-type(odd) .event-content {
        padding: 30px
    }

    [dir="rtl"] .event-grid .event-content {
        padding: 30px
    }
}

.home-kindergarten {
    --theme-color: #FE5D37;
    --theme-color2: #786ACF;
    --theme-color3: #AED139;
    --smoke-theme: #F9F6EF;
    --title-font: 'Baloo 2', cursive
}

.bg-theme3 {
    background-color: var(--theme-color3)
}

.bg-theme-smoke {
    background-color: var(--smoke-theme)
}

.bg-mask {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.shape-mockup-wrap.z-index-common {
    z-index: 3
}

.movingX-reverse {
    -webkit-animation: movingX-reverse 8s linear infinite;
    animation: movingX-reverse 8s linear infinite
}

@-webkit-keyframes movingX-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.icon-btn:has(.bg-theme2):hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2)
}

.box-title {
    font-size: 24px;
    line-height: 1.417
}

.box-title a {
    color: inherit
}

.box-title a:hover {
    color: var(--theme-color)
}

.home-kindergarten .th-btn {
    box-shadow: none
}

.home-kindergarten .th-btn.style6 {
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.home-kindergarten .th-btn.style6:before {
    background-color: var(--title-color)
}

.home-kindergarten .sub-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2)
}

.bg-style-1 {
    padding: 60px 0
}

.header-layout11 {
    --main-container: 1600px
}

.header-layout11 .header-shape {
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 33px;
    -webkit-animation: headerShapeAnim 80s linear infinite;
    animation: headerShapeAnim 80s linear infinite
}

@-webkit-keyframes headerShapeAnim {
    0% {
        background-position: top left
    }

    100% {
        background-position: top left 2000px
    }
}

@keyframes headerShapeAnim {
    0% {
        background-position: top left
    }

    100% {
        background-position: top left 2000px
    }
}

.hero-9 {
    padding-top: 150px
}

.hero-9 .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 152px;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom center;
    z-index: 5
}

.hero-9 .hero-img {
    margin: 0px -160px 0px 50px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%
}

.hero-9 .hero-img:after,
.hero-9 .hero-img:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    width: 100%;
    height: 100%;
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite;
    z-index: -2
}

.hero-9 .hero-img img {
    -webkit-animation: morph 10s ease-in-out infinite;
    animation: morph 10s ease-in-out infinite
}

.hero-9 .hero-img:before {
    top: -20px;
    left: -40px;
    opacity: 0.3;
    -webkit-animation-delay: 0.2;
    animation-delay: 0.2
}

.hero-9 .hero-img:after {
    right: -20px;
    bottom: -40px;
    background-color: var(--theme-color);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: -3
}

.hero-9 .shape {
    position: absolute
}

.hero-9 .shape-1 {
    left: 3%;
    top: 14%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-9 .shape-2 {
    left: 40%;
    top: 8%;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.hero-9 .shape-3 {
    left: 6%;
    bottom: 20%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

.hero-9 .shape-4 {
    left: 41%;
    bottom: 22%;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

.hero-9 .shape-5,
.hero-9 .shape-6,
.hero-9 .shape-7 {
    top: 0;
    z-index: 0;
    -webkit-animation: cloudAni 15s linear infinite;
    animation: cloudAni 15s linear infinite
}

.hero-9 .shape-7 {
    right: 1%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hero-9 .shape-6 {
    right: 10%
}

.hero-9 .shape-5 {
    right: 35%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@-webkit-keyframes cloudAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes cloudAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.hero-style9 {
    max-width: 660px;
    padding: 180px 0 200px;
    position: relative;
    z-index: 6
}

.hero-style9 .hero-subtitle {
    font-size: 14px;
    font-weight: 700;
    background: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
    padding: 4.5px 18px;
    margin-bottom: 29px
}

@media (max-width: 1500px) {
    .hero-9 .hero-img {
        margin: 0px 50px 0px -50px
    }
}

@media (max-width: 1299px) {
    .hero-9 .hero-img {
        right: 1%;
        max-width: 700px
    }

    .hero-9 .shape-2 {
        left: 30%;
        top: 18%
    }

    .hero-9 .shape-1 {
        top: 24%
    }

    .hero-style9 {
        padding: 100px 0 120px
    }
}

@media (max-width: 1400px) {
    .hero-style9 {
        max-width: 560px
    }
}

@media (max-width: 1199px) {
    .hero-9 .hero-img {
        margin: 0px 0px 0px 0px
    }
}

@media (max-width: 991px) {
    .hero-9 .hero-img {
        display: none
    }

    .hero-9 .shape-5,
    .hero-9 .shape-6,
    .hero-9 .shape-7 {
        max-width: 110px
    }

    .hero-style9 {
        padding: 80px 0 160px
    }
}

@media (max-width: 575px) {
    .hero-9 .shape-2 {
        display: none
    }

    .hero-style9 {
        padding: 80px 0 150px 0;
        text-align: center
    }

    .hero-style9 .btn-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-style9 .hero-subtitle {
        font-size: 14px
    }

    .hero-style9 .hero-subtitle:before {
        display: none
    }
}

.footer-layout4 {
    --body-color: #fff;
    background-color: var(--title-color);
    background-size: 100% 100%;
    background-position: top center;
    margin-top: -80px;
    padding-top: 80px
}

.footer-layout4 .footer-widget.style2 .widget_title {
    font-size: 24px;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    font-weight: 600
}

.footer-layout4 .footer-widget.style2 .widget_title:before {
    background-color: var(--theme-color)
}

.footer-layout4 .info-box_link {
    font-size: 22px;
    font-weight: 600;
    color: var(--white-color)
}

.footer-layout4 .copyright-wrap {
    background: transparent;
    background-size: cover !important;
    background-position: top center !important;
    padding: 29px 0
}

.footer-layout4 .copyright-text a {
    color: var(--white-color)
}

.footer-layout4 .copyright-text a:hover {
    color: var(--title-color)
}

@media (max-width: 1199px) {
    .footer-layout4 .copyright-wrap {
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .footer-layout4 .widget-area {
        padding-bottom: 50px
    }
}

.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about-profile .avater {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden
}

.about-profile .desig {
    margin-bottom: 0;
    margin-top: 5px
}

.rounded-10 {
    border-radius: 10px
}

.btn-group:has(.about-profile) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 500px
}

.img-box12 {
    border-radius: 30px;
    overflow: hidden;
    margin-left: 70px
}

.img-box12 img {
    width: 100%
}

.checklist.style5 li {
    color: var(--body-color)
}

.checklist.style5 li:before {
    content: '\f336'
}

@media (max-width: 1399px) {
    .img-box12 {
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .img-box12 {
        margin-bottom: 40px
    }
}

.cta-cloud {
    text-align: center;
    max-width: 700px;
    background-size: 100% 100%;
    padding: 150px 100px 140px 100px
}

.cta-cloud .cta-call {
    color: var(--theme-color3);
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    display: block
}

.cta-cloud .cta-call:hover {
    color: var(--theme-color)
}

.mt-negative-v1 {
    background-size: 100% 100%;
    margin-top: -80px
}

@media (max-width: 1199px) {
    .cta-cloud {
        max-width: 600px
    }

    .cta-cloud .cta-call {
        font-size: 28px
    }
}

@media (max-width: 991px) {
    .cta-cloud {
        padding: 110px 100px 100px 100px
    }
}

@media (max-width: 575px) {
    .cta-cloud {
        padding: 110px 40px 100px 40px
    }

    .cta-cloud .cta-call {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .cta-cloud {
        padding: 110px 20px 100px 20px
    }
}

.program-card {
    text-align: center;
    background-color: var(--theme-color);
    border-radius: inherit;
    position: relative;
    padding: 0 27px 12px 27px;
    z-index: 2
}

.program-card-wrap {
    border: 1px dashed var(--theme-color);
    padding: 20px;
    border-radius: 20px
}

.program-card_img {
    max-width: 200px;
    margin: 0 auto 18px auto;
    padding: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 999px 999px
}

.program-card_img img {
    border-radius: inherit
}

.program-card_title,
.program-card_year,
.program-card_text {
    color: var(--white-color)
}

.program-card_title {
    margin-bottom: 0
}

.program-card_title a:hover {
    color: var(--title-color)
}

.program-card_year {
    font-size: 14px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 20px
}

.program-card_text {
    max-width: 300px;
    margin: 0 auto 50px auto
}

.program-card .link-btn {
    color: var(--white-color)
}

.program-card .link-btn:before {
    background-color: var(--white-color)
}

.program-card_cloud {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 71px;
    width: 225px;
    margin-left: -112.5px;
    background-color: var(--white-color);
    -webkit-clip-path: path("M212.22 58.0098C218.889 59.0904 223.429 64.3913 225 71H4C0.86865 67.3374 0.0340561 64.7663 0.0001426 59.9321C-0.0224664 55.0979 2.64538 48.8305 6.59066 46.0665C13.2377 41.4029 20.9248 43.291 24.1918 44.7015C24.7683 41.1867 26.8031 35.943 31.3136 33.7932C38.5259 30.3467 45.0373 32.6444 47.1173 33.7591C46.8347 29.7552 49.5365 25.922 53.1087 24.1475C56.6923 22.3731 60.9427 22.4186 64.7976 23.4651C64.0741 20.5418 64.8767 14.9568 69.2968 12.1132C74.2369 8.92829 80.7709 8.00695 85.8579 10.9644C90.4136 3.10449 99.8416 -1.252 108.75 0.3177C117.658 1.8874 125.22 9.44015 126.848 18.392C129.471 15.4346 134.987 13.171 142.007 14.6497C149.943 16.3218 152.702 22.0432 154.216 24.6594C158.93 20.7807 165.453 19.2565 171.444 20.3143C177.436 21.3835 182.896 25.1713 185.993 30.4377C187.587 33.1335 188.559 36.1478 189.385 39.162C195.206 36.8075 201.605 37.6379 206.714 41.3005C211.824 44.9745 214.458 52.1178 212.22 58.0098Z");
    clip-path: path("M212.22 58.0098C218.889 59.0904 223.429 64.3913 225 71H4C0.86865 67.3374 0.0340561 64.7663 0.0001426 59.9321C-0.0224664 55.0979 2.64538 48.8305 6.59066 46.0665C13.2377 41.4029 20.9248 43.291 24.1918 44.7015C24.7683 41.1867 26.8031 35.943 31.3136 33.7932C38.5259 30.3467 45.0373 32.6444 47.1173 33.7591C46.8347 29.7552 49.5365 25.922 53.1087 24.1475C56.6923 22.3731 60.9427 22.4186 64.7976 23.4651C64.0741 20.5418 64.8767 14.9568 69.2968 12.1132C74.2369 8.92829 80.7709 8.00695 85.8579 10.9644C90.4136 3.10449 99.8416 -1.252 108.75 0.3177C117.658 1.8874 125.22 9.44015 126.848 18.392C129.471 15.4346 134.987 13.171 142.007 14.6497C149.943 16.3218 152.702 22.0432 154.216 24.6594C158.93 20.7807 165.453 19.2565 171.444 20.3143C177.436 21.3835 182.896 25.1713 185.993 30.4377C187.587 33.1335 188.559 36.1478 189.385 39.162C195.206 36.8075 201.605 37.6379 206.714 41.3005C211.824 44.9745 214.458 52.1178 212.22 58.0098Z");
    opacity: 0.20;
    z-index: -1
}

.activity-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.activity-box_icon img {
    width: 100%
}

.activity-box_title {
    font-weight: bold;
    margin-top: -0.24em;
    margin-bottom: 10px
}

.activity-box_text {
    margin-bottom: -0.5em
}

.img-box13 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media (max-width: 1199px) {
    .img-box13 {
        margin-top: 50px;
        text-align: center
    }

    .img-box13 img {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .activity-box {
        display: block;
        text-align: center
    }

    .activity-box_icon {
        margin-bottom: 20px
    }

    .activity-box_icon img {
        width: auto
    }
}

.team-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-align: center
}

.team-block .team-img {
    border: 1px dashed var(--theme-color);
    margin-bottom: 30px;
    border-radius: inherit;
    background-color: var(--white-color);
    padding: 20px;
    position: relative
}

.team-block .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: inherit
}

.team-block .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.23em;
    font-weight: 700
}

.team-block .team-title a {
    color: inherit
}

.team-block .team-title a:hover {
    color: var(--theme-color)
}

.team-block .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.45em
}

.team-block .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    z-index: 3
}

.team-block .icon-btn i {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-block .icon-btn:hover i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team-block .th-social {
    position: absolute;
    width: 45px;
    bottom: 50px;
    left: 2.5px
}

.team-block .th-social a {
    margin-right: 0;
    margin-bottom: 5px;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.team-block .th-social a:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-block .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-block .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-block .th-social a:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.team-block .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-block .team-social {
    position: absolute;
    bottom: -25px;
    right: 40px
}

.team-block .team-social:hover .th-social a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.team-block .team-social:hover .th-social a:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.team-block .team-social:hover .th-social a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.team-block .team-social:hover .th-social a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.team-block .team-social:hover .th-social a:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.service-block {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.service-block-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.service-block-tab .tab-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.service-block-tab .tab-btn {
    width: auto;
    text-align: center;
    cursor: pointer
}

.service-block-tab .tab-btn:hover .tab-title,
.service-block-tab .tab-btn.active .tab-title {
    color: var(--theme-color)
}

.service-block-tab .indicator {
    position: absolute
}

.service-block:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    border-radius: inherit;
    opacity: 0.05;
    z-index: -1
}

.service-block_thumb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 5px auto 10px auto;
    background-color: var(--smoke-theme);
    border-radius: 50%;
    position: relative
}

.service-block_thumb:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: inherit;
    z-index: -1
}

.service-block_title {
    font-size: 30px;
    margin-bottom: 18px
}

.service-block_title a {
    color: inherit
}

.service-block_title a:hover {
    color: var(--theme-color)
}

.service-block_img {
    min-width: 285px;
    border-radius: 10px;
    overflow: hidden
}

.service-block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-block_text {
    margin-bottom: 28px
}

@media (max-width: 991px) {
    .service-block {
        gap: 25px
    }

    .service-block_title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .service-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-block_img {
        min-width: 100%
    }
}

@media (max-width: 575px) {
    .service-block-tab .tab-title {
        font-size: 16px;
        line-height: 1.3
    }
}

@media (max-width: 575px) {
    .service-block-tab .tab-title {
        display: none
    }

    .service-block_thumb {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin: 5px 0 0 5px
    }
}

@media (max-width: 375px) {
    .service-block {
        padding: 20px
    }
}

.img-box14 {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.img-box14 .img1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.img-box14 .img1 img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.img-box14 .shape1 {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: -1
}

.img-box14 .shape1 img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media (max-width: 1199px) {
    .img-box14 {
        text-align: center;
        margin-bottom: 50px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .img-box14 .img1 {
        position: static
    }

    .img-box14 .img1 img {
        max-width: 100%
    }

    .img-box14 .shape1 {
        left: 0
    }
}

@media (max-width: 991px) {
    .img-box14 .shape1 img {
        max-width: 100%
    }
}

.testi-grid-style3 {
    background: var(--white-color);
    border: none;
    box-shadow: 0px 10px 15px rgba(0, 14, 57, 0.04);
    padding: 40px;
    position: relative
}

.testi-grid-style3 .testi-grid_avater {
    width: 70px;
    border-radius: 10px
}

.testi-grid-style3 .testi-grid_text {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--body-font);
    margin-top: -0.5em
}

.testi-grid-style3 .testi-grid_name {
    color: var(--title-color);
    font-weight: 700
}

.testi-grid-style3 .testi-grid_bottom {
    border-color: var(--theme-color)
}

.testi-grid-style3 .testi-grid_quote {
    position: absolute;
    bottom: 60px;
    right: 40px
}

@media (max-width: 375px) {
    .testi-grid-style3 {
        padding: 40px 20px
    }

    .testi-grid-style3 .testi-grid_quote {
        right: 20px
    }
}

.price-card2 {
    padding: 40px;
    background-color: var(--theme-color);
    border-radius: 20px;
    position: relative;
    margin: 20px;
    z-index: 2
}

.price-card2:before {
    content: '';
    position: absolute;
    inset: -20px;
    background-color: var(--theme-color);
    opacity: 0.2;
    border-radius: 30px;
    z-index: -1
}

.price-card2_price {
    color: var(--white-color);
    font-size: 48px;
    font-weight: bold;
    line-height: 1
}

.price-card2_price .currency {
    font-size: 24px
}

.price-card2_price .duration {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500
}

.price-card2_title {
    border-bottom: 3px solid var(--white-color);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: -0.24em;
    margin-bottom: 20px;
    color: var(--white-color)
}

.price-card2_img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: -1
}

.price-card2 .available-list {
    border-top: 1px dashed var(--border-color);
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 30px
}

.price-card2 .th-btn {
    background-color: var(--body-color)
}

.price-card2 .available-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.price-card2 .available-list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--white-color);
    padding-left: 26px
}

.price-card2 .available-list li:last-child {
    margin-bottom: 0
}

.price-card2 .available-list li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--white-color);
    font-size: 1em;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0
}

.price-card2 .available-list li.unavailable {
    opacity: 0.5
}

.th-btn {
    padding: 12px 20px !important;
}

.price-card2 .available-list li.unavailable:before {
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .price-card2_img {
        max-width: 100px
    }
}

@media (max-width: 375px) {
    .price-card2 {
        padding: 40px 25px;
        margin: 15px
    }

    .price-card2:before {
        inset: -15px
    }
}

@media (max-width: 340px) {
    .price-card2_img {
        max-width: 70px
    }
}

.bg-gradient-1 {
    background: linear-gradient(145deg, #8ecf35, #23cc88);
}

.bg-gradient-3 {
    background: linear-gradient(145deg, #ff4f58, #ffb400);
}

.bg-gradient-2 {
    background: linear-gradient(145deg, #01cbad, #47a1f2);
}

.bg-gradient-4 {
    background: linear-gradient(145deg, #e85aca, #fc4e65);
}

.wpo-about-section-s2 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s3 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s4 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s5 .wpo-about-wrap .theme-btn-s2 {
    margin-top: 30px;
}

/* 5.3 wpo-courses-section-s2 */
.wpo-courses-section-s2,
.wpo-courses-section-s4 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {

    .wpo-courses-section-s2,
    .wpo-courses-section-s4 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {

    .wpo-courses-section-s2,
    .wpo-courses-section-s4 {
        padding-bottom: 50px;
    }
}

.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item {
    margin-bottom: 30px;
    text-align: center;
}

.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .courses-icon {
    margin: 0 auto;
    margin-bottom: 15px;
}

/* 5.4 wpo-choose-section-s2 */
.wpo-choose-section-s2 {
    background: none;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-choose-section-s2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-choose-section-s2 {
        padding-bottom: 50px;
    }
}

.wpo-choose-section-s2 .right-img {
    margin-right: 0;
    top: 0;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .right-img img {
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap {
    padding: 0;
    margin: 0 -40px;
}

@media (max-width: 1399px) {
    .wpo-choose-section-s2 .wpo-choose-wrap {
        margin: 0 -15px;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap .grid {
    width: 25%;
    padding: 0 40px;
}

@media (max-width: 1399px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 100%;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap .grid .info {
    max-width: 270px;
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid .info {
        margin: 0 auto;
    }
}

/* 5.6 wpo-subscribe-section-s2 */
.wpo-subscribe-section-s2 {
    padding-bottom: 0;
}

.wpo-subscribe-section-s2 .container-fluid {
    padding: 0;
}

.wpo-subscribe-section-s2 .container-fluid .wpo-subscribe-wrap {
    border-radius: 0;
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-features-area-s2*/
.wpo-features-area-s2 .features-wrap {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item {
    background: #FCF7E6;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1199px) {
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item {
        margin-bottom: 20px;
    }
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon {
    background: #F2BC00;
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item {
    background: #F3F2FF;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon {
    background: #4540E1;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item {
    background: #E6FAF5;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon {
    background: #15A280;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item {
    background: #FFEEF2;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item .icon {
    background: #F9406C;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item .icon .fi {
    color: #fff;
}

.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item {
    margin-bottom: 30px;
    text-align: center;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.wpo-courses-section-s2 {
    background: #FCF9EF;
    z-index: 1;
    position: relative;
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon {
    background: #F2BC00;
}





















@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&amp;display=swap");

/* 1.1 Theme Reset Style */
html {
    font-size: 15px;
}

:root {
    scroll-behavior: unset;
}

body {
    font-family: "Lexend", serif;
    color: #625F71;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-size: 18px;
    color: #625F71;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #033f79;
    font-family: "Lexend", serif;
    font-weight: 500;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.hidden {
    display: none;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #4540E1;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
    background-color: rgba(69, 64, 225, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #4540E1;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #4540E1;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: 1;
}

.wpo-section-title small,
.wpo-section-title-s2 small,
.wpo-section-title-s3 small {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #F2BC00;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
    margin: 0;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    margin-top: 10px;
    z-index: 1;
}

@media (max-width: 991px) {

    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 45px;
        line-height: 55px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {

    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 10px;
    }
}

@media (max-width: 330px) {

    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 30px;
    }
}

.wpo-section-title h2 span,
.wpo-section-title-s2 h2 span,
.wpo-section-title-s3 h2 span {
    position: relative;
    z-index: -1;
}

.wpo-section-title h2 span .shape,
.wpo-section-title-s2 h2 span .shape,
.wpo-section-title-s3 h2 span .shape {
    position: absolute;
    top: -10px;
    left: -30px;
    width: 150%;
    z-index: -1;
}

.wpo-section-title h2 span .shape svg,
.wpo-section-title-s2 h2 span .shape svg,
.wpo-section-title-s3 h2 span .shape svg {
    fill: #F2BC00;
}

.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.wpo-section-title-s2 h2 span .shape {
    top: -10px;
    left: -15px;
    width: 108%;
}

@media (max-width: 767px) {
    .wpo-section-title-s2 h2 span .shape {
        top: -4px;
        left: -10px;
        width: 108%;
    }
}

.wpo-section-title-s3 small {
    color: #625F71;
}

.theme-btn,
.view-cart-btn,
.theme-btn-s2 {
    color: white;
    display: inline-block;
    font-weight: 500;
    padding: 10px 29px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 18px;
    background: #323a7a;
    font-family: "Lexend", serif;
    border-radius: 6px;
    font-weight: 600;
}

.theme-btn:after,
.view-cart-btn:after,
.theme-btn-s2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    background: #343c80;
    opacity: 0;
    z-index: -1;
    border-radius: 30px;
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    color: white;
}

.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn-s2:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {

    .theme-btn,
    .view-cart-btn,
    .theme-btn-s2 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .view-cart-btn,
    .theme-btn-s2 {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.theme-btn-s2 {
    padding-right: 70px;
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        padding-right: 50px;
    }
}

.theme-btn-s2:before {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 30px;
    background: #fff;
    content: "\e628";
    font-family: "themify";
    text-align: center;
}

@media (max-width: 767px) {
    .theme-btn-s2:before {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.theme-btn-s3,
.theme-btn-s4,
.theme-btn-s5 {
    color: #fff;
    display: inline-block;
    padding: 15px 35px;
    padding-right: 75px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    background: #15A280;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;
}

@media (max-width: 991px) {

    .theme-btn-s3,
    .theme-btn-s4,
    .theme-btn-s5 {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.theme-btn-s3:before,
.theme-btn-s4:before,
.theme-btn-s5:before {
    position: absolute;
    right: 40px;
    top: 16px;
    content: "\f123";
    font-family: "Flaticon";
    text-align: center;
}

.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active,
.theme-btn-s5:hover,
.theme-btn-s5:focus,
.theme-btn-s5:active {
    color: #fff;
    background: #11876b;
}

@media (max-width: 767px) {

    .theme-btn-s3,
    .theme-btn-s4,
    .theme-btn-s5 {
        padding: 12px 18px;
        padding-right: 40px;
        font-size: 13px;
    }

    .theme-btn-s3:before,
    .theme-btn-s4:before,
    .theme-btn-s5:before {
        right: 20px;
        top: 13px;
    }
}

.theme-btn-s4 {
    background: none;
    border: 1px solid #1A1729;
    color: #1A1729;
}

.theme-btn-s4:hover {
    background: #1A1729;
}

.theme-btn-s5 {
    background: #F9406C;
}

.theme-btn-s5:hover {
    background: #f82255;
}

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px;
}

.view-cart-btn:after {
    display: none;
}

.view-cart-btn:hover {
    background-color: #2722d7;
}

.view-cart-btn.s1 {
    background: #ddd;
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #4540E1;
    -webkit-box-shadow: 0 0 5px 0 #706ce8;
    -o-box-shadow: 0 0 5px 0 #706ce8;
    -ms-box-shadow: 0 0 5px 0 #706ce8;
    box-shadow: 0 0 5px 0 #706ce8;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: normal;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.form ::-webkit-input-placeholder {
    /* Edge */
    font-style: normal;
}

.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: normal;
}

.form ::-ms-input-placeholder {
    font-style: normal;
}

.form ::placeholder {
    font-style: normal;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #706ce8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}

.social-links li a:hover {
    background-color: #4540E1;
}

.wpo-page-title {
    background: #FCF9EF;
    min-height: 170px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .wpo-page-title {
        min-height: 130px;
    }
}

.wpo-page-title .shape-1 {
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1;
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
}

@media (max-width: 991px) {
    .wpo-page-title .shape-1 {
        top: 8%;
    }
}

@media (max-width: 575px) {
    .wpo-page-title .shape-1 {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-page-title .shape-1 img {
        max-width: 50px;
    }
}

.wpo-page-title .shape-2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: zoom-in-zoom-out 5s ease infinite;
    animation: zoom-in-zoom-out 5s ease infinite;
}

@media (max-width: 575px) {
    .wpo-page-title .shape-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-page-title .shape-2 img {
        max-width: 50px;
    }
}

.wpo-page-title .shape-3 {
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: -1;
    -webkit-animation: bounceX 5s linear infinite;
    animation: bounceX 5s linear infinite;
}

@media (max-width: 575px) {
    .wpo-page-title .shape-3 {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-page-title .shape-3 img {
        max-width: 50px;
    }
}

.wpo-page-title .shape-4 {
    position: absolute;
    right: 50px;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: bounceX 7s linear infinite;
    animation: bounceX 7s linear infinite;
}

@media (max-width: 575px) {
    .wpo-page-title .shape-4 {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-page-title .shape-4 img {
        max-width: 90px;
    }
}

.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 60px;
    color: #1A1729;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #625F71;
    position: relative;
    font-size: 20px;
    font-family: "Lexend", serif;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
        font-size: 18px;
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #625F71;
    border-radius: 50%;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
    color: #625F71;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
    display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
    color: #625F71;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
    color: #F2BC00;
}

.preloader {
    background: #1A1729;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** instagram-widget ***/
    /*** tag-widget ***/
    /*** wpo-contact-widget ***/
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: 1.53333rem;
    color: #1A1729;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    font-family: "Lexend", serif;
    padding-bottom: 20px;
    font-weight: 600;
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #4540E1;
    width: 55px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #f2f2f2;
    width: 80%;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 0;
    border-radius: 10px;
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #f2f2f2;
    height: 70px;
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(69, 64, 225, 0.1);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    background-color: #4540E1;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .about-widget {
    text-align: center;
    background-color: #f2f2f2;
    padding: 45px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding: 35px;
    }
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
    font-family: "Lexend", serif;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #1A1729;
    text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
    color: #4540E1;
}

.blog-sidebar .category-widget ul {
    list-style: none;
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.26667rem;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
    padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 20px;
    font-family: "Lexend", serif;
}

.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul a span {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #4540E1;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em;
    font-family: "Lexend", serif;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #1A1729;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #4540E1;
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #625F71;
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.blog-sidebar .wpo-instagram-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: inline-block;
    padding: 5px 18px;
    color: #1A1729;
    background: #f2f2f2;
    border-radius: 5px;
    font-family: "Lexend", serif;
    text-transform: uppercase;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #4540E1;
    color: #fff;
}

.blog-sidebar .wpo-contact-widget {
    border: 0;
    background: url(../images/bg-2.html) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 30px 40px;
}

.blog-sidebar .wpo-contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 57, 103, 0.9);
    content: "";
    z-index: -1;
}

@media (max-width: 1200px) {
    .blog-sidebar .wpo-contact-widget {
        padding: 20px;
    }
}

.blog-sidebar .wpo-contact-widget h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.blog-sidebar .wpo-contact-widget h2::before {
    left: 28px;
    background: url(../images/Single-title-shape2.html) no-repeat right center;
}

.blog-sidebar .wpo-contact-widget p {
    color: #fff;
    font-size: 18px;
}

.blog-sidebar .wpo-contact-widget a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    position: relative;
    margin-top: 10px;
}

.blog-sidebar .wpo-contact-widget a::before {
    font-family: "themify";
    content: "\e628";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0px;
        padding-right: 45px;
    }
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #1A1729;
    background: #f2f2f2;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #4540E1;
    border-color: #4540E1;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
    background: #363e82;
    padding: 0 60px;
}

@media (max-width: 991px) {
    .topbar {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-style-1 {
        text-align: center;
        padding: 20px 0;
    }
}

.topbar {
    font-size: 16px;
    color: #e5e3e3;
    margin: 0;
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        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;
    }
}

.topbar ul li {
    font-size: 16px;
    float: left;
    padding: 8px 10px;
    color: #fff;
    line-height: 1em;
}

@media (max-width: 991px) {
    .topbar ul li {
        padding: 15px 10px;
    }
}

.topbar .contact-info ul li a {
    color: #fff;
}

.topbar .contact-info ul li a:hover {
    color: #4540E1;
}

.topbar ul li:first-child {
    padding-left: 0;
}

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar .contact-intro ul {
        float: none;
    }
}

@media (max-width: 1200px) {
    .topbar ul li {
        font-size: 12px;
        padding: 15px 10px;
    }
}

@media (max-width: 991px) {
    .topbar ul li {
        font-size: 13px;
    }

    .topbar {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px;
    }
}

@media (max-width: 590px) {
    .topbar ul li {
        float: none;
    }

    .topbar .contact-info ul li {
        float: left;
    }

    .topbar ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.topbar .theme-btn-s2 {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    color: #fff !important;
}

.topbar ul .fi {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 6px;
}

.topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
    background-color: transparent;
}

.wpo-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.wpo-site-header .navigation>.container {
    position: relative;
}

@media (min-width: 991px) {
    .wpo-site-header {
        padding: 0 50px;
    }
}

.wpo-site-header .row {
    width: 100%;
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 10px 0;
    }
}

.wpo-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #4540E1;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wpo-site-header #navbar li {
        position: relative;
    }

    .wpo-site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 4px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #F2BC00;
        content: "";
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 3px;
    }

    .wpo-site-header #navbar>ul>li>a:hover:before,
    .wpo-site-header #navbar>ul>li>a.active:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .wpo-site-header #navbar>ul>li>a.active {
        color: #625F71;
        font-weight: 700;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.wpo-site-header .container-fluid {
    padding: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

    .wpo-site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .wpo-site-header .header-right {
        right: -10px;
    }

    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}

.wpo-site-header #navbar ul {
    list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
    .wpo-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul {
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: #000;
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #F2BC00;
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

.wpo-site-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}

.wpo-site-header .header-right>div {
    float: left;
    position: relative;
}

.wpo-site-header .header-right .close-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .wpo-site-header .header-right .close-form {
        display: none;
    }
}

.wpo-site-header .header-right .close-form .login {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #1A1729;
    margin-right: 20px;
}

@media (max-width: 1399px) {
    .wpo-site-header .header-right .close-form .login {
        font-size: 15px;
    }
}

.wpo-site-header .header-right .close-form .login:hover {
    color: #F2BC00;
}

@media (max-width: 1400px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 15px 15px;
        font-size: 15px;
    }
}

@media (max-width: 1110px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        font-size: 13px;
        padding: 6px 10px;
    }
}

@media (max-width: 991px) {

    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 0;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {

    .wpo-site-header .header-right .close-form .theme-btn .text,
    .wpo-site-header .header-right .close-form .view-cart-btn .text {
        display: none;
    }
}

@media (min-width: 991px) {

    .wpo-site-header .header-right .close-form .theme-btn .mobile,
    .wpo-site-header .header-right .close-form .view-cart-btn .mobile {
        display: none;
    }
}

.wpo-site-header .header-right .close-form .theme-btn .mobile .fi,
.wpo-site-header .header-right .close-form .view-cart-btn .mobile .fi {
    font-size: 20px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right>div {
        margin-right: 10px;
    }

    .header-right {
        right: -10px;
    }
}

.wpo-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

@media (max-width: 1199px) {
    .wpo-site-header .header-right>div:last-child {
        margin: 0;
    }
}

.wpo-site-header .header-right .header-search-form-wrapper {
    position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right .cart-toggle-btn {
        display: none;
    }
}

@media (max-width: 450px) {
    .wpo-site-header .header-right .search-toggle-btn {
        width: 18px;
        height: 30px;
        text-align: center;
    }
}

.wpo-site-header .header-right .search-toggle-btn .fi {
    color: #625F71;
    margin-right: 20px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right .search-toggle-btn .fi {
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .header-right .search-toggle-btn .fi:before {
        font-size: 16px;
    }
}

.wpo-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: 0;
}

/*** cart-search-contact ***/
.cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.cart-search-contact .fi {
    font-size: 30px;
    font-size: 2rem;
    color: #1A1729;
}

.cart-search-contact>div {
    float: left;
    position: relative;
}

.cart-search-contact>div+div {
    margin-left: 12px;
}

.cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .cart-search-contact .header-search-form {
        top: 65px;
    }
}

@media (max-width: 767px) {
    .cart-search-contact .header-search-form {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .cart-search-contact .header-search-form {
        width: 260px;
        padding: 15px;
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.2rem;
}

.cart-search-contact form div {
    position: relative;
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important;
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D9D9D9;
}

.cart-search-contact input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4540E1;
}

.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mini-cart .cart-count {
    background: #4540E1;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-size: 0.53333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.mini-cart-content {
    background: #fff;
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
    .mini-cart-content {
        width: 290px;
    }
}

.mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: white;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 54px;
    border-radius: 3px;
    right: 10px;
    top: 20px;
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px;
}

.mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #1A1729;
    margin: 0;
    text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    text-align: left;
    color: #1A1729;
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: #4540E1;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}

.mini-cart-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: .02;
    z-index: -1;
}

.mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #1A1729;
    display: block;
    margin-bottom: 30px;
    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;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #c79652;
    font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em;
}

.header-search-area form {
    position: relative;
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-search-area input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4540E1;
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.header-search-area form button:focus {
    border: none;
    outline: none;
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99;
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0;
}

.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.wpo-site-header .navigation {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.wpo-site-header .navigation>.container {
    position: relative;
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 10px 0;
    }
}

.wpo-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    text-decoration: none;
    color: #F2BC00;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }

    .wpo-site-header #navbar li {
        position: relative;
    }

    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 20px;
        display: block;
        color: #625F71;
        font-weight: 400;
        position: relative;
        font-family: "Lexend", serif;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 35px 15px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 235px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 17px;
        display: block;
        padding: 10px 15px;
        color: #1A1729;
        font-family: "Lexend", serif;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        text-transform: capitalize;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 15px;
        bottom: 4px;
        width: 0px;
        height: 2px;
        content: "";
        background: #F2BC00;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar>ul>li .sub-menu a:hover:after,
    .wpo-site-header #navbar>ul>li .sub-menu a.active:after {
        width: 40px;
        opacity: 1;
        visibility: visible;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }

    .wpo-site-header #navbar>ul>li a:hover,
    .wpo-site-header #navbar>ul>li a.active {
        color: #fff;
    }

    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
    .wpo-site-header #navbar>ul .menu-item-has-children>a.active {
        color: #fff;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
    }

    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }

    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
}

.wpo-site-header .menu-close {
    display: none;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

    .wpo-site-header .container {
        width: 100%;
    }

    .wpo-site-header .mobail-menu button {
        background-color: #F2BC00;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }

    .wpo-site-header #navbar {
        background: #1A1729;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar .navbar-nav {
        display: block;
    }

    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: #000;
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #4540E1;
    }

    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
    }

    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header {
        float: none;
    }

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 120px;
    }
}

@media (max-width: 370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1700px) {
    .wpo-site-header {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 15px;
    }

    .wpo-site-header {
        padding: 0 10px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 10px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 6px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {

    .wpo-site-header,
    .wpo-header-style-2 {
        z-index: 99999;
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
    background: #fff;
}

@media (max-width: 1700px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 50px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 10px 10px;
    }
}

.wpo-header-style-2,
.wpo-header-style-3 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}

.wpo-header-style-2 .navigation,
.wpo-header-style-3 .navigation {
    background: transparent;
    border-radius: 5px;
}

.wpo-header-style-2 .navigation.sticky-on,
.wpo-header-style-3 .navigation.sticky-on {
    background: #fff;
}

.wpo-header-style-2 .navigation .navbar-header .navbar-brand,
.wpo-header-style-3 .navigation .navbar-header .navbar-brand {
    margin-left: 5px;
}

@media (max-width: 991px) {

    .wpo-header-style-2 .navigation .navbar-header .navbar-brand,
    .wpo-header-style-3 .navigation .navbar-header .navbar-brand {
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) {

    .wpo-header-style-2 .wpo-site-header #navbar>ul .sub-menu,
    .wpo-header-style-3 .wpo-site-header #navbar>ul .sub-menu {
        background: #fff;
    }

    .wpo-header-style-2 .wpo-site-header #navbar>ul .sub-menu a,
    .wpo-header-style-3 .wpo-site-header #navbar>ul .sub-menu a {
        color: #1A1729;
    }

    .wpo-header-style-2 #navbar>ul>li>a,
    .wpo-header-style-3 #navbar>ul>li>a {
        color: #1A1729;
    }
}

.wpo-header-style-2 .header-right .cart-toggle-btn,
.wpo-header-style-2 .header-right .search-toggle-btn,
.wpo-header-style-3 .header-right .cart-toggle-btn,
.wpo-header-style-3 .header-right .search-toggle-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi,
.wpo-header-style-3 .header-right .cart-toggle-btn .fi,
.wpo-header-style-3 .header-right .search-toggle-btn .fi {
    color: #1A1729;
}

.wpo-header-style-3 .theme-btn,
.wpo-header-style-3 .view-cart-btn {
    background: none;
    border: 1px solid #1A1729;
}

.wpo-header-style-3 .theme-btn:hover,
.wpo-header-style-3 .view-cart-btn:hover {
    background: #1A1729;
    color: #fff;
}

.wpo-header-style-3 .theme-btn:after,
.wpo-header-style-3 .view-cart-btn:after {
    display: none;
}

@media (min-width: 992px) {
    .wpo-header-style-3 #navbar>ul>li>a:before {
        display: none;
    }
}

.wpo-header-style-3 #navbar>ul>li>a:hover {
    color: #1A1729;
}

.wpo-header-style-3 #navbar>ul>li .sub-menu a:after {
    background-color: #1A1729;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.static-hero-s3,
.static-hero-s4,
.static-hero-s5 {
    height: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {

    .wpo-hero-slider,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .wpo-hero-slider,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 500px;
    }
}

.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.static-hero-s3 .swiper-slide,
.static-hero-s4 .swiper-slide,
.static-hero-s5 .swiper-slide {
    overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container,
.static-hero-s2 .swiper-container,
.static-hero-s2 .hero-container,
.static-hero-s3 .swiper-container,
.static-hero-s3 .hero-container,
.static-hero-s4 .swiper-container,
.static-hero-s4 .hero-container,
.static-hero-s5 .swiper-container,
.static-hero-s5 .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner,
.static-hero-s2 .slide-inner,
.static-hero-s2 .hero-inner,
.static-hero-s3 .slide-inner,
.static-hero-s3 .hero-inner,
.static-hero-s4 .slide-inner,
.static-hero-s4 .hero-inner,
.static-hero-s5 .slide-inner,
.static-hero-s5 .hero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    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;
    text-align: left;
}

.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.static-hero .slide-inner:before,
.static-hero .hero-inner:before,
.static-hero-s2 .slide-inner:before,
.static-hero-s2 .hero-inner:before,
.static-hero-s3 .slide-inner:before,
.static-hero-s3 .hero-inner:before,
.static-hero-s4 .slide-inner:before,
.static-hero-s4 .hero-inner:before,
.static-hero-s5 .slide-inner:before,
.static-hero-s5 .hero-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(288.29deg, #080A14 38.57%, #10121E 61.69%, #282A34 73.68%, #404354 89.54%, #343643 98.19%);
    opacity: 0.5;
    content: "";
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.static-hero-s2 .hero-inner .slide-content,
.static-hero-s3 .slide-inner .slide-content,
.static-hero-s3 .hero-inner .slide-content,
.static-hero-s4 .slide-inner .slide-content,
.static-hero-s4 .hero-inner .slide-content,
.static-hero-s5 .slide-inner .slide-content,
.static-hero-s5 .hero-inner .slide-content {
    text-align: center;
    padding-bottom: 50px;
}

@media (max-width: 1399px) {

    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s3 .slide-inner .slide-content,
    .static-hero-s3 .hero-inner .slide-content,
    .static-hero-s4 .slide-inner .slide-content,
    .static-hero-s4 .hero-inner .slide-content,
    .static-hero-s5 .slide-inner .slide-content,
    .static-hero-s5 .hero-inner .slide-content {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {

    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s3 .slide-inner .slide-content,
    .static-hero-s3 .hero-inner .slide-content,
    .static-hero-s4 .slide-inner .slide-content,
    .static-hero-s4 .hero-inner .slide-content,
    .static-hero-s5 .slide-inner .slide-content,
    .static-hero-s5 .hero-inner .slide-content {
        padding-bottom: 0px;
    }
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-prev,
.static-hero-s3 .swiper-button-next,
.static-hero-s4 .swiper-button-prev,
.static-hero-s4 .swiper-button-next,
.static-hero-s5 .swiper-button-prev,
.static-hero-s5 .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.static-hero .swiper-button-prev:hover,
.static-hero .swiper-button-next:hover,
.static-hero-s2 .swiper-button-prev:hover,
.static-hero-s2 .swiper-button-next:hover,
.static-hero-s3 .swiper-button-prev:hover,
.static-hero-s3 .swiper-button-next:hover,
.static-hero-s4 .swiper-button-prev:hover,
.static-hero-s4 .swiper-button-next:hover,
.static-hero-s5 .swiper-button-prev:hover,
.static-hero-s5 .swiper-button-next:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {

    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next,
    .static-hero-s2 .swiper-button-prev,
    .static-hero-s2 .swiper-button-next,
    .static-hero-s3 .swiper-button-prev,
    .static-hero-s3 .swiper-button-next,
    .static-hero-s4 .swiper-button-prev,
    .static-hero-s4 .swiper-button-next,
    .static-hero-s5 .swiper-button-prev,
    .static-hero-s5 .swiper-button-next {
        display: none;
    }
}

.wpo-hero-slider .swiper-button-prev,
.static-hero .swiper-button-prev,
.static-hero-s2 .swiper-button-prev,
.static-hero-s3 .swiper-button-prev,
.static-hero-s4 .swiper-button-prev,
.static-hero-s5 .swiper-button-prev {
    left: 25px;
}

.wpo-hero-slider .swiper-button-prev:before,
.static-hero .swiper-button-prev:before,
.static-hero-s2 .swiper-button-prev:before,
.static-hero-s3 .swiper-button-prev:before,
.static-hero-s4 .swiper-button-prev:before,
.static-hero-s5 .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 20px;
    color: #fff;
}

.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-next,
.static-hero-s4 .swiper-button-next,
.static-hero-s5 .swiper-button-next {
    right: 25px;
}

.wpo-hero-slider .swiper-button-next:before,
.static-hero .swiper-button-next:before,
.static-hero-s2 .swiper-button-next:before,
.static-hero-s3 .swiper-button-next:before,
.static-hero-s4 .swiper-button-next:before,
.static-hero-s5 .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 20px;
    color: #fff;
}

@media (max-width: 991px) {

    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next,
    .static-hero-s2 .swiper-button-prev,
    .static-hero-s2 .swiper-button-next,
    .static-hero-s3 .swiper-button-prev,
    .static-hero-s3 .swiper-button-next,
    .static-hero-s4 .swiper-button-prev,
    .static-hero-s4 .swiper-button-next,
    .static-hero-s5 .swiper-button-prev,
    .static-hero-s5 .swiper-button-next {
        display: none;
    }
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0 !important;
}

.wpo-hero-slider .swiper-pagination,
.static-hero .swiper-pagination,
.static-hero-s2 .swiper-pagination,
.static-hero-s3 .swiper-pagination,
.static-hero-s4 .swiper-pagination,
.static-hero-s5 .swiper-pagination {
    right: 50px;
    top: 52%;
    left: auto;
    width: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {

    .wpo-hero-slider .swiper-pagination,
    .static-hero .swiper-pagination,
    .static-hero-s2 .swiper-pagination,
    .static-hero-s3 .swiper-pagination,
    .static-hero-s4 .swiper-pagination,
    .static-hero-s5 .swiper-pagination {
        right: 20px;
    }
}

@media (max-width: 575px) {

    .wpo-hero-slider .swiper-pagination,
    .static-hero .swiper-pagination,
    .static-hero-s2 .swiper-pagination,
    .static-hero-s3 .swiper-pagination,
    .static-hero-s4 .swiper-pagination,
    .static-hero-s5 .swiper-pagination {
        right: 5px;
    }
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet,
.static-hero .swiper-pagination .swiper-pagination-bullet,
.static-hero-s2 .swiper-pagination .swiper-pagination-bullet,
.static-hero-s3 .swiper-pagination .swiper-pagination-bullet,
.static-hero-s4 .swiper-pagination .swiper-pagination-bullet,
.static-hero-s5 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    display: block;
    background: none;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.static-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.static-hero-s2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.static-hero-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.static-hero-s4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.static-hero-s5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    position: relative;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.static-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.static-hero-s2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.static-hero-s3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.static-hero-s4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.static-hero-s5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    position: absolute;
    left: -55px;
    top: 50%;
    width: 50px;
    height: 1px;
    content: "";
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.static-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction,
.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero-s2 .swiper-pagination-custom,
.static-hero-s2 .swiper-pagination-fraction,
.static-hero-s3 .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero-s3 .swiper-pagination-custom,
.static-hero-s3 .swiper-pagination-fraction,
.static-hero-s4 .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero-s4 .swiper-pagination-custom,
.static-hero-s4 .swiper-pagination-fraction,
.static-hero-s5 .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero-s5 .swiper-pagination-custom,
.static-hero-s5 .swiper-pagination-fraction {
    bottom: 30px;
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.wpo-hero-slider .hero-shape,
.static-hero .hero-shape,
.static-hero-s2 .hero-shape,
.static-hero-s3 .hero-shape,
.static-hero-s4 .hero-shape,
.static-hero-s5 .hero-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.wpo-hero-slider .hero-shape svg,
.static-hero .hero-shape svg,
.static-hero-s2 .hero-shape svg,
.static-hero-s3 .hero-shape svg,
.static-hero-s4 .hero-shape svg,
.static-hero-s5 .hero-shape svg {
    width: 100%;
}

@media (max-width: 1199px) {

    .wpo-hero-slider,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 680px;
    }
}

@media (max-width: 991px) {

    .wpo-hero-slider,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .wpo-hero-slider,
    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 450px;
    }
}

.wpo-hero-slider .gradient-overlay,
.static-hero .gradient-overlay,
.static-hero-s2 .gradient-overlay,
.static-hero-s3 .gradient-overlay,
.static-hero-s4 .gradient-overlay,
.static-hero-s5 .gradient-overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1A1729), color-stop(65%, transparent));
    background: linear-gradient(left, #1A1729 45%, transparent 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .6;
}

.wpo-hero-slider .gradient-overlay+.container,
.static-hero .gradient-overlay+.container,
.static-hero-s2 .gradient-overlay+.container,
.static-hero-s3 .gradient-overlay+.container,
.static-hero-s4 .gradient-overlay+.container,
.static-hero-s5 .gradient-overlay+.container {
    position: relative;
    z-index: 11;
}

.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.static-hero-s3 .swiper-slide,
.static-hero-s4 .swiper-slide,
.static-hero-s5 .swiper-slide {
    position: relative;
    z-index: 11;
}

.wpo-hero-slider .wpo-hero-title-top span,
.static-hero .wpo-hero-title-top span,
.static-hero-s2 .wpo-hero-title-top span,
.static-hero-s3 .wpo-hero-title-top span,
.static-hero-s4 .wpo-hero-title-top span,
.static-hero-s5 .wpo-hero-title-top span {
    font-size: 22px;
    color: #e4e4e4;
    font-family: "Lexend", serif;
}

@media (max-width: 767px) {

    .wpo-hero-slider .wpo-hero-title-top span,
    .static-hero .wpo-hero-title-top span,
    .static-hero-s2 .wpo-hero-title-top span,
    .static-hero-s3 .wpo-hero-title-top span,
    .static-hero-s4 .wpo-hero-title-top span,
    .static-hero-s5 .wpo-hero-title-top span {
        font-size: 15px;
    }
}

.wpo-hero-slider .slide-title-sub h5,
.static-hero .slide-title-sub h5,
.static-hero-s2 .slide-title-sub h5,
.static-hero-s3 .slide-title-sub h5,
.static-hero-s4 .slide-title-sub h5,
.static-hero-s5 .slide-title-sub h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #F2BC00;
}

@media (max-width: 767px) {

    .wpo-hero-slider .slide-title-sub h5,
    .static-hero .slide-title-sub h5,
    .static-hero-s2 .slide-title-sub h5,
    .static-hero-s3 .slide-title-sub h5,
    .static-hero-s4 .slide-title-sub h5,
    .static-hero-s5 .slide-title-sub h5 {
        font-size: 20px;
        line-height: 25px;
    }
}

.wpo-hero-slider .slide-title,
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title,
.static-hero-s4 .slide-title,
.static-hero-s5 .slide-title {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1199px) {

    .wpo-hero-slider .slide-title,
    .static-hero .slide-title,
    .static-hero-s2 .slide-title,
    .static-hero-s3 .slide-title,
    .static-hero-s4 .slide-title,
    .static-hero-s5 .slide-title {
        max-width: 750px;
    }
}

.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.static-hero-s3 .slide-title h2,
.static-hero-s4 .slide-title h2,
.static-hero-s5 .slide-title h2 {
    font-size: 95px;
    font-weight: 500;
    line-height: 60px;
    margin: 10px 0 15px;
    color: #fff;
    text-transform: capitalize;
}

@media (max-width: 1199px) {

    .wpo-hero-slider .slide-title h2,
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 70px;
        line-height: 75px;
    }
}

@media (max-width: 991px) {

    .wpo-hero-slider .slide-title h2,
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {

    .wpo-hero-slider .slide-title h2,
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.wpo-hero-slider .slide-text,
.static-hero .slide-text,
.static-hero-s2 .slide-text,
.static-hero-s3 .slide-text,
.static-hero-s4 .slide-text,
.static-hero-s5 .slide-text {
    max-width: 680px;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .wpo-hero-slider .slide-text,
    .static-hero .slide-text,
    .static-hero-s2 .slide-text,
    .static-hero-s3 .slide-text,
    .static-hero-s4 .slide-text,
    .static-hero-s5 .slide-text {
        max-width: 500px;
    }
}

.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.static-hero-s3 .slide-text p,
.static-hero-s4 .slide-text p,
.static-hero-s5 .slide-text p {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    max-width: 680px;
    margin-bottom: 40px;
    color: #e2e2e2;
}

@media (max-width: 991px) {

    .wpo-hero-slider .slide-text p,
    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s5 .slide-text p {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {

    .wpo-hero-slider .slide-text p,
    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s5 .slide-text p {
        font-size: 16px;
        font-size: 1.06667rem;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .wpo-hero-slider .slide-btns,
    .static-hero .slide-btns,
    .static-hero-s2 .slide-btns,
    .static-hero-s3 .slide-btns,
    .static-hero-s4 .slide-btns,
    .static-hero-s5 .slide-btns {
        max-width: 400px;
        margin: 0 auto;
    }
}

.wpo-hero-slider .slide-btns .hero-video-btn,
.static-hero .slide-btns .hero-video-btn,
.static-hero-s2 .slide-btns .hero-video-btn,
.static-hero-s3 .slide-btns .hero-video-btn,
.static-hero-s4 .slide-btns .hero-video-btn,
.static-hero-s5 .slide-btns .hero-video-btn {
    margin-left: 40px;
}

@media (max-width: 767px) {

    .wpo-hero-slider .slide-btns .hero-video-btn,
    .static-hero .slide-btns .hero-video-btn,
    .static-hero-s2 .slide-btns .hero-video-btn,
    .static-hero-s3 .slide-btns .hero-video-btn,
    .static-hero-s4 .slide-btns .hero-video-btn,
    .static-hero-s5 .slide-btns .hero-video-btn {
        margin-left: 20px;
    }
}

/*-------------------------------------------
	hero style 1
--------------------------------------------*/
.static-hero,
.static-hero-s2,
.static-hero-s3,
.static-hero-s4,
.static-hero-s5 {
    background: #EEF9F6;
    height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;

    border-radius: 20px;
}

@media (max-width: 1500px) {

    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        margin: 0 15px;
    }
}

@media (max-width: 1399px) {

    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 850px;
    }
}

@media (max-width: 1199px) {

    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 720px;
    }
}

@media (max-width: 991px) {

    .static-hero,
    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 100%;
    }

    .static-hero .hero-container,
    .static-hero-s2 .hero-container,
    .static-hero-s3 .hero-container,
    .static-hero-s4 .hero-container,
    .static-hero-s5 .hero-container {
        position: relative;
        padding: 100px 0 0;
    }

    .static-hero .hero-container .hero-inner,
    .static-hero-s2 .hero-container .hero-inner,
    .static-hero-s3 .hero-container .hero-inner,
    .static-hero-s4 .hero-container .hero-inner,
    .static-hero-s5 .hero-container .hero-inner {
        position: relative;
    }
}

@media (max-width: 575px) {

    .static-hero .hero-container,
    .static-hero-s2 .hero-container,
    .static-hero-s3 .hero-container,
    .static-hero-s4 .hero-container,
    .static-hero-s5 .hero-container {
        padding: 70px 0 0;
    }
}

.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title,
.static-hero-s4 .slide-title,
.static-hero-s5 .slide-title {
    padding-top: 10px;
}

@media (max-width: 991px) {

    .static-hero .slide-title,
    .static-hero-s2 .slide-title,
    .static-hero-s3 .slide-title,
    .static-hero-s4 .slide-title,
    .static-hero-s5 .slide-title {
        margin: auto;
    }
}

@media (max-width: 575px) {

    .static-hero .slide-title,
    .static-hero-s2 .slide-title,
    .static-hero-s3 .slide-title,
    .static-hero-s4 .slide-title,
    .static-hero-s5 .slide-title {
        padding-top: 0;
    }
}

.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.static-hero-s3 .slide-title h2,
.static-hero-s4 .slide-title h2,
.static-hero-s5 .slide-title h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    color: #1A1729;
    z-index: 1;
}

@media (max-width: 1399px) {

    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 1199px) {

    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 1070px) {

    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {

    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .static-hero-s3 .slide-title h2,
    .static-hero-s4 .slide-title h2,
    .static-hero-s5 .slide-title h2 {
        font-size: 30px;
        line-height: 47px;
    }
}

.static-hero .slide-title h2 span,
.static-hero-s2 .slide-title h2 span,
.static-hero-s3 .slide-title h2 span,
.static-hero-s4 .slide-title h2 span,
.static-hero-s5 .slide-title h2 span {
    position: relative;
    z-index: -1;
}

.static-hero .slide-title h2 span .shape,
.static-hero-s2 .slide-title h2 span .shape,
.static-hero-s3 .slide-title h2 span .shape,
.static-hero-s4 .slide-title h2 span .shape,
.static-hero-s5 .slide-title h2 span .shape {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 115%;
    z-index: -1;
}

.static-hero .slide-title h2 span .shape svg,
.static-hero-s2 .slide-title h2 span .shape svg,
.static-hero-s3 .slide-title h2 span .shape svg,
.static-hero-s4 .slide-title h2 span .shape svg,
.static-hero-s5 .slide-title h2 span .shape svg {
    fill: #F2BC00;
}

@media (max-width: 991px) {

    .static-hero .slide-title-sub,
    .static-hero-s2 .slide-title-sub,
    .static-hero-s3 .slide-title-sub,
    .static-hero-s4 .slide-title-sub,
    .static-hero-s5 .slide-title-sub {
        margin: auto;
    }
}

.static-hero .slide-title-sub span,
.static-hero-s2 .slide-title-sub span,
.static-hero-s3 .slide-title-sub span,
.static-hero-s4 .slide-title-sub span,
.static-hero-s5 .slide-title-sub span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #15A280;
}

@media (max-width: 1199px) {

    .static-hero .slide-title-sub span,
    .static-hero-s2 .slide-title-sub span,
    .static-hero-s3 .slide-title-sub span,
    .static-hero-s4 .slide-title-sub span,
    .static-hero-s5 .slide-title-sub span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .static-hero .slide-text,
    .static-hero-s2 .slide-text,
    .static-hero-s3 .slide-text,
    .static-hero-s4 .slide-text,
    .static-hero-s5 .slide-text {
        margin: auto;
    }
}

.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.static-hero-s3 .slide-text p,
.static-hero-s4 .slide-text p,
.static-hero-s5 .slide-text p {
    color: #625F71;
}

@media (max-width: 1199px) {

    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s5 .slide-text p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s5 .slide-text p {
        margin: auto;
    }
}

.static-hero .hero-inner .container,
.static-hero-s2 .hero-inner .container,
.static-hero-s3 .hero-inner .container,
.static-hero-s4 .hero-inner .container,
.static-hero-s5 .hero-inner .container {
    position: relative;
}

.static-hero .hero-content,
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content,
.static-hero-s4 .hero-content,
.static-hero-s5 .hero-content {
    padding-left: 95px;
    max-width: 740px;
}

@media (max-width: 1600px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        padding-left: 85px;
        max-width: 650px;
    }
}

@media (max-width: 1499px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        padding-left: 30px;
        max-width: 575px;
    }
}

@media (max-width: 1399px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        max-width: 450px;
    }
}

@media (max-width: 1199px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        padding-left: 30px;
        max-width: 470px;
    }
}

@media (max-width: 1070px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        max-width: 350px;
    }
}

@media (max-width: 991px) {

    .static-hero .hero-content,
    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.static-hero .hero-inner::before,
.static-hero-s2 .hero-inner::before,
.static-hero-s3 .hero-inner::before,
.static-hero-s4 .hero-inner::before,
.static-hero-s5 .hero-inner::before {
    display: none;
}

@media (max-width: 1400px) {

    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .static-hero-s3 .slide-text p,
    .static-hero-s4 .slide-text p,
    .static-hero-s5 .slide-text p {
        max-width: 600px;
    }
}

.static-hero .slide-btns,
.static-hero-s2 .slide-btns,
.static-hero-s3 .slide-btns,
.static-hero-s4 .slide-btns,
.static-hero-s5 .slide-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.static-hero .slide-btns ul,
.static-hero-s2 .slide-btns ul,
.static-hero-s3 .slide-btns ul,
.static-hero-s4 .slide-btns ul,
.static-hero-s5 .slide-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 20px;
}

.static-hero .slide-btns ul li .video-btn,
.static-hero-s2 .slide-btns ul li .video-btn,
.static-hero-s3 .slide-btns ul li .video-btn,
.static-hero-s4 .slide-btns ul li .video-btn,
.static-hero-s5 .slide-btns ul li .video-btn {
    display: block;
    width: 55px;
    height: 55px;
    border: 1px solid #15A280;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #15A280;
    margin-right: 10px;
}

@media (max-width: 1070px) {

    .static-hero .slide-btns ul li.video-text,
    .static-hero-s2 .slide-btns ul li.video-text,
    .static-hero-s3 .slide-btns ul li.video-text,
    .static-hero-s4 .slide-btns ul li.video-text,
    .static-hero-s5 .slide-btns ul li.video-text {
        display: none;
    }
}

.static-hero .slide-btns ul li.video-text a,
.static-hero-s2 .slide-btns ul li.video-text a,
.static-hero-s3 .slide-btns ul li.video-text a,
.static-hero-s4 .slide-btns ul li.video-text a,
.static-hero-s5 .slide-btns ul li.video-text a {
    color: #15A280;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

@media (max-width: 991px) {

    .static-hero .slide-btns,
    .static-hero-s2 .slide-btns,
    .static-hero-s3 .slide-btns,
    .static-hero-s4 .slide-btns,
    .static-hero-s5 .slide-btns {
        margin: auto;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.static-hero .student-pic,
.static-hero-s2 .student-pic,
.static-hero-s3 .student-pic,
.static-hero-s4 .student-pic,
.static-hero-s5 .student-pic {
    position: absolute;
    right: 160px;
    top: -30px;
    z-index: 1;
}

@media (max-width: 1750px) {

    .static-hero .student-pic,
    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        right: 90px;
        max-width: 550px;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1399px) {

    .static-hero .student-pic,
    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        max-width: 500px;
    }
}

@media (max-width: 1300px) {

    .static-hero .student-pic,
    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        max-width: 450px;
        right: 60px;
    }
}

@media (max-width: 991px) {

    .static-hero .student-pic,
    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        position: relative;
        bottom: 0;
        margin: auto;
        padding-top: 50px;
        right: -30px;
        -webkit-transform: unset;
        transform: unset;
    }
}

@media (max-width: 767px) {

    .static-hero .student-pic,
    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        margin-top: 30px;
        right: 0;
    }
}

@media (max-width: 767px) {

    .static-hero .student-pic .student-shape,
    .static-hero-s2 .student-pic .student-shape,
    .static-hero-s3 .student-pic .student-shape,
    .static-hero-s4 .student-pic .student-shape,
    .static-hero-s5 .student-pic .student-shape {
        position: absolute;
        left: 40px;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {

    .static-hero .student-pic .student-shape,
    .static-hero-s2 .student-pic .student-shape,
    .static-hero-s3 .student-pic .student-shape,
    .static-hero-s4 .student-pic .student-shape,
    .static-hero-s5 .student-pic .student-shape {
        display: none;
    }
}

.static-hero .student-pic .student-shape .shape-1,
.static-hero .student-pic .student-shape .shape-2,
.static-hero .student-pic .student-shape .shape-3,
.static-hero-s2 .student-pic .student-shape .shape-1,
.static-hero-s2 .student-pic .student-shape .shape-2,
.static-hero-s2 .student-pic .student-shape .shape-3,
.static-hero-s3 .student-pic .student-shape .shape-1,
.static-hero-s3 .student-pic .student-shape .shape-2,
.static-hero-s3 .student-pic .student-shape .shape-3,
.static-hero-s4 .student-pic .student-shape .shape-1,
.static-hero-s4 .student-pic .student-shape .shape-2,
.static-hero-s4 .student-pic .student-shape .shape-3,
.static-hero-s5 .student-pic .student-shape .shape-1,
.static-hero-s5 .student-pic .student-shape .shape-2,
.static-hero-s5 .student-pic .student-shape .shape-3 {
    position: absolute;
    border: 7px solid #F2BC00;
    background: #fff;
    left: 6px;
    top: 170px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 1750px) {

    .static-hero .student-pic .student-shape .shape-1,
    .static-hero .student-pic .student-shape .shape-2,
    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-1,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-1,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-1,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-1,
    .static-hero-s5 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1399px) {

    .static-hero .student-pic .student-shape .shape-1,
    .static-hero .student-pic .student-shape .shape-2,
    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-1,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-1,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-1,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-1,
    .static-hero-s5 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 1300px) {

    .static-hero .student-pic .student-shape .shape-1,
    .static-hero .student-pic .student-shape .shape-2,
    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-1,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-1,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-1,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-1,
    .static-hero-s5 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 300px;
        height: 300px;
    }
}

.static-hero .student-pic .student-shape .shape-2,
.static-hero-s2 .student-pic .student-shape .shape-2,
.static-hero-s3 .student-pic .student-shape .shape-2,
.static-hero-s4 .student-pic .student-shape .shape-2,
.static-hero-s5 .student-pic .student-shape .shape-2 {
    background: none;
    left: -45px;
    top: 120px;
    width: 700px;
    height: 700px;
}

@media (max-width: 1750px) {

    .static-hero .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-2 {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 1399px) {

    .static-hero .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-2 {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1300px) {

    .static-hero .student-pic .student-shape .shape-2,
    .static-hero-s2 .student-pic .student-shape .shape-2,
    .static-hero-s3 .student-pic .student-shape .shape-2,
    .static-hero-s4 .student-pic .student-shape .shape-2,
    .static-hero-s5 .student-pic .student-shape .shape-2 {
        width: 400px;
        height: 400px;
    }
}

.static-hero .student-pic .student-shape .shape-3,
.static-hero-s2 .student-pic .student-shape .shape-3,
.static-hero-s3 .student-pic .student-shape .shape-3,
.static-hero-s4 .student-pic .student-shape .shape-3,
.static-hero-s5 .student-pic .student-shape .shape-3 {
    background: #fff;
    left: -90px;
    top: 75px;
    width: 786px;
    height: 786px;
    z-index: -3;
}

@media (max-width: 1750px) {

    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 700px;
        height: 700px;
    }
}

@media (max-width: 1399px) {

    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 1300px) {

    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 575px) {

    .static-hero .student-pic .student-shape .shape-3,
    .static-hero-s2 .student-pic .student-shape .shape-3,
    .static-hero-s3 .student-pic .student-shape .shape-3,
    .static-hero-s4 .student-pic .student-shape .shape-3,
    .static-hero-s5 .student-pic .student-shape .shape-3 {
        display: none;
    }
}

.static-hero .student-pic .student,
.static-hero-s2 .student-pic .student,
.static-hero-s3 .student-pic .student,
.static-hero-s4 .student-pic .student,
.static-hero-s5 .student-pic .student {
    position: absolute;
    right: -11%;
    top: 12%;
    max-width: 312px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
}

@media (max-width: 767px) {

    .static-hero .student-pic .student,
    .static-hero-s2 .student-pic .student,
    .static-hero-s3 .student-pic .student,
    .static-hero-s4 .student-pic .student,
    .static-hero-s5 .student-pic .student {
        left: 50%;
        max-width: 290px;
        width: 260px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        padding: 20px 20px;
    }
}

.static-hero .student-pic .student h3,
.static-hero-s2 .student-pic .student h3,
.static-hero-s3 .student-pic .student h3,
.static-hero-s4 .student-pic .student h3,
.static-hero-s5 .student-pic .student h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
}

@media (max-width: 767px) {

    .static-hero .student-pic .student h3,
    .static-hero-s2 .student-pic .student h3,
    .static-hero-s3 .student-pic .student h3,
    .static-hero-s4 .student-pic .student h3,
    .static-hero-s5 .student-pic .student h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.static-hero .student-pic .student p,
.static-hero-s2 .student-pic .student p,
.static-hero-s3 .student-pic .student p,
.static-hero-s4 .student-pic .student p,
.static-hero-s5 .student-pic .student p {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 767px) {

    .static-hero .student-pic .student p,
    .static-hero-s2 .student-pic .student p,
    .static-hero-s3 .student-pic .student p,
    .static-hero-s4 .student-pic .student p,
    .static-hero-s5 .student-pic .student p {
        font-size: 15px;
    }
}

.static-hero .student-pic .student .icon i,
.static-hero-s2 .student-pic .student .icon i,
.static-hero-s3 .student-pic .student .icon i,
.static-hero-s4 .student-pic .student .icon i,
.static-hero-s5 .student-pic .student .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #15A280;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    color: #fff;
    font-size: 30px;
}

.static-hero .student-pic .wpo-supporter,
.static-hero-s2 .student-pic .wpo-supporter,
.static-hero-s3 .student-pic .wpo-supporter,
.static-hero-s4 .student-pic .wpo-supporter,
.static-hero-s5 .student-pic .wpo-supporter {
    position: absolute;
    left: -22%;
    bottom: 3%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    z-index: 99;
    text-align: center;
}

@media (max-width: 1199px) {

    .static-hero .student-pic .wpo-supporter,
    .static-hero-s2 .student-pic .wpo-supporter,
    .static-hero-s3 .student-pic .wpo-supporter,
    .static-hero-s4 .student-pic .wpo-supporter,
    .static-hero-s5 .student-pic .wpo-supporter {
        padding: 15px;
        top: auto;
    }
}

@media (max-width: 767px) {

    .static-hero .student-pic .wpo-supporter,
    .static-hero-s2 .student-pic .wpo-supporter,
    .static-hero-s3 .student-pic .wpo-supporter,
    .static-hero-s4 .student-pic .wpo-supporter,
    .static-hero-s5 .student-pic .wpo-supporter {
        padding: 15px;
        top: auto;
        right: auto;
        width: 100%;
        left: 0;
    }
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-text,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-text,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-text,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-text,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-text {
    text-align: center;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-text h3,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-text h3,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-text h3,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-text h3,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-text h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-text p,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-text p,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-text p,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-text p,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-text p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-slide,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-slide,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-slide,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-slide,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-slide {
    max-width: 216px;
    list-style: none;
    margin: 0 auto;
    margin-top: 20px;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-slide .owl-nav,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-slide .owl-nav,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-slide .owl-nav,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-slide .owl-nav,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-slide .owl-nav {
    display: none;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-slide li,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-slide li,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-slide li,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-slide li,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-slide li {
    width: 55px;
    height: 55px;
}

.static-hero .student-pic .wpo-supporter .wpo-supporter-slide li img,
.static-hero-s2 .student-pic .wpo-supporter .wpo-supporter-slide li img,
.static-hero-s3 .student-pic .wpo-supporter .wpo-supporter-slide li img,
.static-hero-s4 .student-pic .wpo-supporter .wpo-supporter-slide li img,
.static-hero-s5 .student-pic .wpo-supporter .wpo-supporter-slide li img {
    width: 55px;
    height: 55px;
    padding: 3px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    border-radius: 50%;
}

.static-hero .student-pic .wp-shape-1,
.static-hero-s2 .student-pic .wp-shape-1,
.static-hero-s3 .student-pic .wp-shape-1,
.static-hero-s4 .student-pic .wp-shape-1,
.static-hero-s5 .student-pic .wp-shape-1 {
    position: absolute;
    left: 0;
    top: 90px;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 1300px) {

    .static-hero .student-pic .wp-shape-1,
    .static-hero-s2 .student-pic .wp-shape-1,
    .static-hero-s3 .student-pic .wp-shape-1,
    .static-hero-s4 .student-pic .wp-shape-1,
    .static-hero-s5 .student-pic .wp-shape-1 {
        top: 50px;
        left: -20px;
    }
}

@media (max-width: 575px) {

    .static-hero .student-pic .wp-shape-1,
    .static-hero-s2 .student-pic .wp-shape-1,
    .static-hero-s3 .student-pic .wp-shape-1,
    .static-hero-s4 .student-pic .wp-shape-1,
    .static-hero-s5 .student-pic .wp-shape-1 {
        top: 120px;
    }
}

.static-hero .student-pic .wp-shape-2,
.static-hero-s2 .student-pic .wp-shape-2,
.static-hero-s3 .student-pic .wp-shape-2,
.static-hero-s4 .student-pic .wp-shape-2,
.static-hero-s5 .student-pic .wp-shape-2 {
    position: absolute;
    left: -25%;
    top: 50%;
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 1300px) {

    .static-hero .student-pic .wp-shape-2,
    .static-hero-s2 .student-pic .wp-shape-2,
    .static-hero-s3 .student-pic .wp-shape-2,
    .static-hero-s4 .student-pic .wp-shape-2,
    .static-hero-s5 .student-pic .wp-shape-2 {
        left: -40%;
    }
}

@media (max-width: 767px) {

    .static-hero .student-pic .wp-shape-2,
    .static-hero-s2 .student-pic .wp-shape-2,
    .static-hero-s3 .student-pic .wp-shape-2,
    .static-hero-s4 .student-pic .wp-shape-2,
    .static-hero-s5 .student-pic .wp-shape-2 {
        left: -25%;
    }
}

@media (max-width: 575px) {

    .static-hero .student-pic .wp-shape-2,
    .static-hero-s2 .student-pic .wp-shape-2,
    .static-hero-s3 .student-pic .wp-shape-2,
    .static-hero-s4 .student-pic .wp-shape-2,
    .static-hero-s5 .student-pic .wp-shape-2 {
        left: -5%;
    }
}

.static-hero .student-pic .wp-shape-3,
.static-hero-s2 .student-pic .wp-shape-3,
.static-hero-s3 .student-pic .wp-shape-3,
.static-hero-s4 .student-pic .wp-shape-3,
.static-hero-s5 .student-pic .wp-shape-3 {
    position: absolute;
    right: -15%;
    top: 35%;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 1300px) {

    .static-hero .student-pic .wp-shape-3,
    .static-hero-s2 .student-pic .wp-shape-3,
    .static-hero-s3 .student-pic .wp-shape-3,
    .static-hero-s4 .student-pic .wp-shape-3,
    .static-hero-s5 .student-pic .wp-shape-3 {
        right: -5%;
    }
}

@media (max-width: 767px) {

    .static-hero .student-pic .wp-shape-3,
    .static-hero-s2 .student-pic .wp-shape-3,
    .static-hero-s3 .student-pic .wp-shape-3,
    .static-hero-s4 .student-pic .wp-shape-3,
    .static-hero-s5 .student-pic .wp-shape-3 {
        right: -15%;
    }
}

@media (max-width: 575px) {

    .static-hero .student-pic .wp-shape-3,
    .static-hero-s2 .student-pic .wp-shape-3,
    .static-hero-s3 .student-pic .wp-shape-3,
    .static-hero-s4 .student-pic .wp-shape-3,
    .static-hero-s5 .student-pic .wp-shape-3 {
        right: 0;
    }
}

.static-hero .student-pic .wp-shape-4,
.static-hero-s2 .student-pic .wp-shape-4,
.static-hero-s3 .student-pic .wp-shape-4,
.static-hero-s4 .student-pic .wp-shape-4,
.static-hero-s5 .student-pic .wp-shape-4 {
    position: absolute;
    right: -10%;
    bottom: 15%;
    -webkit-animation: bounceX 3s linear infinite;
    animation: bounceX 3s linear infinite;
}

/*-------------------------------------------
 static-hero-s2
--------------------------------------------*/
.static-hero-s2,
.static-hero-s3,
.static-hero-s4,
.static-hero-s5 {
    background: #FAFAFF;
    height: 1080px;
    margin: 0;
}

@media (max-width: 1199px) {

    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 800px;
    }
}

@media (max-width: 991px) {

    .static-hero-s2,
    .static-hero-s3,
    .static-hero-s4,
    .static-hero-s5 {
        height: 100%;
    }
}

.static-hero-s2:before,
.static-hero-s3:before,
.static-hero-s4:before,
.static-hero-s5:before {
    display: none;
}

.static-hero-s2 .student-pic,
.static-hero-s3 .student-pic,
.static-hero-s4 .student-pic,
.static-hero-s5 .student-pic {
    z-index: 1;
    right: 100px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1830px) {

    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        right: 100px;
        max-width: 900px;
    }
}

@media (max-width: 1500px) {

    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        right: 100px;
        max-width: 800px;
    }
}

@media (max-width: 1399px) {

    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        right: 70px;
        max-width: 700px;
    }
}

@media (max-width: 1199px) {

    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        max-width: 450px;
        right: 50px;
    }
}

@media (max-width: 991px) {

    .static-hero-s2 .student-pic,
    .static-hero-s3 .student-pic,
    .static-hero-s4 .student-pic,
    .static-hero-s5 .student-pic {
        right: 0;
        bottom: 50px;
        padding-top: 0;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        max-width: 100%;
    }
}

.static-hero-s2 .student-pic .inner,
.static-hero-s3 .student-pic .inner,
.static-hero-s4 .student-pic .inner,
.static-hero-s5 .student-pic .inner {
    overflow: hidden;
    height: 860px;
    border-radius: 45%;
    bottom: -14px;
    position: relative;
    border-bottom-left-radius: 44%;
    border-bottom-right-radius: 40%;
}

@media (max-width: 1830px) {

    .static-hero-s2 .student-pic .inner,
    .static-hero-s3 .student-pic .inner,
    .static-hero-s4 .student-pic .inner,
    .static-hero-s5 .student-pic .inner {
        bottom: -75px;
    }
}

@media (max-width: 1199px) {

    .static-hero-s2 .student-pic .inner,
    .static-hero-s3 .student-pic .inner,
    .static-hero-s4 .student-pic .inner,
    .static-hero-s5 .student-pic .inner {
        height: 665px;
        bottom: -52px;
    }
}

.static-hero-s2 .student-pic .inner img,
.static-hero-s3 .student-pic .inner img,
.static-hero-s4 .student-pic .inner img,
.static-hero-s5 .student-pic .inner img {
    margin-bottom: -49px;
    position: relative;
    bottom: -25px;
}

.static-hero-s2 .student-pic .back-shape,
.static-hero-s3 .student-pic .back-shape,
.static-hero-s4 .student-pic .back-shape,
.static-hero-s5 .student-pic .back-shape {
    position: absolute;
    left: -50px;
    bottom: -30px;
    width: 691px;
    height: 691px;
    background: #fff;
    background-size: cover;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 1830px) {

    .static-hero-s2 .student-pic .back-shape,
    .static-hero-s3 .student-pic .back-shape,
    .static-hero-s4 .student-pic .back-shape,
    .static-hero-s5 .student-pic .back-shape {
        left: -50px;
        bottom: 72px;
        width: 560px;
        height: 560px;
    }
}

@media (max-width: 1199px) {

    .static-hero-s2 .student-pic .back-shape,
    .static-hero-s3 .student-pic .back-shape,
    .static-hero-s4 .student-pic .back-shape,
    .static-hero-s5 .student-pic .back-shape {
        left: -15px;
        bottom: 72px;
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 380px) {

    .static-hero-s2 .student-pic .back-shape,
    .static-hero-s3 .student-pic .back-shape,
    .static-hero-s4 .student-pic .back-shape,
    .static-hero-s5 .student-pic .back-shape {
        width: 310px;
        height: 310px;
        left: 50%;
        top: 28%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.static-hero-s2 .student-pic .back-shape::before,
.static-hero-s3 .student-pic .back-shape::before,
.static-hero-s4 .student-pic .back-shape::before,
.static-hero-s5 .student-pic .back-shape::before {
    position: absolute;
    left: 15px;
    top: 15px;
    background: url(../images/slider/back-shape.html) no-repeat center center;
    content: "";
    z-index: -11;
    border-radius: 50%;
    width: 661px;
    height: 661px;
}

@media (max-width: 1830px) {

    .static-hero-s2 .student-pic .back-shape::before,
    .static-hero-s3 .student-pic .back-shape::before,
    .static-hero-s4 .student-pic .back-shape::before,
    .static-hero-s5 .student-pic .back-shape::before {
        width: 530px;
        height: 530px;
    }
}

@media (max-width: 1199px) {

    .static-hero-s2 .student-pic .back-shape::before,
    .static-hero-s3 .student-pic .back-shape::before,
    .static-hero-s4 .student-pic .back-shape::before,
    .static-hero-s5 .student-pic .back-shape::before {
        width: 351px;
        height: 351px;
    }
}

@media (max-width: 380px) {

    .static-hero-s2 .student-pic .back-shape::before,
    .static-hero-s3 .student-pic .back-shape::before,
    .static-hero-s4 .student-pic .back-shape::before,
    .static-hero-s5 .student-pic .back-shape::before {
        width: 280px;
        height: 280px;
    }
}

.static-hero-s2 .student-pic .wp-shape-1,
.static-hero-s3 .student-pic .wp-shape-1,
.static-hero-s4 .student-pic .wp-shape-1,
.static-hero-s5 .student-pic .wp-shape-1 {
    top: auto;
    bottom: 10%;
    left: -5%;
}

.static-hero-s2 .student-pic .wp-shape-2,
.static-hero-s3 .student-pic .wp-shape-2,
.static-hero-s4 .student-pic .wp-shape-2,
.static-hero-s5 .student-pic .wp-shape-2 {
    left: -5%;
}

.static-hero-s2 .student-pic .wp-shape-3,
.static-hero-s3 .student-pic .wp-shape-3,
.static-hero-s4 .student-pic .wp-shape-3,
.static-hero-s5 .student-pic .wp-shape-3 {
    right: -8%;
}

.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content,
.static-hero-s4 .hero-content,
.static-hero-s5 .hero-content {
    max-width: 730px;
    padding-bottom: 100px;
}

@media (max-width: 1670px) {

    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        max-width: 694px;
    }
}

@media (max-width: 1399px) {

    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        padding-left: 40px;
        max-width: 500px;
    }
}

@media (max-width: 1050px) {

    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        max-width: 360px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {

    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        margin: 0 auto;
        max-width: 695px;
        padding: 0;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {

    .static-hero-s2 .hero-content,
    .static-hero-s3 .hero-content,
    .static-hero-s4 .hero-content,
    .static-hero-s5 .hero-content {
        padding-top: 20px;
    }
}

.static-hero-s2 .hero-content .slide-title h2 span,
.static-hero-s3 .hero-content .slide-title h2 span,
.static-hero-s4 .hero-content .slide-title h2 span,
.static-hero-s5 .hero-content .slide-title h2 span {
    background: #4540E1;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
    line-height: 80px;
}

@media (max-width: 1199px) {

    .static-hero-s2 .hero-content .slide-title h2 span,
    .static-hero-s3 .hero-content .slide-title h2 span,
    .static-hero-s4 .hero-content .slide-title h2 span,
    .static-hero-s5 .hero-content .slide-title h2 span {
        line-height: 50px;
    }
}

@media (max-width: 1399px) {

    .static-hero-s2 .hero-content .slide-title h2,
    .static-hero-s3 .hero-content .slide-title h2,
    .static-hero-s4 .hero-content .slide-title h2,
    .static-hero-s5 .hero-content .slide-title h2 {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 1199px) {

    .static-hero-s2 .hero-content .slide-title h2,
    .static-hero-s3 .hero-content .slide-title h2,
    .static-hero-s4 .hero-content .slide-title h2,
    .static-hero-s5 .hero-content .slide-title h2 {
        font-size: 38px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {

    .static-hero-s2 .hero-content .slide-title h2,
    .static-hero-s3 .hero-content .slide-title h2,
    .static-hero-s4 .hero-content .slide-title h2,
    .static-hero-s5 .hero-content .slide-title h2 {
        font-size: 30px;
        line-height: 45px;
    }
}

.static-hero-s2 .hero-content .slide-text,
.static-hero-s3 .hero-content .slide-text,
.static-hero-s4 .hero-content .slide-text,
.static-hero-s5 .hero-content .slide-text {
    margin: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {

    .static-hero-s2 .hero-content .slide-text,
    .static-hero-s3 .hero-content .slide-text,
    .static-hero-s4 .hero-content .slide-text,
    .static-hero-s5 .hero-content .slide-text {
        margin: 0 auto;
    }
}

.static-hero-s2 .hero-content .slide-text p,
.static-hero-s3 .hero-content .slide-text p,
.static-hero-s4 .hero-content .slide-text p,
.static-hero-s5 .hero-content .slide-text p {
    color: #625F71;
    max-width: 580px;
    font-size: 20px;
    padding-left: 15px;
    border-left: 3px solid #15A280;
}

@media (max-width: 1199px) {

    .static-hero-s2 .hero-content .slide-text p,
    .static-hero-s3 .hero-content .slide-text p,
    .static-hero-s4 .hero-content .slide-text p,
    .static-hero-s5 .hero-content .slide-text p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .static-hero-s2 .hero-content .slide-text p,
    .static-hero-s3 .hero-content .slide-text p,
    .static-hero-s4 .hero-content .slide-text p,
    .static-hero-s5 .hero-content .slide-text p {
        padding-left: 0;
        border: 0;
    }
}

@media (max-width: 767px) {

    .static-hero-s2 .hero-content .slide-text p,
    .static-hero-s3 .hero-content .slide-text p,
    .static-hero-s4 .hero-content .slide-text p,
    .static-hero-s5 .hero-content .slide-text p {
        margin: 0 auto;
    }
}

.static-hero-s2 .bottom-shape,
.static-hero-s3 .bottom-shape,
.static-hero-s4 .bottom-shape,
.static-hero-s5 .bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.static-hero-s2 .bottom-shape svg,
.static-hero-s3 .bottom-shape svg,
.static-hero-s4 .bottom-shape svg,
.static-hero-s5 .bottom-shape svg {
    width: 100%;
}

.static-hero-s3 {
    height: 1000px;
    background: url(../images/slider/bg.png) no-repeat center top/cover;
}

@media (max-width: 1399px) {
    .static-hero-s3 {
        height: 800px;
    }
}

@media (max-width: 991px) {
    .static-hero-s3 {
        height: 100%;
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .static-hero-s3 .hero-container {
        padding-top: 30px;
    }
}

.static-hero-s3 .student-pic {
    max-width: 945px;
    top: 52%;
}

@media (max-width: 1750px) {
    .static-hero-s3 .student-pic {
        max-width: 845px;
    }
}

@media (max-width: 1600px) {
    .static-hero-s3 .student-pic {
        right: 60px;
        max-width: 750px;
    }
}

@media (max-width: 1399px) {
    .static-hero-s3 .student-pic {
        right: 30px;
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s3 .student-pic {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .static-hero-s3 .student-pic {
        right: auto;
        bottom: 0;
    }
}

@media (max-width: 1399px) {
    .static-hero-s3 .hero-content {
        padding-bottom: 0;
    }
}

.static-hero-s3 .hero-content .slide-title h2 span {
    background: transparent;
    color: #4540E1;
    border: 1px solid #4540E1;
    border-radius: 0;
}

.static-hero-s3 .hero-content .slide-title h2 span .s1,
.static-hero-s3 .hero-content .slide-title h2 span .s2,
.static-hero-s3 .hero-content .slide-title h2 span .s3,
.static-hero-s3 .hero-content .slide-title h2 span .s4 {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #4540E1;
    background: #EEF9F6;
}

.static-hero-s3 .hero-content .slide-title h2 span .s1 {
    left: -5px;
    top: -5px;
}

.static-hero-s3 .hero-content .slide-title h2 span .s2 {
    left: -5px;
    bottom: -5px;
}

.static-hero-s3 .hero-content .slide-title h2 span .s3 {
    right: -5px;
    top: -5px;
}

.static-hero-s3 .hero-content .slide-title h2 span .s4 {
    right: -5px;
    bottom: -5px;
}

.static-hero-s4 {
    background: #F2F2F2;
    height: 1000px;
    border-radius: 0;
}

@media (max-width: 1399px) {
    .static-hero-s4 {
        height: 800px;
    }
}

@media (max-width: 991px) {
    .static-hero-s4 {
        height: 100%;
        padding: 40px 0;
    }
}

.static-hero-s4 .hero-content {
    padding-bottom: 0;
}

.static-hero-s4 .hero-content .slide-text p {
    padding-left: 0;
    border: 0;
}

.static-hero-s4 .student-pic {
    top: 52%;
}

@media (max-width: 1750px) {
    .static-hero-s4 .student-pic {
        max-width: 900px;
    }
}

@media (max-width: 1600px) {
    .static-hero-s4 .student-pic {
        right: 60px;
        max-width: 850px;
    }
}

@media (max-width: 1399px) {
    .static-hero-s4 .student-pic {
        right: 0px;
        max-width: 850px;
    }
}

@media (max-width: 1199px) {
    .static-hero-s4 .student-pic {
        max-width: 750px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .static-hero-s4 .student-pic {
        right: auto;
        bottom: 0;
    }
}

.static-hero-s5 {
    background: #EAF8FA;
    height: 1055px;
    border-radius: 0;
}

@media (max-width: 1399px) {
    .static-hero-s5 {
        height: 800px;
    }
}

@media (max-width: 991px) {
    .static-hero-s5 {
        height: 100%;
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .static-hero-s5 .hero-container {
        padding: 80px 0;
    }
}

.static-hero-s5 .slide-title {
    padding-top: 0;
}

.static-hero-s5 .slide-title h2 {
    margin-top: 0;
}

.static-hero-s5 .hero-content {
    padding-left: 230px;
}

@media (max-width: 1750px) {
    .static-hero-s5 .hero-content {
        padding-left: 130px;
    }
}

@media (max-width: 1650px) {
    .static-hero-s5 .hero-content {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .static-hero-s5 .hero-content {
        padding: 0;
    }
}

.static-hero-s5 .hero-content .slide-text p {
    padding-left: 0;
    border: 0;
    max-width: 484px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

@media (max-width: 1399px) {
    .static-hero-s5 .hero-content .slide-text p {
        max-width: 380px;
        font-size: 20px;
    }
}

.static-hero-s5 .hero-content .slide-title h2 span {
    background: transparent;
    color: #F2BC00;
}

.static-hero-s5 .student-pic {
    z-index: 1;
}

@media (max-width: 1199px) {
    .static-hero-s5 .student-pic {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .static-hero-s5 .student-pic {
        bottom: 0;
        margin-top: 70px;
    }
}

.static-hero-s5 .student-pic .vector-1 {
    position: absolute;
    top: 0;
    left: 30%;
    z-index: -1;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 1199px) {
    .static-hero-s5 .student-pic .vector-1 {
        top: -8%;
    }
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-1 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-2 {
    position: absolute;
    top: 22%;
    left: 6%;
    z-index: -1;
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
}

@media (max-width: 1199px) {
    .static-hero-s5 .student-pic .vector-2 {
        left: 2%;
        top: 15%;
    }
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-2 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-3 {
    position: absolute;
    bottom: 22%;
    left: -7%;
    z-index: -1;
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-3 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-4 {
    position: absolute;
    bottom: -5%;
    left: 2%;
    z-index: -1;
    -webkit-animation: bounceX 5s linear infinite;
    animation: bounceX 5s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-4 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-5 {
    position: absolute;
    bottom: -12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-5 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-6 {
    position: absolute;
    bottom: -10%;
    right: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: bounceX 3s linear infinite;
    animation: bounceX 3s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-6 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-7 {
    position: absolute;
    bottom: 30%;
    right: -13%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: bounceX 5s linear infinite;
    animation: bounceX 5s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-7 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-8 {
    position: absolute;
    top: 28%;
    right: 12%;
    z-index: -1;
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-8 {
        max-width: 10%;
    }
}

.static-hero-s5 .student-pic .vector-9 {
    position: absolute;
    top: 0%;
    right: 12%;
    z-index: -1;
    -webkit-animation: bounceX 5s linear infinite;
    animation: bounceX 5s linear infinite;
}

@media (max-width: 575px) {
    .static-hero-s5 .student-pic .vector-9 {
        max-width: 10%;
    }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
    background: #1A1729;
    background-size: cover;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    /*** contact-widget ***/
}

.wpo-site-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/noise.png);
}

.wpo-site-footer ul {
    list-style: none;
}

.wpo-site-footer p {
    color: #fff;
}

.wpo-site-footer li {
    color: #fff;
}

.wpo-site-footer .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.wpo-site-footer .wpo-upper-footer .navbar-brand {
    padding-top: 0;
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: -10px;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 80px 0 0;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 60px 0 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title {
    margin-bottom: 20px;
}

.wpo-site-footer .widget-title h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Lexend", serif;
}

.wpo-site-footer .about-widget {
    max-width: 245px;
}

.wpo-site-footer .about-widget p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
}

.wpo-site-footer .about-widget .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.wpo-site-footer .about-widget .social ul li+li {
    margin-left: 10px;
}

.wpo-site-footer .about-widget .social ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
}

.wpo-site-footer .about-widget .social ul li a:hover {
    background: #F2BC00;
}

.wpo-site-footer .about-widget .social ul li a .fi:before {
    color: #fff;
    font-size: 14px;
}

.wpo-site-footer .wpo-service-link-widget {
    padding-left: 70px;
}

.wpo-site-footer .link-widget {
    overflow: hidden;
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .wpo-site-footer .link-widget {
        padding: 0;
    }
}

.wpo-site-footer .link-widget.s2 {
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .wpo-site-footer .link-widget.s2 {
        padding: 0;
    }
}

.wpo-site-footer .link-widget ul li {
    position: relative;
    z-index: 1;
    padding: 8px 0;
    padding-left: 20px;
}

.wpo-site-footer .link-widget ul li:before {
    position: absolute;
    left: 0px;
    top: 16px;
    width: 6px;
    height: 6px;
    z-index: -1;
    background: #D9D9D9;
    content: "";
    border-radius: 50%;
}

.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 16px;
}

.wpo-site-footer .link-widget ul li a:hover {
    color: #F2BC00;
}

.wpo-site-footer .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    color: #fff;
}

.wpo-site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.wpo-site-footer .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.wpo-site-footer .wpo-lower-footer {
    text-align: left;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer {
        text-align: center;
    }
}

.wpo-site-footer .wpo-lower-footer ul li {
    color: rgba(188, 192, 197, 0.97);
}

.wpo-site-footer .wpo-lower-footer ul li a {
    color: #fff;
}

.wpo-site-footer .wpo-lower-footer .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .link ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.wpo-site-footer .wpo-lower-footer .link ul li a {
    color: rgba(188, 192, 197, 0.97);
}

.wpo-site-footer .wpo-lower-footer .link ul li a:hover {
    color: #F2BC00;
}

.wpo-site-footer .wpo-lower-footer .link ul li+li {
    padding-left: 20px;
    position: relative;
}

@media (max-width: 375px) {
    .wpo-site-footer .wpo-lower-footer .link ul li+li {
        padding-left: 5px;
        margin-left: 5px;
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/* 3.2 wpo-about-section */
.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -200px;
    margin-right: 20px;
}

@media (max-width: 991px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap {
        margin-left: 0px;
        margin-right: 0;
    }
}

@media (max-width: 575px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img {
    margin-right: 30px;
    position: relative;
    z-index: 1;
    border-radius: 300px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img img,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img img {
    width: 100%;
    border-radius: 300px;
}

@media (max-width: 575px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img:before,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img:before,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img:before,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img:before,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img:before {
    position: absolute;
    left: 3%;
    top: 2%;
    width: 94%;
    height: 96%;
    content: "";
    border: 2px solid #F2BC00;
    border-radius: 300px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner {
    border-radius: 300px;
    position: relative;
    margin-bottom: 20px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner:before,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner:before,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner:before,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner:before,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner:before {
    position: absolute;
    left: 3%;
    top: 2%;
    width: 94%;
    height: 96%;
    content: "";
    border: 2px solid #fff;
    border-radius: 300px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner img,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .wpo-about-img-inner img {
    width: 100%;
    border-radius: 300px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience-wrap,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience-wrap,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience-wrap,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience-wrap,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience-wrap {
    padding: 10px;
    border: 1px dashed #15A280;
    border-radius: 10px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience {
    max-width: 320px;
    background: #15A280;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-radius: 10px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience p {
        font-size: 15px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon {
    margin-right: 10px;
    margin-left: 10px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    color: #15A280;
    font-size: 30px;
    z-index: 1;
    position: relative;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i::after,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i::after,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i::after,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i::after,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap .wpo-about-img-right .exprience .icon i::after {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 76px;
    height: 76px;
    content: "";
    border: 1px solid #fff;
    z-index: -1;
    border-radius: 50%;
}

@media (max-width: 991px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text {
        margin-top: 30px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-section-title {
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 566px;
}

@media (max-width: 991px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap {
        max-width: 100%;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
    padding-right: 20px;
}

@media (max-width: 1199px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item {
        padding-right: 10px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #FAF5E6;
    text-align: center;
    border-radius: 50%;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fi,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fi,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fi,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fi,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fi {
    color: #D0A202;
    font-size: 35px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon {
    background: #DEF2ED;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fi {
    color: #15A280;
    font-size: 35px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon {
    background: #EEEDFC;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fi {
    color: #4540E1;
    font-size: 35px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon {
    background: #FFEDF1;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fi,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fi {
    color: #F9406C;
    font-size: 35px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text {
    margin-left: 20px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    color: #625F71;
}

@media (max-width: 1199px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5 {
        font-size: 18px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text h2 {
    text-align: left;
}

@media (max-width: 1199px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text h2 {
        font-size: 32px;
    }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text p {
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    max-width: 566px;
}

@media (max-width: 991px) {

    .wpo-about-section .wpo-about-wrap .wpo-about-text p,
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-text p,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-text p,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text p {
        max-width: 100%;
    }
}

/* 3.3 wpo-courses-section*/
.wpo-courses-section,
.wpo-courses-section-s2,
.wpo-courses-section-s4,
.wpo-courses-section-s5 {
    background: #FCF9EF;
    z-index: 1;
    position: relative;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 575px) {

    .wpo-courses-section .wpo-courses-wrap .wpo-courses-item,
    .wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
    .wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item,
    .wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item {
        padding: 30px 25px;
    }
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #F2BC00;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon .fi:before,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon .fi:before,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon .fi:before,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon .fi:before {
    font-size: 40px;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 {
    color: #1A1729;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1399px) {

    .wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {

    .wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2,
    .wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 {
        font-size: 25px;
    }
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a {
    color: #1A1729;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a:hover {
    color: #4540E1;
}

.wpo-courses-section .wpo-courses-wrap .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text p {
    color: #625F71;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-courses-section .wpo-courses-wrap .grid.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s1 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #F2BC00;
}

.wpo-courses-section .wpo-courses-wrap .grid.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s2 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #15A280;
}

.wpo-courses-section .wpo-courses-wrap .grid.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s3 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #4540E1;
}

.wpo-courses-section .wpo-courses-wrap .grid.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s4 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #F9406C;
}

.wpo-courses-section .wpo-courses-wrap .grid.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s5 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #0467FD;
}

.wpo-courses-section .wpo-courses-wrap .grid.s6 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.s6 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.s6 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.s6 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #FF4C27;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item {
    background: #FF4C27;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 {
    color: #fff;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a {
    color: #fff;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text h2 a:hover,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text h2 a:hover {
    color: #fff;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text p,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text p {
    color: #fff;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #FF4C27;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active.s1 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item {
    background: #F2BC00;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s1 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s1 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #F2BC00;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active.s2 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item {
    background: #15A280;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s2 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s2 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #15A280;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active.s3 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item {
    background: #4540E1;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s3 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s3 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #4540E1;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active.s4 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item {
    background: #F9406C;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s4 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s4 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #F9406C;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item,
.wpo-courses-section .wpo-courses-wrap .grid.active.s5 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item {
    background: #0467FD;
}

.wpo-courses-section .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section .wpo-courses-wrap .grid.active.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s2 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid:hover.s5 .wpo-courses-item .wpo-courses-text .courses-icon,
.wpo-courses-section-s5 .wpo-courses-wrap .grid.active.s5 .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #fff;
    color: #0467FD;
}

.wpo-courses-section .wpo-courses-wrap .owl-stage-outer,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-stage-outer,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-stage-outer,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-stage-outer {
    margin: -14px;
}

.wpo-courses-section .wpo-courses-wrap .owl-stage,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-stage,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-stage,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-stage {
    margin: 14px;
}

.wpo-courses-section .wpo-courses-wrap .owl-controls,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-controls,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-controls,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-courses-section .wpo-courses-wrap .owl-nav [class*=owl-],
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav [class*=owl-],
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav [class*=owl-],
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #4540E1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    font-size: 20px;
}

.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-prev:hover,
.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-next:hover,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-prev:hover,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-next:hover,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-prev:hover,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-next:hover,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-prev:hover,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-next:hover {
    background: #4540E1;
    border-color: #4540E1;
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-courses-section .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-next {
        display: none;
    }
}

.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-prev {
    left: -70px;
}

@media (max-width: 1440px) {

    .wpo-courses-section .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-courses-section .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-next,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-next {
    right: -70px;
}

@media (max-width: 1440px) {

    .wpo-courses-section .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s2 .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s4 .wpo-courses-wrap .owl-nav .owl-next,
    .wpo-courses-section-s5 .wpo-courses-wrap .owl-nav .owl-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-courses-section .wpo-courses-wrap .owl-dots,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-dots,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-dots,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-dots {
    text-align: center;
    bottom: -20px;
    position: relative;
}

.wpo-courses-section .wpo-courses-wrap .owl-dots button,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-dots button,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-dots button,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%;
}

.wpo-courses-section .wpo-courses-wrap .owl-dots .owl-dot.active,
.wpo-courses-section-s2 .wpo-courses-wrap .owl-dots .owl-dot.active,
.wpo-courses-section-s4 .wpo-courses-wrap .owl-dots .owl-dot.active,
.wpo-courses-section-s5 .wpo-courses-wrap .owl-dots .owl-dot.active {
    background-color: #4540E1;
}

.wpo-courses-section .wpo-courses-wrap:hover .owl-nav .owl-prev,
.wpo-courses-section .wpo-courses-wrap:hover .owl-nav .owl-next,
.wpo-courses-section-s2 .wpo-courses-wrap:hover .owl-nav .owl-prev,
.wpo-courses-section-s2 .wpo-courses-wrap:hover .owl-nav .owl-next,
.wpo-courses-section-s4 .wpo-courses-wrap:hover .owl-nav .owl-prev,
.wpo-courses-section-s4 .wpo-courses-wrap:hover .owl-nav .owl-next,
.wpo-courses-section-s5 .wpo-courses-wrap:hover .owl-nav .owl-prev,
.wpo-courses-section-s5 .wpo-courses-wrap:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.wpo-courses-section .shape-1,
.wpo-courses-section-s2 .shape-1,
.wpo-courses-section-s4 .shape-1,
.wpo-courses-section-s5 .shape-1 {
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 991px) {

    .wpo-courses-section .shape-1,
    .wpo-courses-section-s2 .shape-1,
    .wpo-courses-section-s4 .shape-1,
    .wpo-courses-section-s5 .shape-1 {
        top: 8%;
    }
}

.wpo-courses-section .shape-2,
.wpo-courses-section-s2 .shape-2,
.wpo-courses-section-s4 .shape-2,
.wpo-courses-section-s5 .shape-2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.wpo-courses-section .shape-3,
.wpo-courses-section-s2 .shape-3,
.wpo-courses-section-s4 .shape-3,
.wpo-courses-section-s5 .shape-3 {
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: -1;
    -webkit-animation: bounceX 3s linear infinite;
    animation: bounceX 3s linear infinite;
}

.wpo-courses-section .shape-4,
.wpo-courses-section-s2 .shape-4,
.wpo-courses-section-s4 .shape-4,
.wpo-courses-section-s5 .shape-4 {
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: -1;
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}

/* 3.4 wpo-popular-area */
.wpo-popular-area,
.wpo-popular-area-s2,
.wpo-popular-area-s3,
.wpo-popular-area-s4 {
    position: relative;
    z-index: 1;
}

.wpo-popular-area .wpo-popular-item,
.wpo-popular-area-s2 .wpo-popular-item,
.wpo-popular-area-s3 .wpo-popular-item,
.wpo-popular-area-s4 .wpo-popular-item {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-img,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-img,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-img {
    position: relative;
    padding: 20px 20px 0px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-img img,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-img img,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img img,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-img img {
    border-radius: 10px;
    width: 100%;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-img .thumb,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-img .thumb,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img .thumb,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-img .thumb {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-img .thumb span {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    background: #4540E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1199px) {

    .wpo-popular-area .wpo-popular-item .wpo-popular-content,
    .wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content,
    .wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content,
    .wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content {
        padding-top: 20px;
    }
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content h2,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content h2,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content h2,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0 20px;
}

@media (max-width: 1199px) {

    .wpo-popular-area .wpo-popular-item .wpo-popular-content h2,
    .wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content h2,
    .wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content h2,
    .wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content h2 {
        font-size: 22px;
        line-height: 35px;
    }
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content h2 a,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content h2 a,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content h2 a,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content h2 a {
    color: #1A1729;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content h2 a:hover,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content h2 a:hover,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content h2 a:hover,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content h2 a:hover {
    color: #4540E1;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top {
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399px) {

    .wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
    .wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
    .wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p,
    .wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p {
        font-size: 16px;
    }
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p i,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p i,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p i,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top p i {
    margin-right: 10px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul+ul,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul+ul,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul+ul,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul+ul {
    padding-left: 30px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #1A1729;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {

    .wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
    .wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
    .wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li,
    .wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li {
        font-size: 16px;
    }
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li img,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li img,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li img,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li img {
    border-radius: 50%;
    max-width: 40px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li+li,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li+li,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li+li,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li+li {
    margin-left: 10px;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li a,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li a,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li a,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #1A1729;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li i,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li i,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li i,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li i {
    color: #F2BC00;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom {
    padding: 15px 20px;
    border-top: 1px solid #D9D9D9;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li i,
.wpo-popular-area-s2 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li i,
.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li i,
.wpo-popular-area-s4 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom ul li i {
    margin-right: 10px;
}

.wpo-popular-area .col:nth-child(2) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s2 .col:nth-child(2) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s3 .col:nth-child(2) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s4 .col:nth-child(2) .wpo-popular-item .wpo-popular-img .thumb span {
    background-color: #15A280;
}

.wpo-popular-area .col:nth-child(3) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s2 .col:nth-child(3) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s3 .col:nth-child(3) .wpo-popular-item .wpo-popular-img .thumb span,
.wpo-popular-area-s4 .col:nth-child(3) .wpo-popular-item .wpo-popular-img .thumb span {
    background-color: #F2BC00;
}

@media (max-width: 1200px) {

    .wpo-popular-area .wpo-popular-area,
    .wpo-popular-area-s2 .wpo-popular-area,
    .wpo-popular-area-s3 .wpo-popular-area,
    .wpo-popular-area-s4 .wpo-popular-area {
        padding-bottom: 90px;
    }

    .wpo-popular-area .wpo-popular-content h2,
    .wpo-popular-area-s2 .wpo-popular-content h2,
    .wpo-popular-area-s3 .wpo-popular-content h2,
    .wpo-popular-area-s4 .wpo-popular-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .wpo-popular-area .wpo-popular-content h2,
    .wpo-popular-area-s2 .wpo-popular-content h2,
    .wpo-popular-area-s3 .wpo-popular-content h2,
    .wpo-popular-area-s4 .wpo-popular-content h2 {
        font-size: 20px;
    }
}

/* 3.5 wpo-testimonial-section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {
    position: relative;
    background: #FCF9EF;
    z-index: 1;
}

.wpo-testimonial-section .wpo-testimonial-wrap,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap {
    position: relative;
    z-index: 91;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    padding: 40px 30px;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item {
        padding: 20px 15px;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #625F71;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li+li,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li+li {
    margin-left: 5px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li:last-child,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li:last-child {
    margin-left: 20px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li i,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li i {
    color: #F2BC00;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li i.off,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text ul li i.off {
    color: #C9C9C9;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fi.quote,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fi.quote {
    font-size: 50px;
    color: #F2BC00;
    opacity: .2;
    position: absolute;
    right: 20px;
    top: 10px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: #1A1729;
    margin-bottom: 0;
}

@media (max-width: 1399px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
        font-size: 17px;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img {
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
    margin-right: 18px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img img,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img img {
    border-radius: 50%;
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
    font-style: normal;
    font-weight: 450;
    font-size: 25px;
    line-height: 32px;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
        font-size: 18px;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 span,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFEBEB;
    display: block;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots {
    text-align: left;
    bottom: -60px;
}

@media (max-width: 991px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .slick-dots,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots {
        text-align: center;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots li {
    width: unset;
    height: unset;
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots li button {
    background: #D9D9D9;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button::before,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots li button::before {
    display: none;
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots li.slick-active button {
    background: #4540E1;
}

.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button::after,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .slick-dots li.slick-active button::after {
    position: absolute;
    left: -3px;
    top: -3px;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #4540E1;
    border-radius: 50%;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-stage-outer,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-stage-outer {
    margin: -14px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-stage,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-stage {
    margin: 14px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-controls,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav [class*=owl-],
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #4540E1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    font-size: 20px;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-prev:hover,
.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-next:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-prev:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-next:hover {
    background: #4540E1;
    border-color: #4540E1;
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-prev,
    .wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-next,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-prev,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-next {
        display: none;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-prev {
    left: -70px;
}

@media (max-width: 1440px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-prev,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-next {
    right: -70px;
}

@media (max-width: 1440px) {

    .wpo-testimonial-section .wpo-testimonial-wrap .owl-nav .owl-next,
    .wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav .owl-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-dots,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-dots {
    text-align: center;
    bottom: -20px;
    position: relative;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-dots button,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%;
}

.wpo-testimonial-section .wpo-testimonial-wrap .owl-dots .owl-dot.active,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-dots .owl-dot.active {
    background-color: #4540E1;
}

.wpo-testimonial-section .wpo-testimonial-wrap:hover .owl-nav .owl-prev,
.wpo-testimonial-section .wpo-testimonial-wrap:hover .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap:hover .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.wpo-testimonial-section .shape-1,
.wpo-testimonial-section-s2 .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -11;
}

@media (max-width: 1199px) {

    .wpo-testimonial-section .shape-1,
    .wpo-testimonial-section-s2 .shape-1 {
        max-width: 50%;
    }
}

.wpo-testimonial-section .shape-2,
.wpo-testimonial-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -11;
}

@media (max-width: 1199px) {

    .wpo-testimonial-section .shape-2,
    .wpo-testimonial-section-s2 .shape-2 {
        max-width: 50%;
    }
}

/* 3.6 wpo-team-section */
.wpo-team-section {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.wpo-team-section.s2 {
    background: #FCF9EF;
}

@media (max-width: 991px) {
    .wpo-team-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-team-section {
        padding-bottom: 50px;
    }
}

.wpo-team-section.pb-big {
    padding-bottom: 230px;
}

@media (max-width: 1199px) {
    .wpo-team-section.pb-big {
        padding-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .wpo-team-section.pb-big {
        padding-bottom: 60px;
    }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
    text-align: center;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
    border-radius: 150px;
    position: relative;
    z-index: 1;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
    position: absolute;
    left: 4%;
    top: 3%;
    width: 92%;
    height: 94%;
    content: "";
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 135px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box {
    border-radius: 150px;
    overflow: hidden;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box img {
    width: 100%;
    border-radius: 150px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 11;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li+li {
    margin-left: 10px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(1) {
    margin-top: -10px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(2) {
    margin-top: -20px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(3) {
    margin-top: -30px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #15A280;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    border-radius: 50%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding-top: 15px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #F2BC00;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #1A1729;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
    color: #1A1729;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
    color: #4540E1;
}

@media (max-width: 1200px) {
    .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
        font-size: 25px;
    }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box img,
.wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box ul,
.wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box ul {
    opacity: 1;
    visibility: visible;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box ul li,
.wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box ul li {
    margin-top: 0;
}

.wpo-team-section .shape-1 {
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 991px) {
    .wpo-team-section .shape-1 {
        top: 8%;
    }
}

.wpo-team-section .shape-2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.wpo-team-section .shape-3 {
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: -1;
    -webkit-animation: bounceX 3s linear infinite;
    animation: bounceX 3s linear infinite;
}

.wpo-team-section .shape-4 {
    position: absolute;
    right: 50px;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}

/* 3.7 wpo-choose-section */
.wpo-choose-section,
.wpo-choose-section-s2 {
    background: #FCF9EF;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .wpo-choose-section,
    .wpo-choose-section-s2 {
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {

    .wpo-choose-section .row,
    .wpo-choose-section-s2 .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.wpo-choose-section .wpo-choose-wrap,
.wpo-choose-section-s2 .wpo-choose-wrap {
    padding: 100px 0 60px;
    padding-right: 30px;
}

@media (max-width: 991px) {

    .wpo-choose-section .wpo-choose-wrap,
    .wpo-choose-section-s2 .wpo-choose-wrap {
        padding-right: 0px;
        padding: 80px 0 0;
    }
}

@media (max-width: 767px) {

    .wpo-choose-section .wpo-choose-wrap,
    .wpo-choose-section-s2 .wpo-choose-wrap {
        padding: 70px 0 0;
    }
}

.wpo-choose-section .wpo-choose-wrap .wpo-section-title-s2,
.wpo-choose-section-s2 .wpo-choose-wrap .wpo-section-title-s2 {
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 575px) {

    .wpo-choose-section .wpo-choose-wrap .wpo-section-title-s2,
    .wpo-choose-section-s2 .wpo-choose-wrap .wpo-section-title-s2 {
        text-align: center;
    }
}

.wpo-choose-section .wpo-choose-wrap .grid,
.wpo-choose-section-s2 .wpo-choose-wrap .grid {
    width: 50%;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    padding-right: 20px;
}

@media (max-width: 767px) {

    .wpo-choose-section .wpo-choose-wrap .grid,
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .wpo-choose-section .wpo-choose-wrap .grid,
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 100%;
        text-align: center;
    }
}

.wpo-choose-section .wpo-choose-wrap .grid .icon,
.wpo-choose-section-s2 .wpo-choose-wrap .grid .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #F2BC00;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 575px) {

    .wpo-choose-section .wpo-choose-wrap .grid .icon,
    .wpo-choose-section-s2 .wpo-choose-wrap .grid .icon {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.wpo-choose-section .wpo-choose-wrap .grid:nth-child(2) .icon,
.wpo-choose-section-s2 .wpo-choose-wrap .grid:nth-child(2) .icon {
    background-color: #15A280;
}

.wpo-choose-section .wpo-choose-wrap .grid:nth-child(3) .icon,
.wpo-choose-section-s2 .wpo-choose-wrap .grid:nth-child(3) .icon {
    background-color: #0467FD;
}

.wpo-choose-section .wpo-choose-wrap .grid:nth-child(4) .icon,
.wpo-choose-section-s2 .wpo-choose-wrap .grid:nth-child(4) .icon {
    background-color: #F9406C;
}

.wpo-choose-section .wpo-choose-wrap .grid h3,
.wpo-choose-section-s2 .wpo-choose-wrap .grid h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #1A1729;
    margin: 0 0 0.3em;
}

@media (max-width: 1199px) {

    .wpo-choose-section .wpo-choose-wrap .grid h3,
    .wpo-choose-section-s2 .wpo-choose-wrap .grid h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.wpo-choose-section .wpo-choose-wrap .grid h3 span,
.wpo-choose-section-s2 .wpo-choose-wrap .grid h3 span {
    font-family: "Lexend", serif;
}

.wpo-choose-section .wpo-choose-wrap .grid h3+p,
.wpo-choose-section-s2 .wpo-choose-wrap .grid h3+p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    color: #625F71;
    font-family: "Lexend", serif;
}

@media (max-width: 1399px) {

    .wpo-choose-section .wpo-choose-wrap .grid h3+p,
    .wpo-choose-section-s2 .wpo-choose-wrap .grid h3+p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.wpo-choose-section .right-img,
.wpo-choose-section-s2 .right-img {
    position: relative;
    padding: 20px;
    border: 1px dashed #CB9E00;
    border-radius: 20px;
    top: -120px;
    margin-right: -170px;
}

@media (max-width: 1199px) {

    .wpo-choose-section .right-img,
    .wpo-choose-section-s2 .right-img {
        top: 0px;
        margin-right: -70px;
    }
}

@media (max-width: 991px) {

    .wpo-choose-section .right-img,
    .wpo-choose-section-s2 .right-img {
        margin-right: 0px;
    }
}

.wpo-choose-section .right-img img,
.wpo-choose-section-s2 .right-img img {
    border-radius: 20px;
}

.wpo-choose-section .right-img .video-btn,
.wpo-choose-section-s2 .right-img .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    line-height: 96px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #fff;
}

.wpo-choose-section .right-img .video-btn .fi::before,
.wpo-choose-section-s2 .right-img .video-btn .fi::before {
    font-size: 35px;
    position: relative;
    right: -3px;
    color: #fff;
    z-index: 1;
}

/* 3.8 wpo-blog-section */
.wpo-blog-section,
.wpo-blog-section-s2 {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {

    .wpo-blog-section,
    .wpo-blog-section-s2 {
        padding-bottom: 60px;
    }
}

.wpo-blog-section .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-item {
    margin-bottom: 30px;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 10px;
    padding-bottom: 0;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img {
    width: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 10px;
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item:hover .wpo-blog-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content {
    padding: 30px 20px;
}

@media (max-width: 1199px) {

    .wpo-blog-section .wpo-blog-item .wpo-blog-content,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content {
        padding: 20px 5px;
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li {
    color: #625F71;
    font-size: 16px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child {
    padding-right: 30px;
    position: relative;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child:before {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    content: "";
    background: #625F71;
    border-radius: 50%;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a {
    color: #625F71;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #4540E1;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
    font-family: "Lexend", serif;
    margin-bottom: 20px;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-top: 10px;
}

@media (max-width: 1399px) {

    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {

    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
        font-size: 20px;
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a {
    color: #1A1729;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #4540E1;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content a.more,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content a.more {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #F2BC00;
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 1px solid #F2BC00;
}

@media (max-width: 1199px) {

    .wpo-blog-section .wpo-blog-item .wpo-blog-content a.more,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content a.more {
        font-size: 16px;
    }
}

/* 3.9 wpo-subscribe-section  */
.wpo-subscribe-section,
.wpo-subscribe-section-s2 {
    padding-top: 0;
}

.wpo-subscribe-section .wpo-subscribe-wrap,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap {
    padding: 70px 100px;
    background: url(../images/noise.png), #CB9E00 50%/cover no-repeat;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

@media (max-width: 1199px) {

    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        padding: 70px;
    }
}

@media (max-width: 991px) {

    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {

    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        padding: 40px 15px;
        border-radius: 30px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width: 991px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text {
        margin-bottom: 20px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text p,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text p {
    font-size: 21px;
    color: #fff;
}

@media (max-width: 991px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text p,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text p {
        font-size: 16px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media (max-width: 1199px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
        font-size: 28px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
        font-size: 24px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
    width: 100%;
    padding: 40px;
    padding-right: 190px;
    height: 75px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
        height: 55px;
        padding: 30px;
        padding-right: 145px;
    }
}

@media (max-width: 450px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
        padding: 10px;
        padding-right: 100px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input:focus,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 65px;
    width: 170px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    color: #F2BC00;
    font-weight: 600;
}

@media (max-width: 767px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
        height: 45px;
        width: 130px;
    }
}

@media (max-width: 450px) {

    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
        width: 80px;
        height: 40px;
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field ::-webkit-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field ::-webkit-input-placeholder {
    color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field :-ms-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field :-ms-input-placeholder {
    color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field ::-ms-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field ::-ms-input-placeholder {
    color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field ::placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field ::placeholder {
    color: #fff;
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-features-area */
@media (max-width: 991px) {

    .wpo-features-area,
    .wpo-features-area-s2,
    .wpo-features-area-s3 {
        padding: 120px 0 0;
    }
}

@media (max-width: 767px) {

    .wpo-features-area,
    .wpo-features-area-s2,
    .wpo-features-area-s3 {
        padding: 80px 0 0;
    }
}

.wpo-features-area .features-wrap,
.wpo-features-area-s2 .features-wrap,
.wpo-features-area-s3 .features-wrap {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: -115px;
    z-index: 9;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 10px;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap,
    .wpo-features-area-s2 .features-wrap,
    .wpo-features-area-s3 .features-wrap {
        margin-top: 0;
    }
}

.wpo-features-area .features-wrap .feature-item-wrap,
.wpo-features-area-s2 .features-wrap .feature-item-wrap,
.wpo-features-area-s3 .features-wrap .feature-item-wrap {
    position: relative;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden {
    padding: 30px 40px;
    text-align: center;
    position: relative;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item .icon,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden .icon,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden .icon,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item .icon,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #FAF5E6;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item .icon .fi,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden .icon .fi,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon .fi,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden .icon .fi,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item .icon .fi,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden .icon .fi {
    color: #D0A202;
    font-size: 40px;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item h2,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item h2,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden h2,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item h2,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden h2 {
    font-style: normal;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item h2,
    .wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item h2,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden h2,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item h2,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden h2 {
        font-size: 25px;
    }
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item h2 a,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2 a,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item h2 a,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden h2 a,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item h2 a,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden h2 a {
    color: #1A1729;
}

@media (max-width: 1199px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item p,
    .wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden p,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item p,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden p,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item p,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden p {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item {
        padding: 30px;
    }
}

@media (max-width: 1199px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    padding: 40px;
    background: #F2BC00;
    border-radius: 20px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1399px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden {
        top: -17px;
        padding: 30px;
    }
}

@media (max-width: 1199px) {

    .wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden,
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden,
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden {
        padding: 20px 10px;
    }
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden .icon,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden .icon,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden .icon {
    background: #fff;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden::before,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden::before,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden::before {
    display: none;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2 a,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden h2 a,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden h2 a {
    color: #fff;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden p,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden p,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden p {
    margin-bottom: 0;
    color: #fff;
}

.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden a.more,
.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item-hidden a.more,
.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item-hidden a.more {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: block;
    margin-top: 15px;
}

.wpo-features-area .features-wrap .feature-item-wrap:hover .feature-item-hidden,
.wpo-features-area .features-wrap .feature-item-wrap.active .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .feature-item-wrap:hover .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .feature-item-wrap.active .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .feature-item-wrap:hover .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .feature-item-wrap.active .feature-item-hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpo-features-area .features-wrap .col,
.wpo-features-area-s2 .features-wrap .col,
.wpo-features-area-s3 .features-wrap .col {
    padding: 0;
}

@media (max-width: 575px) {

    .wpo-features-area .features-wrap .col,
    .wpo-features-area-s2 .features-wrap .col,
    .wpo-features-area-s3 .features-wrap .col {
        padding: 0 15px;
    }
}

.wpo-features-area .features-wrap .col:first-child .feature-item,
.wpo-features-area-s2 .features-wrap .col:first-child .feature-item,
.wpo-features-area-s3 .features-wrap .col:first-child .feature-item {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .col:first-child .feature-item,
    .wpo-features-area-s2 .features-wrap .col:first-child .feature-item,
    .wpo-features-area-s3 .features-wrap .col:first-child .feature-item {
        border-radius: 0;
    }
}

.wpo-features-area .features-wrap .col:first-child .feature-item:before,
.wpo-features-area-s2 .features-wrap .col:first-child .feature-item:before,
.wpo-features-area-s3 .features-wrap .col:first-child .feature-item:before {
    display: none;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .col:nth-child(2) .feature-item,
    .wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item,
    .wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item {
        border-radius: 0;
    }
}

.wpo-features-area .features-wrap .col:nth-child(2) .feature-item .icon,
.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon,
.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item .icon {
    background: #EEEDFC;
}

.wpo-features-area .features-wrap .col:nth-child(2) .feature-item .icon .fi,
.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon .fi,
.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item .icon .fi {
    color: #4540E1;
}

.wpo-features-area .features-wrap .col:nth-child(2) .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item-hidden {
    background: #4540E1;
}

.wpo-features-area .features-wrap .col:nth-child(2) .feature-item-hidden .icon .fi,
.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item-hidden .icon .fi,
.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item-hidden .icon .fi {
    color: #4540E1;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .col:nth-child(3) .feature-item,
    .wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item,
    .wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item {
        border-radius: 0;
    }
}

.wpo-features-area .features-wrap .col:nth-child(3) .feature-item .icon,
.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon,
.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item .icon {
    background: #DEF2ED;
}

.wpo-features-area .features-wrap .col:nth-child(3) .feature-item .icon .fi,
.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon .fi,
.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item .icon .fi {
    color: #15A280;
}

.wpo-features-area .features-wrap .col:nth-child(3) .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item-hidden {
    background: #15A280;
}

.wpo-features-area .features-wrap .col:nth-child(3) .feature-item-hidden .icon .fi,
.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item-hidden .icon .fi,
.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item-hidden .icon .fi {
    color: #15A280;
}

@media (max-width: 991px) {

    .wpo-features-area .features-wrap .col:last-child .feature-item,
    .wpo-features-area-s2 .features-wrap .col:last-child .feature-item,
    .wpo-features-area-s3 .features-wrap .col:last-child .feature-item {
        border-radius: 0;
    }
}

.wpo-features-area .features-wrap .col:last-child .feature-item .icon,
.wpo-features-area-s2 .features-wrap .col:last-child .feature-item .icon,
.wpo-features-area-s3 .features-wrap .col:last-child .feature-item .icon {
    background: #FFEDF1;
}

.wpo-features-area .features-wrap .col:last-child .feature-item .icon .fi,
.wpo-features-area-s2 .features-wrap .col:last-child .feature-item .icon .fi,
.wpo-features-area-s3 .features-wrap .col:last-child .feature-item .icon .fi {
    color: #F9406C;
}

.wpo-features-area .features-wrap .col:last-child .feature-item-hidden,
.wpo-features-area-s2 .features-wrap .col:last-child .feature-item-hidden,
.wpo-features-area-s3 .features-wrap .col:last-child .feature-item-hidden {
    background: #F9406C;
}

.wpo-features-area .features-wrap .col:last-child .feature-item-hidden .icon .fi,
.wpo-features-area-s2 .features-wrap .col:last-child .feature-item-hidden .icon .fi,
.wpo-features-area-s3 .features-wrap .col:last-child .feature-item-hidden .icon .fi {
    color: #F9406C;
}

.wpo-about-section-s2,
.wpo-about-section-s3,
.wpo-about-section-s4,
.wpo-about-section-s5 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img-wrap,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img-wrap {
    margin-left: 0;
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
    margin-left: -180px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

@media (max-width: 1399px) {

    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        margin-left: -120px;
    }
}

@media (max-width: 1199px) {

    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        margin-left: -100px;
    }
}

@media (max-width: 991px) {

    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        margin-left: 0px;
        padding-right: 0;
    }
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .back-shape,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .back-shape,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .back-shape,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .back-shape {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .back-shape img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .back-shape img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .back-shape img,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .back-shape img {
    -webkit-animation: circle 60s linear infinite;
    animation: circle 60s linear infinite;
    width: 100%;
}

.wpo-about-section-s2 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s3 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s4 .wpo-about-wrap .theme-btn-s2,
.wpo-about-section-s5 .wpo-about-wrap .theme-btn-s2 {
    margin-top: 30px;
}

/* 5.3 wpo-courses-section-s2 */
.wpo-courses-section-s2,
.wpo-courses-section-s4 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {

    .wpo-courses-section-s2,
    .wpo-courses-section-s4 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {

    .wpo-courses-section-s2,
    .wpo-courses-section-s4 {
        padding-bottom: 50px;
    }
}

.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item {
    margin-bottom: 30px;
    text-align: center;
}

.wpo-courses-section-s2 .wpo-courses-wrap .wpo-courses-item .courses-icon,
.wpo-courses-section-s4 .wpo-courses-wrap .wpo-courses-item .courses-icon {
    margin: 0 auto;
    margin-bottom: 15px;
}

/* 5.4 wpo-choose-section-s2 */
.wpo-choose-section-s2 {
    background: none;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-choose-section-s2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-choose-section-s2 {
        padding-bottom: 50px;
    }
}

.wpo-choose-section-s2 .right-img {
    margin-right: 0;
    top: 0;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .right-img img {
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap {
    padding: 0;
    margin: 0 -40px;
}

@media (max-width: 1399px) {
    .wpo-choose-section-s2 .wpo-choose-wrap {
        margin: 0 -15px;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap .grid {
    width: 25%;
    padding: 0 40px;
}

@media (max-width: 1399px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid {
        width: 100%;
    }
}

.wpo-choose-section-s2 .wpo-choose-wrap .grid .info {
    max-width: 270px;
}

@media (max-width: 575px) {
    .wpo-choose-section-s2 .wpo-choose-wrap .grid .info {
        margin: 0 auto;
    }
}

/* 5.6 wpo-subscribe-section-s2 */
.wpo-subscribe-section-s2 {
    padding-bottom: 0;
}

.wpo-subscribe-section-s2 .container-fluid {
    padding: 0;
}

.wpo-subscribe-section-s2 .container-fluid .wpo-subscribe-wrap {
    border-radius: 0;
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-features-area-s2*/
.wpo-features-area-s2 .features-wrap {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item {
    background: #FCF7E6;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1199px) {
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item {
        margin-bottom: 20px;
    }
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon {
    background: #F2BC00;
}

.wpo-features-area-s2 .features-wrap .feature-item-wrap .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item {
    background: #F3F2FF;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon {
    background: #4540E1;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(2) .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item {
    background: #E6FAF5;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon {
    background: #15A280;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(3) .feature-item .icon .fi {
    color: #fff;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item {
    background: #FFEEF2;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item .icon {
    background: #F9406C;
}

.wpo-features-area-s2 .features-wrap .col:nth-child(4) .feature-item .icon .fi {
    color: #fff;
}

/* 6.2 wpo-about-section-s3*/
.wpo-about-section-s3,
.wpo-about-section-s4 {
    padding: 80px 0 100px;
}

@media (max-width: 575px) {

    .wpo-about-section-s3,
    .wpo-about-section-s4 {
        padding: 50px 0 80px;
    }
}

.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
    margin-left: -300px;
    padding-right: 0;
}

@media (max-width: 1399px) {

    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
        margin-left: -100px;
    }
}

@media (max-width: 991px) {

    .wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
        margin-left: 0px;
        margin-top: 0px;
    }
}

/* 6.3 wpo-courses-section-s3*/
.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    padding: 10px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .courses-img img {
    border-radius: 10px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text {
    padding: 20px 15px 0;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a {
    color: #1A1729;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text h2 a:hover {
    color: #F2BC00;
}

.wpo-courses-section-s3 .wpo-courses-wrap .wpo-courses-item .wpo-courses-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-stage-outer {
    margin: -14px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-stage {
    margin: 14px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #4540E1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-prev,
.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    font-size: 20px;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-prev:hover,
.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-next:hover {
    background: #4540E1;
    border-color: #4540E1;
    color: #fff;
}

@media (max-width: 767px) {

    .wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-prev,
    .wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-next {
        display: none;
    }
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-prev {
    left: -70px;
}

@media (max-width: 1440px) {
    .wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-next {
    right: -70px;
}

@media (max-width: 1440px) {
    .wpo-courses-section-s3 .wpo-courses-wrap .owl-nav .owl-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
    }
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-dots {
    text-align: center;
    bottom: -20px;
    position: relative;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%;
}

.wpo-courses-section-s3 .wpo-courses-wrap .owl-dots .owl-dot.active {
    background-color: #4540E1;
}

.wpo-courses-section-s3 .wpo-courses-wrap:hover .owl-nav .owl-prev,
.wpo-courses-section-s3 .wpo-courses-wrap:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

/* 6.4 wpo-popular-area-s2 */
.wpo-popular-area-s2,
.wpo-popular-area-s3 {
    background: #FCF9EF;
}

.wpo-popular-area-s2 .shape-1,
.wpo-popular-area-s3 .shape-1 {
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: -1;
    -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}

@media (max-width: 991px) {

    .wpo-popular-area-s2 .shape-1,
    .wpo-popular-area-s3 .shape-1 {
        top: 8%;
    }
}

.wpo-popular-area-s2 .shape-2,
.wpo-popular-area-s3 .shape-2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.wpo-popular-area-s2 .shape-3,
.wpo-popular-area-s3 .shape-3 {
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: -1;
    -webkit-animation: bounceX 3s linear infinite;
    animation: bounceX 3s linear infinite;
}

.wpo-popular-area-s2 .shape-4,
.wpo-popular-area-s3 .shape-4 {
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: -1;
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}

/* 6.5 wpo-event-area */
.wpo-event-area {
    background: #FCF9EF;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-event-area {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-event-area {
        padding-bottom: 50px;
    }
}

.wpo-event-area .wpo-event-wrap .wpo-event-item {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    margin-bottom: 30px;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img {
    position: relative;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img img {
    border-radius: 10px;
    width: 100%;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img .thumb {
    width: 80px;
    height: 80px;
    background: #4540E1;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img .thumb h5 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img .thumb span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content {
    padding: 20px 15px 0;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #625F71;
}

@media (max-width: 1199px) {
    .wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content ul li {
        font-size: 15px;
    }
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content ul li+li {
    margin-left: 20px;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content ul li i {
    margin-right: 5px;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content h2 {
        font-size: 22px;
        line-height: 35px;
    }
}

@media (max-width: 1199px) {
    .wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content h2 a {
    color: #1A1729;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content h2 a:hover {
    color: #4540E1;
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content a.more {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-right: 30px;
    color: #4540E1;
}

@media (max-width: 1199px) {
    .wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content a.more {
        font-size: 16px;
    }
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content a.more:before {
    position: absolute;
    font-family: "Flaticon";
    content: "\f125";
    top: 0px;
    right: 0px;
    font-size: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1199px) {
    .wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content a.more:before {
        top: -3px;
    }
}

.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-content a.more:hover:before {
    right: -5px;
}

.wpo-event-area .wpo-event-wrap .col:nth-child(2) .wpo-event-item .wpo-event-img .thumb {
    background: #15A280;
}

.wpo-event-area .wpo-event-wrap .col:nth-child(3) .wpo-event-item .wpo-event-img .thumb {
    background: #F9406C;
}

.wpo-event-area .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -11;
}

@media (max-width: 1199px) {
    .wpo-event-area .shape-1 {
        max-width: 50%;
    }
}

.wpo-event-area .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -11;
}

@media (max-width: 1199px) {
    .wpo-event-area .shape-2 {
        max-width: 50%;
    }
}

/*======================================
7. Home-style-4
 =======================================*/
/* 7.1 wpo-about-section-s4 */
@media (max-width: 991px) {
    .wpo-about-section-s4 {
        padding-top: 70px;
    }
}

.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
    margin-left: -100px;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
        margin-left: -80px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
        margin-left: 0px;
        padding-right: 0px;
    }
}

.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-section-title small {
    color: #625F71;
}

.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .theme-btn-s4 {
    margin-top: 20px;
}

/* 7.2 wpo-fun-fact-section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 767px) {

    .wpo-fun-fact-section,
    .wpo-fun-fact-section-s2 {
        padding-bottom: 80px;
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
    border: 1px solid #1A1729;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
    background: url(../images/noise.png), #fff 50%/cover no-repeat;
    border-radius: 20px;
}

@media (max-width: 767px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
        padding: 40px 15px 0;
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
        width: 50%;
        margin-bottom: 50px;
    }
}

.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    color: #1A1729;
    margin: 0 0 0.1em;
    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;
}

.wpo-fun-fact-section .grid h3 span,
.wpo-fun-fact-section-s2 .grid h3 span {
    font-family: "Lexend", serif;
}

@media (max-width: 1200px) {

    .wpo-fun-fact-section .grid h3,
    .wpo-fun-fact-section-s2 .grid h3 {
        font-size: 50px;
        ont-size: 3.33333rem;
    }
}

@media (max-width: 991px) {

    .wpo-fun-fact-section .grid h3,
    .wpo-fun-fact-section-s2 .grid h3 {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 767px) {

    .wpo-fun-fact-section .grid h3,
    .wpo-fun-fact-section-s2 .grid h3 {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

.wpo-fun-fact-section .grid h3+p,
.wpo-fun-fact-section-s2 .grid h3+p {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: #1A1729;
    font-family: "Lexend", serif;
    text-align: center;
}

@media (max-width: 1200px) {

    .wpo-fun-fact-section .grid h3+p,
    .wpo-fun-fact-section-s2 .grid h3+p {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {

    .wpo-fun-fact-section .grid h3+p,
    .wpo-fun-fact-section-s2 .grid h3+p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

/* 7.3 wpo-courses-section-s3 */
.wpo-courses-section-s4 {
    background: #F5F5F5;
}

.wpo-courses-section-s4 .row.wpo-courses-wrap .wpo-courses-item {
    background: none;
    border: 2px solid #625F71;
}

.wpo-courses-section-s4 .row.wpo-courses-wrap .wpo-courses-item .wpo-courses-text .courses-icon {
    background: #EEEEEE;
    color: #625F71;
    border: 1px solid #625F71;
}

.wpo-courses-section-s4 .row.wpo-courses-wrap .grid:hover .wpo-courses-item {
    background: #1A1729;
}

.wpo-courses-section-s4 .row.wpo-courses-wrap .grid:hover .wpo-courses-item .wpo-courses-text .courses-icon {
    color: #1A1729;
}

/* 7.4 wpo-popular-area-s3 */
.wpo-popular-area-s3 {
    background: #fff;
}

.wpo-popular-area-s3 .wpo-popular-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #625F71;
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 2px solid #625F71;
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img .thumb {
    border: 1px solid #625F71;
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-img .thumb span {
    background: #1A1729 !important;
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content .wpo-popular-text-bottom {
    border-top: 2px solid #625F71;
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-text-top ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wpo-popular-area-s3 .wpo-popular-item .wpo-popular-content h2 a:hover {
    color: #1A1729;
}

/* 7.5 wpo-testimonial-section-s2 */
.wpo-testimonial-section-s2 {
    background: #F5F5F5;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fi.quote {
    color: #625F71;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-] {
    color: #1A1729;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-] .fi {
    color: #1A1729;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-].owl-next .fi,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-].owl-prev .fi {
    color: #1A1729;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-]:hover {
    background: #1A1729;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-]:hover.owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-]:hover.owl-prev {
    border-color: #1A1729;
}

.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-]:hover.owl-next .fi,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .owl-nav [class*=owl-]:hover.owl-prev .fi {
    color: #fff;
}

.wpo-testimonial-section-s2 .wpo-testimonial-text-btm-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* 7.6 wpo-blog-section-s2 */
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content a.more {
    color: #625F71;
    border-color: #625F71;
}

.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #1A1729;
}

.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #1A1729;
}

/*======================================
8. Home-style-5
 =======================================*/
/* 8.1 wpo-features-area-s3 */
.wpo-features-area-s3 .features-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    max-width: 1320px;
    margin-top: -200px;
}

@media (max-width: 1399px) {
    .wpo-features-area-s3 .features-wrap {
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    .wpo-features-area-s3 .features-wrap {
        margin-top: 0px;
    }
}

.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item {
    background: #F2BC00;
    border-radius: 10px;
    text-align: center;
    border-radius: 162px 162px 10px 10px;
    padding: 60px 30px 30px;
}

.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item h2 a {
    color: #fff;
}

@media (max-width: 1199px) {
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item h2 {
        font-size: 25px;
    }
}

.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item p {
    color: #fff;
}

@media (max-width: 991px) {
    .wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item {
        margin-bottom: 20px;
    }
}

.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item .icon {
    background: #fff;
}

.wpo-features-area-s3 .features-wrap .feature-item-wrap .feature-item .icon .fi {
    color: #F2BC00;
}

.wpo-features-area-s3 .features-wrap .col {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

.wpo-features-area-s3 .features-wrap .col:nth-child(1) .feature-item {
    border-radius: 162px 162px 10px 10px;
}

@media (max-width: 991px) {
    .wpo-features-area-s3 .features-wrap .col:nth-child(1) .feature-item {
        border-radius: 0;
    }
}

.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item {
    background: #4540E1;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item .icon {
    background: #fff;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(2) .feature-item .icon .fi {
    color: #4540E1;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item {
    background: #15A280;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item .icon {
    background: #fff;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(3) .feature-item .icon .fi {
    color: #15A280;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(4) .feature-item {
    background: #F9406C;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(4) .feature-item .icon {
    background: #fff;
}

.wpo-features-area-s3 .features-wrap .col:nth-child(4) .feature-item .icon .fi {
    color: #F9406C;
}

/* 8.2 wpo-about-section-s5 */
.wpo-about-section-s5 {
    padding: 150px 0;
}

@media (max-width: 1199px) {
    .wpo-about-section-s5 {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .wpo-about-section-s5 {
        padding: 80px 0;
    }
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
    margin-left: -130px;
    max-width: 100%;
    padding-right: 0;
}

@media (max-width: 1600px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        margin-left: -40px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        margin-right: 0;
        margin-left: 0;
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img {
        max-width: 300px;
    }
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img img {
    width: auto;
    max-width: 635px;
    width: 100%;
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .frame {
    position: absolute;
    left: -105px;
    top: -72px;
    width: 135%;
    height: 100%;
}

@media (max-width: 1199px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .frame {
        left: -75px;
        top: -60px;
    }
}

@media (max-width: 500px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .frame {
        left: -50px;
        top: -40px;
    }
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-img .frame img {
    max-width: 100%;
    width: auto;
}

@media (max-width: 991px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-section-title {
        text-align: center;
    }

    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-section-title h2 {
        text-align: center;
    }
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text ul {
    list-style: none;
    margin-top: 30px;
}

.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text ul li {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}

@media (max-width: 575px) {
    .wpo-about-section-s5 .wpo-about-wrap .wpo-about-text ul li {
        font-size: 18px;
    }
}

/* 8.3 wpo-fun-fact-section-s2 */
.wpo-fun-fact-section-s2 {
    background: url(../images/noise.png), #F9406C 50%/cover no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .wpo-fun-fact-section-s2 {
        padding-bottom: 40px;
    }
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
    background: none;
    border: 0;
    padding: 0;
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
    color: #fff;
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid p {
    color: #fff;
}

.wpo-fun-fact-section-s2 .shape {
    position: absolute;
    top: -15px;
    width: 100%;
}

@media (max-width: 1399px) {
    .wpo-fun-fact-section-s2 .shape {
        top: -12px;
        width: 120%;
    }
}

@media (max-width: 991px) {
    .wpo-fun-fact-section-s2 .shape {
        top: -12px;
        width: 150%;
    }
}

@media (max-width: 575px) {
    .wpo-fun-fact-section-s2 .shape {
        width: 200%;
    }
}

.wpo-fun-fact-section-s2 .shape-2 {
    position: absolute;
    bottom: -15px;
    width: 100%;
}

@media (max-width: 1399px) {
    .wpo-fun-fact-section-s2 .shape-2 {
        bottom: -12px;
        width: 120%;
    }
}

@media (max-width: 991px) {
    .wpo-fun-fact-section-s2 .shape-2 {
        bottom: -12px;
        width: 150%;
    }
}

@media (max-width: 575px) {
    .wpo-fun-fact-section-s2 .shape-2 {
        width: 200%;
    }
}

/* 8.4 wpo-courses-section-s5 */
.wpo-courses-section-s5 {
    background: #fff;
}

.wpo-courses-section-s5 .wpo-courses-wrap .wpo-courses-item {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
}

/* 8.5 wpo-popular-area-s4 */
.wpo-popular-area-s4 {
    background: #FFF8F9;
}

.wpo-popular-area-s4 .vector-1 {
    position: absolute;
    top: 50%;
    left: 12%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .wpo-popular-area-s4 .vector-1 {
        top: -8%;
    }
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-1 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-2 {
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .wpo-popular-area-s4 .vector-2 {
        left: 2%;
        top: 15%;
    }
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-2 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-3 {
    position: absolute;
    bottom: 10%;
    left: 3%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-3 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-4 {
    position: absolute;
    bottom: 12%;
    left: 30%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-4 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-5 {
    position: absolute;
    bottom: 8%;
    left: 70%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-5 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-6 {
    position: absolute;
    top: 10%;
    right: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-6 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-7 {
    position: absolute;
    bottom: 30%;
    right: -13%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-7 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-8 {
    position: absolute;
    bottom: 28%;
    right: 20px;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-8 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-9 {
    position: absolute;
    top: 40%;
    right: 2%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-popular-area-s4 .vector-9 {
        max-width: 10%;
    }
}

.wpo-popular-area-s4 .vector-10 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.wpo-popular-area-s4 .vector-11 {
    position: absolute;
    left: 6%;
    top: 20%;
    z-index: -1;
}

.wpo-popular-area-s4 .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -11;
}

@media (max-width: 1199px) {
    .wpo-popular-area-s4 .shape-1 {
        max-width: 50%;
    }
}

.wpo-popular-area-s4 .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -11;
}

@media (max-width: 1199px) {
    .wpo-popular-area-s4 .shape-2 {
        max-width: 50%;
    }
}

.more-btn {
    margin-top: 20px;
}

/*--------------------------------------------------------------
9. wpo-course-page
--------------------------------------------------------------*/
/*------------------------------------
	course sidebar
------------------------------------*/
.wpo-course-sidebar {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 10px;
    /*** widget_price_filter ***/
}

@media (max-width: 991px) {
    .wpo-course-sidebar {
        margin-top: 0px;
    }
}

.wpo-course-sidebar .widget h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    text-transform: none;
    text-transform: uppercase;
    font-family: "Lexend", serif;
}

.wpo-course-sidebar>.widget+.widget {
    margin-top: 45px;
}

.wpo-course-sidebar .product-categories .cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}

.wpo-course-sidebar .product-categories .cat-item input {
    margin-right: 10px;
}

.wpo-course-sidebar .product-categories .cat-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-course-sidebar .product-categories .cat-item label span {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f7f7f7;
    text-align: center;
    border-radius: 50%;
}

.wpo-course-sidebar .product-categories .cat-item.last {
    border: 0;
}

.wpo-course-sidebar .widget_price_filter .ui-corner-all,
.wpo-course-sidebar .widget_price_filter .ui-corner-bottom,
.wpo-course-sidebar .widget_price_filter .ui-corner-right,
.wpo-course-sidebar .widget_price_filter .ui-corner-br {
    border-radius: 30px;
}

.wpo-course-sidebar .widget_price_filter .filter-price {
    position: relative;
    font-size: 14px;
}

.wpo-course-sidebar .widget_price_filter .filter-price input {
    border: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    position: absolute;
}

.wpo-course-sidebar .widget_price_filter .filter-price input:focus {
    border: 0;
    outline: none;
}

.wpo-course-sidebar .widget_price_filter .filter-price button {
    font-family: "Lexend", serif;
    background: transparent;
    color: #4540E1;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    border: 0;
    outline: none;
    position: absolute;
    right: 0;
    z-index: 99;
    text-decoration: underline;
}

.wpo-course-sidebar .widget_price_filter .filter-price button:hover,
.wpo-course-sidebar .widget_price_filter .filter-price button:focus,
.wpo-course-sidebar .widget_price_filter .filter-price button:active {
    text-decoration: underline;
}

.wpo-course-sidebar .widget_price_filter .filter-price #amount {
    color: #000;
}

.wpo-course-sidebar .widget_price_filter #slider-range {
    height: 3px;
    background: #FCF9EF;
    border: 0;
    border-radius: 50px;
    margin-bottom: 25px;
    margin-left: 8px;
}

.wpo-course-sidebar .widget_price_filter .ui-state-default,
.wpo-course-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.wpo-course-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
    width: 10px;
    height: 10px;
    border: none;
    background: #F2BC00;
    top: -4px;
}

.wpo-course-sidebar .widget_price_filter .ui-state-default:focus,
.wpo-course-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.wpo-course-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
    outline: none;
}

.wpo-course-sidebar .widget_price_filter .ui-widget-header {
    background: #F2BC00;
}

.wpo-course-page {
    /*** search-widget ***/
}

.wpo-course-page .search-widget form div {
    position: relative;
}

.wpo-course-page .search-widget input {
    font-size: 14px;
    font-size: 0.93333rem;
    width: 100%;
    height: 60px;
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.wpo-course-page .search-widget input:focus {
    outline: none;
    border-color: #4540E1;
}

.wpo-course-page .search-widget form button {
    background-color: #4540E1;
    color: #fff;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0;
    width: 60px;
    height: 60px;
}

.wpo-course-page .search-widget form button i {
    font-size: 18px;
    font-size: 1.2rem;
}

.wpo-course-page .wpo-product-section {
    padding: 0;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .wpo-course-page .wpo-product-section {
        padding-left: 0;
    }
}

.wpo-course-page .wpo-product-section .wpo-popular-item .wpo-popular-img {
    position: relative;
}

.wpo-course-page .wpo-product-section .wpo-popular-item .wpo-popular-img .cart-btn {
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 6px;
    background: #F9406C;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 5px solid #fff;
}

.wpo-course-page .wpo-product-section .wpo-popular-item:hover .wpo-popular-img .cart-btn {
    opacity: 1;
    visibility: visible;
}

.wpo-course-page .sorting-section {
    padding-bottom: 20px;
}

.wpo-course-page .sorting-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpo-course-page .sorting-section ul li {
    margin: 10px 0;
}

.wpo-course-page .sorting-section .nice-select ul {
    display: block;
}

.wpo-course-page .sorting-section .filter button {
    background: #4540E1;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.wpo-course-page .sorting-section .filter button i {
    margin-left: 10px;
}

.wpo-course-page.s2 .wpo-product-section {
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wpo-course-page.s2 .wpo-course-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .wpo-course-page.s2 .wpo-course-sidebar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.wpo-course-page.s2 .wpo-course-sidebar .widget {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 20px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .wpo-course-page.s2 .wpo-course-sidebar .widget {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .wpo-course-page.s2 .wpo-course-sidebar .widget {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 10px;
    }
}

.wpo-course-page.s2 .wpo-course-sidebar .widget ul li:last-child {
    border: 0;
}

@media (max-width: 1199px) {
    .wpo-course-page.s2 .wpo-course-sidebar .widget ul li {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .wpo-course-page.s2 .wpo-course-sidebar .widget h3 {
        font-size: 16px;
    }
}

.wpo-course-page.s2 .search-widget input {
    height: 45px;
}

.wpo-course-page.s2 .search-widget button {
    height: 45px;
    line-height: 50px;
}

.wpo-course-page.s2 #filterOpen {
    display: none;
}

.wpo-course-page.s2 .sorting-section {
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
}

.wpo-course-page.s2 .sorting-section ul li:nth-child(2) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

@media (max-width: 500px) {
    .wpo-course-page.s2 .sorting-section ul li:nth-child(2) {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    }
}

.wpo-course-page.s3 .wpo-product-section {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*----------------------------------------------
10. course-details-page
----------------------------------------------*/
.wpo-course-details-tab {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
    margin-top: 40px;
}

.wpo-course-details-tab .nav li a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
    color: #2d4277;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    border: none;
    text-transform: capitalize;
}

.wpo-course-details-tab .nav li a.active,
.wpo-course-details-tab .nav li a:hover {
    background: #F2BC00;
    color: #fff;
    outline: none;
    border-radius: 40px;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

@media (max-width: 767px) {
    .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wpo-course-details-text {
    margin-top: 50px;
}

.course-b-text {
    margin-top: 40px;
}

#Description {
    padding: 15px 30px;
    border: 1px solid #ebebeb;
}

@media (max-width: 575px) {
    #Description {
        padding: 15px 2px;
    }
}

.wpo-course-details-text .wpo-course-text-top p {
    margin-bottom: 30px;
}

.wpo-course-details-tab .event-b-text {
    margin-top: 40px;
}

.wpo-course-details-text .wpo-course-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.wpo-course-details-text .wpo-course-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.course-bb-text ul {
    display: unset;
    list-style: none;
}

.course-bb-text ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.course-bb-text ul li:before {
    content: "";
    background: #4540E1;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 7px;
}

.wpo-course-details-area .wpo-blog-single-section .comments-area {
    margin-top: 0;
}

@media (max-width: 992px) {
    .wpo-event-details-wrap {
        margin-bottom: 30px;
    }
}

.wpo-course-details-text .wpo-course-content .course-curriculam {
    margin-top: 20px;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul {
    list-style: none;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li span {
    font-size: 20px;
    color: #1A1729;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li span a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    background: #F9406C;
    color: #fff;
    margin-left: 10px;
    border-radius: 20px;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li span i {
    margin-right: 10px;
    color: #F9406C;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li span i.flaticon-play-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F9406C;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #F9406C;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li span i.flaticon-e-learning,
.wpo-course-details-text .wpo-course-content .course-curriculam ul li span i.flaticon-knowledge {
    font-size: 30px;
}

.wpo-course-details-text .wpo-course-content .course-curriculam ul li small {
    font-size: 18px;
}

@media (max-width: 590px) {
    .wpo-course-details-text .wpo-course-content h2 {
        font-size: 18px;
    }

    .wpo-course-details-tab .nav li a {
        margin-bottom: 20px;
    }

    .wpo-course-details-tab .nav li:last-child a {
        margin-bottom: 0;
    }

    .wpo-course-details-text .wpo-course-text-top {
        padding: 8px;
    }
}

.features-widget {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 5px;
}

.features-widget .features-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.features-widget .features-top h4 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.features-widget .features-top h4 del {
    color: #6b7385;
    font-weight: 400;
}

.features-widget .features-top span {
    display: inline-block;
    padding: 5px 15px;
    background: #EEF9F6;
}

.features-widget .cart-btn a {
    width: 100%;
}

.features-widget ul {
    list-style: none;
    margin-top: 30px;
}

.features-widget ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.features-widget ul li span {
    display: inline-block;
    padding: 3px 10px;
    background: #f7f7f7;
    border-radius: 3px;
    font-size: 15px;
}

.features-widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.wpo-course-details-area .recent-post-widget {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 5px;
}

.wpo-course-details-area .course-sitebar {
    min-height: 100%;
}

.wpo-course-details-area .course-sitebar .blog-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

@media (max-width: 1199px) {
    .wpo-course-details-area .course-sitebar .blog-sidebar {
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
11. wpo-lesson-section
--------------------------------------------------------------*/
.wpo-lesson-section .container-fluid {
    padding: 0;
}

.wpo-lesson-section .col {
    padding: 0;
}

.wpo-lesson-section .wpo-lesson-sidebar {
    height: 100%;
    border-right: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .wpo-lesson-section .wpo-lesson-sidebar {
        height: auto;
    }
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item {
    border: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    border-right: 0;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button {
    padding: 20px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-family: "Lexend", serif;
    background: #1A1729;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .wpo-lesson-section .wpo-lesson-sidebar .accordion-item button {
        font-size: 15px;
    }
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button span {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button::after {
    background: none;
    font-family: "themify";
    content: "\e622";
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 700;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button.collapsed {
    color: #373b3e;
    background: #fff;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button.collapsed::after {
    content: "\e61a";
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body {
    padding: 20px;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item {
    list-style: none;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li {
    color: #1A1729;
    margin-bottom: 20px;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li:last-child {
    margin-bottom: 0;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1A1729;
    margin-left: 5px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a i.flaticon-play-button {
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #F9406C;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #F9406C;
    margin-right: 10px;
    font-size: 12px;
    margin-left: 10px;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a span i {
    margin-left: 10px;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a .fa-check-circle {
    color: #4540E1;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-body .item li a .fa-circle-thin {
    color: #cfc9c9;
}

.wpo-lesson-section .wpo-lesson-sidebar .accordion-item .accordion-collapse {
    border: 0;
}

.wpo-lesson-section .video-area {
    height: 100%;
}

@media (max-width: 991px) {
    .wpo-lesson-section .video-area {
        height: auto;
    }
}

.wpo-lesson-section .video-area .video-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px;
    background: #1A1729;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpo-lesson-section .video-area .video-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.wpo-lesson-section .video-area .video-heading .theme-btn,
.wpo-lesson-section .video-area .video-heading .view-cart-btn {
    padding: 10px 25px;
}

.wpo-lesson-section .video-area video {
    width: 100%;
}

@media (max-width: 991px) {
    .wpo-lesson-section .video-area video {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.wpo-lesson-section .video-area .video-details {
    max-width: 800px;
    padding: 30px;
}

.wpo-lesson-section .video-area .video-details h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wpo-lesson-section .video-area .video-details-pagination {
    padding: 20px;
    background: #FCF9EF;
}

.wpo-lesson-section .video-area .video-details-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.wpo-lesson-section .video-area .video-details-pagination ul li {
    margin: 10px;
}

.wpo-lesson-section .video-area .video-details-pagination ul li a {
    display: block;
    padding: 10px 30px;
    background: #ededed;
    color: #625F71;
    border-radius: 5px;
}

.wpo-lesson-section .video-area .video-details-pagination ul li a:hover {
    background: #4540E1;
    color: #fff;
}

/*--------------------------------------------------------------
12. teacher-page
--------------------------------------------------------------*/
.teacher-wrap {
    padding-bottom: 120px;
}

.volunter-img {
    padding: 30px;
}

.volunter-img img {
    width: 100%;
}

.teacher-img-wrap {
    -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

.teacher-contact-form form input,
.teacher-contact-form form select,
.teacher-contact-form form label,
.teacher-contact-form form textarea {
    border: 1px solid #d0d4df;
    padding-left: 15px;
    height: 50px;
    width: 100%;
}

.teacher-contact-form form label {
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
}

.teacher-contact-form form label.error {
    height: 15px;
    border: 0;
    line-height: 10px;
    padding-left: 0;
}

.teacher-contact-form .form-group-in input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.teacher-contact-form form textarea {
    height: 100px;
}

.teacher-contact-form .form-group-in {
    position: relative;
}

.teacher-contact-form .form-group-in i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 20px;
}

.teacher-contact-form .form-group {
    margin-bottom: 30px;
}

.teacher-contact-form {
    max-width: 760px;
    margin: auto;
    padding: 50px 40px;
    background: #fff;
    margin-top: -295px;
    position: relative;
    z-index: 1;
}

.teacher-contact-form:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
}

.teacher-contact-form:before {
    position: absolute;
    left: -7px;
    bottom: -8px;
    width: 102%;
    height: 47%;
    content: "";
    background: #ffc4ad;
    z-index: -1;
}

.teacher-contact-form h2 {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .teacher-contact-form {
        max-width: 635px;
        margin-top: -210px;
    }

    .teacher-contact-form:before {
        height: 62%;
        width: 103%;
    }
}

@media (max-width: 767px) {
    .teacher-contact-form {
        margin-top: 0px;
        padding: 14px 16px;
        -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
        margin-top: 50px;
        padding-top: 30px;
    }

    .teacher-contact-form h2 {
        font-size: 23px;
    }

    .teacher-area {
        padding: 70px 0 0;
    }
}

.teacher-contact-form .submit-area {
    text-align: center;
}

/*==========================================
13. wpo-team-single
===========================================*/
.team-pg-area {
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .team-pg-area {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .team-pg-area {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .team-pg-area {
        padding: 70px 0;
    }
}

.team-single-wrap {
    background: #fff;
    padding: 100px;
    padding-top: 0;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
}

@media (max-width: 1199px) {
    .team-single-wrap {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .team-single-wrap {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .team-single-wrap {
        padding: 15px;
    }
}

.team-info-img {
    margin-top: -100px;
    max-width: 480px;
}

@media (max-width: 1199px) {
    .team-info-img {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .team-info-img {
        max-width: 100%;
    }
}

.team-info-img img {
    width: 100%;
}

.team-info-text {
    padding-left: 30px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .team-info-text {
        padding-left: 0;
    }
}

.team-info-text h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    color: #1A1729;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .team-info-text h2 {
        font-size: 30px;
        line-height: 45px;
    }
}

.team-info-text ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #001635;
    margin-bottom: 15px;
    list-style: none;
    font-family: "Lexend", serif;
}

@media (max-width: 575px) {
    .team-info-text ul li {
        font-size: 16px;
        line-height: 27px;
    }
}

.team-info-text ul li:last-child {
    padding-bottom: 0;
}

.team-info-text ul li span {
    font-size: 18px;
    color: #8c8c8c;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-family: "Lexend", serif;
}

.team-info-text ul li:last-child {
    margin-bottom: 0;
}

.team-info-text .certificates-wrap {
    margin-top: 40px;
}

.team-info-text .certificates-wrap h2 {
    font-weight: 400;
    font-size: 27px;
    line-height: 37px;
}

.team-info-text .certificates-wrap .certificates-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-info-text .certificates-wrap .certificates-items .certificates-item+.certificates-item {
    margin-left: 20px;
}

.team-widget {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #D9D9D9;
}

.team-widget h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .team-widget h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.team-exprience-area .exprience-wrap {
    max-width: 560px;
}

.team-exprience-area .education-area {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .team-exprience-area .education-area {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

.team-exprience-area .education-area .education-area {
    max-width: 600px;
}

.team-exprience-area .education-area ul {
    list-style: none;
}

.team-exprience-area .education-area ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.team-exprience-area .education-area ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\e661";
    font-family: 'themify';
    font-size: 14px;
}

.team-exprience-area .education-area .ex-wiget {
    padding-top: 60px;
}

.team-exprience-area .education-area .ex-wiget h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.skills-area {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
    .skills-area {
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.skills-area .wpo-skill-progress .wpo-progress-single {
    margin-bottom: 30px;
    position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #525252;
    font-family: "Lexend", serif;
}

@media (max-width: 767px) {
    .skills-area .wpo-skill-progress .wpo-progress-single h5 {
        font-size: 18px;
    }
}

.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
    margin-bottom: 0;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress {
    background: #FCF9EF;
    height: 6px;
    position: relative;
}

.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
    background-color: #4540E1;
}

.skills-area .wpo-skill-progress .progress-number {
    position: absolute;
    right: 0;
    top: -10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #525252;
}

@media (max-width: 767px) {
    .skills-area .wpo-skill-progress .progress-number {
        font-size: 18px;
        top: -5px;
    }
}

.exprience-wrap p {
    color: #5d5851;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .exprience-wrap p {
        margin-bottom: 15px;
    }
}

.exprience-wrap {
    padding-bottom: 40px;
}

.wpo-contact-area {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .wpo-contact-area {
        padding-top: 20px;
    }
}

.wpo-contact-area .wpo-contact-title {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.wpo-contact-area .quote-form {
    max-width: 890px;
    margin: 0 auto;
}

.wpo-contact-area .quote-form .form-control {
    height: 55px;
    border: 0;
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
}

.wpo-contact-area .quote-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4540E1;
}

.wpo-contact-area .quote-form textarea.form-control {
    height: 125px;
}

.wpo-contact-area .quote-form select.form-control {
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #f5f5f5 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}

.half-col {
    float: left;
    width: 50%;
    padding: 0 10px 5px;
}

@media (max-width: 575px) {
    .half-col {
        width: 100%;
    }
}

.full-col {
    padding: 0 10px 5px;
}

.exprience-area {
    padding-top: 60px;
}

/*======================================
14. wpo-gallery-page
 =======================================*/
/* 6.2 wpo-portfolio-section */
.wpo-portfolio-section {
    position: relative;
}

.wpo-portfolio-section .portfolio-grids {
    margin: 0 -7.5px;
}

.wpo-portfolio-section .portfolio-grids .grid {
    width: 20%;
    float: left;
    padding: 0 7.5px 15px;
}

@media (max-width: 1500px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 5.5px 10px;
    }
}

@media (max-width: 991px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 4.5px 8px;
    }
}

@media (max-width: 1199px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        width: 100%;
    }
}

.wpo-portfolio-section .portfolio-grids .grid img {
    width: 100%;
}

.wpo-portfolio-section .grid .img-holder {
    position: relative;
}

.wpo-portfolio-section .grid .img-holder .hover-content {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    width: 260px;
}

.wpo-portfolio-section .grid .img-holder .hover-content span {
    color: #6788a7;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 {
    font-size: 30px;
    font-weight: 600;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 a {
    color: #1A1729;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 a:hover {
    color: #4540E1;
}

.wpo-portfolio-section .grid .img-holder .hover-content i {
    font-size: 30px;
    color: #fff;
}

.wpo-portfolio-section .grid .img-holder:before {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    content: "";
    background: #15A280;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpo-portfolio-section .img-holder:hover .hover-content {
    opacity: 1;
}

.wpo-portfolio-section .img-holder:hover:before {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--------------------------------------------------------------
15. wpo-shop-page
--------------------------------------------------------------*/
.wpo-shop-section .shop-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .wpo-shop-section .shop-grids {
        margin: 0 -7px;
    }
}

.wpo-shop-section .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 991px) {
    .wpo-shop-section .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .wpo-shop-section .grid {
        width: calc(50% - 15px);
        margin: 0 7px 15px;
    }
}

@media (max-width: 550px) {
    .wpo-shop-section .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.wpo-shop-section .grid img {
    width: 100%;
}

.wpo-shop-section .details {
    background-color: #f7f7f7;
    text-align: center;
    padding: 35px 15px;
}

.wpo-shop-section .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 0.5em;
    font-weight: 700;
}

@media (max-width: 991px) {
    .wpo-shop-section .details h3 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.wpo-shop-section .details h3 a {
    color: #1A1729;
}

.wpo-shop-section .details h3 a:hover {
    color: #4540E1;
}

.wpo-shop-section .details del {
    color: #625F71;
}

.wpo-shop-section .details del+span {
    display: inline-block;
    padding-left: 20px;
}

.wpo-shop-section .add-to-cart {
    margin-top: 20px;
}

.wpo-shop-section .add-to-cart a {
    font-family: "Lexend", serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #4540E1;
    padding: 12px 20px;
    border: 2px solid #4540E1;
    display: inline-block;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .wpo-shop-section .add-to-cart a {
        font-size: 12px;
        font-size: 0.8rem;
        padding: 8px 18px;
    }
}

.wpo-shop-section .add-to-cart a:hover {
    background-color: #4540E1;
    color: #fff;
}

.wpo-shop-section .add-to-cart a i {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding-left: 5px;
}

.wpo-shop-section .grid:hover .add-to-cart a {
    background-color: #4540E1;
    color: #fff;
}

/*--------------------------------------------------------------
16. wpo-shop-single-page
--------------------------------------------------------------*/
.wpo-shop-single-section {
    /*** product slider ***/
    /*** product info ***/
}

.wpo-shop-single-section .shop-single-slider .slider-for {
    text-align: center;
}

.wpo-shop-single-section .shop-single-slider .slider-for img {
    display: inline-block;
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpo-shop-single-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}

.wpo-shop-single-section .shop-single-slider .slider-nav>i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.wpo-shop-single-section .shop-single-slider .slider-nav>i:hover {
    cursor: pointer;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
    text-align: center;
    padding: 0 3px;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
    width: 100%;
}

.wpo-shop-single-section .product-details {
    padding: 15px 30px 80px;
    /*** product option ***/
}

@media (max-width: 1199px) {
    .wpo-shop-single-section .product-details {
        padding: 10px 30px 15px;
    }
}

@media (max-width: 991px) {
    .wpo-shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-details {
        padding: 0;
    }
}

.wpo-shop-single-section .product-details h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
    font-weight: 600;
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-details h2 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
    color: #4540E1;
    margin: 7px 0 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .wpo-shop-single-section .product-details .price {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-details .price {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.wpo-shop-single-section .product-details .price .old {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #9592a4;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .wpo-shop-single-section .product-details .price .old {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-details .price .old {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.wpo-shop-single-section .product-details .product-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.wpo-shop-single-section .product-details .product-rt .rating {
    margin-right: 10px;
}

.wpo-shop-single-section .product-details .product-rt .rating i {
    color: #f9d322;
}

.wpo-shop-single-section .product-details p {
    margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-details ul {
    list-style: none;
}

.wpo-shop-single-section .product-details ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.wpo-shop-single-section .product-details ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #4540E1;
    content: "";
    border-radius: 50%;
}

.wpo-shop-single-section .product-details .product-option {
    margin-top: 30px;
}

.wpo-shop-single-section .product-details .tg-btm {
    margin-top: 25px;
}

.wpo-shop-single-section .product-details .tg-btm p {
    margin-bottom: 0px;
}

.wpo-shop-single-section .product-details .tg-btm p span {
    font-weight: 600;
    color: #1A1729;
    margin-right: 5px;
}

.wpo-shop-single-section .product-details .product-option .product-row button:after {
    display: none;
}

.wpo-shop-single-section .product-details .product-option .product-row>div {
    height: 35px;
    display: inline-block;
}

.wpo-shop-single-section .product-details .product-option .product-row>div+div {
    margin-left: 15px;
}

.wpo-shop-single-section .product-details .product-option .product-row>div+div .theme-btn,
.wpo-shop-single-section .product-details .product-option .product-row>div+div .view-cart-btn {
    border-radius: 0;
    border-width: 1px;
    height: 40px;
    padding: 0 18px;
    color: #625F71;
}

.wpo-shop-single-section .product-details .product-option .product-row>div+div .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .product-row>div+div .view-cart-btn:hover {
    color: #fff;
}

.wpo-shop-single-section .product-details .product-option .product-row>div:first-child {
    width: 85px;
}

.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn:hover {
    background: #4540E1;
    border-color: #4540E1;
    color: #fff;
}

.wpo-shop-single-section .product-details .product-option .theme-btn,
.wpo-shop-single-section .product-details .product-option .view-cart-btn {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
    border: 2px solid #e6e6e6;
    border-radius: 0;
}

.wpo-shop-single-section .product-details .product-option .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
    background-color: #4540E1;
    color: #fff;
    border-color: #4540E1;
}

@media (max-width: 767px) {

    .wpo-shop-single-section .product-details .product-option .theme-btn,
    .wpo-shop-single-section .product-details .product-option .view-cart-btn {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.wpo-shop-single-section .product-details .product-option .theme-btn:before,
.wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
    display: none;
}

.wpo-shop-single-section .product-details .product-option .heart-btn i {
    font-size: 15px;
    font-size: 1rem;
    color: #625F71;
}

.wpo-shop-single-section .product-details .product-option .heart-btn:hover i {
    color: #fff;
}

.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    color: #625F71;
    border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-color: #e6e6e6;
    display: block;
    padding: 1px 4px;
    font-size: 10px;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
    background-color: #4540E1;
    color: #fff;
}

.wpo-shop-single-section .product-info {
    margin-top: 75px;
    /*** tabs ***/
}

@media (max-width: 991px) {
    .wpo-shop-single-section .product-info {
        margin-top: 40px;
    }
}

.wpo-shop-single-section .product-info h4 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.7em;
    font-weight: 600;
    margin-bottom: 10px;
}

.wpo-shop-single-section .product-info p {
    margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-info .tab-pane p:last-child {
    margin-bottom: 0;
}

.wpo-shop-single-section .product-info .nav-tabs {
    font-family: "Lexend", serif;
    border: 0;
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
}

.wpo-shop-single-section .product-info .nav-tabs li {
    margin-right: 1px;
}

.wpo-shop-single-section .product-info .nav-tabs li a.active {
    border: 0;
    outline: 0;
}

.wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 1rem;
    color: #625F71;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 12px 20px 11px;
    font-family: "Lexend", serif;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: normal;
        padding: 10px 10px 8px;
        text-transform: none;
    }
}

.wpo-shop-single-section .product-info .nav-tabs a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #4540E1;
    border-radius: 4px;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
    opacity: 1;
    visibility: visible;
}

.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
    border-color: #4540E1;
}

.wpo-shop-single-section .product-info .tab-content {
    border-top: 1px solid rgba(69, 64, 225, 0.3);
    padding-top: 30px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .wpo-shop-single-section .product-info .tab-content {
        border: 0;
        padding: 0;
        margin: 0;
    }
}

.wpo-shop-single-section .slider-nav .slick-slide:focus {
    outline: none;
}

/*** client rv ***/
.client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}

.client-rv:last-child {
    margin-bottom: 0;
}

.client-rv .client-pic {
    width: 100px;
    float: left;
}

.client-rv .client-pic img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.client-rv .details {
    width: calc(100% - 130px);
    float: right;
}

@media (max-width: 767px) {
    .client-rv .details {
        width: 100%;
        float: none;
    }
}

.client-rv .name-rating .product-rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
}

.client-rv .name-rating-time>div,
.client-rv .name-rating>div {
    display: inline-block;
    font-size: 14px;
    font-size: 0.93333rem;
}

@media (max-width: 767px) {

    .client-rv .name-rating-time>div,
    .client-rv .name-rating>div {
        font-size: 12px;
        font-size: 0.8rem;
        display: block;
    }
}

.client-rv .rating {
    font-size: 12px;
    padding-left: 12px;
}

.client-rv .rating i {
    color: #F2BC00;
}

@media (max-width: 767px) {
    .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
}

.client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .client-rv .name-rating-time .time {
        float: none;
    }
}

.client-rv .review-body {
    padding-top: 12px;
}

/*** review form ***/
.review-form {
    margin-top: 45px;
}

.review-form h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.review-form p {
    margin-bottom: 1.73em;
}

.review-form .give-rat-sec {
    margin-bottom: 10px;
}

.review-form .give-rat-sec p {
    margin-bottom: 0;
}

.review-form .give-rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 10px;
}

.review-form .give-rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.review-form .give-rating label:last-child {
    position: static;
}

.review-form .give-rating label:nth-child(1) {
    z-index: 5;
}

.review-form .give-rating label:nth-child(2) {
    z-index: 4;
}

.review-form .give-rating label:nth-child(3) {
    z-index: 3;
}

.review-form .give-rating label:nth-child(4) {
    z-index: 2;
}

.review-form .give-rating label:nth-child(5) {
    z-index: 1;
}

.review-form .give-rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.review-form .give-rating label .icon {
    float: left;
    color: transparent;
}

.review-form .give-rating label:last-child .icon {
    color: #ddd;
}

.review-form .give-rating:not(:hover) label input:checked~.icon,
.review-form .give-rating:hover label:hover input~.icon {
    color: #FFD400;
}

.review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #FFD400;
}

.review-form form input,
.review-form form textarea {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #efefef;
}

.review-form form input:focus,
.review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.review-form form textarea {
    height: 130px;
}

.review-form form>div {
    margin-bottom: 27px;
}

.review-form form>div:last-child {
    margin-bottom: 0;
}

.review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.review-form form .theme-btn-s4:hover {
    background-color: #4540E1;
    color: #fff;
}

@media screen and (min-width: 767px) {
    .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
}

.wpo-course-details-text .team-info-img {
    margin-top: 0;
}

/*=====================================================
9. wpo-service-single
======================================================*/
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
        font-size: 25px;
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
    margin-bottom: 40px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
    margin-bottom: 30px;
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget {
    max-width: 590px;
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul {
    list-style: none;
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li {
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: rgba(69, 64, 225, 0.1);
    content: "\e64c";
    font-family: "themify";
    text-align: center;
    color: #4540E1;
    font-size: 14px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-p-details-img {
    margin-bottom: 10px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area {
    padding-bottom: 0;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
}

@media (max-width: 1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
        margin-bottom: 20px;
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 10px;
}

@media (max-width: 1400px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 22px;
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
    margin-bottom: 5px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi:before {
    font-size: 40px;
    color: #4540E1;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
    padding: 30px;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
    box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
    border-radius: 20px;
    background: #fff;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
    margin-bottom: 30px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title h2 {
    font-weight: 600;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col {
    margin-bottom: 30px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
    height: 120px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
    border-radius: 6px;
}

/*===============================
18. wpo-checkout-page-style
================================*/
.wpo-checkout-area .checkout-wrap ul {
    list-style: none;
}

.wpo-checkout-area #open2 {
    display: none;
}

.wpo-checkout-area #open3 {
    display: none;
}

.wpo-checkout-area #open4 {
    display: none;
}

.wpo-checkout-area .create-account p {
    margin-bottom: 15px;
    color: #625F71;
}

.wpo-checkout-area .create-account {
    display: none;
    padding: 20px;
}

.wpo-checkout-area .create-account span {
    margin-bottom: 20px;
    display: block;
    color: #625F71;
}

.wpo-checkout-area .input-wrap {
    position: relative;
}

.wpo-checkout-area .create-account input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 20px;
    border-radius: 0;
}

.wpo-checkout-area .create-account input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-checkout-area .create-account button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #333;
    color: #fff;
    width: 108px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wpo-checkout-area .input-wrap.s1 {
    position: unset;
}

.wpo-checkout-area .input-wrap.s1 button {
    position: unset;
    color: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    background: #333;
    color: #fff;
    width: 108px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wpo-checkout-area .create-account button:hover {
    background: #4540E1;
}

.wpo-checkout-area .coupon {
    position: relative;
    cursor: pointer;
    cursor: pointer;
    background: #FCF9EF;
}

.wpo-checkout-area .rating-wrapper .theme-btn-s2 {
    background: #4540E1;
    color: #fff;
}

.wpo-checkout-area .rating-wrapper .theme-btn-s2:hover {
    background: #2b26dd;
}

.wpo-checkout-area .coupon #toggle1,
.wpo-checkout-area #toggle2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #625F71;
    cursor: pointer;
    padding: 20px 20px;
    border: 1px solid #D9D9D9;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

@media (max-width: 767px) {

    .wpo-checkout-area .coupon #toggle1,
    .wpo-checkout-area #toggle2 {
        font-size: 15px;
    }
}

.wpo-checkout-area .coupon #toggle1 .text,
.wpo-checkout-area #toggle2 .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #1A1729;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-checkout-area .coupon #toggle1 .text i.fi::before,
.wpo-checkout-area #toggle2 .text i.fi::before {
    line-height: 30px;
    font-size: 30px;
    color: #1A1729;
    padding-right: 5px;
}

.wpo-checkout-area .coupon #toggle1 .text span,
.wpo-checkout-area #toggle2 .text span {
    color: #F2BC00;
    padding-left: 5px;
}

.wpo-checkout-area .caupon-wrap {
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-checkout-area .active-border {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-checkout-area .coupon.coupon-3 {
    background: transparent;
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: unset;
}

.wpo-checkout-area .coupon.coupon-3 h2 {
    font-weight: 600;
    font-size: 25px;
}

.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
    border: 1px solid #D9D9D9;
}

.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}

.wpo-checkout-area .billing-adress {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.wpo-checkout-area .note-area textarea {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.wpo-checkout-area .note-area textarea:focus {
    outline: none;
}

.wpo-checkout-area .note-area p {
    color: #625F71;
}

.wpo-checkout-area .biling-item-2 label.fontsize {
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.wpo-checkout-area .biling-item-3 label.fontsize {
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.wpo-checkout-area .biling-item-2 .billing-adress {
    padding: 0 27px;
}

.wpo-checkout-area .biling-item-2 .billing-adress .form-style input {
    margin: 30px 0;
}

.wpo-checkout-area .payment-name ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 575px) {
    .wpo-checkout-area .payment-name ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.wpo-checkout-area .payment-area form {
    overflow: unset !important;
}

.wpo-checkout-area .payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.wpo-checkout-area .payment-name ul li input {
    margin-right: 0;
}

.wpo-checkout-area .payment-name ul li {
    margin-right: 15px;
}

@media (max-width: 575px) {
    .wpo-checkout-area .payment-name ul li {
        margin-bottom: 10px;
    }
}

.wpo-checkout-area .payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.wpo-checkout-area .payment-select {
    padding: 40px 0;
    padding-top: 0;
}

.wpo-checkout-area .payment-select ul {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-checkout-area .biling-item-2 input {
    background: transparent;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #4540E1;
    box-shadow: 0 0 0 1px #4540E1;
    margin-right: 10px;
}

.wpo-checkout-area .biling-item-2 input:checked {
    background: #F2BC00;
}

.wpo-checkout-area .biling-item-2 .contact-form input {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

.wpo-checkout-area .biling-item-3 input {
    background: transparent;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #4540E1;
    box-shadow: 0 0 0 1px #4540E1;
    margin-right: 10px;
}

.wpo-checkout-area .biling-item-3 input:checked {
    background: #F2BC00;
}

.wpo-checkout-area .biling-item-3 .contact-form input {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

.wpo-checkout-area .payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5B5B5B;
}

.wpo-checkout-area .payment-select ul li input {
    background: transparent;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 0 1px #4540E1;
    box-shadow: 0 0 0 1px #4540E1;
    margin-right: 10px;
}

.wpo-checkout-area .payment-select ul li input:checked {
    background: #F2BC00;
}

.wpo-checkout-area .payment-select label {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .wpo-checkout-area .payment-select label {
        font-size: 14px;
    }
}

.wpo-checkout-area .payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.wpo-checkout-area .payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.wpo-checkout-area .payment-area {
    width: 100%;
}

.wpo-checkout-area label {
    color: #625F71;
    font-weight: 400;
    font-size: 18px;
}

.wpo-checkout-area .payment-name.active {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wpo-checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
}

.wpo-checkout-area .payment-name ul li input:checked~label {
    border: 1px solid #F2BC00;
}

.wpo-checkout-area .payment-name label {
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpo-checkout-area .payment-name .visa label {
    border: 1px solid #0057A0;
}

.wpo-checkout-area .payment-name .mas label {
    border: 1px solid #CC0000;
}

.wpo-checkout-area .payment-name .ski label {
    border: 1px solid #691A5F;
}

.wpo-checkout-area .payment-name .pay label {
    border: 1px solid #019CDE;
}

.wpo-checkout-area .payment-option {
    padding: 30px;
    border: 1px solid #D9D9D9;
}

.wpo-checkout-area .payment-option h3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid #F1E2CC;
    padding-bottom: 15px;
}

.wpo-checkout-area .payment-option h3::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 100px;
    background: #F2BC00;
}

.wpo-checkout-area .payment-name {
    display: none;
}

.wpo-checkout-area .payment-name.active {
    display: block;
}

.wpo-checkout-area .payment-option.active .payment-name {
    display: none !important;
}

.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 50px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}

.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
    outline: none;
}

.wpo-checkout-area .payment-area .contact-form {
    margin-top: 40px;
}

.wpo-checkout-area .cout-order-area {
    padding: 30px;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.wpo-checkout-area .cout-order-area h3 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 2px solid #F1E2CC;
    padding-bottom: 15px;
}

.wpo-checkout-area .cout-order-area h3::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 100px;
    background: #F2BC00;
}

.wpo-checkout-area .oreder-item .title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.wpo-checkout-area .oreder-item .title h2 {
    font-family: "Lexend", serif;
    font-weight: 600;
    font-size: 18px;
    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;
}

.wpo-checkout-area .oreder-item .title.s2 {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    padding-top: 15px;
}

.wpo-checkout-area .oreder-item .title.s2 h2 {
    margin-bottom: 0;
}

.wpo-checkout-area .oreder-item .oreder-product {
    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;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
}

.wpo-checkout-area .oreder-item .oreder-product .images {
    width: 100px;
    background: #F3F3F3;
    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;
}

.wpo-checkout-area .oreder-item .oreder-product .images img {
    width: 100%;
}

.wpo-checkout-area .oreder-item .oreder-product .product ul .first-cart {
    font-family: "Lexend", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #233D50;
}

.wpo-checkout-area .oreder-item .oreder-product .product ul li .rating-product i {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
    background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wpo-checkout-area .oreder-item .oreder-product .product ul li .rating-product span {
    font-family: "Lexend", serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #625F71;
    padding-left: 10px;
}

.wpo-checkout-area .oreder-item .oreder-product span {
    font-weight: 600;
    font-size: 20px;
    color: #233D50;
}

.wpo-checkout-area .create-account.active {
    display: block;
}

.wpo-checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.wpo-checkout-area .contact-form input,
.wpo-checkout-area .contact-form select {
    margin-top: 10px;
}

.wpo-checkout-area .submit-btn-area {
    margin-top: 20px;
}

.wpo-checkout-area .submit-btn-area .theme-btn,
.wpo-checkout-area .submit-btn-area .view-cart-btn {
    width: 100%;
    border: none;
    background: #4540E1;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.wpo-checkout-area .submit-btn-area .theme-btn::before,
.wpo-checkout-area .submit-btn-area .view-cart-btn::before {
    display: none;
    position: unset;
}

/*===========================
17. wpo-cart-page-style
===========================*/
.cart-area .cart-wrapper {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
    .cart-area .cart-wrapper table {
        width: 1022px;
    }
}

@media (max-width: 991px) {
    .cart-area .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden;
    }
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
    width: 10%;
    border-bottom: 1px solid #f0f0f094;
    text-align: center;
    font-weight: 400;
    color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
    list-style: none;
}

.cart-area .cart-wrap td.images img,
.cart-area .cart-wrap th.images img {
    max-height: 150px;
}

.cart-area .cart-wrap th {
    border-bottom: 1px solid #f0f0f094;
    padding: 40px 0;
}

.cart-area .cart-wrap thead {
    background: #fff;
    color: #505050;
    padding: 40px;
}

.cart-area .cart-area form {
    margin: auto;
    text-align: center;
    background: #fff;
}

.cart-area .cart-wrap .product {
    width: 15%;
}

.cart-area .cart-wrap .product ul {
    text-align: left;
    padding-left: 30px;
    list-style: none;
}

.cart-area .cart-wrap .product ul li {
    padding-bottom: 5px;
}

.cart-area .cart-wrap .product a {
    font-size: 16px;
    color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
    text-align: left;
    padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
    color: #4540E1;
}

.cart-area .cart-wrap th {
    height: 80px;
    font-weight: 700;
}

.cart-area .cart-wrap td {
    padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
    line-height: 45px;
}

.cart-area .cart-wrap td span {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 34px;
    color: #ee9902;
    font-size: 14px;
    border: 1.5px solid #ee9902;
    border-radius: 4px;
}

.cart-area .cart-wrap td.Del span {
    color: #4ABA4E;
    border: 1.5px solid #4ABA4E;
}

.cart-area .cart-wrap td.can span {
    color: #D85656;
    border: 1.5px solid #D85656;
}

.cart-area .cart-wrap td.pro span {
    color: #691A5F;
    border: 1.5px solid #691A5F;
}

.cart-area .cart-wrap .name {
    width: 15%;
}

.cart-area .cart-wrap .action a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 45px;
    background: #414141;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
    font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
    background: #4540E1;
}

.cart-area .cart-wrap .action li.c-btn {
    margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
    background-color: #4540E1;
}

.cart-area .order-wrap {
    padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
    background: #FCFCFC;
}

.cart-area .cart-wrap .quantity {
    position: relative;
    max-width: 110px;
    margin: 0 auto;
}

.cart-area .quantity input {
    width: 105px;
    padding: 0px 35px;
    text-align: center;
    height: 36px;
    position: relative;
    background: #f2f2f5;
    border: none;
    border-radius: 40px;
}

.cart-area .quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background: #fafaff;
    border-radius: 30px;
}

.cart-area .cart-wrap .quantity .qtybutton {
    top: 50%;
    left: 5px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
    border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
    right: 5px;
    left: auto;
    border-right: none;
}

.cart-area .submit-btn-area {
    padding: 40px;
}

.cart-area .submit-btn-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}

@media (max-width: 450px) {
    .cart-area .submit-btn-area ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cart-area .submit-btn-area ul li:last-child {
    margin-left: 20px;
}

@media (max-width: 450px) {
    .cart-area .submit-btn-area ul li:last-child {
        margin-left: 3px;
        margin-top: 5px;
    }
}

.cart-area .submit-btn-area button {
    padding: 17px 40px;
    border: none;
    background: #333;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    border-radius: 6px;
}

.cart-area .submit-btn-area button:hover {
    background: #4540E1;
}

.cart-area .submit-btn-area .theme-btn,
.cart-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}

.cart-area .cart-product-list ul {
    border-top: 1px solid #f0f0f094;
    padding-top: 20px;
    list-style: none;
}

.cart-area .cart-product-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141;
    padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
    border-top: 1px solid #f0f0f094;
    border-bottom: 1px solid #f0f0f094;
    color: #4540E1;
    padding-top: 30px;
    font-weight: 600;
}

/*--------------------------------------------------------------
19. wpo-faq-page
--------------------------------------------------------------*/
.wpo-faq-section .wpo-section-title {
    text-align: center;
}

.wpo-faq-section .wpo-section-title h2 {
    display: inline-block;
}

.wpo-faq-section .accordion-item {
    border: 0;
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.wpo-faq-section .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.wpo-faq-section .accordion-item button {
    padding: 20px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #1A1729;
    text-align: left;
    font-family: "Lexend", serif;
}

.wpo-faq-section .accordion-item button::after {
    background: none;
    font-family: "themify";
    content: "\e622";
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 700;
}

.wpo-faq-section .accordion-item button.collapsed {
    color: #373b3e;
}

.wpo-faq-section .accordion-item button.collapsed::after {
    content: "\e61a";
}

.wpo-faq-section .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}

.wpo-faq-section .accordion-item .accordion-collapse {
    border: 0;
}

.wpo-faq-section .accordion-button {
    background: transparent;
}

/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
    background: #f9f9f9;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .question-area {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .question-area {
        padding-top: 60px;
    }
}

.question-area .wpo-section-title {
    text-align: center;
}

.question-area .wpo-section-title h2 {
    display: inline-block;
}

.question-touch {
    max-width: 570px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    padding: 50px;
    text-align: center;
    padding-top: 60px;
    background: #fff;
    border-radius: 5px;
}

@media (max-width: 590px) {
    .question-touch {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .faq-pb {
        margin-top: 15px;
    }
}

.question-touch h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}

.question-touch .half-col {
    width: 100%;
}

.question-touch input,
.question-touch textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px;
    padding: 0;
}

.question-touch input:focus,
.question-touch textarea:focus {
    outline: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-touch textarea {
    height: 160px;
}

.question-touch ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
    font-size: 14px;
}

.question-touch ::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    font-size: 14px;
}

.question-touch :-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
    font-size: 14px;
}

.question-touch :-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    font-size: 14px;
}

/*--------------------------------------------------------------
20. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 40px;
    }
}

.wpo-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta {
        margin: 25px 0;
    }
}

.wpo-blog-pg-section .entry-meta ul {
    list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.06667rem;
    float: left;
    text-transform: uppercase;
}

.wpo-blog-pg-section .entry-meta ul li a {
    color: #636893;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
    color: #4540E1;
}

.wpo-blog-pg-section .entry-meta ul li i {
    position: relative;
    margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
    font-size: 13px;
}

.wpo-blog-pg-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #4540E1;
    border-radius: 50%;
}

@media (max-width: 440px) {
    .wpo-blog-pg-section .entry-meta ul li+li:before {
        display: none;
    }
}

@media (max-width: 440px) {
    .wpo-blog-pg-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 440px) {
    .wpo-blog-pg-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-pg-section .post h3 {
    font-size: 34px;
    font-size: 2.26667rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
    font-family: "Lexend", serif;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.wpo-blog-pg-section .post h3 a {
    color: #1A1729;
}

.wpo-blog-pg-section .post h3 a:hover {
    color: #4540E1;
}

.wpo-blog-pg-section .post p {
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .post p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.wpo-blog-pg-section .post a.read-more {
    color: #625F71;
    text-transform: capitalize;
    font-size: 16px;
}

.wpo-blog-pg-section .post a.read-more:hover {
    color: #4540E1;
}

.wpo-blog-pg-section .entry-media img {
    width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
    background-color: #f2f2f2;
    padding: 25px 35px 45px;
}

@media (max-width: 767px) {

    .wpo-blog-pg-section .format-standard,
    .wpo-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.wpo-blog-pg-section .format-standard {
    position: relative;
}

.wpo-blog-pg-section .format-standard:before {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\f101";
    font-family: "Flaticon";
    font-size: 90px;
    line-height: 80px;
    color: #e7e7e7;
}

.wpo-blog-pg-section .format-gallery {
    position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
    background: #4540E1;
    color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    color: #4540E1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
    font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
    left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
    right: 15px;
}

.wpo-blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .format-quote {
        padding: 40px 20px;
    }
}

.wpo-blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f120";
    font-size: 250px;
    font-size: 16.66667rem;
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
    position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: #163967;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
    opacity: 0.8;
}

.wpo-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:after {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 140%;
    height: 140%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 50%;
    z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #2f426b;
    position: absolute;
    left: 52%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #4540E1;
}

@media screen and (min-width: 1200px) {
    .blog-pg-left-sidebar .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .blog-pg-fullwidth .wpo-blog-content {
        padding: 0;
    }
}

@-webkit-keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes save-the-date-pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*--------------------------------------------------------------
21. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.wpo-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta {
        margin: 25px 0;
    }
}

.wpo-blog-single-section .entry-meta ul {
    list-style: none;
}

.wpo-blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.06667rem;
    float: left;
    text-transform: uppercase;
}

.wpo-blog-single-section .entry-meta ul li a {
    color: #636893;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
    color: #4540E1;
}

.wpo-blog-single-section .entry-meta ul li i {
    position: relative;
    top: 0;
    margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i.fi:before {
    font-size: 13px;
}

.wpo-blog-single-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.wpo-blog-single-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #4540E1;
    border-radius: 50%;
}

@media (max-width: 440px) {
    .wpo-blog-single-section .entry-meta ul li+li:before {
        display: none;
    }
}

@media (max-width: 440px) {
    .wpo-blog-single-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta ul li {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 440px) {
    .wpo-blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.wpo-blog-single-section .entry-media img {
    width: 100%;
}

.wpo-blog-single-section .post h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
    font-family: "Lexend", serif;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h2 {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.wpo-blog-single-section .post p {
    margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.wpo-blog-single-section .post blockquote {
    background-color: #f2f2f2;
    color: #233d62;
    font-size: 20px;
    line-height: 1.6em;
    padding: 65px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}

.wpo-blog-single-section .post blockquote:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 25px;
    font-size: 1.66667rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #FCF9EF;
    background: #fff;
    color: #4540E1;
    border-radius: 50%;
}

.wpo-blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery>div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
    width: 100%;
}

.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
    border-bottom: 1px solid #D9D9D9;
    margin: 75px 0 0;
    padding-bottom: 30px;
    color: #1A1729;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .tag-share,
    .wpo-blog-single-section .tag-share-s2 {
        margin-top: 40px;
    }
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
    float: left;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .tag-share ul li,
    .wpo-blog-single-section .tag-share-s2 ul li {
        margin: 2px;
    }
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
    margin-left: 10px;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .tag-share ul>li+li,
    .wpo-blog-single-section .tag-share-s2 ul>li+li {
        margin: 2px;
    }
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {
    font-family: "Lexend", serif;
    color: #1A1729;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative;
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
    position: relative;
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: inline-block;
    padding: 5px 18px;
    color: #1A1729;
    background: #f2f2f2;
    border-radius: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .tag-share .tag a,
    .wpo-blog-single-section .tag-share-s2 .tag a {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
    color: #4540E1;
}

.wpo-blog-single-section .tag-share-s2 {
    margin: 0;
    margin-top: 30px;
    border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
    padding: 0;
    font-size: 16px;
    font-size: 1.06667rem;
    text-transform: capitalize;
    background: none;
    text-decoration: underline;
    color: #625F71;
}

.wpo-blog-single-section .author-box {
    margin: 35px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.wpo-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.wpo-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
    font-family: "Lexend", serif;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #1A1729;
}

.wpo-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #1A1729;
}

.wpo-blog-single-section .author-box .social-link a:hover {
    color: #4540E1;
}

.wpo-blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #DDDDDD;
    padding: 0 25px;
}

.wpo-blog-single-section .more-posts>div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts>div {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .more-posts>div>a {
    display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {

    .wpo-blog-single-section .more-posts .previous-post,
    .wpo-blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.wpo-blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #DDDDDD;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #DDDDDD;
    }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "themify";
    content: "\e628";
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
        display: none;
    }
}

.wpo-blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "themify";
    content: "\e629";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none;
    }
}

.wpo-blog-single-section .more-posts .previous-post>a>span,
.wpo-blog-single-section .more-posts .next-post>a>span {
    display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #625F71;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #1A1729;
    margin: 0.7em 0 0;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .more-posts .post-name {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
    color: #4540E1;
}

.wpo-blog-single-section .comments-area {
    margin-top: 70px;
}

.wpo-blog-single-section .comments-area li>div {
    border-bottom: 1px solid #e4effb;
    padding: 35px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area li>div {
        padding: 35px 25px;
    }
}

.wpo-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}

.wpo-blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 500;
    font-family: "Lexend", serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.wpo-blog-single-section .comments-area li>div {
    position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.wpo-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
    font-family: "Lexend", serif;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #1A1729;
    font-weight: 600;
    margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    font-size: 1rem;
    color: #625F71;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-family: "Lexend", serif;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
    font-family: "Lexend", serif;
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: 600;
    color: #1A1729;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "Lexend", serif;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
    color: #4540E1;
}

.wpo-blog-single-section .comment-respond {
    margin-top: 70px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: 0 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 55px;
    border: 1px solid #a4adbe;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4540E1;
}

@media (max-width: 991px) {

    .wpo-blog-single-section .comment-respond form input,
    .wpo-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.wpo-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .wpo-blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.wpo-blog-single-section .comment-respond .form-submit input {
    font-family: "Lexend", serif;
    max-width: 180px;
    background-color: #1e2845;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
    background-color: #1A1729;
}

@media screen and (min-width: 1200px) {
    .wpo-blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

/*--------------------------------------------------------------
22. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
    padding-bottom: 0px;
}

.wpo-contact-pg-section .wpo-contact-title {

    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px;
    }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .wpo-contact-pg-section .wpo-contact-title h2 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}

@media (max-width: 991px) {

    .wpo-contact-pg-section form input,
    .wpo-contact-pg-section form select,
    .wpo-contact-pg-section form textarea {
        height: 45px;
    }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
    border-color: #4540E1;
    background: transparent;
}

.wpo-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px;
}

.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form :-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form ::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}

.wpo-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}

.wpo-contact-pg-section form select:focus {
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section form .submit-area {
        margin-bottom: 0;
    }
}

.wpo-contact-pg-section form .submit-area .theme-btn,
.wpo-contact-pg-section form .submit-area .view-cart-btn {
    border-radius: 0px;
    font-family: "Lexend", serif;
    font-size: 16px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after,
.wpo-contact-pg-section form .submit-area .view-cart-btn:after {
    border-radius: 0px;
}

.wpo-contact-pg-section form>div {
    width: calc(100% - 30px);
    float: left;
    margin: 0 15px 25px;
}

@media (max-width: 600px) {
    .wpo-contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none;
    }
}

.wpo-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
}

.wpo-contact-pg-section .office-info {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0px;
    }
}

.wpo-contact-pg-section .office-info .office-info-item {
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 35px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
}

.wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 0;
    /* margin-bottom: -125px; */
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 30px;
        padding-top: 50px;
    }
}

.wpo-contact-map-section .wpo-contact-map {
    height: 550px;
}

.wpo-contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.wpo-contact-map-section h2.hidden {
    display: none;
}

/*--------------------------------------------------------------
23. error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

/*--------------------------------------------------------------
24. wpo-terms-section
--------------------------------------------------------------*/
.wpo-terms-section h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-img img {
    width: 100%;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text {
    padding-top: 30px;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
        font-size: 25px;
    }
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul li {
    padding: 10px;
    position: relative;
    padding-left: 20px;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #4540E1;
    content: "";
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text .t-sub {
    padding: 20px 0;
}

.wpo-terms-section .wpo-terms-wrap .wpo-terms-text .t-sub .wpo-p-details-img {
    margin-bottom: 20px;
}

.wpo-terms-section .wpo-faq-section {
    margin-top: 30px;
}

.wpo-terms-section .wpo-faq-section {
    margin-top: 30px;
}

.wpo-terms-section .accordion-item {
    border: 0;
    border: 1px solid #FCF9EF;
    padding: 5px 20px;
    margin-bottom: 20px;
    background: #FCF9EF;
}

.wpo-terms-section .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wpo-terms-section .accordion-item .accordion-body p {
    color: #625F71;
}

.wpo-terms-section .accordion-item button {
    padding: 20px;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #1A1729;
    text-align: left;
    font-family: "Lexend", serif;
}

.wpo-terms-section .accordion-item button::after {
    background: none;
    font-family: "themify";
    content: "\e622";
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 700;
}

.wpo-terms-section .accordion-item button.collapsed {
    color: #1A1729;
}

.wpo-terms-section .accordion-item button.collapsed::after {
    content: "\e61a";
}

.wpo-terms-section .accordion-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}

.wpo-terms-section .accordion-item .accordion-collapse {
    border: 0;
}

.wpo-terms-section .accordion-button {
    background: transparent;
}

.wpo-terms-section .accordion-button:not(.collapsed) {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}

.banner-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 0%;
    font-size: 20px;
}

.banner-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 0%;
    font-size: 20px;
}

@media(max-width:767px) {
    .topbar {
        display: none !important;
    }
}

.nurseryIntro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.indiantalent.org/assets/user_assets/custom/img/home/background-nature-image-cropped.webp);
    background-size: cover;
    background-position: bottom right;
    filter: blur(1px);
    z-index: -1;
}

.section-header {
    text-align: center;
    padding-bottom: 20px;
}

.hide-mobile {
    display: block;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nurseryIntro {
    /* position: relative; */
    /* background: #f3eba3; */
    background-image: url(https://www.indiantalent.org/assets/user_assets/custom/img/home/background-nature-image-cropped.webp);
    background-position: bottom right;
    overflow: hidden;
}

.nurseryIntro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.indiantalent.org/assets/user_assets/custom/img/home/background-nature-image-cropped.webp);
    background-size: cover;
    background-position: bottom right;
    filter: blur(1px);
    z-index: -1;
}

.permanent-marker-regular {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nurseryIntro p.title {
    font-size: 28px;
    text-shadow: 2px 4px 5px #000000;
    /*color: #f1c40f;*/
    /*letter-spacing: 5px;    */
    color: #ffda46;
    letter-spacing: 7px;
    background: #ffffff3b;
}

.fontstyle1 {
    font-size: 38px;
    color: #1212b2;
    text-shadow: 2px 3px 2px #ffffff;
    animation: pulse 1s ease-in-out infinite;
    letter-spacing: 2px;
}

.fontstyle2 {
    font-size: 31px;
    background: red;
    color: white;
    padding: 6px 15px;
    border-radius: 12px;
    text-shadow: none;
    animation: pulse 1s ease-in-out infinite;
}

.fontstyle3 {
    font-size: 14px;
    letter-spacing: 2px;
    /*color: #f45920;*/
    /*text-shadow: 1px 2px 0px #ffffff;*/
    color: #8e20f4;
    /* color: #f45920; */
    text-shadow: 6px 1px 8px #ffffff;
    background: #ffffff24;
}

.nurseryIntro .mb-7 {
    margin: 12rem 1rem 0;
}

@media only screen and (max-width: 600px) {
    .fontstyle1 {
        font-size: 42px;
    }

    .fontstyle2 {
        font-size: 22px;
        padding: 6px 0;
        animation: none;
    }

    .nurseryIntro .content {
        padding: 40px 0 0 0;
    }

    .nurseryIntro {
        background-position: bottom left;
    }

    .nurseryIntro .mb-7 {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .nurseryIntro .colpd {
        padding: 22px;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.button-orange {
    background-color: #ff9100;
    color: #212121;
    border-radius: 11px;
    font-size: 23px;
    padding: 8px 27px;
    line-height: 60px;
    font-weight: 700 !important;
}

.button-orange {
    /* border-radius: 11px; */
    padding: 6px 20px !important;
    /* line-height: 0 !important; */
    font-size: 16px !important;
    margin: 10px !important;
}

.px-1 {
    padding: 3px;
}

.green-button-slim {
    background-color: #3da80d;
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.red-button-slim {
    background-color: red;
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.blue-button-slim {
    background-color: hsl(189, 70%, 40%);
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.page-wrapper {
    width: 1349px;
    height: 8196px;
    height: 100%;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.button-orange-md {
    color: #260303 !important;
}

.nurseryIntro .mb-7 {
    margin: 12rem 1rem 0;

}

#studentDetails legend,
#studentDetails fieldset {
    background: #c7dcff;
    /* color: #5f83cf; */
    color: #2d56ad;
}

legend {
    font-size: 1.4em;
    padding: 15px 2px 15px 20px;
    /* background: beige; */
    width: 38%;
    /* border: 1px solid #fff7f7; */
    border-right: 1px solid #fff7f7;
    font-weight: 900;
    border-radius: 3px 40px;
    /* box-shadow: 0 0 10px #666; */
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#studentDetails .number {
    /* background-color: #5fcf80; */
    /* background-color: #5f83cf; */
    background-color: #2d56ad;
}

.contact-form #userDetails .form-group label {
    position: relative !important;
    display: block !important;
    ;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 1px !important;
}

.contact-form #userDetails input[type=email],
.contact-form #userDetails input[type=password],
.contact-form #userDetails input[type=text],
.contact-form #userDetails select {
    outline: 0 !important;
    background: #f2f2f2 !important;
    width: 100%;
    border: 0 !important;
    margin: 0 0 15px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;

    height: auto !important;

    line-height: normal !important;
}


#userDetails input[type=text]:focus,
#userDetails input[type=password]:focus,
#userDetails input[type=phone]:focus,
#userDetails select:focus {
    background-color: #ddd !important;
    outline: none !important;
}


fieldset {
    margin: 30px 0 18px;
    border: none;
    box-shadow: 0 0 10px #ccc;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#userDetails label {
    display: block;
    margin-bottom: 8px;
}

#userDetails label.light {
    font-weight: 300;
    display: inline;
}

legend .number {

    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

/* ------------------- ---- */

legend {
    font-size: 1.4em;
    padding: 15px 2px 15px 20px;
    /* background: beige; */
    width: 38%;
    /* border: 1px solid #fff7f7; */
    border-right: 1px solid #fff7f7;
    font-weight: 900;
    border-radius: 3px 40px;
    /* box-shadow: 0 0 10px #666; */
}

@media only screen and (max-width: 600px) {
    legend {
        width: 75% !important;
    }
}

#studentDetails .number {
    /* background-color: #5fcf80; */
    /* background-color: #5f83cf; */
    background-color: #2d56ad;
}


#shippingDetails .number {
    /* background-color: #d39512; */
    background-color: #785200;
}

#schoolDetails .number {
    /* background-color: #2ac1cf; */
    background-color: #0f6c74;
}

#studentDetails legend,
#studentDetails fieldset {
    background: #c7dcff;
    /* color: #5f83cf; */
    color: #2d56ad;
}


#shippingDetails legend,
#shippingDetails fieldset {
    background-color: #f6d285;
    color: #785200;
    /* color: #d39512; */
}

.registrationPageBanner {
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: auto;
}

.btn-style-one,
.btn-style-two {
    color: white;
}

.celebs {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.img1 {
    background: #fff8a1;
}

.img2 {
    background: #bbe0ff;
}

.img3 {
    background: #a5ffe7;
}

.img4 {
    background: #ffcaf6;
}



.imgs {
    border-right: 2px dotted #67a5ad;
    border-left: 2px dotted #67a5ad;
    box-shadow: 1px 11px 7px #a99e9e;
    padding: 10px;
    height: 352px;
}

.desc_celebs p {
    font-size: smaller;
    margin: 1px;
    font-style: italic;
    font-weight: 700;
}

.desc_celebs p:nth-child(1) {
    font-size: 17px;
    margin-bottom: 4px;
    font-style: normal
}

.btn-warning {
    background: #cd7932;
    color: #272523;
    font-size: 21px !important;
}

input[value],
select#std_id option::selection {
    color: #000000 !important;
    font-weight: 700 !important;
}

p.discounttext,
.discounttext2,
.discountprice {
    /* font-size: 24px;
    text-shadow: 1px 1px #ffaa39;
    font-weight: 600;
    letter-spacing: 3px; */
    font-size: 24px;
    text-shadow: 1px 1px #ffaa39, 2px 2px #bb2020;
    font-weight: 600;
    letter-spacing: 3px;
    color: #0f2a65;
}

@media only screen and (max-width :600px) {

    p.discounttext,
    .discounttext2,
    .discountprice {
        letter-spacing: 0px !important;
        font-size: 22px;
    }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-danger {
    color: red;
}

.new-offer {
    display: block;
    /* padding: 15px; */
    padding: 15px 0 0;
}


.square {
    width: 100%;
    height: 0;
}



.new-offer>* {

    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.top-right {

    top: 8px;
    right: px;
}

.photo {
    background-size: contain;
    position: relative;

    color: black;

}

/* .bg1 {
     background-color: #A9B746;
 }

 .bg3 {
     background-color: #e6b334;
 }

 .bg4 {
     background-color: #5c6bc0;
 }

 .bg5 {
     background-color: #42a5f5;
 }

 .bg2 {
     background-color: red;
 } */


.text-block {

    top: 0px;

    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.5%;
    padding-bottom: 3%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.ribbon-green {
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
}

.ribbon-card {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;

}

.ribbon {
    font: bold 15px Sans-Serif;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
    border-top: 3px solid #6e8900;
}

.cont {
    /* margin: 0 0 20px 0; */
    margin: 0 0 12px 0;
    padding: 0 !important;
}

div#videos-check {
    height: 17rem;
}

.fixed-height {
    height: 24rem;
}

.fixed-height1 {

    height: 32rem;
}

/* .infos {
     margin: 25px 17px;
     display: flex;
     justify-content: flex-start;
     align-content: flex-start;
     align-items: flex-start;
     flex-direction: column;
 }

 .infos#subject_list6 {
     height: 22rem;
 }




 @media screen and (max-width:1199px) {

     .infos#subject_list6,

     .infos#subject_list,
     .infos#subject_list39 {
         height: auto;
     }

     .infos#subject_list4,
     .infos#subject_list49 {
         height: 20rem;
     }
 } */


.col-md-12.col-xs-12.form-group.fixed-height {
    height: 29rem;
}

@media only screen and (max-width: 600px) {
    .cont {
        margin: 0 0 20px 0
    }

    div#videos-check,
    .fixed-height,
    .fixed-height1 {
        height: auto;
    }

    .mobile-center {
        text-align: center;
    }

    h3 span,
    h3.blink-text {
        font-size: 15px;
    }

    .sec-title h2 {
        font-size: 18px;
    }

    .cont {
        margin: 0 0 7px 0
    }

    .counter-section {
        position: relative;
        padding: 50px 0 0px
    }
}

.counter-section {
    position: relative;
    padding: 50px 0 0px !important
}

.text-block.flexFont {
    font-weight: 700;
    font-size: 20px;
}

#product_data {
    display: none;
}

.schedule-title {
    color: #224188;
    font-weight: 600;
    letter-spacing: 0.4rem;
    font-size: 38px;
    margin: 2rem;
}

@media only screen and (max-width: 600px) {
    .table tbody tr td {
        padding: 26px 12px;
        font-size: 14px;
    }

    .table thead th {
        border: 1px solid #f0f0f0;
        color: #1b0238;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding: 22px 13px;
        text-align: center !important;
    }
}

.table thead tr th {
    text-align: center !important;
}


thead tr {
    border-width: 1px;
    border-style: solid;
    /*border-color: black;*/
    background-color: rgb(118 167 0);
    vertical-align: middle;
    text-align: center;
    color: white;
    padding: 38px;
}

tbody tr:nth-child(odd) {
    border-bottom: 1px solid black;
    background-color: white;
    vertical-align: middle;
    text-align: center;
    border-top: none;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

tbody tr:nth-child(even) {
    border-bottom: 1px solid black;
    vertical-align: middle;
    text-align: center;
    background-color: #f4ecff;
    border-top: none;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

tbody tr td {
    border: 1px solid #f0f0f0;
    font-weight: 600;
    /*color: #284fd3;*/
    overflow-x: auto;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 14px 16px !important;
    border: 1px solid #76a70040;
}

.table>thead>tr>th {
    padding: 16px !important;
    text-align: center !important;
    /* color: white; */
    color: #040404;
    font-weight: 900;
    /*font-size: 18px;*/
    font-size: 15px;
}

.table tbody tr td span {
    display: block;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 400;
    color: #6b6b84;
}

.table tbody tr td:nth-child(1) {
    text-align: left;
}

:root {
    --main-bg: hsl(205, 100%, 96%);
    --lightblue: hsl(205, 90%, 88%);
    --darkblue: hsl(205, 78%, 60%);
    --grey: hsl(210, 22%, 49%);
    --letter-spacing: 2px;
}


.container.col {
    flex-direction: column;
}

.title h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: var(--letter-spacing)
}

.underline {
    height: 4px;
    width: 80px;
    background: var(--darkblue);
    margin: 0 auto 54px;
}

.review {
    /* background: white; */
    border-radius: 10px;
    /* width: 70vw;
    max-width: 550px; */
    text-align: center;
    padding: 20px 36px;
    margin: 1rem;
}

.img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.img-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--darkblue);
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    border-radius: 50%;
}



#img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.review p {
    margin-bottom: 4px;
    text-align: center;
}

#author {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

#job {
    font-size: 13px;
    color: hsl(0deg 38% 42%);
    text-transform: uppercase;
    font-weight: 600;
}

#info {
    color: var(--grey);
    line-height: 1.4;
    font-size: 16px;
}




.arrow-btn,
.surprise-btn {
    transition: all 0.3s linear;
}

.arrow-btn {
    color: var(--lightblue);
    margin: 0 10px;
    font-size: 25px;
}



.surprise-btn {
    border: 2px solid var(--darkblue);
    font-size: 12px;
    padding: 5px 10px;
    margin: 15px 0 0;
    border-radius: 10px;
    color: var(--darkblue);
}

.surprise-btn:hover {
    color: black;
    background: var(--darkblue);
}

@media only screen and (max-width: 600px) {
    .review h3 {
        font-size: 14px !important;
    }
}

.review h3 {
    font-size: 19px;
}

form #userDetails input[type=text],
.contact-form #userDetails select {
    outline: 0 !important;
    background: #f2f2f2 !important;
    width: 100%;
    border: 0 !important;
    margin: 0 0 15px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: normal !important;
}

.contact-form input[type=email],
.contact-form input[type=password],
.contact-form input[type=text],
.contact-form select {
    display: block;
    width: 100%;
    height: 52px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: 400;
    border-radius: 3px;
    background-color: #f6f6f6;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: 2px solid #6780af;
}

.contact-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
    align-content: stretch;
}

.bg4,
.bg4 .contact-image h2 {
    /* color: #5ccde7; */
    color: #9b7f15;
    background: #f7edc7;
}

.contact-image h2 {
    border-bottom-right-radius: 9rem;
    border-bottom-left-radius: 9rem;
    /* width: 10%; */
    margin-top: -2%;
    background: white !important;
    font-weight: 900;
    padding: 19px 30px;
    text-align: center;
    text-shadow: 0px 3px 6px #d7d0ee;
}

.cert-form {
    margin: 3rem 0 2rem;
    box-shadow: 6px 8px 10px 0 rgb(158 158 158 / 83%);
}

.bg4,
.bg4 .contact-image h2 {
    /* color: #5ccde7; */
    color: #9b7f15;
    background: #f7edc7;
}

input[value],
select#std_id option::selection {
    color: #000000 !important;
    font-weight: 700 !important;
}

.label-red {
    background-color: #9f0002 !important;
}

#schoolDetails legend,
#schoolDetails fieldset {
    background-color: #99e1e7e3;
    /* color: #0b929f; */
    color: #0f6c74;
}

#userDetails input[type=text]:focus,
#userDetails input[type=password]:focus,
#userDetails input[type=phone]:focus,
#userDetails select:focus {
    background-color: #ddd !important;
    outline: none !important;
}

.contact-form #userDetails input[type=email],
.contact-form #userDetails input[type=password],
.contact-form #userDetails input[type=text],
.contact-form #userDetails select {
    outline: 0 !important;
    background: #f2f2f2 !important;
    width: 100%;
    border: 0 !important;
    margin: 0 0 15px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: normal !important;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .breadcrumbarea {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.breadcrumb__content__wraper {
    text-align: center;
    position: relative;
    z-index: 9;
}

.breadcrumbarea {
    padding-top: 162px;
    padding-bottom: 150px;
    background: var(--lightGrey10);
    position: relative;
}

legend .number {
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.nurseryIntro {
    position: relative;
    /* background: #f3eba3; */
    /* background-image: url(https://www.indiantalent.org/assets/user_assets/custom/img/home/background-nature-image-cropped.webp); */
    background-position: bottom right;
    overflow: hidden;

}

.news-section {
    position: relative;
    padding: 120px 0 90px;
}

.news-section .icon-lines-20 {
    position: absolute;
    top: 310px;
    left: 0;
}

.news-block {
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    padding: 14px 14px;
    border: 1px solid #d4d0e4;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.news-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block .inner-box .image-box {
    position: relative;
    overflow: hidden;
}

.news-block .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block .inner-box .image-box .date {
    background: var(--gradient-2);
    bottom: 0;
    color: var(--text-color-bg-theme-color1);
    font-size: 12px;
    font-weight: 600;
    height: 34px;
    left: 20px;
    line-height: 34px;
    position: absolute;
    width: 110px;
    text-align: center;
    z-index: 1;
}

.news-block .inner-box .content-box {
    position: relative;
    padding: 20px 20px 10px;
}

@media (max-width: 575.98px) {
    .news-block .inner-box .content-box {
        padding: 20px 0px 10px;
    }
}

.news-block .inner-box .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.news-block .inner-box .content-box .post-meta li {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0 20px 0 0;
    position: relative;
    list-style: none;
}

.news-block .inner-box .content-box .post-meta li i {
    color: var(--theme-color1);
    position: relative;
    line-height: 1em;
    margin-right: 5px;
}

.news-block .inner-box .content-box .author-info {
    margin-bottom: 5px;
}

.news-block .inner-box .content-box .author-info img {
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--theme-color1);
}

.news-block .inner-box .content-box .author-info .name {
    position: relative;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 0;
}

.news-block .inner-box .content-box .title {
    position: relative;
    color: var(--theme-color2);
    margin-bottom: 8px;
    font-size: 17px;
}

@media (max-width: 575.98px) {
    .news-block .inner-box .content-box .title {
        font-size: 18px;
    }
}

.news-block .inner-box .content-box .title a:hover {
    color: var(--theme-color1);
}

.news-block .inner-box .content-box .read-more {
    font-family: var(--title-font);
    position: relative;
    color: #6d6c74;
    font-size: 14.4px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-block .inner-box .content-box .read-more i {
    color: var(--headings-color);
    font-size: 16px;
    margin-right: 3px;
    font-weight: 800;
    position: relative;
    top: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .content-box .read-more:hover {
    color: var(--theme-color1);
}

.news-block .inner-box .content-box .read-more:hover i {
    color: var(--theme-color1);
}

/*# sourceMappingURL=style.css.map */