@use "sass:math"; :root {    --theme-color: #ffa52d;    --theme-color2: #f20f10;    --title-color: #232423;    --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: "Jost", sans-serif;    --body-font: "Roboto", sans-serif;    --icon-font: "Font Awesome 6 Pro";    --main-container: 1380px;    --container-gutters: 24px;    --section-space: 75px;    --section-space-mobile: 49px;    --section-title-space: 70px;    --ripple-ani-duration: 5s;}html, body {    scroll-behavior: auto !important;}body {    font-family: var(--title-font);    font-size: 18px;    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;    /* pointer-events: none; */}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 15px 0;    color: #2b2c2d;    line-height: 1.65;}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: 40px;    line-height: 1.208;}.h3, h3 {    font-size: 36px;    line-height: 1.278;}.h4, h4 {    font-size: 30px;    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: 40px;    }}@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: 22px;    }}@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: 0.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: 0.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: 50px;    padding: 0 25px 0 25px;    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;}select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {    outline: 0;    box-shadow: none;    border-color: var(--theme-color);    background-color: var(--smoke-color);}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: 100px;    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: #f3a943;}.dot-style2 .slick-dots .slick-active button::before {    background-color: #f0a742;    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: 0px;    padding-top: 30px;    display: block;    text-align: center;    background-color: rgb(255 255 255 / 10%);}.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: 320px;    }    .th-mobile-menu > ul {        padding: 0 20px;    }}.preloader {    position: fixed;    left: 0;    right: 0;    top: 0;    bottom: 0;    z-index: 999;    background: #d79129;}.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: #f1ab44;    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: #f1ab44;    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;    pointer-events: auto;}.th-btn:before {    content: "";    position: absolute;    height: 0%;    left: 50%;    top: 50%;    width: 600%;    background-color: #030504;    -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: 20px;    display: inline-block;    line-height: 0.8;    position: relative;    padding-bottom: 2px;    margin-bottom: -2px;    /* text-transform: uppercase; */    color: #ffffff;    padding-left: 15px;}.link-btn i {    margin-left: 5px;    font-size: 0.9rem;}.link-btn:before {    content: "";    position: absolute;    left: 0px;    bottom: -6px;    width: 0;    height: 2px;    background-color: #f5b35b;    -webkit-transition: all ease 0.4s;    transition: all ease 0.4s;}.link-btn:hover {    color: #ffffff;}.link-btn:hover::before {    width: 90%;}.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: #ffa52d;    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: 22px;    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: 600;}.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: #fac84e69 !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: #23242300;}[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: 0.1;}[data-opacity="2"]:before {    opacity: 0.2;}[data-opacity="3"]:before {    opacity: 0.3;}[data-opacity="4"]:before {    opacity: 0.4;}[data-opacity="5"]:before {    opacity: 0.5;}[data-opacity="6"]:before {    opacity: 0.6;}[data-opacity="7"]:before {    opacity: 0.7;}[data-opacity="8"]:before {    opacity: 0.8;}[data-opacity="9"]:before {    opacity: 0.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: #ffffff;}.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;    content: "\f192";    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;    margin-bottom: 11px !important;    line-height: 25px;}.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: 20px;}.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: #f5b343;}.footer-widget .widget_title:after {    width: 10px;    left: 56px;    border-right: 10px solid #f5b343;    box-shadow: 15px 0 0 0 #f5b343;}.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {    margin-bottom: 20px;}.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: #ffa52d;}.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: var(--body-color);    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;    border-bottom: none;}.footer-widget .recent-post .media-img {    margin-right: 18px;    width: 80px;}.footer-widget .recent-post .post-title {    color: var(--white-color);    font-size: 17px;    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;    /* color: aliceblue; */    color: #ffffff;}.widget_contact .contact-text {    margin-bottom: 25px;    margin-top: -0.46em;    color: var(--body-color);}.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: 18px;}.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;    position: relative;    font-weight: 400;    font-size: 19px;    color: #262726;    text-transform: capitalize;}.main-menu a:hover {    color: #ffa52d;}.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: 0px 8px;}.main-menu > ul > li > a {    padding: 36.5px 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: 8px;    top: 1px;    font-size: 14px;}.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: 17px;    line-height: 34px;}.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: 12px;    left: 0;    font-family: var(--icon-font);    width: 7px;    height: 7px;    text-align: center;    border-radius: 50%;    display: inline-block;    /* font-size: 0.9em; */    line-height: 1;    color: var(--theme-color);    font-weight: 700;    content: "\f061";    font-size: 12px;}.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: 20px;    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: 8px;    padding-bottom: 8px;    padding-left: 0px;    padding-right: 0px;}.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: #FFA500;    padding: 9px 0px 9px 0px;    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: 11px 30px 9px 15px;    }}@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: #c77200;}.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: 1;}.header-layout-default .header-top .header-links.header-right li a:hover i {    color: #c97403;}@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: #FFA500;    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 0px 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: 110px;    /* float: right; */}@media (max-width: 1600px) {    .header-layout-default .menu-area .main-menu {        margin-left: 105px;    }}.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: 9px 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% - 335px);    border-radius: 0 0 50px 0;    background: var(--theme-color);    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: var(--theme-color);    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: 35px 0;    color: var(--white-color);    font-size: 18px;    text-transform: capitalize;    letter-spacing: 0.5px;}.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: #1a1a1a;}.footer-wrapper .newsletter-title {    color: var(--white-color);}.footer-wrapper .th-social a {    background-color: #ffa52d;    color: #ffffff;}.footer-wrapper .th-social a:hover {    background-color: #ffffff;    border-color: var(--theme-color);    color: #ffa52d;}.widget-area {    padding-top: 60px;    padding-bottom: 30px;}.copyright-wrap {    padding: 16px 0;    background: #ffa52d;    --body-color: #b3c1d3;}.copyright-text {    margin: 0;    color: #ffffff;    text-align: center;}.copyright-text a {    color: #000000;}.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: #ffffff;}.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: 51px 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: 0px;    }}@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 40px 40px;    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: #ffffff;    margin-bottom: 0;}.info-box_link {    color: #ffffff;    margin-bottom: -0.4em;}.info-box_link:hover {    color: #ffa52d;}.info-box_icon {    color: #f5b343;    -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: #0f1b31;    --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: #0f1b31;    --body-color: #b3c1d3;    overflow-x: hidden;}.footer-layout6 .widget-area {    padding-top: 75px;    padding-bottom: 40px;}.footer-layout6 .copyright-wrap {    padding: 20px 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: #0f1b31;}.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: 50px;    padding-bottom: 55px;    padding-left: 66px;}.footer-layout7 .footer-top {    padding-top: 45px;    padding-bottom: 40px;    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: 50px;    padding-bottom: 00px;    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: #0f1b31;    --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: 17px 0;    border-top: 1px solid #2546848a;}.susbcribe-bg {    border-radius: 10px;    padding: 45px 50px;    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: 115px 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: 50px 15px;    }    .breadcumb-title {        font-size: 34px;    }}@media (max-width: 575px) {    .breadcumb-title {        font-size: 25px;    }}.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: 50px 0 81px 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: 15px;}.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: 47px;    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: 208px 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: 100px;}.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: 285px 0;}@media (max-width: 1399px) {    .hero-style3 {        padding: 130px 0;    }}@media (max-width: 991px) {    .hero-style3 {        padding: 120px 0;    }}@media (max-width: 575px) {    .hero-style3 {        padding: 50px 0;    }}.hero-style3 .hero-subtitle {    font-size: 36px;    font-weight: 500;    text-transform: capitalize;    margin-bottom: 22px;    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: 50px;    font-weight: 500;    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: 25px;    }}@media (max-width: 375px) {    .hero-style3 .hero-title {        font-size: 22px;    }}@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: 21px;    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;    }}/* -------For laptop (1366  125% recommended)------- */@media (max-width: 1199px) {}/* -------For laptop------- */@media (min-width: 1300px) and (max-width: 1529px) {    .header-layout-default .menu-area .main-menu {        margin-left: 0px !important;    }    .main-menu > ul > li {        margin: 0px 6px;    }}/* -------For laptop (1920 125% recommended)------- */@media (min-width: 1530px) and (max-width: 1800px) {}/* -------For mobile------- */@media (max-width: 767px) {    .mdisplay {        display:none !important;    }    .header-layout-default .header-top {        padding: 9px 0px;    }}.gray_1 {    background: #f0f0f0;    padding-bottom: 5px;    padding-top: 15px;}.Forth_Coming {    margin-bottom: 35px !important;}.justify-content-center {    justify-content: center!important;    display: flex;    flex-wrap: wrap;}@-webkit-keyframes blinker {    from {        opacity: 1.0;    }    to {        opacity: 0.0;    }}.blink {    text-decoration: blink;    -webkit-animation-name: blinker;    -webkit-animation-duration: 0.6s;    -webkit-animation-iteration-count: infinite;    -webkit-animation-timing-function: ease-in-out;    -webkit-animation-direction: alternate;}.text-red {    color: #e6901d;}.blink-hard {    animation: blinker 1s step-end infinite;}.blink-soft {    animation: blinker 1.5s linear infinite;}@keyframes blinker {    50% {        opacity: 0.5;    }}.book_publication .col-md-3 {    width: 20%;}.photo_gallery {}.photo_gallery .admission-card_img {    margin-bottom: 10px;}.photo_gallery .box-title {    margin-bottom: 0px !important;}.box-title span {    font-size: 18px;}/* Styles for website counter container */.website-counter {    /* background-color: #ff4957; */    /* height: 50px; */    /* width: 80px; */    color: white;    border-radius: 30px;    font-weight: 500;    font-size: 20px;    margin-top: 0px;    /* margin-left: 72px; */}/* Styles for reset button */#reset {    margin-top: 20px;    background-color: #008cba;    cursor: pointer;    font-size: 18px;    padding: 8px 20px;    color: white;    border: 0;}.c1 {    font-size: 20px;    color: #fbfbfb;    position: relative;    float: inline-start;    margin-right: 11px;}.c2 {}.link-btn-2 {    color: #f5b350 !important;    /* margin-left: 0px !important; */    padding-left: 0px !important;}.Varga{}.Varga .col-md-3{         width: 20% !important;    }	.Varga .blog-single.style2 {    min-height: 370px !important;    padding-top: 20px !important;}.Varga .box-title {    font-size: 20px !important;    line-height: 25px !important;}.Varga .blog-single.style2 .blog-img {    margin-bottom: 20px;}.Varga .blog-single.style2 { background: #ffffff;}@media (max-width: 767px) {	.mdisplay{	display:none !important;}.Varga .col-md-3{         width: 100% !important;    }.Varga .blog-single.style2 .blog-img img {    width: 45%;}.Varga .blog-single.style2 {    min-height: auto !important;    padding-top: 20px !important;}.Varga .blog-single .blog-img { background-color: #ffffff !important;}}