
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("animate.css");
@import url("swiper.min.css");
@import url("linear.css");
@import url("nice-select.css");
@import url("magnific-popup.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f8f5f0;
    --theme-color-gray: #f6f6f6;
    --theme-color-silver: #eee;
    --theme-color-dark: #13132e;
    --theme-color-dark-rgb: 19, 19, 46;
    --theme-color-dark2: #222222;
    --theme-color-dark3: #16243e;
    --theme-color-dark4: #01103d;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-black2: #222222;
    --theme-color1: #0e4c5c;
    --theme-color-yellow: #f14f44;
    --theme-color3: #6b43e3;
    --theme-color4: #d9f45f;
    --theme-color5: #5966ec;
    --review-color: #ffc737;
    --text-color-theme-color1: #fff;
    --text-color-theme-color4: #000;
    --text-color-theme-color5: #fff;
    --gradient-1: linear-gradient(322deg, #fff826 0%, #161632 100%);
    --gradient-2: linear-gradient(289.05deg, #3c3b30 16.47%, #0e4c5c 33%);
    --gradient-3: linear-gradient(109.26deg, #ff4f66 31.94%, #0c4556 85%);
    --gradient-4: linear-gradient(275.22deg, #FFF826 17.38%, #0938D3 100.7%);
    --text-color: #9090a7;
    --text-color2: #87878d;
    --text-color3: #736c87;
    --text-color4: #666666;
    --text-color5: #76878f;
    --gray-color: #f5f5f5;
    --gray-color-rgb: 245, 245, 245;
    --gray-color2: #9393a9;
    --gray-color3: #dadada;
    --gray-color4: #f0f0f0;
    --gray-color5: #f7f7f8;
    --gray-color6: #5f6368;
    --black2-color: #090920;
    --black3-color: #1b152c;
    --black4-color: #1a4137;
    --black5-color: #43494d;
    --headings-color: var(--theme-color-dark);
    --link-color: var(--theme-color-dark);
    --link-hover-color: var(--theme-color-dark);
    --body-color: #f9f9f9;
    --heading-font-family: "Syne", sans-serif;
    --body-font-family: "Syne", sans-serif;
    --manrope-font: "Syne", sans-serif;
    --outfit-font: "Syne", sans-serif;    
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 500;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.3em;
    --h1-font-size: 80px;
    --h1-font-size-mob: 40px;
    --h2-font-size: 50px;
    --h2-font-size-mob: 35px;
    --h3-font-size: 38px;
    --h4-font-size: 30px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 600;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 600;
    --h5-font-weight: 500;
    --h6-font-weight: 600;
    --sec-title-subtitle-color: var(--text-color);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--heading-font-family);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 1em;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--heading-font-family);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1200px;
    --small-container-width: 1050px;
    --large-container-width: 1440px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/

::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}
html {
    overflow-x: hidden !important;
}
body {
    background-color: var(--body-color);
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    overflow-x: hidden;
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    position: relative;
    line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

@media (max-width: 767.98px) {
    h1 {
        font-size: var(--h1-font-size-mob);
    }
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

@media (max-width: 767.98px) {
    h2 {
        font-size: var(--h2-font-size-mob);
    }
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */

table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

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

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/

.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section>.container,
section>.container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
    .container-1250 {
        max-width: 1250px;
    }
    .container-1320 {
        max-width: 1320px;
    }
    .container-1450 {
        max-width: 1450px;
    }
    .container-1470 {
        max-width: 1470px;
    }
    .container-1570 {
        max-width: 1570px;
    }
    .container-1660 {
        max-width: 1660px;
    }
    .container-1680 {
        max-width: 1680px;
    }
    .container-1600 {
        max-width: 1600px;
    }
    .container-1630 {
        max-width: 1630px;
    }
    .container-1830 {
        max-width: 1830px;
    }
}

/*=== Default Form ===*/

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #696969;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #696969;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* -------- Dark Theme Styling ---------- */

.dark-layout {
    background-color: var(--theme-color-dark);
    --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: var(--theme-color-light);
}

.dark-layout .preloader {
    background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
    background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
    background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.p-relative {
    position: relative;
}

.fix {
    overflow: hidden;
}

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

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

.border-line {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    -webkit-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)), -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.border-line:hover {
    background-size: 0% 1px, 100% 1px;
}

.hover-yellow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-yellow:hover {
    color: var(--theme-color-yellow);
}

.hover-blue {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-blue:hover {
    color: var(--theme-color1);
}

.ks-mlr {
    margin: 0 30px;
    border-radius: 50px;
}

@media (max-width: 1199.98px) {
    .ks-mlr {
        border-radius: 0 !important;
        margin: 0;
    }
}

.slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-25 {
    --bs-gutter-x: 25px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-35 {
    --bs-gutter-x: 35px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.color3 {
    color: var(--theme-color3) !important;
}

.theme-bg {
    background: var(--theme-color-yellow);
}

.black-bg {
    background: #0e4c5c;
}

.black2-bg {
    background: var(--black2-color);
}

.gray-bg {
    background: var(--gray-color);
}

.white-bg {
    background: var(--theme-color-white);
}

.blue-bg {
    background: var(--theme-color1);
}

.dark-bg-2 {
    background: var(--dark-color2);
}

.gradient-bg {
    background: var(--gradient-1);
}

.gradient-bg-2 {
    background: var(--gradient-2);
}

.yellow-bg {
    background: var(--theme-color-yellow);
}

/*** 

====================================================================
Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color-yellow);
}

.color3 {
    color: var(--theme-color3);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    background-color: #ffffff;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-toggle::after {
    display: none;
}

/*=======================
Scroll To Top style
=======================*/

.scroll-to-top {
    position: relative;
    left: 10px;
    width: 146px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-color-light);
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .scroll-to-top {
        width: 100%;
        height: 100%;
        padding: 10px 0;
        border-radius: 0;
        left: 0;
    }
}

.scroll-to-top span {
    margin-left: 15px;
    font-size: 20px;
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: var(--theme-color-light);
}

.link-style-one {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    color: var(--theme-color-dark);
}

.link-style-one:before {
    position: absolute;
    left: 0;
    right: 18px;
    bottom: 2px;
    height: 1px;
    background-color: var(--r1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.link-style-one i {
    position: relative;
    top: 1px;
    display: block;
    font-size: 14px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-style-one:hover {
    color: var(--theme-color1);
}

.link-style-one:hover:before {
    right: 100%;
}

/*=== List Style One ===*/

.list-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
}

.list-style-one li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 18px;
    color: var(--theme-color-dark);
}

.list-style-one li:last-child {
    margin-right: 0;
}

.list-style-one li i {
    position: relative;
    top: 1px;
    color: var(--theme-color1);
    font-size: 14px;
    line-height: 1em;
    margin-right: 10px;
}

.list-style-one li a {
    display: block;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-one li a:hover {
    color: var(--theme-color2);
}

.list-style-one.light li,
.list-style-one.light a,
.list-style-one.light i {
    color: var(--theme-color-light) !important;
}

.list-style-one.light a:hover {
    text-decoration: underline;
}

/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 19px;
    color: var(--text-color);
}

.list-style-two li:last-child {
    margin-right: 0;
}

.list-style-two li i {
    position: relative;
    top: 3px;
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 1em;
    margin-right: 17px;
}

@media (max-width: 575.98px) {
    .list-style-two li i {
        margin-right: 10px;
    }
}

.list-style-two.light li,
.list-style-two.light i {
    color: var(--theme-color-light) !important;
}

.list-style-two.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-style-two.two-column li {
    margin-bottom: 15px;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media (max-width: 575.98px) {
    .list-style-two.two-column li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.list-style-two.style-two li {
    color: var(--theme-color3);
}

/*=== List Style Three ===*/

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-color);
}

.list-style-three li:last-child {
    margin-right: 0;
}

.list-style-three li i {
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
    font-size: 12px;
    border-radius: 4px;
    margin-right: 10px;
}

.list-style-three.light li {
    color: #E6E0FA !important;
}

.list-style-three.light i {
    color: var(--theme-color-light) !important;
}

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one.light li a {
    color: var(--theme-color-light);
}

.social-icon-one.light li a:hover {
    color: var(--theme-color2);
}

.social-icon-one li {
    margin-left: 20px;
    display: inline-block;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    color: var(--theme-color-dark);
    font-size: 16px;
    line-height: 1em;
}

.social-icon-one li a:hover {
    color: var(--theme-color1);
}

/*Social Icon Two*/

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 13px;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: #0D0A16;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a i {
    position: relative;
}

.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50px;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.social-icon-two li a:hover {
    color: var(--theme-color-light);
}

.social-icon-two li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.png);
}

.bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.jpg);
}

.bg-pattern-3 {
    background-image: url(../images/icons/pattern-3.jpg);
}

.bg-pattern-4 {
    background-image: url(../images/icons/pattern-4.png);
}

.bg-pattern-5 {
    background-image: url(../images/icons/pattern-5.jpg);
}

.bg-pattern-6 {
    background-image: url(../images/icons/pattern-6.png);
}

.bg-pattern-7 {
    background-image: url(../images/icons/pattern-7.png);
}

.bg-pattern-8 {
    background-image: url(../images/icons/pattern-8.png);
}

.bg-pattern-9 {
    background-image: url(../images/icons/pattern-9.jpg);
}

.bg-pattern-10 {
    background-image: url(../images/icons/pattern-10.jpg);
}

.bg-pattern-11 {
    background-image: url(../images/icons/pattern-11.png);
}

.bg-pattern-12 {
    background-image: url(../images/icons/pattern-12.jpg);
}

.bg-pattern-13 {
    background-image: url(../images/icons/pattern-13.jpg);
}

/*======================
    Tabs Box
    ======================*/

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.play-btn {
    position: relative;
    display: inline-block;
}

.play-btn:hover .icon {
    color: var(--theme-color1);
}

.play-btn .icon {
    color: var(--theme-color2);
    font-size: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*======================
    Media Play Button 
    ======================*/

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    background-color: #ffffff;
    color: var(--theme-color2);
    z-index: 1;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 102px;
    width: 102px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple.light,
.play-now .ripple.light:before,
.play-now .ripple.light:after {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

.play-now-two {
    height: 150px;
    width: 150px;
    background-color: rgba(21, 21, 21, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}

.play-now-two:hover {
    color: #ff9205;
    background-color: #ffffff;
}

/*========================
  Select2 Dropdown Plugin
  ========================*/

.select2-dropdown {
    border: 1px solid #eee;
}

.select2-results__option {
    padding: 0 10px;
    color: #7c858c;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7c858c;
    padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bg-theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.default-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    color: var(--theme-color-dark);
    background: #fff;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-right: 10px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
}

.default-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.default-dots .owl-dots .owl-dot {
    height: 20px;
    width: 20px;
    border: 2px solid #3d0de5;
    background-color: transparent;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}

.default-dots .owl-dots .owl-dot.active {
    background-color: #270ad9;
    border-radius: 50%;
    border: 2px solid #270ad9;
}

/*==========================
	Nav Style One
  ===========================*/

.nav-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

.nav-style-one .next,
.nav-style-one .prev {
    margin-right: 38px;
    padding: 18px 25px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-style-one .next .icon,
.nav-style-one .prev .icon {
    position: relative;
    display: inline-block;
}

.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
    position: absolute;
    top: 0;
    margin-top: -20px;
    right: -25px;
    height: 52px;
    width: 52px;
    border: 1px dotted #fff;
    border-radius: 100px;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
    background-color: rgba(255, 255, 255, 0.15);
    width: 125px;
}

.nav-style-one .prev {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 0;
}

.nav-style-one .prev .icon:before {
    left: -25px;
    right: auto;
}

.nav-style-one .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
    border: 1px solid #797979;
}

/*==========================
	Prelaoder
  ===========================*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: var(--theme-color-dark);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

.preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preloader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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

/*==========================
	Default Tabs
  ===========================*/

.default-tabs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons {
    position: relative;
    margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 35px;
    color: var(--theme-color1);
    line-height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li:last-child {
    margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
    background: var(--gradient-1);
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
}

.blockquote-style-one {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-dark);
    padding: 13px 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--heading-font-family);
    font-weight: 800;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.blockquote-style-one:before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    z-index: 2;
    background-color: var(--theme-color1);
    content: "";
}

/*================================
    Progress Bar
    =================================*/

.skills {
    position: relative;
    margin-bottom: 25px;
}

.skills.style-two .skill-item .skill-bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
    height: 10px;
    background-color: transparent;
    border: 1px solid #E6E0FA;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar {
    height: 10px;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid var(--theme-color2);
    background-color: var(--theme-color-light);
}

.skills.style-two .skill-item .skill-bar .bar-inner .skill-percentage {
    color: var(--theme-color2);
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-header {
    position: relative;
    z-index: 3;
    margin-bottom: 14px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color3);
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 7px;
    border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 6px;
    background: #E6E0FA;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: var(--theme-color2);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--theme-color3);
}

.sticky-style {
    position: sticky;
    top: auto;
    z-index: 10;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sticky-style {
        position: relative;
    }
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 0px;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-dark);
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 50px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: var(--theme-color-white);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    display: none;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-visible .content-box {
    width: 100%;
    padding: 15px 20px;
    padding-top: 60px;
}

.mobile-menu-visible .content-box .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.mobile-menu-visible .content-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--theme-color-dark);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--theme-color-dark);
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--theme-color-dark);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: var(--theme-color-dark);
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color-dark);
}

.contact-list-one li .title {
    display: block;
    font-size: 13px;
    color: var(--theme-color-dark);
    font-weight: 500;
    text-transform: uppercase;
}

.contact-list-one li a {
    color: var(--theme-color-dark);
}

.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color-dark);
}

.contact-list-one li .text a {
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-one li .text a:hover {
    color: var(--theme-color1);
}

.contact-info-box {
    color: var(--theme-color-dark);
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color1);
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/

.toggle-hidden-bar {
    position: relative;
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
    width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--theme-color-dark);
    height: 100%;
}

.hidden-bar .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--theme-color1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
    opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
    max-height: 40px;
}

.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px 25px;
}

.hidden-bar .text-box .title {
    color: var(--theme-color-white);
}

.hidden-bar .text-box .text {
    color: var(--theme-color-white);
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
}

.hidden-bar .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hidden-bar .social-links li a:hover {
    color: var(--theme-color1);
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: #F0EDFD;
    margin-bottom: 20px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block {
    border-radius: 20px !important;
}

.accordion-box .block .acc-btn {
    position: relative;
    color: var(--theme-color-dark);
    font-family: var(--heading-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    padding: 26px 30px;
    padding-left: 76px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-btn {
        padding: 23px 30px;
        padding-left: 60px;
    }
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-btn .icon {
        top: 16px;
        width: 35px;
        height: 35px;
    }
}

.accordion-box .block .acc-btn .icon:before {
    position: relative;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
    padding-bottom: 15px;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-btn.active .icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 0 30px 30px 76px;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-content .content {
        padding-left: 60px;
    }
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-content .content .text {
        line-height: 26px;
    }
}

.accordion-box .block .acc-content.current {
    display: block;
}

/*Btn Style*/

.ks-btn-black {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-yellow);
    border-radius: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 21px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

[data-tm-layout=dark] .ks-btn-black {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-btn-black {
        font-size: 12px;
        padding: 16px 25px;
    }
}

.ks-btn-black span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-btn-black span {
    color: var(--theme-color-dark);
}

.ks-btn-black span span.text-1 {
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ks-btn-black span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ks-btn-black i {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
}

.ks-btn-black i svg {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ks-btn-black i svg:last-child {
    left: -12px;
    bottom: -12px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

.ks-btn-black:hover {
    color: var(--it-common-white);
}

.ks-btn-black:hover span span.text-1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.ks-btn-black:hover span span.text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-btn-black:hover i svg:first-child {
    -webkit-transform: translate(16px, -16px);
    transform: translate(16px, -16px);
}

.ks-btn-black:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(13px, -12px);
    transform: translate(13px, -12px);
}

.ks-btn-black.blue-bg {
    background-color: var(--theme-color-yellow);
}

.ks-btn-black.blue-bg svg {
    color: var(--theme-color-white);
}

.ks-btn-black.yellow-bg {
    background-color: var(--theme-color-yellow);
}

.ks-btn-black.yellow-bg svg {
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-btn-black.yellow-bg svg path {
    fill: var(--theme-color-white);
}

.ks-btn-black.yellow-bg span {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-btn-black.yellow-bg span {
    color: var(--theme-color-white);
}

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

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

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*** 
====================================================================
Main Header
====================================================================
***/

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}

.logo-2 {
    display: none;
}

.main-header .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
    position: relative;
}

.main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

@media (max-width: 1199.98px) {
    .main-header {
        padding: 15px 0;
    }
}

.main-header.inner-page {
    position: absolute;
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: auto;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main-menu {
    position: relative;
}

@media (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    float: left;
    margin-right: 45px;
    padding: 44px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: var(--text-font);
    line-height: 20px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

[data-tm-layout=dark] .main-menu .navigation>li>a {
    color: var(--theme-color-white);
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation.onepage-nav>li {
    margin-right: 15px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .main-menu .navigation>li>ul>li>a {
    color: var(--theme-color-white);
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color1);
    padding-left: 5px;
}

[data-tm-layout=dark] .main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color-white);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .main-menu .navigation>li>ul>li>ul>li>a {
    color: var(--theme-color-white);
}

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

.main-menu .navigation li.dropdown .dropdown-btn {
    bottom: 37%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    left: auto;
    line-height: 26px;
    position: absolute;
    right: -14px;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation li.dropdown li.dropdown .dropdown-btn {
    display: none;
}

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

.main-header .ui-btn-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 17px;
    position: relative;
    right: 117px;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .ui-btn:hover {
    color: var(--theme-color1);
}

.main-header .info-btn {
    position: relative;
    font-size: 16px;
    padding-left: 44px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
}

.main-header .info-btn small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.main-header .info-btn .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1em;
    margin-right: 20px;
    padding-right: 20px;
}

.main-header .info-btn:hover {
    color: var(--theme-color-light);
}

.main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        opacity: 0;
        visibility: hidden;
    }
}

.ks-header-bar {
    margin-left: 120px;
    width: 25px;
    background-color: transparent;
}

@media only screen and (max-width: 1699px) {
    .ks-header-bar {
        margin-left: 95px;
    }
}

@media only screen and (max-width: 1400px) {
    .ks-header-bar {
        margin-left: 95px;
    }
}

@media (max-width: 1399.98px) {
    .ks-header-bar {
        margin-left: 50px;
    }
}

.ks-header-bar span {
    display: block;
    height: 2px;
    width: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .ks-header-bar span {
        background-color: var(--theme-color-white);
    }
}

.ks-header-bar span:not(:last-child) {
    margin-bottom: 7px;
}

.ks-header-bar span:nth-child(2) {
    width: 12px;
}

.ks-header-bar:hover span {
    width: 12px;
}

.ks-header-bar:hover span:nth-child(2) {
    width: 25px;
}

@media (max-width: 1199.98px) {
    .ks-header-ptb {
        padding: 15px 0;
    }
}

/*** 

====================================================================
    header-style-one
====================================================================

***/

.header-style-one .main-menu .navigation>li>a,
.header-style-one .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .header-style-one .main-menu .navigation>li>a,
[data-tm-layout=dark] .header-style-one .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-white);
}

.header-style-one .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-one .outer-box .search-btn {
        display: none;
    }
}

.header-style-one .outer-box .ui-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    margin-left: 20px;
}

[data-tm-layout=dark] .header-style-one .outer-box .ui-btn {
    color: var(--headings-color);
}

@media (max-width: 1399.98px) {
    .header-style-one .outer-box .ui-btn {
        margin-left: 10px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-one .outer-box .ui-btn {
        display: none;
    }
}

.header-style-one .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-one .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-one .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 120px;
    width: 25px;
}

@media only screen and (max-width: 1699px) {
    .header-style-one .outer-box .mobile-nav-toggler {
        margin-left: 95px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-style-one .outer-box .mobile-nav-toggler {
        margin-left: 95px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-one .outer-box .mobile-nav-toggler {
        margin-left: 50px;
    }
}

.header-style-one .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-dark);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

[data-tm-layout=dark] .header-style-one .outer-box .mobile-nav-toggler span {
    background-color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .header-style-one .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-one .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-one .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-one .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-one .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-one .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-one .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-one .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-one .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-one .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-one .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-one .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-one .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

[data-tm-layout=dark] .header-style-one .sticky-header .main-menu .navigation>li.current>a,
[data-tm-layout=dark] .header-style-one .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-one .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-one .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-one .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-one .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-one .sticky-header .main-menu {
        display: none;
    }
}

.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-one .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-two
====================================================================

***/

.header-style-two {
    border-bottom: 2px solid rgba(var(--theme-color-white-rgb), 0.15);
}

.header-style-two .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-two .main-menu .navigation>li>a,
[data-tm-layout=dark] .header-style-two .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-two .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-two .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-two .outer-box .search-btn {
        display: none;
    }
}

.header-style-two .outer-box .ui-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-two .outer-box .ui-btn {
        display: none;
    }
}

.header-style-two .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-two .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-two .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-two .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-white);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

@media (max-width: 767.98px) {
    .header-style-two .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-two .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-two .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-two .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-two .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-two .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-two .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-two .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-two .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-two .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-two .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-two .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-two .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-two .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-two .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-two .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-two .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-two .sticky-header .main-menu {
        display: none;
    }
}

.header-style-two .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-two .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-three
====================================================================

***/

.header-style-three .outer-wrap {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
    margin-top: 30px;
    padding: 10px 15px;
    position: relative;
}

.header-style-three .main-menu .navigation>li>a,
.header-style-three .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-three .main-menu .navigation>li>a,
[data-tm-layout=dark] .header-style-three .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-three .main-menu .navigation li.dropdown .dropdown-btn {
    bottom: 5px;
}

.header-style-three .main-menu .navigation>li {
    padding: 10px 0px;
}

.header-style-three .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-three .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-three .outer-box .search-btn {
        display: none;
    }
}

.header-style-three .outer-box .ui-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-three .outer-box .ui-btn {
        display: none;
    }
}

.header-style-three .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-three .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-three .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-three .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-white);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

@media (max-width: 767.98px) {
    .header-style-three .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-three .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-three .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-three .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-three .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-three .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-three .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-three .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-three .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-three .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-three .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-three .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-three .sticky-header .main-menu .navigation>li.current>a,
.header-style-three .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-three .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-three .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-three .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-three .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-three .sticky-header .main-menu {
        display: none;
    }
}

.header-style-three .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-three .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-four
====================================================================

***/

.header-style-four .main-menu .navigation>li>a,
.header-style-four .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-four .main-menu .navigation>li>a,
[data-tm-layout=dark] .header-style-four .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-four .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-four .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-four .outer-box .search-btn {
        display: none;
    }
}

.header-style-four .outer-box .ui-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    margin-left: 20px;
}

[data-tm-layout=dark] .header-style-four .outer-box .ui-btn {
    color: var(--headings-color);
}

@media (max-width: 1199.98px) {
    .header-style-four .outer-box .ui-btn {
        display: none;
    }
}

.header-style-four .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-four .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-four .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-four .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-white);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

@media (max-width: 767.98px) {
    .header-style-four .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-four .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-four .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-four .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-four .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-four .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-four .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-four .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-four .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-four .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-four .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-four .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-four .sticky-header .main-menu .navigation>li.current>a,
.header-style-four .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-four .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-four .sticky-header.fixed-header {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-four .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-four .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-four .sticky-header .main-menu {
        display: none;
    }
}

.header-style-four .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-four .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-five
====================================================================

***/

.header-style-five {
    background-color: var(--theme-color-white);
}

.header-style-five .main-menu .navigation>li {
    margin-right: 50px;
    padding: 30px 0px;
}

.header-style-five .main-menu .navigation>li>a,
.header-style-five .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-dark);
}

.header-style-five .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-five .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-five .outer-box .search-btn {
        display: none;
    }
}

.header-style-five .outer-box .ui-btn {
    color: var(--theme-color-dark);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-five .outer-box .ui-btn {
        display: none;
    }
}

.header-style-five .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-five .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-five .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-five .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-dark);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

[data-tm-layout=dark] .header-style-five .outer-box .mobile-nav-toggler span {
    background-color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .header-style-five .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-five .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-five .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-five .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-five .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-five .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-five .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-five .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-five .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-five .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-five .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-five .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-five .sticky-header .main-menu .navigation>li.current>a,
.header-style-five .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-five .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-five .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-five .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-five .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-five .sticky-header .main-menu {
        display: none;
    }
}

.header-style-five .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-five .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-six
====================================================================

***/

.header-style-six .outer-wrap {
    background-color: var(--theme-color-white);
    border-radius: 60px;
    margin-top: 60px;
    padding: 10px 15px;
    position: relative;
}

.header-style-six .main-menu .navigation>li>a,
.header-style-six .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-dark);
}

.header-style-six .main-menu .navigation li.dropdown .dropdown-btn {
    bottom: 5px;
}

.header-style-six .main-menu .navigation>li {
    padding: 10px 0px;
}

.header-style-six .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-six .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-dark);
}

@media (max-width: 575.98px) {
    .header-style-six .outer-box .search-btn {
        display: none;
    }
}

.header-style-six .outer-box .ui-btn {
    color: var(--theme-color-dark);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-six .outer-box .ui-btn {
        display: none;
    }
}

.header-style-six .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-six .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-six .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-six .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-dark);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

.header-style-six .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-six .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-six .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-six .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-six .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-six .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-six .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-six .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-six .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-six .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-six .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-six .sticky-header .main-menu .navigation>li.current>a,
.header-style-six .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-six .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-six .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-six .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-six .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-six .sticky-header .main-menu {
        display: none;
    }
}

.header-style-six .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-six .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-seven
====================================================================

***/

.header-style-seven .main-menu .navigation>li {
    margin-right: 50px;
    padding: 44px 0px;
}

.header-style-seven .main-menu .navigation>li>a,
.header-style-seven .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-dark);
}

.header-style-seven .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-seven .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-seven .outer-box .search-btn {
        display: none;
    }
}

.header-style-seven .outer-box .ui-btn {
    color: var(--theme-color-dark);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-seven .outer-box .ui-btn {
        display: none;
    }
}

.header-style-seven .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-seven .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-seven .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 120px;
    width: 25px;
}

@media (max-width: 1199.98px) {
    .header-style-seven .outer-box .mobile-nav-toggler {
        margin-left: 20px;
    }
}

.header-style-seven .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-dark);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

[data-tm-layout=dark] .header-style-seven .outer-box .mobile-nav-toggler span {
    background-color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .header-style-seven .outer-box .mobile-nav-toggler span {
        background-color: var(--theme-color-white);
    }
}

.header-style-seven .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-seven .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-seven .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-seven .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-seven .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-seven .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-seven .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-seven .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-seven .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-seven .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-seven .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-seven .sticky-header .main-menu .navigation>li.current>a,
.header-style-seven .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-seven .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-seven .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-seven .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-seven .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-seven .sticky-header .main-menu {
        display: none;
    }
}

.header-style-seven .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-seven .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    header-style-eight
====================================================================

***/

.header-style-eight {
    margin-top: 10px;
}

.header-style-eight .main-menu .navigation>li>a,
.header-style-eight .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-eight .main-menu .navigation>li>a,
[data-tm-layout=dark] .header-style-eight .main-menu .navigation .dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-eight .outer-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-eight .outer-box .search-btn {
    position: relative;
    background-color: unset;
    color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
    .header-style-eight .outer-box .search-btn {
        display: none;
    }
}

.header-style-eight .outer-box .ui-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .header-style-eight .outer-box .ui-btn {
        display: none;
    }
}

.header-style-eight .outer-box .ks-btn-black {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .header-style-eight .outer-box .ks-btn-black {
        display: none;
    }
}

.header-style-eight .outer-box .mobile-nav-toggler {
    background-color: transparent;
    margin-left: 20px;
    width: 25px;
}

.header-style-eight .outer-box .mobile-nav-toggler span {
    background-color: var(--theme-color-white);
    display: block;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 25px;
}

[data-tm-layout=dark] .header-style-eight .outer-box .mobile-nav-toggler span {
    background-color: var(--headings-color);
}

.header-style-eight .outer-box .mobile-nav-toggler span:not(:last-child) {
    margin-bottom: 7px;
}

.header-style-eight .outer-box .mobile-nav-toggler span:nth-child(2) {
    width: 12px;
}

.header-style-eight .outer-box .mobile-nav-toggler:hover span {
    width: 12px;
}

.header-style-eight .outer-box .mobile-nav-toggler:hover span:nth-child(2) {
    width: 25px;
}

.header-style-eight .sticky-header {
    background-color: var(--theme-color-v2);
    /*.main-menu .navigation > li.current > a,*/
}

@media (max-width: 575.98px) {
    .header-style-eight .sticky-header .auto-container {
        padding: 0 15px;
    }
}

.header-style-eight .sticky-header .mobile-nav-toggler {
    display: none;
}

@media (max-width: 991.98px) {
    .header-style-eight .sticky-header .mobile-nav-toggler {
        color: var(--theme-color2);
        display: block;
    }
    .header-style-eight .sticky-header .mobile-nav-toggler span {
        background-color: var(--theme-color-dark);
    }
}

.header-style-eight .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color-black);
}

[data-tm-layout=dark] .header-style-eight .sticky-header .main-menu .navigation>li>a {
    color: var(--headings-color);
}

.header-style-eight .sticky-header .main-menu .navigation>li.current>a,
.header-style-eight .sticky-header .main-menu .navigation>li:hover>a {
    color: var(--headings-color);
}

.header-style-eight .sticky-header .main-menu .navigation>li {
    padding: 0;
}

.header-style-eight .sticky-header.fixed-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

[data-tm-layout=dark] .header-style-eight .sticky-header.fixed-header {
    background: var(--dark-color2);
}

.header-style-eight .sticky-header .main-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-style-eight .sticky-header .main-menu {
        display: none;
    }
}

.header-style-eight .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--headings-color);
}

.header-style-eight .sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
    background: #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    left: 0px;
    opacity: 0;
    padding: 0px 0px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.sticky-header .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
    bottom: -5px;
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 40px;
}

.sticky-header .nav-outer {
    background: none;
    margin: auto;
    position: relative;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 50px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color1);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

/* Animate 1 */

.swiper .animate-8,
.swiper .animate-7,
.swiper .animate-6,
.swiper .animate-5,
.swiper .animate-4,
.swiper .animate-3,
.swiper .animate-2,
.swiper .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.swiper .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.swiper .swiper-slide-active .animate-x {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.swiper .swiper-slide-active .animate-x,
.swiper .swiper-slide-active .animate-8,
.swiper .swiper-slide-active .animate-7,
.swiper .swiper-slide-active .animate-6,
.swiper .swiper-slide-active .animate-5,
.swiper .swiper-slide-active .animate-4,
.swiper .swiper-slide-active .animate-3,
.swiper .swiper-slide-active .animate-2,
.swiper .swiper-slide-active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.swiper .swiper-slide-active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper .swiper-slide-active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper .swiper-slide-active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.swiper .swiper-slide-active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.swiper .swiper-slide-active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.swiper .swiper-slide-active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.swiper .swiper-slide-active .animate-8 {
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px;
}

@media (max-width: 991.98px) {
    .banner-carousel .owl-nav {
        display: none;
    }
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    display: block;
    height: 53px;
    width: 53px;
    line-height: 53px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    margin-top: 25px;
}

@media (max-width: 991.98px) {
    .banner-section {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .banner-section {
        margin-top: 0;
    }
}

.banner-section .bg {
    border-radius: 30px 30px 0 30px;
}

@media (max-width: 575.98px) {
    .banner-section .bg {
        border-radius: 0;
    }
}

.banner-section .nav-box {
    position: absolute;
    bottom: 140px;
    left: 50%;
    width: 122px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 50px;
    margin-left: -80px;
    background-color: var(--theme-color-light);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .banner-section .nav-box {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-section .nav-box {
        bottom: 220px;
    }
}

.banner-section .nav-box .swiper-button-prev,
.banner-section .nav-box .swiper-button-next {
    width: 46px;
    height: 46px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E6E0FA;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .nav-box .swiper-button-prev:after,
.banner-section .nav-box .swiper-button-next:after {
    display: none;
}

.banner-section .nav-box .swiper-button-prev:hover,
.banner-section .nav-box .swiper-button-next:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.banner-section .outer-box {
    position: relative;
    padding: 0 70px;
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box {
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box {
        padding: 0 10px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .outer-box {
        padding: 0;
    }
}

.banner-section .outer-box .inner-box {
    position: relative;
    padding: 170px 110px 0 133px;
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .inner-box {
        padding: 170px 50px 0 50px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .inner-box {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .inner-box {
        padding: 140px 30px 0 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box .inner-box {
        padding: 140px 15px 0 15px;
    }
}

.banner-section .outer-box:before {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    right: 20px;
    bottom: 0;
    pointer-events: none;
    border-top-right-radius: 20px;
    background: var(--gradient-1);
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box:before {
        right: 50px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .outer-box:before {
        display: none;
    }
}

.banner-section .outer-box .icon-5 {
    position: absolute;
    bottom: 60px;
    left: 290px;
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .icon-5 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .content-column {
        margin-bottom: 50px;
    }
}

.banner-section .outer-box .content-column .inner-column {
    position: relative;
    padding-top: 128px;
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .content-column .inner-column {
        margin-right: -20px;
    }
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .content-column .inner-column {
        padding-top: 100px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .content-column .inner-column {
        padding-top: 10px;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .content-column .inner-column {
        padding-top: 0;
    }
}

.banner-section .outer-box .content-column .inner-column .title {
    position: relative;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1699px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 86px;
    }
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 74px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 68px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 58px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .outer-box .content-column .inner-column .title {
        font-size: 38px;
    }
}

.banner-section .outer-box .content-column .inner-column .title span {
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-section .outer-box .content-column .inner-column .text {
    position: relative;
    font-weight: 500;
    max-width: 559px;
    padding-left: 8px;
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .content-column .inner-column .text {
        margin: 0 auto 25px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box .content-column .inner-column .text {
        max-width: 100%;
    }
}

.banner-section .outer-box .content-column .inner-column .btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .content-column .inner-column .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .outer-box .content-column .inner-column .btn-box .readmore {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .outer-box .content-column .inner-column .btn-box .readmore i {
    position: relative;
    z-index: 3;
}

.banner-section .outer-box .content-column .inner-column .btn-box .readmore:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.banner-section .outer-box .content-column .inner-column .btn-box .readmore:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .outer-box .content-column .inner-column .btn-box .readmore:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner-section .outer-box .image-column .inner-column {
    position: relative;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column {
        text-align: center;
    }
}

.banner-section .outer-box .image-column .inner-column .icon-1 {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-1 {
        display: none;
    }
}

.banner-section .outer-box .image-column .inner-column .icon-2 {
    position: absolute;
    top: 80px;
    right: -35px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-2 {
        display: none;
    }
}

.banner-section .outer-box .image-column .inner-column .icon-3 {
    position: absolute;
    bottom: 245px;
    left: -77px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-3 {
        display: none;
    }
}

.banner-section .outer-box .image-column .inner-column .icon-4 {
    position: absolute;
    bottom: 80px;
    right: -120px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-4 {
        right: -50px;
        bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-4 {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-4 {
        display: none;
    }
}

.banner-section .outer-box .image-column .inner-column .icon-lines {
    position: absolute;
    bottom: -400px;
    right: -320px;
}

@media (max-width: 1399.98px) {
    .banner-section .outer-box .image-column .inner-column .icon-lines {
        display: none;
    }
}

.banner-section .outer-box .image-column .inner-column .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column .image {
        width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box .image-column .inner-column .image {
        width: 450px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .image-column .inner-column .image {
        width: 400px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .outer-box .image-column .inner-column .image {
        width: auto;
    }
}

.banner-section .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 767.98px) {
    .banner-section .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.banner-section .bottom-box .author-box {
    position: relative;
    padding: 28.5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    background: var(--gradient-1);
    padding-left: 203px;
    padding-right: 37px;
    border-bottom-right-radius: 20px;
    z-index: 3;
}

@media only screen and (max-width: 1699px) {
    .banner-section .bottom-box .author-box {
        padding-left: 70px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .bottom-box .author-box {
        padding-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .bottom-box .author-box {
        border-bottom-right-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
        gap: 20px;
    }
}

.banner-section .bottom-box .author-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-section .bottom-box .author-image-box .author-image {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--theme-color-light);
    margin-left: -14px;
}

.banner-section .bottom-box .author-image-box .author-image:first-child {
    margin-left: 0;
}

.banner-section .bottom-box .text {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--theme-color-light);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .banner-section .bottom-box .text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .bottom-box .text .number {
    position: relative;
    font-size: 30px;
    line-height: 1em;
    font-weight: 800;
    margin: 0 5px;
    letter-spacing: -4%;
}

@media (max-width: 575.98px) {
    .banner-section .bottom-box .text .number {
        font-size: 24px;
    }
}

.banner-section .bottom-box .success-text {
    position: relative;
    padding: 33.5px 51px 33.5px 51px;
    background-color: var(--theme-color2);
    border-bottom-right-radius: 20px;
    margin-left: -15px;
}

@media (max-width: 991.98px) {
    .banner-section .bottom-box .success-text {
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-section .bottom-box .success-text {
        margin-left: 0;
        padding: 25px 15px;
        text-align: center;
    }
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
    padding: 155px 30px 0;
}

@media (max-width: 1399.98px) {
    .banner-section-two {
        padding: 155px 15px 0;
    }
}

@media (max-width: 991.98px) {
    .banner-section-two {
        padding: 140px 15px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two {
        padding: 75px 0 0;
    }
}

.banner-section-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 515px;
    background: var(--gradient-1);
}

.banner-section-two .outer-box {
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    background-color: var(--theme-color3);
}

@media (max-width: 575.98px) {
    .banner-section-two .outer-box {
        border-bottom-right-radius: 0;
    }
}

.banner-section-two .outer-box .nav-box-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 20px;
    padding-top: 70px;
    padding-right: 60px;
    background-color: var(--theme-color-light);
    z-index: 3;
}

@media (max-width: 1399.98px) {
    .banner-section-two .outer-box .nav-box-outer {
        padding-top: 40px;
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-two .outer-box .nav-box-outer {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .outer-box .nav-box-outer {
        padding-top: 25px;
        padding-right: 15px;
    }
}

.banner-section-two .outer-box .nav-box-outer:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section-two .outer-box .nav-box-outer:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.banner-section-two .outer-box .nav-box-outer .nav-box {
    position: relative;
    width: 122px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 50px;
    background-color: #E6E0FA;
    z-index: 3;
}

.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-prev,
.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-next {
    width: 46px;
    height: 46px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--theme-color-light);
    color: var(--theme-color1);
    background-color: #E6E0FA;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-prev:after,
.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-next:after {
    display: none;
}

.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-prev:hover,
.banner-section-two .outer-box .nav-box-outer .nav-box .swiper-button-next:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

.banner-section-two .banner-slide {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide {
        text-align: center;
    }
}

.banner-section-two .banner-slide .icon-30 {
    position: absolute;
    bottom: 200px;
    left: 50%;
}

@media only screen and (max-width: 1699px) {
    .banner-section-two .banner-slide .icon-30 {
        display: none;
    }
}

.banner-section-two .banner-slide .icon-31 {
    position: absolute;
    bottom: 115px;
    left: 496px;
}

.banner-section-two .banner-slide .content-column .inner-column {
    position: relative;
    padding: 145px 0 264px 185px;
}

@media only screen and (max-width: 1699px) {
    .banner-section-two .banner-slide .content-column .inner-column {
        padding: 140px 0 200px 50px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .content-column .inner-column {
        padding: 100px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .content-column .inner-column {
        padding: 80px 0;
    }
}

.banner-section-two .banner-slide .content-column .inner-column .title {
    position: relative;
    line-height: 110px;
    font-weight: 300;
    margin-bottom: 26px;
    color: var(--theme-color-light);
}

@media only screen and (max-width: 1699px) {
    .banner-section-two .banner-slide .content-column .inner-column .title {
        font-size: 90px;
        line-height: 1.2em;
    }
}

@media (max-width: 1399.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .title {
        font-size: 80px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .title {
        font-size: 62px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .title {
        font-size: 48px;
    }
}

.banner-section-two .banner-slide .content-column .inner-column .title span {
    display: block;
    font-weight: 800;
}

.banner-section-two .banner-slide .content-column .inner-column .text {
    position: relative;
    color: #9C94B3;
    font-weight: 500;
    max-width: 559px;
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .text {
        margin: 0 auto 25px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .text {
        max-width: 100%;
    }
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .content-column .inner-column .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box .readmore {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box .readmore i {
    position: relative;
    z-index: 3;
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box .readmore:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box .readmore:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .banner-slide .content-column .inner-column .btn-box .readmore:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner-section-two .banner-slide .image-column .inner-column {
    position: relative;
    margin-left: -120px;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .image-column .inner-column {
        margin-left: 0;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .image {
    position: relative;
    margin-bottom: 0;
    width: 861px;
    height: 751px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -120px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .image {
        width: 100%;
        height: 500px;
        border-radius: 0;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .image {
        height: 400px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .image {
        height: 350px;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .shape-24 {
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 3;
}

@media only screen and (max-width: 1699px) {
    .banner-section-two .banner-slide .image-column .inner-column .shape-24 {
        display: none;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .video-outer-box {
    position: absolute;
    left: 50px;
    bottom: -30px;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .video-outer-box {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        bottom: auto;
        border-radius: 50%;
        background: var(--gradient-1);
    }
}

.banner-section-two .banner-slide .image-column .inner-column .video-outer-box .circular-text {
    position: relative;
    fill: currentColor;
    height: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 179px;
    height: 179px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .video-outer-box .circular-text {
        width: 130px;
        height: 130px;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .video-outer-box .circular-text text {
    position: relative;
    font-size: 10px;
    letter-spacing: 1.2px;
    font-family: var(--heading-font-family);
    color: var(--theme-color-light);
    text-transform: uppercase;
}

.banner-section-two .banner-slide .image-column .inner-column .video-outer-box .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .video-outer-box .video-box {
        width: 75px;
        height: 75px;
    }
}

.banner-section-two .banner-slide .image-column .inner-column .video-outer-box .video-box .play-btn .icon {
    color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
    .banner-section-two .banner-slide .image-column .inner-column .video-outer-box .video-box .play-btn .icon {
        font-size: 22px;
    }
}

/*** 
====================================================================
  About Section
====================================================================
***/

.ks-about-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}

@media (max-width: 1399.98px) {
    .ks-about-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.ks-about-list-box {
    display: inline-block;
    
}

@media (max-width: 1399.98px) {
    .ks-about-list-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .ks-about-list-box {
        margin-top: 40px;
    }
}

.ks-about-list-box ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    padding-left: 25px;
    padding-right: 70px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .ks-about-list-box ul li {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .ks-about-list-box ul li {
        font-size: 14px;
    }
}

.ks-about-list-box ul li:not(:last-child) {
    border-bottom: 1px solid var(--gray-color);
}

[data-tm-layout=dark] .ks-about-list-box ul li:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.1);
}

.ks-about-list-box ul li span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-about-thumb-1 {
    padding-bottom: 70px;
}

@media (max-width: 1199.98px) {
    .ks-about-thumb-1 {
        padding-bottom: 0;
    }
}

.ks-about-thumb-1 img {
    border-radius: 30px;
}

@media (max-width: 1199.98px) {
    .ks-about-thumb-2 {
        margin-top: 50px;
    }
}

.ks-about-thumb-2>img {
    border-radius: 30px;
}

.ks-about-thumb-sm {
    position: absolute;
    right: 0;
    bottom: 17%;
}

@media (max-width: 1399.98px) {
    .ks-about-thumb-sm {
        bottom: 4%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.ks-about-thumb-sm img {
    border-radius: 20px;
}

.ks-about-client-info {
    position: absolute;
    bottom: 10%;
    right: -23%;
    border-radius: 10px;
    padding: 28px 65px 28px 40px;
    background-color: var(--theme-color1);
}

@media (max-width: 1399.98px) {
    .ks-about-client-info {
        right: -5%;
        padding: 20px 35px 20px 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-about-client-info {
        bottom: 15%;
    }
}

@media (max-width: 991.98px) {
    .ks-about-client-info {
        right: 4%;
    }
}

.ks-about-client-info b {
    font-weight: 500;
    font-size: 60px;
    display: block;
    line-height: 1;
    color: #ffffff;
}

@media (max-width: 1399.98px) {
    .ks-about-client-info b {
        font-size: 32px;
    }
}

.ks-about-client-info span {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 1399.98px) {
    .ks-about-client-info span {
        font-size: 16px;
    }
}

.ks-about-content {
    margin-left: -27px;
}

@media (max-width: 1399.98px) {
    .ks-about-content {
        margin-left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .ks-about-content {
        margin-bottom: 50px;
    }
}

.ks-about-content b {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    padding-right: 30px;
    color: var(--theme-color-dark);
}

@media (max-width: 1399.98px) {
    .ks-about-content b {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-content b {
        padding-right: 0;
        font-size: 18px;
    }
}

.ks-about-content p {
    font-size: 18px;
    line-height: 1.67;
}

@media (max-width: 1399.98px) {
    .ks-about-content p {
        font-size: 16px;
    }
}



@media (max-width: 1399.98px) {
    .ks-about-area-home4-2 {
        padding-top: 500px;
    }
}

@media (max-width: 1199.98px) {
    .ks-about-area-home4-2 {
        padding-top: 400px;
    }
}

@media (max-width: 991.98px) {
    .ks-about-area-home4-2 {
        padding-top: 300px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-area-home4-2 {
        padding-top: 200px;
    }
}

@media (max-width: 575.98px) {
    .ks-about-area-home4-2 {
        padding-top: 150px;
    }
}

/*** 
====================================================================
  About Section Two
====================================================================
***/

.ks-about-2-thumb>img {
    border-radius: 70px;
}

@media (max-width: 991.98px) {
    .ks-about-2-thumb>img {
        border-radius: 20px;
    }
}

.ks-about-2-user span {
    margin-left: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .ks-about-2-btn-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2-btn-wrap .ks-btn-black {
        margin-bottom: 20px;
    }
}

.ks-about-2-wrap .ks-about-thumb-sm {
    right: auto;
    left: 75px;
    bottom: 65px;
}

@media (max-width: 991.98px) {
    .ks-about-2-wrap .ks-about-thumb-sm {
        left: 1%;
        bottom: 2%;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2-wrap .ks-about-thumb-sm {
        display: none;
    }
}

.ks-about-2-wrap .ks-about-client-info {
    z-index: 1;
    bottom: 19%;
    right: -3%;
}

@media (max-width: 767.98px) {
    .ks-about-2-wrap .ks-about-client-info {
        display: none;
    }
}

.ks-about-2-wrap .ks-about-content {
    position: absolute;
    top: -40px;
    right: 0;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 80px;
    border-radius: 0 0 0 70px;
    height: auto;
    z-index: 1;
    background-color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .ks-about-2-wrap .ks-about-content {
        padding: 0 10px 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .ks-about-2-wrap .ks-about-content {
        position: static;
        padding-left: 0;
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2-wrap .ks-about-content {
        padding-bottom: 0;
    }
}

.ks-about-2-wrap .ks-about-content::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -70px;
    width: 70px;
    height: 70px;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.ks-about-2-wrap .ks-about-content::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: 6px;
    width: 70px;
    height: 70px;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1699px) {
    .ks-about-2-wrap .ks-about-content::after {
        bottom: -69px;
    }
}

@media (max-width: 1599.98px) {
    .ks-about-2-wrap .ks-about-content::after {
        bottom: -69px;
    }
}

@media (max-width: 1399.98px) {
    .ks-about-2-wrap .ks-about-content::after {
        bottom: -69px;
        right: 0;
    }
}

.ks-about-2-wrap .ks-about-content b {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gray-color);
}

@media (max-width: 767.98px) {
    .ks-about-2-wrap .ks-about-content b {
        font-size: 16px;
    }
    .ks-about-2-wrap .ks-about-content b br {
        display: none;
    }
}

.ks-about-2-wrap .ks-about-list-box {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .ks-about-2-wrap .ks-about-list-box {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2-wrap .ks-about-list-box {
        margin-bottom: 0;
    }
}

.ks-about-2-wrap .ks-about-list-box ul li {
    padding-right: 0;
}

.ks-about-2-wrap .ks-about-list-box ul li:not(:last-child) {
    border-bottom: none;
}

.ks-about-2x-thumb>img {
    border-radius: 70px;
}

@media (max-width: 991.98px) {
    .ks-about-2x-thumb>img {
        border-radius: 20px;
    }
}

.ks-about-2x-user span {
    margin-left: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .ks-about-2x-btn-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2x-btn-wrap .ks-btn-black {
        margin-bottom: 20px;
    }
}

.ks-about-2x-wrap {
    margin-bottom: -150px;
}

.ks-about-2x-wrap .ks-about-thumb-sm {
    right: auto;
    left: 75px;
    bottom: 65px;
}

@media (max-width: 991.98px) {
    .ks-about-2x-wrap .ks-about-thumb-sm {
        left: 1%;
        bottom: 2%;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2x-wrap .ks-about-thumb-sm {
        display: none;
    }
}

.ks-about-2x-wrap .ks-about-client-info {
    z-index: 1;
    bottom: 19%;
    right: -3%;
}

@media (max-width: 767.98px) {
    .ks-about-2x-wrap .ks-about-client-info {
        display: none;
    }
}

.ks-about-2x-wrap .ks-about-content {
    background-color: var(--theme-color-dark);
    border-radius: 0 0 0 70px;
    height: auto;
    margin-left: 0;
    max-width: 600px;
    padding-bottom: 40px;
    padding-left: 80px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 100%;
    z-index: 1;
}

[data-tm-layout=dark] .ks-about-2x-wrap .ks-about-content {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-about-2x-wrap .ks-about-content {
        padding: 0 10px 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .ks-about-2x-wrap .ks-about-content {
        position: static;
        padding-left: 0;
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2x-wrap .ks-about-content {
        padding-bottom: 0;
    }
}

.ks-about-2x-wrap .ks-about-content::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -70px;
    width: 70px;
    height: 70px;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%2313132e' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .ks-about-2x-wrap .ks-about-content::before {
        display: none;
    }
}

.ks-about-2x-wrap .ks-about-content::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: 0px;
    width: 70px;
    height: 70px;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%2313132e' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1699px) {
    .ks-about-2x-wrap .ks-about-content::after {
        bottom: -69px;
    }
}

@media (max-width: 1599.98px) {
    .ks-about-2x-wrap .ks-about-content::after {
        bottom: -69px;
    }
}

@media (max-width: 1399.98px) {
    .ks-about-2x-wrap .ks-about-content::after {
        bottom: -69px;
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .ks-about-2x-wrap .ks-about-content::after {
        display: none;
    }
}

.ks-about-2x-wrap .ks-about-content .text {
    color: var(--text-color5);
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2117647059);
}

@media (max-width: 767.98px) {
    .ks-about-2x-wrap .ks-about-content .text {
        font-size: 16px;
    }
    .ks-about-2x-wrap .ks-about-content .text br {
        display: none;
    }
}

.ks-about-2x-wrap .ks-about-list-box {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .ks-about-2x-wrap .ks-about-list-box {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-about-2x-wrap .ks-about-list-box {
        margin-bottom: 0;
    }
}

.ks-about-2x-wrap .ks-about-list-box ul li {
    padding-right: 0;
}

.ks-about-2x-wrap .ks-about-list-box ul li:not(:last-child) {
    border-bottom: none;
}

/*** 
====================================================================
  About Section Three
====================================================================
***/

.ks-about-3-thumb {
    display: inline-block;
}

.ks-about-3-thumb>img {
    -webkit-mask-image: url(../images/about/masking-3-1.png);
    -webkit-mask-size: inherit;
    -webkit-mask-position: right top;
    -webkit-mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .ks-about-3-thumb>img {
        border-radius: 20px;
    }
}

.ks-about-3-wrap .about-content {
    bottom: 0;
    height: auto;
    margin-left: 0;
    max-width: 580px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .ks-about-3-wrap .about-content {
        max-width: 540px;
    }
}

@media (max-width: 1199.98px) {
    .ks-about-3-wrap .about-content {
        padding: 0 10px 40px 40px;
    }
}

@media (max-width: 1199.98px) {
    .ks-about-3-wrap .about-content {
        padding-bottom: 70px;
        padding-left: 0;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .ks-about-3-wrap .about-content {
        padding-bottom: 0;
    }
}

.ks-about-3-wrap .about-content .ks-section-title-wrap {
    margin-left: 120px;
}

@media (max-width: 1199.98px) {
    .ks-about-3-wrap .about-content .ks-section-title-wrap {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .ks-about-3-wrap .about-content .ks-section-title-wrap br {
        display: none;
    }
}

.ks-about-3-wrap .about-content .why-chose-box .inner-box {
    background-color: var(--gray-color4);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

[data-tm-layout=dark] .ks-about-3-wrap .about-content .why-chose-box .inner-box {
    background-color: var(--dark-color2);
}

@media (max-width: 767.98px) {
    .ks-about-3-wrap .about-content .why-chose-box .inner-box {
        margin-bottom: 30px;
    }
}

.ks-about-3-wrap .about-content .why-chose-box .inner-box:hover {
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-about-3-wrap .about-content .why-chose-box .inner-box:hover {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

.ks-about-3-wrap .about-content .why-chose-box .inner-box:hover .title,
.ks-about-3-wrap .about-content .why-chose-box .inner-box:hover .text {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-about-3-wrap .about-content .why-chose-box .inner-box:hover .title,
[data-tm-layout=dark] .ks-about-3-wrap .about-content .why-chose-box .inner-box:hover .text {
    color: var(--headings-color);
}

.ks-about-3-wrap .about-content .why-chose-box .inner-box:hover .title {
    border-bottom: 1px solid rgba(var(--gray-color-rgb), 0.2);
}

.ks-about-3-wrap .about-content .why-chose-box .icon {
    background-color: var(--theme-color-yellow);
    border-radius: 20px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
    width: 70px;
}

.ks-about-3-wrap .about-content .why-chose-box .title {
    border-bottom: 1px solid var(--gray-color);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

[data-tm-layout=dark] .ks-about-3-wrap .about-content .why-chose-box .title {
    border-bottom: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.ks-about-3-wrap .about-content .why-chose-box .text {
    color: var(--text-color2);
}

/*** 
====================================================================
  About Section Four
====================================================================
***/

.about-area-home4 {
    position: relative;
}

.about-area-home4 .shadow-text {
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    left: 30%;
    line-height: 80px;
    position: absolute;
    top: 45%;
}

.about-area-home4 .shape-1 {
    bottom: 200px;
    left: 0;
    position: absolute;
    right: 0;
}

.about-area-home4 .ks-section-title-wrap {
    max-width: 536px;
}

.about-area-home4 .image-box-left {
    position: relative;
}

.about-area-home4 .image-box-left .image-1 img {
    border-radius: 20px;
}

.about-area-home4 .image-box-left .image-2 {
    bottom: 50px;
    left: -80px;
    position: absolute;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about-area-home4 .image-box-left .image-2 {
        left: 50%;
    }
}

.about-area-home4 .image-box-right {
    position: relative;
}

.about-area-home4 .image-box-right .image-1 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.about-area-home4 .image-box-right .image-1 img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-area-home4 .image-box-right .image-1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-area-home4 .image-box-right .image-1 img,
.about-area-home4 .image-box-right .image-2 img {
    border-radius: 20px;
}

.about-area-home4 .image-box-right .image-2 {
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.about-area-home4 .image-box-right .image-3 {
    left: -40px;
    position: absolute;
    top: -100px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about-area-home4 .image-box-right .image-3 {
        left: 0;
    }
}

/*** 

====================================================================
    About Section Seven
====================================================================

***/

.about-section-seven {
    position: relative;
}

.about-section-seven .bg-shape {
    left: 2%;
    position: absolute;
    top: 20%;
    z-index: 0;
}

@media (max-width: 1499.98px) {
    .about-section-seven .bg-shape {
        display: none;
    }
}

[data-tm-layout=dark] .about-section-seven .bg-shape {
    opacity: 0.1;
    top: 10%;
}

[data-tm-layout=dark] .about-section-seven .bg-shape svg {
    max-width: 860px;
    width: 100%;
}

.about-section-seven .bg-img {
    left: 10px;
    max-width: 868px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1699.98px) {
    .about-section-seven .bg-img {
        max-width: 750px;
    }
}

@media (max-width: 1499.98px) {
    .about-section-seven .bg-img {
        max-width: 700px;
        position: absolute;
    }
}

@media (max-width: 1399.98px) {
    .about-section-seven .bg-img {
        display: none;
    }
}

.about-section-seven .img-1 {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0px 18px 27px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 18px 27px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 24px;
    position: relative;
}

[data-tm-layout=dark] .about-section-seven .img-1 {
    background-color: transparent;
}

.about-section-seven .content-column {
    padding-left: 40px;
}

.about-section-seven .content-column .inner-column .sec-title .text {
    border-bottom: 1px solid var(--gray-color);
    color: var(--text-color5);
    font-family: var(--body-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    max-width: 90%;
    padding-bottom: 35px;
}

.about-section-seven .content-column .inner-column .list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--body-font-family);
    gap: 10px;
    text-transform: capitalize;
}

.about-section-seven .content-column .inner-column .list i {
    color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .about-section-seven .content-column .inner-column .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.about-section-seven .content-column .inner-column .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.about-section-seven .content-column .inner-column .info .user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.about-section-seven .content-column .inner-column .info .user ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section-seven .content-column .inner-column .info .user ul li:not(:first-child) {
    margin-left: -10px;
}

.about-section-seven .content-column .inner-column .info .user .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.about-section-seven .image-column .inner-column {
    position: relative;
}

@media (max-width: 1399.98px) {
    .about-section-seven .image-column .inner-column {
        display: none;
    }
}

.about-section-seven .image-column .inner-column .image .img-2 {
    -webkit-box-shadow: -30px 50px 100px rgba(0, 20, 63, 0.1361);
    box-shadow: -30px 50px 100px rgba(0, 20, 63, 0.1361);
    border-radius: 15px;
    margin-top: 77%;
    position: relative;
    right: -36%;
    z-index: 1;
}

@media (max-width: 1499.98px) {
    .about-section-seven .image-column .inner-column .image .img-2 {
        margin-top: 60%;
        right: 0;
        position: absolute;
    }
}

@media (max-width: 1399.98px) {
    .about-section-seven .image-column .inner-column .image .img-2 {
        margin-top: 0;
    }
}

/*** 

====================================================================
    Benifit Section Home 7
====================================================================

***/

.benifit-section-home7 {
    position: relative;
}

.benifit-section-home7 .shape-1 {
    position: absolute;
    right: 0;
    top: 1%;
}

@media (max-width: 1399.98px) {
    .benifit-section-home7 .shape-1 {
        display: none;
    }
}

.benifit-section-home7 .shape-1 {
    position: absolute;
    right: 0;
    top: 1%;
}

.benifit-section-home7 .shape-2 {
    position: absolute;
    right: 17.5%;
    top: 76%;
}

.benifit-section-home7 .shape-3 {
    position: absolute;
    right: 19%;
    top: 45%;
}

@media (max-width: 1199.98px) {
    .benifit-section-home7 .shape-3 {
        display: none;
    }
}

.benifit-section-home7 .shape-3 img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.benifit-section-home7 .content-column .inner-column .sec-title .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 90%;
}

.benifit-section-home7 .content-column .inner-column .list-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: var(--theme-color-dark);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding: 11px 45px;
    position: relative;
    z-index: 0;
}

.benifit-section-home7 .content-column .inner-column .list-1:before {
    background: linear-gradient(90.27deg, #FFF826 2.18%, rgba(255, 248, 38, 0) 99.77%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.benifit-section-home7 .content-column .inner-column .list-1 .count {
    background-color: var(--theme-color-yellow);
    border-radius: 50%;
    font-family: var(--body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    left: 11px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 24px;
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-1 .count {
    color: var(--theme-color-white);
}

.benifit-section-home7 .content-column .inner-column .list-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: var(--text-color5);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding: 11px 45px;
    position: relative;
    z-index: 0;
}

.benifit-section-home7 .content-column .inner-column .list-2:before {
    background: linear-gradient(90.27deg, #65CB7B 2.18%, rgba(101, 203, 123, 0) 99.77%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.benifit-section-home7 .content-column .inner-column .list-2 .count {
    background-color: var(--text-color5);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    left: 11px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 24px;
}

.benifit-section-home7 .content-column .inner-column .list-2 .texts {
    color: var(--text-color5);
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-2 .texts {
    color: var(--headings-color);
}

.benifit-section-home7 .content-column .inner-column .list-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: var(--theme-color1);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding: 11px 45px;
    position: relative;
    z-index: 0;
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-3 {
    color: var(--headings-color);
}

.benifit-section-home7 .content-column .inner-column .list-3:before {
    background: linear-gradient(90.27deg, #65CB7B 2.18%, rgba(101, 203, 123, 0) 99.77%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.benifit-section-home7 .content-column .inner-column .list-3 .count {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    left: 11px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 24px;
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-3 .count {
    color: var(--headings-color);
}

.benifit-section-home7 .content-column .inner-column .list-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: var(--theme-color-dark);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    max-width: 280px;
    overflow: hidden;
    padding: 11px 45px;
    position: relative;
    z-index: 0;
}

.benifit-section-home7 .content-column .inner-column .list-4:before {
    background: linear-gradient(90.27deg, rgba(19, 19, 46, 0.7) 2.18%, rgba(101, 203, 123, 0) 99.77%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-4:before {
    background: linear-gradient(90.27deg, rgba(201, 201, 201, 0.7) 2.18%, rgba(101, 203, 123, 0) 99.77%);
}

.benifit-section-home7 .content-column .inner-column .list-4 .count {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    left: 11px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    text-align: center;
    width: 24px;
}

[data-tm-layout=dark] .benifit-section-home7 .content-column .inner-column .list-4 .count {
    background-color: var(--theme-color-white);
    color: var(--headings-color);
}

@media (max-width: 1199.98px) {
    .benifit-section-home7 .image-column {
        display: none;
    }
}

.benifit-section-home7 .image-column .inner-column {
    position: relative;
}

.benifit-section-home7 .image-column .inner-column:before {
    content: "";
    position: absolute;
}

.benifit-section-home7 .image-column .inner-column .image .img-1 {
    -webkit-box-shadow: 0px 0px 70px rgba(0, 15, 77, 0.08);
    box-shadow: 0px 0px 70px rgba(0, 15, 77, 0.08);
    border-radius: 20px;
    position: relative;
}

.benifit-section-home7 .image-column .inner-column .image .img-2 {
    -webkit-box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12);
    box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12);
    border-radius: 20px;
    bottom: -100px;
    left: 0;
    position: absolute;
}

.benifit-section-home7 .image-column .inner-column .image .img-3 {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 0px 50px rgba(18, 17, 22, 0.08);
    box-shadow: 0px 0px 50px rgba(18, 17, 22, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    bottom: -100px;
    max-width: 330px;
    overflow: hidden;
    position: absolute;
    right: -5px;
}

[data-tm-layout=dark] .benifit-section-home7 .image-column .inner-column .image .img-3 {
    border: none;
}

/*** 

====================================================================
  cta Section
====================================================================

***/

.ks-cta-title {
    font-size: 42px;
    font-weight: 600;
}

@media (max-width: 1399.98px) {
    .ks-cta-title {
        font-size: 38px;
    }
}

@media (max-width: 991.98px) {
    .ks-cta-title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-cta-title {
        font-size: 30px;
        margin-bottom: 30px !important;
    }
    .ks-cta-title br {
        display: none;
    }
}

.ks-cta-area {
    background-image: url("../images/shape/call-to-action-h1.png"), linear-gradient(322deg, #fff826 0%, #0938d3 100%);
}

.ks-cta-area.ks-mlr {
    padding: 105px 0;
    border-radius: 50px 50px 0 0;
}

@media (max-width: 1399.98px) {
    .ks-cta-area.ks-mlr {
        padding: 90px 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-cta-area.ks-mlr {
        padding: 90px 0px;
    }
}

@media (max-width: 1399.98px) {
    .ks-cta-area .ks-btn-black {
        margin-right: 120px;
    }
}

@media (max-width: 1199.98px) {
    .ks-cta-area .ks-btn-black {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-cta-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ks-cta-shape-1 {
    position: absolute;
    bottom: 0;
    right: 8.5%;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .ks-cta-shape-1 {
        right: 3%;
    }
}

@media (max-width: 1199.98px) {
    .ks-cta-shape-1 {
        display: none;
    }
}

.ks-cta-shape-2 {
    position: absolute;
    top: -10%;
    left: 2.3%;
    z-index: -1;
}

.ks-cta-home4 {
    position: relative;
}

.ks-cta-home4 .outer-box {
    background: var(--gradient-3);
    border-radius: 50px 50px 0px 0px;
    max-width: 1410px;
    padding: 100px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .ks-cta-home4 .outer-box {
        border-radius: 0;
        padding: 50px 0;
    }
}

.ks-cta-home4 .outer-box .floating-img {
    bottom: 58px;
    left: 30px;
    position: absolute;
}

@media screen and (max-width: 1299px) {
    .ks-cta-home4 .outer-box .floating-img {
        left: 0;
    }
}

@media (max-width: 1199.98px) {
    .ks-cta-home4 .outer-box .floating-img {
        display: none;
    }
}

.ks-banner-ptb {
    margin: 0 30px;
    padding: 200px 0;
    border-radius: 30px 30px 0 0;
}

@media (max-width: 1399.98px) {
    .ks-banner-ptb {
        padding: 140px 0;
    }
}

@media (max-width: 991.98px) {
    .ks-banner-ptb {
        padding: 100px 20px;
        border-radius: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-banner-ptb {
        padding: 80px 15px;
        margin: 0 15px;
    }
}

.ks-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

@media (max-width: 991.98px) {
    .ks-banner-thumb {
        border-radius: 0px;
    }
}

.ks-banner-title {
    color: var(--theme-color-white);
    font-weight: 700;
    font-size: clamp(25px, 3.75vw, 60px);
    line-height: 1.17;
}

@media (max-width: 767.98px) {
    .ks-banner-title br {
        display: none;
    }
}

.ks-banner-video {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 470px;
    height: 417px;
    z-index: 1;
    background: var(--gradient-1);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

@media (max-width: 1199.98px) {
    .ks-banner-video {
        width: 380px;
        height: 300px;
    }
}

@media (max-width: 991.98px) {
    .ks-banner-video {
        display: none;
    }
}

.ks-banner-video .shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ks-banner-icon {
    padding: 30px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    bottom: 45px;
    left: 35px;
}

@media (max-width: 1199.98px) {
    .ks-banner-icon {
        padding: 20px;
        bottom: 30px;
    }
}

.ks-banner-icon i {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    padding-left: 4px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .ks-banner-icon i {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .ks-banner-icon i svg {
        width: 15px;
    }
}

.ks-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-banner-text img {
    -webkit-animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ks-banner-area-home4 {
    border-radius: 30px 30px 0px 0px;
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .ks-banner-area-home4 {
        border-radius: 0;
    }
}

.ks-banner-area-home4-title {
    color: var(--theme-color-white);
    font-size: clamp(24px, 3.75vw, 54px);
    line-height: 1.11;
}

@media (max-width: 767.98px) {
    .ks-banner-area-home4 .ks-banner-thumb {
        border-radius: 0;
    }
}

/*** 

====================================================================
    Project Section
====================================================================

***/

.ks-project-area {
    padding-top: 110px;
    padding-bottom: 40px;
}

.ks-project-area .ks-section-title-wrap {
    margin-bottom: 50px;
}

.ks-project-thumb img {
    border-radius: 20px;
}

.ks-project-item {
    position: relative;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
}

.ks-project-title {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .ks-project-title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .ks-project-title {
        font-size: 25px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-title {
        font-size: 20px;
        margin-right: 35px;
    }
    .ks-project-title br {
        display: none;
    }
}

.ks-project-btn a:first-child {
    margin-right: 10px;
}

.ks-project-content-wrap {
    margin: 50px;
    display: inline-block;
    padding: 65px 60px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .ks-project-content-wrap {
        padding: 45px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-content-wrap {
        padding: 30px 15px;
        margin: 35px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-project-content-wrap {
        margin: 45px;
        padding: 50px 40px;
    }
}

.ks-project-content-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 50px;
    background-color: var(--theme-color-white);
    -webkit-mask-image: url(../images/project/mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .ks-project-content-wrap::after {
        -webkit-mask-image: unset;
        mask-image: unset;
    }
}

.ks-project-content-wrap>span {
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.ks-project-content-wrap p {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .ks-project-content-wrap p {
        font-size: 13px;
        line-height: 24px;
    }
    .ks-project-content-wrap p br {
        display: none;
    }
}

.ks-project-content-wrap .ks-btn-black {
    padding: 16px 35px;
    color: var(--theme-color-white);
    background-color: var(--gray-color3);
}

@media (max-width: 767.98px) {
    .ks-project-content-wrap .ks-btn-black {
        padding: 12px 20px;
    }
}

.ks-project-content-wrap .ks-btn-black:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

.ks-project-arrow {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767.98px) {
    .ks-project-arrow {
        top: 15px;
        right: 15px;
    }
}

.ks-project-arrow a {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-yellow);
}

.ks-project-arrow a svg {
    position: relative;
    z-index: 1;
}

[data-tm-layout=dark] .ks-project-arrow a svg {
    color: var(--theme-color-white);
}

@media (max-width: 1199.98px) {
    .ks-project-arrow a svg {
        width: 25px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-arrow a svg {
        width: 18px;
    }
}

@media (max-width: 1199.98px) {
    .ks-project-arrow a {
        height: 85px;
        width: 85px;
        line-height: 85px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-arrow a {
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
}

.ks-project-arrow a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-color-dark);
}

.ks-project-arrow a:hover {
    color: var(--theme-color-white);
}

.ks-project-arrow a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ks-project-2-area {
    overflow: hidden;
    padding-bottom: 260px;
}

@media (max-width: 1599.98px) {
    .ks-project-2-area {
        padding-bottom: 160px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-2-area {
        padding-bottom: 40px;
    }
}

.ks-project-2-area .ks-section-title-wrap {
    margin-bottom: 55px;
}

.ks-project-2-area.home7-style {
    padding-top: 25px;
}

@media (max-width: 1299.98px) {
    .ks-project-2-area.home7-style {
        padding-top: 120px;
    }
}

.ks-project-2-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.ks-project-2-thumb img {
    border-radius: 20px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    width: 100%;
}

.ks-project-2-content-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(250px) rotateY(90deg);
    transform: perspective(250px) rotateY(90deg);
}

.ks-project-2-content-box span {
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-yellow);
    border-radius: 20px 50px 50px 0;
}

[data-tm-layout=dark] .ks-project-2-content-box span {
    color: var(--theme-color-white);
}

.ks-project-2-content-box .ks-project-arrow {
    position: static;
    margin-left: 35px;
    line-height: 1;
}

.ks-project-2-content-box .ks-project-arrow a {
    height: 57px;
    width: 57px;
    line-height: 57px;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .ks-project-2-content-box .ks-project-arrow a {
        height: 40px;
        width: 40px;
        line-height: 37px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-2-content-box .ks-project-arrow a svg {
        width: 14px;
    }
}

.ks-project-2-content {
    border-radius: 0 50px 50px 20px;
    padding: 10px 30px;
    padding-right: 10px;
    margin-top: 5px;
    background-color: var(--theme-color-white);
}

.ks-project-2-content .ks-project-title {
    margin-bottom: 0;
}

@media (max-width: 1599.98px) {
    .ks-project-2-content .ks-project-title {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .ks-project-2-content .ks-project-title {
        font-size: 15px;
        margin-right: 10px;
    }
}

.ks-project-2-active {
    margin: 0 -40px;
}

@media (max-width: 991.98px) {
    .ks-project-2-active {
        margin: 0;
    }
}

.ks-project-2-item {
    position: relative;
    overflow: hidden;
}

.ks-project-2-item:hover .ks-project-2-content-box {
    -webkit-transform: perspective(250px) rotateY(0deg);
    -khtml-transform: perspective(250px) rotateY(0deg);
    transform: perspective(250px) rotateY(0deg);
}

.ks-project-2-item:hover .ks-project-2-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/***

====================================================================
    Project Section Two
====================================================================

***/

.project-section-two {
    padding-bottom: 160px;
    padding-top: 120px;
    position: relative;
}

@media (max-width: 991.98px) {
    .project-section-two {
        padding-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .project-section-two {
        padding-bottom: 120px;
    }
}

.project-section-two.home5-style {
    padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
    .project-section-two.home5-style {
        padding-bottom: 40px;
    }
}

.project-section-two.home8-style {
    padding-bottom: 12px;
}

@media (max-width: 1199.98px) {
    .project-section-two.home8-style {
        padding-bottom: 10px;
        padding-top: 120px;
    }
}

.project-block-two {
    margin-bottom: 30px;
    position: relative;
}

.project-block-two .inner-box {
    border-radius: 50px;
    cursor: pointer;
    max-height: 558px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .project-block-two .inner-box {
        max-height: inherit;
        overflow: visible;
    }
}

@media (max-width: 575.98px) {
    .project-block-two .inner-box {
        padding: 15px;
    }
}

.project-block-two .inner-box .image-box {
    overflow: hidden;
    position: relative;
}

.project-block-two .inner-box .image-box img {
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.project-block-two .inner-box .content-box {
    border-radius: 50px;
    max-width: 488px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    top: 90px;
}

@media (max-width: 767.98px) {
    .project-block-two .inner-box .content-box {
        border-radius: 0;
        max-width: inherit;
        position: relative;
        right: 0;
        top: 0;
    }
}

.project-block-two .inner-box .content-box .content-inner {
    max-width: 488px;
    padding: 60px;
    position: relative;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .project-block-two .inner-box .content-box .content-inner {
        max-width: inherit;
        padding: 40px 30px 30px;
    }
}

@media (max-width: 575.98px) {
    .project-block-two .inner-box .content-box .content-inner {
        padding: 30px 0 0;
    }
}

.project-block-two .inner-box .content-box .content-inner::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: var(--theme-color-white);
    -webkit-mask-image: url(../images/resource/project-bg-mask2.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .project-block-two .inner-box .content-box .content-inner::before {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.project-block-two .inner-box .arrow-icon {
    background: transparent;
    position: absolute;
    right: 3px;
    top: 4px;
}

@media (max-width: 575.98px) {
    .project-block-two .inner-box .arrow-icon {
        display: none;
    }
}

.project-block-two .inner-box .arrow-icon .icon {
    background-color: var(--theme-color-yellow);
    border-radius: 50%;
    color: var(--theme-color-dark);
    display: inline-block;
    font-size: 32px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.project-block-two .inner-box .category {
    color: var(--theme-color1);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.project-block-two .inner-box .title {
    font-family: var(--heading-font-family);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    max-width: 80%;
}

.project-block-two .inner-box .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

.project-block-two .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/***

====================================================================
    Project Section Three
====================================================================

***/

.project-section-three {
    position: relative;
}

.project-section-three .shape-image1 {
    background-size: cover;
    left: 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    z-index: 0;
}

.project-block-three {
    border-radius: 30px 30px 0 0;
    margin-bottom: 74px;
}

@media (max-width: 575.98px) {
    .project-block-three {
        margin-bottom: 30px;
    }
}

.project-block-three .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block-three .inner-box {
    background-color: var(--dark-color2);
}

.project-block-three .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-block-three .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-three .inner-box:hover .content-box .title {
    color: var(--theme-color1);
}

[data-tm-layout=dark] .project-block-three .inner-box:hover .content-box .title {
    color: var(--headings-color);
}

.project-block-three .image-box {
    position: relative;
}

.project-block-three .image-box .image {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.project-block-three .image-box .image img {
    border-right: 30px;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-three .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-three .content-box {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.project-block-three .content-box .title {
    color: var(--theme-color-dark2);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .project-block-three .content-box .title {
        font-size: 24px;
    }
}

.project-block-three .content-box .title:hover {
    color: var(--theme-color1);
}

.project-block-three .content-box .text {
    margin-bottom: 10px;
}

/***

====================================================================
    Project Section Four
====================================================================

***/

.project-section-four {
    background-color: rgba(var(--theme-color1-rgb), 0.1);
    padding: 120px 0 90px;
    position: relative;
}

.project-section-four .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .project-section-four .outer-box {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .project-section-four .outer-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.project-block-four {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 470px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    position: relative;
    will-change: flex;
    -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
    transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
    .project-block-four {
        width: 50%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .project-block-four {
        width: 100%;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 575.98px) {
    .project-block-four {
        padding: 0;
    }
}

.project-block-four:hover,
.project-block-four.active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.project-block-four:hover .image-box .image::after,
.project-block-four.active .image-box .image::after {
    opacity: 1;
    visibility: visible;
}

.project-block-four:hover .inner-box .image-box .image:before,
.project-block-four.active .inner-box .image-box .image:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-block-four:hover .inner-box .icon,
.project-block-four.active .inner-box .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
}

.project-block-four:hover .inner-box .content-box .title,
.project-block-four.active .inner-box .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four:hover .inner-box .content-box .price,
.project-block-four.active .inner-box .content-box .price {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block-four:hover .inner-box .content-box-hover .title,
.project-block-four.active .inner-box .content-box-hover .title {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.project-block-four:hover .inner-box .content-box-hover .text,
.project-block-four.active .inner-box .content-box-hover .text {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.project-block-four .inner-box {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .project-block-four .inner-box .image-box .image:before {
        opacity: 0.3;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .project-block-four .inner-box .icon {
        background-color: var(--theme-color-light);
        color: var(--theme-color-dark);
    }
    .project-block-four .inner-box .content-box .title {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }
    .project-block-four .inner-box .content-box .price {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .project-block-four .inner-box .content-box-hover .title {
        opacity: 0;
        -webkit-transform: translateY(100);
        transform: translateY(100);
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }
    .project-block-four .inner-box .content-box-hover .text {
        opacity: 0;
        -webkit-transform: translateY(100);
        transform: translateY(100);
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }
}

.project-block-four .inner-box:hover .image-box .image:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-block-four .inner-box:hover .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color-dark);
}

.project-block-four .inner-box:hover .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .inner-box:hover .content-box .price {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block-four .inner-box:hover .content-box-hover .title {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.project-block-four .inner-box:hover .content-box-hover .text {
    opacity: 0;
    -webkit-transform: translateY(100);
    transform: translateY(100);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.project-block-four .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .image-box .image {
    margin-bottom: 0;
    position: relative;
}

.project-block-four .image-box .image::after {
    background: rgba(var(--theme-color-dark-rgb), 0.5);
    border-radius: 30px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}

[data-tm-layout=dark] .project-block-four .image-box .image::after {
    background: rgba(var(--theme-color-white-rgb), 0.5);
}

@media (max-width: 991.98px) {
    .project-block-four .image-box .image::after {
        opacity: 1;
        visibility: visible;
    }
}

.project-block-four .image-box .image img {
    border-radius: 30px;
    height: 561px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}

.project-block-four .content-box-hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.project-block-four .content-box-hover .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-block-four .content-box-hover .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    margin-bottom: 0;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .content-box-hover .text {
    color: #cccccc;
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block-four .content-box-hover .text {
    color: var(--headings-color);
}

.project-block-four .content-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding: 30px 0px 36px 50px;
}

@media (max-width: 991.98px) {
    .project-block-four .content-box {
        padding-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .project-block-four .content-box {
        padding: 30px 15px 36px;
    }
}

.project-block-four .content-box .title {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
    min-width: 315px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block-four .content-box .title {
    color: var(--headings-color);
}

@media (max-width: 1199.98px) {
    .project-block-four .content-box .title {
        min-width: inherit;
    }
}

@media (max-width: 375.98px) {
    .project-block-four .content-box .title {
        max-width: 90%;
    }
}

.project-block-four .content-box .price {
    color: var(--theme-color-white);
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block-four .content-box .price {
    color: var(--headings-color);
}

/***

====================================================================
    Process Section
====================================================================

***/

.process-section {
    background-color: var(--theme-color-dark);
    border-radius: 20px;
    position: relative;
    padding: 120px 0 50px;
    margin: 0 30px;
}

.process-section:before {
    background-image: url(../images/resource/process1-bg1.jpg);
    background-size: cover;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.process-section.home6-style {
    padding-top: 80px;
}

.process-block {
    margin-bottom: 30px;
}

.process-block .inner-box {
    position: relative;
}

.process-block .inner-box:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    content: "";
    position: absolute;
    left: 0;
    top: 105px;
    height: 1px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .process-block .inner-box:before {
        width: 100%;
    }
}

.process-block .inner-box .content-box {
    position: relative;
    padding: 42px 15px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box .content-box .title {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 700;
}

[data-tm-layout=dark] .process-block .inner-box .content-box .title {
    color: var(--headings-color);
}

.process-block .inner-box .content-box .text {
    color: var(--text-color2);
    margin-bottom: 30px;
}

.process-block .inner-box .content-box .btn-step-one {
    background: var(--gradient-2);
    border-radius: 50px;
    color: var(--theme-color-white);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 21.5px 9px;
    text-transform: uppercase;
    text-align: center;
}

[data-tm-layout=dark] .process-block .inner-box .content-box .btn-step-one {
    color: var(--headings-color);
}

.process-block .inner-box .content-box .btn-step-one.style-two {
    background: var(--gradient-3);
}

.process-block .inner-box .icon-box {
    background-color: var(--theme-color-yellow);
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 60px;
    line-height: 120px;
    margin-bottom: 30px;
    text-align: center;
    height: 120px;
    width: 120px;
    margin: 0 auto 30px;
}

.process-block .inner-box .icon-box.style-two {
    background-color: var(--theme-color1);
}

/***

====================================================================
    Process Section Two
====================================================================

***/

.process-section-two {
    background-color: #13132E;
    border-radius: 50px;
    position: relative;
    padding: 120px 0 50px;
    margin: 0 30px;
}

.process-section-two:before {
    background-image: url(../images/resource/process2-bg1.jpg);
    background-size: cover;
    background-position: top center;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.process-block-two {
    margin-bottom: 60px;
}

.process-block-two .inner-box {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-box:hover {
    background-color: #FF3838;
}

.process-block-two .inner-box:hover .content-box .number {
    background-color: var(--theme-color-white);
    border-color: transparent;
    -webkit-text-stroke: 1px #FF3838;
}

.process-block-two .inner-box:hover .content-box .list .item {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.process-block-two .inner-box .content-box {
    position: relative;
    padding: 62px 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-box .content-box .number {
    position: absolute;
    right: 30px;
    top: -30px;
    background: #140D1A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 36px;
    line-height: 1;
    padding: 9px 25px 13px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-box .content-box .title {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.process-block-two .inner-box .content-box .list {
    position: relative;
}

.process-block-two .inner-box .content-box .list .item {
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    border-radius: 50px;
    color: var(--theme-color-white);
    display: inline-block;
    font-weight: 400;
    padding: 9px 35px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block-two .inner-box .shape-image1 {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

@media (max-width: 991.98px) {
    .process-block-two .inner-box .shape-image1 {
        display: none;
    }
}

/*** 

====================================================================
  Service Section
====================================================================

***/

.ks-service-area {
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-service-area {
    background-color: var(--dark-color2);
}

.ks-service-icon {
    margin-bottom: 25px;
}

.ks-service-icon span {
    border-radius: 50%;
    border: 1px solid #76878F;
    color: var(--theme-color1);
    display: inline-block;
    height: 62px;
    line-height: 56px;
    position: relative;
    text-align: center;
    width: 62px;
    z-index: 1;
}

.ks-service-icon span::after {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 100%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ks-service-title {
    margin-bottom: 25px;
    line-height: 1.33;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .ks-service-title {
        font-size: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-service-title {
        font-size: 20px;
    }
}

.ks-service-top-text p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .ks-service-top-text p br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .ks-service-top-text p {
        margin-top: 30px;
    }
}

.ks-service-top-wrap {
    margin-bottom: 50px;
}

.ks-service-list-box {
    margin-bottom: 20px;
}

.ks-service-list-box ul li {
    line-height: 1.87;
    padding-left: 16px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--manrope-font);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-service-list-box ul li {
        font-size: 14px;
    }
}

.ks-service-list-box ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--text-color);
}

.ks-service-more {
    font-weight: 700;
    font-size: 12px;
    color: var(--gray-color2);
    text-transform: uppercase;
}

.ks-service-more::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 60%;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    margin-right: 20px;
    background-color: rgba(147, 147, 169, 0.3);
}

@media (max-width: 1199.98px) {
    .ks-service-more::before {
        width: 40%;
    }
}

.ks-service-more:hover {
    color: #ffffff;
}

.ks-service-number {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 90px;
    line-height: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    font-family: var(--heading-font-family);
}

.ks-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ks-service-item {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-service-item {
        padding: 30px 25px;
    }
}

.ks-service-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 15px;
    background-color: var(--black2-color);
    -webkit-mask-image: url(../images/service/mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat;
}

.ks-service-item:hover .ks-service-icon span {
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
}

[data-tm-layout=dark] .ks-service-item:hover .ks-service-icon span {
    color: var(--headings-color);
}

.ks-service-item:hover .ks-service-icon span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.ks-service-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.ks-service-thumb img {
    width: 100%;
    border-radius: 20px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.ks-service-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ks-service-link a {
    display: inline-block;
    border-radius: 200px;
    padding: 10px 15px;
    width: 48px;
    height: 62px;
    line-height: 41px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--theme-color-white);
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .ks-service-link a {
        height: 55px;
        width: 42px;
        line-height: 2;
    }
}

.ks-service-link a svg {
    position: relative;
    z-index: 1;
}

.ks-service-link a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 200px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--theme-color-dark);
}

.ks-service-style-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ks-service-style-2 .ks-service-item {
    padding: 25px 25px 20px 25px;
    border-radius: 20px;
    z-index: 1;
    margin-bottom: 30px;
}

.ks-service-style-2 .ks-service-item::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
    -webkit-mask-position: bottom right;
    background-color: var(--theme-color-white);
    -webkit-mask-image: url(../images/service/mask-2.png);
}

.ks-service-style-2 .ks-service-item .ks-service-list-box {
    margin-bottom: 15px;
}

.ks-service-style-2 .ks-service-item:hover::after {
    background-color: var(--theme-color1);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-title {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-title {
    color: var(--theme-color-yellow);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li {
    color: rgba(255, 255, 255, 0.6);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-list-box ul li::after {
    background-color: rgba(255, 255, 255, 0.6);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-more {
    color: var(--theme-color-white);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-more::after {
    background-color: var(--gray-color);
}

[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-more {
    color: var(--headings-color);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-link a {
    color: var(--theme-color-yellow);
}

[data-tm-layout=dark] .ks-service-style-2 .ks-service-item:hover .ks-service-link a:after {
    background-color: var(--theme-color-white);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-link a::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ks-service-style-2 .ks-service-item:hover .ks-service-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ks-service-style-2 .ks-service-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0;
}

.ks-service-style-2 .ks-service-icon span {
    color: var(--theme-color-white);
    border-color: var(--theme-color1);
    background-color: var(--theme-color1);
}

[data-tm-layout=dark] .ks-service-style-2 .ks-service-icon span svg path {
    fill: var(--headings-color);
}

[data-tm-layout=dark] .ks-service-style-2 .ks-service-link a {
    color: var(--headings-color);
}

.ks-service-style-2 .ks-service-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--theme-color-dark);
}

@media (max-width: 1199.98px) {
    .ks-service-style-2 .ks-service-title {
        font-size: 22px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-service-style-2 .ks-service-title {
        font-size: 19px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-service-style-2 .ks-service-more::before {
        width: 36%;
    }
}

.ks-service-style-2.ks-service-area {
    padding-bottom: 100px;
}

/*** 

====================================================================
  Service Section Two
====================================================================

***/

.service-area-three {
    background-color: var(--theme-color-dark);
    overflow: hidden;
    padding-bottom: 600px;
    position: relative;
}

[data-tm-layout=dark] .service-area-three {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .service-area-three {
        padding-bottom: 90px;
    }
}

.service-area-three .shape-1 {
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
}

.service-area-three .shape-2 {
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
}

.service-area-three .shape-3 {
    bottom: 120px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    right: 0;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .service-area-three .shape-3 {
        display: none;
    }
}

.service-area-three .shape-bottom {
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
}

@media (max-width: 1199.98px) {
    .service-area-three .shape-bottom {
        display: none;
    }
}

.service-area-three .bg-shape {
    position: relative;
}

.service-area-three .bg-shape:before {
    background: rgba(255, 248, 38, 0.9);
    bottom: -300px;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 415px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 415px;
}

.service-area-three .outer-box .service-block-three:first-child,
.service-area-three .outer-box .service-block-three:last-child {
    margin-top: 150px;
}

@media (max-width: 1199.98px) {
    .service-area-three .outer-box .service-block-three:first-child,
    .service-area-three .outer-box .service-block-three:last-child {
        margin-top: 0;
    }
}

.service-area-three .outer-box .service-block-three:nth-child(2),
.service-area-three .outer-box .service-block-three:nth-child(4) {
    margin-top: 75px;
}

@media (max-width: 1199.98px) {
    .service-area-three .outer-box .service-block-three:nth-child(2),
    .service-area-three .outer-box .service-block-three:nth-child(4) {
        margin-top: 0;
    }
}

.service-area-three .ks-section-title-wrap {
    margin-bottom: 100px;
}

/*** 

====================================================================
  Service Section Three
====================================================================

***/

.services-section-three {
    background-color: var(--theme-color-dark);
    position: relative;
    padding: 200px 0 120px;
}

.services-section-three .outer-box {
    position: relative;
}

.service-block-three .inner-column {
    background-color: rgba(var(--theme-color-white-rgb), 0.05);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 20px;
    position: relative;
    padding: 50px 30px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-three .inner-column {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .service-block-three .inner-column {
        margin-bottom: 30px;
    }
}

.service-block-three .inner-column:before {
    border-radius: 20px;
    background-image: url(../images/icons/pattern1.png);
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.service-block-three .inner-column:hover {
    background-color: var(--theme-color1);
}

.service-block-three .inner-column:hover .image-box .inner-box .icon-box {
    border-color: var(--theme-color4);
}

.service-block-three .inner-column:hover .content-box {
    border-color: var(--theme-color1);
}

.service-block-three .inner-column:hover .content-box .btn-link {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.service-block-three .inner-column .image-box .inner-box {
    position: relative;
    margin-bottom: 60px;
}

.service-block-three .inner-column .image-box .inner-box .image {
    margin-bottom: 0;
    text-align: center;
}

.service-block-three .inner-column .image-box .inner-box .image img {
    border-radius: 50%;
}

.service-block-three .inner-column .image-box .inner-box .icon-box {
    background-color: #222222;
    border: 5px solid #222222;
    border-radius: 50%;
    height: 74px;
    line-height: 62px;
    text-align: center;
    width: 74px;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-column .content-box {
    position: relative;
    text-align: center;
    padding-bottom: 41px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-column .title {
    color: var(--theme-color-white);
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}

[data-tm-layout=dark] .service-block-three .inner-column .title {
    color: var(--headings-color);
}

.service-block-three .inner-column .btn-link {
    bottom: -23px;
    color: var(--theme-color-dark);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-column .btn-link .icon {
    background-color: var(--theme-color4);
    border-radius: 50%;
    color: var(--theme-color-dark);
    display: inline-block;
    font-size: 16px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    width: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-three .inner-column .btn-link .icon {
    color: var(--theme-color-white);
}

/***

====================================================================
    Services Section Four
====================================================================

***/

.services-section-four {
    padding: 90px 0 90px;
    position: relative;
}

.services-section-four .shape-1 {
    bottom: 0;
    left: 0;
    position: absolute;
    top: auto;
}

@media (max-width: 991.98px) {
    .services-section-four .anim-icons {
        display: none;
    }
}

.services-section-four .anim-icons .shape-image1 {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: -1;
}

.services-section-four .anim-icons .shape-image2 {
    position: absolute;
    top: 681px;
    left: 0;
    z-index: -1;
}

.services-section-four .bottom-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 37px;
}

.services-section-four .bottom-text span {
    background-color: var(--theme-color1);
    border-radius: 20px;
    color: var(--text-color-theme-color1);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 2.5px 10.5px 3.5px;
    margin-right: 14px;
    position: relative;
    top: 1px;
}

.services-section-four .bottom-text .text {
    color: var(--theme-color-dark);
    font-size: 20px;
    font-weight: 700;
}

.services-section-four .bottom-text .btn-link {
    color: var(--theme-color1);
    font-family: var(--style-font);
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: underline;
}

.service-block-four .inner-box {
    background-color: transparent;
    border-radius: 30px;
    padding: 55px 44px 45px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .service-block-four .inner-box {
        padding: 47px 30px 45px;
    }
}

@media (max-width: 575.98px) {
    .service-block-four .inner-box {
        padding: 47px 15px 45px;
    }
}

.service-block-four .inner-box:before {
    background: #f14f44;
    border-radius: 30px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box:after {
    background: var(--theme-color-white);
    border-radius: 30px;
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    left: 1px;
    top: 1px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box:hover:after {
    background: var(--theme-color1);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover:after {
    background: var(--theme-color1);
}

.service-block-four .inner-box:hover .content-box .title-box .number {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .title-box .number {
    color: var(--headings-color);
}

.service-block-four .inner-box:hover .content-box .title-box .icon-box .icon {
    color: var(--theme-color1);
}

.service-block-four .inner-box:hover .content-box .title-box .icon-box .icon path {
    fill: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .title-box .icon-box .icon path {
    fill: var(--headings-color);
}

.service-block-four .inner-box:hover .content-box .text {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .text {
    color: var(--headings-color);
}

.service-block-four .inner-box:hover .content-box .title {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .title {
    color: var(--headings-color);
}

.service-block-four .inner-box:hover .content-box .title:before {
    width: 100%;
}

.service-block-four .inner-box:hover .image-box:before {
    opacity: 1;
    height: 100%;
}

.service-block-four .inner-box:hover .image-box:after {
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
}

.service-block-four .inner-box:hover .image-box .icon-box {
    background: linear-gradient(289.05deg, #FFF826 16.47%, #0938D3 76.33%);
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.service-block-four .inner-box:hover .image-box .icon-box:hover {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.service-block-four .inner-box .content-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .title-box {
    position: relative;
    margin-bottom: 13px;
}

.service-block-four .inner-box .content-box .title-box .number {
    font-size: 50px;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.4);
    font-family: var(--heading-font-family);
    line-height: 1.1;
    margin-bottom: 27px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .title-box .icon-box {
    position: absolute;
    right: 1px;
    top: -6px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .service-block-four .inner-box .content-box .title-box .icon-box {
        bottom: auto;
        top: -5px;
    }
}

.service-block-four .inner-box .content-box .title-box .icon-box .icon {
    color: var(--theme-color-gray);
    font-size: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .title-box .icon-box .icon path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .text {
    margin-bottom: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .title {
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .content-box .title:before {
    color: var(--theme-color1);
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 0;
    width: 0;
    overflow: hidden;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 34px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    pointer-events: none;
}

.service-block-four .inner-box .image-box {
    position: relative;
    z-index: 1;
}

.service-block-four .inner-box .image-box:after {
    background-color: var(--theme-color-dark2);
    border-radius: 30px 230px 30px 30px;
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .image-box img {
    border-radius: 30px 230px 30px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-block-four .inner-box .image-box img {
        width: 100%;
    }
}

.service-block-four .inner-box .image-box .icon-box {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--text-color-theme-color1);
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    width: 58px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 63px;
    z-index: 2;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .image-box .icon-box a {
    display: block;
}

.service-block-four .inner-box .image-box .icon-box .icon {
    color: var(--text-color-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
    Services Section Five
====================================================================

***/

.services-section-five {
    padding: 120px 0 50px;
    position: relative;
}

[data-tm-layout=dark] .services-section-five {
    border-top: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.services-section-five .outer-box {
    background-color: var(--theme-color-dark);
    border-radius: 50px;
    position: relative;
    padding: 66px 15px 62px;
    margin-right: 5px;
}

[data-tm-layout=dark] .services-section-five .outer-box {
    background-color: var(--dark-color2);
}

.service-block-five {
    margin-bottom: 0;
}

.service-block-five .inner-box {
    padding: 0;
}

.service-block-five .inner-box.active .title-box {
    background: var(--gradient-2);
}

.service-block-five .inner-box.active .title-box .title {
    cursor: pointer;
    color: var(--theme-color-white);
}

.service-block-five .inner-box.active .title-box .title:hover {
    color: var(--theme-color-white);
}

.service-block-five .inner-box.active .title-box .number {
    color: var(--theme-color1);
}

.service-block-five .inner-box.active .title-box .icon-box {
    color: var(--theme-color1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.service-block-five .inner-box.active .content-box {
    opacity: 1;
    height: 100%;
    visibility: visible;
    -webkit-transform: translate(0) scaleY(1);
    transform: translate(0) scaleY(1);
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box.active .content-box {
        height: auto;
    }
}

.service-block-five .inner-box .title-box {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 15px 12px 35px;
    position: relative;
    max-width: 372px;
    margin-bottom: 13px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box .title-box {
        max-width: none;
        width: 100%;
        background-color: #1d1d3c;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }
}

.service-block-five .inner-box .title-box .title {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-five .inner-box .title-box .title {
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .title-box .title {
        margin-top: 0;
    }
}

[data-tm-layout=dark] .service-block-five .inner-box .title-box .title:hover {
    color: var(--headings-color);
}

.service-block-five .inner-box .title-box .icon-box {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color-dark);
    font-size: 50px;
    height: 60px;
    line-height: 46px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 0.5px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-five .inner-box .title-box .icon-box {
    background-color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box .title-box .icon-box {
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .title-box .icon-box {
        margin-right: auto;
        margin-bottom: 15px;
    }
}

.service-block-five .inner-box .title-box .icon-box svg path {
    fill: var(--theme-color-dark);
}

[data-tm-layout=dark] .service-block-five .inner-box .title-box .icon-box svg path {
    fill: var(--theme-color1);
}

.service-block-five .inner-box .content-box {
    background-color: #F7F7FA;
    border-radius: 50px;
    height: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: 0;
    visibility: hidden;
    width: calc(100% - 341px);
    z-index: 1;
    -webkit-transform: translateY(10px) scaleY(0);
    transform: translateY(10px) scaleY(0);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

[data-tm-layout=dark] .service-block-five .inner-box .content-box {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .service-block-five .inner-box .content-box {
        width: calc(100% - 270px);
    }
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box .content-box {
        height: auto;
        width: 100%;
        max-width: none;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(10px) scaleY(1);
        transform: translateY(10px) scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .content-box {
        padding: 0;
        border-radius: 30px;
    }
}

.service-block-five .inner-box .content-box.active {
    display: block;
}

.service-block-five .inner-box .content-box.active .inner-content {
    -webkit-transform: translate(0) scaleY(1);
    transform: translate(0) scaleY(1);
}

.service-block-five .inner-box .content-box .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 68px 55px 61px;
}

@media (max-width: 1199.98px) {
    .service-block-five .inner-box .content-box .inner-content {
        padding: 90px 40px 80px;
    }
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box .content-box .inner-content {
        padding: 40px 25px;
    }
}

@media (max-width: 767.98px) {
    .service-block-five .inner-box .content-box .inner-content {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .content-box .inner-content {
        padding: 40px 15px;
    }
}

.service-block-five .inner-box .content-box .image-column .inner-column {
    position: relative;
}

.service-block-five .inner-box .content-box .image-column .inner-column .image {
    margin-bottom: 0;
}

.service-block-five .inner-box .content-box .image-column .inner-column .image img {
    border-radius: 20px;
    width: 100%;
    min-width: 336px;
}

@media (max-width: 1199.98px) {
    .service-block-five .inner-box .content-box .image-column .inner-column .image img {
        min-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .service-block-five .inner-box .content-box .image-column .inner-column .image img {
        min-width: auto;
    }
}

.service-block-five .inner-box .content-box .content-column .inner-column {
    padding: 34px 0 34px 43px;
}

@media (max-width: 1199.98px) {
    .service-block-five .inner-box .content-box .content-column .inner-column {
        padding: 20px 0 0 43px;
    }
}

@media (max-width: 991.98px) {
    .service-block-five .inner-box .content-box .content-column .inner-column {
        padding: 20px 0 0 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-five .inner-box .content-box .content-column .inner-column {
        padding: 20px 0 0 0;
    }
}

.service-block-five .inner-box .content-box .content-column .inner-column .sub-title {
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.service-block-five .inner-box .content-box .content-column .inner-column .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 21px;
}

.service-block-five .inner-box .content-box .content-column .inner-column .text {
    color: var(--text-color2);
    margin-bottom: 37px;
}

/***

====================================================================
    Services Section Six
====================================================================

***/

.service-block-six .inner-block {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

[data-tm-layout=dark] .service-block-six .inner-block {
    border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .service-block-six .inner-block {
        display: block;
    }
}

.service-block-six .inner-block:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-block-six .thumb {
    border-radius: 10px;
    min-width: 246px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199.98px) {
    .service-block-six .thumb {
        min-width: inherit;
    }
}

.service-block-six .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

@media (max-width: 1199.98px) {
    .service-block-six .thumb img {
        width: 100%;
        max-height: 410px;
    }
}

.service-block-six .content-block {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .service-block-six .content-block {
        padding: 30px;
    }
}

@media (max-width: 1199.98px) {
    .service-block-six .content-block {
        padding: 30px 10px;
    }
}

.service-block-six .title {
    margin-top: 30px;
}

@media (max-width: 1399.98px) {
    .service-block-six .title {
        font-size: 24px;
    }
}

.service-block-six .text {
    color: var(--text-color2);
    font-style: normal;
    font-weight: 500;
}

.service-block-six .service-list {
    margin-top: 15px;
}

.service-block-six .service-list li {
    color: var(--theme-color-dark);
    font-weight: 500;
    padding-left: 30px;
}

.service-block-six .service-list i {
    background-color: transparent;
    color: var(--theme-color1);
    margin-right: 12px;
}

/***

====================================================================
    Services Section Seven
====================================================================

***/

.services-section-seven {
    background-color: #FCF3FF;
    padding: 260px 0 120px;
    position: relative;
}

[data-tm-layout=dark] .services-section-seven {
    background-color: var(--dark-color2);
}

.services-section-seven .sec-title {
    margin-bottom: 48px;
}

.services-section-seven .sec-title .text {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0px;
}

.services-section-seven .sec-title .btn-box {
    margin-bottom: 6px;
}

.services-section-seven .outer-box {
    border-bottom: 1px solid var(--theme-color-dark);
}

.services-section-seven .outer-box .pin-spacer:first-child {
    margin-top: 0;
}

.services-section-seven .outer-box .pin-spacer:nth-child(2) {
    margin-top: 40px;
}

.services-section-seven .outer-box .pin-spacer:nth-child(3) {
    margin-top: 80px;
}

.services-section-seven .outer-box .pin-spacer:nth-child(4) {
    margin-top: 120px;
}

.services-section-seven .outer-box .pin-spacer:nth-child(5) {
    margin-top: 160px;
}

.services-section-seven.home6-style .ks-section-title-wrap {
    max-width: 560px;
}

.service-block-seven {
    background-color: #FCF3FF;
    margin-bottom: 0;
    position: relative;
}

[data-tm-layout=dark] .service-block-seven {
    background-color: var(--dark-color1);
}

.service-block-seven:last-child .inner-box .title-box {
    border-bottom: 1px solid var(--theme-color-dark);
    padding-bottom: 0px;
}

[data-tm-layout=dark] .service-block-seven:last-child .inner-box .title-box {
    border-bottom: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 575.98px) {
    .service-block-seven:last-child .inner-box .title-box {
        padding-bottom: 20px;
    }
    .service-block-seven:last-child .inner-box .title-box .title {
        margin-bottom: 0;
    }
}

.service-block-seven .inner-box {
    position: relative;
    padding-bottom: 19px;
}

.service-block-seven .inner-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 0;
    position: relative;
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.service-block-seven .inner-box .title-box .title {
    color: var(--theme-color-dark);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.26;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .service-block-seven .inner-box .title-box .title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .service-block-seven .inner-box .title-box .title {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box .title-box .title {
        margin-bottom: 0px;
    }
}

.service-block-seven .inner-box .title-box .icon-box {
    color: var(--theme-color-dark);
    font-size: 50px;
    line-height: 1;
    margin-left: auto;
    position: relative;
    margin-right: 15px;
    top: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box .title-box .icon-box {
        margin-right: auto;
    }
}

.service-block-seven .inner-box .content-box {
    width: 100%;
    padding: 30px 0 0;
}

.service-block-seven .inner-box .content-box .image-column .inner-column {
    display: inline-block;
    position: relative;
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box .content-box .image-column .inner-column {
        display: block;
    }
}

.service-block-seven .inner-box .content-box .image-column .inner-column .image {
    margin-bottom: 0;
}

.service-block-seven .inner-box .content-box .image-column .inner-column .image img {
    border-radius: 20px;
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box .content-box .image-column .inner-column .image img {
        width: 100%;
    }
}

.service-block-seven .inner-box .content-box .content-column .inner-column {
    padding: 30px 0;
}

@media (max-width: 1399.98px) {
    .service-block-seven .inner-box .content-box .content-column .inner-column {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .service-block-seven .inner-box .content-box .content-column .inner-column {
        padding-top: 7px;
    }
}

@media (max-width: 991.98px) {
    .service-block-seven .inner-box .content-box .content-column .inner-column {
        padding-top: 30px;
    }
}

.service-block-seven .inner-box .content-box .content-column .inner-column .text {
    color: var(--text-color3);
    font-family: var(--outfit-font);
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}

.service-block-seven .inner-box .content-box .content-column .inner-column .info-list {
    margin-left: 15px;
    position: relative;
}

.service-block-seven .inner-box .content-box .content-column .inner-column .info-list .list-item {
    color: var(--black5-color);
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
    list-style-type: disc;
    text-transform: uppercase;
}

[data-tm-layout=dark] .service-block-seven .inner-box .content-box .content-column .inner-column .info-list .list-item {
    color: rgba(var(--theme-color-dark-rgb), 0.6);
}

.service-section-two {
    position: relative;
}

.service-section-two .shape-1 {
    left: 0;
    position: absolute;
    top: 50px;
}

@media (max-width: 991.98px) {
    .service-section-two .shape-1 {
        display: none;
    }
}

.service-section-two .shape-2 {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
}

/***

====================================================================
    Services Section Eight
====================================================================

***/

.service-block-eight {
    position: relative;
}

.service-block-eight .inner-block {
    background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 60px;
    position: relative;
}

[data-tm-layout=dark] .service-block-eight .inner-block {
    background: var(--dark-color2);
}

@media (max-width: 575.98px) {
    .service-block-eight .inner-block {
        padding: 50px 30px;
    }
}

.service-block-eight .inner-block .title {
    color: var(--theme-color-dark);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    max-width: 70%;
}

@media (max-width: 575.98px) {
    .service-block-eight .inner-block .title {
        max-width: inherit;
    }
}

.service-block-eight .inner-block .text {
    color: var(--gray-color6);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    max-width: 70%;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .service-block-eight .inner-block .text {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .service-block-eight .inner-block .text {
        max-width: inherit;
    }
}

.service-block-eight.style2 .inner-block {
    background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CED1F6 99.01%);
    min-height: 456px;
}

[data-tm-layout=dark] .service-block-eight.style2 .inner-block {
    background: var(--dark-color2);
}

@media (max-width: 991.98px) {
    .service-block-eight.style2 .inner-block {
        min-height: initial;
    }
    .service-block-eight.style2 .inner-block .text {
        margin-bottom: 0;
    }
}

.service-block-eight.style2 .inner-block .title {
    max-width: 90%;
}

@media (max-width: 1399.98px) {
    .service-block-eight.style2 .floatintg-img {
        width: 40%;
    }
}

@media (max-width: 991.98px) {
    .service-block-eight.style2 .floatintg-img {
        display: none;
    }
}

.service-block-eight.style3 .inner-block {
    background: linear-gradient(284.05deg, #0938D3 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
    height: 100%;
    max-height: 440px;
    overflow: hidden;
    padding-top: 110px;
}

[data-tm-layout=dark] .service-block-eight.style3 .inner-block {
    background: linear-gradient(283.63deg, #0938D3 8.73%, #232336 93.8%);
}

@media (max-width: 991.98px) {
    .service-block-eight.style3 .inner-block {
        max-height: initial;
        padding-top: 60px;
    }
}

.service-block-eight.style3 .inner-block .title {
    max-width: 447px;
}

.service-block-eight.style3 .inner-block .text {
    max-width: 335px;
    margin-bottom: 110px;
}

@media (max-width: 991.98px) {
    .service-block-eight.style3 .inner-block .text {
        margin-bottom: 30px;
    }
}

.service-block-eight.style3 .inner-block .read-more-text {
    color: var(--theme-color-dark4);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    max-width: 212px;
}

[data-tm-layout=dark] .service-block-eight.style3 .inner-block .read-more-text {
    color: var(--headings-color);
}

.service-block-eight.style3 .floatintg-img {
    bottom: 0;
    position: absolute;
    right: 125px;
}

@media (max-width: 1199.98px) {
    .service-block-eight.style3 .floatintg-img {
        right: 30px;
    }
}

@media (max-width: 991.98px) {
    .service-block-eight.style3 .floatintg-img {
        display: none;
    }
}

.service-block-eight .floatintg-img {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 991.98px) {
    .service-block-eight .floatintg-img {
        display: none;
    }
}

/*** 

====================================================================
  Funfact Section
====================================================================

***/

.ks-funfact-mlr {
    margin: 0 20px;
}

@media (max-width: 767.98px) {
    .ks-funfact-mlr {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-mlr .ks-section-subtitle {
        color: var(--theme-color-dark) !important;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-mlr .ks-section-subtitle i {
        color: var(--theme-color1) !important;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-mlr .ks-section-title {
        color: var(--theme-color-dark) !important;
    }
}

[data-tm-layout=dark] .ks-funfact-mlr.home8-style .ks-section-subtitle,
[data-tm-layout=dark] .ks-funfact-mlr.home8-style .ks-section-title {
    color: var(--headings-color);
}

.ks-funfact-area {
    margin-top: 30px;
    padding-top: 130px;
    padding-bottom: 155px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .ks-funfact-area {
        padding-bottom: 100px;
    }
}

@media (max-width: 575.98px) {
    .ks-funfact-area {
        margin-top: 0;
    }
}

.ks-funfact-area.home5-style {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .ks-funfact-area.home6-style {
        padding-top: 0;
    }
}

.ks-funfact-area.home6-style .ks-section-title-wrap {
    margin-bottom: 300px;
    max-width: 440px;
}

@media (max-width: 1199.98px) {
    .ks-funfact-area.home6-style .ks-section-title-wrap {
        margin-bottom: 200px;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-area.home6-style .ks-section-title-wrap {
        margin-bottom: 60px;
    }
}

.ks-funfact-area.home6-style .ks-funfact-2-number {
    color: var(--theme-color1);
    font-family: var(--heading-font-family);
    font-style: normal;
    line-height: 24px;
    margin-bottom: 40px;
}

@media (max-width: 599.98px) {
    .ks-funfact-area.home6-style .ks-funfact-2-number {
        margin-bottom: 15px;
    }
}

.ks-funfact-area.home6-style .text {
    color: var(--theme-color-dark);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.ks-funfact-area.home6-style .contact-form-home4 {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
    backdrop-filter: blur(25px);
    border-radius: 50px;
    min-width: 645px;
    width: 100%;
}

@media (max-width: 1599.98px) {
    .ks-funfact-area.home6-style .contact-form-home4 {
        min-width: 580px;
    }
}

@media (max-width: 1399.98px) {
    .ks-funfact-area.home6-style .contact-form-home4 {
        min-width: 550px;
    }
}

@media (max-width: 1299.98px) {
    .ks-funfact-area.home6-style .contact-form-home4 {
        min-width: inherit;
    }
}

@media (max-width: 1199.98px) {
    .ks-funfact-area.home6-style .contact-form-home4 {
        margin-top: 30px;
    }
}

.ks-funfact-area.home6-style .contact-form-home4 .title {
    font-size: 50px;
    max-width: 100%;
}

.ks-funfact-area.home6-style .ks-funfact-bg {
    height: 90%;
}

@media (max-width: 1299.98px) {
    .ks-funfact-area.home6-style .ks-funfact-bg {
        height: 70%;
    }
}

@media (max-width: 1199.98px) {
    .ks-funfact-area.home6-style .ks-funfact-bg {
        height: 50%;
    }
}

@media (max-width: 991.98px) {
    .ks-funfact-area.home6-style .ks-funfact-bg {
        height: 38%;
    }
}

.ks-funfact-area.home8-style {
    padding-top: 110px;
}

.ks-funfact-bg {
    border-radius: 50px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

@media only screen and (max-width: 1699px) {
    .ks-funfact-bg {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-bg {
        display: none;
    }
}

.ks-funfact-bg.home3-style {
    height: 100%;
}

@media (max-width: 767.98px) {
    .ks-funfact-bg.home8-style {
        display: block;
    }
}

@media only screen and (max-width: 1699px) {
    .ks-funfact-area.pb-155 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199.98px) {
    .ks-funfact-area.pb-155 {
        padding-bottom: 80px;
    }
}

.ks-funfact-wrap {
    margin-left: 6px;
}

@media (max-width: 991.98px) {
    .ks-funfact-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}

.ks-funfact-item {
    background-color: var(--theme-color-dark);
    border-radius: 200px;
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[data-tm-layout=dark] .ks-funfact-item {
    background-color: var(--dark-color2);
}

@media (max-width: 767.98px) {
    .ks-funfact-item {
        padding-right: 50px;
    }
}

@media (max-width: 375.98px) {
    .ks-funfact-item {
        padding-right: 15px;
    }
}

@media (max-width: 320.98px) {
    .ks-funfact-item {
        padding-right: 15px;
    }
}

.ks-funfact-item>span {
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .ks-funfact-item>span {
        font-size: 13px;
        line-height: 1;
    }
}

.ks-funfact-item:hover {
    background-color: var(--theme-color-yellow);
}

.ks-funfact-item:hover span {
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-funfact-item:hover span {
    color: var(--theme-color-white);
}

.ks-funfact-item:hover .ks-funfact-icon {
    color: var(--theme-color-yellow);
}

[data-tm-layout=dark] .ks-funfact-item:hover .ks-funfact-icon {
    color: var(--theme-color-yellow);
}

.ks-funfact-item:hover .ks-funfact-number {
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-funfact-item:hover .ks-funfact-number {
    color: var(--theme-color-white);
}

.ks-funfact-icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
    display: inline-block;
    height: 83px;
    line-height: 83px;
    margin-right: 25px;
    text-align: center;
    width: 83px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[data-tm-layout=dark] .ks-funfact-icon {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-funfact-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-funfact-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-icon svg {
        width: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-funfact-icon svg {
        width: 35px;
    }
}

.ks-funfact-number {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[data-tm-layout=dark] .ks-funfact-number {
    color: var(--headings-color);
}

@media only screen and (max-width: 1699px) {
    .ks-funfact-number {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {
    .ks-funfact-number {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-number {
        font-size: 22px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-funfact-number {
        font-size: 30px;
    }
}

.ks-funfact-number i {
    font-style: normal;
}

.ks-funfact-2-area {
    position: relative;
}

.ks-funfact-2-shape-1 {
    position: absolute;
    top: -140%;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1599.98px) {
    .ks-funfact-2-shape-1 {
        top: -100%;
    }
}

@media (max-width: 991.98px) {
    .ks-funfact-2-shape-1 {
        top: -65%;
    }
}

.ks-funfact-2-number {
    font-weight: 700;
    font-size: 90px;
    line-height: 0.7;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--theme-color-yellow);
}

@media (max-width: 1199.98px) {
    .ks-funfact-2-number {
        font-size: 50px;
    }
}

.ks-funfact-2-number i {
    font-style: normal;
}

.ks-funfact-2-item {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .ks-funfact-2-item span {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .ks-funfact-2-item span {
        color: var(--theme-color-dark);
    }
}

.ks-funfact-2-border {
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .ks-funfact-2-border {
        border-bottom: none;
    }
}

/*** 

====================================================================
  Features Area
====================================================================

***/

.feature-section-home7 {
    position: relative;
}

.home7-feature-box {
    position: relative;
}

.display-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.display-circle .circle {
    background-color: #F9FBFF;
    border-radius: 50%;
    height: 598px;
    width: 598px;
}

.feature-item-1 {
    position: relative;
}

.feature-item-1-title {
    color: #0E0E0E;
    font-family: "Syne";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

/***

====================================================================
    Marquee Section
====================================================================

***/

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 30px;
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .testimonial-block-new {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

@media (max-width: 1799.98px) {
    .marquee .marquee-group {
        gap: 30px;
    }
}

.marquee .marquee-group .testimonial-block-new {
    max-width: 520px;
    width: 100%;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee-section .outer-box {
    background-color: var(--theme-color-dark);
    border-radius: 50px;
    overflow: hidden;
    padding: 120px 50px 90px;
    position: relative;
}

[data-tm-layout=dark] .marquee-section .outer-box {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .marquee-section .outer-box {
        padding: 120px 30px 90px;
    }
}

.marquee-section .outer-box:before {
    background-image: url(../images/background/home6-testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.marquee-section-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 45px 0;
}

[data-tm-layout=dark] .marquee-section-2 {
    border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

/*** 

====================================================================
    choose Section
====================================================================

***/

.ks-choose-area {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ks-choose-area .ks-section-title-wrap {
    margin-bottom: 50px;
}

.ks-choose-area.home7-style {
    padding-bottom: 460px;
    z-index: 0;
}

@media (max-width: 1299.98px) {
    .ks-choose-area.home7-style {
        padding-bottom: 120px;
    }
}

.ks-choose-area.home7-style:before {
    background-image: url(../images/shape/home7-chose-area-shape.png);
    bottom: -1px;
    content: "";
    height: 100%;
    left: 0;
    max-height: 378px;
    position: absolute;
    right: 0;
    z-index: -1;
}

[data-tm-layout=dark] .ks-choose-area.home7-style:before {
    background-image: url(../images/service/service-bottom-frame-dark.png);
}

@media (max-width: 1299.98px) {
    .ks-choose-area.home7-style:before {
        display: none;
    }
}

.ks-choose-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 40px;
    padding-right: 40px;
    border-radius: 20px 100px 20px 20px;
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-choose-content {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-choose-content {
        padding: 25px;
        border-radius: 20px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 20px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-content h5 br {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-choose-content h5 br {
        display: block;
    }
}

.ks-choose-content .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: overlay;
}

.ks-choose-list-box ul li {
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
}

.ks-choose-list-box ul li span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-choose-list-title {
    margin-bottom: 15px;
}

.ks-choose-thumb-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 75px;
}

@media only screen and (max-width: 1400px) {
    .ks-choose-thumb-sm {
        margin-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-thumb-sm {
        margin-right: 50px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-thumb-sm {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-choose-thumb-sm {
        width: auto;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.ks-choose-thumb-sm>img {
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .ks-choose-thumb-sm>img {
        width: 100%;
    }
}

.ks-choose-thumb {
    position: relative;
    border-radius: 50px;
    position: relative;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .ks-choose-thumb {
        height: 100%;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-thumb {
        width: 100%;
        height: auto;
        -webkit-mask-image: unset !important;
        mask-image: unset !important;
    }
}

@media (max-width: 991.98px) {
    .ks-choose-thumb {
        border-radius: 20px;
    }
}

.ks-choose-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .ks-choose-thumb img {
        border-radius: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-thumb img {
        width: 100%;
    }
}

.ks-choose-thumb-wrap {
    height: 100%;
    z-index: -1;
    position: relative;
}

@media (max-width: 1199.98px) {
    .ks-choose-thumb-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-thumb-wrap {
        margin-top: 20px;
    }
}

.ks-choose-thumb-wrap .ks-choose-item {
    position: absolute;
    left: 0;
    bottom: 1.5%;
    display: inline-block;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .ks-choose-thumb-wrap .ks-choose-item {
        bottom: 0;
    }
}

.ks-choose-thumb-wrap .ks-choose-item p br {
    display: block;
}

.ks-choose-item {
    background-color: var(--theme-color-white);
    padding: 30px;
    padding-bottom: 22px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[data-tm-layout=dark] .ks-choose-item {
    background-color: #13132e;
}

@media (max-width: 1599.98px) {
    .ks-choose-item {
        padding: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .ks-choose-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-item {
        margin-bottom: 30px;
    }
}

.ks-choose-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    content: "";
    height: 100%;
    width: 0;
    border-radius: 20px;
    z-index: -1;
    background-color: var(--theme-color-dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

[data-tm-layout=dark] .ks-choose-item::after {
    background-color: #13132e;
}

.ks-choose-item:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.ks-choose-item:hover .ks-choose-title {
    color: #ffffff;
    border-color: rgba(245, 245, 245, 0.2);
}

.ks-choose-item:hover p {
    color: var(--gray2-color);
}

.ks-choose-item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.79;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .ks-choose-item p br {
        display: none;
    }
}

.ks-choose-item-wrap {
    margin-right: -300px;
}

@media (max-width: 1199.98px) {
    .ks-choose-item-wrap {
        margin-right: 0;
    }
}

.ks-choose-icon {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 15px;
    background-color: var(--theme-color-yellow);
}

.ks-choose-icon svg {
    height: 32px;
    width: 32px;
}

.ks-choose-title {
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--gray-color);
}

[data-tm-layout=dark] .ks-choose-title {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
    .ks-choose-title {
        font-size: 18px;
    }
}

.ks-choose-experts {
    position: absolute;
    bottom: 19%;
    right: 0;
    padding: 10px;
    z-index: 1;
    border-radius: 100px 0 0 100px;
    background-color: var(--theme-color-yellow);
}

@media (max-width: 1399.98px) {
    .ks-choose-experts {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-experts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-experts {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-choose-experts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ks-choose-experts h5 {
    color: var(--theme-color-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.ks-choose-experts-icon {
    display: inline-block;
    height: 77px;
    width: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    margin-right: 20px;
}

[data-tm-layout=dark] .ks-choose-experts-icon {
    background-color: var(--dark-color2);
}

.ks-choose-2 {
    position: relative;
}

.ks-choose-2-area {
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ks-choose-2-area.home8-style {
    padding-bottom: 460px;
    z-index: 0;
}

@media (max-width: 1299.98px) {
    .ks-choose-2-area.home8-style {
        padding-bottom: 120px;
    }
}

@media (max-width: 991.98px) {
    .ks-choose-2-area.home8-style {
        padding-bottom: 80px;
    }
}

.ks-choose-2-area.home8-style:before {
    background-image: url(../images/shape/home7-chose-area-shape.png);
    bottom: -1px;
    content: "";
    height: 100%;
    left: 0;
    max-height: 378px;
    position: absolute;
    right: 0;
    z-index: 0;
}

[data-tm-layout=dark] .ks-choose-2-area.home8-style:before {
    background-image: url(../images/service/service-bottom-frame-dark.png);
}

@media (max-width: 1299.98px) {
    .ks-choose-2-area.home8-style:before {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .ks-choose-2-content {
        padding-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .ks-choose-2-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-2-content {
        padding-right: 0;
    }
}

.ks-choose-2-content .ks-section-title-wrap {
    margin-bottom: 30px;
}

.ks-choose-2-content p {
    padding-right: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1599.98px) {
    .ks-choose-2-content p {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-2-content p {
        font-size: 15px;
    }
}

.ks-choose-2-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .ks-choose-2-icon {
        display: none;
    }
}

.ks-choose-2-icon img {
    -webkit-animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ks-choose-2-more-wrap {
    margin-bottom: 40px;
}

.ks-choose-2-more-wrap p {
    margin-bottom: 0;
}

.ks-choose-2-more-info {    
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
    .ks-choose-2-more-info {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-choose-2-more-info {
        margin-bottom: 0;
        padding-right: 25px;
    }
}

.ks-choose-2-more-info span {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: var(--theme-color1);
}

.ks-choose-2-more-info b {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    text-transform: capitalize;
}

[data-tm-layout=dark] .ks-choose-2-more-info b {
    color: var(--headings-color);
}

@media (max-width: 1599.98px) {
    .ks-choose-2-more-info b {
        font-size: 17px;
    }
}

@media (max-width: 1199.98px) {
    .ks-choose-2-more-info b {
        font-size: 15px;
    }
}

.ks-choose-2-thumb img {
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .ks-choose-2-thumb img {
        width: 100%;
    }
}

.ks-choose-2-thumb-wrap .style-2 {
    margin-top: -40px;
}

@media (max-width: 1199.98px) {
    .ks-choose-2-thumb-wrap .style-2 {
        margin-top: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@media (max-width: 767.98px) {
    .ks-choose-2-thumb-wrap .style-2 {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.ks-choose-2-circle {
    border-radius: 50%;
    width: 286px;
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: -1;
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .ks-choose-2-circle {
        height: 100%;
        width: 100%;
    }
}

.ks-choose-2-circle h4 {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .ks-choose-2-circle h4 {
        font-size: 25px;
    }
}

@media (max-width: 767.98px) {
    .ks-choose-2-circle h4 {
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-choose-2-circle h4 {
        font-size: 22px;
    }
}

.ks-choose-3-item {
    position: relative;
}

.ks-choose-3-item .inner-box {
    background-color: var(--gray-color5);
    padding: 46px 40px;
}

[data-tm-layout=dark] .ks-choose-3-item .inner-box {
    background-color: var(--dark-color2);
}

.ks-choose-3-item .content {
    max-width: 255px;
}

@media (max-width: 767.98px) {
    .ks-choose-3-item .content {
        max-width: none;
    }
}

.ks-choose-3-item .title {
    color: var(--text-color-theme-color4);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

[data-tm-layout=dark] .ks-choose-3-item .title {
    color: var(--headings-color);
}

.ks-choose-3-item .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-style: normal;
    line-height: 30px;
}

.ks-choose-3-item .image-box img {
    border-radius: 20px;
}

.ks-choose-3-item-2 .inner-box {
    background-color: var(--gray-color5);
    padding: 40px;
}

[data-tm-layout=dark] .ks-choose-3-item-2 .inner-box {
    background-color: var(--dark-color2);
}

.ks-choose-3-item-2 .text {
    margin-bottom: 30px;
}

.ks-choose-3-item-2 .image-box img {
    border-radius: 20px;
}

.ks-choose-4 {
    position: relative;
}

.ks-choose-4 .shape-1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
}

.ks-choose-4 .shape-2 {
    bottom: 5%;
    left: 0;
    position: absolute;
}

.ks-choose-4 .shape-3 {
    position: absolute;
    right: 0;
    top: 5%;
}

@media (max-width: 991.98px) {
    .ks-choose-4 .shape-3 {
        display: none;
    }
}

.ks-choose-4-item {
    position: relative;
}

.ks-choose-4-item .inner-box {
    background-color: var(--gray-color5);
    border-radius: 20px;
    padding: 45px 50px;
}

[data-tm-layout=dark] .ks-choose-4-item .inner-box {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-choose-4-item .inner-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .ks-choose-4-item .inner-box {
        padding: 40px 20px;
    }
}

.ks-choose-4-item .icon {
    background-color: var(--text-color5);
    border-radius: 20px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ks-choose-4-item .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.ks-choose-4-item .text {
    color: var(--text-color3);
    font-family: var(--outfit-font);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.ks-choose-4-item .image-box img {
    border-radius: 20px;
}

.ks-choose-4-item .counter {
    color: var(--theme-color-dark);
    font-family: var(--heading-font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.ks-choose-4-item .text2 {
    color: var(--text-color3);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.ks-choose-4-item:hover .icon {
    background-color: var(--theme-color1);
}

.ks-choose-4-item-2 .inner-box {
    background-color: var(--gray-color5);
    border-radius: 20px;
    padding: 24px 30px;
}

[data-tm-layout=dark] .ks-choose-4-item-2 .inner-box {
    background-color: var(--dark-color2);
}

.ks-choose-4-item-2 .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.country-section {
    padding-top: 70px;
}

@media (max-width: 991.98px) {
    .country-section {
        padding-top: 0;
    }
}

.country-section .outer-box {
    position: relative;
}

.country-outer-box {
    position: relative;
}

[data-tm-layout=dark] .country-outer-box {
    opacity: 0.1;
}

.country-outer-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.country-images {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.country-images img {
    border: 5px solid var(--theme-color-white);
    -webkit-box-shadow: 0px 13px 26px rgba(150, 146, 135, 0.19);
    box-shadow: 0px 13px 26px rgba(150, 146, 135, 0.19);
    border-radius: 85px;
}

@media (max-width: 575.98px) {
    .country-images img {
        width: 50%;
    }
}

.country-images .img-1 {
    left: 0;
    position: absolute;
    top: 35%;
}

.country-images .img-2 {
    left: 30%;
    position: absolute;
    top: 50%;
}

.country-images .img-3 {
    left: 12%;
    position: absolute;
    top: 80%;
}

.country-images .img-4 {
    left: 45%;
    position: absolute;
    top: 75%;
}

.country-images .img-5 {
    right: 20%;
    position: absolute;
    top: 35%;
}

.country-images .img-6 {
    bottom: 0;
    left: 60%;
    position: absolute;
}

.country-images .img-7 {
    bottom: 10%;
    position: absolute;
    right: 5%;
}

.country-images .img-8 {
    position: absolute;
    right: 0%;
    top: 50%;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/

[data-tm-layout=dark] .ks-contact-area {
    background-color: var(--dark-color2);
}

[data-tm-layout=dark] .ks-contact-area.ks-contact-style-2 {
    background-color: var(--dark-color1);
}

@media (max-width: 767.98px) {
    .ks-contact-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ks-contact-info a {
    color: var(--gray-color2);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.87;
}

[data-tm-layout=dark] .ks-contact-info a {
    color: var(--theme-color-yellow);
}

@media (max-width: 1399.98px) {
    .ks-contact-info a {
        font-size: 15px;
    }
}

.ks-contact-info span {
    margin-bottom: 5px;
}

.ks-contact-info-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    background-color: var(--theme-color1);
    -webkit-box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.02);
}

.ks-contact-left p {
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ks-contact-form {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: -60px;
    margin-left: 80px;
    padding: 75px 60px 60px 60px;
}

[data-tm-layout=dark] .ks-contact-form {
    border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .ks-contact-form {
        margin-left: 0;
        padding: 45px 30px 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .ks-contact-form {
        margin-top: 50px;
        padding: 75px 60px 60px 60px;
        margin-left: 60px;
    }
}

@media (max-width: 767.98px) {
    .ks-contact-form {
        margin-top: 50px;
        padding: 55px 20px 50px 20px;
        margin-left: 0px;
    }
}

.ks-contact-form p {
    color: var(--theme-color-dark);
}

.ks-contact-input-box input {
    height: 56px;
    width: 100%;
    padding: 0 40px;
    line-height: 56px;
    border-radius: 300px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    background-color: var(--gray-color);
}

[data-tm-layout=dark] .ks-contact-input-box input {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

.ks-contact-input-box input:focus {
    border-color: var(--theme-color1);
}

.ks-contact-input-box input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-input-box input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-input-box input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-input-box input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-input-box input::placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-textarea-box textarea {
    height: 135px;
    width: 100%;
    padding: 0 40px 20px 40px;
    line-height: 56px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    background-color: var(--gray-color);
}

[data-tm-layout=dark] .ks-contact-textarea-box textarea {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

.ks-contact-textarea-box textarea:focus {
    border-color: var(--theme-color1);
}

.ks-contact-textarea-box textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-textarea-box textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-textarea-box textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-textarea-box textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-textarea-box textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-contact-shape-1 {
    position: absolute;
    top: -5%;
    left: -7%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ks-contact-shape-1 {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        left: -13%;
    }
}

@media (max-width: 991.98px) {
    .ks-contact-shape-1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        left: -10%;
    }
}

@media (max-width: 767.98px) {
    .ks-contact-shape-1 {
        display: none;
    }
}

.ks-contact-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ks-contact-shape-2 {
        display: none;
    }
}

.ks-contact-shape-3 {
    position: absolute;
    bottom: 11%;
    right: 10%;
    z-index: 2;
}

@media only screen and (max-width: 1699px) {
    .ks-contact-shape-3 {
        right: 2%;
    }
}

@media only screen and (max-width: 1400px) {
    .ks-contact-shape-3 {
        right: -3%;
    }
}

@media (max-width: 1399.98px) {
    .ks-contact-shape-3 {
        right: -3%;
    }
}

@media (max-width: 1399.98px) {
    .ks-contact-shape-3 {
        display: none;
    }
}

.ks-contact-shape-4 {
    bottom: 0;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: -1;
}

.ks-contact-shape-5 {
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: -1;
}

.ks-contact-form-title {
    font-weight: 700;
    font-size: 24px;
}

.ks-contact-style-2 .ks-contact-info a {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--black4-color);
    font-family: var(--heading-font-family);
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-info a {
    color: var(--headings-color);
}

@media (max-width: 1199.98px) {
    .ks-contact-style-2 .ks-contact-info a {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .ks-contact-style-2 .ks-contact-info-icon {
        width: 60px;
        height: 60px;
        line-height: 56px;
        margin-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-contact-style-2 .ks-contact-info-icon svg {
        width: 27px;
    }
}

.ks-contact-style-2 .ks-contact-left p {
    border: none;
    padding-bottom: 0;
    margin-bottom: 38px;
}

@media (max-width: 1199.98px) {
    .ks-contact-style-2 .ks-contact-left p br {
        display: none;
    }
}

.ks-contact-style-2 .ks-contact-form {
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.06);
    margin-left: 0;
    margin-bottom: 0;
    padding: 50px 45px;
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-form {
    background-color: var(--dark-color2);
}

@media (max-width: 991.98px) {
    .ks-contact-style-2 .ks-contact-form {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-contact-style-2 .ks-contact-form {
        padding: 40px 20px;
    }
}

.ks-contact-style-2 .ks-contact-form .contact__select .nice-select {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    width: 100%;
    height: 54px;
    padding: 0 25px 0 25px;
    line-height: 54px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #e4e4e4;
    background-color: transparent;
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-form .contact__select .nice-select {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
    border-color: transparent;
}

.ks-contact-style-2 .ks-contact-form .contact__select .nice-select.open {
    border-color: var(--theme-color1);
}

.ks-contact-style-2 .ks-contact-form-wrap {
    margin-left: 24px;
    border-radius: 5px;
    background: var(--gradient-1);
    padding: 1px;
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-form-wrap {
    background: transparent;
}

@media (max-width: 991.98px) {
    .ks-contact-style-2 .ks-contact-form-wrap {
        margin-top: 90px;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-contact-style-2 .ks-contact-form-wrap {
        margin-top: 50px;
    }
}

.ks-contact-style-2 .ks-contact-input-box {
    position: relative;
}

.ks-contact-style-2 .ks-contact-input-box input {
    font-size: 16px;
    color: #696969;
    height: 54px;
    padding: 0 50px 0 25px;
    line-height: 54px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background-color: transparent;
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-input-box input {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
    border-color: transparent;
}

.ks-contact-style-2 .ks-contact-input-box input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-input-box input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-input-box input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-input-box input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-input-box input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-input-box input:focus {
    border-color: var(--theme-color1);
}

.ks-contact-style-2 .ks-contact-input-box .input-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    line-height: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-contact-style-2 .ks-contact-textarea-box textarea {
    font-size: 16px;
    color: #696969;
    height: 125px;
    padding: 0 25px 20px 25px;
    line-height: 54px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background-color: transparent;
}

[data-tm-layout=dark] .ks-contact-style-2 .ks-contact-textarea-box textarea {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
    border-color: transparent;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.ks-contact-style-2 .ks-contact-textarea-box textarea:focus {
    border-color: var(--theme-color1);
}

.ks-contact-style-2 .ks-contact-shape-1 {
    position: absolute;
    top: -12.5%;
    left: -3%;
}

.contact-form-home4 {
    background-color: var(--theme-color-white);
    backdrop-filter: blur(25px);
    border: 1px solid #E6E0FA;    
    border-radius: 50px;
    max-width: 645px;
    padding: 60px;
}

@media (max-width: 575.98px) {
    .contact-form-home4 {
        padding: 50px 40px;
    }
}

.contact-form-home4 .title {
    color: var(--theme-color-dark3);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-size: clamp(20px, 3.75vw, 40px);
    line-height: 1;
    max-width: 80%;
}

.contact-form-home4 .form-control {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 60px;
    padding-left: 20px;
}

[data-tm-layout=dark] .contact-form-home4 .form-control {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.contact-form-home4 textarea {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-left: 20px;
}

.contact-form-home4 textarea.form-control {
    height: auto;
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/

.ks-price-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    mix-blend-mode: overlay;
    opacity: 0.6;
}

.ks-price-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ks-price-shape-3 {
    height: 60%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

@media (max-width: 991.98px) {
    .ks-price-shape-3 {
        height: 34%;
    }
}

.ks-price-shape-3.innerpage-style {
    height: 100%;
}

.ks-price-title {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    font-family: var(--outfit-font);
}

.ks-price-time {
    color: var(--black3-color);
    font-size: 16px;
    font-weight: 500;
}

[data-tm-layout=dark] .ks-price-time {
    color: var(--headings-color);
}

.ks-price-time i {
    font-weight: 700;
    font-size: 60px;
    font-style: normal;
    text-transform: capitalize;
    background: linear-gradient(322deg, #fff826 0%, #0938d3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ks-price-body {
    border-top: 1px solid #E6E0FA;
    margin-top: 17px;
    padding-top: 17px;
}

.ks-price-body span {
    color: var(--black3-color);
    display: block;
    padding-bottom: 15px;
}

[data-tm-layout=dark] .ks-price-body span {
    color: var(--headings-color);
}

.ks-price-body ul li {
    position: relative;
    padding-left: 30px;
    color: var(--theme-color-dark);
}

@media (max-width: 1199.98px) {
    .ks-price-body ul li {
        font-size: 14px;
    }
}

.ks-price-body ul li:not(:last-child) {
    margin-bottom: 7px;
}

.ks-price-body ul li span {
    position: absolute;
    top: -1px;
    left: 0;
}

.ks-price-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-price-icon {
    background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
    .ks-price-icon {
        display: none;
    }
}

.ks-price-icon svg {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .ks-price-icon svg {
        width: 35px;
    }
}

.ks-price-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-color1);
}

.ks-price-item {
    background-color: var(--theme-color-white);
    border: 1px solid #E6E0FA;
    border-radius: 25px;
    clip-path: polygon(0% 0%, 70% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 100%);
    padding: 40px;
    padding-top: 33px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

[data-tm-layout=dark] .ks-price-item {
    border: 1px solid var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-price-item {
        padding: 25px 20px;
        clip-path: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-price-item {
        padding: 40px;
    }
}

[data-tm-layout=dark] .ks-price-item:hover {
    background-color: var(--theme-color1);
}

.ks-price .ks-btn-black.blue-bg {
    padding: 20px 33px;
}

.ks-price-item-wrap {
    position: relative;
    z-index: 1;
}

.ks-price-item-wrap::before {
    background: var(--gray-color);
    border-radius: 20px;
    bottom: -10px;
    content: "";
    left: 10px;
    position: absolute;
    top: 13px;
    right: -10px;
    z-index: -2;
    clip-path: polygon(0% 0%, 70% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 100%);
}

[data-tm-layout=dark] .ks-price-item-wrap::before {
    background: var(--gradient-4);
}

@media (max-width: 1199.98px) {
    .ks-price-item-wrap::before {
        clip-path: none;
    }
}

.ks-price-item-wrap::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border-radius: 20px;
    z-index: -2;
    opacity: 0;
    background:  #f14f44;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    clip-path: polygon(0% 0%, 70% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 100%);
}

@media (max-width: 1199.98px) {
    .ks-price-item-wrap::after {
        clip-path: none;
    }
}

[data-tm-layout=dark] .ks-price-item-wrap::after {
    display: none;
}

.ks-price-item-wrap.active::after {
    opacity: 1;
}

.ks-price-item-wrap.active .ks-price-icon::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ks-price-item-wrap:hover::after {
    opacity: 1;
}

.ks-price-item-wrap:hover .ks-price-icon::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-tm-layout=dark] .ks-price-item-wrap:hover .ks-price-icon::after {
    background-color: var(--theme-color-yellow);
}

[data-tm-layout=dark] .ks-price-item-wrap:hover .ks-price-icon svg {
    -webkit-filter: invert(1);
    filter: invert(1);
}

[data-tm-layout=dark] .ks-price-item-wrap:hover .ks-btn-black.blue-bg {
    background-color: var(--theme-color-yellow);
}

[data-tm-layout=dark] .ks-price-item-wrap:hover .ks-btn-black.blue-bg span {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-price-item-wrap:hover .ks-btn-black.blue-bg svg path {
    fill: var(--theme-color-white);
}

/***

==================================================================
    Pricing Section Six
==================================================================

***/

.pricing-section-two {
    padding-top: 150px;
    position: relative;
}

@media (max-width: 991.98px) {
    .pricing-section-two {
        padding-top: 10px;
    }
}

.pricing-section-two .shape-1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-section-two .shape-2 {
    bottom: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
}

.pricing-wrapper-two {
    margin-top: 300px;
}

@media (max-width: 991.98px) {
    .pricing-wrapper-two .pricing-content {
        margin-bottom: 30px;
    }
}

.pricing-wrapper-two .pricing-content p {
    max-width: 339px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .pricing-wrapper-two .pricing-content p {
        max-width: inherit;
    }
}

.pricing-wrapper-two .pricing-card-item {
    background-color: var(--theme-color-white);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item {
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .pricing-wrapper-two .pricing-card-item {
        display: block;
        padding: 30px;
        padding-top: 0;
    }
}

.pricing-wrapper-two .pricing-card-item::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 0 0 35px;
    text-align: center;
    width: 246px;
}

@media (max-width: 575.98px) {
    .pricing-wrapper-two .pricing-card-item .pricing-left-ber {
        border-right: none;
        padding: 0;
        width: auto;
    }
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-icon {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-icon svg path {
    fill: var(--headings-color);
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102px;
    height: 102px;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color-yellow)), to(var(--theme-color1)));
    background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color-yellow) 50%, var(--theme-color1) 100%);
    background-size: 200%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 100%;
    z-index: -1;
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-icon::after {
    background-color: rgba(var(--gray-color-rgb), 0.2);
    border-radius: 100%;
    content: "";
    height: 34px;
    position: absolute;
    right: -7px;
    top: 13px;
    width: 34px;
    z-index: -1;
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-icon img {
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header {
    margin-top: 75px;
}

@media (max-width: 575.98px) {
    .pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header {
        margin-top: 60px;
    }
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header .plan {
    color: var(--theme-color1);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header .plan {
    color: var(--headings-color);
}

.pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header .price {
    color: #0B3130;
    font-family: var(--heading-font-family);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item .pricing-left-ber .pricing-header .price {
    color: var(--headings-color);
}

.pricing-wrapper-two .pricing-card-item .pricing-right-ber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 30px;
    width: 100%;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .pricing-wrapper-two .pricing-card-item .pricing-right-ber {
        padding-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .pricing-wrapper-two .pricing-card-item .pricing-right-ber {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .pricing-wrapper-two .pricing-card-item .pricing-right-ber {
        padding: 0;
    }
}

.pricing-wrapper-two .pricing-card-item .pricing-right-ber .pricing-list li {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item .pricing-right-ber .pricing-list li {
    color: var(--headings-color);
}

.pricing-wrapper-two .pricing-card-item .pricing-right-ber .pricing-list li i {
    color: var(--theme-color1);
    margin-right: 10px;
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item .pricing-right-ber .pricing-list li i {
    color: var(--headings-color);
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item:hover .ks-btn-black {
    background-color: var(--theme-color-yellow);
}

[data-tm-layout=dark] .pricing-wrapper-two .pricing-card-item:hover .ks-btn-black span {
    color: var(--theme-color-white);
}

.pricing-wrapper-two .pricing-card-item:hover .pricing-left-ber .pricing-icon svg path {
    fill: var(--theme-color-white);
}

.pricing-wrapper-two .pricing-card-item:hover .pricing-left-ber .pricing-icon:before {
    background-position: 100% 0;
}

.pricing-wrapper-two .pricing-card-item:hover .pricing-left-ber .pricing-icon:after {
    background-color: rgba(255, 255, 255, 0.19);
}

/*** 

====================================================================
    Team Section
====================================================================

***/

.ks-team-area {
    position: relative;
    z-index: 1;
    background-color: var(--theme-color-dark);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 90px;
}

.ks-team-area .ks-section-title-wrap {
    margin-bottom: 50px;
}

.ks-team-content span {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    .ks-team-content span {
        font-size: 16px;
    }
}

.ks-team-title {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .ks-team-title {
        font-size: 24px;
    }
}

.ks-team-thumb {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.ks-team-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 84%;
    width: 100%;
    z-index: -2;
    border-radius: 400px 400px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#0938d3), to(#13132e));
    background: linear-gradient(360deg, #0938d3 0%, #13132e 100%);
}

.ks-team-thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 400px 400px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff826), to(#0a0a79));
    background: linear-gradient(180deg, #fff826 0%, #0a0a79 100%);
}

.ks-team-share {
    position: absolute;
    top: 23%;
    right: 27px;
}

.ks-team-share button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1.5;
    padding: 0;
    position: relative;
    z-index: 1;
    background: var(--theme-color-yellow);
}

.ks-team-share:hover .ks-team-social {
    opacity: 1;
    visibility: visible;
}

.ks-team-share:hover .ks-team-social a:nth-child(1) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.ks-team-share:hover .ks-team-social a:nth-child(2) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.ks-team-share:hover .ks-team-social a:nth-child(3) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.ks-team-social {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ks-team-social>a {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 31px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    background: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-team-social>a {
    background: var(--dark-color2);
}

.ks-team-social>a svg,
.ks-team-social>a i {
    position: relative;
    z-index: 1;
}

.ks-team-social>a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--theme-color1);
}

.ks-team-social>a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.ks-team-social>a:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.ks-team-social>a:nth-child(2) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ks-team-social>a:nth-child(3) {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.ks-team-item {
    margin-bottom: 30px;
}

.ks-team-item:hover .ks-team-thumb::after {
    opacity: 1;
    height: 84%;
}

.team-section {
    position: relative;
}

.team-section .shape-1 {
    left: 0;
    position: absolute;
    top: 15%;
}

@media (max-width: 991.98px) {
    .team-section .shape-1 {
        display: none;
    }
}

/*** 

====================================================================
    Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
}

.team-section-two .outer-box {
    border-radius: 50px;
    background: var(--gradient-2);
    margin: 0 auto;
    max-width: 1860px;
    overflow: hidden;
    padding: 120px 0 70px;
    position: relative;
}

[data-tm-layout=dark] .team-section-two .outer-box {
    background: var(--dark-color2);
}

.team-section-two .outer-box:before {
    background-image: url(../images/background/home3-team-bg.jpg);
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

[data-tm-layout=dark] .team-section-two .outer-box:before {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.team-block-two {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .team-block-two {
        margin-bottom: 70px;
    }
}

.team-block-two .inner-box {
    background-color: var(--theme-color-white);
    border: 5px solid var(--theme-color1);
    border-radius: 0px 130px 180px 180px;
    position: relative;
}

.team-block-two .inner-box:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 0px 130px 180px 180px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block-two .inner-box:hover .content-box .icon-box .icon {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .team-block-two .inner-box:hover .content-box .icon-box .icon {
    color: var(--theme-color-light);
}

.team-block-two .inner-box:hover .content-box .name,
.team-block-two .inner-box:hover .content-box .designation {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .team-block-two .inner-box:hover .content-box .name,
[data-tm-layout=dark] .team-block-two .inner-box:hover .content-box .designation {
    color: var(--headings-color);
}

.team-block-two .inner-box .image-box {
    position: relative;
}

.team-block-two .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 0 130px 180px 180px;
    margin-bottom: 0;
}

.team-block-two .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box .content-box {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.team-block-two .inner-box .content-box .name {
    position: relative;
    margin-bottom: 0;
}

.team-block-two .inner-box .content-box .name a:hover {
    color: var(--theme-color2);
}

.team-block-two .inner-box .content-box .designation {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 12px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box .content-box .icon-box {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px;
    z-index: 5;
}

.team-block-two .inner-box .content-box .icon-box:hover .icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-block-two .inner-box .content-box .icon-box:hover .social-links {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.team-block-two .inner-box .content-box .icon-box .icon {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

[data-tm-layout=dark] .team-block-two .inner-box .content-box .icon-box .icon {
    color: var(--headings-color);
}

.team-block-two .inner-box .content-box .icon-box .icon:before {
    position: relative;
    z-index: 2;
}

.team-block-two .inner-box .content-box .icon-box .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.team-block-two .inner-box .content-box .icon-box .social-links {
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-left: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    z-index: 5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-two .inner-box .content-box .icon-box .social-links a {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--body-font-size);
    height: 36px;
    position: relative;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box .content-box .icon-box .social-links a:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color-dark);
}

/*** 

====================================================================
    Team Section Three
====================================================================

***/

.team-section-three {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-block-three .inner-box {
    background-color: var(--theme-color-white);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.team-block-three .inner-box .image {
    border-radius: 0px 135px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.team-block-three .inner-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 65%, var(--theme-color1) 100%);
    content: "";
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
}

.team-block-three .inner-box .content-box {
    padding: 20px 0px;
}

.team-block-three .inner-box .content-box .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.team-block-three .inner-box .content-box .sub-title {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .socials {
    background-color: var(--theme-color1);
    border-radius: 50%;
    bottom: 85px;
    color: var(--theme-color-white);
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .team-block-three .inner-box .socials {
    color: var(--headings-color);
}

.team-block-three .inner-box .socials .fa-plus {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .socials ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 10px;
    visibility: hidden;
    width: 40px;
}

.team-block-three .inner-box .socials ul li {
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.team-block-three .inner-box .socials ul li:nth-child(2) {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-three .inner-box .socials ul li:nth-child(3) {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-three .inner-box .socials ul li:nth-child(4) {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .socials ul li a {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--black3-color);
    display: inline-block;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

[data-tm-layout=dark] .team-block-three .inner-box .socials ul li a {
    background-color: var(--dark-color2);
    color: var(--headings-color);
}

.team-block-three .inner-box .socials ul li a:hover {
    background-color: var(--black3-color);
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .team-block-three .inner-box .socials ul li a:hover {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-white);
}

.team-block-three .inner-box .socials ul li i {
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.team-block-three .inner-box .socials ul li:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.team-block-three .inner-box:hover .image {
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box:hover .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-block-three .inner-box:hover .image::after {
    opacity: 1;
    visibility: visible;
}

.team-block-three .inner-box:hover .socials {
    background-color: var(--theme-color-yellow);
    color: var(--black3-color);
}

.team-block-three .inner-box:hover .socials .fa-plus {
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.team-block-three .inner-box:hover .socials ul {
    visibility: visible;
}

.team-block-three .inner-box:hover .socials ul li {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: visible;
}

/***====================================================================
    Map Section CSS
====================================================================***/

.map-section {
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767.98px) {
    .map-section {
        padding: 0;
    }
}

.map-section iframe {
    border-radius: 20px;
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 533px;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .map-section iframe {
        border-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .map-section iframe {
        height: 400px;
    }
}

.map-section .content {
    position: relative;
}

.map-section .content .contact-list-box {
    background: var(--gradient-1);
    border-radius: 0 0 20px 20px;
    max-width: 358px;
    padding: 25px 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .map-section .content .contact-list-box {
        display: none;
    }
}

.map-section .content .contact-list-box .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
    position: relative;
}

.map-section .content .contact-list-box .contact-list-three li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 17px;
    padding-top: 17px;
    position: relative;
}

.map-section .content .contact-list-box .contact-list-three li:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.map-section .content .contact-list-box .contact-list-three li .icon {
    position: relative;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.map-section .content .contact-list-box .contact-list-three li .text {
    position: relative;
    color: var(--theme-color-light);
    padding-right: 20px;
}

.map-section .content .contact-list-box .contact-list-three li a {
    color: var(--theme-color-light);
}

.map-section .content .contact-list-box .contact-list-three li a:hover {
    color: var(--theme-color2);
}

/*** 

====================================================================
    Faq Section
====================================================================

***/

.faq-section {
    position: relative;
    padding: 120px 0;
}

.faq-section .shape-17 {
    position: absolute;
    top: 30px;
    left: 120px;
    pointer-events: none;
}

.faq-section .content-column .inner-column {
    position: relative;
}

.faq-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
}

.faq-section .image-column .inner-column {
    position: relative;
    margin-right: -150px;
    padding-left: 50px;
    margin-top: -60px;
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column {
        margin-right: 0;
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }
}

.faq-section .image-column .inner-column .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    z-index: 5;
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column .image {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .image {
        width: 90%;
    }
}

@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column .image {
        width: 100%;
    }
}

.faq-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
}

.faq-section .image-column .inner-column .icon-20 {
    position: absolute;
    bottom: 15px;
    right: -155px;
    z-index: 6;
}

@media (max-width: 1399.98px) {
    .faq-section .image-column .inner-column .icon-20 {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .icon-20 {
        bottom: -100px;
        right: -60px;
    }
}

@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column .icon-20 {
        display: none;
    }
}

.faq-section .image-column .inner-column .icon-21 {
    position: absolute;
    top: 40px;
    left: -70px;
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column .icon-21 {
        display: none;
    }
}

.faq-section .image-column .inner-column .icon-22 {
    position: absolute;
    bottom: 40px;
    left: 10px;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .icon-22 {
        display: none;
    }
}

.faq-section .image-column .inner-column .icon-23 {
    position: absolute;
    top: 230px;
    right: 40px;
    z-index: 2;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .icon-23 {
        display: none;
    }
}

.faq-section .image-column .inner-column .icon-24 {
    position: absolute;
    bottom: 60px;
    left: -40px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .faq-section .image-column .inner-column .icon-24 {
        bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column .icon-24 {
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .icon-24 {
        display: none;
    }
}

.faq-section .image-column .inner-column .icon-25 {
    position: absolute;
    top: -80px;
    right: -90px;
}

@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column .icon-25 {
        display: none;
    }
}

.faq-section .image-column .inner-column .shape-18 {
    position: absolute;
    top: 0;
    right: -280px;
}

@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column .shape-18 {
        display: none;
    }
}

/*** 

====================================================================
    Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    z-index: 3;
}

.call-to-action.pull-down {
    margin-bottom: -150px;
}

@media (max-width: 991.98px) {
    .call-to-action.pull-down {
        margin-bottom: 0;
    }
}

.call-to-action .outer-box {
    position: relative;
    border-radius: 100px 100px 0 0;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1699px) {
    .call-to-action .outer-box {
        margin: 0 15px;
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box {
        overflow: hidden;
    }
}

@media (max-width: 991.98px) {
    .call-to-action .outer-box {
        border-radius: 0;
        margin: 0;
    }
}

.call-to-action .outer-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 661px;
    height: 100%;
    border-top-right-radius: 100px;
    background-image: url(../images/resource/cta1-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .call-to-action .outer-box:before {
        border-top-right-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box:before {
        display: none;
    }
}

.call-to-action .outer-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100px 100px 0 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(68%, #6B43E3), to(rgba(87, 30, 136, 0)));
    background: linear-gradient(to right, #6B43E3 68% 33%, rgba(87, 30, 136, 0) 100%);
}

@media (max-width: 991.98px) {
    .call-to-action .outer-box:after {
        border-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(68%, #6B43E3), to(rgba(87, 30, 136, 0)));
        background: linear-gradient(to right, #6B43E3 68% 100%, rgba(87, 30, 136, 0) 100%);
    }
}

.call-to-action .outer-box .icon-32 {
    position: absolute;
    top: -60px;
    left: 100px;
    z-index: 1;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box .icon-32 {
        display: none;
    }
}

.call-to-action .outer-box .icon-14 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box .icon-14 {
        display: none;
    }
}

.call-to-action .outer-box .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 135px 0 102px;
    z-index: 3;
}

@media (max-width: 1399.98px) {
    .call-to-action .outer-box .content-box {
        padding-left: 60px;
        padding-right: 80px;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .content-box {
        padding: 70px 30px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action .outer-box .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box .content-box {
        padding: 50px 15px;
    }
}

.call-to-action .outer-box .content-box .image-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .content-box .image-box {
        display: none;
    }
}

.call-to-action .outer-box .content-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    margin-top: -78px;
}

.call-to-action .outer-box .content-box .title-box {
    position: relative;
    margin-left: -100px;
    margin-top: 5px;
}

@media (max-width: 1399.98px) {
    .call-to-action .outer-box .content-box .title-box {
        margin-top: 0;
        margin-left: -40px;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .content-box .title-box {
        margin-left: 0;
        max-width: 500px;
    }
}

.call-to-action .outer-box .content-box .title-box .title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .call-to-action .outer-box .content-box .title-box .title {
        font-size: 32px;
    }
    .call-to-action .outer-box .content-box .title-box .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .call-to-action .outer-box .content-box .title-box .title {
        font-size: 28px;
    }
}

.call-to-action .outer-box .content-box .btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.call-to-action .outer-box .content-box .btn-box .readmore {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color3);
    background: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-to-action .outer-box .content-box .btn-box .readmore i {
    position: relative;
    z-index: 3;
}

.call-to-action .outer-box .content-box .btn-box .readmore:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.call-to-action .outer-box .content-box .btn-box .readmore:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-to-action .outer-box .content-box .btn-box .readmore:hover {
    color: var(--theme-color-light);
}

.call-to-action .outer-box .content-box .btn-box .readmore:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*** 

====================================================================
    Call To Action Two
====================================================================

***/

.call-to-action-two {
    position: relative;
    margin: 0 100px;
    z-index: 3;
}

@media only screen and (max-width: 1699px) {
    .call-to-action-two {
        margin: 0 30px;
    }
}

@media (max-width: 1399.98px) {
    .call-to-action-two {
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-two {
        margin: 0;
    }
}

.call-to-action-two.pull-down {
    margin-bottom: -300px;
}

@media (max-width: 767.98px) {
    .call-to-action-two.pull-down {
        margin-bottom: 0;
    }
}

.call-to-action-two .bg {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .call-to-action-two .bg {
        border-radius: 0;
    }
}

.call-to-action-two .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: var(--theme-color3);
}

.call-to-action-two .outer-box {
    position: relative;
    padding: 190px 0 230px;
}

@media (max-width: 1199.98px) {
    .call-to-action-two .outer-box {
        padding: 100px 0;
    }
}

@media (max-width: 575.98px) {
    .call-to-action-two .outer-box {
        padding: 80px 0 200px;
    }
}

.call-to-action-two .outer-box .icon-30 {
    position: absolute;
    bottom: 184px;
    right: 260px;
}

@media (max-width: 1199.98px) {
    .call-to-action-two .outer-box .icon-30 {
        display: none;
    }
}

.call-to-action-two .outer-box .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399.98px) {
    .call-to-action-two .outer-box .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-two .outer-box .content-box {
        gap: 20px;
    }
}

.call-to-action-two .outer-box .content-box .title {
    position: relative;
    color: var(--theme-color-light);
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    max-width: 830px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .call-to-action-two .outer-box .content-box .title {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-two .outer-box .content-box .title {
        font-size: 36px;
        line-height: 1.2em;
    }
    .call-to-action-two .outer-box .content-box .title br {
        display: none;
    }
}

.call-to-action-two .outer-box .content-box .exp-box {
    position: relative;
}

.call-to-action-two .outer-box .content-box .exp-box .circular-text {
    position: relative;
    fill: currentColor;
    height: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 240px;
    height: 240px;
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

@media (max-width: 1199.98px) {
    .call-to-action-two .outer-box .content-box .exp-box .circular-text {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-two .outer-box .content-box .exp-box .circular-text {
        width: 160px;
        height: 160px;
    }
}

.call-to-action-two .outer-box .content-box .exp-box .circular-text text {
    position: relative;
    font-size: 6px;
    letter-spacing: 0.9px;
    font-family: var(--heading-font-family);
    color: var(--theme-color-light);
    text-transform: uppercase;
}

.call-to-action-two .outer-box .content-box .exp-box .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.call-to-action-two .outer-box .info-box {
    position: absolute;
    right: 0;
    bottom: -74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 36px 50px 36px 36px;
    border-radius: 20px;
    gap: 72px;
    overflow: hidden;
    z-index: 5;
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

@media (max-width: 1199.98px) {
    .call-to-action-two .outer-box .info-box {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-two .outer-box .info-box {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .call-to-action-two .outer-box .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        bottom: -150px;
        text-align: center;
        max-width: 300px;
        width: 100%;
    }
}

.call-to-action-two .outer-box .info-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(42px);
    background: radial-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.call-to-action-two .outer-box .info-box .info-box-inner {
    position: relative;
}

.call-to-action-two .outer-box .info-box .info-box-inner:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -30px;
    width: 1px;
    height: 63px;
    opacity: 0.3;
    background-color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
    .call-to-action-two .outer-box .info-box .info-box-inner:before {
        display: none;
    }
}

.call-to-action-two .outer-box .info-box .info-box-inner:last-child::before {
    display: none;
}

.call-to-action-two .outer-box .info-box .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .call-to-action-two .outer-box .info-box .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
        text-align: center;
    }
}

.call-to-action-two .outer-box .info-box .content .author-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action-two .outer-box .info-box .content .author-images .thumb {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -13px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--theme-color-light);
}

.call-to-action-two .outer-box .info-box .content .author-images .thumb:first-child {
    margin-left: 0;
}

.call-to-action-two .outer-box .info-box .content .info {
    position: relative;
}

.call-to-action-two .outer-box .info-box .content .info .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.call-to-action-two .outer-box .info-box .content .info .rating i {
    position: relative;
    font-size: 10px;
    line-height: 1em;
    color: var(--theme-color2);
}

.call-to-action-two .outer-box .info-box .content .info .text {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--theme-color-light);
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0 70px;
}

.news-section .shape-12 {
    position: absolute;
    top: 0;
    left: 0;
}

.news-section .shape-13 {
    position: absolute;
    top: 0;
    left: 0;
}

.news-section .bg {
    height: 952px;
}

@media (max-width: 1199.98px) {
    .news-section .bg {
        height: 100%;
    }
}

.news-section .content-column {
    margin-bottom: 50px;
}

.news-section .content-column .inner-column {
    position: relative;
}

@media (max-width: 991.98px) {
    .news-section .content-column .inner-column .sec-title {
        margin-bottom: 30px;
    }
}

.news-section .content-column .inner-column .outer-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .news-section .content-column .inner-column .outer-box {
        text-align: center;
    }
}

.news-section .content-column .inner-column .outer-box .nav-box {
    position: relative;
    width: 108px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.news-section .content-column .inner-column .outer-box .nav-box:before {
    content: "";
    position: absolute;
    top: 33px;
    right: 100%;
    width: 270px;
    height: 2px;
    background-color: rgba(255, 67, 46, 0.2);
    opacity: 0.5;
    margin-right: 40px;
}

.news-section .content-column .inner-column .outer-box .swiper-button-next {
    right: -12px;
}

.news-section .content-column .inner-column .outer-box .swiper-button-prev,
.news-section .content-column .inner-column .outer-box .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #222222;
    color: var(--theme-color3);
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section .content-column .inner-column .outer-box .swiper-button-prev:after,
.news-section .content-column .inner-column .outer-box .swiper-button-next:after {
    display: none;
}

.news-section .content-column .inner-column .outer-box .swiper-button-prev:hover,
.news-section .content-column .inner-column .outer-box .swiper-button-next:hover {
    color: var(--theme-color-light);
    background-color: #222222;
}

.news-section .blocks-column {
    margin-bottom: 50px;
}

.news-section .blocks-column .inner-column {
    position: relative;
    margin-right: -365px;
    padding-left: 15px;
}

@media (max-width: 1199.98px) {
    .news-section .blocks-column .inner-column {
        padding-left: 0;
        margin-right: 0;
    }
}

.news-block .inner-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.news-block .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
    opacity: 0;
    border-radius: 25px 0 0 25px;
    border: 1px solid #E6E0FA;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    clip-path: path("M25 0.5H369.5V202.316C369.5 210.334 365.578 217.827 359.031 222.4L358.39 222.834L291.454 266.518C287.472 269.116 282.82 270.5 278.064 270.5H25C11.469 270.5 0.5 259.531 0.5 246V25C0.500003 11.469 11.469 0.5 25 0.5Z");
    background-color: var(--theme-color-light);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block .inner-box:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.news-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .inner-box:hover .image-box .date-box:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.news-block .inner-box:hover .image-box .date-box .date,
.news-block .inner-box:hover .image-box .date-box .month {
    color: var(--theme-color-light);
}

.news-block .inner-box:hover .content-box {
    border-color: transparent;
    background-color: transparent;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.news-block .inner-box:hover .content-box .btn-box:before {
    background-color: var(--theme-color1);
}

.news-block .inner-box:hover .content-box .btn-box .readmore {
    color: var(--theme-color-light);
}

.news-block .inner-box:hover .content-box .btn-box .readmore:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.news-block .inner-box .image-box {
    position: relative;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    .news-block .inner-box .image-box {
        padding-left: 20px;
    }
}

.news-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.news-block .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .image-box .date-box {
    position: absolute;
    bottom: -52px;
    right: 33px;
    width: 83px;
    height: 97px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 50px;
    background-color: var(--theme-color-light);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .news-block .inner-box .image-box .date-box {
        right: 23px;
    }
}

.news-block .inner-box .image-box .date-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    border-top-left-radius: 50px;
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .image-box .date-box .date {
    position: relative;
    font-size: 26px;
    font-weight: 800;
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .image-box .date-box .month {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .content-box {
    position: relative;
    padding-right: 10px;
    padding-left: 39px;
    border-radius: 25px 0 0 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box {
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .news-block .inner-box .content-box {
        padding-right: 0;
    }
}

.news-block .inner-box .content-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    clip-path: path("M25 0.5H369.5V202.316C369.5 210.334 365.578 217.827 359.031 222.4L358.39 222.834L291.454 266.518C287.472 269.116 282.82 270.5 278.064 270.5H25C11.469 270.5 0.5 259.531 0.5 246V25C0.500003 11.469 11.469 0.5 25 0.5Z");
    background-color: var(--theme-color-light);
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box:before {
        clip-path: none;
        border-bottom-right-radius: 100px;
    }
}

.news-block .inner-box .content-box .content {
    position: relative;
    padding: 14px 22px 0px 1px;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box .content {
        padding-right: 5px;
    }
}

.news-block .inner-box .content-box .content .post-meta {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E0FA;
}

.news-block .inner-box .content-box .content .post-meta li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.news-block .inner-box .content-box .content .post-meta li .icon {
    position: relative;
    color: var(--theme-color1);
}

.news-block .inner-box .content-box .content .title {
    position: relative;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box .content .title {
        font-size: 22px;
    }
}

.news-block .inner-box .content-box .content .title a:hover {
    color: var(--theme-color1);
}

.news-block .inner-box .content-box .content .text {
    position: relative;
    margin-bottom: 10px;
}

.news-block .inner-box .content-box .btn-box {
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-block .inner-box .content-box .btn-box:before {
    content: "";
    position: absolute;
    top: 29px;
    left: 25%;
    width: 165px;
    height: 2px;
    background-color: #E6E0FA;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .news-block .inner-box .content-box .btn-box:before {
        display: none;
    }
}

.news-block .inner-box .content-box .btn-box .text {
    font-size: 14px;
}

.news-block .inner-box .content-box .btn-box .readmore {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--theme-color3);
    border: 2px solid var(--theme-color1);
}

.news-block .inner-box .content-box .btn-box .readmore i {
    position: relative;
    z-index: 1;
}

.news-block .inner-box .content-box .btn-box .readmore:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    border-radius: 50%;
    background: var(--gradient-1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.news-section-two .shape-21 {
    position: absolute;
    top: 0;
    left: 0;
}

.news-section-two .shape-22 {
    position: absolute;
    bottom: -200px;
    right: 0;
}

.news-section-two .shape-23 {
    position: absolute;
    top: 0;
    right: 70px;
}

.news-section-two .news-block {
    margin-bottom: 30px;
}

.news-section-two .news-block .content-box {
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.news-section-two .news-block .text {
    padding-right: 10px;
}

/*** 

====================================================================
    News Section Three
====================================================================

***/

.news-section-three {
    position: relative;
}

.news-section-three .outer-box {
    background-image: url(../images/background/home4-blog-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
}

[data-tm-layout=dark] .news-section-three .outer-box {
    background-image: none;
    background-color: var(--dark-color2);
}

@media (max-width: 991.98px) {
    .news-section-three .outer-box {
        border-radius: 0;
    }
}

.news-section-three .slider-outer {
    margin-right: -600px;
}

@media (max-width: 1199.98px) {
    .news-section-three .slider-outer {
        margin-right: 0;
    }
}

.news-section-three .ks-blog-item {
    margin-top: 120px;
}

.news-section-three .ks-section-title {
    max-width: 502px;
}

.news-section-three .text {
    max-width: 473px;
}

/***

====================================================================
    brand Section
====================================================================

***/

.ks-brand-ptb {
    padding-top: 30px;
    padding-bottom: 59px;
    position: relative;
    border-top: 2px solid var(--gray-color);
}

[data-tm-layout=dark] .ks-brand-ptb {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.ks-brand-ptb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 21%;
    height: 89px;
    width: 2px;
    background-color: var(--gray-color);
}

@media (max-width: 991.98px) {
    .ks-brand-ptb::after {
        display: none;
    }
}

[data-tm-layout=dark] .ks-brand-ptb::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.ks-brand-ptb-two {
    padding-top: 118px;
    padding-bottom: 59px;
}

.ks-brand-text {
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .ks-brand-text {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

.ks-brand-text a {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.28;
    text-transform: capitalize;
    color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .ks-brand-text a {
        font-size: 17px;
    }
    .ks-brand-text a br {
        display: none;
    }
}

.ks-brand-text a svg {
    display: inline-block;
    margin-left: 5px;
}

.ks-brand-text-two {
    margin-bottom: 30px;
    text-align: center;
}

.ks-brand-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.ks-brand-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.ks-brand-item-two {
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.2;
}

[data-tm-layout=dark] .ks-brand-item-two {
    -webkit-filter: invert(1);
    filter: invert(1);
}

[data-tm-layout=dark] .ks-brand-item-two:hover {
    opacity: 1;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.ks-brand-item-two:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.ks-brand-item-three {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.5;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ks-brand-item-three:hover {
    opacity: 1;
}

.ks-brand-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ks-brand-shape-1 {
        height: 340px;
    }
}

@media (max-width: 767.98px) {
    .ks-brand-shape-1 {
        display: none;
    }
}

.ks-brand-active {
    margin-left: 15px;
}

.ks-brand-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.ks-brand-active .swiper-slide {
    width: auto;
}

.ks-brand-two-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.ks-brand-two-active .swiper-slide {
    width: auto;
}

.ks-brand-area-home4 .ks-brand-ptb {
    border: 2px solid var(--gray-color);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

[data-tm-layout=dark] .ks-brand-area-home4 .ks-brand-ptb {
    border: 2px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.ks-brand-area-home4 .ks-brand-ptb:after {
    height: 81px;
    top: 15px;
}

.ks-brand-area.home7-style {
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

/*** 

====================================================================
Testimonial Section
====================================================================

***/

.ks-testimonial-area {
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
}

.ks-testimonial-area .ks-testimonial-top-wrap {
    margin-bottom: 50px;
}

.ks-testimonial-item {
    background-color: var(--theme-color-white);
    border-radius: 100px 100px 0 100px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 60px;
    position: relative;
    z-index: 1;
}

[data-tm-layout=dark] .ks-testimonial-item {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-testimonial-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .ks-testimonial-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 50px;
        border-radius: 20px 20px 0 0;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-item {
        padding: 30px 20px;
    }
}

.ks-testimonial-item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .ks-testimonial-item p {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-item p {
        font-size: 16px;
    }
}

.ks-testimonial-item p span {
    color: var(--theme-color1);
}

.ks-testimonial-item .quote {
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .ks-testimonial-item .quote {
        margin-bottom: 10px;
    }
}

.ks-testimonial-item .quote svg {
    fill: var(--review-color);
}

@media (max-width: 767.98px) {
    .ks-testimonial-item .quote svg {
        width: 60px;
    }
}

.ks-testimonial-item .ratting {
    margin-bottom: 25px;
}

[data-tm-layout=dark] .ks-testimonial-item .ratting i {
    color: var(--review-color);
}

.ks-testimonial-top-text p {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .ks-testimonial-top-text p br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-top-text p {
        margin-top: 30px;
    }
}

.ks-testimonial-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 60px;
    position: relative;
}

@media (max-width: 991.98px) {
    .ks-testimonial-thumb {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-top: 30px;
    }
}

.ks-testimonial-thumb img {
    border-radius: 100px;
}

.ks-testimonial-thumb-sm {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 20px 0;
    border-radius: 0 0 50px 0;
    background-color: var(--theme-color-white);
}

.ks-testimonial-thumb-sm::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -60px;
    width: 60px;
    height: 60px;
    -webkit-transform: scale(-1) rotate(90deg);
    transform: scale(-1) rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.ks-testimonial-thumb-sm::after {
    content: "";
    position: absolute;
    bottom: -59px;
    left: 0px;
    width: 60px;
    height: 60px;
    -webkit-transform: scale(-1) rotate(90deg);
    transform: scale(-1) rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.ks-testimonial-thumb-sm img {
    border-radius: 70px;
}

.ks-testimonial-shape-1 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: -1;
}

[data-tm-layout=dark] .ks-testimonial-shape-1 {
    opacity: 0.1;
}

.ks-testimonial-user-info {
    line-height: 1;
}

.ks-testimonial-user-wrap span {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--theme-color-yellow);
}

.ks-testimonial-user-wrap .title {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

[data-tm-layout=dark] .ks-testimonial-user-wrap .title {
    color: var(--headings-color);
}

.ks-testimonial-user-wrap .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

.ks-testimonial-user-wrap .thumb img {
    border-radius: 50%;
    height: 58px;
    width: 58px;
}

.ks-testimonial-bottom {
    margin-top: -40px;
    margin-left: 60px;
    padding: 60px 80px 20px 80px;
    border-radius: 0 0 100px 100px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.08);
    background: linear-gradient(322deg, #fff826 0%, #0938d3 100%);
}

@media (max-width: 991.98px) {
    .ks-testimonial-bottom {
        margin-left: 0;
        border-radius: 20px;
        padding: 60px 50px 20px 50px;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-bottom {
        padding: 60px 20px 20px 20px;
    }
}

.ks-testimonial-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 991.98px) {
    .ks-testimonial-navigation {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-navigation {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-testimonial-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ks-testimonial-navigation button {
    height: 58px;
    width: 58px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0.8;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 1px solid rgba(19, 19, 46, 0.25);
}

@media (max-width: 991.98px) {
    .ks-testimonial-navigation button {
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 991.98px) {
    .ks-testimonial-navigation button svg {
        width: 15px;
    }
}

.ks-testimonial-navigation button:hover {
    background-color: var(--theme-color-white);
    border-color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-testimonial-navigation button:hover svg path {
    fill: var(--headings-color);
}

.ks-testimonial-progress {
    width: 100%;
}

.ks-testimonial-progress .swiper-pagination-progressbar {
    background: rgba(19, 19, 46, 0.2);
}

.ks-testimonial-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-testimonial-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--dark-color2);
}

.ks-testimonial-progress .swiper-horizontal>.swiper-pagination-progressbar,
.ks-testimonial-progress .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ks-testimonial-progress .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ks-testimonial-progress .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px;
}

.ks-testimonial-2-area {
    padding-top: 110px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1399.98px) {
    .ks-testimonial-2-area {
        padding-bottom: 120px;
    }
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-area {
        padding-bottom: 80px;
    }
}

.ks-testimonial-2-area .ks-testi-panel {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-area .ks-testi-panel {
        margin-bottom: 50px;
    }
}

.ks-testimonial-2-area .ks-section-title-wrap {
    margin-bottom: 35px;
}

.ks-testimonial-2-area .ks-testimonial-user-wrap {
    margin-bottom: 10px;
}

.ks-testimonial-2-mlr {
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 767.98px) {
    .ks-testimonial-2-mlr {
        margin: 0;
    }
}

.ks-testimonial-2-item {
    padding: 50px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 20px;
}

@media (max-width: 1399.98px) {
    .ks-testimonial-2-item {
        padding: 40px 25px;
    }
}

.ks-testimonial-2-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 20px;
    -webkit-transform: scale(0.994);
    transform: scale(0.994);
    background-color: var(--theme-color-white);
    clip-path: path("M0 20C0 8.9543 8.95431 0 20 0H455C466.046 0 475 8.95431 475 20V52.3153C475 63.361 483.954 72.3153 495 72.3153H550C561.046 72.3153 570 81.2696 570 92.3153V274C570 285.046 561.046 294 550 294H20C8.9543 294 0 285.046 0 274V20Z");
    z-index: -1;
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-item::before {
        top: 1px;
        clip-path: unset;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-testimonial-2-item::before {
        top: 0;
    }
}

.ks-testimonial-2-item::after {
    Position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: var(--gradient-1);
    clip-path: path("M0 20C0 8.9543 8.95431 0 20 0H455C466.046 0 475 8.95431 475 20V52.3153C475 63.361 483.954 72.3153 495 72.3153H550C561.046 72.3153 570 81.2696 570 92.3153V274C570 285.046 561.046 294 550 294H20C8.9543 294 0 285.046 0 274V20Z");
    z-index: -2;
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-item::after {
        clip-path: unset;
        height: calc(100% + 3px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-testimonial-2-item::after {
        height: calc(100% + 1px);
    }
}

.ks-testimonial-2-item .ks-testimonial-user-info span {
    color: var(--body-font-family);
}

.ks-testimonial-2-item .ks-testimonial-user-info .title {
    margin-bottom: 4px;
    color: var(--theme-color-dark);
}

.ks-testimonial-2-item .ratting {
    margin-right: 95px;
}

@media (max-width: 1199.98px) {
    .ks-testimonial-2-item .ratting {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-item .ratting {
        margin-right: 100px;
    }
}

.ks-testimonial-2-content {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-content {
        padding-top: 0;
    }
}

.ks-testimonial-2-content p {
    margin-right: 100px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .ks-testimonial-2-content p {
        margin-right: 0;
    }
}

.ks-testimonial-2-content .ks-about-2-user {
    padding-top: 30px;
    margin: 35px 0;
    margin-right: 195px;
    border-top: 1px solid var(--gray-color3);
}

[data-tm-layout=dark] .ks-testimonial-2-content .ks-about-2-user {
    border-top: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .ks-testimonial-2-content .ks-about-2-user {
        margin-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .ks-testimonial-2-content .ks-about-2-user {
        margin-right: 0;
    }
}

.ks-testimonial-2-content .ks-about-2-user span {
    font-size: 14px;
    text-transform: capitalize;
}

[data-tm-layout=dark] .ks-testimonial-2-content .ks-about-2-user span {
    color: rgba(var(--theme-color-dark-rgb), 0.6);
}

.ks-testimonial-2-content .ks-about-2-ratting-box {
    margin-left: 20px;
}

.ks-testimonial-2-content .ks-about-2-ratting-box span {
    margin-left: 0;
}

.ks-testimonial-2-text p {
    font-weight: 400;
    line-height: 1.89;
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 18px;
}

@media (max-width: 1399.98px) {
    .ks-testimonial-2-text p {
        margin-right: 30px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .ks-testimonial-2-text p {
        margin-right: 0;
    }
}

.ks-testimonial-2-item-wrap {
    position: relative;
    margin-left: 6px;
}

@media (max-width: 1399.98px) {
    .ks-testimonial-2-item-wrap {
        margin-left: 0;
    }
}

.ks-testimonial-2-item-wrap .quote {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1399.98px) {
    .ks-testimonial-2-item-wrap .quote svg {
        width: 50px;
    }
}

.ks-testimonial-2-shape-1 {
    position: absolute;
    bottom: 6%;
    left: 40%;
    z-index: -1;
}

@media only screen and (max-width: 1699px) {
    .ks-testimonial-2-shape-1 {
        bottom: -8%;
        left: 35%;
    }
}

/*** 

====================================================================
  Testimonial Section One
====================================================================

***/

.testimonial-section-one {
    padding: 155px 0 130px;
}

@media (max-width: 1399.98px) {
    .testimonial-section-one {
        padding-top: 140px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section-one {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-section-one {
        padding-top: 60px;
    }
}

.testimonial-section-one .ks-service-top-wrap {
    margin-bottom: 68px;
}

.testimonial-slider-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0784313725);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 15px 64px 75px;
    margin: 0 0 0 -75px;
    position: relative;
}

[data-tm-layout=dark] .testimonial-slider-one {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .testimonial-slider-one {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block;
        margin: 0;
        padding: 50px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-slider-one {
        padding: 30px;
    }
}

.testimonial-slider-one:before {
    background: linear-gradient(289.05deg, #FFF826 16.47%, #0938D3 76.33%);
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    content: "";
    position: absolute;
    left: 75px;
    top: -17px;
    width: calc(100% - 75px);
    height: 100%;
    z-index: -1;
}

.testimonial-slider-one .testimonial-slider-content {
    height: 100%;
    width: calc(100% - 340px);
    position: relative;
    margin-left: 0;
    padding: 49px 0 31px 0;
}

@media (max-width: 1199.98px) {
    .testimonial-slider-one .testimonial-slider-content {
        padding: 0;
        width: 100%;
    }
}

.testimonial-slider-one .testimonial-slider-thumbs {
    text-align: center;
    max-width: 430px;
    margin-right: -150px;
}

@media (max-width: 1299.98px) {
    .testimonial-slider-one .testimonial-slider-thumbs {
        margin-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-slider-one .testimonial-slider-thumbs {
        max-width: inherit;
    }
}

@media (max-width: 767.98px) {
    .testimonial-slider-one .testimonial-slider-thumbs {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

.testimonial-slider-one .testimonial-slider-thumbs .thumb {
    width: 430px;
    height: 430px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .testimonial-slider-one .testimonial-slider-thumbs .thumb {
        height: 430px;
        margin-left: 0;
        width: 430px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-slider-one .testimonial-slider-thumbs .thumb {
        width: 275px;
        height: 275px;
    }
}

.testimonial-slider-one .testimonial-slider-thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    clip-path: url(#blob-mask);
}

.testimonial-slider-one .inner-box {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
}

[data-tm-layout=dark] .testimonial-slider-one .inner-box {
    background-color: var(--dark-color2);
}

@media (max-width: 1399.98px) {
    .testimonial-slider-one .inner-box {
        max-width: 88%;
    }
}

@media (max-width: 767.98px) {
    .testimonial-slider-one .inner-box {
        display: block;
        max-width: inherit;
        margin-top: 0;
        padding-top: 0;
    }
}

.testimonial-slider-one .quote-icon {
    margin-bottom: 25px;
}

[data-tm-layout=dark] .testimonial-slider-one .quote-icon {
    opacity: 0.1;
}

@media (max-width: 767.98px) {
    .testimonial-slider-one .quote-icon {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-slider-one .quote-icon {
        right: 0;
        top: 0;
    }
}

.testimonial-slider-one .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.34;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .testimonial-slider-one .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.testimonial-slider-one .text {
    color: var(--text-color2);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .testimonial-slider-one .text {
        font-size: 18px;
    }
}

.testimonial-slider-one .info-box {
    margin-top: 52px;
    position: relative;
}

@media (max-width: 991.98px) {
    .testimonial-slider-one .info-box {
        margin-top: 30px;
    }
}

.testimonial-slider-one .name {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.testimonial-slider-one .designation {
    color: rgba(1, 1, 11, 0.5019607843);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.testimonial-slider-one .icon-quote {
    position: absolute;
    right: 15px;
    top: -4px;
}

@media (max-width: 575.98px) {
    .testimonial-slider-one .icon-quote {
        top: 0;
        right: -30px;
    }
}

.testimonial-slider-one .icon-quote svg path {
    fill: #F5F5F5;
}

.testimonial-slider-one .navigation-wrap {
    position: absolute;
    right: 0;
    top: -126px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .testimonial-slider-one .navigation-wrap {
        display: none;
    }
}

.testimonial-slider-one .swiper-button-prev,
.testimonial-slider-one .swiper-button-next {
    position: static;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #EFF0F0;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .testimonial-slider-one .swiper-button-prev,
[data-tm-layout=dark] .testimonial-slider-one .swiper-button-next {
    background-color: transparent;
}

.testimonial-slider-one .swiper-button-prev:after,
.testimonial-slider-one .swiper-button-next:after {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-slider-one .swiper-button-prev:hover,
.testimonial-slider-one .swiper-button-next:hover {
    border-color: transparent;
    background-color: var(--theme-color5);
    color: var(--text-color-theme-color5);
}

.testimonial-slider-one .swiper-button-prev:hover:after,
.testimonial-slider-one .swiper-button-next:hover:after {
    color: var(--text-color-theme-color5);
}

.testimonial-slider-one .swiper-button-next:after,
.testimonial-slider-one .swiper-button-prev:after {
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    color: #091423;
}

.testimonial-slider-one .swiper-button-next:after {
    content: "\f061";
}

.testimonial-slider-one .swiper-button-prev:after {
    content: "\f060";
}

/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    overflow: hidden;
    margin: 0px 30px;
}

@media (max-width: 575.98px) {
    .testimonial-section-two {
        margin: 0;
    }
}

.testimonial-section-two .outer-box {
    background-color: #202124;
    border-radius: 30px;
    padding: 120px 0px 140px;
}

@media (max-width: 1399.98px) {
    .testimonial-section-two .outer-box {
        margin: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-two .outer-box {
        padding: 120px 0px 70px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section-two .outer-box {
        border-radius: 0;
        margin: 0;
    }
}

.testimonial-section-two .outer-box:before {
    background-image: url(../images/resource/testi2-bg1.jpg);
    background-size: cover;
    border-radius: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 575.98px) {
    .testimonial-section-two .outer-box:before {
        border-radius: 0;
    }
}

.testimonial-section-two .outer-box .sec-title {
    margin-bottom: 40px;
}

.testimonial-section-two .outer-box .sec-title .text {
    margin-left: 40px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .outer-box .sec-title .text {
        margin-left: 0px;
    }
}

.testimonial-section-two .testimonial-swiper-two {
    overflow: visible;
    position: relative;
    padding: 10px;
    border-radius: 20px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .testimonial-swiper-two {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section-two .testimonial-swiper-two {
        padding: 0;
    }
}

.testimonial-section-two .testimonial-swiper-two .testimonial-two-arry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .testimonial-swiper-two .testimonial-two-arry {
        gap: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .testimonial-section-two .testimonial-swiper-two .testimonial-two-arry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.testimonial-section-two .testimonial-swiper-two .testimonial-two-arry button {
    color: var(--theme-color-white);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
    background-color: transparent;
    height: 60px;
    width: 60px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0.8;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
}

[data-tm-layout=dark] .testimonial-section-two .testimonial-swiper-two .testimonial-two-arry button {
    border: 1px solid rgba(var(--theme-color-dark-rgb), 0.16);
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .testimonial-section-two .testimonial-swiper-two .testimonial-two-arry button {
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-two .testimonial-swiper-two .testimonial-two-arry button i {
        width: 15px;
    }
}

.testimonial-section-two .testimonial-swiper-two .testimonial-two-arry button:hover {
    color: #202124;
    border-color: var(--theme-color-yellow);
    background-color: var(--theme-color-yellow);
}

.testimonial-block-two {
    position: relative;
    z-index: 1;
}

.testimonial-block-two .inner-box {
    background: linear-gradient(108.44deg, rgba(255, 255, 255, 0.1) 20.99%, rgba(255, 255, 255, 0.025) 84.05%);
    border: 2px solid rgba(255, 255, 255, 0.14);
    -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    position: relative;
    padding: 28px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box {
        padding: 30px;
    }
}

.testimonial-block-two .inner-box .user-thumb {
    position: relative;
}

.testimonial-block-two .inner-box .user-thumb .user {
    max-width: 65px;
    border-radius: 20px;
    min-width: 300px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .user-thumb .user {
        min-width: 200px;
    }
}

.testimonial-block-two .inner-box .user-thumb .rating {
    background-color: rgba(var(--theme-color-dark-rgb), 0.7);
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10.4px 25px;
}

[data-tm-layout=dark] .testimonial-block-two .inner-box .user-thumb .rating {
    background-color: rgba(var(--theme-color-white-rgb), 0.7);
}

.testimonial-block-two .inner-box .user-thumb .rating .icon {
    color: var(--theme-color-yellow);
    font-size: 20px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .user-thumb .rating .icon {
        font-size: 14px;
    }
}

.testimonial-block-two .inner-box .user-thumb .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-block-two .inner-box .content-box {
    position: relative;
    padding: 34px 48px 58px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding: 34px 0 58px;
        position: static;
    }
}

.testimonial-block-two .inner-box .content-box .user-info {
    margin-left: 3px;
    margin-bottom: 30px;
}

.testimonial-block-two .inner-box .quote-icon {
    color: #fff;
    font-size: 100px;
    position: absolute;
    top: 13px;
    right: 38px;
    opacity: 0.11;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .quote-icon {
        top: 28px;
    }
}

.testimonial-block-two .inner-box .text {
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}

[data-tm-layout=dark] .testimonial-block-two .inner-box .text {
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .text {
        line-height: 1.3;
    }
}

.testimonial-block-two .inner-box .name {
    color: var(--theme-color-white);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

[data-tm-layout=dark] .testimonial-block-two .inner-box .name {
    color: var(--headings-color);
}

.testimonial-block-two .inner-box .designation {
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--theme-color-white-rgb), 0.6);
    display: block;
}

[data-tm-layout=dark] .testimonial-block-two .inner-box .designation {
    color: var(--headings-color);
}

/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 130px 0px 70px;
}

.testimonial-section .outer-box {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    position: relative;
    padding: 112px 50px 83px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .testimonial-section .outer-box {
        padding: 0;
        background-color: transparent;
    }
}

.testimonial-section .outer-box:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 33px;
    right: 30px;
    bottom: -20px;
    height: 100%;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .testimonial-section .outer-box:before {
        display: none;
    }
}

.testimonial-section .outer-box:after {
    background-color: rgba(var(--theme-color-white-rgb), 0.3);
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 56px;
    right: 50px;
    bottom: -40px;
    height: 100%;
    z-index: -2;
}

@media (max-width: 575.98px) {
    .testimonial-section .outer-box:after {
        display: none;
    }
}

.testimonial-section .outer-box .shape-color-style {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .testimonial-section .outer-box .shape-color-style {
        display: none;
    }
}

.testimonial-section .outer-box .shape-color-style:before {
    background-color: rgba(var(--theme-color-dark-rgb), 0.5);
    -webkit-filter: blur(639.5px);
    filter: blur(639.5px);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 55px;
    top: 0px;
    height: 710px;
    width: 710px;
}

.testimonial-section .outer-box .shape-color-style:after {
    background-color: rgba(var(--theme-color-dark-rgb), 0.5);
    -webkit-filter: blur(639.5px);
    filter: blur(639.5px);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 105px;
    top: 70px;
    height: 710px;
    width: 710px;
}

.testimonial-section .swiper-container-inner {
    padding-bottom: 0;
}

.testimonial-section .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.testimonial-block-new .inner-box {
    background-color: var(--theme-color-white);
    border-radius: 30px;
    cursor: pointer;
    padding: 45px 40px;
    position: relative;
    margin: 30px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .testimonial-block-new .inner-box {
        padding: 30px 25px;
    }
}

.testimonial-block-new .inner-box:before {
    background: var(--gradient-1);
    border-radius: 30px;
    content: "";
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.testimonial-block-new .inner-box .review .rating .icon {
    color: var(--theme-color1);
    font-size: 20px;
    margin-right: 6px;
}

@media (max-width: 575.98px) {
    .testimonial-block-new .inner-box .review .rating .icon {
        font-size: 14px;
    }
}

.testimonial-block-new .inner-box .review .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-block-new .inner-box .quote-icon {
    position: absolute;
    right: 43px;
    top: 25px;
}

.testimonial-block-new .inner-box .quote-icon .icon {
    color: var(--theme-color-dark);
    font-size: 100px;
    line-height: 100%;
    opacity: 0.05;
}

@media (max-width: 575.98px) {
    .testimonial-block-new .inner-box .quote-icon .icon {
        font-size: 70px;
    }
}

.testimonial-block-new .inner-box .text {
    color: #666666;
    font-family: var(--body-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 25px;
    position: relative;
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: 1.5;
}

.testimonial-block-new .inner-box .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonial-block-new .inner-box .info-box .user-thumb {
    border-radius: 50%;
    max-width: 75px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-new .inner-box .info-box .user-thumb .user {
    border-radius: 50%;
    max-width: 65px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-new .inner-box .info-box .name {
    color: var(--theme-color-dark2);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: var(--heading-font-family);
}

.testimonial-block-new .inner-box .info-box .designation {
    color: var(--text-color4);
    font-size: 16px;
    display: block;
    font-weight: 500;
    font-family: var(--body-font-family);
    line-height: 30px;
}

.testimonial-section-four {
    position: relative;
}

.testimonial-section-four .swiper-container-inner {
    padding-bottom: 0;
}

.testimonial-section-four .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.testimonial-block .inner-box {
    background-color: var(--theme-color-white);
    cursor: pointer;
    margin-top: 34px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box {
        margin-top: 0;
        padding: 0 0 30px 0;
    }
}

.testimonial-block .inner-box .review .rating .icon {
    color: var(--theme-color1);
    font-size: 20px;
    margin-right: 4px;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .review .rating .icon {
        font-size: 14px;
    }
}

.testimonial-block .inner-box .review .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-block .inner-box .quote-icon {
    margin-bottom: 23px;
    position: relative;
    top: 25px;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .quote-icon {
        top: 0;
    }
}

.testimonial-block .inner-box .quote-icon .icon {
    color: var(--theme-color-gray-2);
    font-size: 100px;
    line-height: 100%;
    opacity: 0.05;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .quote-icon .icon {
        font-size: 70px;
    }
}

.testimonial-block .inner-box .text {
    font-family: var(--style-font);
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 25px;
    color: var(--theme-color-gray2);
}

@media (max-width: 767.98px) {
    .testimonial-block .inner-box .text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .text {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonial-block .inner-box .info-box {
    gap: 20px;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .info-box .user-thumb {
    border-radius: 50%;
    max-width: 75px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box .info-box .user-thumb .user {
    border-radius: 50%;
    max-width: 65px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box .info-box .name {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: var(--body-font-family);
}

.testimonial-block .inner-box .info-box .designation {
    display: block;
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

[data-tm-layout=dark] .testimonial-block .inner-box .info-box .designation {
    color: rgba(var(--theme-color-dark-rgb), 0.6);
}

/*** 
====================================================================
  hero Section
  ====================================================================  ***/

.ks-hero-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .ks-hero-area .ks-about-2-user span {
        font-size: 14px;
    }
}

.ks-hero-title {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color-white);
    font-size: clamp(70px, 14.25vw, 228px);
    line-height: 1.2;
}

[data-tm-layout=dark] .ks-hero-title {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-hero-title {
        margin-bottom: 40px;
    }
}

.ks-hero-gradiant-title {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: -1;
    font-weight: 700;
    font-size: clamp(70px, 14.25vw, 228px);
    line-height: 1.2;
    text-transform: uppercase;
    background: -webkit-gradient(linear, right top, left top, from(#fff826), to(#0938d3));
    background: linear-gradient(270deg, #fff826 0%, #0938d3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
    .ks-hero-gradiant-title {
        right: 0;
    }
}

.ks-hero-text {
    border-top: 2px solid var(--theme-color-white);
    margin-right: 81px;
    padding-top: 53px;
}

[data-tm-layout=dark] .ks-hero-text {
    border-top: 2px solid var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-hero-text {
        margin-right: 0;
        padding-top: 40px;
    }
}

.ks-hero-text p {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-weight: 800;
    font-size: clamp(24px, 2.5vw, 40px);
    line-height: 1.5;
    text-transform: uppercase;
}

[data-tm-layout=dark] .ks-hero-text p {
    color: var(--headings-color);
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-text-wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-text-wrap {
        margin-bottom: 70px;
    }
}

.ks-hero-arrow {
    position: relative;
    display: inline-block;
}

.ks-hero-arrow span {
    height: 122px;
    width: 122px;
    line-height: 120px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-hero-arrow span {
    background-color: var(--theme-color-white);
}

.ks-hero-arrow .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-hero-arrow .text img {
    -webkit-animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ks-hero-contact a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    margin-right: 22px;
    text-transform: lowercase;
    color: var(--theme-color1);
}

.ks-hero-contact a:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 16px;
    width: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid var(--gray-color3);
}

@media (max-width: 1399.98px) {
    .ks-hero-social {
        margin-left: 0;
    }
}

.ks-hero-social a {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color1);
    background-color: var(--theme-color1);
}

[data-tm-layout=dark] .ks-hero-social a {
    color: var(--headings-color);
}

.ks-hero-social a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-color-dark);
}

.ks-hero-social a:not(:last-child) {
    margin-right: 6px;
}

.ks-hero-social a:hover {
    border-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-hero-social a:hover svg path {
    fill: var(--theme-color-white);
}

.ks-hero-social a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ks-hero-social a svg {
    height: 14px;
    width: 12px;
    position: relative;
    z-index: 1;
}

.ks-hero-shape-1 {
    position: absolute;
    top: 17%;
    right: 9.6%;
    z-index: 2;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-shape-1 {
        top: 13%;
        right: 11.6%;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-shape-1 {
        top: 10%;
        right: 3.6%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-shape-1 {
        right: -8%;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-shape-1 {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        top: 2%;
        right: -16%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-shape-1 {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        top: -3%;
        right: -27%;
    }
}

.ks-hero-shape-2 {
    position: absolute;
    top: 0;
    left: -1%;
    z-index: -1;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-shape-2 {
        left: -19%;
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-shape-2 {
        left: -24%;
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-shape-2 {
        left: -33%;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-shape-2 {
        left: -51%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-shape-2 {
        left: -84%;
    }
}

.ks-hero-shape-3 {
    position: absolute;
    top: 42%;
    left: 46.5%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ks-hero-shape-3 {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        top: 37%;
    }
}

/*** 
====================================================================
  Hero Section Two
  ====================================================================  ***/

.ks-hero-2-area {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .ks-hero-2-area .ks-about-2-user span {
        font-size: 14px;
    }
}

.ks-hero-2-content {
    padding: 90px 0 0;
}

.ks-hero-2-title {
    color: var(--theme-color-white);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(45px, 5vw, 80px);
    line-height: 1.26;
    max-width: 703px;
}

[data-tm-layout=dark] .ks-hero-2-title {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-hero-2-title {
        margin-bottom: 40px;
    }
}

.ks-hero-2-text {
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    margin-right: 81px;
    padding-top: 53px;
}

@media (max-width: 767.98px) {
    .ks-hero-2-text {
        margin-right: 0;
        padding-top: 40px;
    }
}

.ks-hero-2-text p {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    max-width: 351px;
    text-transform: capitalize;
}

[data-tm-layout=dark] .ks-hero-2-text p {
    color: var(--headings-color);
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-2-text-wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-2-text-wrap {
        margin-bottom: 70px;
    }
}

.ks-hero-2-about-box {
    max-width: 470px;
    position: relative;
}

.ks-hero-2-about-box .image-box {
    border-radius: 25px;
    max-height: 160px;
    max-width: 470px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ks-hero-2-about-box .image-box img {
    height: 100%;
    -webkit-mask-image: url(../images/shape/hero-about-mask.png);
    -webkit-mask-size: inherit;
    -webkit-mask-position: right top;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
}

@media (max-width: 575.98px) {
    .ks-hero-2-about-box .image-box img {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.ks-hero-2-about-box .image-box:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-mask-image: url(../images/shape/hero-about-mask.png);
    -webkit-mask-size: inherit;
    -webkit-mask-position: right top;
    -webkit-mask-repeat: no-repeat;
    height: 100%;
}

@media (max-width: 575.98px) {
    .ks-hero-2-about-box .image-box:before {
        -webkit-mask-image: none;
    }
}

.ks-hero-2-about-box .content {
    bottom: 0;
    height: 100%;
    padding-bottom: 35px;
    padding-left: 35px;
    position: absolute;
    width: 100%;
}

@media (max-width: 575.98px) {
    .ks-hero-2-about-box .content {
        padding-bottom: 25px;
        padding-left: 20px;
    }
}

.ks-hero-2-about-box .content .arrow-icon {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -5px;
    width: 60px;
}

@media (max-width: 575.98px) {
    .ks-hero-2-about-box .content .arrow-icon {
        display: none;
    }
}

.ks-hero-2-about-box .content .title {
    bottom: 25px;
    color: var(--theme-color-white);
    position: absolute;
    top: auto;
}

[data-tm-layout=dark] .ks-hero-2-about-box .content .title a {
    color: var(--headings-color);
}

.ks-hero-2-shape-1 {
    position: absolute;
    right: 20%;
    top: 30%;
    z-index: 2;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-2-shape-1 {
        top: 13%;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-2-shape-1 {
        top: 10%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-2-shape-1 {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        right: 10%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-2-shape-1 {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        top: 20%;
    }
}

@media (max-width: 767.98px) {
    .ks-hero-2-shape-1 {
        display: none;
    }
}

.ks-hero-2-shape-2 {
    opacity: 0.5;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-2-shape-2 {
        right: -19%;
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-2-shape-2 {
        right: -24%;
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-2-shape-2 {
        right: -33%;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-2-shape-2 {
        right: -51%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-2-shape-2 {
        right: -84%;
    }
}

.ks-hero-2-shape-3 {
    left: 44%;
    position: absolute;
    top: 47.6%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ks-hero-2-shape-3 {
        top: 37%;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

.ks-hero-2-shape-4 {
    position: absolute;
    right: 90px;
    top: 52%;
    z-index: 0;
}

.ks-hero-2-shape-5 {
    bottom: 0;
    position: absolute;
    right: 90px;
    z-index: 0;
}

.ks-hero-2-shape-6 {
    background: rgba(255, 248, 38, 0.9);
    bottom: 20%;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 497px;
    position: absolute;
    right: 25%;
    top: auto;
    width: 497px;
}

/*** 
====================================================================
  Hero Section Three -- Home Layout 4
  ====================================================================  ***/

.ks-hero-3-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .ks-hero-3-area .ks-about-2-user span {
        font-size: 14px;
    }
}

.ks-hero-3-area:before {
    background: var(--gradient-2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ks-hero-3-image-box {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .ks-hero-3-image-box {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .ks-hero-3-image-box {
        display: none;
    }
}

.ks-hero-3-image-box img {
    position: relative;
}

.ks-hero-3-content {
    padding: 100px 0;
}

@media (max-width: 1199.98px) {
    .ks-hero-3-content {
        padding-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-hero-3-content {
        padding-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .ks-hero-3-content {
        padding: 30px 10px 80px;
    }
}

.ks-hero-3-content .sub-title {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ks-hero-3-title {
    color: var(--theme-color-white);
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    font-size: clamp(45px, 5vw, 80px);
    line-height: 1;   
}

[data-tm-layout=dark] .ks-hero-3-title {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-hero-3-title {
        margin-bottom: 40px;
    }
}

.ks-hero-3-text .title {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 164px;
    position: relative;
}

[data-tm-layout=dark] .ks-hero-3-text .title {
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .ks-hero-3-text .title {
        padding-left: 0;
    }
}

.ks-hero-3-text .title:before {
    background-color: var(--theme-color-white);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 137px;
}

[data-tm-layout=dark] .ks-hero-3-text .title:before {
    background-color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .ks-hero-3-text .title:before {
        display: none;
    }
}

.ks-hero-3-text .count {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

[data-tm-layout=dark] .ks-hero-3-text .count {
    color: var(--headings-color);
}

.ks-hero-3-text .text-2 {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;   
    text-transform: capitalize;
}

[data-tm-layout=dark] .ks-hero-3-text .text-2 {
    color: var(--headings-color);
}

.ks-hero-3-text .ks-about-2-ratting-box {
    max-width: 20%;
}

@media (max-width: 575.98px) {
    .ks-hero-3-text .ks-about-2-ratting-box {
        max-width: 50%;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-3-text-wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-3-text-wrap {
        margin-bottom: 70px;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-3-text-wrap {
        margin-bottom: 0;
    }
}

.ks-hero-3-banner-img {
    bottom: -540px;
    margin-top: -100px;
    position: absolute;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .ks-hero-3-banner-img {
        bottom: -400px;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-3-banner-img {
        bottom: -300px;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-3-banner-img {
        bottom: -200px;
    }
}

@media (max-width: 767.98px) {
    .ks-hero-3-banner-img {
        bottom: -100px;
    }
}

@media (max-width: 575.98px) {
    .ks-hero-3-banner-img {
        display: none;
    }
}

.ks-hero-3-banner-img img {
    border: 10px solid var(--theme-color-white);
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ks-hero-3-banner-img:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.6);
    border-radius: 30px;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.ks-hero-3-banner-img:after {
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
    border-radius: 30px;
    bottom: -20px;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -2;
}

/*** 
====================================================================
  Hero Section Four -- Home Layout 5
  ====================================================================  ***/

.ks-hero-4 {
    background-color: var(--gray-color);
    overflow: hidden;
    padding: 170px 0 100px;
    position: relative;
    z-index: 9;
}

[data-tm-layout=dark] .ks-hero-4 {
    background-color: var(--dark-color2);
}

@media (max-width: 1499.98px) {
    .ks-hero-4 {
        padding: 0;
    }
}

.ks-hero-4 .shape-1 {
    left: 0;
    position: absolute;
    top: 9%;
}

@media screen and (max-width: 1499px) {
    .ks-hero-4 .shape-1 {
        top: -50px;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-4 .shape-1 {
        display: none;
    }
}

.ks-hero-4 .shape-3 {
    position: absolute;
    top: 0;
    left: 150px;
    z-index: -1;
}

[data-tm-layout=dark] .ks-hero-4 .shape-3 {
    opacity: 0.1;
}

@media (max-width: 767.98px) {
    .ks-hero-4 .shape-3 {
        display: none;
    }
}

.ks-hero-4 .hero-content {
    margin-left: 70px;
}

@media screen and (max-width: 1499px) {
    .ks-hero-4 .hero-content {
        margin-left: 50px;
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-4 .hero-content {
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-4 .hero-content {
        margin-left: 0;
        padding-top: 50px;
    }
}

.ks-hero-4 .hero-content .title {
    color: var(--theme-color-dark);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    max-width: 700px;
    text-transform: uppercase;
    font-size: clamp(30px, 5vw, 80px);
    line-height: 1.26;
}

.ks-hero-4 .hero-content .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 561px;
}

[data-tm-layout=dark] .ks-hero-4 .hero-content .count {
    color: var(--headings-color);
}

.ks-hero-4 .hero-content .hero-button .theme-btn {
    position: relative;
}

.ks-hero-4 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
}

@media only screen and (max-width: 767px) {
    .ks-hero-4 .hero-content .hero-button .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }
    .ks-hero-4 .hero-content .hero-button .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }
    .ks-hero-4 .hero-content .hero-button .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575.98px) {
    .ks-hero-4 .hero-content .hero-button .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.ks-hero-4 .hero-content .hero-button .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.ks-hero-4 .hero-content .ratting {
    color: var(--theme-color-dark);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    max-width: 20%;
}

@media (max-width: 575.98px) {
    .ks-hero-4 .hero-content .ratting {
        max-width: inherit;
    }
}

.ks-hero-4 .hero-image {
    position: absolute;
    right: 3%;
    top: 15%;
}

@media screen and (max-width: 1399px) {
    .ks-hero-4 .hero-image {
        text-align: end;
    }
    .ks-hero-4 .hero-image img {
        width: 70%;
    }
}

@media screen and (max-width: 1199px) {
    .ks-hero-4 .hero-image {
        top: 25%;
    }
    .ks-hero-4 .hero-image img {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-4 .hero-image {
        display: none;
    }
}

/*** 
====================================================================
  Hero Section Four -- Home Layout 6
  ====================================================================  ***/

.ks-hero-5-area {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .ks-hero-5-area .ks-about-2-user span {
        font-size: 14px;
    }
}

.ks-hero-5-area:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#0938D3), color-stop(56.56%, #13132E));
    background: linear-gradient(180deg, #0938D3 0%, #13132E 56.56%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ks-hero-5-content {
    padding: 90px 0 0;
}

.ks-hero-5-content .title {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 700;
    max-width: 1000px;
    font-size: clamp(45px, 6.25vw, 100px);
    line-height: 1.1;
    text-transform: uppercase;
}

[data-tm-layout=dark] .ks-hero-5-content .title {
    color: var(--headings-color);
}

.ks-hero-5-content .text {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
}

[data-tm-layout=dark] .ks-hero-5-content .text {
    color: var(--headings-color);
}

.ks-hero-5-content .subscription-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    border-radius: 47.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 598px;
    position: relative;
}

[data-tm-layout=dark] .ks-hero-5-content .subscription-form {
    background-color: rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 499.98px) {
    .ks-hero-5-content .subscription-form {
        display: block;
        height: auto;
    }
}

.ks-hero-5-content .subscription-form i {
    color: var(--text-color5);
    margin-left: 40px;
}

.ks-hero-5-content .subscription-form .form-control {
    background-color: transparent;
    border: none;
    color: var(--theme-color-white);
}

.ks-hero-5-content .subscription-form .form-control::-webkit-input-placeholder {
    color: var(--text-color5);
}

.ks-hero-5-content .subscription-form .form-control::-moz-placeholder {
    color: var(--text-color5);
}

.ks-hero-5-content .subscription-form .form-control:-ms-input-placeholder {
    color: var(--text-color5);
}

.ks-hero-5-content .subscription-form .form-control::-ms-input-placeholder {
    color: var(--text-color5);
}

.ks-hero-5-content .subscription-form .form-control::placeholder {
    color: var(--text-color5);
}

.ks-hero-5-content .subscription-form .submit-btn {
    background-color: var(--text-color5);
    border-radius: 47px;
    color: var(--theme-color-white);
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: 10px;
    width: 212px;
}

[data-tm-layout=dark] .ks-hero-5-content .subscription-form .submit-btn {
    color: var(--headings-color);
}

@media (max-width: 499.98px) {
    .ks-hero-5-content .subscription-form .submit-btn {
        margin: 0 auto;
        position: relative;
        right: 0;
        width: 90%;
    }
}

.ks-hero-5-shape-1 {
    position: absolute;
    right: 1%;
    top: 12%;
    z-index: 2;
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    .ks-hero-5-shape-1 {
        right: 11.6%;
        top: 13%;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@media (max-width: 1599.98px) {
    .ks-hero-5-shape-1 {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        top: 10%;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-5-shape-1 {
        display: none;
    }
}

.ks-hero-5-shape-3 {
    left: 0%;
    position: absolute;
    top: 12%;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .ks-hero-5-shape-3 {
        display: none;
    }
}

.ks-hero-5-shape-4 {
    position: absolute;
    right: 22%;
    top: 11%;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .ks-hero-5-shape-4 {
        display: none;
    }
}

.ks-hero-5-shape-5 {
    left: 27%;
    position: absolute;
    top: 20%;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .ks-hero-5-shape-5 {
        display: none;
    }
}

/*** 
====================================================================
  Hero Section Four -- Home Layout 7
  ====================================================================  ***/

.ks-hero-6 {
    background-color: var(--gray-color);
    overflow: hidden;
    padding: 170px 0 60px;
    position: relative;
    z-index: 9;
}

[data-tm-layout=dark] .ks-hero-6 {
    background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
    .ks-hero-6 {
        padding: 70px 0 60px;
    }
}

.ks-hero-6 .shape-1 {
    left: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 1199.98px) {
    .ks-hero-6 .shape-1 {
        display: none;
    }
}

.ks-hero-6 .shape-2 {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: -1;
}

@media screen and (max-width: 1299px) {
    .ks-hero-6 .shape-2 {
        display: none;
    }
}

.ks-hero-6 .shape-3 {
    bottom: 150px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ks-hero-6 .shape-3 {
        display: none;
    }
}

.ks-hero-6 .shape-4 {
    position: absolute;
    right: 37%;
    top: 40%;
}

@media (max-width: 1199.98px) {
    .ks-hero-6 .shape-4 {
        right: 15%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-6 .shape-4 {
        display: none;
    }
}

.ks-hero-6 .shape-5 {
    position: absolute;
    right: 5%;
    top: 50%;
}

@media screen and (max-width: 1299px) {
    .ks-hero-6 .shape-5 {
        right: 1%;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-6 .shape-5 {
        display: none;
    }
}

.ks-hero-6 .shape-6 {
    bottom: 30px;
    left: calc(40% + 220px);
    margin: 0 auto;
    max-width: 371px;
    position: absolute;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ks-hero-6 .shape-6 {
        display: none;
    }
}

.ks-hero-6 .hero-content {
    margin-left: 70px;
}

@media screen and (max-width: 1499px) {
    .ks-hero-6 .hero-content {
        margin-left: 50px;
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-6 .hero-content {
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-6 .hero-content {
        margin-left: 0;
    }
}

.ks-hero-6 .hero-content .title {
    color: var(--theme-color-dark);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 730px;
    text-transform: capitalize;
    font-size: clamp(30px, 5vw, 80px);
    line-height: 1;
}

.ks-hero-6 .hero-content .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 561px;
}

.ks-hero-6 .hero-content .hero-button .video-btn {
    color: var(--theme-color-dark);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    margin-left: 30px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .ks-hero-6 .hero-content .hero-button .video-btn {
        margin-left: 0;
    }
}

.ks-hero-6 .hero-content .hero-button .icon {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

[data-tm-layout=dark] .ks-hero-6 .hero-content .hero-button .icon {
    color: var(--theme-color-white);
}

.ks-hero-6 .hero-image {
    bottom: 0px;
    position: absolute;
    right: 10%;
    top: auto;
}

@media screen and (max-width: 1299px) {
    .ks-hero-6 .hero-image {
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-6 .hero-image {
        display: none;
    }
}

/*** 
====================================================================
  Hero Section Four -- Home Layout 8
  ====================================================================  ***/

.ks-hero-7 {
    background-color: var(--theme-color-dark);
    overflow: hidden;
    padding: 70px 0 60px;
    position: relative;
    z-index: 9;
}

[data-tm-layout=dark] .ks-hero-7 {
    background-color: var(--dark-color2);
}

.ks-hero-7:before {
    background: rgba(255, 248, 38, 0.4);
    border-radius: 50%;
    bottom: 0;
    content: "";
    -webkit-filter: blur(200px);
    filter: blur(200px);
    height: 497px;
    left: 0;
    position: absolute;
    top: 656px;
    width: 497px;
}

.ks-hero-7 .shape-1 {
    right: 18%;
    position: absolute;
    top: 23%;
}

@media (max-width: 1199.98px) {
    .ks-hero-7 .shape-1 {
        display: none;
    }
}

.ks-hero-7 .shape-2 {
    left: 0;
    position: absolute;
    top: -20px;
    z-index: -1;
}

@media screen and (max-width: 1299px) {
    .ks-hero-7 .shape-2 {
        display: none;
    }
}

.ks-hero-7 .shape-3 {
    bottom: 20%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ks-hero-7 .shape-3 {
        display: none;
    }
}

.ks-hero-7 .shape-4 {
    position: absolute;
    right: 37%;
    top: 25%;
}

@media (max-width: 1199.98px) {
    .ks-hero-7 .shape-4 {
        right: 15%;
    }
}

@media (max-width: 991.98px) {
    .ks-hero-7 .shape-4 {
        display: none;
    }
}

.ks-hero-7 .shape-5 {
    bottom: 15%;
    left: calc(65% + 220px);
    margin: 0 auto;
    max-width: 371px;
    position: absolute;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ks-hero-7 .shape-5 {
        display: none;
    }
}

.ks-hero-7 .hero-content {
    margin-left: 70px;
}

@media screen and (max-width: 1499px) {
    .ks-hero-7 .hero-content {
        margin-left: 50px;
    }
}

@media (max-width: 1399.98px) {
    .ks-hero-7 .hero-content {
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-hero-7 .hero-content {
        margin-left: 0;
    }
}

.ks-hero-7 .hero-content .title {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 765px;
    text-transform: capitalize;
    font-size: clamp(30px, 5vw, 80px);
    line-height: 1;
}

[data-tm-layout=dark] .ks-hero-7 .hero-content .title {
    color: var(--headings-color);
}

.ks-hero-7 .hero-content .text {
    color: var(--text-color2);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 482px;
}

.ks-hero-7 .hero-content .hero-button .video-btn {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    margin-left: 30px;
    text-transform: uppercase;
}

[data-tm-layout=dark] .ks-hero-7 .hero-content .hero-button .video-btn {
    color: var(--theme-color-dark);
}

@media (max-width: 575.98px) {
    .ks-hero-7 .hero-content .hero-button .video-btn {
        margin-left: 0;
    }
}

.ks-hero-7 .hero-content .hero-button .icon {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

[data-tm-layout=dark] .ks-hero-7 .hero-content .hero-button .icon {
    color: var(--theme-color-white);
}

.ks-hero-7 .hero-img-box {
    position: relative;
}

.ks-hero-7 .hero-img-box .img-1 {
    position: relative;
}

.ks-hero-7 .hero-img-box .img-1 img {
    border-radius: 200px 200px 0px 200px;
}

.ks-hero-7 .hero-img-box .img-1:before {
    background-color: transparent;
    border-radius: 200px 200px 0px 200px;
    border: 10px solid var(--theme-color1);
    bottom: -20px;
    content: "";
    left: 0;
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: -1;
}

.ks-hero-7 .hero-img-box .img-2 {
    position: relative;
}

.ks-hero-7 .hero-img-box .img-2 img {
    border-radius: 0px 200px 200px 200px;
}

.ks-hero-7 .hero-img-box .img-3 {
    position: relative;
}

.ks-hero-7 .hero-img-box .img-3 img {
    border-radius: 200px 200px 200px 0px;
}

.ks-hero-7 .hero-img-box .img-3:before {
    background-color: transparent;
    border-radius: 200px 200px 200px 0px;
    border: 3px solid var(--theme-color1);
    bottom: -20px;
    content: "";
    left: -10px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}

/*** 

====================================================================
  step Section
  ====================================================================***/


  .ks-step-icon {
    display: inline-block;       
    text-align: center;  
   
}

@media (max-width: 1199.98px) {
    .ks-step-icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }
}

@media (max-width: 1199.98px) {
    .ks-step-icon svg {
        width: 40px;
    }
}

.ks-step-number { 
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-white);
    background-color: var(--theme-color-yellow);
}

@media (max-width: 1199.98px) {
    .ks-step-number {
        height: 60px;
        width: 60px;
        line-height: 56px;
        font-size: 20px;
    }
}

.ks-step-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .ks-step-title {
        font-size: 22px;
    }
}

.ks-step-bottom {
    margin: 0 13px;
    border-radius: 250px;
    padding: 10px 10px 10px 40px;
    border: 1px solid var(--gray-color3);
}

@media (max-width: 1199.98px) {
    .ks-step-bottom {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-step-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 20px;
        padding: 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-step-bottom h5 {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .ks-step-bottom h5 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 1399.98px) {
    .ks-step-area.pt-90 {
        padding-top: 20px;
    }
}

.ks-step-area-2 {
   background: #0e4c5c;
}

.ks-step-area-2 .ks-section-subtitle,
.ks-step-area-2 .ks-section-title,
.ks-step-area-2 .ks-step-title {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-step-area-2 .ks-section-subtitle,
[data-tm-layout=dark] .ks-step-area-2 .ks-section-title,
[data-tm-layout=dark] .ks-step-area-2 .ks-step-title {
    color: var(--headings-color);
}

.ks-step-area-2:before {
    background: rgba(255, 248, 38, 0.3);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    bottom: 50px;
    content: "";
    height: 415px;
    position: absolute;
    top: auto;
    width: 415px;
}

.ks-step-shape-1 {
    position: absolute;
    top: -14%;
    right: 7%;
    z-index: -1;
}

@media only screen and (max-width: 1699px) {
    .ks-step-shape-1 {
        top: -22%;
        right: 3%;
    }
}

@media (max-width: 1599.98px) {
    .ks-step-shape-1 {
        top: -22%;
        right: 0%;
    }
}

.ks-step-shape-2 {
    position: absolute;
    top: 29%;
    left: -4%;
    z-index: -1;
}

.ks-step-shape-3 {
    position: absolute;
    top: 29%;
    right: -4%;
    z-index: -1;
}

/*** 

====================================================================
  text slide Section
====================================================================***/

.ks-text-slide-ptb {
    padding: 63px 0;
}

.ks-text-slide-shape-1 {
    position: absolute;
    top: 12%;
    left: 0;
    z-index: -1;
}

.ks-text-slide-item span {
    font-weight: 700;
    font-size: 140px;
    line-height: 1;
    color: #ffffff;
    font-family: var(--heading-font-family);
}

@media (max-width: 1199.98px) {
    .ks-text-slide-item span {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .ks-text-slide-item span {
        font-size: 85px;
    }
}

.ks-text-slide-circle-1 {
    position: absolute;
    top: 50%;
    left: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.ks-text-slide-circle-1 span {
    display: inline-block;
    width: 414px;
    height: 220px;
    border-radius: 100%;
    border: 1px solid var(--theme-color1);
}

@media only screen and (max-width: 1699px) {
    .ks-text-slide-circle-1 span {
        width: 314px;
        height: 150px;
    }
}

@media (max-width: 1199.98px) {
    .ks-text-slide-circle-1 span {
        width: 240px;
        height: 120px;
    }
}

@media (max-width: 767.98px) {
    .ks-text-slide-circle-1 span {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-text-slide-circle-1 span {
        display: inline-block;
        width: 180px;
        height: 80px;
    }
}

.ks-text-slide-circle-1 span:last-child {
    border-color: var(--theme-color-yellow);
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
}

.ks-text-slide-circle-1.circle-2 {
    left: auto;
    right: -2%;
}

.ks-text-slide-circle-1.circle-2 span:last-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ks-text-slide-circle-1.circle-2 span:first-child {
    -webkit-transform: translateX(48%);
    transform: translateX(48%);
}

.ks-text-slide-circle-2 {
    position: absolute;
    top: 50%;
    left: 36.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media (max-width: 991.98px) {
    .ks-text-slide-circle-2 {
        display: none;
    }
}

.ks-text-slide-circle-2 span {
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid var(--theme-color1);
}

@media only screen and (max-width: 1699px) {
    .ks-text-slide-circle-2 span {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 1199.98px) {
    .ks-text-slide-circle-2 span {
        width: 140px;
        height: 140px;
    }
}

.ks-text-slide-circle-2 span:last-child {
    border-color: var(--theme-color-yellow);
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.ks-text-slide-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.ks-text-slide-active .swiper-slide {
    width: auto;
}

.ks-text-slide-area.home7-style {
    margin: 0 -20px;
    -webkit-transform: rotate(-4.57deg);
    transform: rotate(-4.57deg);
}

.ks-text-slide-area.home8-style {
    margin: 0 -20px;
    -webkit-transform: rotate(0.64deg);
    transform: rotate(0.64deg);
    z-index: 10;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.ks-footer-area {
    position: relative;
}

.ks-footer-area:before {    
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399.98px) {
    .ks-footer-area {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1399.98px) {
    .ks-footer-area {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-footer-area {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 60px;
    }
}



.ks-footer-widget p {
    color: var(--gray-color2);
}

.ks-footer-widget-title {
    color: var(--theme-color-white);
    font-family: var(--body-font-family);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
}

[data-tm-layout=dark] .ks-footer-widget-title {
    color: var(--headings-color);
}

.ks-footer-widget-menu ul li:not(:last-child) {
    margin-bottom: 5px;
}

.ks-footer-widget-menu ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--gray-color2);
}

.ks-footer-widget-menu ul li a:hover {
    color: var(--theme-color-yellow);
}

.ks-footer-widget-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: var(--gray-color3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ks-footer-widget-social a svg {
    position: absolute;
    z-index: 1;
}

.ks-footer-widget-social a:not(:last-child) {
    margin-right: 12px;
}

.ks-footer-widget-social a::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-color-yellow);
}

.ks-footer-widget-social a:hover {
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-footer-widget-social a:hover {
    color: var(--theme-color-white);
}

.ks-footer-widget-social a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ks-footer-newsletter-form input {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 25px;
    padding-right: 50px;
    color: var(--text-color);
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ks-footer-newsletter-form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-footer-newsletter-form input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-footer-newsletter-form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-footer-newsletter-form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-footer-newsletter-form input::placeholder {
    font-weight: 500;
    font-size: 14px;
}

.ks-footer-newsletter-form input:focus {
    border-color: var(--theme-color-yellow);
}

.ks-footer-newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}

.ks-footer-checkbox input {
    display: none;
}

.ks-footer-checkbox input .ks-footer-checkbox input:checked+label::after {
    opacity: 1;
    visibility: visible;
}

.ks-footer-checkbox input:checked~label::after {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.ks-footer-checkbox input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.ks-footer-checkbox label {
    position: relative;
    padding-left: 35px;
}

.ks-footer-checkbox label span {
    text-decoration: underline;
    color: var(--theme-color-white);
}

.ks-footer-checkbox label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ks-footer-checkbox label::before {
    position: absolute;
    content: url("../images/icon/check.svg");
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    color: var(--theme-color-white);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.ks-footer-checkbox label:hover {
    cursor: pointer;
}

@media (max-width: 1399.98px) {
    .ks-footer-style-2.ks-mlr {
        border-radius: 0;
    }
}

.ks-footer-style-2 .ks-cta-shape-2 {
    left: auto;
    right: 0;
    top: -4%;
}

.ks-copyright-ptb {    
    padding: 29px 20px;    
    border-top: 1px solid var(--gray-color2); 
}

@media (max-width: 1399.98px) {
    .ks-copyright-ptb {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .ks-copyright-ptb {
        padding: 20px 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ks-copyright-text p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    
}

[data-tm-layout=dark] .ks-copyright-text p {
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .ks-copyright-text p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .ks-copyright-text p {
        font-size: 14px;
    }
}

.ks-copyright-navbar ul li {
    display: inline-block;
}

.ks-copyright-navbar ul li:not(:last-child) {
    margin-right: 8px;
}

.ks-copyright-navbar ul li a {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 500;
}

[data-tm-layout=dark] .ks-copyright-navbar ul li a {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-copyright-navbar ul li a {
        font-size: 14px;
    }
}

/*** 

====================================================================
  blog Section
  ====================================================================**/

.ks-blog-mlr {
    margin: 0 60px;
}

@media (max-width: 1399.98px) {
    .ks-blog-mlr {
        margin: 0;
    }
}

.ks-blog-area {
    padding-bottom: 120px;
    padding-top: 165px;
}

[data-tm-layout=dark] .ks-blog-area.home7-style {
    background-color: var(--dark-color2);
}

.ks-blog-area .ks-section-title-wrap {
    margin-bottom: 165px;
}

@media (max-width: 1199.98px) {
    .ks-blog-area .row [class*=col-]:not(:last-child) .ks-blog-item {
        margin-bottom: 150px;
    }
}

.ks-blog-area.innerpage-style {
    padding-top: 235px;
}

@media (max-width: 1199.98px) {
    .ks-blog-area.home6-style {
        padding-bottom: 120px;
    }
}

.ks-blog-thumb {
    margin-top: -115px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
}

.ks-blog-thumb img {
    width: 100%;
    border-radius: 20px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.ks-blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .ks-blog-date {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-blog-date {
        width: 80px;
        height: 80px;
    }
}

.ks-blog-date span {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-blog-date span {
    color: var(--headings-color);
}

@media (max-width: 767.98px) {
    .ks-blog-date span {
        font-size: 13px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-blog-date span {
        font-size: 15px;
    }
}

.ks-blog-title {
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media (max-width: 1599.98px) {
    .ks-blog-title {
        font-size: 19px;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .ks-blog-title {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-blog-title {
        font-size: 24px;
    }
}

.ks-blog-title a:hover {
    color: var(--theme-color1);
}

.ks-blog-meta {
    padding: 16px 30px;
    border-radius: 100px;
    background: var(--theme-color-white);
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

[data-tm-layout=dark] .ks-blog-meta {
    background: rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1199.98px) {
    .ks-blog-meta {
        padding: 12px 30px;
    }
}

@media (max-width: 991.98px) {
    .ks-blog-meta {
        padding: 8px 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-blog-meta {
        padding: 8px 15px;
    }
}

.ks-blog-meta span {
    margin: 0 8px;
}

@media (max-width: 991.98px) {
    .ks-blog-meta span {
        font-size: 14px;
    }
}

.ks-blog-meta span svg {
    margin-right: 6px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.ks-blog-item {
    position: relative;
    border-radius: 20px;
    padding: 0 40px 40px 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid var(--gray-color3);
}

[data-tm-layout=dark] .ks-blog-item {
    border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

@media (max-width: 1399.98px) {
    .ks-blog-item {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 1199.98px) {
    .ks-blog-item {
        padding: 0 30px 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .ks-blog-item {
        padding: 0 20px 20px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-blog-item {
        padding: 0 40px 40px 40px;
    }
}

.ks-blog-item:hover {
    background-color: var(--gray-color);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

[data-tm-layout=dark] .ks-blog-item:hover {
    background-color: var(--dark-color2);
}

[data-tm-layout=dark] .ks-blog-item:hover .ks-blog-meta {
    background: var(--theme-color1);
}

[data-tm-layout=dark] .ks-blog-item:hover .ks-blog-meta span {
    color: var(--headings-color);
}

.ks-blog-item:hover .ks-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ks-blog-style-2.ks-blog-area {
    padding-top: 110px;
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .ks-blog-style-2.ks-blog-area {
        padding-top: 80px;
    }
}

@media (max-width: 1199.98px) {
    .ks-blog-style-2 .row [class*=col-]:not(:last-child) .ks-blog-item {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .ks-blog-style-2 .row [class*=col-]:not(:last-child) .ks-blog-item {
        margin-bottom: 150px;
    }
}

@media (max-width: 991.98px) {
    .ks-blog-style-2 .row [class*=col-]:not(:last-child) .ks-blog-item {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .ks-blog-style-2 .row [class*=col-]:not(:last-child) .ks-blog-item {
        margin-bottom: 150px;
    }
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-dark);
    opacity: 0.95;
}

[data-tm-layout=dark] .search-popup .search-back-drop {
    background-color: var(--theme-color-white);
}

.search-popup .close-search {
    background-color: transparent;
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 26px;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

[data-tm-layout=dark] .search-popup .close-search {
    color: var(--headings-color);
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/*** 

====================================================================
Section Title
====================================================================

***/

.ks-section-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.ks-section-subtitle i {
    display: inline-block;
    margin-right: 2px;
    color: var(--theme-color1);
}

.ks-section-subtitle.style-2 i {
    color: var(--theme-color-yellow);
}

.ks-section-title {
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .ks-section-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .ks-section-title {
        font-size: 45px;
    }
    .ks-section-title br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .ks-section-title {
        font-size: 35px;
    }
    .ks-section-title br {
        display: none;
    }
}

.ks-section-title img {
    position: absolute;
    top: -15px;
    right: -30%;
}

@media (max-width: 1599.98px) {
    .ks-section-title img {
        width: 60px;
    }
}

@media (max-width: 991.98px) {
    .ks-section-title img {
        top: -10px;
        right: -50px;
        width: 50px;
    }
}

.ks-section-title span {
    margin-right: 85px;
}

@media (max-width: 991.98px) {
    .ks-section-title span {
        margin-right: 60px;
    }
}

.ks-slider-bg {
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 80px 0 105px;
}

@media (max-width: 1599.98px) {
    .ks-slider-bg {
        padding: 0 30px 0 30px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-bg {
        padding: 0 15px;
    }
}

.ks-slider-shape-bg {
    position: absolute;
    padding-right: 240px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1699px) {
    .ks-slider-shape-bg {
        padding-right: 95px;
    }
}

@media (max-width: 1199.98px) {
    .ks-slider-shape-bg {
        padding-right: 80px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-shape-bg {
        padding-right: 0px;
    }
}

.ks-slider-shape-bg img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 0;
}

.ks-slider-left {
    padding-top: 105px;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .ks-slider-left {
        padding-top: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-slider-left {
        padding-top: 60px;
    }
}

.ks-slider-subtitle span {
    padding: 0 15px 0 0;
    height: 33px;
    font-weight: 800;
    font-size: 14px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
    .ks-slider-subtitle span {
        font-size: 10px;
        height: 26px;
    }
}

.ks-slider-subtitle span i {
    padding: 0 25px 0 15px;
    margin-right: 10px;
    font-style: normal;
    position: relative;
    z-index: 1;
    height: 100%;
    color: var(--theme-color-yellow);
}

.ks-slider-subtitle span i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background-color: #082545;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}

.ks-slider-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 1599.98px) {
    .ks-slider-title {
        font-size: 66px;
    }
}

@media (max-width: 991.98px) {
    .ks-slider-title {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-title {
        font-size: 42px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-slider-title {
        font-size: 63px;
    }
}

[data-tm-layout=dark] .ks-slider-title {
    color: var(--theme-color-white);
}

.ks-slider-link {
    margin-bottom: 220px;
}

@media (max-width: 991.98px) {
    .ks-slider-link {
        margin-bottom: 120px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-link {
        margin-bottom: 60px;
    }
}

.ks-slider-link span {
    color: var(--theme-color-dark);
    display: inline-block;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

[data-tm-layout=dark] .ks-slider-link span {
    color: var(--theme-color-white);
}

@media only screen and (max-width: 1699px) {
    .ks-slider-link span {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-link span {
        font-size: 14px;
    }
}

.ks-slider-link span::after {
    content: "";
    height: 2px;
    width: 315px;
    margin-left: 20px;
    display: inline-block;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-slider-link span::after {
    background-color: var(--theme-color-white);
}

@media only screen and (max-width: 1699px) {
    .ks-slider-link span::after {
        width: 250px;
    }
}

@media (max-width: 1599.98px) {
    .ks-slider-link span::after {
        width: 175px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-link span::after {
        width: 55px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ks-slider-link span::after {
        width: 150px;
    }
}

.ks-slider-link i {
    margin-left: 35px;
}

@media (max-width: 767.98px) {
    .ks-slider-link i svg {
        width: 45px;
        height: 50px;
    }
}

.ks-slider-tel {
    margin-right: 65px;
    padding-top: 30px;
    border-top: 1px solid rgba(19, 19, 46, 0.2);
}

.ks-slider-tel span,
.ks-slider-tel a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-slider-tel span,
[data-tm-layout=dark] .ks-slider-tel a {
    color: var(--theme-color-white);
}

.ks-slider-tel i {
    margin-right: 20px;
}

.ks-slider-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -50px;
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .ks-slider-thumb {
        margin-left: -100px;
    }
}

@media (max-width: 991.98px) {
    .ks-slider-thumb {
        margin-left: 0;
        height: 600px;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-thumb {
        height: 100%;
    }
}

.ks-slider-shape {
    position: absolute;
    right: 8%;
    top: 24%;
    -webkit-animation: zoom 4s infinite;
    animation: zoom 4s infinite;
}

@media (max-width: 1599.98px) {
    .ks-slider-shape {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .ks-slider-desc {
        margin-left: -90px;
    }
}

@media (max-width: 1399.98px) {
    .ks-slider-desc {
        display: none !important;
    }
}

.ks-slider-desc>p {
    border-bottom: 2px solid var(--theme-color-dark);
    color: var(--theme-color-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

[data-tm-layout=dark] .ks-slider-desc>p {
    color: var(--theme-color-white);
}

@media only screen and (max-width: 1699px) {
    .ks-slider-desc>p {
        font-size: 14px;
    }
}

.ks-slider-desc span img {
    margin-right: 12px;
}

.ks-slider-desc span>span {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    text-transform: uppercase;
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-slider-desc span>span {
    color: var(--theme-color-white);
}

@media only screen and (max-width: 1699px) {
    .ks-slider-desc span>span {
        font-size: 12px;
    }
}

.ks-slider-ratting span {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-size: 48px;
    font-weight: 700;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}

[data-tm-layout=dark] .ks-slider-ratting span {
    color: var(--headings-color);
}

.ks-slider-ratting span::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 62px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 1px;
}

.ks-slider-ratting p {
    color: var(--theme-color-white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

[data-tm-layout=dark] .ks-slider-ratting p {
    color: var(--headings-color);
}

.ks-slider-ratting p i {
    margin: 0 3px;
    display: inline-block;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.ks-slider-ratting p i:last-child {
    margin-right: 15px;
}

.ks-slider-bottom {
    padding: 30px 0 30px 100px;
    padding-right: 240px;
}

@media (max-width: 1399.98px) {
    .ks-slider-bottom {
        padding: 30px 0 30px 30px;
    }
}

.ks-slider-text-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ks-slider-text-anim {
    margin-bottom: 120px;
}

.ks-slider-text-anim img {
    -webkit-animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ks-slider-text-anim-wrap {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 12.6%;
    padding: 10px;
    border-radius: 120px 120px 20px 0;
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 1699px) {
    .ks-slider-text-anim-wrap {
        right: 5.6%;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-text-anim-wrap {
        display: none;
    }
}

.ks-slider-wrapper {
    overflow: hidden;
    border-radius: 50px;
}

.ks-slider-arrow {
    position: relative;
    z-index: 3;
    margin-right: 25px;
}

.ks-slider-arrow button {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: var(--theme-color-white);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 62px;
    line-height: 1;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

[data-tm-layout=dark] .ks-slider-arrow button {
    color: var(--theme-color-dark);
}

@media (max-width: 1199.98px) {
    .ks-slider-arrow button {
        height: 42px;
        width: 42px;
    }
}

.ks-slider-arrow button:hover {
    background-color: var(--theme-color-white);
    border-color: var(--theme-color-white);
    color: var(--theme-color-dark);
}

[data-tm-layout=dark] .ks-slider-arrow button:hover {
    background-color: var(--headings-color);
    color: var(--theme-color-dark);
}

.ks-slider-arrow button.arrow-next {
    margin-left: 20px;
}

.ks-slider-arrow button.arrow-prev {
    margin-right: 20px;
}

.ks-slider-progress {
    width: 100%;
}

.ks-slider-progress .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
}

.ks-slider-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-slider-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--headings-color);
}

.ks-slider-progress .swiper-horizontal>.swiper-pagination-progressbar,
.ks-slider-progress .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ks-slider-progress .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ks-slider-progress .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px;
}

.ks-slider-action-wrap {
    padding-right: 170px;
}

@media only screen and (max-width: 1699px) {
    .ks-slider-action-wrap {
        padding-right: 45px;
    }
}

@media (max-width: 767.98px) {
    .ks-slider-action-wrap {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .ks-slider-area.pt-120 {
        padding-top: 80px;
    }
}

.ks-slider-active .swiper-slide-active .ks-slider-subtitle,
.ks-slider-active .swiper-slide-active .ks-slider-link,
.ks-slider-active .swiper-slide-active .ks-slider-desc,
.ks-slider-active .swiper-slide-active .ks-slider-title {
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.ks-slider-active .swiper-slide-active .ks-slider-thumb {
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.ks-slider-active .swiper-slide-active .ks-slider-subtitle {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.ks-slider-active .swiper-slide-active .ks-slider-title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.ks-slider-active .swiper-slide-active .ks-slider-link {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.ks-slider-active .swiper-slide-active .ks-slider-desc {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.ks-slider-active .swiper-slide-active .ks-slider-thumb {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.scroll-top {
    background: var(--theme-color-yellow);
    border: none;
    border-radius: 50%;
    bottom: -10%;
    color: var(--theme-color-white);
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 50px;
    text-align: center;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    width: 40px;
    z-index: 999;
}

[data-tm-layout=dark] .scroll-top {
    color: var(--headings-color);
}

.scroll-top.open {
    bottom: 80px;
    box-shadow: 0 0 5px 5px #0b374245;
}

/***
====================================================================
  Products details
====================================================================
***/

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: var(--review-color);
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
    color: var(--theme-color-dark);
    font-size: 16px;
    line-height: 1;
    margin-left: 18px;
    position: relative;
    top: 1px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

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

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 10px;
    height: 60px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #e0e4e8;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color1);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: var(--theme-color1);
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--headings-color);
    background-color: var(--theme-color2);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-discription {
    position: relative;
    display: block;
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-discription .product-description__list ul {
    position: relative;
    display: block;
}

.product-discription .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    margin: 0;
    font-weight: 600;
    color: var(--headings-color);
}

.product-discription .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    color: #fff;
    background-color: var(--theme-color1);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 51px 60px 60px 60px;
    position: relative;
}

@media (max-width: 767.98px) {
    .product-discription .comment-box {
        padding: 50px 30px;
    }
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }
    .product-details__title span {
        margin-left: 0;
        display: block;
    }
    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}

/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/

.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color1);
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0px;
}

.product-block-two .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737;
}

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/

.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.png) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block.mix {
    display: none;
}

.product-block .inner-box {
    position: relative;
    border: 2px solid #e4e1d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 2px solid var(--theme-color1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color1);
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-gray-silver);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    background-color: var(--theme-color1);
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    background-color: #757575;
    border-radius: 24px;
    color: #ffffff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 24px;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    background: #f4f5f4;
    color: #1e2434;
    cursor: pointer;
    display: inline-block;
    padding: 15px 29px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--text-color-bg-theme-color2);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.shop-sidebar {
    position: relative;
    display: block;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: var(--theme-color1);
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    padding: 35px 30px 37px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    color: #646578;
    font-weight: 400;
    padding-left: 20px;
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color1);
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color1);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #646578;
    margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a267a;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.range-slider {
    position: relative;
}

.range-slider .title {
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -19px;
    color: #646578;
    font-size: 18px;
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important;
}

.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #646578;
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background-color: #d0d4dd;
    border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
    position: absolute;
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider input[type=submit] {
    position: relative;
    display: block;
    background: var(--theme-color1);
    color: #ffffff;
    float: right;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 450px;
    padding: 120px 0 0;
    position: relative;
}

.page-title:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.7)), to(rgba(17, 32, 33, 0.6)));
    background: linear-gradient(180deg, rgba(17, 32, 33, 0.7), rgba(17, 32, 33, 0.6));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-title .title {
    font-size: 64px;
    color: var(--theme-color-white);
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: var(--theme-color-white);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    margin-top: 5px;
    position: relative;
}

.page-breadcrumb li {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    color: var(--theme-color-white);
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: 1px;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: var(--theme-color4);
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: var(--theme-color-white);
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

.play-now {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
    border-radius: 50%;
    color: #ff6d2e;
    display: block;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 1;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

/***

====================================================================
  Contact
====================================================================

***/

.contact-info-block {
    position: relative;
    margin-bottom: 20px;
}

.contact-info-block .inner {
    position: relative;
    padding-left: 110px;
    min-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .contact-info-block .inner {
        padding-left: 70px;
        min-height: auto;
    }
}

.contact-info-block .inner:hover .icon {
    background-color: var(--theme-color-yellow);
    border-radius: 50%;
    color: var(--theme-color-dark);
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 576px) {
    .contact-info-block .icon {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }
}

.contact-info-block .title {
    font-family: var(--text-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #717070;
    font-weight: 500;
    margin-bottom: 7px;
}

.contact-info-block .text {
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 30px;
    color: #171717;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-info-block .text a {
    color: inherit;
    font-weight: inherit;
}

.contact-info-block .text a:hover {
    color: var(--theme-color1);
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--theme-color-light);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-light);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.contact-form {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    max-width: 737px;
    padding: 70px;
    position: relative;
    width: 100%;
}

@media (max-width: 1299.98px) {
    .contact-form {
        padding: 50px 30px;
    }
}

@media (max-width: 767.98px) {
    .contact-form {
        padding: 50px 30px;
    }
}

@media (max-width: 399.98px) {
    .contact-form {
        border-radius: 0;
    }
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group label {
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 10px;
}

.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
    border-radius: 5px;
    color: var(--theme-color1);
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 29px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    height: auto;
    min-height: 120px;
    padding-top: 20px;
}

.contact-form .form-group ::-webkit-input-placeholder {
    color: var(--text-color4);
    font-family: var(--text-font);
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--theme-color1);
}

.map {
    height: 450px;
}

/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content {
    position: relative;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .video-btn {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color-dark);
    display: inline-block;
    font-size: 20px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 38%;
    width: 100px;
}

@media (max-width: 767.98px) {
    .services-details__content .video-btn {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }
}

.services-details__content .video-btn:before {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.services-details__content .video-btn:after {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    background-color: #f5faff;
    padding: 45px 40px 30px;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    border-radius: 15px;
    padding: 10px 0px;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color1);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.sidebar-service-list.more-serive,
.sidebar-service-list.contact-widget {
    background-color: #f5faff;
    padding: 30px 40px;
}

.sidebar-service-list.more-serive li a,
.sidebar-service-list.contact-widget li a {
    padding: 0;
}

.nr-list {
    position: relative;
}

.nr-list .title {
    font-style: normal;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 28px;
}

.nr-list .title span {
    color: transparent;
    font-size: 34px;
    margin-right: 25px;
    -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nr-list .title:hover span {
    color: #d9d9d9;
}

.outcome-list li {
    color: #6B7280;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.outcome-list li i {
    color: var(--theme-color2);
    font-size: 22px;
}

.service-details-help {
    background-color: var(--theme-color1);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details__img {
    display: block;
    position: relative;
}

.project-details__img img {
    border-radius: 10px;
    width: 100%;
}

.project-details__content {
    display: block;
    position: relative;
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative;
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative;
}

.project-details__details-box {
    background-color: var(--theme-color-gray);
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1;
}

.project-details__details-list {
    display: block;
    position: relative;
}

.project-details__details-list li {
    display: block;
    position: relative;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.project-details__client a {
    text-decoration: underline;
}

.project-details__client a:hover {
    color: var(--link-color);
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-details__social a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

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

.project-details__pagination li a {
    font-size: 16px;
    color: #696969;
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__pagination li a:hover {
    color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0A1222;
    font-family: var(--text-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
    text-decoration-line: underline;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

.room-facility-list {
    position: relative;
}

.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff;
}

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    z-index: 1;
}

.product-details.rd-page .bx-wrapper {
    margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto;
}

@media only screen and (max-width: 480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px;
    }
    .rooms-section {
        padding: 80px 0;
    }
}

.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.project-list li {
    color: #0A1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}

.project-list i {
    color: var(--theme-color2);
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color1);
    font-size: 26px;
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--text-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color1);
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color1);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--text-color-bg-theme-color2);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/

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

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    background-color: var(--theme-color1);
    border: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 74px;
    padding-right: 80px;
    outline: none;
    padding-left: 50px;
    width: 100%;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: #fff;
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--headings-color);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    color: #eef0f6;
    font-size: 80px;
    font-weight: 400;
    left: -325px;
    letter-spacing: 0.35em;
    line-height: 80px;
    position: absolute;
    text-transform: uppercase;
    top: 209px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team-details__top-right {
    display: block;
    margin-left: 50px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    display: block;
    margin-top: -11px;
    position: relative;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    color: var(--theme-color-dark);
    font-size: 16px;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color-yellow);
    color: var(--theme-color-dark);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color-dark);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

.ks-price-area{
    background: #0e4c5c;
}

.ks-hero-3-area1::before {
  background: var(--gradient-2);
  content: "";
  height: 400px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ks-hero-3-area1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 400px;
}

.ks-price-area1 {
  background: #f9f9f9;;
}

.ks-price-area1 .style{
  border: 1px solid #E6E0FA;
  border-radius: 20px;
  padding: 8px 15px;
}

.ks-banner-area-home4 .style{

     border: 1px solid #E6E0FA;
  border-radius: 20px;
  padding: 8px 15px;
}

.ks-about-area-home4-2 {
  padding-top: 640px;
}



@media only screen and (max-width: 1200px) {
    .ks-about-thumb-2 .thumb{
   display: none;
}
.ks-hero-3-banner-img{
    display: none;
}
.ks-about-area-home4-2 {
  padding-top: 110px;
}
}

@media only screen and (max-width: 576px) {
    .sticky-header{
      padding: 15px !important;
    } 
} 



.card-img{
    justify-content: center;
  display: flex;
}

.contact-box{
 background-color: var(--theme-color-white);
  backdrop-filter: blur(25px);
  border: 1px solid #E6E0FA;
  border-radius: 50px; 
  padding: 50px;
  max-width: 645px;
}