/* SofTeck | Technology & Digital Agency HTML Template

Template Name: SofTeck
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global Settings
4.  Main Header / TWo / Three
5.  Sticky Header 
6.  Mobile Menu
7.  Hidden Sidebar style
8.  Section Title
9.  Banner Section / Two / Three
10. Project Section / Two / Three
11. Features Section / Two / Three
12. About Section / Two / Three
13. Services Section / Two / Three
14. Video Section / Two
15. Contact Section
16. FAQ's Section / Two
17. Fun Fact Section / Two
18. Testimonial Section / Two
19. Process Section / Two
20. Team Section
21. Why Choose Us / Two / Three
22. News Section
23. Main Footer
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&amp;display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-archinest.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
    --theme-color1: #F1F2EB;
    --theme-color2: #D7D9CF;
    --theme-color3: #E3E5DD;
    --theme-color1-rgb: 241, 242, 235;
    --theme-color2-rgb: 215, 217, 207;
    --theme-color3-rgb: 227, 229, 221;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #fff;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f2f8f9;
    --theme-color-gray: #f6f6f6;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color-dark: #111111;
    --gradient-1: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(217, 244, 95) 100%);
    --text-color: #171717;
    --text-color-rgb: 82, 82, 82;
    --headings-color: #111111;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --review-color: #FF901B;
    --body-font-family: 'Poppins', sans-serif;
    ;
    --heading-font-family: 'Poppins', sans-serif;
    ;
    --style-font-family: 'Poppins',
        sans-serif;
    ;
    --body-font-size: 16px;
    --body-line-height: 1.75;
    --body-font-weight: 400;
    --line-height-heading-h1: 1.2625em;
    --line-height-heading-h2: 1.2em;
    --line-height-heading-h3: 1.2778em;
    --line-height-heading: 1.384615em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 60px;
    --h2-font-size: 40px;
    --h3-font-size: 32px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 500;
    --h4-font-weight: 500;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--headings-color);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--heading-font-family);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 23px;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: 50px;
    --sec-title-font-family: var(--heading-font-family);
    --sec-title-font-weight: 600;
    --sec-title-title-line-height: var(--line-height-heading-h2);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1384px;
    --small-container-width: 1000px;
    --large-container-width: 1790px;
    --container-pt: 0px;
    --container-pb: 0px;
}


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

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

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

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

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

body {
    background-color: #fff;
    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: 'Poppins', sans-serif;

    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: #494948;
    font-size: var(--body-font-size);
    font-family: 'Poppins', sans-serif;
    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: 'Poppins', sans-serif;
    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);
}

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

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

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

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

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: #494948;
    text-decoration: none;
    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;
}

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: var(--container-width);
    }
}

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

}

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

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

.row:not([class*=gx-],
    [class*=gy-],
    [class*=g-]) {
    --bs-gutter-x: 24px;
}

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

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

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


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

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

}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}


textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000 !important;
}


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

.dark-layout {
    background-color: var(--theme-color-dark) !important;
    --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);
}

.preloader {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: var(--theme-color1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
    fill: var(--theme-color1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
    font-size: 40px;
    color: var(--headings-color);
    letter-spacing: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    z-index: 20;
}

@media (max-width: 575.98px) {
    .preloader .preloader-heading .load-text {
        letter-spacing: 5px;
    }
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*** 

====================================================================
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;
    color: #494948 !important;
}

.title a {
    color: inherit;
}

.page-wrapper-shape .anim-icons .image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-wrapper-shape .anim-icons .image-2 {
    position: absolute;
    bottom: 400px;
    left: 0;
    width: 100%;
}

.color1 {
    color: #f01c1e !important;
}

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

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

.page-wrapper.style-one {
    background-color: #F2F1F6;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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


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

.scroll-to-top {
    background-color: var(--theme-color1);
    color: var(--theme-color-gray);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    bottom: 70px;
    color: var(--theme-color-white);
    cursor: pointer;
    display: none;
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 100;
}

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


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

.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: 'Poppins', sans-serif;
    color: var(--theme-color-dark);
}

.link-style-one:before {
    position: absolute;
    left: 0;
    right: 18px;
    bottom: 2px;
    height: 1px;
    background-color: var(--theme-color1);
    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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

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

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

.list-style-one li i {
    margin-right: 10px;
    color: var(--theme-color-dark);
    font-size: 16px;
    line-height: 27px;
}

.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-color1);
}

.list-style-one.light li {
    color: var(--theme-color-light);
}

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

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

.list-style-one.light i {
    color: var(--theme-color-light);
}


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

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

.list-style-two li {
    color: var(--theme-color-white);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 23px;
    padding-left: 33px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-two li i {
    border-radius: 50%;
    color: var(--theme-color-white);
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-two li a {
    display: inline-block;
    font-weight: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.list-style-two.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-style-two.two-column li {
    width: 50%;
}

@media (max-width: 767.98px) {
    .list-style-two.two-column li {
        width: 100%;
    }
}


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

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

.list-style-three li {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 23px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*Social Icon One*/

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

.social-icon-one li {
    position: relative;
    margin-left: 21px;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

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

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

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

.social-icon-one.light 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-left: 10px;
}

.social-icon-two li:first-child {
    margin-left: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    -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);
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px;
}

.social-icon-two li a:hover {
    color: #fff;
}

.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.html);
}

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

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

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

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

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

.devider {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 80%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .devider {
        width: 100%;
    }
}


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

.tabs-box {
    position: relative;
}

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

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

.play-btn {
    position: relative;
}

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

.play-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

.play-btn-two {
    position: relative;
}

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

.play-btn-two .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 122px;
    width: 122px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn-two .circle-text img {
    position: relative;
    display: inline-block;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}


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

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

.play-now:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #ffffff;
    color: var(--theme-color-dark);
    z-index: 1;
    font-size: 22px;
    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-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .ripple,
.play-now .ripple:before,
.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(191, 168, 136, 0.6);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 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:before,
.play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.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(191, 168, 136, 0);
        box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
        box-shadow: 0 0 0 0 rgba(191, 168, 136, 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;
}


/*======================
    Contact Info Button 
======================*/

.info-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    padding-left: 70px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
    .info-btn {
        padding-left: 70px;
    }
}

.info-btn:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.info-btn small {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color-dark);
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .info-btn small {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.info-btn strong {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .info-btn strong {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .info-btn strong {
        font-size: 20px;
    }
}

.info-btn .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .info-btn .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

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

.info-btn-two {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 74px;
    padding: 0 42px;
    padding-left: 90px;
    border-radius: 50px;
    background-color: var(--theme-color-light);
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
    .info-btn-two {
        padding-left: 70px;
    }
}

.info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color-dark);
    margin-bottom: 0;
}

.info-btn-two strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-dark);
}

.info-btn-two .icon {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.info-btn-two:hover {
    color: var(--theme-color1);
}

.styled-pagination {
    position: relative;
    max-width: 356px;
    margin: 12px auto;
    width: 100%;
    margin-top: 60px;
    background-color: transparent;
}

.styled-pagination .swiper-pagination-progressbar-fill {
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.styled-pagination .swiper-pagination-progressbar-fill:before {
    position: absolute;
    top: -7px;
    height: 15px;
    width: 15px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
}

.swiper-horizontal {
    padding-bottom: 70px;
}

.swiper-horizontal>.styled-scrollbar {
    border-radius: 2px;
    height: 3px;
    width: 356px;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal>.styled-scrollbar>.swiper-scrollbar-drag {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 15px;
    max-width: 15px;
    top: -6px;
    cursor: pointer;
}


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

.skills {
    position: relative;
}

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

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

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 6px;
    margin-top: 31px;
}

.skills .skill-item .skill-header .skill-title {
    font-size: 14px;
    color: var(--theme-color-dark);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

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

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

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

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: var(--theme-color2);
    font-size: 14px;
    height: 26px;
    margin-bottom: 15px;
    position: absolute;
    right: 8px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center;
}


/*========================
  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(--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-next,
.default-navs .owl-prev {
    display: block;
    margin: 0px 5px;
    height: 65px;
    width: 65px;
    color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    font-size: 16px;
    line-height: 63px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-navs .owl-next span,
.default-navs .owl-prev span {
    display: inline-block;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid var(--theme-color2);
}

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

.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 87px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: var(--theme-color1);
    opacity: 0.1;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
    padding: 0 17px;
}

.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
    width: 100%;
}

.custom-navs .owl-nav .owl-next {
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom-navs .owl-nav .owl-next:before {
    left: auto;
    right: 0;
}

.custom-navs-two .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-navs-two .owl-nav:before {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    left: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%;
}

.custom-navs-two .owl-nav:after {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    right: calc(50% + 32px);
    width: 44.6%;
    opacity: 10%;
}

.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
    background-color: #F9F6F1;
    color: var(--theme-color-dark);
    font-size: 8px;
    position: relative;
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

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

.custom-navs-two .owl-nav .owl-next {
    margin-left: 4px;
    padding-left: 0;
    padding-right: 0;
}

.disable-navs .owl-nav {
    display: none;
}


/*==========================
	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;
}


/*==========================
	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;
}

.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: 14px;
    line-height: 24px;
    color: var(--theme-color-dark);
    padding: 0 0 0 25px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

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

.box-shadow-none,
.box_shadow_none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/***

====================================================================
    Swiper Pagination
====================================================================

***/

.swiper-pagination .swiper-pagination-bullet {
    background: var(--theme-color-gray-3);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color1);
}

.arry-prev,
.arry-next {
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
    border-radius: 50%;
    color: #16243E;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    height: 60px;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.arry-prev:hover,
.arry-next:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.blue-shape {
    position: relative;
}

.blue-shape:before {
    background: var(--theme-color1);
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(317.25px);
    filter: blur(317.25px);
    height: 382px;
    position: absolute;
    width: 382px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
}

.orange-shape {
    position: relative;
}

.orange-shape:before {
    background: var(--theme-color2);
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(317.25px);
    filter: blur(317.25px);
    height: 382px;
    position: absolute;
    width: 382px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
}

.before-none:before {
    display: none;
}

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

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

.line-shape-animation {
    max-width: 1583px;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

.line-shape-animation span {
    position: relative;
    width: 1px;
    height: 100%;
    display: block;
    background: var(--theme-color3);
}

@media (max-width: 767.98px) {
    .line-shape-animation span {
        display: none;
    }
}

.line-shape-animation span::before,
.line-shape-animation span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--theme-color-black);
    -webkit-box-shadow: rgba(224, 238, 238, 0.06) 0px 8px 24px;
    box-shadow: rgba(224, 238, 238, 0.06) 0px 8px 24px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
    -webkit-animation: dscroll 2s linear infinite;
    animation: dscroll 2s linear infinite;
    width: 2px;
    height: 24px;
    bottom: 0;
    left: 0;
    background: var(--theme-color-black);
    -webkit-box-shadow: rgba(4, 4, 4, 0.6) 0px 8px 24px;
    box-shadow: rgba(4, 4, 4, 0.6) 0px 8px 24px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
    -webkit-animation: dscroll 2.1s linear infinite;
    animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
    -webkit-animation: dscroll 2.2s linear infinite;
    animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
    -webkit-animation: dscroll 2.3s linear infinite;
    animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
    -webkit-animation: dscroll 2.4s linear infinite;
    animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
    -webkit-animation: dscroll 1s linear infinite;
    animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
    -webkit-animation: dscroll 3.5s linear infinite;
    animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::-ms-backdrop {
    animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
    -webkit-animation: dscroll 4.1s linear infinite;
    animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
    -webkit-animation: dscroll 4.2s linear infinite;
    animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
    -webkit-animation: dscroll 4.3s linear infinite;
    animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
    -webkit-animation: dscroll 4.4s linear infinite;
    animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
    -webkit-animation: dscroll 4s linear infinite;
    animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
    -webkit-animation: dscroll 4.5s linear infinite;
    animation: dscroll 4.5s linear infinite;
}

@-webkit-keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

@keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

.fix {
    overflow: hidden;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    white-space: nowrap;
    gap: 14px;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.theme-btn .btn-title {
    position: relative;
    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;
}


/*Btn Style One*/

.btn-style-one {
    background-color: #222222;
    color: var(--theme-color-white);
    padding: 14px 20px;
    position: relative;
}

.btn-style-one .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #f3242e !important;
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-style-one:hover {
    color: var(--theme-color-black);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Two*/

.btn-style-two {
    background-color: #000;
    border: 1px solid var(--theme-color2);
    color: #fff;
    padding: 9px 20px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-style-two .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-style-two:hover {
    color: var(--theme-color-black);
}

.btn-style-two:hover .icon {
    color: var(--theme-color-black);
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Three*/

.btn-style-three {
    background-color: var(--theme-color1);
    color: var(--headings-color);
    padding: 11px 35px;
    position: relative;
}

.btn-style-three .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-style-three:hover {
    color: var(--theme-color-white);
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Four*/

.btn-style-four {
    background-color: #E3E5DD;
    border-radius: 12px;
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 400;
    line-height: var(--body-line-height);
    padding: 11px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four span {
    position: relative;
    z-index: 1;
}

.btn-style-four .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 12px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-style-four:hover {
    color: var(--theme-color-black);
}

.btn-style-four:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.bdrs-0 {
    border-radius: 0 !important;
}

.btn-link {
    text-decoration: none;
}

.btn-link-style {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: var(--body-line-height);
    padding: 9px 20px;
    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;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-link-style span {
    position: relative;
    z-index: 1;
}

.btn-link-style .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-link-style:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btn-link-style:hover {
    color: var(--theme-color-black);
}

.btn-link-style:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-link-style.style-two {
    background-color: transparent;
    border: 1px solid var(--theme-color2);
    color: var(--headings-color);
    width: 100%;
}

.btn-link-style.style-two:before {
    background-color: var(--theme-color1);
}

.btn-link-style.style-two span {
    position: relative;
    z-index: 1;
}

.btn-link-style.style-two:hover {
    color: var(--theme-color-black) !important;
}

.btn-link-style.style-two:hover .icon {
    color: var(--theme-color-black) !important;
}

.accordion-box {
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 863px;
    padding: 60px 70px 35px;
    position: relative;
}

@media (max-width: 767.98px) {
    .accordion-box {
        padding: 60px 40px 35px;
    }
}

.accordion-box .block {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.accordion-box .block .acc-btn {
    border-bottom: 1px solid var(--theme-color-dark);
    border-radius: 0;
    color: var(--theme-color-dark);
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 34px;
    margin-bottom: 20px;
    padding: 0px 0 30px;
    padding-right: 70px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon {
    color: var(--headings-color);
    font-size: 14px;
    height: 35px;
    left: auto;
    line-height: 38px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
    background-color: transparent;
    top: 0;
}

.accordion-box .block .acc-btn.active .icon {
    color: var(--bg-theme-color1);
}

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

.accordion-box .block.active-block {
    margin-bottom: 30px;
}

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

.accordion-box .acc-content .content {
    padding: 0 0 10px;
    position: relative;
}

.accordion-box .acc-content .content .text {
    color: #7c858c;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.accordion-box .acc-content.current {
    display: block;
    margin-bottom: 30px;
}


/*** 

====================================================================
  Anim Icons
====================================================================

***/

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.anim-icons .shape-leaf1 {
    position: absolute;
    left: 39px;
    bottom: 0;
}

@media (max-width: 1599.98px) {
    .anim-icons .shape-leaf1 {
        display: none;
    }
}

.anim-icons .shape-leaf2 {
    position: absolute;
    right: 39px;
    bottom: 0;
}

@media (max-width: 1599.98px) {
    .anim-icons .shape-leaf2 {
        display: none;
    }
}

.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
    bottom: auto;
    top: 0;
}

[text-split] {
    opacity: 0;
}

.word {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: -0.1em;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-wheel-1 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-1.html);
}

.icon-wheel-2 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-2.html);
}

.icon-wheel-3 {
    width: 149px;
    height: 147px;
    background-image: url(../images/icons/icon-wheel-3.html);
}

.icon-wheel-5 {
    width: 144px;
    height: 163px;
    background-image: url(../images/icons/icon-wheel-5.html);
}

.icon-wheel-compass-1 {
    width: 171px;
    height: 176px;
    background-image: url(../images/icons/icon-wheel-compass-1.html);
}

.icon-wheel-compass-2 {
    width: 97px;
    height: 99px;
    background-image: url(../images/icons/icon-wheel-compass-2.html);
}

.icon-wheel-compass-3 {
    width: 103px;
    height: 106px;
    background-image: url(../images/icons/icon-wheel-compass-3.html);
}

.icon-anchor-1 {
    width: 138px;
    height: 136px;
    background-image: url(../images/icons/icon-anchor-1.html);
}

.icon-sailboat-line-1 {
    width: 431px;
    height: 705px;
    background-image: url(../images/icons/icon-sailboat-line-1.html);
}

.icon-sailboat-line-3 {
    width: 242px;
    height: 250px;
    background-image: url(../images/icons/icon-sailboat-line-3.html);
}

.icon-sailboat-line-4 {
    width: 369px;
    height: 728px;
    background-image: url(../images/icons/icon-sailboat-line-4.html);
}

.icon-big-boat-1 {
    width: 800px;
    height: 464px;
    background-image: url(../images/icons/icon-big-boat-1.html);
}

.icon-big-boat-2 {
    width: 229px;
    height: 739px;
    background-image: url(../images/icons/icon-big-boat-2.html);
}

.icon-big-boat-3 {
    width: 373px;
    height: 126px;
    background-image: url(../images/icons/icon-big-boat-3.html);
}

.icon-big-boat-5 {
    width: 229px;
    height: 739px;
    background-image: url(../images/icons/icon-big-boat-5.html);
}

.icon-pattern1 {
    width: 494px;
    height: 465px;
    background-image: url(../images/background/footer1-pattern1.html);
}

.icon-pattern2 {
    width: 247px;
    height: 477px;
    background-image: url(../images/background/footer1-pattern2.html);
}

.icon-plane-1 {
    width: 350px;
    height: 349px;
    background-image: url(../images/icons/icon-plane-1.html);
}

.icon-plane-2 {
    width: 106px;
    height: 640px;
    background-image: url(../images/icons/icon-plane-2.html);
}

.icon-plane-3 {
    width: 455px;
    height: 420px;
    background-image: url(../images/icons/icon-plane-3.html);
}

.icon-plane-4 {
    width: 301px;
    height: 336px;
    background-image: url(../images/icons/icon-plane-4.html);
}

.icon-plane-5 {
    width: 313px;
    height: 253px;
    background-image: url(../images/icons/icon-plane-5.html);
}

.icon-plane-6 {
    width: 188px;
    height: 110px;
    background-image: url(../images/icons/icon-plane-6.html);
}

.icon-plane-7 {
    width: 256px;
    height: 255px;
    background-image: url(../images/icons/icon-plane-7.html);
}

.icon-plane-8 {
    width: 374px;
    height: 194px;
    background-image: url(../images/icons/icon-plane-8.html);
}

.icon-plane-9 {
    width: 313px;
    height: 253px;
    background-image: url(../images/icons/icon-plane-9.html);
}

.icon-big-arrow {
    width: 1279px;
    height: 250px;
    background-image: url(../images/banner/icon-big-arrow.html);
}

.icon-arrow {
    width: 42px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.html);
}

.icon-arrow-2 {
    width: 92px;
    height: 35px;
    background-image: url(../images/icons/icon-arrow-2.html);
}

.icon-big-bus {
    width: 807px;
    height: 621px;
    background-image: url(../images/icons/icon-big-bus.html);
}

.icon-bus {
    width: 623px;
    height: 432px;
    background-image: url(../images/icons/icon-bus.html);
}

.icon-bus-2 {
    width: 218px;
    height: 198px;
    background-image: url(../images/icons/icon-bus-2.html);
}

.icon-bus-3 {
    width: 800px;
    height: 502px;
    background-image: url(../images/icons/icon-bus-3.html);
}

.overlay-1 {
    width: 200px;
    height: 204px;
    background-image: url(../images/icons/overlay-1.html);
}

.overlay-2 {
    width: 860px;
    height: 621px;
    background-image: url(../images/icons/overlay-2.html);
}

.overlay-3 {
    width: 491px;
    height: 500px;
    background-image: url(../images/icons/overlay-3.html);
}

.overlay-4 {
    width: 1078px;
    height: 621px;
    background-image: url(../images/icons/overlay-4.html);
}

.overlay-5 {
    width: 379px;
    height: 297px;
    background-image: url(../images/icons/overlay-5.html);
}

.overlay-6 {
    width: 1706px;
    height: 780px;
    background-image: url(../images/icons/overlay-6.html);
}

.icon-shapes {
    width: 92px;
    height: 144px;
    background-image: url(../images/icons/icon-box.html);
}

.icon-box-2 {
    width: 233px;
    height: 194px;
    background-image: url(../images/icons/icon-box-2.html);
}

.icon-border-3 {
    width: 137px;
    height: 18px;
    background-image: url(../images/icons/icon-border-3.html);
}

.icon-quote {
    width: 92px;
    height: 66px;
    background-image: url(../images/icons/icon-quote.html);
}

.icon-quote-2 {
    width: 137px;
    height: 99px;
    background-image: url(../images/icons/icon-quote-2.html);
}

.icon-container {
    width: 615px;
    height: 396px;
    background-image: url(../images/icons/icon-container.html);
}

.icon-dots {
    width: 730px;
    height: 565px;
    background-image: url(../images/icons/icon-dots.html);
}

.icon-dots-2 {
    width: 679px;
    height: 676px;
    background-image: url(../images/icons/icon-dots-2.html);
}

.icon-dots-3 {
    width: 611px;
    height: 547px;
    background-image: url(../images/icons/icon-dots-3.html);
}

.icon-dots-4 {
    width: 810px;
    height: 666px;
    background-image: url(../images/icons/icon-dots-4.html);
}

.icon-dots-5 {
    width: 580px;
    height: 376px;
    background-image: url(../images/icons/icon-dots-5.html);
}

.icon-dotted-map {
    width: 987px;
    height: 478px;
    background-image: url(../images/icons/icon-dotted-map.html);
}

.icon-dotted-map-2 {
    width: 987px;
    height: 478px;
    background-image: url(../images/icons/icon-dotted-map-2.html);
}

.icon-city {
    width: 919px;
    height: 348px;
    background-image: url(../images/icons/icon-city.html);
}

.icon-city-2 {
    width: 541px;
    height: 205px;
    background-image: url(../images/icons/icon-city-2.html);
}

.bg-lines {
    width: 1532px;
    height: 100%;
    background-image: url(../images/icons/bg-lines.html);
}

.icon-city-3 {
    width: 541px;
    height: 205px;
    background-image: url(../images/icons/icon-city-3.html);
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear;
}

.zoom-three {
    -webkit-animation: zoom-three 5s infinite linear;
    animation: zoom-three 5s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

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

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes round-shape-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
        box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
        box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
    }
}

@keyframes round-shape-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
        box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
        box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.overlay-anim-two {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.overlay-anim-two:hover:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.overlay-anim-two:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

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

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

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

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

.animation__rotate {
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

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

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

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

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

.rotate-y {
    -webkit-animation: rotateY 30s linear infinite;
    animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotateX {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.rotate-x {
    -webkit-animation: rotateX 30s linear infinite;
    animation: rotateX 30s linear infinite;
}

.circle {
    position: fixed;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle {
        background-color: white;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle {
        display: none !important;
    }
}

.circle-follow {
    position: fixed;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle-follow {
        border: 1px solid #fff;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle-follow {
        display: none !important;
    }
}


/* Animate 1 */

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

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

.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}


/*** 

====================================================================
  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;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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;
}


/*** 

====================================================================
Main Header
====================================================================

***/

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

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top .inner-container {
    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%;
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399.98px) {
    .header-top .top-center {
        display: none;
    }
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.header-top .useful-links li {
    position: relative;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #bdbdbd;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.header-top .useful-links li a {
    color: #bdbdbd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .useful-links li a:hover {
    color: var(--theme-color1);
}

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

.main-header .logo img {
    max-width: 80%;

}

.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;
    justify-content: space-between;
}

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

.main-header .main-box .nav-outer {
    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;
    width: 100%;
}

@media (max-width: 1023.98px) {
    .main-header .main-box .nav-outer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.main-menu {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .main-menu {
        display: none;
    }
}

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

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

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

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

@media (max-width: 1399.98px) {
    .main-menu .navigation>li {
        /* margin-right: 40px; */
    }
}

@media (max-width: 1199.98px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    color: var(--theme-color-dark);
    left: 0;
    width: 100%;
}

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

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--theme-color-dark);
    font-size: 16px;
    line-height: 1.611;
    font-weight: 500;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover {
    color: rgba(var(--theme-color-black-rgb), 0.7);
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    display: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    line-height: 24px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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>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: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>a .badge-menu {
    background-color: #336AEA;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3.5px 5px 4.5px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 0 4px;
    position: relative;
    top: -3px;
    text-align: center;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-red {
    background-color: #ff3838;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-yellow {
    background-color: #ffaa17;
}

.main-menu .navigation>li>ul>li>a .badge-menu.badge-color-dark {
    background-color: #222429;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: rgba(var(--theme-color-black-rgb), 0.7);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    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: var(--theme-color-light);
    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;
    color: var(--theme-color-dark);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: rgba(var(--theme-color-black-rgb), 0.7);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid var(--theme-color-light);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 20px;
    color: var(--theme-color-dark);
    margin-left: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-header .info-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    padding-left: 70px;
    color: var(--theme-color-dark);
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: 'Poppins', sans-serif;
}

.main-header .info-btn small {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #868686;
    margin-bottom: 0px;
}

.main-header .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background-color: var(--theme-color1);
}

.main-header .info-btn i:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background-color: var(--theme-color1);
    opacity: 0.1;
    border-radius: 50%;
    content: "";
}

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

.contact-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-list li {
    position: relative;
    padding-left: 65px;
    margin-left: 35px;
}

.contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    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: 20px;
    color: var(--theme-color1);
}

.contact-list li .title {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2px;
}

.contact-list li .text {
    font-size: 16px;
    line-height: 24px;
    color: #cecece;
}

.contact-list li .text a {
    color: inherit;
}

.main-header .cart-btn {
    background-color: var(--theme-color1);
    position: relative;
    color: var(--theme-color-light);
    font-size: 30px;
    padding: 38.5px 10px;
    text-align: center;
    width: 100px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .main-header .cart-btn {
        padding: 28px 10px;
        width: 90px;
    }
}

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

.main-header .cart-btn .count {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn-two {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-header .cart-btn-two .count {
    position: absolute;
    top: -7px;
    right: -12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    color: var(--theme-color-white);
    background-color: var(--theme-color-dark);
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-search {
    position: relative;
    width: 160px;
}

.header-search .form-group {
    position: relative;
}

.header-search .form-group .icon {
    position: absolute;
    top: 0px;
    right: 0;
    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;
    line-height: 20px;
    font-size: 20px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.6);
    background: none;
}

.main-header .search-btn {
    color: var(--theme-color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    text-align: center;
}

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

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


/*** 

====================================================================
    Header Style One
====================================================================

***/

.header-style-one {
    background-color: var(--theme-color1);
}

.header-style-one .header-top {
    background-color: #222222;
    padding: 2px 0;
    display: block;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-top {
        display: none;
    }
}

.header-style-one .header-top .inner-top {
    max-width: 1790px;
    padding: 0 15px;
    margin: 0 auto;
    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;
}

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

.header-style-one .header-top .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .header-top .list li a {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

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

.header-style-one .header-top .list li a i {
    margin-right: 6px;
}

.header-style-one .header-top .list .line {
    width: 1px;
    height: 18px;
    background-color: var(--theme-color2);
    margin: 0 24px;
}

.header-style-one .header-lower .inner-lower {
    max-width: 1790px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1023.98px) {
    .header-style-one .header-lower .inner-lower {
        padding: 12px 15px;
    }
}

.header-style-one .header-lower .logo-box .logo {
    width: 169px;
    height: 84px;
    margin-top: 0px;
}

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

.header-style-one .header-lower .action-box .search-btn {
    margin-right: 33px;
    margin-left: 0;
}

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

.header-style-one .header-lower .action-box .search-btn:hover {
    color: rgba(var(--theme-color-black-rgb), 0.5);
}

.header-style-one .header-lower .action-box .shop-cart {
    position: relative;
    margin-right: 33px;
    padding-left: 33px;
}

@media (max-width: 1199.98px) {
    .header-style-one .header-lower .action-box .shop-cart {
        display: none;
    }
}

.header-style-one .header-lower .action-box .shop-cart:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 1px;
    top: 0;
    left: 0;
    background-color: rgba(var(--theme-color-black-rgb), 0.5);
}

.header-style-one .header-lower .action-box .shop-cart span {
    position: absolute;
    top: -3px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    text-align: center;
    z-index: 9;
}

.header-style-one .header-lower .action-box .shop-cart .icon {
    color: var(--theme-color-dark);
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-one .header-lower .action-box .shop-cart .icon:hover {
    color: rgba(var(--theme-color-black-rgb), 0.5);
}

.header-style-one .header-lower .action-box .theme-btn {
    padding: 9px 24.2189px;
}

.header-style-one .header-lower .action-box .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
}

@media (max-width: 1399.98px) {
    .header-style-one .header-lower .action-box .social-link {
        display: none;
    }
}

.header-style-one .header-lower .action-box .social-link li {
    margin-bottom: 0;
    margin-right: 4px;
}

.header-style-one .header-lower .action-box .social-link li:last-child {
    margin-right: 0;
}

.header-style-one .header-lower .action-box .social-link li a {
    display: inline-block;
    color: var(--theme-color-dark);
    border: 1px solid var(--theme-color3);
    background-color: transparent;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.header-style-one .header-lower .action-box .social-link li a:hover {
    background-color: var(--theme-color3);
}

.header-style-one .header-lower .action-box .social-link li a i {
    line-height: 1;
}

.header-style-one.home-two .header-lower {
    background-color: var(--theme-color-white);
    border-bottom: 1px solid var(--theme-color3);
}


/***

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

***/

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

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

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

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

.sticky-header .nav-outer {
    position: relative;
    background: none;
    line-height: 1;
}

.sticky-header .inner-container {
    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-around;
}

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

.sticky-header .main-menu .navigation.onepage-nav>li {
    margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav>li {
    margin-right: 10px;
}

@media (max-width: 1499.98px) {

    .main-menu .navigation.onepage-nav>li,
    .sticky-header .main-menu .navigation.onepage-nav>li {
        margin-right: 28px;
    }
}

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

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

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color-dark);
    display: none;
}

@media (max-width: 1023.98px) {
    .sticky-header .mobile-nav-toggler {
        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;
        visibility: hidden;
        opacity: 0;
    }
}


/***

==================================================================
    Instagram Section
==================================================================

***/

.instagram-section {
    padding: 80px 0 0;
    position: relative;
}

.instagram-section.style-two {
    margin-bottom: -1px;
}

.instagram-section.style-two .instagram-block .inner-box .image-box .icon {
    font-size: 54px;
}

.instagram-section .icon-instagram1-6 {
    background-image: url(../images/resource/instagram1-6.html);
    position: absolute;
    width: 201px;
    height: 360px;
    right: 0;
    bottom: 51px;
}

@media (max-width: 1399.98px) {
    .instagram-section .icon-instagram1-6 {
        display: none;
    }
}

.instagram-section .icon-instagram1-7 {
    background-image: url(../images/resource/instagram1-7.html);
    position: absolute;
    width: 201px;
    height: 360px;
    left: 0;
    bottom: 51px;
}

@media (max-width: 1399.98px) {
    .instagram-section .icon-instagram1-7 {
        display: none;
    }
}

.instagram-section .sec-title h4 {
    font-weight: 500;
    position: relative;
}

.instagram-section .sec-title h4:before {
    border: 1px solid #1C1A1D;
    content: "";
    position: absolute;
    left: calc(50% + 170px);
    width: 36.84%;
    opacity: 10%;
    top: 18px;
}

.instagram-section .sec-title h4:after {
    border: 1px solid #1C1A1D;
    content: "";
    position: absolute;
    right: calc(50% + 170px);
    width: 36.84%;
    opacity: 10%;
    top: 18px;
}

.instagram-section .instagram-block .inner-box .image-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.instagram-section .instagram-block .inner-box .image-box:hover .image:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.instagram-section .instagram-block .inner-box .image-box:hover .image a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.instagram-section .instagram-block .inner-box .image-box:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.instagram-section .instagram-block .inner-box .image-box .image {
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.instagram-section .instagram-block .inner-box .image-box .image:before {
    border-radius: 0;
    background-color: rgba(var(--theme-color1-rgb), 0.9);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-section .instagram-block .inner-box .image-box .image a img {
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-section .instagram-block .inner-box .image-box .icon {
    color: var(--theme-color-light);
    position: absolute;
    pointer-events: none;
    font-size: 28px;
    z-index: 2;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

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

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color-dark);
    top: 0;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

@media only screen and (max-width: 1023px) {
    .mobile-nav-toggler {
        display: block !important;
    }
}

.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: 20px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    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: 40px;
}

.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: var(--theme-color-dark);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.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 .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.1);
}

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

.mobile-menu .navigation li>a .badge-menu {
    background-color: #336AEA;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 3.5px 5px 4.5px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 0 4px;
    position: relative;
    top: -3px;
    text-align: center;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-red {
    background-color: #ff3838;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-yellow {
    background-color: #ffaa17;
}

.mobile-menu .navigation li>a .badge-menu.badge-color-dark {
    background-color: #222429;
}

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

.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: #ffffff;
    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(255, 255, 255, 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;
    margin-bottom: 20px;
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

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

.contact-list-one li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.contact-list-one li .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase;
}

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

.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;
    background: var(--theme-color-dark);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

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

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    -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;
    height: 24px;
    min-width: 38px;
}

.toggle-hidden-bar .line {
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
}

.toggle-hidden-bar .line:nth-child(1) {
    width: 24px;
    top: 0;
}

.toggle-hidden-bar .line:nth-child(3) {
    width: 24px;
    left: auto;
    right: 0;
    top: 21px;
}

.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: 30px 30px 25px;
    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;
}

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

.contact-list-two li {
    position: relative;
    margin-bottom: 20px;
}

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

.contact-list-two li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-color1);
}

.contact-list-two li .contact-info-box a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-two li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color-light);
}

.contact-list-two li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: var(--theme-color-light);
    font-weight: 700;
    text-transform: uppercase;
}

.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-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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


/***

==================================================================
    Gallery Section
==================================================================

***/

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

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

.gallery-section {
    position: relative;
    padding: 100px 0 80px;
}

.gallery-section .outer-box {
    padding: 0 14px;
}

.gallery-section .sec-title {
    margin-bottom: 51px;
}

.gallery-section.style-two {
    padding: 100px 0;
}

.gallery-section.style-two .gallery-block {
    margin-bottom: 30px;
}

.gallery-section.style-two .gallery-block .inner-box .image-box .image-1:before {
    background-color: rgba(var(--theme-color1-rgb), 0.5);
    backdrop-filter: blur(10px);
}

.gallery-section.style-two .gallery-block .inner-box .content-box {
    padding: 7px 25px 0;
}

.gallery-section.style-two .gallery-block .inner-box .content-box .btn-link {
    color: var(--theme-color-white);
}

.gallery-section.style-two .gallery-block .inner-box .content-box .title {
    color: var(--theme-color-white);
    font-weight: 500;
}

.gallery-section.style-two .gallery-block .inner-box .content-box .text {
    color: var(--theme-color-white);
}

.gallery-section.style-three {
    padding: 100px 0;
}

.gallery-section.style-three .outer-box {
    padding: 0 30px;
}

.gallery-section.style-three .gallery-block {
    margin-bottom: 30px;
}

.gallery-section.style-three .gallery-block .inner-box .image-box .image-1:before {
    background-color: rgba(var(--theme-color1-rgb), 0.9);
    backdrop-filter: none;
}

.gallery-section.style-three .gallery-block .inner-box .content-box {
    padding: 7px 25px 0;
}

.gallery-section.style-three .gallery-block .inner-box .content-box .btn-link {
    color: var(--theme-color-white);
}

.gallery-section.style-four {
    padding: 100px 0;
}

.gallery-section.style-four .outer-box {
    padding: 0;
}

.gallery-section.style-four .gallery-block {
    margin-bottom: 0;
}

.gallery-section.style-four .gallery-block .inner-box:hover .image-box .image-1:before {
    height: 100%;
}

.gallery-section.style-four .gallery-block .inner-box .image-box .image-1:before {
    background-color: rgba(var(--theme-color1-rgb), 0.9);
    backdrop-filter: none;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-section.style-four .gallery-block .inner-box .content-box {
    padding: 7px 25px 0;
}

.gallery-section.style-four .gallery-block .inner-box .content-box .btn-link {
    color: var(--theme-color-white);
}

.gallery-block {
    margin-bottom: 20px;
}

.gallery-block .inner-box {
    position: relative;
    overflow: hidden;
}

.gallery-block .inner-box:hover {
    background-color: var(--theme-color1);
}

.gallery-block .inner-box:hover .image-box .image-1:before {
    height: calc(100% - 40px);
}

.gallery-block .inner-box:hover .content-box {
    opacity: 1;
    top: 50%;
}

.gallery-block .inner-box .image-box {
    margin-bottom: 0;
}

.gallery-block .inner-box .image-box .image-1 {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .image-1:before {
    background-color: rgba(var(--theme-color-white-rgb), 0.8);
    backdrop-filter: blur(5px);
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    height: 0;
    width: calc(100% - 40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .image-1 img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .inner-box .content-box {
    text-align: center;
    padding: 7px 55px 0;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    width: calc(100% - 70px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .gallery-block .inner-box .content-box {
        width: calc(100% - 10px);
        padding: 7px 15px 0;
    }
}

.gallery-block .inner-box .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 28px;
}

@media (max-width: 1399.98px) {
    .gallery-block .inner-box .content-box .btn-box {
        margin-bottom: 15px;
    }
}

.gallery-block .inner-box .content-box .btn-link {
    color: var(--headings-color);
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .gallery-block .inner-box .content-box .btn-link {
        font-size: 30px;
    }
}

.gallery-block .inner-box .content-box .btn-link:hover {
    color: var(--theme-color1);
}

.gallery-block .inner-box .content-box .title {
    color: var(--headings-color);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .gallery-block .inner-box .content-box .title {
        font-size: 20px;
    }
}

.gallery-block .inner-box .content-box .title:hover {
    color: var(--theme-color1);
}

.gallery-block .inner-box .content-box .title a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .inner-box .content-box .text {
    color: var(--headings-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px !important;
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -6px;
}

.sec-title .sub-title .icon-img {
    min-width: 14px;
}

.sec-title .sub-title .icon {
    color: var(--theme-color1);
    margin-right: 8px;
    font-size: 16px;
}

.sec-title.text-center .sub-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec-title h1 {
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 400;
    line-height: 1.211em;
}

.sec-title .title {
    position: relative;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    line-height: var(--sec-title-title-line-height);
    margin-bottom: 25px;
}

.sec-title .title span {
    font-family: var(--style-font);
    font-weight: 400;
    font-style: italic;
}

.sec-title .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: var(--text-color);
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: #fff;
}

.title-stroke-text {
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    pointer-events: none;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.title-stroke-text span {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: var(--theme-color-white);
    opacity: 0.25;
    overflow: hidden;
}


/*** 

====================================================================
sec-title-style-two
====================================================================

***/

.sec-title-style-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-title-style-two .sub-title {
    font-weight: 400;
    color: var(--text-color);
    display: inline-block;
}

.sec-title-style-two .title {
    max-width: 899px;
    font-weight: 500;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

@media (max-width: 991.98px) {
    .sec-title-style-two .title {
        font-size: 30px;
    }
}

.sec-title-style-two.white .sub-title,
.sec-title-style-two.white .title {
    color: var(--theme-color-white);
}


/*** 

====================================================================
sec-title-style-three
====================================================================

***/
.sec-title-style-three {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.sec-title-style-three .sub-title {
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 12px;
    font-size: xxx-large;
}

.sec-title-style-three .title {
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .sec-title-style-three .title br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .sec-title-style-three .title {
        font-size: 32px;
    }
}

.sec-title-style-three .text {
    font-weight: 300;
    color: #494948;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
    text-align: justify;
}

.sec-title-style-three.white .sub-title,
.sec-title-style-three.white .title {
    color: var(--theme-color-white);
}


/*** 

====================================================================
    Banner Section One
====================================================================

***/

.banner-section-one {
    background-color: var(--theme-color1);
    position: relative;
    padding: 0;
}

.banner-section-one .outer-box {
    max-width: 1710px;
    padding: 0 15px;
    margin: 0 auto;
}

.banner-section-one .content-box {
    padding: 112px 0 420px;
}

@media (max-width: 1199.98px) {
    .banner-section-one .content-box .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.banner-section-one .content-box .sec-title-box .sec-title-style-three .title {
    max-width: 920px;
}

@media (max-width: 767.98px) {
    .banner-section-one .content-box .sec-title-box .sec-title-style-three .title {
        font-size: 36px;
    }
}

.banner-section-one .content-box .sec-title-box .btn-box {
    max-width: 415px;
}

.banner-section-one .content-box .sec-title-box .btn-box .text {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 31px;
    position: relative;
}

.banner-section-one .content-box .sec-title-box .btn-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.banner-section-one .content-box .sec-title-box .theme-btn {
    padding: 12px 25.532px;
}


/*** 

====================================================================
    banner-section-home-two
====================================================================

***/

.banner-section-home-two {
    position: relative;
    background-color: var(--theme-color-white);
}

.banner-section-home-two .outer-box {
    position: relative;
}

.banner-section-home-two .outer-box .anim-icon {
    position: absolute;
    top: 140px;
    left: 0;
}

.banner-section-home-two .outer-box .content-box {
    max-width: 1179px;
    margin-left: auto;
    padding: 120px 164px 200px 80px;
    display: block;
    position: relative;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box .content-box {
        padding: 100px 100px 200px;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .banner-section-home-two .outer-box .content-box {
        padding: 100px 85px 200px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box .content-box {
        padding: 100px 15px 200px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box .content-box {
        padding: 100px 30px 200px;
    }
}

.banner-section-home-two .outer-box .content-box:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-section-home-two .outer-box .content-box .anim-icon-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-section-home-two .outer-box .content-box .title {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 73px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
}

@media (max-width: 991.98px) {
    .banner-section-home-two .outer-box .content-box .title {
        font-size: 50px;
        line-height: 50px;
    }
}

.banner-section-home-two .outer-box .content-box .title:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 113px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box .content-box .title:before {
        left: calc(50% - 61.5px);
    }
}

.banner-section-home-two .outer-box .content-box .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    max-width: 700px;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box .content-box .text {
        margin: 0 auto;
    }
}

.banner-section-home-two .outer-box .content-box .banner-btn {
    width: 200px;
    height: 200px;
    line-height: 37px;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    border: 10px solid var(--theme-color1);
    color: var(--theme-color-white);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 49px 0 0;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box .content-box .banner-btn {
        left: calc(50% - 100px);
    }
}

@media (max-width: 991.98px) {
    .banner-section-home-two .outer-box .content-box .banner-btn {
        width: 150px;
        height: 150px;
        padding: 35px 0 0;
        line-height: 25px;
        left: calc(50% - 75px);
    }
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box .content-box .banner-btn {
        width: 100px;
        height: 100px;
        padding: 20px 16px 0;
        line-height: 15px;
        left: calc(50% - 50px);
        border: 3px solid var(--theme-color1);
    }
}

.banner-section-home-two .outer-box .content-box .banner-btn:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-black);
}

.banner-section-home-two .outer-box .content-box .banner-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box .content-box .banner-btn i {
        font-size: 25px;
    }
}

.banner-section-home-two .outer-box .content-box .banner-btn span {
    display: inline-block;
    font-size: 18px;
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box .content-box .banner-btn span {
        font-size: 14px;
    }
}

.banner-section-home-two .outer-box-two {
    position: relative;
    margin-top: -295px;
    z-index: 0;
    min-height: 274px;
}

@media (max-width: 991.98px) {
    .banner-section-home-two .outer-box-two {
        margin-top: -280px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box-two {
        margin-top: -250px;
    }
}

.banner-section-home-two .outer-box-two .banner-box-two .inner-box {
    max-width: 1610px;
}

.banner-section-home-two .outer-box-two .banner-box-two .inner-box .image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

.banner-section-home-two .outer-box-two .banner-box-two .inner-box .image:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-section-home-two .outer-box-two .banner-box-two .inner-box .image img {
    width: 100%;
    min-height: 274px;
}

.banner-section-home-two .outer-box-two .arrow-box {
    background-color: var(--theme-color-white);
    padding: 10px;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    bottom: 80px;
    right: -40px;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box-two .arrow-box {
        bottom: 0;
        left: calc(50% - 76px);
        display: inline-table;
        padding-bottom: 0;
    }
}

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

@media (max-width: 767.98px) {
    .banner-section-home-two .outer-box-two .arrow-box {
        left: calc(50% - 66px);
    }
}

@media (max-width: 575.98px) {
    .banner-section-home-two .outer-box-two .arrow-box {
        padding: 5px 5px 0;
        left: calc(50% - 48px);
    }
}

.banner-section-home-two .outer-box-two .arrow-box .slider-next,
.banner-section-home-two .outer-box-two .arrow-box .slider-prev {
    width: 60px;
    height: 60px;
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {

    .banner-section-home-two .outer-box-two .arrow-box .slider-next,
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575.98px) {

    .banner-section-home-two .outer-box-two .arrow-box .slider-next,
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev {
        width: 40px;
        height: 40px;
    }

    .banner-section-home-two .outer-box-two .arrow-box .slider-next i,
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev i {
        font-size: 14px;
    }
}

.banner-section-home-two .outer-box-two .arrow-box .slider-next:hover,
.banner-section-home-two .outer-box-two .arrow-box .slider-prev:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-black);
}

.banner-section-home-two .outer-box-two .arrow-box .slider-prev {
    margin-bottom: 12px;
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev {
        margin-right: 8px;
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-home-two .outer-box-two .arrow-box .slider-prev {
        margin-right: 3px;
    }
}

.banner-section-home-two .outer-box-two .suite-slide-wrapper {
    max-width: 1610px;
    min-height: 274px;
}

@media (max-width: 1599.98px) {
    .banner-section-home-two .outer-box-two .suite-slide-wrapper {
        max-width: 1250px;
    }
}

@media (max-width: 1399.98px) {
    .banner-section-home-two .outer-box-two .suite-slide-wrapper {
        max-width: 100%;
    }
}


/*** 

====================================================================
    Banner Section One
====================================================================

***/

.banner-section-three {
    position: relative;
    overflow: hidden;
}

.banner-section-three .arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .banner-section-three .arrow-box {
        left: 20px;
    }
}

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

.banner-section-three .arrow-box .array-prev,
.banner-section-three .arrow-box .array-next {
    background-color: var(--theme-color-white);
    color: var(--theme-color-dark);
    height: 60px;
    line-height: 60px;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 23px;
}

.banner-section-three .arrow-box .array-prev:hover,
.banner-section-three .arrow-box .array-next:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.banner-section-three .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.banner-section-three .bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.banner-section-three .bg-image img {
    width: 100%;
    height: 100%;
}

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

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

.banner-section-three .content-box {
    max-width: 774px;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.banner-section-three .content-box .title {
    color: var(--theme-color-white);
    font-size: 60px !important;
    font-weight: 500;
    letter-spacing: -3;
    line-height: 70px;
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .banner-section-three .content-box .title {
        font-size: 55px;
        line-height: 68px;
        margin-bottom: 16px;
    }
}

.banner-section-three .content-box .text {
    color: var(--theme-color2);
    border-bottom: 1px solid rgba(215, 217, 207, 0.4);
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 150%;
    margin-right: -10px;
}

.banner-section-three .content-box .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background-color: var(--theme-color-white);
    width: 120px;
    height: 3px;
}

.banner-section-three .content-box .theme-btn {
    background-color: var(--theme-color-white);
    padding: 11px 25px;
}

.banner-section-three .content-box .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 39px;
}

@media (max-width: 767.98px) {
    .banner-section-three .content-box .bottom-box {
        margin-left: 0;
    }
}

.banner-section-three .content-box .bottom-box .banner-icon {
    min-width: 90px;
    min-height: 90px;
    margin-right: 60px;
    position: relative;
    top: 3px;
}

@media (max-width: 575.98px) {
    .banner-section-three .content-box .bottom-box .banner-icon {
        display: none;
    }
}

.banner-section-three .banner-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
    position: absolute;
    right: 48px;
    top: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section-three .banner-social-link {
        display: none;
    }
}

.banner-section-three .banner-social-link li {
    margin-bottom: 12px;
}

.banner-section-three .banner-social-link li:last-child {
    margin-bottom: 0;
}

.banner-section-three .banner-social-link li a {
    display: inline-block;
    color: var(--theme-color-white);
    background-color: rgba(255, 255, 255, 0.1019607843);
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
}

.banner-section-three .banner-social-link li a:hover {
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
}

.banner-section-three .banner-social-link li a i {
    line-height: 1;
}

.banner-section-three .banner-count-box .inner-box {
    background-color: var(--theme-color-white);
    padding: 40px;
    margin-top: 8px;
    position: absolute;
    right: 100px;
    bottom: 0;
    max-width: 346px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .banner-section-three .banner-count-box .inner-box {
        padding: 20px;
        right: 0;
    }
}

.banner-section-three .banner-count-box .inner-box:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.banner-section-three .banner-count-box .inner-box .title-box {
    border-bottom: 1px solid rgba(215, 217, 207, 0.2);
    padding-bottom: 20px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-section-three .banner-count-box .inner-box .count-box {
    color: var(--theme-color-dark);
    font-size: 64px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 1px;
    letter-spacing: -1px;
}

@media (max-width: 991.98px) {
    .banner-section-three .banner-count-box .inner-box .count-box {
        font-size: 40px;
    }
}

.banner-section-three .banner-count-box .inner-box .text {
    color: var(--theme-color-dark);
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 3px;
}

@media (max-width: 991.98px) {
    .banner-section-three .banner-count-box .inner-box .text {
        font-size: 18px;
        padding-top: 10px;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.banner-section-three .banner-count-box .inner-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 54px;
    height: 3px;
    top: -1.5px;
    left: 0;
}

.banner-section-three .swiper-slide.swiper-slide-active .bg-image {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.banner-section-three .swiper-slide.swiper-slide-active .content-box {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.banner-section-three .swiper-slide.swiper-slide-active .theme-btn {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.banner-section-three .swiper-horizontal {
    padding: 0;
}


/* Animate 1 */

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

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

.swiper-slide .fadeInUpBig {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(100px);
    transform: scale(0.9) translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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

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

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

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

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

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

.swiper-slide.swiper-slide-active .fadeInUpBig {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}


/***

====================================================================
    Projects Section
====================================================================

***/

.projects-section {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .projects-section {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .projects-section .sec-title-box {
        display: block;
    }
}

.projects-section .sec-title-box {
    margin-bottom: 13px;
}

.projects-section .sec-title-box .sec-right-box {
    max-width: 385px;
}

.projects-section .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
    width: 450px;
}

.projects-section .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.projects-section .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

.project-block .inner-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.project-block .inner-block:hover .catagories-box {
    opacity: 1;
    top: 12px;
    visibility: visible;
}

.project-block .inner-block:hover .content-box .inner-box {
    opacity: 1;
    bottom: 12px;
    visibility: visible;
}

.project-block .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-block .inner-block .image-box .image {
    margin-bottom: 0;
    position: relative;
}

.project-block .inner-block .image-box .image:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.project-block .inner-block .image-box .image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-block .catagories-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    top: -100px;
    left: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-block .catagories-box .catagory a {
    color: var(--headings-color);
    background-color: var(--theme-color-white);
    padding: 9.2px 20px;
    display: inline-block;
}

.project-block .inner-block .content-box .inner-box {
    position: absolute;
    padding: 40px;
    background-color: var(--theme-color-dark);
    max-width: 536px;
    bottom: -100px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1175.98px) {
    .project-block .inner-block .content-box .inner-box {
        left: 15px;
    }
}

@media (max-width: 575.98px) {
    .project-block .inner-block .content-box .inner-box {
        padding: 40px 12px;
    }
}

.project-block .inner-block .content-box .inner-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
}

@media (max-width: 575.98px) {
    .project-block .inner-block .content-box .inner-box .title-box {
        display: block;
    }
}

.project-block .inner-block .content-box .inner-box .title-box:before {
    position: absolute;
    content: "";
    width: 164px;
    height: 3px;
    background-color: var(--theme-color-white);
    bottom: -1.5px;
    left: 0;
}

.project-block .inner-block .content-box .inner-box .title-box .title {
    color: var(--theme-color-white);
}

.project-block .inner-block .content-box .inner-box .title-box .icon {
    color: var(--theme-color-black);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme-color-white);
}

.project-block .inner-block .content-box .inner-box .text {
    color: var(--theme-color2);
    max-width: 456px;
}


/***

====================================================================
    Projects Section Two
====================================================================

***/

.projects-section-two {
    background-color: #222222;
    position: relative;
    padding: 30px 0 72px;
}

@media (max-width: 991.98px) {
    .projects-section-two {
        padding: 80px 0 32px;
    }
}

.projects-section-two .sec-title-style-three .sub-title {
    color: var(--theme-color2);
}

.projects-section-two .sec-title-style-three .title {
    font-size: 90px;
    font-weight: 400;
    font-family: var(--style-font-family);
    letter-spacing: 0px;
    line-height: 1;
    margin-top: 28px;
    margin-bottom: 27px;
}

@media (max-width: 991.98px) {
    .projects-section-two .sec-title-style-three .title {
        font-size: 72px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.projects-section-two .sec-title-style-three .text {
    color: var(--theme-color2);
    max-width: 382px;
    padding-bottom: 31px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 30px;
}

.projects-section-two .sec-title-style-three .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
}

.projects-section-two .sec-title-style-three .theme-btn {
    background-color: var(--theme-color-white);
    border: none;
    padding: 12px 25.5px;
}

@media (max-width: 991.98px) {
    .projects-section-two .sec-title-style-three .theme-btn {
        margin-bottom: 30px;
    }
}

.project-block-two {
    margin-bottom: 43px;
}

.project-block-two .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .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-two .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-two .inner-box:hover .image-box .view-btn {
    scale: 1;
}

.project-block-two .inner-box:hover .content-box .title {
    color: var(--theme-color1);
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box .view-btn {
    position: absolute;
    width: 120px;
    height: 120px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-dark);
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    color: var(--theme-color-white);
    z-index: 1;
    display: inline-block;
    padding: 35px;
    scale: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.project-block-two .image-box .image:before {
    background-color: rgba(var(--theme-color-black-rgb), 0.3);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    pointer-events: none;
}

.project-block-two .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-two .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-two .content-box {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.project-block-two .content-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.project-block-two .content-box .title-box .year-info {
    background-color: #232323;
    color: var(--theme-color-white);
    font-weight: 300;
    padding: 5px 16px;
}

.project-block-two .content-box .title {
    color: var(--theme-color1);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .project-block-two .content-box .title {
        font-size: 24px;
    }
}

.project-block-two .content-box .title:hover {
    color: var(--theme-color1);
}

.project-block-two .content-box .categories-list .item {
    border: 1px solid #232323;
    color: var(--theme-color-white);
    font-weight: 300;
    padding: 7px 16px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 4px;
}

.project-block-two .content-box .categories-list .item:first-child {
    margin-left: 0;
}


/***

====================================================================
    Projects Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
}

.project-block-three .inner-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.project-block-three .inner-block:hover .content-box .inner-box {
    opacity: 1;
    bottom: 20px;
    visibility: visible;
}

.project-block-three .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-block-three .inner-block .image-box .image {
    margin-bottom: 0;
    position: relative;
}

.project-block-three .inner-block .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .inner-block .content-box .inner-box {
    position: absolute;
    padding: 40px;
    background-color: var(--theme-color-dark);
    max-width: 559px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 609.98px) {
    .project-block-three .inner-block .content-box .inner-box {
        left: 15px;
        right: 15px;
    }
}

.project-block-three .inner-block .content-box .inner-box .title-box {
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.7);
    padding-bottom: 31px;
    margin-bottom: 33px;
    -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;
}

@media (max-width: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.project-block-three .inner-block .content-box .inner-box .title-box:before {
    position: absolute;
    content: "";
    width: 172px;
    height: 3px;
    background-color: var(--theme-color-white);
    bottom: -1.5px;
    left: 0;
}

@media (max-width: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .title-box:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.project-block-three .inner-block .content-box .inner-box .title-box .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
}

.project-block-three .inner-block .content-box .inner-box .title-box .catagories-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .title-box .catagories-box {
        margin-bottom: 30px;
    }
}

.project-block-three .inner-block .content-box .inner-box .title-box .catagories-box .catagory a {
    color: var(--theme-color-white);
    border: 1px solid #232323;
    font-weight: 300;
    padding: 9.2px 20px;
    display: inline-block;
}

.project-block-three .inner-block .content-box .inner-box .bottom-box {
    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: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.project-block-three .inner-block .content-box .inner-box .bottom-box .btn-link-arrow {
    background-color: rgba(142, 142, 142, 0.1);
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 30px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: 15px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .bottom-box .btn-link-arrow {
        margin-left: 0;
    }
}

.project-block-three .inner-block .content-box .inner-box .bottom-box .btn-link-arrow .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.project-block-three .inner-block .content-box .inner-box .bottom-box .text {
    color: var(--theme-color2);
    font-weight: 300;
    max-width: 387px;
}

@media (max-width: 575.98px) {
    .project-block-three .inner-block .content-box .inner-box .bottom-box .text {
        margin-bottom: 30px;
        max-width: none;
    }
}


/***

====================================================================
    Product Section Visual
====================================================================

***/

.project-section-visual {
    overflow: hidden;
    background-color: #FFFBF3;
    padding: 120px 0;
}

.project-section-visual .outer-box {
    background-color: #0E3D37;
    border-radius: 30px;
    margin: 0 30px;
    position: relative;
}

@media (max-width: 991.98px) {
    .project-section-visual .outer-box {
        margin: 0 15px;
    }
}

.project-section-visual .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
}

.project-section-visual .bg-image:before {
    background-color: rgba(14, 61, 55, 0.88);
    border-radius: 0 30px 30px 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .project-section-visual .bg-image:before {
        opacity: 1;
    }
}

.project-section-visual .content-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 812px;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .project-section-visual .content-column .inner-column {
        min-height: 680px;
    }
}

@media (max-width: 991.98px) {
    .project-section-visual .content-column .inner-column {
        min-height: auto;
        padding: 90px 25px;
    }
}

.project-section-visual .content-column .inner-column .tags {
    position: absolute;
    top: 61px;
    right: -112px;
    z-index: 1;
    padding: 18px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #0E3D37;
    color: var(--theme-color-white);
    border-bottom-left-radius: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 991.98px) {
    .project-section-visual .content-column .inner-column .tags {
        right: calc(50% - 112px);
    }
}

.project-section-visual .content-column .inner-column .content {
    max-width: 530px;
    margin: 0 auto;
}

.project-section-visual .content-column .inner-column .content .number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color-white);
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    margin-bottom: 40px;
}

.project-section-visual .content-column .inner-column .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.project-section-visual .content-column .inner-column .content .list li {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    border-radius: 50px;
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    text-transform: uppercase;
    padding: 10px 24px;
    padding-top: 15px;
    font-weight: 500;
    color: var(--theme-color-white);
}

.project-section-visual .content-column .inner-column .content .list li:last-child {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.project-section-visual .content-column .inner-column .content .list li:last-child::before {
    position: absolute;
    top: 19px;
    left: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
}

.project-section-visual .content-column .inner-column .content .title {
    color: var(--theme-color-white);
    margin-bottom: 20px;
}

.project-section-visual .content-column .inner-column .content .text {
    color: #CCCCCC;
    margin-bottom: 50px;
}


/***

==================================================================
    Pricing Section
==================================================================

***/

.pricing-section {
    background-color: var(--theme-color-white);
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .pricing-section {
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    .pricing-block {
        margin-bottom: 30px;
    }
}

.pricing-block .inner-block {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color1);
    padding: 36px 40px 39px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .pricing-block .inner-block {
        padding: 36px 15px 39px;
    }
}

.pricing-block .inner-block.active,
.pricing-block .inner-block:hover {
    background-color: var(--theme-color1);
}

.pricing-block .inner-block.active:before,
.pricing-block .inner-block:hover:before {
    border-color: var(--theme-color-dark);
}

.pricing-block .inner-block.active:after,
.pricing-block .inner-block:hover:after {
    border-color: var(--theme-color-dark);
}

.pricing-block .inner-block.active .theme-btn,
.pricing-block .inner-block:hover .theme-btn {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.pricing-block .inner-block.active .theme-btn:hover,
.pricing-block .inner-block:hover .theme-btn:hover {
    color: var(--theme-color-dark);
}

.pricing-block .inner-block.active .theme-btn:before,
.pricing-block .inner-block:hover .theme-btn:before {
    background-color: var(--theme-color-white);
}

.pricing-block .inner-block:hover .content-column .text:before {
    width: 100%;
}

.pricing-block .inner-block:before {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-color2);
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-block:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-color2);
    width: 70px;
    height: 80px;
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-block .content-column .text {
    border-bottom: 1px solid var(--theme-color2);
    color: #232323;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 36px;
    position: relative;
    padding-bottom: 29px;
}

.pricing-block .inner-block .content-column .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 98.92px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-block .inner-block .content-column .pricing-amount {
    color: var(--headings-color);
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.pricing-block .inner-block .content-column .pricing-amount span {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.pricing-block .inner-block .content-column .pricing-title {
    margin-bottom: 16px;
}

.pricing-block .inner-block .content-column .list-style {
    padding-bottom: 29px;
}

.pricing-block .inner-block .content-column .list-style li {
    margin-bottom: 6px;
    color: #232323;
    font-weight: 300;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-block .inner-block .content-column .list-style li img {
    margin-right: 8px;
}

.pricing-block .inner-block .theme-btn {
    width: 100%;
}


/***

==================================================================
    Pricing Section
==================================================================

***/

.pricing-section-two {
    background-color: rgba(var(--theme-color1-rgb), 0.6);
    position: relative;
    padding: 120px 0;
}

.pricing-block-two {
    margin-bottom: 24px;
}

.pricing-block-two .inner-block {
    background-color: var(--theme-color-white);
    border-radius: 12px;
    border: 1px solid var(--theme-color1);
    padding: 24px 24px 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .pricing-block-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pricing-block-two .inner-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: var(--theme-color-dark);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.pricing-block-two .inner-block.active:before,
.pricing-block-two .inner-block:hover:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.pricing-block-two .inner-block.active .content-column,
.pricing-block-two .inner-block:hover .content-column {
    background-color: #171717;
}

.pricing-block-two .inner-block.active .content-column .pricing-title,
.pricing-block-two .inner-block:hover .content-column .pricing-title {
    color: var(--theme-color-white);
}

.pricing-block-two .inner-block.active .content-column .pricing-amount,
.pricing-block-two .inner-block:hover .content-column .pricing-amount {
    color: var(--theme-color-white);
}

.pricing-block-two .inner-block.active .content-column .pricing-amount span,
.pricing-block-two .inner-block:hover .content-column .pricing-amount span {
    color: var(--theme-color2);
}

.pricing-block-two .inner-block.active .content-column .text,
.pricing-block-two .inner-block:hover .content-column .text {
    color: var(--theme-color2);
}

.pricing-block-two .inner-block.active .content-column .theme-btn,
.pricing-block-two .inner-block:hover .content-column .theme-btn {
    background-color: var(--theme-color-white);
}

.pricing-block-two .inner-block.active .feature-box .list-style li,
.pricing-block-two .inner-block:hover .feature-box .list-style li {
    color: var(--theme-color2);
}

.pricing-block-two .inner-block.active .feature-box .list-style li .icon,
.pricing-block-two .inner-block:hover .feature-box .list-style li .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.pricing-block-two .inner-block .content-column {
    background-color: rgba(var(--theme-color1-rgb), 0.7);
    border-radius: 12px;
    max-width: 347px;
    padding: 23px 28px 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-two .inner-block .content-column .pricing-title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-two .inner-block .content-column .pricing-amount {
    color: var(--headings-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-two .inner-block .content-column .pricing-amount span {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-two .inner-block .content-column .text {
    color: #232323;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 21px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-two .inner-block .content-column .theme-btn {
    width: 100%;
}

.pricing-block-two .inner-block .feature-box {
    margin-left: 65px;
}

@media (max-width: 1399.98px) {
    .pricing-block-two .inner-block .feature-box {
        margin-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .pricing-block-two .inner-block .feature-box {
        margin-left: 0;
        margin-top: 30px;
    }
}

.pricing-block-two .inner-block .feature-box .list-style li {
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 16px;
    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;
}

.pricing-block-two .inner-block .feature-box .list-style li:last-child {
    margin-bottom: 0;
}

.pricing-block-two .inner-block .feature-box .list-style li .icon {
    margin-right: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
    Feature Section 
====================================================================

***/

.features-section {
    background-color: var(--theme-color-white);
    position: relative;
    padding: 120px 0;
}

.features-section .inner-container {
    background-color: var(--theme-color1);
    padding: 100px 100px;
}

@media (max-width: 1399.98px) {
    .features-section .inner-container {
        padding: 100px 15px;
    }
}

@media (max-width: 991.98px) {
    .feature-block {
        margin-bottom: 30px;
    }
}

.feature-block .inner-block {
    background-color: var(--theme-color-white);
    padding: 48px 48px 44px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .feature-block .inner-block {
        padding: 48px 15px 44px;
    }
}

.feature-block .inner-block:hover .number {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.feature-block .inner-block:hover .title:before {
    width: 100%;
}

.feature-block .inner-block .number {
    font-size: 24px;
    font-weight: 500;
    color: var(--headings-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    margin-bottom: 29px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-block .title {
    position: relative;
    margin-bottom: 9px;
}


/*** 

====================================================================
    Feature Section Two
====================================================================

***/

.features-section-two {
    padding: 120px 0;
    position: relative;
    background-color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .features-section-two {
        padding: 80px 0;
    }
}

@media (max-width: 1199.98px) {
    .features-section-two .sec-title-style-three {
        margin-bottom: 50px;
    }
}

.features-section-two .sec-title-style-three .title {
    max-width: 601px;
}

@media (max-width: 1199.98px) {
    .features-section-two .sec-title-style-three .title {
        font-size: 38px;
    }
}

.features-section-two .image {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    width: 601px;
    height: 504px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .features-section-two .image {
        position: absolute;
        left: auto;
        right: 50px;
        bottom: -50px;
        opacity: 0;
        max-height: 300px;
        max-width: 300px;
        z-index: 1;
    }
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .features-section-two .image {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .features-section-two .image:before {
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.5019607843);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

.features-section-two .image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.features-section-two .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .feature-block-two {
        padding-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .feature-block-two {
        padding-left: 0;
    }
}

.feature-block-two .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: transparent;
    padding: 29px 32px;
    border-top: 1px solid var(--theme-color1);
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .feature-block-two .inner-box {
        padding: 29px 15px;
    }
}

@media (max-width: 1399.98px) {
    .feature-block-two .inner-box {
        padding: 29px 5px 29px 17px;
    }
}

@media (max-width: 1199.98px) {
    .feature-block-two .inner-box {
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .feature-block-two .inner-box {
        padding: 29px 15px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-block-two .inner-box.active .image {
    opacity: 1;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .feature-block-two .inner-box.active .image {
        opacity: 0;
    }
}

.feature-block-two .inner-box:hover {
    background-color: var(--theme-color1);
}

.feature-block-two .inner-box:hover .image {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .feature-block-two .inner-box:hover .image {
        opacity: 1;
    }
}

.feature-block-two .inner-box .number {
    font-size: 24px;
    font-weight: 500;
    color: var(--headings-color);
    line-height: 1.35;
    margin-right: 60px;
}

@media (max-width: 1399.98px) {
    .feature-block-two .inner-box .number {
        margin-right: 30px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-two .inner-box .number {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.feature-block-two .inner-box .content .title {
    margin-bottom: 5px;
}

.feature-block-two .inner-box .content .text {
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    .feature-block-two .inner-box .content .text {
        max-width: 500px;
    }
}


/*** 

====================================================================
    Feature Section Three 
====================================================================

***/

.features-section-three {
    background-color: var(--theme-color-white);
    position: relative;
}

.features-section-three .sec-title-style-three .title {
    max-width: 553px;
}

@media (max-width: 991.98px) {
    .features-section-three .sec-title-style-three .title {
        max-width: 650px;
    }
}

.features-section-three .outer-container {
    max-width: 1800px;
    background-color: var(--theme-color1);
    margin: 0 auto;
    padding: 0 0 100px;
}

@media (max-width: 991.98px) {
    .features-section-three .outer-container {
        padding: 0 0 80px;
    }
}

.features-section-three .inner-container {
    padding: 140px 100px;
    position: relative;
}

@media (max-width: 1649.98px) {
    .features-section-three .inner-container {
        padding: 100px 15px;
    }
}

@media (max-width: 991.98px) {
    .features-section-three .inner-container {
        padding: 0 15px;
    }
}

.features-section-three .inner-container .bg-image {
    left: auto;
    right: 100px;
    bottom: 0;
    width: calc(55% - 8px);
    padding: 0;
    margin: 0;
}

@media (max-width: 991.98px) {
    .features-section-three .inner-container .bg-image {
        display: none;
    }
}

.features-section-three .inner-container .bg-image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.features-section-three .inner-container .bg-image img {
    width: 100%;
    height: 100%;
}

.features-section-three .sec-title-box {
    padding: 100px 100px 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .features-section-three .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100px 0 72px 15px;
    }
}

.features-section-three .sec-title-box .sec-right-box {
    max-width: 435px;
}

.features-section-three .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.features-section-three .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.features-section-three .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

.feature-block-three .inner-block {
    background-color: var(--theme-color-white);
    padding: 40px 40px 31px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1599.98px) {
    .feature-block-three .inner-block {
        padding: 30px;
    }
}

.feature-block-three .inner-block:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block-three .inner-block .icon-box {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--theme-color-dark);
    margin-bottom: 29px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-block .icon-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-block .title {
    position: relative;
    margin-bottom: 9px;
}

.feature-block-three .inner-block .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

@media (max-width: 1199.98px) {
    .feature-block-three .inner-block .text {
        font-size: 17px;
    }
}


/*** 

====================================================================
    Feature Section Five
====================================================================

***/

.features-section-five {
    padding: 120px 0;
    position: relative;
    background-color: var(--theme-color-white);
}

.feature-block-five:last-child .inner-box:before,
.feature-block-five:last-child .inner-box:after {
    display: none;
}

.feature-block-five:last-child .inner-box .content {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.feature-block-five:nth-child(2n+2) .inner-box .icon-box {
    background-color: #E3E5DD;
}

.feature-block-five:nth-child(2n+2) .inner-box .icon-box .icon {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.feature-block-five .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 23px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .feature-block-five .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {

    .feature-block-five .inner-box:before,
    .feature-block-five .inner-box:after {
        display: none;
    }
}

.feature-block-five .inner-box:before {
    background-color: #E3E5DD;
    content: "";
    position: absolute;
    top: 97px;
    left: 48.5px;
    height: calc(100% + 4px);
    width: 3px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-five .inner-box:after {
    border-left: 1px dashed var(--theme-color-dark);
    content: "";
    position: absolute;
    top: 97px;
    left: 49.5px;
    height: calc(100% + 4px);
    width: 1px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-five .inner-box .icon-box {
    background-color: var(--theme-color-dark);
    border: 3px solid #E3E5DD;
    border-radius: 50%;
    color: var(--headings-color);
    display: inline-block;
    font-size: 42px;
    height: 100px;
    line-height: 88px;
    margin-right: 59px;
    position: relative;
    text-align: center;
    min-width: 100px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .feature-block-five .inner-box .icon-box {
        margin-bottom: 20px;
    }
}

.feature-block-five .inner-box .icon-box .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.feature-block-five .inner-box .icon-box .number {
    background-color: var(--theme-color-dark);
    border: 3px solid var(--theme-color-white);
    border-radius: 20px;
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    line-height: 26px;
    width: 30px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.feature-block-five .inner-box .content {
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
    padding-bottom: 23px;
    margin-bottom: 41px;
}

.feature-block-five .inner-box .content .title {
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.feature-block-five .inner-box .content .text {
    color: #232323;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 5px;
}


/*** 

====================================================================
    About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 50px 0px 0px 0px;
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 80px 0;
    }
}

.about-section .content-column .sec-title-style-three {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--theme-color1);
    max-width: 586px;
    margin-bottom: 33px;
}

.about-section .content-column .sec-title-style-three:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: 1.5px;
}

.about-section .content-column .sec-title-style-three .title {
    margin-bottom: 30px;
}

.about-section .content-column .sec-title-style-three .text {
    margin-bottom: 0;
}

.about-section .content-column .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-block {
        display: block;
    }
}

.about-section .content-column .list-info {
    margin-bottom: 43px;
}

.about-section .content-column .list-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.about-section .content-column .list-info li .icon {
    line-height: 1;
    margin-right: 8px;
}

.about-section .content-column .info-box {
    margin-right: 48px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.about-section .content-column .info-box:last-child {
    margin-right: 0;
}

.about-section .content-column .info-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-section .content-column .info-box .inner-box .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color-dark);
    margin-right: 16px;
}

.about-section .content-column .info-box .inner-box .info h6 {
    color: #525252;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-section .content-column .info-box .inner-box .info h4 {
    margin-bottom: 0;
}

.about-section .content-column .author-info .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-section .content-column .author-info .inner-box .images {
    height: 60px;
    width: 60px;
    margin-right: 16px;
}

.about-section .content-column .author-info .inner-box .images img {
    width: 100%;
    height: 100%;
}

.about-section .content-column .author-info .inner-box .info .image {
    width: 65px;
    height: 27px;
}

.about-section .content-column .author-info .inner-box .info h6 {
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-section .content-column .video-box .inner-box {
    margin-top: 60px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.about-section .content-column .video-box .inner-box .play-now {
    display: inline-block;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.about-section .content-column .video-box .inner-box .play-now .icon {
    background-color: var(--theme-color-dark);
    border-radius: 0;
    color: var(--theme-color-light);
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
}

.about-section .content-column .video-box .inner-box .play-now .ripple {
    border-radius: 0;
}

.about-section .content-column .video-box .inner-box .play-now .ripple:before {
    -webkit-box-shadow: 0 0 0 0 var(--theme-color-dark);
    box-shadow: 0 0 0 0 var(--theme-color-dark);
    border-radius: 0;
}

.about-section .content-column .video-box .inner-box .play-now .ripple:after {
    -webkit-box-shadow: 0 0 0 0 var(--theme-color-dark);
    box-shadow: 0 0 0 0 var(--theme-color-dark);
    border-radius: 0;
}

.about-section .image-column .image {
    margin-bottom: 44px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .image {
        display: none;
    }
}

.about-section .image-column .text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-color1);
}

@media (max-width: 991.98px) {
    .about-section .image-column .text {
        margin-top: 40px;
    }
}

.about-section .image-column .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: 1.5px;
}


/*** 

====================================================================
    About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
}

.about-section-two .anim-icons .image-1 {
    left: -330px;
    position: absolute;
    top: auto;
    width: 674px;
}

.about-section-two .counter-block {
    border-radius: 0px;
    overflow: hidden;
    padding: 13px 0;
    position: relative;
}

.about-section-two .counter-block .info-box {
    margin-bottom: 0;
}

.about-section-two .counter-block .info-box .count-text {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(60px, 12.5vw, 200px);
    line-height: 1.41;
}

.about-section-two .counter-block .info-box sup {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(50px, 1.41vw, 80px);
    line-height: 1.41;
    left: 30px;
    position: relative;
    top: -118px;
}

@media (max-width: 1199.98px) {
    .about-section-two .counter-block .info-box sup {
        top: -40px;
    }
}

@media (max-width: 575.98px) {
    .about-section-two .counter-block .info-box sup {
        left: 0;
        top: 0px;
    }
}

.about-section-two .counter-block .counter-title {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-top: -25px;
}

@media (max-width: 1199.98px) {
    .about-section-two .counter-block .counter-title {
        margin-top: 0;
    }
}

.about-section-two .content-column .image-1 img {
    border-radius: 30px;
    overflow: hidden;
}

.about-section-two .image-column img {
    border-radius: 30px;
}


/*** 

====================================================================
    About Section Three
====================================================================

***/

.about-section-three {
    position: relative;
}

.about-section-three .anim-icons .image-1 {
    bottom: -30px;
    left: auto;
    position: absolute;
    right: -70px;
    top: auto;
}

@media (max-width: 575.98px) {
    .about-section-three .anim-icons .image-1 {
        display: none;
    }
}

.about-section-three .counter-block-two {
    background-color: var(--theme-color1);
    border-radius: 30px;
    overflow: hidden;
    padding: 13px 0;
    position: relative;
}

.about-section-three .counter-block-two .inner {
    padding: 10px 40px 0;
    max-width: 266px;
}

@media (max-width: 1199.98px) {
    .about-section-three .counter-block-two .counter-title {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .about-section-three .counter-block-two .info-box .count-box sup {
        top: 10px;
    }
}

.about-section-three .image-column .inner-column {
    max-width: 600px;
}

.about-section-three .image-column .image-1 img,
.about-section-three .image-column .image-2 img {
    border-radius: 30px;
}

.about-section-three .image-column .text-circle-box {
    position: relative;
}

@media (max-width: 575.98px) {
    .about-section-three .image-column .text-circle-box {
        display: none;
    }
}

.about-section-three .image-column .text-circle-box .outer-circle {
    background-color: var(--theme-color-white);
    border-radius: 50%;
    bottom: 230px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 218px;
    left: 32%;
    position: absolute;
    width: 218px;
}

.about-section-three .image-column .text-circle-box .rotating-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-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);
    }
}

.about-section-three .image-column .text-circle-box svg {
    width: 100%;
    height: 100%;
}

.about-section-three .image-column .text-circle-box text {
    font-size: 13px;
    letter-spacing: 6px;
    fill: black;
}

.about-section-three .image-column .text-circle-box .center-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5a65ea;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 138px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 138px;
}

.about-section-three .image-column .text-circle-box .center-logo img {
    width: 40px;
    height: 40px;
}

.about-section-three .content-column .team-details__progress .bar {
    background-color: var(--theme-color-white);
    border-radius: 30px;
    height: 10px;
    margin-bottom: 27px;
}

.about-section-three .content-column .bar-inner {
    height: 10px;
}

.about-section-three .content-column .team-details__progress-title {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 10px;
}

.about-section-three .content-column .count-text {
    color: var(--theme-color-gray);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


/*** 

====================================================================
    About Section Four
====================================================================

***/

.about-section-four {
    position: relative;
}

.about-section-four .bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section-four .anim-icons .image-1 {
    left: -330px;
    position: absolute;
    top: auto;
    width: 674px;
}

.about-section-four .counter-block {
    border-radius: 0px;
    overflow: hidden;
    padding: 13px 0;
    position: relative;
}

.about-section-four .counter-block .info-box {
    margin-bottom: 0;
}

.about-section-four .counter-block .info-box .count-text {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(60px, 11.25vw, 180px);
    line-height: 1.11;
}

.about-section-four .counter-block .info-box sup {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(50px, 1.41vw, 80px);
    line-height: 1.41;
    left: 5px;
    position: relative;
    top: -100px;
}

@media (max-width: 1199.98px) {
    .about-section-four .counter-block .info-box sup {
        top: -40px;
    }
}

@media (max-width: 767.98px) {
    .about-section-four .counter-block .info-box sup {
        top: 0px;
    }
}

@media (max-width: 575.98px) {
    .about-section-four .counter-block .info-box sup {
        left: 0;
        top: 0px;
    }
}

.about-section-four .counter-block .counter-title {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-top: -25px;
}

@media (max-width: 1199.98px) {
    .about-section-four .counter-block .counter-title {
        margin-top: 0;
    }
}

.about-section-four .content-column .image-1 img {
    border-radius: 30px;
    overflow: hidden;
}

.about-section-four .image-column img {
    border-radius: 30px;
}


/*** 

====================================================================
    About Section Five
====================================================================

***/

.about-section-five {
    position: relative;
}

.about-section-five .anim-icons .image-1 {
    position: absolute;
    right: 0;
    top: -200px;
}

@media (max-width: 767.98px) {
    .about-section-five .anim-icons .image-1 {
        display: none;
    }
}

.about-section-five .image-1,
.about-section-five .image-2,
.about-section-five .image-3 {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

.about-section-five .image-1 img,
.about-section-five .image-2 img,
.about-section-five .image-3 img {
    border-radius: 20px;
}

.about-section-five .image-1 {
    margin-left: -200px;
}

@media (max-width: 1799.98px) {
    .about-section-five .image-1 {
        margin-left: -100px;
    }
}

@media (max-width: 1499.98px) {
    .about-section-five .image-1 {
        margin-left: -10px;
    }
}

@media (max-width: 1499.98px) {
    .about-section-five .image-1 {
        margin-left: -10px;
    }
}

@media (max-width: 1199.98px) {
    .about-section-five .image-1 {
        margin-left: 0px;
    }
}

.about-section-five .image-2 {
    margin-right: -105px;
    max-width: 404px;
    position: relative;
    top: -120px;
}

@media (max-width: 1799.98px) {
    .about-section-five .image-2 {
        margin-right: -55px;
        top: -20px;
    }
}

@media (max-width: 1499.98px) {
    .about-section-five .image-2 {
        margin-bottom: 30px;
        margin-right: -10px;
        top: 0;
    }
}

.about-section-five .image-3 {
    bottom: 80px;
    margin-right: -200px;
    max-width: 223px;
    position: absolute;
    right: 0;
    z-index: -1;
}

@media (max-width: 1799.98px) {
    .about-section-five .image-3 {
        bottom: 0;
        margin-right: -100px;
        position: relative;
    }
}

.about-section-five .image-3:hover img {
    z-index: 1;
}

.about-section-five .bg-pattern {
    bottom: 0;
    height: 798px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 15%;
    width: 761px;
    z-index: -1;
}

.about-section-five .content-column .text {
    color: var(--theme-color-gray);
}


/***

====================================================================
    Success Section
====================================================================

***/

.success-section {
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

.success-section .anim-icons .image-1 {
    bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .success-section .anim-icons .image-1 {
        display: none;
    }
}

.success-section .outer-box {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    position: relative;
}

@media (max-width: 399.98px) {
    .success-section .outer-box {
        border-radius: 0;
        padding: 0;
    }
}

.success-section .outer-box:before {
    background: var(--theme-color2);
    content: "";
    -webkit-filter: blur(312.8px);
    filter: blur(312.8px);
    height: 312px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
    width: 312px;
    z-index: 1;
}

.success-section .outer-box:after {
    background: var(--theme-color1);
    content: "";
    -webkit-filter: blur(312.8px);
    filter: blur(312.8px);
    height: 312px;
    position: absolute;
    right: 10%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
    width: 312px;
    z-index: 1;
    top: 30%;
}

.success-section .outer-box .bg {
    border-radius: 50px 0 0 50px;
    width: 55%;
}

@media (max-width: 767.98px) {
    .success-section .outer-box .bg {
        display: none;
    }
}

.success-section .outer-box .inner-column {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    padding: 150px 90px 150px 25px;
    position: relative;
}

.success-section .outer-box .team-details__progress-title {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: var(--h4-font-weight);
}

.success-section .outer-box .bar {
    background-color: transparent;
}

.success-section .outer-box .bar-inner {
    background: var(--gradient-3);
    height: 10px;
}

.success-section .outer-box .count-text {
    color: var(--theme-color-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: var(--h4-font-weight);
}


/*** 

====================================================================
    about-section-home-two 
====================================================================

***/

.about-section-home-two {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .about-section-home-two {
        padding: 75px 0 80px;
    }
}

@media (max-width: 1199.98px) {
    .about-section-home-two .sec-title-style-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section-home-two .sec-title-style-two .title {
    max-width: 830px;
}

@media (max-width: 1199.98px) {
    .about-section-home-two .sec-title-style-two .title {
        max-width: 850px;
    }
}

@media (max-width: 767.98px) {
    .about-section-home-two .sec-title-style-two .title {
        margin-bottom: 40px;
    }
}

.about-section-home-two .image-column .image {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-section-home-two .image-column .image {
        overflow: hidden;
        height: 400px;
        margin-bottom: 20px;
        width: 100%;
    }
}

.about-section-home-two .image-column .image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-section-home-two .image-column .image.one {
    margin-top: -75px;
}

@media (max-width: 1199.98px) {
    .about-section-home-two .image-column .image.one {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section-home-two .image-column .image.one {
        display: none;
    }
}

.about-section-home-two .image-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section-home-two .content-column .inner-column {
    padding-left: 36px;
}

@media (max-width: 1399.98px) {
    .about-section-home-two .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section-home-two .content-column .inner-column .content {
    margin-top: 9px;
}

.about-section-home-two .content-column .inner-column .content .title {
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-section-home-two .content-column .inner-column .content .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 16px;
    border-top: 1px solid rgba(82, 82, 82, 0.2);
    position: relative;
    margin-bottom: 46px;
}

@media (max-width: 1399.98px) {
    .about-section-home-two .content-column .inner-column .content .text {
        margin-bottom: 17px;
    }
}

@media (max-width: 991.98px) {
    .about-section-home-two .content-column .inner-column .content .text {
        margin-bottom: 46px;
    }
}

.about-section-home-two .content-column .inner-column .content .text:before {
    position: absolute;
    content: "";
    width: 161px;
    height: 3px;
    background-color: var(--theme-color-dark);
    top: -2.5px;
    left: 0;
}

.about-section-home-two .about-block-home-two .inner-block {
    background-color: var(--theme-color-dark);
    padding: 22px;
    margin-top: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .about-section-home-two .about-block-home-two .inner-block {
        padding: 12px;
    }
}

@media (max-width: 991.98px) {
    .about-section-home-two .about-block-home-two .inner-block {
        padding: 22px;
    }
}

.about-section-home-two .about-block-home-two .inner-block:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.about-section-home-two .about-block-home-two .inner-block .title-box {
    border-bottom: 1px solid rgba(215, 217, 207, 0.2);
    padding-bottom: 20px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-section-home-two .about-block-home-two .inner-block .title {
    color: var(--theme-color-white);
    font-size: 22px;
    position: relative;
    margin-bottom: 0;
}

.about-section-home-two .about-block-home-two .inner-block .icon-box {
    margin-left: 15px;
}

.about-section-home-two .about-block-home-two .inner-block .icon-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-home-two .about-block-home-two .inner-block .count-box {
    color: var(--theme-color-white);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1px;
}

.about-section-home-two .about-block-home-two .inner-block .text {
    color: var(--theme-color2);
    font-size: 18px;
    margin-bottom: 0;
}

.marquee-area,
.marquee-seven-area,
.marquee-nine-area,
.marquee-ten-area {
    overflow: hidden;
}

.marquee__wrp,
.marquee-seven__wrp,
.marquee-nine__wrp {
    position: relative;
}

.marquee__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.marquee__slide.marquee-revers .marquee__item-wrp,
.marquee__slide.marquee-revers .marquee-seven__item-wrp {
    position: relative;
    -webkit-animation: slide-har-revers 0s linear infinite;
    animation: slide-har-revers 30s linear infinite;
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.marquee__item {
    padding: 0 30px;
}

.marquee__item .title {
    font-size: clamp(60px, 7.5vw, 120px);
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
}

.marquee__item .stroke-text {
    font-size: clamp(60px, 7.5vw, 120px);
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color-dark);
    text-transform: capitalize;
    white-space: nowrap;
}

.marquee__item-wrp,
.marquee-seven__item-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-animation: slide-har 30s linear infinite;
    animation: slide-har 30s linear infinite;
}

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

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.marquee-seven-area,
.marquee-nine-area,
.marquee-ten-area {
    padding: 25px 0;
    border-top: 1px solid var(--border);
}

.marquee-seven-area.bg-sub,
.bg-sub.marquee-nine-area,
.bg-sub.marquee-ten-area {
    background-color: #ececec;
    border: none;
}

@media (max-width: 1199.98px) {

    .marquee-seven-area,
    .marquee-nine-area,
    .marquee-ten-area {
        padding: 30px 0;
    }
}

.marquee-nine-area,
.marquee-ten-area {
    padding: 25px 0;
    background-color: #ececec;
    border: none;
}

.marquee-nine-area.dark-area,
.dark-area.marquee-ten-area {
    background-color: var(--theme-color5);
}

.marquee-nine-area.dark-area .title,
.dark-area.marquee-ten-area .title {
    color: var(--white);
}

.marquee-ten-area {
    background-color: var(--black);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.marquee-ten-area .title {
    color: var(--white);
}

.marquee-ten-area-wrp {
    position: relative;
    z-index: 1;
}

.marquee-ten-area-wrp::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: "";
    background-color: #ececec;
    z-index: -1;
    -webkit-transform: rotate(-178.31deg);
    transform: rotate(-178.31deg);
}

.marquee-section {
    padding: 25px 0;
    background-color: var(--theme-color1);
}

.marquee-section.style-three {
    position: relative;
    margin-top: 80px;
    background-color: transparent;
}

.marquee-section.style-three .marquee {
    position: relative;
    padding: 30px;
    -webkit-transform: rotate(-4.57deg);
    transform: rotate(-4.57deg);
    background-color: var(--theme-color1);
}

.marquee-section.style-three .marquee.dark-bg {
    position: absolute;
    -webkit-transform: rotate(3.57deg);
    transform: rotate(3.57deg);
    background-color: var(--theme-color-dark);
}

.marquee-section.style-three .marquee.dark-bg .text {
    color: var(--theme-color-white);
}

.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: var(--gap);
}

.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;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--theme-color-white);
    padding-left: 70px;
    margin-left: 138px;
}

.marquee .text:after {
    background-image: url(../images/icons/marque-start.html);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -50px;
    top: 8px;
    height: 38px;
    width: 38px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@-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)));
    }
}


/*** 

====================================================================
  Main Slider
====================================================================

***/

.main-slider {
    position: relative;
}

.main-slider .sub-title {
    color: var(--headings-color);
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    line-height: var(--sec-title-subtitle-line-height);
    font-family: var(--sec-title-subtitle-font-family);
    margin-top: 0;
}

.main-slider .title {
    text-transform: uppercase;
    position: relative;
    font-size: var(--h1-font-size);
    font-weight: 700;
    line-height: 1.211em;
    margin-bottom: 0;
}

@media (max-width: 801.98px) {
    .main-slider .title {
        font-size: 50px;
    }
}

@media (max-width: 424.98px) {
    .main-slider .title {
        font-size: 48px;
    }
}

.main-slider .style-title {
    color: var(--theme-color-light);
    font-family: 'Poppins', sans-serif;
    font-size: 216px;
    font-weight: 700;
    line-height: 115px;
    letter-spacing: 47.5px;
    text-transform: uppercase;
    opacity: 0.5;
}

@media (max-width: 1445.98px) {
    .main-slider .style-title {
        font-size: 130px;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 1199.98px) {
    .main-slider .style-title {
        letter-spacing: 27px;
        font-size: 100px;
    }
}

@media (max-width: 801.98px) {
    .main-slider .style-title {
        letter-spacing: 16px;
        font-size: 52px;
    }
}

@media (max-width: 479.98px) {
    .main-slider .style-title {
        letter-spacing: 21px;
        font-size: 52px;
    }
}

.main-slider .image-curve {
    background-image: url(../images/main-slider/slide-shape-bottom.html);
    position: absolute;
    width: 100%;
    height: 69px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .main-slider .image-curve {
        display: none;
    }
}

.main-slider .tparrows {
    background-color: rgba(28, 26, 29, 0.5);
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    display: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .tparrows.tp-leftarrow:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f177";
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 300;
    line-height: 80px;
}

.main-slider .tparrows.tp-leftarrow:hover {
    background-color: rgba(194, 167, 78, 0.5);
}

.main-slider .tparrows.tp-rightarrow:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 300;
    line-height: 80px;
}

.main-slider .tparrows.tp-rightarrow:hover {
    background-color: rgba(194, 167, 78, 0.4);
}

@media (max-width: 1199.98px) {
    .main-slider .image-style-one {
        display: none;
    }
}

.slider-style-two .tparrows {
    display: block;
}

.slider-style-three .image-curve-two {
    background-image: url(../images/main-slider/slide-shape-bottom2.html);
    position: absolute;
    width: 100%;
    height: 153px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .slider-style-three .image-curve-two {
        display: none;
    }
}

.bounce-z {
    -webkit-animation: fa-spin 70s infinite;
    animation: fa-spin 70s infinite;
}

@media (max-width: 1199.98px) {
    .rev_slider .tp-mask-wrap .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}


/*** 

====================================================================
  Main Slider Two
====================================================================

***/


/***

====================================================================
    Services Section
====================================================================

***/

.services-section {
    padding: 368px 0 0;
    position: relative;
    margin-top: -308px;
}

@media (max-width: 1199.98px) {
    .services-section {
        padding: 120px 0 0;
    }
}

@media (max-width: 767.98px) {
    .services-section {
        padding: 20px 0 0;
    }
}

.services-section .bg-image {
    left: auto;
    right: 0;
    height: 600px;
    width: 96.6%;
}

@media (max-width: 1199.98px) {
    .services-section .bg-image {
        height: 500px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .services-section .bg-image {
        height: 100%;
    }
}

.services-section .bg-image img {
    width: 100%;
    height: 100%;
}

.services-section .outer-box {
    max-width: 1110px;
    margin: auto 0 auto auto;
}

@media (max-width: 1199.98px) {
    .services-section .outer-box {
        padding: 0 15px;
        margin: 0 auto;
    }
}

.service-block .inner-box {
    background-color: var(--theme-color1);
    border-radius: 0;
    padding: 45px 47px 48px 47px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .service-block .inner-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block .inner-box {
        padding: 35px 30px;
    }
}

.service-block .inner-box:hover:before,
.service-block .inner-box.active:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-block .inner-box:hover .icon-box,
.service-block .inner-box.active .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box:hover .icon-box svg path,
.service-block .inner-box.active .icon-box svg path {
    fill: var(--theme-color-white);
}

.service-block .inner-box:hover .content-box .title,
.service-block .inner-box.active .content-box .title {
    color: var(--theme-color-white);
}

.service-block .inner-box:hover .content-box .text,
.service-block .inner-box.active .content-box .text {
    color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.service-block .inner-box:hover .content-box .text:before,
.service-block .inner-box.active .content-box .text:before {
    background-color: var(--theme-color-white);
}

.service-block .inner-box:hover .theme-btn,
.service-block .inner-box.active .theme-btn {
    color: var(--theme-color-white);
}

.service-block .inner-box:hover .theme-btn:hover,
.service-block .inner-box.active .theme-btn:hover {
    color: var(--theme-color-black);
}

.service-block .inner-box:hover .theme-btn:hover .icon,
.service-block .inner-box.active .theme-btn:hover .icon {
    color: var(--theme-color-black);
}

.service-block .inner-box:hover .theme-btn .icon,
.service-block .inner-box.active .theme-btn .icon {
    color: var(--theme-color-white);
}

.service-block .inner-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color-dark);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.service-block .inner-box .content-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .content-box .title {
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .content-box .text {
    font-size: 18px;
    padding-bottom: 49px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .content-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 98.92px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .theme-btn {
    width: 100%;
}

.service-block .inner-box .icon-box {
    margin-bottom: 42px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .icon-box svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
    Services Section Two
====================================================================

***/

.service-section-two {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 90px;
}

.service-section-two .sec-title {
    margin-bottom: 54px;
}

.service-section-two .outer-box {
    overflow: hidden;
    position: relative;
    margin-right: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

.service-section-two .outer-box:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(49.89%, rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.42) 49.89%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.service-section-two .outer-box:hover .arrow-box {
    top: 30px;
}

.service-section-two .outer-box .swiper-horizontal {
    padding-bottom: 0;
}

.service-section-two .outer-box .arrow-box {
    position: absolute;
    top: -60px;
    right: 30px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-section-two .outer-box .arrow-box .slider-prev,
.service-section-two .outer-box .arrow-box .slider-next {
    background-color: var(--theme-color1);
    border-radius: 3px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.service-block-two .inner-box {
    border-right: 1px solid var(--theme-color2);
    overflow: hidden;
    position: relative;
    min-height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-block-two .inner-box {
        min-height: 500px;
    }
}

.service-block-two .inner-box:hover .overlay-content,
.service-block-two .inner-box.active .overlay-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.service-block-two .inner-box:hover .content,
.service-block-two .inner-box.active .content {
    opacity: 0;
    visibility: hidden;
}

.service-block-two .content {
    position: relative;
    padding: 43px 50px 71px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block-two .content {
        padding: 30px 30px 60px;
    }
}

.service-block-two .content .icon-box {
    background-color: var(--theme-color-white);
    color: var(--headings-color);
    font-size: 40px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    width: 80px;
    margin-bottom: 46px;
}

.service-block-two .content .title {
    color: var(--theme-color-white);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .content .title a {
    color: #fff;
}

.service-block-two .content .title a:hover {
    color: var(--theme-color2);
}

.service-block-two .overlay-content {
    background-color: var(--theme-color-white);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    padding: 40px 48px 52px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-align: center;
}

@media (max-width: 1299.98px) {
    .service-block-two .overlay-content {
        padding: 60px 30px 40px;
    }
}

.service-block-two .overlay-content .icon-box {
    background-color: var(--headings-color);
    color: var(--theme-color-white);
    font-size: 40px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    width: 80px;
    margin-bottom: 45px;
}

.service-block-two .overlay-content .icon-box .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-block-two .overlay-content .title {
    border-bottom: 1px solid var(--theme-color2);
    color: var(--headings-color);
    padding-bottom: 30px;
    margin-bottom: 31px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .overlay-content .title a:hover {
    color: var(--theme-color-black);
}

.service-block-two .overlay-content .title:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 98.92px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .overlay-content .text {
    color: #232323;
}


/***

====================================================================
    Services Section Three
====================================================================

***/

.services-section-three {
    padding: 0;
    position: relative;
}

.services-section-three .bg-image {
    height: 414px;
    top: auto;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .services-section-three .bg-image {
        display: none;
    }
}

.services-section-three .bg-image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6980392157);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.services-section-three .bg-image img {
    width: 100%;
    height: 100%;
}

.services-section-three .outer-box {
    max-width: 1800px;
    padding: 120px 15px 130px;
    margin: 0 auto;
    position: relative;
    background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .services-section-three .outer-box {
        padding: 80px 0 51px;
    }
}

.services-section-three .outer-box .sec-title-style-three {
    padding: 0 15px;
}

.services-section-three .outer-box .sec-title-style-three .title {
    max-width: 668px;
    margin: 0 auto 16px;
}

@media (max-width: 991.98px) {
    .services-section-three .outer-box .sec-title-style-three .title {
        max-width: 750px;
    }
}

.services-section-three .outer-box .sec-title-style-three .text {
    max-width: 668px;
    margin: 0 auto 72px;
}

@media (max-width: 991.98px) {
    .services-section-three .outer-box .sec-title-style-three .text {
        margin-bottom: 48px;
        max-width: 750px;
        text-align: center;
    }
}

.service-block-three {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-block-three .inner-box {
    background-color: var(--theme-color-white);
    border-radius: 0;
    padding: 39px 34px 40px 32px;
    position: relative;
    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;
}

@media (max-width: 575.98px) {
    .service-block-three .inner-box {
        padding: 39px 15px 40px;
    }
}

.service-block-three .inner-box:hover:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-block-three .inner-box:hover .icon-box {
    background-color: var(--theme-color-white);
}

.service-block-three .inner-box:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-three .inner-box:hover .icon-box svg path {
    fill: var(--theme-color-black);
}

.service-block-three .inner-box:hover .content-box .title {
    color: var(--theme-color-white);
}

.service-block-three .inner-box:hover .content-box .text {
    color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.service-block-three .inner-box:hover .content-box .text:before {
    background-color: var(--theme-color-white);
}

.service-block-three .inner-box:hover .theme-btn {
    color: var(--theme-color-white);
}

.service-block-three .inner-box:hover .theme-btn:hover {
    color: var(--theme-color-dark);
}

.service-block-three .inner-box:hover .theme-btn:hover .icon {
    color: var(--theme-color-dark);
}

.service-block-three .inner-box:hover .theme-btn .icon {
    color: var(--theme-color-white);
}

.service-block-three .inner-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color-dark);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.service-block-three .inner-box .content-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .content-box .title {
    margin-bottom: 15px;
    letter-spacing: -1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .content-box .text {
    font-size: 18px;
    padding-bottom: 38px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    max-width: 357px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .content-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 80px;
    height: 3px;
    bottom: -2px;
    left: calc(50% - 40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon-box {
    margin-bottom: 24px;
    display: inline-block;
    padding: 19px;
    background-color: var(--theme-color1);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon-box svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .btn-box {
    width: 100%;
}

.service-block-three .inner-box .btn-box .theme-btn {
    width: 100%;
    padding: 11px 20px;
}


/***

====================================================================
    Services Section Four
====================================================================

***/

.service-section-four {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 90px;
}

.service-section-four .sec-title-style-two {
    pointer-events: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 314px;
}

@media (max-width: 1199.98px) {
    .service-section-four .sec-title-style-two {
        gap: 214px;
    }
}

@media (max-width: 1199.98px) {
    .service-section-four .sec-title-style-two {
        gap: 60px;
    }
}

@media (max-width: 991.98px) {
    .service-section-four .sec-title-style-two {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.service-section-four .sec-title-style-two .title {
    font-size: 50px;
    max-width: 700px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .service-section-four .sec-title-style-two .title {
        font-size: 32px;
        text-align: center;
        max-width: 750px;
    }
}

.service-section-four .outer-box {
    overflow: hidden;
    position: relative;
    margin-right: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    padding-top: 100px;
}

@media (max-width: 991.98px) {
    .service-section-four .outer-box {
        padding-top: 80px;
    }
}

.service-section-four .outer-box:before {
    background-color: rgba(var(--theme-color-black-rgb), 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.service-section-four .outer-box:hover .arrow-box {
    top: 30px;
}

.service-section-four .outer-box .swiper-horizontal {
    padding-bottom: 0;
}

.service-section-four .outer-box .arrow-box {
    position: absolute;
    top: -60px;
    right: 30px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-section-four .outer-box .arrow-box {
        display: none;
    }
}

.service-section-four .outer-box .arrow-box .slider-prev,
.service-section-four .outer-box .arrow-box .slider-next {
    background-color: var(--theme-color1);
    border-radius: 3px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.service-block-four .inner-box {
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-block-four .inner-box {
        min-height: 600px;
    }
}

.service-block-four .inner-box:hover .overlay-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.service-block-four .inner-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.service-block-four .content {
    position: relative;
    padding: 43px 60px 38px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-block-four .content {
        padding: 43px 15px 38px;
    }
}

.service-block-four .content .title {
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.3);
    color: var(--theme-color2);
    padding-bottom: 29px;
    margin-bottom: 31px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .content .title a:hover {
    color: var(--theme-color2);
}

.service-block-four .content .title:before {
    position: absolute;
    content: "";
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
    width: 112.5px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .content .text {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 300;
}

.service-block-four .overlay-content {
    background-color: var(--theme-color-white);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    padding: 45px 48px 48px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-align: center;
}

@media (max-width: 1599.98px) {
    .service-block-four .overlay-content {
        padding: 45px 47px 48px;
    }
}

@media (max-width: 1299.98px) {
    .service-block-four .overlay-content {
        padding: 45px 30px 48px;
    }
}

@media (max-width: 767.98px) {
    .service-block-four .overlay-content {
        padding: 40px 15px 48px;
    }
}

.service-block-four .overlay-content .title {
    border-bottom: 1px solid var(--theme-color2);
    color: var(--headings-color);
    padding-bottom: 30px;
    margin-bottom: 31px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .overlay-content .title a:hover {
    color: var(--theme-color-black);
}

.service-block-four .overlay-content .title:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 98.92px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .overlay-content .text {
    color: #232323;
    margin-bottom: 45px;
    line-height: 24px;
}

.service-block-four .overlay-content .list-info {
    margin-bottom: 40px;
}

.service-block-four .overlay-content .list-info li {
    margin-bottom: 10px;
}

.service-block-four .overlay-content .list-info li .icon {
    margin-top: -4px;
    margin-right: 3px;
}

.service-block-four .overlay-content .btn-box {
    width: 100%;
}

.service-block-four .overlay-content .btn-box .theme-btn {
    width: 100%;
}


/***

====================================================================
    Services Section Five
====================================================================

***/

.services-section-five {
    padding: 120px 0 90px;
    position: relative;
}

@media (max-width: 991.98px) {
    .services-section-five {
        padding: 80px 0;
    }
}

.service-block-five .inner-box {
    background-color: var(--theme-color-white);
    border-radius: 0;
    padding: 39px 34px 40px 32px;
    position: relative;
    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;
}

.service-block-five .inner-box:hover:before,
.service-block-five .inner-box.active:before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-block-five .inner-box:hover .icon-box,
.service-block-five .inner-box.active .icon-box {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.service-block-five .inner-box:hover .icon-box .icon,
.service-block-five .inner-box.active .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-five .inner-box:hover .icon-box svg path,
.service-block-five .inner-box.active .icon-box svg path {
    fill: var(--theme-color-white);
}

.service-block-five .inner-box:hover .content-box .title,
.service-block-five .inner-box.active .content-box .title {
    color: var(--theme-color-white);
}

.service-block-five .inner-box:hover .content-box .text,
.service-block-five .inner-box.active .content-box .text {
    color: var(--theme-color2);
    border-color: var(--theme-color2);
}

.service-block-five .inner-box:hover .content-box .text:before,
.service-block-five .inner-box.active .content-box .text:before {
    background-color: var(--theme-color-white);
}

.service-block-five .inner-box:hover .btn-style-link,
.service-block-five .inner-box.active .btn-style-link {
    color: var(--theme-color-white);
}

.service-block-five .inner-box:hover .btn-style-link:hover .icon,
.service-block-five .inner-box.active .btn-style-link:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.service-block-five .inner-box:hover .btn-style-link .icon,
.service-block-five .inner-box.active .btn-style-link .icon {
    color: var(--theme-color-white);
}

.service-block-five .inner-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color-dark);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.service-block-five .inner-box .content-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .content-box .title {
    margin-bottom: 15px;
    letter-spacing: -1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .content-box .text {
    font-size: 18px;
    padding-bottom: 37px;
    margin-bottom: 37px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1.5;
}

.service-block-five .inner-box .content-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 80px;
    height: 3px;
    bottom: -2px;
    left: calc(50% - 40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .icon-box {
    margin-bottom: 38px;
    display: inline-block;
    padding: 19px;
    background-color: var(--theme-color1);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .icon-box .icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .icon-box svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-five .inner-box .btn-style-link {
    color: var(--headings-color);
    position: relative;
    text-transform: uppercase;
}

.service-block-five .inner-box .btn-style-link .icon {
    color: var(--headings-color);
    font-size: 21px;
    margin-left: 12px;
    position: relative;
    top: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
    Services Section Six
====================================================================

***/

.services-section-six {
    padding: 0px 0 0px;
    position: relative;
}

@media (max-width: 991.98px) {
    .services-section-six {
        padding: 80px 0;
    }
}

.service-block-six {
    margin-bottom: 40px;
}

.service-block-six:nth-child(2n+2) .inner-box {
    padding: 28px 24px 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.service-block-six:nth-child(2n+2) .inner-box:before {
    bottom: auto;
    top: 0;
}

.service-block-six:nth-child(2n+2) .inner-box .content-box {
    padding: 25px 0 50px;
}

.service-block-six .inner-box {
    border-radius: 12px;
    padding: 0 24px 28px 24px;
    position: relative;
    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;
}

.service-block-six .inner-box:before {

    border-radius: 12px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 40px);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box:hover:before {
    /* background-color: rgba(var(--theme-color1-rgb), 1); */
}

.service-block-six .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);
}

.service-block-six .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);
}

.service-block-six .inner-box:hover .number-box .btn-link-arrow {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.service-block-six .inner-box .image-box {
    position: relative;
}

.service-block-six .inner-box .image-box .image {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.service-block-six .inner-box .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-six .inner-box .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-six .inner-box .number-box {
    position: relative;
}

.service-block-six .inner-box .number-box .number {
    background-color: var(--theme-color1);
    outline: 12px solid var(--theme-color-white);
    border-radius: 50%;
    color: rgba(var(--text-color-rgb), 0.4);
    font-size: 30px;
    font-weight: 500;
    height: 80px;
    line-height: 82px;
    text-align: center;
    width: 80px;
}

.service-block-six .inner-box .number-box .btn-link-arrow {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box .content-box {
    padding: 41px 0 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box .content-box .title {
    margin-bottom: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box .content-box .text {
    font-size: 18px;
    position: relative;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
    Services Section Seven
====================================================================

***/

.services-section-seven {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .services-section-seven {
        padding: 80px 0;
    }
}

.services-section-seven .image-box .image {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.services-section-seven .image-box .image img {
    width: 100%;
    height: 100%;
}

.service-block-seven .inner-box {
    background-color: var(--theme-color1);
    border-radius: 0;
    padding: 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .service-block-seven .inner-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .service-block-seven .inner-box {
        padding: 35px 30px;
    }
}

.service-block-seven .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-seven .inner-box .number {
    font-size: 48px;
    font-weight: 500;
    color: #525252;
    position: absolute;
    top: 34px;
    right: 38px;
    line-height: 1;
    opacity: 0.3;
}

.service-block-seven .inner-box .content-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .inner-box .content-box .title {
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .inner-box .content-box .text {
    font-size: 18px;
    padding-bottom: 53px;
    margin-bottom: 59px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .inner-box .content-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 98.92px;
    height: 3px;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .inner-box .theme-btn {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-block-seven .inner-box .icon-box {
    margin-bottom: 42px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .inner-box .icon-box svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-nav-tab .nav {
    margin-bottom: 0;
}

.service-nav-tab .nav-link {
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color1);
    color: var(--headings-color);
    font-size: 24px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: auto;
    padding: 25.5px 24px;
    margin-bottom: 8px;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
}

.service-nav-tab .nav-link.active,
.service-nav-tab .nav-link:hover {
    background-color: var(--theme-color1);
    color: var(--headings-color);
}


/*** 

====================================================================
 services-section-home-two
====================================================================

***/

.services-section-home-two {
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .services-section-home-two {
        padding: 80px 0;
    }
}

.services-section-home-two .funfact-column .inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .services-section-home-two .funfact-column .inner-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-section-home-two .content-column .inner-column {
    padding-top: 28px;
}

@media (max-width: 1399.98px) {
    .services-section-home-two .content-column .inner-column {
        padding-top: 0;
        padding-left: 70px;
    }
}

@media (max-width: 1199.98px) {
    .services-section-home-two .content-column .inner-column {
        padding-left: 0;
        margin-bottom: 50px;
        padding-top: 0;
    }
}

.services-section-home-two .content-column .inner-column .sec-title-style-three {
    text-align: left;
}

@media (max-width: 1199.98px) {
    .services-section-home-two .content-column .inner-column .sec-title-style-three {
        max-width: 600px;
    }
}

.services-section-home-two .content-column .inner-column .sec-title-style-three .text {
    margin: 32px 0 0;
    padding-bottom: 25px;
    max-width: 586px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
}

.services-section-home-two .content-column .inner-column .sec-title-style-three .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.services-section-home-two .content-column .inner-column .list-style-home-two {
    margin-top: 32px;
}

@media (max-width: 1199.98px) {
    .services-section-home-two .content-column .inner-column .list-style-home-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-section-home-two .content-column .inner-column .list-style-home-two li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-section-home-two .content-column .inner-column .list-style-home-two li span {
    margin-right: 8px;
}

.services-section-home-two .content-column .inner-column .btn-box {
    display: inline-block;
    margin-top: 25px;
}

.services-section-home-two .content-column .inner-column .btn-box .theme-btn {
    padding: 12px 25.5px;
}

.services-section-home-two .funfact-block-two .inner {
    background-color: var(--theme-color1);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    position: relative;
    padding: 15px;
    text-align: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .services-section-home-two .funfact-block-two .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .services-section-home-two .funfact-block-two .inner {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .services-section-home-two .funfact-block-two .inner {
        margin-bottom: 20px;
    }
}

.services-section-home-two .funfact-block-two .inner:before {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-home-two .funfact-block-two .inner:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.services-section-home-two .funfact-block-two .inner:hover .count-box {
    color: var(--theme-color-white);
}

.services-section-home-two .funfact-block-two .inner:hover .counter-title {
    color: var(--theme-color2);
}

.services-section-home-two .funfact-block-two .inner .count-box {
    color: var(--headings-color);
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .services-section-home-two .funfact-block-two .inner .count-box {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .services-section-home-two .funfact-block-two .inner .count-box {
        margin-bottom: 0;
    }
}

.services-section-home-two .funfact-block-two .inner .counter-title {
    color: #232323;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .services-section-home-two .funfact-block-two .inner .counter-title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .services-section-home-two .funfact-block-two .inner .counter-title {
        font-size: 16px;
    }
}


/***

==================================================================
    Video Section
==================================================================

***/

.video-section {
    position: relative;
}

.video-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--gradient-6);
}

.video-section .bg-image {
    overflow: hidden;
    z-index: -1;
}

.video-section .title-stroke-text {
    position: absolute;
    top: 0;
    right: 0;
}

.video-section .video-outer {
    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;
    padding: 400px 0 120px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .video-section .video-outer {
        padding: 150px 0 250px;
    }
}

.video-section .video-outer .sec-title {
    margin-bottom: 40px;
}

.video-section .video-outer .text {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0px;
}

.video-section .video-button-circle {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.video-section .video-button-circle .inner {
    width: 140px;
    height: 140px;
    line-height: 153px;
    text-align: center;
}

.video-section .video-button-circle .inner .shape-circle1 {
    position: absolute;
    top: 0;
    left: 0;
}

.video-section .video-button-circle .inner .icon {
    width: 106px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    border-radius: 50%;
    color: var(--theme-color-dark);
    background-color: var(--theme-color1);
    font-size: 34px;
}

.video-section .video-button-circle .inner .text-circle-box {
    position: relative;
}

.video-section .video-button-circle .inner .text-circle-box svg {
    fill: #fff;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 12px;
    text-transform: uppercase;
}


/***

==================================================================
    Video Section Two
==================================================================

***/

.video-section-two {
    position: relative;
    padding: 99px 0 252px;
}

@media (max-width: 767.98px) {
    .video-section-two {
        padding: 100px 0;
    }
}

.video-section-two:before {
    background-color: rgba(var(--theme-color1-rgb), 0.9);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section-two .content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.video-section-two .content .play-now {
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.video-section-two .content .play-now::before {
    display: none;
}

.video-section-two .content .play-now:hover .icon {
    color: var(--theme-color1);
}

.video-section-two .content .play-now .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
    font-size: 24px;
    height: 90px;
    width: 90px;
    line-height: 90px;
}

.video-section-two .content h3 {
    color: var(--theme-color-light);
    font-weight: 600;
    line-height: 48px;
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .video-section-two .content h3 br {
        display: none;
    }
}


/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 0px 0;
    z-index: 2;
}

.contact-section .anim-icons .image-1 {
    bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .contact-section .anim-icons .image-1 {
        display: none;
    }
}

.contact-section .outer-box {
    border-radius: 50px;
    overflow: hidden;
    padding: 70px;
    position: relative;
}

@media (max-width: 767.98px) {
    .contact-section .outer-box {
        padding: 50px 30px;
    }
}

@media (max-width: 399.98px) {
    .contact-section .outer-box {
        border-radius: 0;
        padding: 0;
    }
}

.contact-section .outer-box .bg:before {
    background: linear-gradient(262.42deg, rgba(34, 34, 34, 0.4) 2.87%, rgba(34, 34, 34, 0.8) 92.87%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-section.style-two .outer-box .bg:before {
    background: linear-gradient(98.31deg, rgba(153, 153, 153, 0.08) 17.73%, rgba(34, 34, 34, 0.8) 98.84%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-section.style-two .anim-icons .image-1 {
    bottom: 0;
    left: 90px;
    right: auto;
}

@media (max-width: 1199.98px) {
    .contact-section.style-two .anim-icons .image-1 {
        display: none;
    }
}

.contact-form {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    max-width: 737px;
    padding: 30px;
    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 {
    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(--theme-color-gray);
    font-family: 'Poppins', sans-serif;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--theme-color1);
}


/*** 

====================================================================
    Contact Section Two
====================================================================

***/

.contact-section-two {
    position: relative;
    padding: 130px 0;
    z-index: 2;
}

.contact-section-two .anim-icons .image-1 {
    bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .contact-section-two .anim-icons .image-1 {
        display: none;
    }
}

.contact-section-two .outer-box {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    overflow: hidden;
    padding: 100px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .contact-section-two .outer-box {
        padding: 0;
    }
}

@media (max-width: 399.98px) {
    .contact-section-two .outer-box {
        border-radius: 0;
        padding: 0;
    }
}

.contact-section-two .outer-box .image-1 {
    height: 760px;
    opacity: 0.4;
    right: 8%;
    width: 777px;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .contact-section-two .outer-box .image-1 {
        height: 560px;
        width: 560px;
    }
}

.contact-section-two .outer-box .bg-image {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .contact-section-two .outer-box .bg-image {
        height: 450px;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .contact-section-two .outer-box .contact-form {
        padding: 40px;
        max-width: none;
    }
}


/*** 

====================================================================
    Contact Section Three
====================================================================

***/

.contact-section-three {
    position: relative;
    padding: 130px 0;
    z-index: 0;
}

.contact-section-three .anim-icons .image-1 {
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .contact-section-three .anim-icons .image-1 {
        display: none;
    }
}

.contact-section-three .outer-box {
    border-radius: 50px;
    overflow: hidden;
    padding: 70px;
    position: relative;
}

@media (max-width: 767.98px) {
    .contact-section-three .outer-box {
        padding: 50px 30px;
    }
}

@media (max-width: 399.98px) {
    .contact-section-three .outer-box {
        border-radius: 0;
        padding: 0;
    }
}

.contact-section-three .outer-box .bg:before {
    background: linear-gradient(262.42deg, rgba(34, 34, 34, 0.35) 2.87%, rgba(34, 34, 34, 0.7) 92.87%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-section-three .outer-box:before {
    background: rgba(89, 102, 236, 0.4);
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(102.95px);
    filter: blur(102.95px);
    height: 405.48px;
    left: 282px;
    position: absolute;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 404px;
    z-index: 1;
}


/***

====================================================================
    Cta Section
====================================================================

***/

.cta-section {
    position: relative;
    padding: 130px 0;
    z-index: 2;
}

.cta-section .anim-icons .image-1 {
    bottom: -100px;
    left: -50px;
    position: absolute;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .cta-section .anim-icons .image-1 {
        display: none;
    }
}

.cta-section .outer-box {
    border-radius: 50px;
    overflow: hidden;
    padding: 70px;
    position: relative;
}

@media (max-width: 767.98px) {
    .cta-section .outer-box {
        padding: 50px 30px;
    }
}

@media (max-width: 399.98px) {
    .cta-section .outer-box {
        border-radius: 0;
        padding: 0;
    }
}

.cta-section .outer-box .bg:before {
    background: linear-gradient(262.42deg, rgba(34, 34, 34, 0.4) 2.87%, rgba(34, 34, 34, 0.8) 92.87%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cta-image-column {
    position: relative;
    text-align: end;
}

.cta-image-column .cta-img-box {
    bottom: 0;
    position: absolute;
    top: -20px;
}

@media (max-width: 1499.98px) {
    .cta-image-column .cta-img-box {
        top: 170px;
    }
}

.cta-image-column .cta-img-box .man-img {
    width: 95%;
}

@media (max-width: 1399.98px) {
    .cta-image-column .cta-img-box {
        display: none;
    }
}

.cta-about-box {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    max-width: 737px;
    padding: 70px 60px;
    position: relative;
    width: 100%;
}

.cta-about-box:before {
    background-image: url(../images/icons/shape-style17.html);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: auto;
    opacity: 0.8;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .cta-about-box {
        padding: 50px 30px;
    }
}

@media (max-width: 399.98px) {
    .cta-about-box {
        border-radius: 0;
    }
}

.cta-about-box .info-box {
    position: relative;
}

.cta-about-box .info-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cta-about-box .info-box .icon {
    background: #5966EC;
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    width: 52px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cta-about-box .info-box .h4 {
    color: var(--theme-color-dark);
    margin-bottom: 0;
}


/***

====================================================================
    Cta Section Two
====================================================================

***/

.cta-section-two {
    position: relative;
}

.cta-section-two .outer-box {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.cta-section-two .outer-box:before {
    background: linear-gradient(262.42deg, rgba(34, 34, 34, 0.4) 2.87%, rgba(34, 34, 34, 0.8) 92.87%);
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .cta-section-two .outer-box:before {
        border-radius: 0;
    }
}

.cta-section-two .outer-box:after {
    background: rgba(89, 102, 236, 0.4);
    border-radius: 30px;
    bottom: 0;
    content: "";
    -webkit-filter: blur(102.95px);
    filter: blur(102.95px);
    height: 300px;
    left: 3%;
    position: absolute;
    right: 0;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 300px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .cta-section-two .outer-box:after {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .cta-section-two .outer-box {
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .cta-section-two .outer-box {
        border-radius: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.cta-section-two .content-column {
    padding: 100px;
    position: relative;
    z-index: 1;
}

.cta-section-two .content-column .sec-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-section-two .content-column .title {
    color: var(--theme-color-white);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(50px, 6.25vw, 100px);
    line-height: 1.1;
    max-width: 780px;
    text-transform: capitalize;
}

.cta-section-two .content-column .text {
    color: var(--theme-color-white);
    font-family: 'Poppins', sans-serif;
    max-width: 744px;
}

.cta-section-two .content-column .contact-circle-btn {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
    display: block;
    height: 150px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    width: 150px;
}

.cta-section-two .content-column .contact-circle-btn .btn-title {
    color: var(--theme-color-white);
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}

.cta-section-two .content-column .contact-circle-btn .icon {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    overflow: hidden;
    width: 30px;
}

.cta-section-two .content-column .contact-circle-btn .icon i {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 10px;
}

.cta-section-two .content-column .contact-circle-btn .icon i:first-child {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cta-section-two .content-column .contact-circle-btn .icon i:last-child {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cta-section-two .content-column .contact-circle-btn:hover i:first-child {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cta-section-two .content-column .contact-circle-btn:hover i:last-child {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cta-section-two .anim-icons .image-1 {
    bottom: -50px;
    position: absolute;
    right: 30px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .cta-section-two .anim-icons .image-1 {
        display: none;
    }
}

.cta-section-two .anim-icons .image-1 img {
    max-width: 230px;
}

.cta-counter-box {
    position: relative;
    z-index: 2;
}

.cta-counter-box .counter-block-two .info-box .count-box .count-text {
    font-weight: 400;
}

@media (max-width: 1199.98px) {
    .cta-counter-box .counter-block-two .info-box .count-box sup {
        top: calc(20% - 0px);
    }
}

@media (max-width: 1199.98px) {
    .cta-counter-box .counter-block-two .count-box {
        line-height: normal;
    }
}

.cta-counter-box .counter-block-two .counter-title {
    margin-top: -25px;
}

.cta-counter-box .counter-block-two .count-box,
.cta-counter-box .counter-block-two sup {
    color: var(--theme-color-white);
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    line-height: 34px;
    font-weight: 500;
}

.cta-counter-box .counter-block-two .count-text {
    font-weight: 500;
}


/*** 

====================================================================
    FAQ's Section
====================================================================

***/

.faq-section {
    position: relative;
}

.faq-section .stroke-text {
    font-size: clamp(80px, 15.62vw, 250px);
    line-height: 1.4;
    color: transparent;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-text-stroke: 1px rgba(var(--theme-color-black-rgb), 0.1);
    top: -150px;
}

.faq-section .outer-box {
    background: var(--theme-color-white);
    border-radius: 50px;
    padding: 120px 0 100px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .faq-section .outer-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq-section .outer-box:before {
    background: rgba(var(--theme-color2-rgb), 0.5);
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(200px);
    filter: blur(200px);
    height: 302px;
    left: 28%;
    position: absolute;
    top: 30%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 301px;
}

.faq-section .outer-box:after {
    background: rgba(var(--theme-color1-rgb), 0.5);
    border-radius: 50%;
    content: "";
    -webkit-filter: blur(200px);
    filter: blur(200px);
    height: 302px;
    left: 48%;
    position: absolute;
    top: 30%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 301px;
}

.faq-section .accordion-home-style {
    position: relative;
}

.faq-section .accordion-home-style .accordion-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: none;
    padding: 0;
}

.faq-section .accordion-home-style .accordion-box .block {
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
    margin-bottom: 30px;
    padding: 0px 0 20px;
}

.faq-section .accordion-home-style .accordion-box .block .acc-btn {
    border-bottom: none;
    color: var(--theme-color-dark);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 0;
}

.faq-section .accordion-home-style .accordion-box .block .icon {
    font-size: 30px;
}

.faq-section .accordion-home-style .accordion-box .acc-content {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 81%;
}

@media (max-width: 1499.98px) {
    .faq-section .accordion-home-style .accordion-box .acc-content {
        max-width: none;
    }
}


/*** 

====================================================================
faq-section-home-two
====================================================================

***/

.faq-section-home-two {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: var(--theme-color-white);
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .faq-section-home-two {
        padding: 80px 0;
    }
}

.faq-section-home-two .sec-title-style-three .title {
    max-width: 660px;
}

@media (max-width: 991.98px) {
    .faq-section-home-two .sec-title-style-three .title {
        max-width: 750px;
    }
}

.faq-section-home-two .sec-title-box {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width: 991.98px) {
    .faq-section-home-two .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.faq-section-home-two .sec-title-box .sec-right-box {
    max-width: 800px;
}

@media (max-width: 991.98px) {
    .faq-section-home-two .sec-title-box .sec-right-box {
        margin-top: 7px;
    }
}

.faq-section-home-two .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.faq-section-home-two .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.faq-section-home-two .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

.faq-section-home-two .image-column {
    position: relative;
}

@media (max-width: 991.98px) {
    .faq-section-home-two .image-column {
        max-height: 400px;
        margin-bottom: 50px;
    }
}

.faq-section-home-two .image-column .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.faq-section-home-two .image-column .image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.faq-section-home-two .image-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-section-home-two .accordion-box {
    position: relative;
    padding: 0;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}

.faq-section-home-two .accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    padding: 25.5px 12px 0 10px;
    border-bottom: 1px solid var(--theme-color3);
}

.faq-section-home-two .accordion-box .block:first-child {
    padding: 7px 12px 0 10px;
}

@media (max-width: 575.98px) {
    .faq-section-home-two .accordion-box .block {
        padding-left: 0px;
    }
}

.faq-section-home-two .accordion-box .block .number {
    position: absolute;
    left: 0px;
    top: 18px;
    font-size: 16px;
    line-height: 1em;
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .faq-section-home-two .accordion-box .block .number {
        display: none;
    }
}

.faq-section-home-two .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.faq-section-home-two .accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-style: Regular;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--theme-color-dark);
    border: none;
    margin-bottom: 0;
    padding: 0 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767.98px) {
    .faq-section-home-two .accordion-box .block .acc-btn {
        font-size: 18px;
    }
}

.faq-section-home-two .accordion-box .block .acc-btn .icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid var(--theme-color2);
    position: relative;
    right: 0;
    bottom: 10px;
}

.faq-section-home-two .accordion-box .block .acc-btn.active .icon:before {
    display: none;
}

.faq-section-home-two .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--theme-color-white);
    border-color: var(--headings-color);
    background-color: var(--headings-color);
}

.faq-section-home-two .accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.faq-section-home-two .accordion-box .block .acc-content .content {
    position: relative;
    padding: 5px 0px 32px 0px;
}

.faq-section-home-two .accordion-box .block .acc-content .content .text {
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    max-width: 700px;
    color: var(--text-color);
}

.faq-section-home-two .accordion-box .block .acc-content.current {
    display: block;
    margin-bottom: 0;
}


/*** 

====================================================================
    Fun Fact Section
====================================================================

***/

.funfact-section {
    background-color: var(--theme-color-white);
    padding: 0px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .funfact-section {
        padding: 80px 0;
    }
}

.funfact-section .inner-container {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .funfact-section .inner-container {
        padding: 120px 15px;
    }
}

.funfact-section .fact-counter {
    background-color: #171717b0;

}

@media (max-width: 1199.98px) {
    .funfact-section .fact-counter {
        padding: 40px 40px;
    }
}

@media (max-width: 991.98px) {
    .funfact-section .fact-counter {
        padding: 40px 40px 10px;
    }
}

.funfact-section .counter-clomun {
    max-width: 298px;
}

@media (max-width: 767.98px) {
    .funfact-section .counter-clomun {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .counter-block {
        margin-bottom: 30px;
    }
}

.counter-block .inner {
    position: relative;
    padding: 32px 0;
    text-align: center;
}

.counter-block .inner .border-style {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.counter-block .inner .border-style:before {
    position: absolute;
    content: "";
    border: 2px solid rgb(var(--theme-color-white-rgb), 0.1);
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .border-style:after {
    position: absolute;
    content: "";
    border: 2px solid rgb(var(--theme-color-white-rgb), 0.1);
    width: 16px;
    height: 16px;
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .border-style2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.counter-block .inner .border-style2:before {
    position: absolute;
    content: "";
    border: 2px solid rgb(var(--theme-color-white-rgb), 0.1);
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    border-left: 0;
    border-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .border-style2:after {
    position: absolute;
    content: "";
    border: 2px solid rgb(var(--theme-color-white-rgb), 0.1);
    width: 16px;
    height: 16px;
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block .inner .count-box {
    color: var(--theme-color-white);
    font-size: 62px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.counter-block .inner .count-box.style-two {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color-white);
    text-transform: uppercase;
}

.counter-block .inner .counter-title {
    color: rgb(var(--theme-color-white-rgb), 0.7);
    font-weight: 300;
    margin-bottom: 0;
}


/*** 

====================================================================
    Fun Fact Section Three
====================================================================

***/

.funfact-section-three {
    background-color: rgba(var(--theme-color1-rgb), 0.7);
    padding: 120px 0;
}

.counter-column-three .inner-column .counter-block-three .inner {
    position: relative;
}

.counter-column-three .inner-column .counter-block-three .inner:hover .count-box {
    color: var(--headings-color);
}

.counter-column-three .inner-column .counter-block-three .inner:hover .counter-title {
    color: var(--headings-color);
}

.counter-column-three .inner-column .counter-block-three .inner .top-box {
    background-color: var(--theme-color-white);
    border-radius: 12px;
    position: relative;
    padding: 22px 24px 22px;
}

.counter-column-three .inner-column .counter-block-three .inner .top-box .number {
    color: rgba(var(--text-color-rgb), 0.6);
    font-size: 18px;
    position: absolute;
    right: 16px;
    top: 7px;
}

.counter-column-three .inner-column .counter-block-three .inner .count-box {
    color: var(--headings-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-column-three .inner-column .counter-block-three .inner .content {
    background-color: var(--theme-color-white);
    border-radius: 12px;
    padding: 28px 28px 28px;
    margin-top: 8px;
}

.counter-column-three .inner-column .counter-block-three .inner .content .text {
    font-weight: 300;
    line-height: 1.5;
}

.counter-column-three .inner-column .counter-block-three .inner .counter-title {
    color: var(--headings-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 156px;
    text-transform: uppercase;
    text-align: right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 130px 0px 70px;
}

.testimonial-section .swiper-horizontal {
    padding: 0;
    margin: 0;
}

.testimonial-section .slider-info {
    border: 1px solid var(--theme-color3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 668px;
    padding: 8.5px;
    border-radius: 32px;
    margin-top: 48px;
}

@media (max-width: 1199.98px) {
    .testimonial-section .slider-info {
        margin: 0 auto;
        margin-top: 48px;
    }
}

.testimonial-section .slider-info button {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color2);
    border: none;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
}

.testimonial-section .slider-info button:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.testimonial-section .slider-info .swiper-pagination-horizontal {
    width: auto;
}

.testimonial-section .slider-info .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 4px;
    margin: 0 4px;
    opacity: 1;
    background-color: var(--theme-color2);
}

.testimonial-section .slider-info .swiper-pagination-bullet-active {
    background-color: var(--theme-color-dark);
}

@media (max-width: 991.98px) {
    .testimonial-section .slider-info .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section .slider-info {
        gap: 10px;
    }
}

.testimonial-section .inner-container {
    position: relative;
}

.testimonial-section .inner-container .bg-image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .testimonial-section .inner-container .bg-image {
        width: 41%;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section .inner-container .bg-image {
        display: none;
    }
}

.testimonial-section .inner-container .bg-image img {
    width: 100%;
    height: 100%;
}

.testimonial-section .content-box {
    margin-bottom: 60px;
}

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

.testimonial-section .sec-title-style-three {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--theme-color1);
    margin-bottom: 48px;
}

.testimonial-section .sec-title-style-three .title {
    letter-spacing: 0;
}

.testimonial-section .sec-title-style-three .text {
    margin-bottom: 0;
}

.testimonial-section .sec-title-style-three:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: 1.5px;
}

.testimonial-block .inner-box {
    background-color: var(--theme-color1);
    padding: 39px 40px 41px 40px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box {
        padding: 30px 15px;
    }
}

.testimonial-block .inner-box .review {
    margin-bottom: 42px;
}

.testimonial-block .inner-box .review .rating .icon {
    color: var(--review-color);
    font-size: 16px;
    margin-right: 2px;
}

@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 {
    position: absolute;
    right: 40px;
    top: 40px;
}

.testimonial-block .inner-box .quote-icon .icon {
    color: var(--theme-color1);
    font-size: 40px;
    line-height: 100%;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .quote-icon .icon {
        font-size: 70px;
    }
}

.testimonial-block .inner-box .text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 35px;
    color: #59585D;
    max-width: 420px;
}

@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 .bottom-box {
    -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;
}

.testimonial-block .inner-box .bottom-box .social-box {
    min-width: 32px;
    margin-left: 15px;
}

.testimonial-block .inner-box .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}

@media (max-width: 575.98px) {
    .testimonial-block .inner-box .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.testimonial-block .inner-box .info-box .user-thumb {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    padding: 3px;
    width: 63px;
    height: 63px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box .info-box .user-thumb .user {
    max-width: 60px;
    -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: 500;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .info-box .designation {
    font-size: 18px;
    display: block;
    font-weight: 300;
}


/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
}

.testimonial-section-two .sec-title-style-three .title {
    max-width: 430px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .sec-title-style-three .title {
        max-width: 650px;
    }
}

.testimonial-section-two .arrow-box {
    background-color: var(--theme-color-black);
    padding: 10px;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    top: 193px;
    right: -40px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .testimonial-section-two .arrow-box {
        bottom: 100px;
        right: -40px;
        top: auto;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-two .arrow-box {
        bottom: 0;
        left: calc(50% - 52px);
        padding: 8px;
        display: inline-table;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section-two .arrow-box {
        padding: 5px;
        left: calc(50% - 26px);
    }
}

.testimonial-section-two .arrow-box .slider-next,
.testimonial-section-two .arrow-box .slider-prev {
    background-color: var(--theme-color2);
    color: var(--theme-color-black);
    height: 60px;
    width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {

    .testimonial-section-two .arrow-box .slider-next,
    .testimonial-section-two .arrow-box .slider-prev {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575.98px) {

    .testimonial-section-two .arrow-box .slider-next,
    .testimonial-section-two .arrow-box .slider-prev {
        width: 30px;
        height: 30px;
    }

    .testimonial-section-two .arrow-box .slider-next i,
    .testimonial-section-two .arrow-box .slider-prev i {
        font-size: 12px;
    }
}

.testimonial-section-two .arrow-box .slider-next:hover,
.testimonial-section-two .arrow-box .slider-prev:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.testimonial-section-two .arrow-box .slider-prev {
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .arrow-box .slider-prev {
        margin-right: 6px;
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section-two .arrow-box .slider-prev {
        margin-right: 2px;
    }
}

.testimonial-section-two .suite-slide-wrapper {
    max-width: 1465px;
}

@media (max-width: 1199.98px) {
    .testimonial-section-two .suite-slide-wrapper {
        max-width: 100%;
    }
}

.testimonial-section-two .outer-box {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0px 0;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .outer-box {
        padding: 80px 0 0;
    }
}

.testimonial-section-two .bg-image {
    width: 100%;
    height: 100%;
}

.testimonial-section-two .bg-image:before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.49)));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.49) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testimonial-section-two .bg-image img {
    width: 100%;
    height: 100%;
}

.testimonial-section-two .sec-title-box {
    margin-bottom: 72px;
    margin-right: 93px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .sec-title-box {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.testimonial-section-two .sec-title-box .sec-right-box {
    max-width: 429px;
}

@media (max-width: 991.98px) {
    .testimonial-section-two .sec-title-box .sec-right-box {
        margin-top: 10px;
    }
}

.testimonial-section-two .sec-title-box .sec-right-box .text {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 44px;
    position: relative;
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .testimonial-section-two .sec-title-box .sec-right-box .text {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}

.testimonial-section-two .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-white);
    width: 102px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.testimonial-section-two .sec-title-box .sec-right-box .theme-btn {
    background-color: var(--theme-color-white);
    color: var(--theme-color-dark);
}

.testimonial-block-two .inner-box {
    background-color: var(--theme-color1);
    padding: 100px 100px 100px 220px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .testimonial-block-two .inner-box {
        padding: 100px 50px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box {
        padding: 40px 20px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box {
        padding: 60px 20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box {
        padding: 30px 25px 65px;
    }
}

.testimonial-block-two .inner-box .image-box {
    margin-right: 60px;
    min-width: 300px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box .image-box {
        margin-right: 35px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .image-box {
        margin-bottom: 40px;
        max-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-two .inner-box .image-box {
        min-width: auto;
        margin-right: 0;
        overflow: hidden;
    }
}

.testimonial-block-two .inner-box .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block-two .inner-box .content-box {
    position: relative;
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding-right: 25px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .content-box {
        padding-right: 0;
    }
}

.testimonial-block-two .inner-box .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 42px;
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .review {
        margin-bottom: 13px;
    }
}

.testimonial-block-two .inner-box .review .rating .icon {
    color: var(--review-color);
    font-size: 16px;
    margin-right: 2px;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .review .rating .icon {
        font-size: 14px;
    }
}

.testimonial-block-two .inner-box .review .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    left: -13px;
    top: 0;
}

.testimonial-block-two .inner-box .quote-icon .icon {
    color: var(--theme-color1);
    font-size: 40px;
    line-height: 100%;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .quote-icon .icon {
        font-size: 70px;
    }
}

.testimonial-block-two .inner-box .text {
    font-size: 28px;
    line-height: 1.2;
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .text {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-two .inner-box .text {
        line-height: 30px;
    }
}

.testimonial-block-two .inner-box .bottom-box {
    border-top: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
    padding-top: 27px;
    margin-top: 31px;
    -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;
}

.testimonial-block-two .inner-box .bottom-box .social-box {
    min-width: 32px;
    margin-left: 15px;
}

.testimonial-block-two .inner-box .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}

.testimonial-block-two .inner-box .info-box .name {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block-two .inner-box .info-box .designation {
    font-size: 18px;
    display: block;
    font-weight: 300;
}


/*** 

====================================================================
  Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    background-color: var(--theme-color1);
    position: relative;
    padding: 120px 0 110px;
}

.testimonial-section-three .swiper-horizontal {
    padding: 0;
    margin: 0;
}

.testimonial-section-three .slider-info {
    border: 1px solid var(--theme-color3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 668px;
    padding: 8.5px;
    border-radius: 32px;
    margin-top: 48px;
}

@media (max-width: 1199.98px) {
    .testimonial-section-three .slider-info {
        margin: 0 auto;
        margin-top: 48px;
    }
}

.testimonial-section-three .slider-info button {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color2);
    border: none;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
}

.testimonial-section-three .slider-info button:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.testimonial-section-three .slider-info .swiper-pagination-horizontal {
    width: auto;
}

.testimonial-section-three .slider-info .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 4px;
    margin: 0 4px;
    opacity: 1;
    background-color: var(--theme-color2);
}

.testimonial-section-three .slider-info .swiper-pagination-bullet-active {
    background-color: var(--theme-color-dark);
}

@media (max-width: 991.98px) {
    .testimonial-section-three .slider-info .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-three .slider-info {
        gap: 10px;
    }
}

.testimonial-section-three .outer-box {
    padding-left: 67px;
}

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

.testi5-image-box {
    position: relative;
}

.testi5-image-box .image {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.testi5-image-box .icon-box {
    background-color: var(--theme-color-white);
    position: absolute;
    right: 28px;
    bottom: 28px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

.testi5-image-box .icon-box .icon {
    color: var(--headings-color);
    font-size: 48px;
}

.testimonial-block-three .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .inner-box .review {
    margin-bottom: 42px;
}

.testimonial-block-three .inner-box .review .rating .icon {
    color: var(--theme-color-dark);
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .testimonial-block-three .inner-box .review .rating .icon {
        font-size: 14px;
    }
}

.testimonial-block-three .inner-box .review .rating .icon:last-child {
    margin-right: 0;
}

.testimonial-block-three .inner-box .text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 45px;
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .testimonial-block-three .inner-box .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.testimonial-block-three .inner-box .bottom-box {
    -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;
}

.testimonial-block-three .inner-box .bottom-box .social-box {
    min-width: 32px;
    margin-left: 15px;
}

.testimonial-block-three .inner-box .info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}

@media (max-width: 575.98px) {
    .testimonial-block-three .inner-box .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.testimonial-block-three .inner-box .info-box .user-thumb {
    width: 60px;
    height: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .inner-box .info-box .user-thumb .user {
    max-width: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .inner-box .info-box .name {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block-three .inner-box .info-box .designation {
    font-size: 18px;
    display: block;
    font-weight: 300;
}


/*** 

====================================================================
  Process Section
====================================================================

***/

.process-section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 60px;
}

.process-section.style-two {
    padding-bottom: 0;
}

.process-section.style-two .outer-box .bg-image-box {
    height: 100%;
}

.process-section.style-two .outer-box .bg-image-box:before {
    background-color: rgba(var(--theme-color-black-rgb), 0.5);
}

.process-section.style-two .process-block {
    padding-bottom: 0;
}

.process-section.style-two .process-block .inner-box {
    min-height: 391px;
}

.process-section.style-two .process-block .overlay-content {
    background-color: var(--theme-color-black5);
    height: 100%;
}

.process-section .sec-title {
    margin-bottom: 54px;
}

.process-section .outer-box {
    position: relative;
    margin-right: -1px;
}

.process-section .outer-box .bg-image-box {
    margin-right: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 60px);
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-section .outer-box .bg-image-box:before {
    background-color: rgba(var(--theme-color-black-rgb), 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.process-section .outer-box .slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.process-section .outer-box .slick-slider .slick-arrow {
    background-color: var(--theme-color-black2);
    color: var(--text-color);
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-section .outer-box .slick-slider .slick-arrow:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white);
}

.process-section .outer-box .slick-slider .slick-arrow:hover:before {
    color: var(--theme-color-white);
}

.process-section .outer-box .slick-slider .slick-arrow:before {
    color: var(--headings-color);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-section .outer-box .slick-slider .slick-arrow.slick-prev {
    right: 105px;
    left: auto;
}

.process-section .outer-box .slick-slider .slick-arrow.slick-prev:before {
    content: "\f060";
}

.process-section .outer-box .slick-slider .slick-arrow.slick-next {
    right: 45px;
}

.process-section .outer-box .slick-slider .slick-arrow.slick-next:before {
    content: "\f061";
}

.process-block {
    position: relative;
    padding-bottom: 60px;
}

.process-block:hover .btn-more {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.process-block .inner-box {
    border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    overflow: hidden;
    position: relative;
    min-height: 721px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    z-index: 2;
}

@media (max-width: 1366.98px) {
    .process-block .inner-box {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .process-block .inner-box {
        min-height: 500px;
    }
}

.process-block .inner-box:hover .count {
    -webkit-text-stroke: 1px var(--theme-color1);
}

.process-block .inner-box:hover .overlay-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.process-block .inner-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.process-block .count {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-size: 128px;
    line-height: 115px;
    position: relative;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .title {
    color: var(--theme-color-white);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .title a {
    color: var(--theme-color-white);
}

.process-block .title a:hover {
    color: var(--theme-color2);
}

@media (max-width: 1366.98px) {
    .process-block .title {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.process-block .text {
    margin-top: 25px;
}

@media (max-width: 1599.98px) {
    .process-block .text {
        margin-top: 10px;
    }
}

.process-block .content {
    position: relative;
    padding: 43px 50px 49px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

@media (max-width: 1599.98px) {
    .process-block .content {
        padding: 43px 30px 49px;
    }
}

.process-block .overlay-content {
    background-color: var(--theme-color-black1);
    backdrop-filter: blur(10px);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    padding: 43px 50px 60px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-align: center;
}

@media (max-width: 1599.98px) {
    .process-block .overlay-content {
        padding: 43px 30px 30px;
    }
}

.process-block .btn-more {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    font-weight: 500;
    font-family: var(--text-font2);
    letter-spacing: 1.6px;
    padding: 15px 50px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 1px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
    Product Section
====================================================================

***/

.product-section {
    padding: 140px 0 100px;
    position: relative;
}

@media (max-width: 991.98px) {
    .product-section {
        padding: 100px 0 0;
    }
}

.product-section.style-two {
    padding: 130px 0 100px;
}

.product-section.style-two .testimonial-pattrn1-1 {
    top: 125px;
}

@media (max-width: 767.98px) {
    .product-section .sec-title .text br {
        display: none;
    }
}

.product-section .testimonial-pattrn1-1 {
    background-image: url(../images/resource/testimonial-pattrn1-1.html);
    position: absolute;
    width: 205px;
    height: 263px;
    top: 35px;
    right: 48px;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .product-section .testimonial-pattrn1-1 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .product-block.home-style {
        margin-bottom: 40px;
    }
}

.product-block.home-style .inner-box {
    border: none;
}

.product-block.home-style .inner-box:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-block.home-style .inner-box:hover .image-box:before {
    height: 100%;
}

.product-block.home-style .inner-box:hover .image-box .image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.product-block.home-style .inner-box:hover .image-box .icon-box {
    bottom: 23px;
}

.product-block.home-style .inner-box:hover .image-box .icon-box .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-block.home-style .inner-box .image-box {
    overflow: hidden;
    position: relative;
}

.product-block.home-style .inner-box .image-box:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(28.77%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 28.77%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block.home-style .inner-box .image-box .image {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block.home-style .inner-box .image-box .image a {
    width: 100%;
}

.product-block.home-style .inner-box .image-box .image a img {
    width: 100%;
}

.product-block.home-style .inner-box .image-box .inner {
    -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: flex-end;
    position: relative;
}

.product-block.home-style .inner-box .image-box .icon-box {
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block.home-style .inner-box .image-box .icon-box .icon {
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block.home-style .inner-box .image-box .icon-box .icon:last-child {
    margin-right: 0;
}

.product-block.home-style .inner-box .image-box .icon-box .icon:hover {
    background-color: var(--theme-color1);
}

.product-block.home-style .inner-box .content-box {
    margin-top: 34px;
}

@media (max-width: 767.98px) {
    .product-block.home-style .inner-box .content-box {
        margin-bottom: 24px;
    }
}

.product-block.home-style .inner-box .content-box .inner {
    text-align: center;
}

.product-block.home-style .inner-box .content-box .inner .price {
    color: var(--theme-color1);
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .product-block.home-style .inner-box .content-box .inner .price {
        font-size: 24px;
    }
}

.product-block.home-style .inner-box .content-box .inner .price .price-style {
    position: relative;
}

.product-block.home-style .inner-box .content-box .inner .price .price-style:before {
    background-color: var(--theme-color1);
    bottom: 14px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (max-width: 767.98px) {
    .product-block.home-style .inner-box .content-box .inner .price .price-style:before {
        bottom: 10px;
    }
}

.product-block.home-style .inner-box .content-box .inner .title {
    color: var(--headings-color);
    font-size: var(--h4-font-size);
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 9px;
}

@media (max-width: 767.98px) {
    .product-block.home-style .inner-box .content-box .inner .title {
        font-size: 24px;
        margin-top: 6px;
    }
}

.product-block.home-style .inner-box .content-box .inner .title a {
    color: var(--headings-color);
}

.product-block.home-style .inner-box .content-box .inner .title:hover {
    color: var(--theme-color1);
}

.product-block.home-style .title a {
    color: var(--headings-color);
}


/***

====================================================================
    Product Deals Section
====================================================================

***/

.product-deals-section {
    padding: 204px 0;
    position: relative;
}

@media (max-width: 575.98px) {
    .product-deals-section {
        padding: 170px 0;
    }
}

.product-deals-section:before {
    background: -webkit-gradient(linear, right top, left top, from(#141215), color-stop(rgba(20, 18, 21, 0.6392156863)), color-stop(transparent), to(transparent));
    background: linear-gradient(to left, #141215, rgba(20, 18, 21, 0.6392156863), transparent, transparent);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-deals-section .outer-box {
    position: relative;
    z-index: 1;
}

.product-deals-section .curved-shape-top {
    width: 100%;
    height: 69px;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-deals-section .curved-shape-bottom {
    width: 100%;
    height: 69px;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 1;
}

.product-deals-section .sec-title h1 {
    color: var(--theme-color-light);
    font-size: 80px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .product-deals-section .sec-title h1 {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .product-deals-section .sec-title h1 {
        font-size: 45px;
    }
}

.product-deals-section .sec-title .text-two {
    color: var(--theme-color-light);
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .product-deals-section .sec-title .text-two {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .product-deals-section .sec-title .text-two {
        font-size: 24px;
        margin-top: 0;
    }
}

.product-deals-section .sec-title .text {
    color: var(--theme-color-light);
}

.product-deals-section .sec-title .text-three {
    color: var(--theme-color1);
    display: block;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 14px;
    margin-bottom: 38px;
}

@media (max-width: 767.98px) {
    .product-deals-section .sec-title .text-three {
        font-size: 34px;
    }
}

.countdown-block-outer {
    -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;
}

@media (max-width: 1199.98px) {
    .countdown-block-outer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .countdown-block-outer .countdown-block {
        margin: 0 15px;
    }
}

@media (max-width: 1199.98px) {
    .countdown-block-outer .countdown-block {
        margin: 0 5px;
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color1);
    border: 1px dashed var(--theme-color-light);
    border-radius: 50% 50% 50% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 134px;
    -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;
    position: relative;
    width: 136px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box {
        width: 80px;
        height: 80px;
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
    color: var(--theme-color-light);
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-time {
        font-size: 26px;
        margin-bottom: 0;
    }
}

.countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
    color: var(--theme-color-light);
}

@media (max-width: 767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .countdown-block-outer .countdown-block .inner-box .content-box .countdown-title {
        font-size: 12px;
    }
}

.countdown-block-outer .countdown-block .inner-box:hover .content-box {
    background-color: var(--theme-color-light);
}

.countdown-block-outer .countdown-block .inner-box:hover .content-box .countdown-time,
.countdown-block-outer .countdown-block .inner-box:hover .content-box .countdown-title {
    color: var(--theme-color1);
}


/***

====================================================================
    Team Section
====================================================================

***/

.teams-section {
    position: relative;
    padding: 12px 130px 12px 130px;
}

@media (max-width: 991.98px) {
    .teams-section {
        padding: 0px 0 60px;
    }
}

@media (max-width: 991.98px) {
    .teams-section .sec-title-box {
        display: block;
    }
}

.teams-section .sec-title-box {
    margin-bottom: 72px;
}

.teams-section .sec-title-box .sec-right-box {
    max-width: 435px;
}

.teams-section .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.teams-section .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.team-block .inner-block {
    padding: 16px 16px 22px;
    background-color: var(--theme-color1);
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .team-block .inner-block {
        margin-bottom: 30px;
    }
}

.team-block .inner-block:hover:before {
    height: 100%;
    opacity: 1;
}

.team-block .inner-block:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-block .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .inner-block:hover .info-box .name {
    color: var(--theme-color-white);
}

.team-block .inner-block:hover .info-box .designation {
    color: var(--theme-color2);
}

.team-block .inner-block:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color-dark);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-block .image-box .image {
    margin-bottom: 24px;
    overflow: hidden;
}

.team-block .inner-block .image-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-block .info-box {
    padding-left: 28px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .team-block .inner-block .info-box {
        padding-left: 0;
    }
}

.team-block .inner-block .info-box .name {
    margin-bottom: 0;
    text-align: center !important;
}

.team-block .inner-block .info-box .designation {
    font-size: 18px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align: center !important;
}

.team-block .inner-block .social-links {
    background-color: var(--theme-color-dark);
    padding: 10px;
    position: absolute;
    left: 16px;
    margin-top: 0;
    top: 16px;
    -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;
    -webkit-transform-origin: top;
    transform-origin: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-block .social-links a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: var(--theme-color-white);
    color: var(--headings-color);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-block .social-links a:first-child {
    margin-top: 0;
    margin-left: 0;
}

.team-block .inner-block .social-links a:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-dark);
}


/***

====================================================================
    Team Section
====================================================================

***/

.teams-section-two {
    position: relative;
    padding: 120px 0 70px;
    background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .teams-section-two {
        padding: 80px 0 30px;
    }
}

.teams-section-two .sec-title-style-three .title {
    max-width: 430px;
}

.teams-section-two .sec-title-box {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .teams-section-two .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.teams-section-two .sec-title-box .sec-right-box {
    max-width: 435px;
}

@media (max-width: 991.98px) {
    .teams-section-two .sec-title-box .sec-right-box {
        margin-top: 8px;
    }
}

.teams-section-two .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.teams-section-two .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.teams-section-two .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

.team-block-two .inner-block {
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.team-block-two .inner-block:hover .content-box:before {
    height: 100%;
    opacity: 1;
}

.team-block-two .inner-block:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.team-block-two .inner-block:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block-two .inner-block:hover .info-box .name {
    color: var(--theme-color-white);
}

.team-block-two .inner-block:hover .info-box .designation {
    color: var(--theme-color2);
}

.team-block-two .inner-block .image-box {
    position: relative;
    overflow: hidden;
}

.team-block-two .inner-block .image-box .image {
    margin: 0 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-block-two .inner-block .image-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .inner-block .content-box {
    background-color: var(--theme-color2);
    padding: 370px 24px 36px;
    position: relative;
    margin-top: -345px;
}

@media (max-width: 1199.98px) {
    .team-block-two .inner-block .content-box {
        padding: 280px 24px 36px;
        margin-top: -260px;
    }
}

@media (max-width: 991.98px) {
    .team-block-two .inner-block .content-box {
        padding: 340px 24px 36px;
        margin-top: -315px;
    }
}

@media (max-width: 767.98px) {
    .team-block-two .inner-block .content-box {
        padding: 370px 24px 36px;
        position: relative;
        margin-top: -345px;
    }
}

@media (max-width: 575.98px) {
    .team-block-two .inner-block .content-box {
        padding: 270px 24px 36px;
        position: relative;
        margin-top: -245px;
    }
}

.team-block-two .inner-block .content-box:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color-dark);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .inner-block .info-box {
    text-align: center;
    padding-left: 0;
    position: relative;
    z-index: 1;
}

.team-block-two .inner-block .info-box .name {
    margin-bottom: 0;
}

.team-block-two .inner-block .info-box .designation {
    font-size: 18px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .inner-block .social-links {
    background-color: var(--theme-color-dark);
    padding: 10px;
    position: absolute;
    left: calc(50% - 102px);
    margin-top: 0;
    bottom: -100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-transform-origin: top;
    transform-origin: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .inner-block .social-links a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: var(--theme-color-white);
    color: var(--headings-color);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-block .social-links a:first-child {
    margin-top: 0;
    margin-left: 0;
}

.team-block-two .inner-block .social-links a:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color-dark);
}


/***

====================================================================
    Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 120px 0;
}

.clients-section .sec-title-style-three {
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .clients-section .sec-title-style-three {
        margin-bottom: 40px;
    }
}

.clients-section .inner-container {
    position: relative;
    padding: 280px 24px 24px 24px;
}

@media (max-width: 1199.98px) {
    .clients-section .inner-container {
        padding-top: 120px;
    }
}

@media (max-width: 991.98px) {
    .clients-section .inner-container {
        padding-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .clients-section .inner-container {
        padding: 80px 15px 15px 15px;
    }
}

.clients-section .inner-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(var(--theme-color-black-rgb), 0.7);
    width: 100%;
    height: 100%;
}

.clients-section .inner-container .outer-box {
    background-color: var(--theme-color-dark);
    position: relative;
    padding: 60px 15px;
    z-index: 1;
}

.clients-section .inner-container .claint-outer {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.client-block .inner-box {
    border: 1px solid #232323;
    width: 291px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .client-block .inner-box {
        width: 220px;
    }
}

.client-block .inner-box:hover {
    background-color: #1B1B1B;
}


/***

====================================================================
    Clients Section Two
====================================================================

***/

.clients-section-two {
    position: relative;
    padding: 50px 0 96px;
}

.clients-section-two .outer-box {
    border-top: 1px solid var(--theme-color4);
    border-left: 1px solid var(--theme-color4);
}

.clients-section-two .sec-title {
    margin-bottom: 50px;
}

.clients-section-two .sec-title .text {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
}

.client-block-two {
    border-right: 1px solid var(--theme-color4);
    border-bottom: 1px solid var(--theme-color4);
}

.client-block-two .inner-box {
    padding: 10px;
    min-height: 174px;
    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;
}

.client-block-two .inner-box:hover .image-box .image img {
    opacity: 0.6;
}

.client-block-two .inner-box .image-box .image {
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-block-two .inner-box .image-box .image img {
    opacity: 1;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
claint-section-home-two
====================================================================

***/

.claint-section-home-two {
    position: relative;
    padding: 24px 0 0;
    overflow: hidden;
    background-color: var(--theme-color-white);
}

.claint-section-home-two .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: 0;
    margin-bottom: 0;
}

.claint-section-home-two .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;
    gap: 12px;
    min-width: auto;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
}

@media (prefers-reduced-motion: reduce) {
    .claint-section-home-two .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.claint-section-home-two .marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.claint-section-home-two .marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.claint-section-home-two .text {
    background-color: rgb(var(--theme-color1-rgb), 0.8);
    width: 291px;
    height: 108px;
    line-height: 101px;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--theme-color-black);
}

.claint-section-home-two .text:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color1);
}

.claint-section-home-two .text:hover svg {
    fill: #fff;
}

.claint-section-home-two .text:hover path {
    fill: #fff;
}

.claint-section-home-two .text img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.claint-section-home-two .text:after {
    display: none;
}

.claint-section-home-two .text svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.claint-section-home-two .text path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
    Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 0 0 54px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .why-choose-us {
        padding: 0;
    }
}

.why-choose-us .bg {
    background-size: auto;
    background-position: right bottom;
    bottom: -222px;
    pointer-events: none;
    top: auto;
    z-index: -1;
}

.why-choose-us .icon-sailboat-line-1 {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: -1;
}

.why-choose-us .icon-wheel-compass-1 {
    position: absolute;
    top: -50px;
    right: 155px;
    -webkit-animation: fa-spin 70s infinite;
    animation: fa-spin 70s infinite;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .why-choose-us .icon-wheel-compass-1 {
        opacity: 0.1;
    }
}

.why-choose-us .sec-title-two {
    text-align: center;
}

.why-choose-us .sec-title-two h2 {
    opacity: 0.2 !important;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px var(--text-color);
}

@media (max-width: 991.98px) {
    .why-choose-us .sec-title-two h2 {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-us .sec-title-two h2 {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us .sec-title-two h2 {
        font-size: 50px;
    }
}

.why-choose-us .content-column {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .why-choose-us .content-column {
        margin-bottom: 0;
    }
}

.why-choose-us .content-column .inner-column {
    position: relative;
}

.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us .image-column .inner-column {
    position: relative;
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-column .inner-column {
        padding-right: 0;
    }
}

.why-choose-us .image-column .inner-column .image-box {
    position: relative;
}

.why-choose-us .image-column .inner-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    margin-top: -202px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .why-choose-us .image-column .inner-column .image-box .image img {
        display: none;
    }
}

.why-choose-us .image-column .inner-column .image-box .image-2 {
    position: absolute;
    top: 17px;
    left: 100px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .why-choose-us .image-column .inner-column .image-box .image-2 {
        display: none;
    }
}

.why-choose-us .image-column .inner-column .image-box .image-3 {
    position: absolute;
    bottom: 104px;
    right: 3px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .why-choose-us .image-column .inner-column .image-box .image-3 {
        display: none;
    }
}

.why-choose-us .image-column .inner-column .image-box .image-3 img {
    outline: 10px solid var(--theme-color-light);
    outline-offset: -10px;
}


/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/

.why-choose-us-two {
    background-color: #fff;
    padding: 150px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two {
        padding: 100px 0;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-two {
        padding: 100px 0 80px;
    }
}

.why-choose-us-two .sec-title .text {
    margin-top: 16px;
}

.why-choose-us-two .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 56%;
    z-index: -1;
}

.why-choose-us-two .content-column {
    position: relative;
}

.why-choose-us-two .content-column:before {
    content: "";
    position: absolute;
    max-height: 621px;
    width: 100px;
    background-color: #bfa888;
    left: -28px;
    top: -45px;
    height: 116.7%;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column:before {
        max-height: 690px;
    }
}

.why-choose-us-two .content-column .inner-column {
    background-color: #fff;
    padding: 64px 133px 80px 61px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column {
        padding: 60px 60px 60px 50px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-two .content-column .inner-column {
        padding: 60px 30px 60px 30px;
    }
}

.why-choose-us-two .inner-column .text-box text {
    font-size: 200px;
    font-family: Allison;
}

.why-choose-us-two .icon-big-boat-2 {
    position: absolute;
    left: -45px;
    bottom: 3px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .icon-big-boat-2 {
        display: none;
    }
}

.why-choose-us-two .content-column-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .why-choose-us-two .content-column-two {
        display: none;
    }
}

.why-choose-us-two .content-column-two .text {
    color: white;
    font-size: 250px;
    font-family: Allison;
    text-align: end;
    letter-spacing: 10px;
    position: relative;
    left: 100px;
    top: -100px;
    opacity: 0.5;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column-two .text {
        font-size: 150px;
        left: -70px;
    }
}


/*** 

====================================================================
    Why Choose Us Three
====================================================================

***/

.why-choose-us-three {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.why-choose-us-three .icon-big-boat-5 {
    position: absolute;
    right: 80px;
    bottom: 105px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .why-choose-us-three .icon-big-boat-5 {
        display: none;
    }
}

.why-choose-us-three .bg {
    background-size: auto;
    background-position: left bottom;
    bottom: 0;
    pointer-events: none;
    top: auto;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .why-choose-us-three .bg {
        background-size: cover;
    }
}

.why-choose-us-three .icon-sailboat-line-1 {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: -1;
}

.why-choose-us-three .icon-wheel-compass-1 {
    position: absolute;
    top: -50px;
    right: 155px;
    -webkit-animation: fa-spin 70s infinite;
    animation: fa-spin 70s infinite;
    z-index: -1;
}

.why-choose-us-three .sec-title-two {
    text-align: center;
}

.why-choose-us-three .sec-title-two h2 {
    opacity: 0.2 !important;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px var(--text-color);
}

.why-choose-us-three .content-column {
    position: relative;
}

.why-choose-us-three .content-column .inner-column {
    position: relative;
    background-color: #f4efec;
    padding: 81px 98px 92px 98px;
}

@media (max-width: 767.98px) {
    .why-choose-us-three .content-column .inner-column {
        padding: 60px 35px 55px 39px;
    }
}

.why-choose-us-three .content-column .inner-column:before {
    border: 1px solid var(--theme-color1);
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
}

.why-choose-us-three .content-column .inner-column .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.why-choose-us-four {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .why-choose-us-four {
        padding: 80px 0 55px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-four .feature-block {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-four .feature-block .inner-block {
        padding: 25px 15px;
    }
}

.why-choose-us-four .inner-container {
    position: relative;
}

.why-choose-us-four .inner-container .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .why-choose-us-four .inner-container .image {
        display: none;
    }
}

.why-choose-us-four .inner-container .image img {
    width: 100%;
    height: 100%;
}

.why-choose-us-four .content-box {
    margin-top: 30px;
    margin-left: 70px;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-four .content-box {
        margin-top: 0;
        margin-left: 0;
    }
}

.why-choose-us-four .sec-title-style-three {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--theme-color1);
    margin-bottom: 48px;
}

.why-choose-us-four .sec-title-style-three .text {
    margin-bottom: 0;
}

.why-choose-us-four .sec-title-style-three:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: 1.5px;
}


/***

====================================================================
    Work Section
====================================================================

***/

.work-section {
    background-color: var(--theme-color-white);
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .work-section .sec-title-box {
        display: block;
    }
}

.work-section .sec-title-box {
    margin-bottom: 72px;
}

.work-section .sec-title-box .sec-right-box {
    max-width: 369px;
}

.work-section .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.work-section .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.work-section .inner-container {
    background-color: var(--theme-color1);
    padding: 100px 100px;
}

@media (max-width: 1699.98px) {
    .work-section .inner-container {
        padding: 100px 15px;
    }
}

.work-section .work-text-area {
    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;
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
    padding: 20px;
}

@media (max-width: 991.98px) {
    .work-section .work-text-area {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .work-section .work-text-area .work-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .work-section .work-text-area .work-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.work-section .work-text-area img {
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .work-section .work-text-area img {
        margin-bottom: 20px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: auto;
        margin-right: 0;
    }
}

.work-block .inner-block {
    background-color: var(--theme-color-white);
    padding: 40px 38px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .work-block .inner-block {
        padding: 40px 15px;
    }
}

.work-block .inner-block:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.work-block .inner-block:hover .number {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.work-block .inner-block:hover .title:before {
    width: 100%;
}

.work-block .inner-block .number {
    font-size: 24px;
    font-weight: 500;
    color: var(--headings-color);
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    background-color: var(--theme-color1);
    margin-bottom: 42px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .inner-block .title {
    position: relative;
    border-bottom: 1px solid var(--theme-color1);
    padding-bottom: 30px;
    margin-bottom: 74px;
}

.work-block .inner-block .title:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 105px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block .inner-block .text {
    margin-right: -3px;
}


/***

====================================================================
    Social Section
====================================================================

***/

.socials-section {
    position: relative;
}

.socials-section .image-1 {
    position: absolute;
    top: -230px;
    right: 0;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .socials-section .title br {
        display: none;
    }
}

.social-block .inner-box {
    position: relative;
    padding: 33px 40px 25px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
    border: 1px solid var(--theme-color12);
}

.social-block .inner-box:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0px;
    border-radius: inherit;
    background: var(--gradient-3);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, white)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, white));
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.social-block .inner-box:hover {
    border-color: transparent;
}

.social-block .inner-box:hover:before {
    padding: 5px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.social-block .inner-box:hover .icon-box {
    background-color: var(--theme-color6);
}

.social-block .inner-box:hover .icon-box .icon {
    color: var(--theme-color-white);
}

.social-block .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 17px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--theme-color1);
}

.social-block .inner-box .icon-box .icon {
    font-size: 46px;
    line-height: 110px;
    color: var(--theme-color-gray);
}

.social-block .inner-box .title {
    margin-bottom: 0;
}


/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    padding: 60px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .news-section {
        padding: 80px 0;
    }
}

.news-section .btn-box {
    margin-top: 100px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .news-section .btn-box {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .news-section .btn-box {
        margin-top: 20px;
    }
}

@media (max-width: 1199.98px) {
    .news-block {
        margin-bottom: 30px;
    }
}

.news-block .inner-block:hover .image-box .inner-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block .inner-block:hover .image-box .inner-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block .inner-block:hover .content-box .inner-box .read-more i {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.news-block .inner-block .image-box {
    position: relative;
}

.news-block .inner-block .image-box .inner-box .image {
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}

.news-block .inner-block .image-box .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-block .image-box .inner-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block .inner-block .image-box .inner-box .date {
    padding: 20px 21.5px;
    background-color: var(--headings-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}

.news-block .inner-block .image-box .inner-box .date strong {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--theme-color-white);
    display: inline-block;
    margin-bottom: 8px;
}

.news-block .inner-block .image-box .inner-box .date span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: var(--theme-color-white);
    display: inline-block;
}

.news-block .inner-block .content-box .inner-box {
    padding: 0 16px 13px;
}

.news-block .inner-block .content-box .inner-box .title {
    margin-bottom: 5px;
}

.news-block .inner-block .content-box .inner-box .text {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
}

.news-block .inner-block .content-box .inner-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 146px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
}

.news-block .inner-block .content-box .inner-box .read-more {
    position: relative;
    color: var(--headings-color);
    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;
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
}

.news-block .inner-block .content-box .inner-box .read-more i {
    width: 52px;
    height: 52px;
    background-color: var(--theme-color2);
    color: var(--theme-color-dark);
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*** 

====================================================================
    News Section Two
====================================================================

***/

.news-section-two {
    padding: 40px 0;
    position: relative;
    background-color: var(--theme-color-white);
}

@media (max-width: 991.98px) {
    .news-section-two {
        padding: 80px 0;
    }
}

.news-section-two .sec-title-style-three .title {
    max-width: 550px;
}

@media (max-width: 1199.98px) {
    .news-section-two .sec-title-style-three .title {
        max-width: 100%;
    }
}

.news-section-two .sec-title-box {
    margin-bottom: 0px;
}

@media (max-width: 1199.98px) {
    .news-section-two .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.news-section-two .sec-title-box .sec-right-box {
    max-width: 435px;
}

@media (max-width: 1199.98px) {
    .news-section-two .sec-title-box .sec-right-box {
        margin-top: 8px;
    }
}

.news-section-two .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.news-section-two .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

.news-section-two .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

.news-block-two .inner-block {
    background-color: var(--theme-color1);
    padding: 16px 16px 13px;
}

@media (max-width: 991.98px) {
    .news-block-two .inner-block {
        margin-bottom: 30px;
    }
}

.news-block-two .inner-block:hover .image-box .inner-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-two .inner-block:hover .image-box .inner-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-two .inner-block:hover .content-box .inner-box .read-more i {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.news-block-two .inner-block .image-box {
    position: relative;
}

.news-block-two .inner-block .image-box .inner-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .news-block-two .inner-block .image-box .inner-box .image {
        max-height: 400px;
    }
}

.news-block-two .inner-block .image-box .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-two .inner-block .image-box .inner-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-two .inner-block .content-box {
    padding: 22px 12px 15px;
}

@media (max-width: 1199.98px) {
    .news-block-two .inner-block .content-box {
        padding: 22px 0 15px;
    }
}

.news-block-two .inner-block .content-box .inner-box .title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 7px;
}

.news-block-two .inner-block .content-box .inner-box .text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}

.news-block-two .inner-block .content-box .inner-box .read-more {
    position: relative;
    color: var(--headings-color);
    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;
    font-size: 20px;
    font-weight: 500;
    margin-top: 38px;
}

.news-block-two .inner-block .content-box .inner-box .read-more i {
    width: 52px;
    height: 52px;
    background-color: var(--theme-color2);
    color: var(--theme-color-dark);
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-three {
    margin-bottom: 24px;
}

.news-block-three .inner-block {
    background-color: var(--theme-color1);
    padding: 16px 16px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .news-block-three .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-block-three .inner-block:hover .image-box .inner-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-three .inner-block:hover .image-box .inner-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-three .inner-block:hover .content-box .inner-box .read-more i {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
}

.news-block-three .inner-block .image-box {
    position: relative;
    min-width: 280px;
    margin-right: 24px;
}

@media (max-width: 1199.98px) {
    .news-block-three .inner-block .image-box {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.news-block-three .inner-block .image-box .inner-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .news-block-three .inner-block .image-box .inner-box .image {
        max-height: 400px;
    }
}

.news-block-three .inner-block .image-box .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-three .inner-block .image-box .inner-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);
}

@media (max-width: 991.98px) {
    .news-block-three .inner-block .content-box {
        width: 100%;
    }
}

.news-block-three .inner-block .content-box .inner-box .title {
    margin-bottom: 9px;
}

.news-block-three .inner-block .content-box .inner-box .text {
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.news-block-three .inner-block .content-box .inner-box .read-more {
    position: relative;
    color: var(--headings-color);
    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;
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
    gap: 10px;
}

.news-block-three .inner-block .content-box .inner-box .read-more i {
    width: 52px;
    height: 52px;
    background-color: var(--theme-color2);
    color: var(--theme-color-dark);
    line-height: 52px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*** 

====================================================================
    News Section Four
====================================================================

***/

.news-section-four {
    padding: 120px 0 90px;
    position: relative;
    background-color: var(--theme-color-white);
}

.news-block-four {
    margin-bottom: 30px;
}

.news-block-four .inner-block {
    border: 1px solid #E3E5DD;
    padding: 12px;
    height: 100% !important;
}

.news-block-four .inner-block:hover .image-box .inner-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-four .inner-block:hover .image-box .inner-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-four .inner-block .image-box {
    position: relative;
}

.news-block-four .inner-block .image-box .inner-box .image {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.news-block-four .inner-block .image-box .inner-box .image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-four .inner-block .image-box .inner-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-four .inner-block .content-box .inner-box {
    background-color: var(--theme-color1);
    padding: 33px 32px 29px;
    margin: -60px 24px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .news-block-four .inner-block .content-box .inner-box {
        margin: -60px 15px 0;
        padding: 33px 15px 29px;
    }
}

@media (max-width: 575.98px) {
    .news-block-four .inner-block .content-box .inner-box {
        margin: -60px 12px 0;
        padding: 33px 12px 29px;
    }
}

.news-block-four .inner-block .content-box .inner-box .title {
    margin-bottom: 0;
}

.news-block-four .inner-block .content-box .inner-box .text {
    font-weight: 300;
    font-size: 18px;
    padding-top: 17px;
    margin-top: 19px;
    border-top: 1px solid var(--theme-color2);
    position: relative;
}

.news-block-four .inner-block .content-box .inner-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--headings-color);
    width: 116.89px;
    height: 3px;
    left: 50%;
    top: -2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-block-four .inner-block .content-box .read-more {
    /* border: 1px solid var(--theme-color3); */
    position: relative;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: 40px 24px 27px 105px;
    padding: 4px 4px 4px 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
    background-color: var(--theme-color-white);
    gap: 10px;
}

.news-block-four .inner-block .content-box .read-more:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 53%;
    content: "";
    background-color: var(--theme-color-dark);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    display: flex;
    justify-content: center;
}

.news-block-four .inner-block .content-box .read-more:hover {
    color: var(--theme-color-white);
}

.news-block-four .inner-block .content-box .read-more:hover i {
    color: var(--theme-color-dark);
    background-color: var(--theme-color-white);
}

.news-block-four .inner-block .content-box .read-more:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.news-block-four .inner-block .content-box .read-more i {
    width: 40px;
    height: 40px;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    /* Widget Section */
}

.main-footer .widgets-section {
    padding: 116px 0 30px;
    position: relative;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 24px;
    position: relative;
}

.main-footer .widget-content {
    position: relative;
    color: #fff !important;
}

.main-footer .widget-content .text {
    color: var(--theme-color-light);
}

.user-links {
    position: relative;
}

.user-links li {
    color: rgba(var(--theme-color-white-rgb), 0.55);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.user-links li:hover a:before {
    width: 100%;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: var(--theme-color);
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}

.user-links.style-two li {
    padding-left: 0;
}

.user-links.style-two li:before {
    display: none;
}

.user-links.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-links.two-column li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

@media (max-width: 475.98px) {
    .user-links.two-column li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}

.subscribe-widget .subscribe-form-one {
    margin-bottom: 20px;
    position: relative;
}

.subscribe-widget .subscribe-form-one .form-group {
    position: relative;
}

.subscribe-widget .subscribe-form-one .form-group input[type=text],
.subscribe-widget .subscribe-form-one .form-group input[type=email] {
    background: rgba(102, 102, 102, 0.2);
    border-radius: 40px;
    color: var(--theme-color-black);
    display: block;
    font-size: 14px;
    height: 65px;
    line-height: 30px;
    padding: 20px 65px 20px 35px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-widget .subscribe-form-one .form-group input[type=text]::-webkit-input-placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::-webkit-input-placeholder {
    color: var(--theme-color6);
}

.subscribe-widget .subscribe-form-one .form-group input[type=text]::-moz-placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::-moz-placeholder {
    color: var(--theme-color6);
}

.subscribe-widget .subscribe-form-one .form-group input[type=text]:-ms-input-placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]:-ms-input-placeholder {
    color: var(--theme-color6);
}

.subscribe-widget .subscribe-form-one .form-group input[type=text]::-ms-input-placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::-ms-input-placeholder {
    color: var(--theme-color6);
}

.subscribe-widget .subscribe-form-one .form-group input[type=text]::placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::placeholder {
    color: var(--theme-color6);
}

.subscribe-widget .subscribe-form-one .form-group .theme-btn {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-white);
    font-size: 26px;
    height: 58px;
    line-height: 62px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 58px;
}

.subscribe-widget .subscribe-form-one .form-group .theme-btn:hover {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-gray);
}

.subscribe-widget .text {
    color: rgba(var(--theme-color-white-rgb), 0.55);
    margin-bottom: 20px;
}

.recent-post {
    position: relative;
    margin-bottom: 30px;
}

.recent-post:last-child {
    margin-bottom: 0;
}

.recent-post .inner {
    position: relative;
}

.recent-post .inner .post-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adadad;
    line-height: 30px;
    margin-bottom: 23px;
    padding-left: 25px;
}

.recent-post .inner .post-info i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    margin-right: 10px;
    color: var(--theme-color1);
}

.recent-post .inner .post-title {
    color: var(--theme-color-light);
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.contacts-widget {
    text-align: start;
}

.contacts-widget .text {
    line-height: 45px;
}

.contacts-widget .contact-info-list li {
    margin-bottom: 12px;
}

.contacts-widget .contact-info-list li:last-child {
    margin-bottom: 0;
}

.contacts-widget .contact-info-list li a {
    color: rgba(var(--theme-color-white-rgb), 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-widget .contact-info-list li a .icon {
    color: var(--theme-color-white);
    display: inline-block;
    margin-right: 8px;
    min-width: 18px;
    position: relative;
    top: 2px;
}

.contacts-widget .contact-info-list li a:hover {
    color: var(--theme-color1);
}

.timetable-widget .timetable li {
    color: rgba(var(--theme-color-white-rgb), 0.55);
    font-size: 18px;
    line-height: 35px;
}

.timetable-widget .timetable li.close {
    color: var(--theme-color1);
    font-weight: 600;
}

.timetable-widget .timetable li span {
    margin-left: 7px;
}

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

.social-widget .social-icon-list1 li {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-widget .social-icon-list1 li:first-child {
    margin-left: 0;
}

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

.social-widget .social-icon-list1 li a {
    background-color: #313131;
    border: 1px solid #313131;
    border-radius: 50%;
    color: var(--theme-color-white);
    font-size: 16px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.social-widget .social-icon-list1 li a:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: var(--theme-color-white);
}

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


/*=== Footer Bottom ===*/

.footer-bottom {
    padding: 5px 0;
    position: relative;
    z-index: 3;
}

.footer-bottom .inner-container {
    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;
}

@media (max-width: 534.98px) {
    .footer-bottom .inner-container {
        display: block;
    }
}

.footer-bottom .copyright-text {
    position: relative;
    margin-bottom: 0;
    color: var(--theme-color-white);
}

@media (max-width: 534.98px) {
    .footer-bottom .copyright-text {
        text-align: center;
    }
}

.footer-bottom .copyright-text a {
    color: inherit;
}

.footer-bottom .copyright-text a:hover {
    color: var(--theme-color-light);
}

.footer-bottom .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-bottom .footer-nav li {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 30px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0;
}

.footer-bottom .footer-nav li a {
    color: inherit;
}

.footer-bottom .footer-nav li a:hover {
    color: var(--theme-color-light);
}

.footer-style-one {
    background-color: #222222;
    padding: 15px 0 0;
    position: relative;
}

.footer-style-one .anim-icon-one {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-one .anim-icon-one {
        display: none;
    }
}

.footer-style-one .anim-icon-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-one .anim-icon-two {
        display: none;
    }
}

.footer-style-one .anim-icon-three {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-one .anim-icon-three {
        display: none;
    }
}

.footer-style-one:before {
    position: absolute;
    content: "";
    background: #171717;
    right: 0;
    top: 0;
    height: 100%;
    width: 31.4%;
}

@media (max-width: 1399.98px) {
    .footer-style-one:before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one {
        padding: 80px 0 80px;
    }
}

.footer-style-one .footer-logo {
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    padding-bottom: 32px;
}

.footer-style-one .widgets-section {
    padding: 10px 0 5px;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
    .footer-style-one .widgets-section {
        padding: 34px 0 40px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .widgets-section .footer-widget {
        margin-bottom: 40px;
    }
}

.footer-style-one .widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--theme-color-white);
    text-transform: capitalize;
}

.footer-style-one .user-info .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    padding-bottom: 20px;
    margin-bottom: 12px;
}

.footer-style-one .user-info .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.footer-style-one .user-info .info-box span {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer-style-one .user-info .info-box .info-link {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.footer-style-one .user-info .info-box .info-link:hover {
    color: var(--theme-color2);
}

.footer-style-one .user-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-style-one .user-links li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1px;
    padding-left: 28px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-one .user-links li:hover {
    padding-left: 0;
}

.footer-style-one .user-links li:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.footer-style-one .user-links li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    left: 0;
    top: calc(50% - 7px);
    background-image: url(../images/icons/widget-icon.png);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-one .user-links li a {
    color: var(--theme-color2);
}

.footer-style-one .big-title {
    font-size: 130px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E7E7E7;
    color: #f01c1e;
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
}

@media (max-width: 1399.98px) {
    .footer-style-one .big-title {
        font-size: 100px;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-one .big-title {
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-one .big-title {
        font-size: 94px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-one .big-title {
        font-size: 45px;
    }
}

.footer-style-one .footer-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;
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-bottom {
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    }
}

@media (max-width: 767.98px) {
    .footer-style-one .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-style-one .footer-bottom .copyright {
    color: var(--theme-color-white);
    font-weight: 300;
    font-size: 17px;
}

.footer-style-one .footer-bottom .copyright a {
    font-weight: 400;
}

.footer-style-one .footer-bottom .copyright a:hover {
    color: rgba(var(--theme-color-white-rgb), 0.5);
}

.footer-style-one .footer-bottom .footer-bottom_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-style-one .footer-bottom .footer-bottom_nav li {
    font-size: 16px;
    font-weight: 300;
    color: var(--theme-color-white);
    margin-right: 8px;
}

.footer-style-one .footer-bottom .footer-bottom_nav li:last-child {
    margin-right: 0;
}

.footer-style-one .footer-bottom .footer-bottom_nav li a {
    color: var(--theme-color-white);
}

.footer-style-one .footer-bottom .footer-bottom_nav li a:hover {
    color: rgba(var(--theme-color-white-rgb), 0.5);
}

.footer-style-one .footer-contact .inner-contact {
    margin-left: 190px;
}

@media (max-width: 1599.98px) {
    .footer-style-one .footer-contact .inner-contact {
        margin-left: 100px;
    }
}

@media (max-width: 1399.98px) {
    .footer-style-one .footer-contact .inner-contact {
        margin-left: 60px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-contact .inner-contact {
        margin-left: 0;
        margin-top: 50px;
    }
}

.footer-style-one .footer-contact .contact-title {
    font-size: 35px;
    font-weight: 500;
    color: var(--theme-color-white);
    margin-bottom: 40px;
    margin-right: -100px;
}

@media (max-width: 1199.98px) {
    .footer-style-one .footer-contact .contact-title {
        margin-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-one .footer-contact .contact-title br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-contact .contact-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-one .footer-contact .contact-title {
        font-size: 32px;
    }
}

.footer-style-one .footer-contact .contact-buton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
    width: 200px;
    height: 200px;
    line-height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    position: relative;
}

.footer-style-one .footer-contact .contact-buton:hover {
    background-color: rgba(var(--theme-color-white-rgb), 0.1);
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.footer-style-one .footer-contact .contact-buton .icon {
    font-size: 32px;
    line-height: 1;
    color: var(--theme-color-white);
    margin-bottom: 20px;
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.footer-style-one .footer-contact .contact-buton span {
    line-height: 1;
    position: relative;
}

.footer-style-one .footer-contact .social-widget {
    margin-top: 120px;
}

@media (max-width: 991.98px) {
    .footer-style-one .footer-contact .social-widget {
        margin-top: 40px;
    }
}

.footer-style-one .footer-contact .social-widget .widget-title {
    font-size: 24px;
}

.footer-style-one .footer-contact .social-widget .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.footer-style-one .footer-contact .social-widget .social-link li {
    margin-bottom: 0;
    margin-right: 6px;
}

.footer-style-one .footer-contact .social-widget .social-link li a {
    display: inline-block;
    color: var(--theme-color-white);
    background-color: #444444;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.footer-style-one .footer-contact .social-widget .social-link li a:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color-dark);
}

.footer-style-one .footer-contact .social-widget .social-link li a i {
    line-height: 1;
}

@media (max-width: 991.98px) {
    .footer-style-one .widget-outer {
        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: 575.98px) {
    .footer-style-one .widget-outer {
        display: block;
    }
}

.footer-style-home-two {
    position: relative;
    background-color: var(--theme-color-dark);
}

.footer-style-home-two .widgets-section {
    padding: 74px 0 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .footer-style-home-two .widgets-section {
        padding: 30px 0 0;
    }
}

.footer-style-home-two .widgets-section .anim-icon-one {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .widgets-section .anim-icon-one {
        display: none;
    }
}

.footer-style-home-two .widgets-section .anim-icon-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .widgets-section .anim-icon-two {
        display: none;
    }
}

.footer-style-home-two .widgets-section .anim-icon-three {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .widgets-section .anim-icon-three {
        display: none;
    }
}

.footer-style-home-two .upper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto 60px;
    padding: 0 15px 60px;
    border-bottom: 1px solid #232323;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .upper-box {
        padding: 0 15px 60px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-home-two .upper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 30px;
        margin-left: 15px;
        margin-bottom: 30px;
    }
}

.footer-style-home-two .upper-box .footer-logo {
    padding-right: 48px;
    border-right: 1px solid #232323;
}

.footer-style-home-two .upper-box .text {
    max-width: 679px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--theme-color2);
    opacity: 0.8;
    margin-left: -70px;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .upper-box .text {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .upper-box .text {
        margin-left: 0;
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .footer-style-home-two .upper-box .text {
        margin-left: 0;
        margin-top: 30px;
        max-width: 679px;
    }
}

.footer-style-home-two .upper-box .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .footer-style-home-two .upper-box .social-link {
        margin-left: 0;
        margin-top: 30px;
    }
}

.footer-style-home-two .upper-box .social-link li {
    margin-bottom: 0;
    margin-right: 6px;
}

.footer-style-home-two .upper-box .social-link li:last-child {
    margin-right: 0;
}

.footer-style-home-two .upper-box .social-link li a {
    display: inline-block;
    color: var(--theme-color-white);
    background-color: #232323;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.footer-style-home-two .upper-box .social-link li a:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color-dark);
}

.footer-style-home-two .upper-box .social-link li a i {
    line-height: 48px;
    font-size: 20px;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column {
        margin-bottom: 30px;
    }
}

.footer-style-home-two .footer-column:last-child {
    margin-top: -97px;
    padding-top: 37px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.footer-style-home-two .footer-column:last-child:before {
    position: absolute;
    content: "";
    background-color: #232323;
    width: 696px;
    height: 1px;
    top: 0;
    left: -17px;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column:last-child:before {
        left: 15px;
    }
}

.footer-style-home-two .footer-column .about-widget .footer-title {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--theme-color-white);
    margin-bottom: 14px;
    max-width: 550px;
}

.footer-style-home-two .footer-column .about-widget .footer-text {
    font-size: 18px;
    font-weight: 300;
    color: var(--theme-color2);
    max-width: 483px;
    opacity: 0.8;
    margin-bottom: 75px;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .about-widget .footer-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .about-widget .subscribe-form-one {
        margin-bottom: 30px;
    }
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form {
    max-width: 483px;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group {
    background-color: #1B1B1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input {
    background-color: transparent;
    padding-left: 14px;
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input::-webkit-input-placeholder {
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input::-moz-placeholder {
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input:-ms-input-placeholder {
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input::-ms-input-placeholder {
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group input::placeholder {
    color: var(--theme-color-white);
    opacity: 0.8;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color-white);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group .icon:hover {
    background-color: var(--theme-color2);
}

.footer-style-home-two .footer-column .about-widget .subscribe-form-one form .form-group .icon i {
    color: var(--theme-color-dark);
}

.footer-style-home-two .footer-column .footer-widget {
    max-width: 200px;
    margin-left: -12px;
}

.footer-style-home-two .footer-column .footer-widget.two {
    margin-left: -29px;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .footer-widget.two {
        margin-left: 0;
    }
}

.footer-style-home-two .footer-column .footer-widget.four {
    margin-left: 6px;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .footer-widget.four {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .footer-widget {
        margin-left: 0;
    }
}

.footer-style-home-two .footer-column .footer-widget .user-links {
    margin-left: 4px;
}

.footer-style-home-two .footer-column .footer-widget .widget-title {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.2;
}

.footer-style-home-two .footer-column .footer-widget li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-style-home-two .footer-column .footer-widget li span {
    margin-right: 10px;
}

.footer-style-home-two .footer-column .footer-widget li a {
    font-size: 18px;
    font-weight: 300;
    color: var(--theme-color3);
}

.footer-style-home-two .footer-column .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .footer-column .info-box {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-style-home-two .footer-column .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-column .info-box {
        margin-left: 0;
    }
}

.footer-style-home-two .footer-column .info-box:first-child {
    margin-left: -30px;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .footer-column .info-box:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .footer-column .info-box .info {
        margin-left: 12px;
    }
}

@media (max-width: 575.98px) {
    .footer-style-home-two .footer-column .info-box .info {
        margin-left: 0px;
    }
}

.footer-style-home-two .footer-column .info-box .icon {
    margin-right: 20px;
    margin-bottom: 14px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1B1B1B;
    position: relative;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .footer-column .info-box .icon {
        margin-right: 0;
    }
}

.footer-style-home-two .footer-column .info-box .text {
    font-size: 18px;
    font-weight: 400;
    color: #ECE6E1;
    opacity: 0.8;
    margin-bottom: 3px;
}

.footer-style-home-two .footer-column .info-box .title {
    color: var(--theme-color-white);
    font-weight: 400;
}

@media (max-width: 1399.98px) {
    .footer-style-home-two .footer-column .info-box .title {
        font-size: 22px;
    }
}

.footer-style-home-two .footer-column .info-box .title.two {
    font-size: 20px;
}

.footer-style-home-two .footer-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;
    border-top: 1px solid #1B1B1B;
    margin-top: 100px;
}

@media (max-width: 1199.98px) {
    .footer-style-home-two .footer-bottom {
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-home-two .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 610px) {
    .footer-style-home-two .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-style-home-two .footer-bottom .copyright {
    color: var(--theme-color-white);
    font-weight: 300;
    font-size: 18px;
}

.footer-style-home-two .footer-bottom .copyright a {
    font-weight: 400;
}

.footer-style-home-two .footer-bottom .copyright a:hover {
    color: rgba(var(--theme-color-white-rgb), 0.5);
}

.footer-style-home-two .footer-bottom .footer-bottom_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-style-home-two .footer-bottom .footer-bottom_nav li {
    font-size: 18px;
    font-weight: 300;
    color: var(--theme-color-white);
    margin-right: 8px;
}

.footer-style-home-two .footer-bottom .footer-bottom_nav li:last-child {
    margin-right: 0;
}

.footer-style-home-two .footer-bottom .footer-bottom_nav li a {
    color: var(--theme-color-white);
}

.footer-style-home-two .footer-bottom .footer-bottom_nav li a:hover {
    color: rgba(var(--theme-color-white-rgb), 0.5);
}


/***

====================================================================
style home-2
====================================================================

***/


/*** 

====================================================================
    About Section Home-three
====================================================================

***/

.about-section-home-three {
    padding: 140px 0 120px;
    background-color: #f7f7f3;
}

@media (max-width: 991.98px) {
    .about-section-home-three {
        padding: 80px 0;
    }
}

.about-section-home-three .sec-title-style-three .title {
    margin-bottom: 80px;
}

@media (max-width: 1399.98px) {
    .about-section-home-three .sec-title-style-three .title br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about-section-home-three .sec-title-style-three .title {
        margin-bottom: 40px;
    }
}

.about-section-home-three .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .about-section-home-three .content-box {
        display: block;
    }
}

.about-section-home-three .content-box .count-outer .count-box {
    position: relative;
    display: inline-block;
    margin-top: 27px;
}

.about-section-home-three .content-box .count-outer .count-box .count-text {
    font-size: 210px;
    line-height: 0.7;
    letter-spacing: -1px;
    color: var(--theme-color-dark);
}

@media (max-width: 767.98px) {
    .about-section-home-three .content-box .count-outer .count-box .count-text {
        font-size: 100px;
    }
}

.about-section-home-three .content-box .count-outer .count-box sup {
    position: absolute;
    right: -40px;
    top: -24px;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    color: var(--theme-color-dark);
}

.about-section-home-three .content-box .count-outer .count-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 22px 0 0;
}

@media (max-width: 767.98px) {
    .about-section-home-three .content-box .count-outer .count-text {
        font-size: 16px;
    }
}

.about-section-home-three .content-box .content {
    padding-left: 60px;
    margin-left: 103px;
    border-left: 1px solid var(--theme-color2);
}

@media (max-width: 767.98px) {
    .about-section-home-three .content-box .content {
        padding-left: 30px;
        margin-left: 50px;
    }
}

@media (max-width: 575.98px) {
    .about-section-home-three .content-box .content {
        padding-left: 0;
        margin-left: 0;
        border: none;
        margin-top: 30px;
    }
}

.about-section-home-three .content-box .content .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 368px;
    padding: 0 0 32px 0;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid var(--theme-color2);
}

.about-section-home-three .content-box .content .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 120px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.about-section-home-three .content-box .content .theme-btn {
    padding: 12px 25.5px;
}


/***

====================================================================
    Services Section Six
====================================================================

***/

.services-section-six .outer-box {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

.services-section-six .swiper-horizontal {
    padding: 0;
}

.services-section-six .sec-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;

}

@media (max-width: 1199.98px) {
    .services-section-six .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-section-six .sec-title-box .btn-box {
    max-width: 435px;
}

.services-section-six .sec-title-box .btn-box .text {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 31px;
    position: relative;
}

.services-section-six .sec-title-box .btn-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}


/***

====================================================================
    Fun Fact Section Three
====================================================================

***/

.funfact-section-three {
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .funfact-section-three {
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    .funfact-section-three .counter-column-three .inner-column .counter-block-three .inner .top-box {
        margin-top: 25px;
    }
}

.funfact-section-three .sec-title-style-two {
    margin-bottom: 71px;
}

@media (max-width: 1199.98px) {
    .funfact-section-three .sec-title-style-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1399.98px) {
    .funfact-section-three .sec-title-style-two .title {
        max-width: 917px;
    }
}

@media (max-width: 1199.98px) {
    .funfact-section-three .sec-title-style-two .title {
        margin-bottom: 0px;
    }
}

.funfact-section-three .images-box {
    width: 100%;
    height: 100%;
}

.funfact-section-three .images-box .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .funfact-section-three .images-box .image {
        height: 500px;
        overflow: hidden;
        margin-bottom: 30px;
    }
}

.funfact-section-three .images-box .image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.funfact-section-three .counter-column-three .inner-column .content-box .text {
    font-size: 24px;
    color: var(--theme-color-black);
    line-height: 1.4;
    margin-bottom: 112px;
}

@media (max-width: 1199.98px) {
    .funfact-section-three .counter-column-three .inner-column .content-box .text {
        margin-bottom: 30px;
    }

    .funfact-section-three .counter-column-three .inner-column .content-box .text br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .funfact-section-three .counter-column-three .inner-column .content-box .text {
        margin-top: 40px;
    }
}


/***

====================================================================
    Projects Section Three
====================================================================

***/

.projects-section-three {
    padding: 115px 0 55px;
}

@media (max-width: 991.98px) {
    .projects-section-three {
        padding: 80px 0 50px;
    }
}

.projects-section-three .outer-box {
    position: relative;
}

.projects-section-three .outer-box .project-swiper-outer {
    overflow: hidden;
    padding: 0 200px;
}

@media (max-width: 1199.98px) {
    .projects-section-three .outer-box .project-swiper-outer {
        padding: 0;
    }
}

.projects-section-three .swiper-button-prev,
.projects-section-three .swiper-button-next {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    font-size: 14px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: calc(50% - 30px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 1199.98px) {

    .projects-section-three .swiper-button-prev,
    .projects-section-three .swiper-button-next {
        display: none;
    }
}

.projects-section-three .swiper-button-prev:hover,
.projects-section-three .swiper-button-next:hover {
    color: var(--theme-color-white);
}

.projects-section-three .swiper-button-prev:after,
.projects-section-three .swiper-button-next:after {
    display: none;
}

@media (max-width: 767.98px) {

    .projects-section-three .swiper-button-prev,
    .projects-section-three .swiper-button-next {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

@media (max-width: 575.98px) {

    .projects-section-three .swiper-button-prev,
    .projects-section-three .swiper-button-next {
        display: none;
    }
}

.projects-section-three .swiper-button-prev {
    left: -90px;
}

@media (max-width: 1499.98px) {
    .projects-section-three .swiper-button-prev {
        left: -50px;
    }
}

@media (max-width: 991.98px) {
    .projects-section-three .swiper-button-prev {
        top: 42%;
    }
}

@media (max-width: 767.98px) {
    .projects-section-three .swiper-button-prev {
        left: 0;
        top: 40%;
    }
}

@media (max-width: 575.98px) {
    .projects-section-three .swiper-button-prev {
        top: 35%;
    }
}

.projects-section-three .swiper-button-next {
    right: -90px;
}

@media (max-width: 1499.98px) {
    .projects-section-three .swiper-button-next {
        right: -50px;
    }
}

@media (max-width: 991.98px) {
    .projects-section-three .swiper-button-next {
        top: 42%;
    }
}

@media (max-width: 767.98px) {
    .projects-section-three .swiper-button-next {
        right: 0;
        top: 40%;
    }
}

@media (max-width: 575.98px) {
    .projects-section-three .swiper-button-next {
        top: 35%;
    }
}

.projects-section-three .sec-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

@media (max-width: 1199.98px) {
    .projects-section-three .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .projects-section-three .sec-title-box .title {
        font-size: 29px;
    }
}

.projects-section-three .sec-title-box .btn-box {
    max-width: 435px;
}

.projects-section-three .sec-title-box .btn-box .text {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 31px;
    position: relative;
}

.projects-section-three .sec-title-box .btn-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -2.5px;
    left: 0;
}

@media (max-width: 575.98px) {
    .projects-section-three .project-block-three .inner-block {
        height: 500px;
    }
}

@media (max-width: 575.98px) {
    .projects-section-three .project-block-three .image-box {
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    .projects-section-three .project-block-three .image-box .image {
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    .projects-section-three .project-block-three .image-box .image img {
        height: 100%;
    }
}


/***

====================================================================
    pricing-section-two
====================================================================

***/

.pricing-section-two {
    padding: 120px 0 96px;
}

@media (max-width: 991.98px) {
    .pricing-section-two {
        padding: 80px 0;
    }
}

.pricing-section-two .sec-title-style-three .title {
    color: var(--theme-color-black);
    margin-bottom: 35px;
}

@media (max-width: 1399.98px) {
    .pricing-section-two .sec-title-style-three .title br {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .pricing-section-two .sec-title-style-three .title br {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .pricing-section-two .sec-title-style-three .title br {
        display: none;
    }
}

.pricing-section-two .sec-title-style-three .text {
    color: var(--theme-color-black);
    max-width: 443px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 41px;
}

.pricing-section-two .sec-title-style-three .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-black);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
}

.pricing-section-two .sec-title-style-three .btn-box {
    background-color: rgb(0, 0, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 8.5px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*Btn Style One*/
}

@media (max-width: 1199.98px) {
    .pricing-section-two .sec-title-style-three .btn-box {
        margin-bottom: 40px;
    }
}

.pricing-section-two .sec-title-style-three .btn-box .btn-style-one {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    padding: 14px 20px;
    position: relative;
}

.pricing-section-two .sec-title-style-three .btn-box .btn-style-one .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-section-two .sec-title-style-three .btn-box .btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #292929;
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    border-radius: 8px;
}

.pricing-section-two .sec-title-style-three .btn-box .btn-style-one:hover {
    color: var(--theme-color-white);
}

.pricing-section-two .sec-title-style-three .btn-box .btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*** 

====================================================================
    Feature Section Five
====================================================================

***/

.features-section-five {
    padding: 140px 0 140px;
}

@media (max-width: 991.98px) {
    .features-section-five {
        padding: 80px 0;
    }
}

.features-section-five .outer-box .image {
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .features-section-five .outer-box .image {
        display: none;
    }
}

.features-section-five .outer-box .sec-title-style-three {
    margin-top: 40px;
    /*Btn Style Two*/
}

.features-section-five .outer-box .sec-title-style-three .sub-title {
    margin-bottom: 2px;
}

.features-section-five .outer-box .sec-title-style-three .title {
    margin-top: 13px;
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .features-section-five .outer-box .sec-title-style-three .title br {
        display: none;
    }
}

.features-section-five .outer-box .sec-title-style-three .text {
    max-width: 455px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 30px;
}

.features-section-five .outer-box .sec-title-style-three .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-black);
    width: 102px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two {
    background-color: var(--theme-color-black);
    border: 1px solid var(--theme-color2);
    color: var(--theme-color-white);
    padding: 11px 25px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .features-section-five .outer-box .sec-title-style-three .btn-style-two {
        margin-bottom: 40px;
    }
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two:hover {
    color: var(--theme-color-black);
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two:hover .icon {
    color: var(--theme-color-black);
}

.features-section-five .outer-box .sec-title-style-three .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.features-section-five .outer-box .feature-block-five {
    margin-left: 59px;
}

@media (max-width: 1199.98px) {
    .features-section-five .outer-box .feature-block-five {
        margin-left: 0;
    }
}


/*** 

====================================================================
   testimonial section three
====================================================================

***/

.testimonial-section-three {
    padding-bottom: 90px;
}

@media (max-width: 991.98px) {
    .testimonial-section-three {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-three .testi5-image-box {
        display: none;
    }
}

.testimonial-section-three .sec-title-style-three {
    /*Btn Style Two*/
}

.testimonial-section-three .sec-title-style-three .sub-title {
    margin-bottom: -3px;
}

@media (max-width: 991.98px) {
    .testimonial-section-three .sec-title-style-three .sub-title {
        margin-bottom: 10px;
    }
}

.testimonial-section-three .sec-title-style-three .title {
    margin-bottom: 10px;
    padding-bottom: 37px;
    border-bottom: 1px solid var(--theme-color2);
    position: relative;
    margin-bottom: 36px;
}

@media (max-width: 1199.98px) {
    .testimonial-section-three .sec-title-style-three .title br {
        display: none;
    }
}

.testimonial-section-three .sec-title-style-three .title:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-black);
    width: 120px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
}

.testimonial-section-three .sec-title-style-three .btn-style-two {
    background-color: var(--theme-color-black);
    border: 1px solid var(--theme-color2);
    color: var(--theme-color-white);
    padding: 11px 25px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonial-section-three .sec-title-style-three .btn-style-two .icon {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-three .sec-title-style-three .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color2);
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-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);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.testimonial-section-three .sec-title-style-three .btn-style-two:hover {
    color: var(--theme-color-black);
}

.testimonial-section-three .sec-title-style-three .btn-style-two:hover .icon {
    color: var(--theme-color-black);
}

.testimonial-section-three .sec-title-style-three .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.testimonial-section-three .outer-box {
    padding-left: 90px;
}

@media (max-width: 1399.98px) {
    .testimonial-section-three .outer-box {
        padding-left: 68px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-section-three .outer-box {
        padding-left: 0;
    }
}


/*** 

====================================================================
  News Section Four
====================================================================

***/

@media (max-width: 991.98px) {
    .news-section-four {
        padding: 80px 0;
    }
}

.news-section-four .sec-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .news-section-four .sec-title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-section-four .sec-title-box .sec-right-box {
    max-width: 435px;
}

.news-section-four .sec-title-box .sec-right-box .text {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--theme-color2);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
}

.news-section-four .sec-title-box .sec-right-box .text:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-dark);
    width: 102px;
    height: 3px;
    bottom: -1.5px;
    left: 0;
}

.news-section-four .sec-title-box .sec-right-box .theme-btn {
    padding: 12px 25.5px;
}

@media (max-width: 1199.98px) {
    .news-section-four .sec-title-box .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .news-section-four .sec-title-box .title {
        font-size: 37px;
    }
}

@media (max-width: 767.98px) {
    .news-section-four .sec-title-box .text {
        margin-bottom: 30px;
    }
}


/*** 

====================================================================
  Award Section Three
====================================================================

***/

.award-section-three {
    padding: 110px 0 55px;
}

.award-section-three .sec-title-style-two {
    margin-bottom: 101px;
}

.award-section-three .sec-title-style-two .sub-title {
    font-weight: 400;
    text-transform: capitalize;
}

.award-section-three .sec-title-style-two .title {
    color: var(--theme-color-black);
    max-width: 783px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .award-section-three .sec-title-style-two .title br {
        display: none;
    }
}

.award-section-three .award-block {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-three .award-block:hover .inner-block {
    border-color: var(--theme-color-black);
}

.award-section-three .award-block:hover .inner-block .image img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.award-section-three .award-block .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 66px;
    border-bottom: 1px solid #EBEBEB;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-section-three .award-block .inner-block .year {
    font-size: 40px;
    color: #525252;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 135px;
}

@media (max-width: 767.98px) {
    .award-section-three .award-block .inner-block .year {
        margin-bottom: 30px;
        line-height: 1;
    }
}

.award-section-three .award-block .inner-block .image {
    margin-bottom: 0;
    padding: 0 0 0 15px;
}

.award-section-three .award-block .inner-block .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .award-section-three .award-block .inner-block .image img {
        max-width: 90px;
    }
}

.award-section-three .award-block .inner-block .content-box {
    padding-left: 22px;
}

.award-section-three .award-block .inner-block .content-box .title {
    font-size: 28px;
    font-weight: 400;
    color: var(--theme-color-black);
    letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
    .award-section-three .award-block .inner-block .content-box .title {
        margin-bottom: 9px;
    }
}

@media (max-width: 991.98px) {
    .award-section-three .award-block .inner-block .content-box .title {
        font-size: 24px;
    }
}

.award-section-three .award-block .inner-block .content-box .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 4px;
    letter-spacing: 0;
    margin-top: 5px;
    color: #232323;
}

@media (max-width: 1199.98px) {
    .award-section-three .award-block .inner-block .content-box .text br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .award-section-three .award-block .inner-block .content-box .text br {
        display: none;
    }
}


/***

====================================================================
    Clients Section
====================================================================

***/

.clients-section.home-3 {
    padding: 0;
}

.clients-section.home-3 .inner-container {
    padding: 400px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .clients-section.home-3 .inner-container {
        padding: 200px 0 0;
    }
}

@media (max-width: 767.98px) {
    .clients-section.home-3 .inner-container {
        padding: 80px 0 0;
    }
}

.clients-section.home-3 .outer-box {
    background-color: var(--theme-color-white);
    max-width: 1520px;
    padding: 72px 0;
    margin: 0 auto;
}

@media (max-width: 1599.98px) {
    .clients-section.home-3 .outer-box {
        margin: 0 15px;
    }
}

.clients-section.home-3 .outer-box .claint-outer {
    max-width: 1390px;
    padding: 0 12px;
}

.clients-section.home-3 .outer-box .claint-outer .client-block .inner-box {
    border: 1px solid #E9E9E9;
}

.clients-section.home-3 .outer-box .claint-outer .client-block .inner-box:hover .image svg {
    fill: rgb(255, 255, 255);
}


/***

====================================================================
    Services Section Two
====================================================================

***/

.service-section-home-3 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 90px;
}

.service-section-home-3 .sec-title {
    margin-bottom: 54px;
}

.service-block-home-3 .inner-box {
    overflow: hidden;
    position: relative;
    min-height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .service-block-home-3 .inner-box {
        min-height: 500px;
    }
}

.service-block-home-3 .content {
    position: relative;
    padding: 43px 50px 71px;
    width: 100%;
    z-index: 1;
    background-color: var(--theme-color-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block-home-3 .content {
        padding: 30px 30px 60px;
    }
}

.service-block-home-3 .content .icon-box {
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    margin-bottom: 46px;
}

.service-block-home-3 .content .title {
    color: var(--theme-color-black);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-home-3 .content .title a {
    color: #fff;
}

.service-block-home-3 .content .title a:hover {
    color: var(--theme-color2);
}

.service-block-home-3 .overlay-content {
    background-color: var(--theme-color-white);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 1;
    padding: 40px 40px 46px;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-align: center;
}

@media (max-width: 1399.98px) {
    .service-block-home-3 .overlay-content {
        padding: 40px 37px 46px;
    }
}

@media (max-width: 1299.98px) {
    .service-block-home-3 .overlay-content {
        padding: 60px 20px 40px;
    }
}

.service-block-home-3 .overlay-content .icon-box {
    color: #000;
    margin-bottom: 34px;
}

.service-block-home-3 .overlay-content .title {
    color: var(--theme-color-black);
    font-size: 26px;
    margin-bottom: 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .service-block-home-3 .overlay-content .title {
        font-size: 21px;
    }

    .service-block-home-3 .overlay-content .title br {
        display: none;
    }
}

.service-block-home-3 .overlay-content .title:before {
    display: none;
}

.service-block-home-3 .overlay-content .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -58px;
}

.service-block-home-3 .overlay-content .info-box .number {
    font-size: 80px;
    color: var(--theme-color-black);
    font-weight: 500;
    position: relative;
    bottom: 22px;
    margin-right: 10px;
}

.service-block-home-3 .overlay-content .info-box .text {
    margin-top: 58px;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .service-block-home-3 .overlay-content .info-box .text {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .service-block-home-3 .overlay-content .info-box .text {
        font-size: 17px;
    }
}


/***
====================================================================
  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 {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color1);
    margin-left: 18px;
}

.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 {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -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);
}

.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.html);
    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.html);
    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.html);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html);
}

.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.html);
    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.html) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.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.html) 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-color1);
    -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-color2);
    color: var(--text-color-bg-theme-color2);
}

.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 {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    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 {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

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 {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 59px 0 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(transparent));
    background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
}

.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-color3);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -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 {
    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: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -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;
}

.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 .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .form-control::-moz-placeholder {
    color: var(--text-color);
}

.error-page__inner .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.error-page__inner .form-control::placeholder {
    color: var(--text-color);
}

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

.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;
}

.error-page__inner .theme-btn {
    text-decoration: underline;
}


/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .theme-btn {
    border: 1px solid var(--theme-color-black);
}

.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 {
    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;
}

.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 .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);
}

.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 {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    background-color: var(--theme-color1);
    border-radius: 15px;
    color: var(--theme-color-dark);
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 40px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color-dark);
}

.sidebar-service-list li a:hover i {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-white);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-service-list li a i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    color: #191825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 45px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color-dark);
}

.sidebar-service-list li.current a i {
    background-color: var(--theme-color-dark);
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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: var(--theme-color-dark);
    color: #fff;
    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: #fff;
    color: var(--theme-color-dark);
}

.help-title {
    color: var(--theme-color-dark);
    font-weight: 700;
    margin-bottom: 21px;
}

.help-contact {
    display: block;
    margin-top: 21px;
    position: relative;
}

.help-contact p {
    color: var(--theme-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    opacity: 0.7;
}

.help-contact a {
    color: var(--theme-color-dark);
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: var(--theme-color-dark);
}

.service-section-seven.style-inner .service-block_seven .title a {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven .text {
    color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .left-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .theme-btn:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow {
    color: var(--theme-color-black);
    border-color: var(--theme-color-black);
}

.service-section-seven.style-inner .service-block_seven:hover .right-arrow:hover {
    color: var(--theme-color-white);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}


/*--------------------------------------------------------------
# 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: #F5F5F5;
    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-btn .theme-btn {
    position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
    background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
    color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px;
    }

    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px;
    }

    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575.98px) {
    .project-details-btn .theme-btn.btn-style-one {
        padding: 26px 42px;
        padding-right: 42px;
        padding-right: 88px;
        height: 57px;
    }
}

.project-details-btn .theme-btn.btn-style-one:hover {
    color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 72px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    font-size: 50px;
    color: var(--headings-color);
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.project-details__client {
    color: #838d9e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.project-details__client a {
    color: #838d9e;
    text-decoration: underline;
}

.project-details__client a:hover {
    color: var(--headings-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(--theme-color1-text-color);
    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(--theme-color2-text-color);
}

.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: 'Poppins', sans-serif;
    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(--theme-color2-text-color);
    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: 'Poppins', sans-serif;
    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: var(--theme-color-dark);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 19px;
    margin-bottom: 30px;
}

.project-list i {
    color: #0A1222;
    margin-right: 10px;
}

.project-list-item .icon {
    color: var(--theme-color-dark);
    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: 'Poppins', sans-serif;
    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: 'Poppins', sans-serif;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--theme-color-dark);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 24px 20px;
    position: absolute;
    right: 0;
    text-align: center;
}

.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-color2);
}

.blog-details__meta li a i {
    color: var(--theme-color-dark);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 25px;
    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-color-dark);
    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: var(--theme-color-dark);
    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] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color-dark);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.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] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    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;
}

@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: 100px !important;
    height: 60px !important;
}

.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-color-dark);
    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: var(--theme-color-dark);
    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-color-dark);
    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: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: 1px solid var(--theme-color-black);
}

.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;
}

.comment-form .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::-moz-placeholder {
    color: var(--text-color);
}

.comment-form .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.comment-form .form-control::placeholder {
    color: var(--text-color);
}

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

.comment-form .theme-btn {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    padding: 14px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# 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 {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color-dark);
}

.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 {
    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;
    background-color: var(--theme-color-dark);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-dark);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color-dark);
    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 .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.team-contact-form .form-control::-moz-placeholder {
    color: var(--text-color);
}

.team-contact-form .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.team-contact-form .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.team-contact-form .form-control::placeholder {
    color: var(--text-color);
}

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

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

.team-contact-form .btn-style-submit {
    background-color: var(--theme-color-black);
    padding: 12px 20px;
    border-radius: 5px;
    color: var(--theme-color-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-contact-form .btn-style-submit:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color-black);
}


/***

====================================================================
        Contact
====================================================================

***/

.contact-details__info {
    display: block;
    margin-top: 41px;
    position: relative;
}

.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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px;
    width: 80px;
    background-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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--theme-color-white);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-dark);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-dark);
}

.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;
}

@media (max-width: 575.98px) {
    .contact-details__info li .text {
        margin-left: 15px;
    }
}

.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: 16px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

.contact-details .form-control::-webkit-input-placeholder {
    color: var(--text-color);
}

.contact-details .form-control::-moz-placeholder {
    color: var(--text-color);
}

.contact-details .form-control:-ms-input-placeholder {
    color: var(--text-color);
}

.contact-details .form-control::-ms-input-placeholder {
    color: var(--text-color);
}

.contact-details .form-control::placeholder {
    color: var(--text-color);
}

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

.contact-details .theme-btn {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    padding: 16px 30px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Make sure Font Awesome is loaded */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* Dropdown icon styling */

.navigation li.dropdown>a i {
    margin-left: 6px;
    margin-top: 5px;
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}


/* Rotate icon on hover */

.navigation li.dropdown:hover>a i {
    transform: rotate(180deg);
}


/* Optional: style for the submenu */

.navigation li.dropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navigation li.dropdown:hover ul {
    display: block;
}

.video-embed iframe {
    width: 100%;
    height: 450px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .video-embed iframe {
        height: 260px;
    }
}

/* Popup Background Overlay */
#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Popup Box (reduced width + grey background) */
#popupBox {
    width: 700px;
    /* Reduced Width */
    background: #2f2f2f;
    /* Grey background */
    padding: 30px;
    border-radius: 12px;
    position: relative;
    color: white;
}

/* Close button */
#closePopup {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

/* Title */
.popup-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Form Fields */
#customForm input,
#customForm select,
#customForm textarea #custonForm ::placeholder {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #444;
    background: #000;
    /* BLACK input box */
    color: #000 !important;
    /* WHITE text */
    margin-bottom: 15px;
    font-size: 15px;
}

/* Placeholder color white */
#customForm input::placeholder,
#customForm textarea::placeholder {
    color: #ccc;
}

/* Dropdown text color fix */
#customForm select option {
    color: #000 !important;
    /* Dropdown list remains readable */
}

/* Textarea */
textarea {
    height: 120px;
    resize: none;
}

/* Submit Button */
.submitBtn {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}



.iti__selected-dial-code {
    color: #000 !important;
}


.iti__country-name {
    color: #000 !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 21px !important;
}

.iti input,
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-right: 36px;
    margin-right: 0;
}


.field {
    width: 100%;
    margin-bottom: 12px;
}

.field input,
.field select {
    width: 100%;
    background: #000;
    /* same as others */
    border: 1px solid #333;
    border-radius: 6px;
    padding: 14px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}

.custom-input {
    width: 100%;
    background: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    padding: 14px !important;
    color: #000 !important;
    font-size: 15px !important;
}

/* intl-tel-input override to match custom input */
.iti {
    width: 100%;
}

.iti--allow-dropdown input[type=tel] {
    background: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    padding: 14px 14px 14px 70px !important;
    color: #000 !important;
    font-size: 15px !important;
}

.iti__flag-container {
    background: transparent !important;
    border: none !important;
}



@media (min-width:1200px) and (max-width:1920px) {


    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}



.partner-section {

    font-family: 'Poppins', sans-serif;
}

.container1 {
    width: 99%;
    /* max-width: 1400px; */
    /* margin: auto; */
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 15px !important;
    margin-top: 50px !important;
    align-items: center;
}

.left-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-left: 20px !important;

}

.cards-wrapper {
    display: flex;
    gap: 40px;
}

.card {
    width: 331px;
    text-align: left;
}

.card img {
    width: 100%;
    border-radius: 6px;
}

.card h3 {
    margin: 16px 0 10px;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
}

.plus-icon {
    width: 40px;
    height: 40px;
    background: #d94c3f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s ease;
    margin-right: 10px;
}

.plus-icon:hover {
    background: #b8372d;
}

/* Responsive */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .cards-wrapper {
        justify-content: center;
    }
}



@media (min-width:320px) and (max-width:768px) {
    #popupBox {
        width: 100% !important;
        background: #2f2f2f;
        padding: 30px;
        border-radius: 12px;
        position: relative;
        color: white;
        top: 0px;
        position: absolute !important;
    }

    /* Form Fields */
    #customForm input,
    #customForm select,
    #customForm textarea {
        width: 100%;
        padding: 14px;
        border-radius: 6px;
        border: 1px solid #444;
        background: #000;
        /* BLACK input box */
        color: #fff;
        /* WHITE text */
        margin-bottom: 10px !important;
        font-size: 15px;
    }

    #popupOverlay {
        height: 22px;
        /* smaller height */
        font-size: 12px;
        /* smaller text */
        padding: 0 10px;
        /* small padding */
        justify-content: center;
        /* center content */
        align-items: center;
    }

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

    /* MOBILE — applies to screens 600px and below */

    .left-title h2 {
        font-size: 37px;
        font-weight: 700;
        margin-left: 20px;

    }

    .container1 {
        width: 99%;
        /* max-width: 1400px; */
        /* margin: auto; */
        display: flex;
        align-items: flex-start;
        gap: 32px;
        justify-content: space-between;
        flex-direction: column !important;
    }

    .cards-wrapper {
        display: flex;
        gap: 40px;
        flex-direction: column;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
    }

    .footer-style-one .footer-bottom .footer-bottom_nav li {
        font-size: 13px;
        font-weight: 300;
        color: var(--theme-color-white);
        margin-right: 8px;
    }

    .footer-style-one .widget-outer {
        display: flex !important;
        flex-direction: column !important;
    }

    .footer-style-one .user-links li {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 1px;
        padding-left: 28px;
        position: relative;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        text-align: left;
    }

    .main-footer .widget-content {
        position: relative;
        color: #fff !important;
        text-align: left;
    }

    .sec-title-style-three .title {
        font-size: 23px !important;
    }

    p,
    .text {
        color: var(--text-color);
        font-size: 15px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: var(--body-font-weigh);
        line-height: var(--body-line-height);
    }

    .header-style-one .header-lower .logo-box .logo {
        width: 180px;
        height: 56px !important;
        margin-top: -4px !important;
    }

    .main-header .logo img {
        max-width: 70% !important;
        height: 66px !important;

    }

    .banner-section-three .content-box .title {
        font-size: 53px !important;
        line-height: 69px;
        margin-bottom: 16px;
    }

    .banner-section-three .outer-box {
        padding: 80px 0 80px !important;
    }

    .content-box {
        font-size: 38px !important;
        /* change to your desired size */
        line-height: 1.2 !important;
    }

    .funfact-section .inner-container {
        padding: 0px 15px !important;
    }

    .funfact-section .fact-counter {
        padding: 0px 0px 0px !important;
    }

    .counter-block .inner .count-box {
        color: var(--theme-color-white);
        font-size: 32px !important;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 15px;
    }

    .counter-block .inner {
        position: relative;
        padding: 10px 0 !important;
        text-align: center;
    }

    .counter-block .inner .counter-title {
        color: rgb(var(--theme-color-white-rgb), 0.7);
        font-weight: 300;
        margin-bottom: 0;
        font-size: 15px !important;
    }

    .about-section {
        position: relative;
        padding: 50px 0 !important;
    }

    .funfact-section {
        padding: 0px 0 !important;
    }

    .services-section-six {
        padding: 0px 0 !important;
    }

    .sticky-header .logo {
        padding: 5px 0 0px !important;
    }

    .footer-style-one .footer-logo {
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
        padding-bottom: 32px;
        width: 50%;
        margin: 0 auto;
        /* center the logo block */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .faq-section-home-two {
        padding: 0px 0 !important;
    }

    .news-section {
        padding: 16px 0 !important;
    }

    .fa .fa-chevron-down ::before {
        display: none !important;
    }

    .mobdrop {
        display: none !important;
    }

    .footer-style-one {
        padding: 5px 0 80px;
    }

    .sticky-header .inner-container {
        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;
    }

    .mobversion {
        text-align: center !important;
    }

    .service-section1 {
        display: flex;
        flex-direction: column !important;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
        margin: 80px !important;
    }

    .service-section1 h4 {
        font-size: 16px !important;
        color: #fff !important;
        margin: 23px !important;
    }

    .services-p p {
        color: #ffffff !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 20px !important;
        line-height: 2rem !important;
    }

    .services-p h4 {
        color: #ffffff !important;
        font-size: 18px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        text-align: justify !important;
        font-weight: 100 !important;
    }


}




.char-animation {
    font-size: 42px;
    /* change this to the size you want */
    line-height: 1.2;
}



/* Fix alignment issues caused by Bootstrap .form-control */
#phone.form-control {
    padding-left: 10px !important;
    /* Ensures text starts after +91 */
    box-sizing: border-box !important;
}

/* Make the flag box align properly */
.iti__selected-flag {
    background-color: transparent !important;
    padding: 0 7px !important;
}

/* Ensure the dial code box stays small and clean */
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 5px !important;
}


/* Prevent the gray background chunk from stretching */
.iti__flag-container {
    width: 75px !important;
}

/* success (valid) */
#phone.is-valid {
    border: 2px solid #28a745 !important;
}

/* error (invalid) */
#phone.is-invalid {
    border: 2px solid #dc3545 !important;
}


/* Mobile dropdown container */
.mobile-menu .navigation li ul {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    padding-left: 0px !important;
    background: #111;
    /* optional, remove if not needed */
    display: none;
}

/* When opened */
.mobile-menu .navigation li.open>ul {
    display: block !important;
}

/* Remove wrong line border coming from desktop styles */
.mobile-menu .navigation li ul li {
    border-left: none !important;
    border-right: none !important;
}

@media only screen and (min-width:769px) and (max-width:1920px) {
    .mobile-menu .mobdrop {
        display: none !important;
    }
}




.abtimg {
    width: 100% !important;
}

.experience-year {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}


.buttonalign {
    display: flex !important;
    justify-content: space-around !important;
}

.btn-style-one1 {
    background-color: #f01c1e;
    color: var(--theme-color-white);
    padding: 14px 20px;
    position: relative;
    margin-top: 30px !important;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.iw-feature-section {
    position: relative;
    padding: 80px 0;
    background: url(../img/images/background.jpg);
    background-repeat: no-repeat !important;
    background-position: fixed;
    background-size: cover !important;
}

.iw-section-title {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.iw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.iw-feature-section .container {
    position: relative;
    z-index: 2;
}

.iw-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

.iw-feature-card {
    background: rgb(16 16 16 / 31%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
    color: #fff;
}

.iw-feature-card:hover {
    transform: translateY(-10px);
    background: linear-gradient(90deg, #ff1a1a, #800000);
    border-color: #fff;
}

.iw-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.iw-feature-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff !important;
}

.iw-feature-card p {
    font-size: 14px;
    opacity: 0.9;
    color: #fff !important;
}

.iw-buttonalign {
    text-align: center;
    margin-top: 40px;
}


.info-section {
    display: flex;
    gap: 40px;
    padding: 40px;
    background: #f5f5f5;
    justify-content: center;
}

.info-card {
    background: white;
    padding: 30px;
    width: 320px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    background: #e60000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 30px;
}

.btn-download,
.btn-find {
    margin-top: 20px;
    padding: 10px 22px;
    border: none;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #000;
}







.title {
    font-size: 33px;
    text-transform: capitalize;
    color: #001f3f;
    margin-bottom: 40px;
}

.message {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    max-width: 85%;
}



.image-box {
    position: relative;
}

.overlay-title {
    position: absolute;
    top: 284px;
    left: 43px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 5;
    text-transform: uppercase;
}



/* Fix alignment of buttons under col-md-6 items (second row only) */
#project .row.gx-50.justify-content-center .project-block .content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;

    /* Ensures equal height for both boxes */
}

#project .row.gx-50.justify-content-center .overlay-title {
    display: inline-block;
    text-align: center;
    top: 496px !important;
}




.overlay-title1 {
    position: absolute;
    top: 223px;
    left: 32px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 5;
    text-transform: uppercase;
}



.product-lines-section {
    padding: 60px 0;
    background: #323233 !important;
}

.product-item {
    text-align: center;
    margin-bottom: 10px;
    padding: 0px !important;
}

.product-item .image-box {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.product-item .image-box img {
    width: 100%;
    height: 300px;
    display: block;
}

.product-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}


.product-lines-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
    color: #fff;
    justify-content: space-around !important;
}

.product-lines-heading .main-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    white-space: nowrap;
    color: #fff !important;
}

.product-lines-heading .divider {
    width: 2px;
    height: 50px;
    background-color: #e50914;
    /* red line */
}

.product-lines-heading .sub-title {
    font-size: 18px;
    color: #fff !important;
    margin: 0;
    max-width: 450px;
    text-align: left;
}

.product-lines-heading .sub-title span {
    color: #e50914;
    /* red highlight */
    font-weight: 600;
}


.newcls {
    display: flex !important;
    justify-content: space-between !important;
}


.btn-style-two1 {
    background-color: #000 !important;
    border: 1px solid var(--theme-color2);
    color: #fff !important;
    padding: 9px 20px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media (min-width:320px) and (max-width:720px) {
    .divider {
        display: none !important;
    }

    .product-lines-heading {
        display: flex;
        align-items: baseline;
        gap: 20px;
        padding: 40px 0;
        color: #fff;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
    }

    .product-lines-heading .main-title {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0;
        white-space: nowrap;
        color: #fff !important;
    }

    .overlay-title {
        position: absolute;
        top: 222px;
        left: 43px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        z-index: 5;
        text-transform: uppercase;
    }

    #project .row.gx-50.justify-content-center .overlay-title {
        display: inline-block;
        text-align: center;
        top: 235px !important;
    }

    .info-section {
        display: flex;
        gap: 40px;
        padding: 18px;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .chairman-wrapper {
        max-width: 1200px;
        margin: 15px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .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;
        justify-content: space-between;
    }

    .chairman-badge {
        position: absolute;
        top: 35px !important;
        left: -25px !important;
        width: 122px !important;
        height: 122px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 10px;
    }

    .chairman-main-img {
        width: 86% !important;
        height: 87% !important;
        overflow: hidden;
        background: #f4faf4;
    }

    .chairman-section {
        padding: 36px 0 !important;
    }

    .faq-title {
        font-size: 23px !important;
        color: #14332D;
        line-height: 1.1;
        font-weight: 600;
        text-align: center !important;
    }

    .faq-desc {
        max-width: 550px;
        color: #666;
        margin-top: 20px;
        font-size: 16px;
        text-align: center !important;
    }

    .product-item .image-box {
        width: 100%;
        overflow: hidden;
        border-radius: 4px;
        padding: 30px !important;
    }

    .mobmargin {
        margin-top: 150px;
    }

    .nb-form {
        padding: 20px;
    }

    .banner-section-three .content-box .theme-btn {
        background-color: var(--theme-color-white);
        padding: 5px 5px;
    }

    .abttitle {
        text-align: center;
        font-size: 33px !important;
        margin-bottom: 20px !important;
    }

}



.iconimg {
    width: 20% !important;
}

/* MAIN SECTION */
.newsletter-banner {
    background: #ffffff;
    padding: 60px 0;
}

.newsletter-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

/* LEFT CONTENT */
.newsletter-left {
    flex: 1;
}

.nb-title {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    line-height: 1.3;
}

.nb-desc {
    margin-top: 15px;
    color: #666;
    font-size: 13px;
    max-width: 400px;
    line-height: 1.6;
}

/* RIGHT SIDE */
.newsletter-right {
    flex: 1;
}

/* INPUT WRAP */
.nb-input-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 6px;
    gap: 12px;
}

/* INPUT FIELD */
.nb-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 8px 0;
    color: #444;
}

/* ARROW BUTTON */
.nb-arrow-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #444;
    padding: 5px;
    transition: 0.3s ease;
}

.nb-arrow-btn:hover {
    color: #000;
}

/* NOTE UNDER INPUT */
.nb-note {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #7a7a7a;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .newsletter-container {
        flex-direction: column;
        text-align: center;
        gap: 35px;
    }

    .nb-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-right {
        width: 100%;
    }
}

.nb-input-wrap input::placeholder {
    color: #000;
    font-weight: 500;
}


.title1 {

    font-size: 16px;
    text-transform: capitalize;
    color: #001f3f;

}

.proicon {
    width: 40%;
}

.proicon1 {
    width: 40%;
}


.chairman-section {
    padding: 100px 0;
}

.chairman-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT SIDE TEXT */
.chairman-left {
    flex: 1;
}

.faq-small-title {
    color: #4b7552;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-title {
    font-size: 31px;
    color: #14332D;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Dancing Script", cursive !important;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.faq-desc {
    max-width: 550px;
    color: #666;
    margin-top: 20px;
    font-size: 16px;
}

/* RIGHT SIDE IMAGE */
.chairman-right {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.chairman-main-img {
    width: 70%;
    height: 70% !important;
    overflow: hidden;
    background: #f4faf4;
}

.chairman-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BADGE OVERLAP IMAGE */
.chairman-badge {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;

}

.chairman-badge img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px 0px #aeaeae !important;
}


/* For input fields */
#contact_form input::placeholder {
    color: black;
    opacity: 1;
    /* Ensures placeholder is fully opaque in all browsers */
}

/* For textarea */
#contact_form textarea::placeholder {
    color: black;
    opacity: 1;
}



.newstyle {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-around !important;
}



/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
}

/* Modal Box */
.modal-content {
    background: #fff;
    width: 350px;
    margin: 8% auto;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

/* Form Inputs */
.modal-content input {
    width: 100%;
    padding: 12px 14px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

/* Placeholder Color */
.modal-content input::placeholder {
    color: #999;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 12px;
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 8px;
}

.btn-submit:hover {
    background: #c92e3d;
}




p {
    color: #494948 !important;
}




@media only screen and (min-width:1400px) and (max-width:1920px) {
    .footer-style-one .big-title {
        font-size: 112px;
        font-weight: 800;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #E7E7E7;
        color: #f01c1e;
        margin-top: 32px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
    }

    .overlay-title {
        position: absolute;
        top: 351px;
        left: 43px;
        color: #ffffff;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 1px;
        z-index: 5;
        text-transform: uppercase;
    }

    .header-style-one .header-top .list li a {
        font-size: 16px;
        font-weight: 300;
        display: inline-block;
        color: #fff;
    }




}

.header-style-one .header-top .list li a {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
}



.abttitle {
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px !important;
}



.imagesize {

    width: 70% !important;
    margin: auto;
    display: flex !important;
    margin-bottom: 30px !important;

}


@media (min-width:1100px) and (max-width:1920px) {
    #project .row.gx-50.justify-content-center .overlay-title {
        display: inline-block;
        text-align: center;
        top: 476px !important;
    }
}

/* Row Wrapper */
.features-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

/* Row 1 → equally spaced 3 cards */
.row-1 {
    justify-content: space-between;
}

/* Row 2 → perfectly centered 2 cards */
.row-2 {
    justify-content: center;
}

/* Card Styling (your existing look + hover) */
.card-box1 {
    padding: 25px;
    width: 30%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    transition: .3s ease;
    box-shadow: 0px 0px 14px 0px #fff;
}

.card-box:hover1 {
    transform: translateY(-6px);

}

/* Responsive */
@media (max-width: 991px) {
    .card-box1 {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .features-row {
        flex-direction: column;
    }

    .card-box1 {
        width: 100%;
    }
}


.feature-heading {
    color: red;
    font-size: 18px !important;
    text-align: center;
}

.feature-item p {
    color: #fff !important;
    text-align: center;
}

.signature-title {
    color: #fff !important;
}

.card-grid h3 {
    color: red !important;
}

.card-grid p {
    color: #fff !important;
}


.surfaceimg {
    padding: 10px !important;
    margin: 10px !important;
}

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

}