/* Sotech | IT Solutions & Technology HTML Template

Template Name: Sotech
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
/* Fonts imported in base.html.twig */
@import url("animate.css");
@import url("flaticon_carpenter.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome-all.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
    --theme-color1: #ce9551;
    --theme-color2: #934b0a;
    --theme-color3: #3a1c07;
    --theme-color4: #24201f;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #164333;
    --text-color-bg-theme-color3: #fff;
    --theme-color-light: #fff;
    --theme-color-dark: #3a1c07;
    --text-color-light: var(--theme-color-light);
    --bg-color-light: var(--theme-color-light);
    --text-color: #000000;
    --headings-color: var(--theme-black);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "Inter", sans-serif;
    --title-font: "Inter", sans-serif;
    --title-font2: "Inter", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading-h2: 1.2083em;
    --line-height-heading: 1.5em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 90px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 500;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --sec-title-subtitle-line-height: 1.2em;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #000000;
    --container-width: 1230px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

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

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

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

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

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

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

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

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: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

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

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    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);
}

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: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

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

a img {
    border: none;
}

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: #ffffff;
    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);
    }
}

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

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

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

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

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

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

/* Make contact form inputs more visible on the contact page */
.contact-details .form-control,
.contact-details textarea.form-control {
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(13, 17, 25, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-details .form-control:focus,
.contact-details textarea.form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: 0 0 0 3px rgba(206, 149, 81, 0.25);
}

.contact-details {
    color: #0f141c;
}

.contact-details .sec-title h2,
.contact-details .sec-title .sub-title,
.contact-details .contact-details__info li .text h6,
.contact-details .contact-details__info li .text a {
    color: #0f141c;
}

.contact-details .contact-details__info li .text span,
.contact-details .contact-details__info li .text a span {
    color: #0f141c;
}

.contact-details .contact-details__info li:hover .text a {
    color: #0f141c;
}

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

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

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

.tm-pricing-smart-switcher {
    color: var(--heading-color);
    font-size: 19px;
    letter-spacing: -0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px;
}

.tm-pricing-smart-switcher .price-offer {
    color: var(--text-color-bg-theme-color2);
    background-color: #333;
    font-size: 12px;
    line-height: inherit;
    padding: 0.5px 12px;
    border-radius: 30px;
    margin-left: 15px;
    text-transform: uppercase;
}

.tm-pricing-smart-switcher .pricing-switcher-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle {
    width: 70px;
    height: 33px;
    border-radius: 17px;
    background-color: rgba(22, 28, 45, 0.15);
    position: relative;
    display: inline-block;
    margin: 0 1rem;
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
    background-color: var(--theme-color1);
}

.tm-pricing-smart-switcher
    .pricing-switcher-btn
    .btn-toggle.secondary-active
    span {
    right: 7px;
}

.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle span {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    right: calc(100% - 27px);
    margin-left: 6px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 500px;
    pointer-events: none;
}

.tm-pricing-smart-switcher-button .switch-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

.tm-pricing-smart-switcher-button .switch-buttons li {
    display: inline-block;
    margin-bottom: 0;
}

.tm-pricing-smart-switcher-button .switch-buttons li a {
    display: block;
    border: 1px solid #eee;
    outline: none;
    display: inline-block;
    padding: 0.9375rem 2.1875rem;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: rgb(254, 253, 254);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}

.tm-pricing-smart-switcher-button .switch-buttons li a:hover,
.tm-pricing-smart-switcher-button .switch-buttons li a.active {
    color: var(--theme-color-light);
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}

.tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer {
    color: #fff;
    background-color: #333;
    font-size: 12px;
    line-height: inherit;
    padding: 0.5px 12px;
    border-radius: 30px;
    margin-left: 15px;
    text-transform: uppercase;
}

.tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tm-switch-buttons-round-yes
    .tm-pricing-smart-switcher-button
    .switch-buttons
    li:first-child
    a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tm-switch-buttons-round-yes
    .tm-pricing-smart-switcher-button
    .switch-buttons
    li:last-child
    a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.tm-pricing-smart-switcher-button.round-switch-btn
    .switch-buttons
    li:first-child
    a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tm-pricing-smart-switcher-button.round-switch-btn
    .switch-buttons
    li:last-child
    a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.tm-pricing-table .price-secondary {
    display: none !important;
}

.tm-pricing-table.show-secondary-price .price-normal {
    display: none;
}

.tm-pricing-table.show-secondary-price .price-secondary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/*** 

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

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

/*** 

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

***/
textarea {
    overflow: hidden;
    resize: none;
}

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

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

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

.title a {
    color: inherit;
}

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

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

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

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

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140px;
    width: 140px;
    margin-left: -70px;
    margin-top: -80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo-2.png);
    background-size: 140px;
    content: "";
}

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

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

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

/*=== List Style One ===*/
.list-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.list-style-one li {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #808287;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.list-style-one li a {
    display: inline-block;
    color: #808287;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/*=== List Style Two ===*/
.list-style-two {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    font-weight: 400;
    color: #444444;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 14px;
}

.list-style-two li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 24px;
    -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 {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--theme-color1);
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color2);
}

.list-style-three li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-three li a:hover {
    color: #ffffff;
}

/*=== List Style Six ===*/
.list-style-six {
    position: relative;
}

.list-style-six li {
    position: relative;
    font-size: 18px;
    line-height: auto;
    font-weight: 400;
    color: var(--theme-color2);
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-six li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color2);
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
}

.list-style-six li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-six li a:hover {
    color: #ffffff;
}

/*=== List Style Four ===*/
.list-style-four {
    position: relative;
}

.list-style-four li {
    color: var(--theme-color-dark);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 32px;
    margin-bottom: 0;
}

.list-style-four li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f061";
    font-weight: 900;
    font-size: 12px;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color-light);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    text-align: center;
}

.list-style-four li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-four li a:hover {
    color: #ffffff;
}

.list-style-four.style-two li {
    margin-bottom: 5px;
}

.list-style-four.style-two li:before {
    content: "\f00c";
    color: var(--text-color);
}

/*=== List Style Five ===*/
.list-style-five {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-style-five li {
    position: relative;
    line-height: 24px;
    padding-left: 30px;
    font-weight: 400;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

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

.list-style-five li:last-child {
    margin-bottom: 0;
}

.list-style-five li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--theme-color-light);
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.list-style-five.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-five.two-column li {
    width: 50%;
}

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

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

.skills .skill-item .skill-header .skill-title {
    position: relative;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700;
}

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

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

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 12px;
    width: 0px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
}

.skills .skill-item .skill-bar .bar-inner .bar::before {
    position: absolute;
    top: 3px;
    right: 5px;
    bottom: 2px;
    left: 4px;
    background-color: var(--theme-color1);
    content: "";
}

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

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

@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: 16px;
    font-weight: 400;
    color: #6a6f78;
    margin-bottom: 8px;
}

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

.info-btn strong {
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-color-dark);
}

@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;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    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);
}

/*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: 27px;
}

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

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

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

/*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: 36px;
}

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

.social-icon-two li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/*Social Icon Three*/
.social-icon-three {
    position: relative;
    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;
}

.social-icon-three li {
    position: relative;
    margin-left: 20px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #2f3529;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/*======================
    Tabs Box
======================*/
.tabs-box {
    position: relative;
}

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

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

/*======================
    Media Play Button 
======================*/
.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 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);
    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 {
    -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 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);
    }
}

.play-now-two {
    height: 92px;
    width: 92px;
    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;
    padding-left: 0;
    font-size: 12px;
    border: 0.5px solid var(--border-theme-color1);
    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:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    content: "";
}

.play-now-two i {
    position: relative;
}

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

.play-now-three {
    height: 120px;
    width: 120px;
    background-color: var(--theme-color1);
    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: 32px;
    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-three:hover {
    color: var(--theme-color1);
    background-color: var(--theme-color2);
}

.play-now-five {
    position: relative;
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color-light);
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.play-now-five:before {
    content: "";
    border-radius: 50%;
    background-color: var(--theme-color1);
    width: 0;
    height: 0;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now-five:hover {
    border-color: transparent;
}

.play-now-five:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.play-now-five .play-text {
    color: var(--theme-color-light);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

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

.default-dots .owl-dots {
    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;
}

.default-dots .owl-dots .owl-dot {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
    background-color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
    .default-dots .owl-dots .owl-dot {
        width: 20px;
    }
}

.default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

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

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

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.theme-btn .btn-title {
    position: relative;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--bg-theme-color2);
}

@media (max-width: 575.98px) {
    .btn-style-one {
        font-size: 12px;
        padding: 10px 28px;
    }
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    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;
}

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

.btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one.hvr-light:hover {
    color: var(--theme-color2);
}

.btn-style-one.hvr-light:before {
    background-color: #ffffff;
}

.btn-style-one.bg-light:not(hover) {
    background-color: var(--theme-color1) !important;
    color: #fff;
}

.btn-style-one.bg-light:not(hover):before {
    background-color: var(--theme-color-light);
}

.btn-style-one.bg-light:not(hover):hover {
    color: #000;
    height: calc(100% + 1px);
}

.btn-style-one.bg-dark:before {
    background-color: var(--theme-color2) !important;
    color: var(--theme-color-light) !important;
}

.btn-style-one.bg-dark {
    background-color: var(--theme-color1) !important;
}

/*Btn Style two*/
.btn-style-two {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--bg-theme-color1);
    z-index: -1;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color2);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    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);
}

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

.btn-style-two:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-two.hvr-light:hover {
    color: var(--theme-color2);
}

.btn-style-two.hvr-light:before {
    background-color: #ffffff;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--theme-color1);
    background: var(--bg-theme-color3);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    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);
}

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

.btn-style-three:hover {
    color: #ffffff;
}

.theme-btn.small {
    padding: 10px 40px;
    line-height: 20px;
    font-size: 12px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--title-font);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff;
}

.accordion-box .block .acc-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    height: 35px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--bg-theme-color2);
}

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

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

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

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

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

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

.innerpage .accordion-box .block {
    background-color: #faf8f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.innerpage .accordion-box .block .acc-btn {
    background-color: #faf8f7;
    color: #16171a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.5px;
    overflow: hidden;
    padding: 20px 30px;
    padding-right: 70px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.innerpage .accordion-box .block .acc-btn .icon {
    color: var(--theme-color1);
    font-size: 24px;
    left: auto;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.innerpage .accordion-box .block .acc-btn.active .icon {
    top: 15px;
}

.innerpage .accordion-box .block .acc-content .content {
    padding: 0 25px 20px;
}

.innerpage .accordion-box .block .acc-content .content .text {
    border-top: 1px solid rgba(22, 23, 26, 0.1);
    color: var(--text-color);
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 16px;
    position: relative;
}

/*** 

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

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

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

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

.icon-plane-1 {
    width: 171px;
    height: 424px;
    background-image: url(../images/icons/icon-plane-3.png);
}

.shape-2 {
    width: 693px;
    height: 657px;
    background-image: url(../images/pattern/shape-2.png);
}

.icon-dots {
    width: 120px;
    height: 250px;
    background-image: url(../images/icons/icon-dots.png);
}

.icon-lines {
    width: 530px;
    height: 227px;
    background-image: url(../images/icons/icon-lines.png);
}

.icon-quote {
    width: 64px;
    height: 64px;
    background-image: url(../images/icons/icon-quote.png);
}

.icon-big-drill {
    width: 273px;
    height: 526px;
    background-image: url(../images/icons/icon-big-drill.png);
}

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

@-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);
    }
}

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

/*** 

====================================================================
  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(--bg-theme-color1);
    opacity: 0.95;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color2);
    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: 14px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    background: var(--theme-color2);
    color: #ffffff;
}

.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
====================================================================

***/
.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

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

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

.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 .header-lower {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
    position: relative;
    padding: 20px 0;
}

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

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

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

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

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

.main-menu {
    position: relative;
}

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

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

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

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

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

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

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

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

.main-menu .navigation > li:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 12px;
    height: 2px;
    width: 0%;
    background-color: var(--theme-color1);
    z-index: 3;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:after {
    content: "";
    position: absolute;
    top: 42px;
    right: -45px;
    width: 4px;
    height: 4px;
    opacity: 0.2;
    background-color: #ebebeb;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--title-color);
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-menu .navigation > li.current > a {
    color: #0f054c;
    font-weight: 700;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 19px;
    margin-right: -19px;
}

.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:hover > a {
    color: var(--theme-color1);
}

.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: 14px;
    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: #ffffff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

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

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

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    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: var(--theme-color1);
}

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

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

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

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

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

.features-list li {
    position: relative;
    margin-right: 30px;
}

.features-list li a {
    position: relative;
    color: var(--theme-color2);
    font-size: 12px;
    line-height: 1em;
}

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

.features-list.light a {
    color: var(--theme-color-light);
}

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

.main-header .cart-btn {
    position: relative;
    text-align: center;
}

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

.main-header .cart-btn .count {
    position: absolute;
    top: -9px;
    right: -8px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
}

.header-search {
    position: relative;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.header-search .form-group input:not([type="submit"]) {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 30px;
    color: var(--text-color);
    background: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid transparent;
}

.header-search
    .form-group
    input:not([type="submit"])::-webkit-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type="submit"])::-moz-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type="submit"]):-ms-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type="submit"])::-ms-input-placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type="submit"])::placeholder {
    color: var(--text-color);
}

.header-search .form-group input:not([type="submit"]):focus {
    border-bottom: 1px solid var(--theme-color-light);
}

.header-search .form-group .icon {
    position: absolute;
    top: 0px;
    left: 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: var(--theme-color-dark);
    background: none;
}

/*** 
====================================================================
  Header Style One
====================================================================
***/
.header-style-one .header-top {
    background-color: var(--theme-color2);
}

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

.header-style-one .header-top .inner-container {
    padding: 0 192px;
}

@media (max-width: 1653.98px) {
    .header-style-one .header-top .inner-container {
        padding: 0 100px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-one .header-top .inner-container {
        padding: 0 20px;
    }
}

.header-style-one .header-top .inner-container .top-left {
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-one .header-top .inner-container .top-center {
    width: 40%;
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}

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

.header-style-one .header-top .inner-container .list-style-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-style-one .header-top .inner-container .list-style-one i {
    color: var(--theme-color1);
    font-size: 12px;
}

.header-style-one .header-top .inner-container .list-style-one li {
    color: #b0b6bc;
}

.header-style-one .header-top .inner-container .list-style-one li a {
    color: #b0b6bc;
}

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

.header-style-one .header-top .inner-container .list-style-one.style-two {
    padding: 13px 0;
}

.header-style-one .header-top .inner-container .list-style-one.style-two li {
    position: relative;
    margin-right: 18px;
    color: #b0b6bc;
}

.header-style-one
    .header-top
    .inner-container
    .list-style-one.style-two
    li:before {
    position: absolute;
    left: auto;
    top: 0;
    content: "/";
    color: #b0b6bc;
    font-size: 14px;
    right: -11px;
}

.header-style-one
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child {
    margin-right: 0;
}

.header-style-one
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child:before {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-style-one
        .header-top
        .inner-container
        .list-style-one.style-two
        li {
        margin-right: 15px;
    }
}

.header-style-one .header-top .inner-container .list-style-one.style-two li a {
    color: #b0b6bc;
}

.header-style-one
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a:hover {
    color: var(--theme-color1);
}

.header-style-one .header-top .inner-container .social-icon-one li {
    position: relative;
    margin: 0 13px;
}

.header-style-one .header-top .inner-container .social-icon-one li:first-child {
    margin-left: 0;
}

.header-style-one .header-top .inner-container .social-icon-one li a {
    color: #b0b6bc;
    font-size: 15px;
}

.header-style-one .header-top .inner-container .social-icon-one li a:hover {
    color: var(--theme-color1);
}

.header-style-one .header-top .inner-container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-one .header-lower {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower {
        background-color: var(--theme-color-light);
        position: relative;
    }
}

.header-style-one .header-lower .logo-box {
    position: relative;
    margin-right: 0;
    margin-left: 40px;
}

@media (max-width: 1653.98px) {
    .header-style-one .header-lower .logo-box {
        margin-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 15px 20px;
        margin: 0;
    }
}

.header-style-one .header-lower .info-btn-two {
    position: relative;
    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;
    font-size: 15px;
    padding-left: 76px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    top: 7px;
}

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

.header-style-one .header-lower .info-btn-two:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-one .header-lower .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light);
}

.header-style-one .header-lower .info-btn-two strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-light);
}

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

.header-style-one .header-lower .info-btn-two:hover {
    color: var(--theme-color2);
}

.header-style-one .main-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1399.98px) {
    .header-style-one .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-style-one .main-box .nav-outer {
    display: block;
    width: auto;
    margin: 0 192px;
}

@media (max-width: 1399.98px) {
    .header-style-one .main-box .nav-outer {
        margin: 0;
    }
}

@media (max-width: 1199.98px) {
    .header-style-one .main-box .nav-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: 100%;
    }
}

@media only screen and (max-width: 1023.98px) {
    .header-style-one .main-box .nav-outer {
        display: none;
    }
}

.header-style-one .main-box .nav-outer .navigation > li {
    padding: 29px 0px;
    margin-right: 47px;
}

.header-style-one .main-box .nav-outer .navigation > li:last-child {
    margin-right: 0;
}

.header-style-one .main-box .nav-outer .navigation > li:before {
    display: none;
}

.header-style-one .main-box .nav-outer .navigation > li:after {
    display: none;
}

.header-style-one .main-box .nav-outer .navigation > li > a {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.header-style-one .main-box .nav-outer .navigation > li > a:after {
    display: none;
}

.header-style-one .main-box .outer-box {
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1653.98px) {
    .header-style-one .main-box .outer-box {
        margin-right: 20px;
    }
}

.header-style-one .main-box .outer-box .divider {
    height: 45px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 32px;
    margin-left: 29px;
}

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

.header-style-one .main-box .outer-box .search-btn {
    margin-right: 22px;
}

.header-style-one .main-box .outer-box .theme-btn {
    margin-left: 0;
}

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

/*** 
====================================================================
  Header Style Two
====================================================================
***/
.header-style-two {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 9;
}

.header-style-two .header-lower {
    position: relative;
}

.header-style-two .header-lower .main-box {
    background-color: var(--theme-color2);
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .header-style-two .header-lower .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

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

.header-style-two .header-lower .main-box .logo-box {
    padding: 38px 30px;
    margin-right: 94px;
}

@media (max-width: 1199.98px) {
    .header-style-two .header-lower .main-box .logo-box {
        margin-right: 60px;
    }
}

@media (max-width: 991.98px) {
    .header-style-two .header-lower .main-box .logo-box {
        margin-right: 0;
        padding: 22px 22px;
    }
}

.header-style-two .header-lower .main-box .outer-box .ui-btn-outer {
    margin-right: 0;
    padding-right: 0;
}

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

.header-style-two .header-lower .main-box .outer-box .mobile-nav-toggler {
    color: var(--theme-color-light);
}

.header-style-two .header-lower .theme-btn {
    padding: 18px 34.5px;
}

.header-style-two .main-menu .navigation > li::after {
    display: none;
}

.header-style-two .main-menu .navigation > li.current > a {
    color: var(--theme-color-light);
    font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a {
    color: var(--theme-color-light);
    font-weight: 500;
}

.header-style-two .main-menu .navigation > li {
    margin-right: 47px;
    padding: 40px 0px;
}

.header-style-two .main-menu .navigation > li::before {
    background-color: var(--theme-color-light);
    top: auto;
    height: 5px;
    bottom: 0;
}

/*** 
====================================================================
  Header Style One
====================================================================
***/
.header-style-three .header-top {
    background-color: var(--theme-color-light);
}

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

.header-style-three .header-top .inner-container {
    padding: 0 192px;
}

@media (max-width: 1599.98px) {
    .header-style-three .header-top .inner-container {
        padding: 0 160px;
    }
}

.header-style-three .header-top .inner-container .top-left {
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-three .header-top .inner-container .top-center {
    width: 40%;
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}

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

.header-style-three .header-top .inner-container .list-style-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-style-three .header-top .inner-container .list-style-one i {
    color: var(--theme-color1);
    font-size: 12px;
}

.header-style-three .header-top .inner-container .list-style-one li {
    color: var(--theme-color2);
}

.header-style-three .header-top .inner-container .list-style-one li a {
    color: var(--theme-color2);
}

.header-style-three .header-top .inner-container .list-style-one.style-two {
    padding: 13px 0;
}

.header-style-three .header-top .inner-container .list-style-one.style-two li {
    position: relative;
    margin-right: 18px;
    color: var(--theme-color2);
}

.header-style-three
    .header-top
    .inner-container
    .list-style-one.style-two
    li:before {
    position: absolute;
    left: auto;
    top: 0;
    content: "/";
    color: var(--theme-color2);
    font-size: 14px;
    right: -11px;
}

.header-style-three
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child {
    margin-right: 14px;
}

.header-style-three
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child:before {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-style-three
        .header-top
        .inner-container
        .list-style-one.style-two
        li {
        margin-right: 15px;
    }
}

.header-style-three
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a {
    color: var(--theme-color2);
}

.header-style-three
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a:hover {
    color: var(--theme-color1);
}

.header-style-three .header-top .inner-container .social-icon-one li {
    position: relative;
    margin: 0 13px;
}

.header-style-three .header-top .inner-container .social-icon-one li a {
    color: var(--theme-color2);
    font-size: 15px;
}

.header-style-three .header-top .inner-container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-three .header-lower {
    background-color: var(--theme-color2);
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
}

@media (max-width: 575.98px) {
    .header-style-three .header-lower {
        position: relative;
    }
}

.header-style-three .header-lower .logo-box {
    position: relative;
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .header-style-three .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 15px 0;
    }
}

.header-style-three .header-lower .info-btn-two {
    position: relative;
    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;
    font-size: 15px;
    padding-left: 76px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    top: 7px;
}

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

.header-style-three .header-lower .info-btn-two:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-three .header-lower .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light);
}

.header-style-three .header-lower .info-btn-two strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-light);
}

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

.header-style-three .header-lower .info-btn-two:hover {
    color: var(--theme-color2);
}

.header-style-three .main-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1399.98px) {
    .header-style-three .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
}

.header-style-three .main-box:before {
    position: absolute;
    content: "";
    width: 535px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--theme-color1);
    clip-path: polygon(0% 0px, 100% 0, 100% 100%, 35px 100%);
    z-index: 1;
}

@media (max-width: 1799.98px) {
    .header-style-three .main-box:before {
        width: 511px;
    }
}

@media (max-width: 1699.98px) {
    .header-style-three .main-box:before {
        width: 450px;
    }
}

@media (max-width: 1599.98px) {
    .header-style-three .main-box:before {
        width: 390px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-three .main-box:before {
        width: 260px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-three .main-box:before {
        width: 100px;
    }
}

@media (max-width: 575.98px) {
    .header-style-three .main-box:before {
        width: 86px;
    }
}

.header-style-three .main-box:after {
    position: absolute;
    content: "";
    width: 555px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--theme-color-light);
    clip-path: polygon(0% 0px, 100% 0, 100% 100%, 35px 100%);
}

@media (max-width: 1799.98px) {
    .header-style-three .main-box:after {
        width: 526px;
    }
}

@media (max-width: 1699.98px) {
    .header-style-three .main-box:after {
        width: 460px;
    }
}

@media (max-width: 1599.98px) {
    .header-style-three .main-box:after {
        width: 400px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-three .main-box:after {
        width: 270px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-three .main-box:after {
        width: 110px;
    }
}

@media (max-width: 575.98px) {
    .header-style-three .main-box:after {
        width: 94px;
    }
}

.header-style-three .main-box .nav-outer {
    display: block;
    width: auto;
    margin: 0 192px;
}

@media (max-width: 1399.98px) {
    .header-style-three .main-box .nav-outer {
        margin: 0 90px;
    }
}

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

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

.header-style-three .main-box .nav-outer .navigation > li {
    padding: 29px 0px;
    margin-right: 47px;
}

.header-style-three .main-box .nav-outer .navigation > li:last-child {
    margin-right: 0;
}

.header-style-three .main-box .nav-outer .navigation > li:before {
    display: none;
}

.header-style-three .main-box .nav-outer .navigation > li:after {
    display: none;
}

.header-style-three .main-box .nav-outer .navigation > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header-style-three .main-box .nav-outer .navigation > li > a:after {
    display: none;
}

.header-style-three .main-box .outer-box {
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
}

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

@media (max-width: 1199.98px) {
    .header-style-three .main-box .outer-box .mobile-nav-toggler {
        color: var(--theme-color-light);
        display: block;
        margin-left: 0;
    }
}

.header-style-three .main-box .outer-box .divider {
    height: 45px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 32px;
    margin-left: 29px;
}

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

.header-style-three .main-box .outer-box .search-btn {
    margin-right: 22px;
}

.header-style-three .main-box .outer-box .theme-btn {
    margin-left: 0;
}

.header-style-three .main-box .outer-box .theme-btn:before {
    background-color: var(--theme-color1) !important;
}

.header-style-three .main-box .outer-box .theme-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--theme-color2);
}

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

@media (max-width: 1199.98px) {
    .header-style-three .sticky-header .mobile-nav-toggler {
        display: block;
    }
}

/*** 
====================================================================
  Header Style Four
====================================================================
***/
.header-style-four {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 9;
}

.header-style-four .header-lower {
    position: relative;
}

.header-style-four .header-lower .main-box {
    background-color: #000;
    padding-right: 30px;
}

.header-style-four .header-lower .main-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background-image: url("../images/pattern/shape-17.png");
}

.header-style-four .header-lower .main-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background-image: url("../images/pattern/shape-18.png");
}

@media (max-width: 1199.98px) {
    .header-style-four .header-lower .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

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

@media (max-width: 991.98px) {
    .header-style-four .header-lower .main-box .nav-outer {
        width: auto;
    }
}

.header-style-four .header-lower .main-box .logo-box {
    padding: 38px 30px;
    margin-right: 94px;
}

@media (max-width: 1199.98px) {
    .header-style-four .header-lower .main-box .logo-box {
        margin-right: 60px;
    }
}

@media (max-width: 991.98px) {
    .header-style-four .header-lower .main-box .logo-box {
        margin-right: 0;
        padding: 22px 22px;
    }
}

.header-style-four .header-lower .main-box .outer-box .ui-btn-outer {
    margin-right: 0;
    padding-right: 0;
}

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

.header-style-four .header-lower .main-box .outer-box .mobile-nav-toggler {
    color: var(--theme-color-light);
}

.header-style-four .header-lower .theme-btn {
    padding: 18px 34.5px;
}

.header-style-four .main-menu .navigation > li::after {
    display: none;
}

.header-style-four .main-menu .navigation > li.current > a {
    color: var(--theme-color-light);
    font-weight: 500;
}

.header-style-four .main-menu .navigation > li > a {
    color: var(--theme-color-light);
    font-weight: 500;
}

.header-style-four .main-menu .navigation > li {
    margin-right: 47px;
    padding: 40px 0px;
}

.header-style-four .main-menu .navigation > li::before {
    background-color: var(--theme-color-light);
    top: auto;
    height: 5px;
    bottom: 0;
}

/*** 

====================================================================
    Header Style Five
====================================================================

***/
.header-style-five .header-lower {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .header-style-five .header-lower {
        background-color: var(--theme-color2);
        position: relative;
    }
}

.header-style-five .header-lower .logo-box {
    position: relative;
    height: 115px;
    min-width: 360px;
    margin-right: 0;
    padding: 32px 0;
}

@media (max-width: 1399.98px) {
    .header-style-five .header-lower .logo-box {
        min-width: 300px;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .header-style-five .header-lower .logo-box {
        min-width: 240px;
        padding: 20px 0;
    }
}

@media (max-width: 575.98px) {
    .header-style-five .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 15px 20px;
    }
}

.header-style-five .header-lower .logo-box .logo {
    text-align: center;
}

.header-style-five .header-lower .logo-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-light);
    content: "";
}

@media (max-width: 575.98px) {
    .header-style-five .header-lower .logo-box:before {
        display: none;
    }
}

.header-style-five .header-lower .outer-box2 {
    background-color: var(--theme-color2);
    width: 100%;
    position: relative;
    left: 0;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
    .header-style-five .header-lower .outer-box2 {
        padding: 0 60px 0 60px;
    }
}

@media (max-width: 1199.98px) {
    .header-style-five .header-lower .outer-box2 {
        background-color: transparent;
    }
}

@media (max-width: 991.98px) {
    .header-style-five .header-lower .outer-box2 {
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .header-style-five .header-lower .outer-box2 {
        background-color: transparent;
    }
}

@media (max-width: 1199.98px) {
    .header-style-five .header-lower .outer-box2 .main-menu {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .header-style-five .main-box {
        background-color: var(--theme-color2);
    }
}

.header-style-five .main-box .nav-outer {
    display: block;
}

.header-style-five .main-box .nav-outer .navigation > li {
    padding: 42.5px 0px;
    margin-right: 47px;
}

.header-style-five .main-box .nav-outer .navigation > li:before {
    display: none;
}

.header-style-five .main-box .nav-outer .navigation > li:after {
    display: none;
}

.header-style-five .main-box .nav-outer .navigation > li > a {
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 400;
}

.header-style-five .main-box .nav-outer .navigation > li > a:after {
    display: none;
}

.header-style-five .main-box .outer-box {
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .header-style-five .main-box .outer-box {
        margin-right: 20px;
    }
}

.header-style-five .main-box .outer-box .divider {
    height: 45px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 32px;
    margin-left: 29px;
}

@media (max-width: 1399.98px) {
    .header-style-five .main-box .outer-box .divider {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .header-style-five .main-box .outer-box .divider {
        display: block;
        margin-right: 3px;
    }
}

@media (max-width: 767.98px) {
    .header-style-five .main-box .outer-box .divider {
        display: none;
    }
}

.header-style-five .main-box .outer-box .ui-btn {
    font-size: 28px;
}

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

.header-style-five .main-box .outer-box .search-btn {
    margin-right: 32px;
}

.header-style-five .main-box .outer-box .btn-box.style-two .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

.header-style-five .main-box .outer-box .theme-btn {
    background-color: #9e671e;
    margin-left: 108px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    padding: 45.5px 108.5px;
}

@media (max-width: 1653.98px) {
    .header-style-five .main-box .outer-box .theme-btn {
        margin-left: 60px;
        font-size: 14px;
        padding: 45.5px 50px;
    }
}

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

.header-style-five .main-box .outer-box .mobile-nav-toggler {
    color: var(--theme-color-light);
}

@media (max-width: 1199.98px) {
    .header-style-five .main-box .outer-box .mobile-nav-toggler {
        display: block;
    }
}

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

@media (max-width: 1199.98px) {
    .header-style-five .sticky-header .mobile-nav-toggler {
        display: block;
    }
}

/*** 

====================================================================
    Header Style Six
====================================================================

***/
.header-style-six.style-two .header-lower {
    position: relative;
}

.header-style-six.style-two .header-lower .logo-box:before {
    background-color: var(--theme-color2);
}

.header-style-six .header-top {
    background-color: var(--theme-color-light);
}

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

.header-style-six .header-top .inner-container {
    padding: 0 192px;
}

@media (max-width: 1653.98px) {
    .header-style-six .header-top .inner-container {
        padding: 0 100px;
    }
}

.header-style-six .header-top .inner-container .top-left {
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-six .header-top .inner-container .top-center {
    width: 40%;
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}

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

.header-style-six .header-top .inner-container .list-style-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-style-six .header-top .inner-container .list-style-one i {
    color: var(--theme-color1);
    font-size: 12px;
}

.header-style-six .header-top .inner-container .list-style-one li {
    color: #444;
}

.header-style-six .header-top .inner-container .list-style-one li a {
    color: #444;
}

.header-style-six .header-top .inner-container .list-style-one.style-two {
    padding: 13px 0;
}

.header-style-six .header-top .inner-container .list-style-one.style-two li {
    position: relative;
    margin-right: 18px;
    color: #444;
}

.header-style-six
    .header-top
    .inner-container
    .list-style-one.style-two
    li:before {
    position: absolute;
    left: auto;
    top: 0;
    content: "/";
    color: #444;
    font-size: 14px;
    right: -11px;
}

.header-style-six
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child {
    margin-right: 14px;
}

.header-style-six
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child:before {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-style-six
        .header-top
        .inner-container
        .list-style-one.style-two
        li {
        margin-right: 15px;
    }
}

.header-style-six .header-top .inner-container .list-style-one.style-two li a {
    color: #444;
}

.header-style-six
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a:hover {
    color: var(--theme-color1);
}

.header-style-six .header-top .inner-container .social-icon-one li {
    position: relative;
    margin: 0 13px;
}

.header-style-six .header-top .inner-container .social-icon-one li a {
    color: #444;
    font-size: 15px;
}

.header-style-six .header-top .inner-container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-six .header-lower {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media (max-width: 575.98px) {
    .header-style-six .header-lower {
        background-color: var(--theme-color-light);
        position: relative;
    }
}

.header-style-six .header-lower .logo-box {
    position: relative;
    height: 100px;
    min-width: 284px;
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .header-style-six .header-lower .logo-box {
        min-width: 270px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .header-style-six .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 15px 20px;
    }
}

.header-style-six .header-lower .logo-box .logo {
    text-align: center;
}

.header-style-six .header-lower .logo-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(36, 32, 31, 0.9);
    content: "";
}

@media (max-width: 575.98px) {
    .header-style-six .header-lower .logo-box:before {
        display: none;
    }
}

.header-style-six .header-lower .info-btn-two {
    position: relative;
    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;
    font-size: 15px;
    padding-left: 76px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    top: 7px;
}

@media (max-width: 1599.98px) {
    .header-style-six .header-lower .info-btn-two {
        display: none;
    }
}

.header-style-six .header-lower .info-btn-two:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-six .header-lower .info-btn-two.style-two .icon {
    border: 1px solid var(--theme-color1);
    background-color: transparent;
    color: var(--theme-color1);
}

.header-style-six .header-lower .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light);
}

.header-style-six .header-lower .info-btn-two strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-light);
}

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

.header-style-six .header-lower .info-btn-two:hover {
    color: var(--theme-color2);
}

.header-style-six .header-lower .outer-box2 {
    background-color: rgb(36, 32, 31);
    width: 100%;
    position: relative;
    left: 0;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0 6px 74px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .header-style-six .header-lower .outer-box2 {
        padding: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .header-style-six .header-lower .outer-box2 {
        padding: 32px 0;
    }
}

@media (max-width: 575.98px) {
    .header-style-six .header-lower .outer-box2 {
        background-color: transparent;
    }
}

@media (max-width: 1199.98px) {
    .header-style-six .header-lower .outer-box2 .main-menu {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .header-style-six .main-box {
        background-color: var(--theme-color2);
    }
}

.header-style-six .main-box .nav-outer {
    display: block;
}

.header-style-six .main-box .nav-outer .navigation > li {
    padding: 29px 0px;
    margin-right: 47px;
}

.header-style-six .main-box .nav-outer .navigation > li:before {
    display: none;
}

.header-style-six .main-box .nav-outer .navigation > li:after {
    display: none;
}

.header-style-six .main-box .nav-outer .navigation > li > a {
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 400;
}

.header-style-six .main-box .nav-outer .navigation > li > a:after {
    display: none;
}

.header-style-six .main-box .outer-box {
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .header-style-six .main-box .outer-box {
        margin-right: 20px;
    }
}

.header-style-six .main-box .outer-box .divider {
    height: 45px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 32px;
    margin-left: 29px;
}

@media (max-width: 1399.98px) {
    .header-style-six .main-box .outer-box .divider {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .header-style-six .main-box .outer-box .divider {
        display: block;
        margin-right: 3px;
    }
}

@media (max-width: 767.98px) {
    .header-style-six .main-box .outer-box .divider {
        display: none;
    }
}

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

.header-style-six .main-box .outer-box .search-btn {
    margin-right: 22px;
}

.header-style-six .main-box .outer-box .btn-box.style-two .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

.header-style-six .main-box .outer-box .theme-btn {
    background-color: var(--theme-color1);
    margin-left: 20px;
}

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

@media (max-width: 1199.98px) {
    .header-style-six .main-box .outer-box .mobile-nav-toggler {
        display: block;
        color: var(--theme-color-light);
    }
}

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

@media (max-width: 1199.98px) {
    .header-style-six .sticky-header .mobile-nav-toggler {
        display: block;
    }
}

/*** 
====================================================================
  Header Style Eight
====================================================================
***/
.header-style-eight .header-top {
    background-color: var(--theme-black);
}

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

.header-style-eight .header-top .inner-container {
    padding: 0;
}

@media (max-width: 1653.98px) {
    .header-style-eight .header-top .inner-container {
        padding: 0 100px;
    }
}

@media (max-width: 1399.98px) {
    .header-style-eight .header-top .inner-container {
        padding: 0 20px;
    }
}

.header-style-eight .header-top .inner-container .top-left {
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-eight .header-top .inner-container .top-center {
    width: 40%;
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}

@media (max-width: 1199.98px) {
    .header-style-eight .header-top .inner-container .top-center {
        display: none;
    }
}

.header-style-eight .header-top .inner-container .list-style-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-style-eight .header-top .inner-container .list-style-one i {
    color: var(--theme-color1);
    font-size: 12px;
}

.header-style-eight .header-top .inner-container .list-style-one li {
    color: #ffffff;
}

.header-style-eight .header-top .inner-container .list-style-one li a {
    color: #ffffff;
}

.header-style-eight .header-top .inner-container .list-style-one.style-two {
    padding: 13px 0;
}

.header-style-eight .header-top .inner-container .list-style-one.style-two li {
    position: relative;
    margin-right: 18px;
    color: #ffffff;
}

.header-style-eight
    .header-top
    .inner-container
    .list-style-one.style-two
    li:before {
    position: absolute;
    left: auto;
    top: 0;
    content: "/";
    color: #ffffff;
    font-size: 14px;
    right: -11px;
}

.header-style-eight
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child {
    margin-right: 0;
}

.header-style-eight
    .header-top
    .inner-container
    .list-style-one.style-two
    li:last-child:before {
    display: none;
}

@media (max-width: 1199.98px) {
    .header-style-eight
        .header-top
        .inner-container
        .list-style-one.style-two
        li {
        margin-right: 15px;
    }
}

.header-style-eight
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a {
    color: #ffffff;
}

.header-style-eight
    .header-top
    .inner-container
    .list-style-one.style-two
    li
    a:hover {
    color: var(--theme-color1);
}

.header-style-eight .header-top .inner-container .social-icon-one li {
    position: relative;
    margin: 0 13px;
}

.header-style-eight
    .header-top
    .inner-container
    .social-icon-one
    li:first-child {
    margin-left: 0;
}

.header-style-eight
    .header-top
    .inner-container
    .social-icon-one
    li:last-child {
    margin-right: 0;
}

.header-style-eight .header-top .inner-container .social-icon-one li a {
    color: #ffffff;
    font-size: 15px;
}

.header-style-eight .header-top .inner-container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
}

.header-style-eight .header-lower {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-eight .header-lower .logo-box {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1653.98px) {
    .header-style-eight .header-lower .logo-box {
        margin-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .header-style-eight .header-lower .logo-box {
        height: auto;
        min-width: 250px;
        padding: 15px 20px;
        margin: 0;
    }
}

.header-style-eight .header-lower .info-btn-two {
    position: relative;
    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;
    font-size: 15px;
    padding-left: 76px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    top: 7px;
}

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

.header-style-eight .header-lower .info-btn-two:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-eight .header-lower .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light);
}

.header-style-eight .header-lower .info-btn-two strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-light);
}

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

.header-style-eight .header-lower .info-btn-two:hover {
    color: var(--theme-color2);
}

.header-style-eight .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399.98px) {
    .header-style-eight .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-style-eight .main-box .nav-outer {
    display: block;
    width: auto;
    margin: 0 0 0 120px;
}

.header-style-eight .main-box .nav-outer .navigation > li {
    padding: 43px 0px;
    margin-right: 47px;
}

.header-style-eight .main-box .nav-outer .navigation > li:last-child {
    margin-right: 0;
}

.header-style-eight .main-box .nav-outer .navigation > li:before {
    display: none;
}

.header-style-eight .main-box .nav-outer .navigation > li:after {
    display: none;
}

.header-style-eight .main-box .nav-outer .navigation > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.header-style-eight .main-box .nav-outer .navigation > li > a:after {
    display: none;
}

.header-style-eight .main-box .outer-box {
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1653.98px) {
    .header-style-eight .main-box .outer-box {
        margin-right: 20px;
    }
}

.header-style-eight .main-box .outer-box .divider {
    height: 45px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 32px;
    margin-left: 29px;
}

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

.header-style-eight .main-box .outer-box .search-btn {
    margin-right: 22px;
}

.header-style-eight .main-box .outer-box .theme-btn {
    margin-left: 0;
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

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

.header-style-eight .main-box .outer-box .theme-btn:hover {
    color: var(--theme-color-light);
}

@media (max-width: 1199.98px) {
    .header-style-eight .mobile-nav-toggler {
        color: var(--theme-color-light);
    }

    .header-style-eight .main-box .nav-outer {
        margin-left: 0;
    }
}

@media (max-width: 1023.98px) {
    .header-style-eight .main-box .nav-outer {
        display: none;
    }
}

@media (max-width: 1600px) {
    .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li,
    .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li {
        margin-right: 20px;
    }
}

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

/*** 

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

***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    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);
}

@media (max-width: 991.98px) {
    .sticky-header {
        padding: 5px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

.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: var(--theme-color-light);
    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 {
    color: var(--theme-color1);
}

.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(--bg-theme-color4);
    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:hover > a,
.mobile-menu .navigation li.current > a {
    color: var(--theme-color-light);
}

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

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

.contact-list-one li .icon {
    color: var(--theme-color1);
    margin-right: 5px;
}

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

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

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

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

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

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

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

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

.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(--bg-theme-color1);
    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: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

/*** 

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

***/
.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title .sub-title {
    position: relative;
    top: -8px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--sec-title-subtitle-color);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sec-title .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.sec-title h1 {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
}

.sec-title h2 {
    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);
    letter-spacing: 0.01em;
    margin-top: -5px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .sec-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .sec-title h2 {
        font-size: 32px;
    }

    .sec-title h2 br {
        display: none;
    }
}

.sec-title .text {
    margin-top: 30px;
}

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

.sec-title.light .text {
    color: #fff;
}

.sec-title.light .sub-title {
    color: var(--theme-color1);
}

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

.sec-title.light .text {
    color: #fff;
}

.sec-title.light .sub-title.light {
    color: #fff;
}

.sec-title.light .sub-title.light:before {
    content: none;
}

/*** 

====================================================================
  Main Slider Five
====================================================================

***/
.main-slider-five {
    position: relative;
}

.main-slider-five .sub-title {
    position: relative;
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px;
}

.main-slider-five .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.main-slider-five h1 {
    position: relative;
    display: block;
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    z-index: 3;
}

@media (max-width: 1399.98px) {
    .main-slider-five h1 {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .main-slider-five h1 {
        font-size: 64px;
        line-height: 1.2em;
    }
}

@media (max-width: 575.98px) {
    .main-slider-five h1 {
        font-size: 40px;
    }

    .main-slider-five h1 br {
        display: none;
    }
}

.main-slider-five .text {
    position: relative;
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .main-slider-five .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .main-slider-five .text br {
        display: none;
    }
}

.main-slider-five .theme-btn {
    background-color: var(--theme-color1);
}

.main-slider-five .image {
    position: relative;
    z-index: 1;
}

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

.main-slider-five .fact-counter-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.main-slider-five .fact-counter-one:before {
    position: absolute;
    left: 40px;
    bottom: -7px;
    height: 29.84px;
    width: 29.84px;
    background: #fff;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    content: "";
}

.main-slider-five .fact-counter-one .counter-title {
    position: relative;
    margin-bottom: 2px;
    color: #6a6f78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.main-slider-five .fact-counter-one .count-box {
    color: #232331;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider-six {
    position: relative;
}

.main-slider-six .sub-title {
    position: relative;
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400;
}

.main-slider-six h1 {
    position: relative;
    display: block;
    color: var(--theme-color-light);
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    z-index: 3;
}

@media (max-width: 1399.98px) {
    .main-slider-six h1 {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .main-slider-six h1 {
        font-size: 64px;
        line-height: 1.2em;
    }
}

@media (max-width: 575.98px) {
    .main-slider-six h1 {
        font-size: 40px;
    }

    .main-slider-six h1 br {
        display: none;
    }
}

.main-slider-six .text {
    position: relative;
    color: var(--theme-color-light);
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .main-slider-six .text {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .main-slider-six .text br {
        display: none;
    }
}

.main-slider-six .theme-btn {
    background-color: var(--theme-color1);
}

.main-slider-six .image {
    position: relative;
    z-index: 1;
}

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

.main-slider-six .tp-dottedoverlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(36, 32, 31, 0.9);
    content: "";
}

.main-slider-six .tp-dottedoverlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 520px;
    background-image: url(../images/main-slider/overlay-1.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .main-slider-six .tp-dottedoverlay:after {
        display: none;
    }
}

/*** 

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

***/
.banner-section {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

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

.banner-section.style-two .slide-item .content-box .sub-title {
    color: var(--theme-color-light);
}

.banner-section.style-two .slide-item .content-box .text p {
    color: #ffffff;
}

.banner-section.style-two .slide-item:before {
    display: none;
}

.banner-section.style-two .slide-item:after {
    display: none;
}

.banner-section.style-two .slide-item .bg-image:before {
    opacity: 70%;
}

.banner-section.style-two .banner-carousel .owl-dots {
    display: none;
}

.banner-section .slide-item {
    position: relative;
    min-height: 530px;
}

@media (max-width: 1399.98px) {
    .banner-section .slide-item {
        min-height: auto;
    }
}

.banner-section .slide-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 387px;
    background-image: url(../images/main-slider/shape-1.png);
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .banner-section .slide-item:before {
        display: none;
    }
}

.banner-section .slide-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 454px;
    background-image: url(../images/main-slider/shape-2.png);
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .banner-section .slide-item:after {
        display: none;
    }
}

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

.banner-section .slide-item .bg-image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #180e01;
    opacity: 85%;
}

.banner-section .content-box {
    position: relative;
    padding: 165px 0 120px;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .banner-section .content-box {
        padding: 150px 0 120px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .content-box {
        padding: 120px 0 90px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .content-box {
        padding: 110px 0 90px;
    }
}

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

.banner-section .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--theme-color1);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .banner-section .content-box .sub-title {
        font-size: 16px;
    }
}

.banner-section .content-box .title {
    color: #ffffff;
    font-size: 110px;
    line-height: 120px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .banner-section .content-box .title {
        font-size: 60px;
        line-height: 1;
    }
}

@media (max-width: 767.98px) {
    .banner-section .content-box .title {
        font-size: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.banner-section .content-box .title-stroke {
    color: #ffffff;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    line-height: 1;
    position: absolute;
    left: calc(50% - 340px);
    top: 280px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

@media (max-width: 1399.98px) {
    .banner-section .content-box .title-stroke {
        top: 240px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .content-box .title-stroke {
        font-size: 100px;
        left: calc(50% - 170px);
        top: 205px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .title-stroke {
        font-size: 80px;
        left: calc(50% - 136px);
        top: 195px;
    }
}

.banner-section .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1399.98px) {
    .banner-section .banner-carousel .owl-stage-outer {
        height: auto !important;
    }
}

@media only screen and (max-width: 1699.98px) {
    .banner-section .banner-carousel .owl-stage-outer {
        height: auto !important;
    }
}

.banner-section .banner-carousel .owl-nav {
    display: none;
}

.banner-section .banner-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
}

.banner-section .banner-carousel .owl-dots .owl-dot span {
    background-color: #d9d9d9;
    outline: 5px solid transparent;
    outline-offset: -3px;
    border-radius: 50px;
    display: inline-block;
    width: 15px;
    height: 5px;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .banner-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    outline-color: #d9d9d9;
}

/* 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 .animate-fade {
    opacity: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.owl-carousel .active .animate-fade,
.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;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 1170px;
    margin: -25px auto 0;
    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: 1199.98px) {
    .banner-carousel .owl-nav {
        left: 15px;
        right: 15px;
    }
}

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

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    opacity: 0.1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

/*** 

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

***/
.banner-section-one {
    position: relative;
    overflow: hidden;
}

.banner-section-one .slide-item {
    position: relative;
}

.banner-section-one .slide-item .shape-9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    background-image: url(../images/pattern/shape-9.png);
}

.banner-section-one .slide-item .shape-10 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background-image: url(../images/pattern/shape-10.png);
}

.banner-section-one .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-one .content-box {
    padding: 201px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-one .content-box {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-one .content-box {
        padding: 120px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box {
        text-align: center;
    }
}

.banner-section-one .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .banner-section-one .content-box .title {
        line-height: 80px;
        margin-bottom: 10px;
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box .title {
        line-height: 52px;
        font-size: 36px;
    }
}

.banner-section-one .content-box .sub-title {
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 9px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .banner-section-one .content-box .sub-title {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box .sub-title {
        margin-bottom: 10px;
        padding-bottom: 4px;
    }
}

.banner-section-one .content-box .sub-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--bg-theme-color1);
    content: "";
}

.banner-section-one .content-box .text {
    color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box .text {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box .text br {
        display: none;
    }
}

.banner-section-one .content-box .btn-box {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .banner-section-one .content-box .btn-box {
        margin-top: 36px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-one .content-box .btn-box {
        margin-top: 25px;
    }
}

.banner-section-one .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*** 

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

***/
.banner-section-two {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color1);
}

.banner-section-two .slide-item {
    position: relative;
}

.banner-section-two .bg-image2 {
    width: 835px;
}

.banner-section-two .bg-image {
    left: auto;
    right: 0;
    width: 56.2%;
}

.banner-section-two .shape-11 {
    position: absolute;
    bottom: 73px;
    left: 55px;
    width: 446px;
    height: 633px;
    background-image: url("../images/pattern/shape-11.png");
}

@media (max-width: 991.98px) {
    .banner-section-two .shape-11 {
        bottom: 0;
        right: 0;
        left: auto;
    }
}

.banner-section-two .shape-12 {
    position: absolute;
    top: 254px;
    left: 519px;
    width: 201px;
    height: 164px;
    background-image: url("../images/pattern/shape-12.png");
}

@media (max-width: 991.98px) {
    .banner-section-two .shape-12 {
        top: 100px;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .shape-12 {
        display: none;
    }
}

.banner-section-two .shape-13 {
    position: absolute;
    bottom: 20px;
    left: 633px;
    width: 189px;
    height: 139px;
    background-image: url("../images/pattern/shape-13.png");
}

@media (max-width: 991.98px) {
    .banner-section-two .shape-13 {
        left: 40px;
        bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .shape-13 {
        display: none;
    }
}

.banner-section-two .content-box {
    padding: 373px 0 240px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-two .content-box {
        padding: 233px 0 120px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .content-box {
        text-align: center;
    }
}

.banner-section-two .content-box .title {
    position: relative;
    line-height: 100px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .banner-section-two .content-box .title {
        line-height: 80px;
        margin-bottom: 0;
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .content-box .title {
        line-height: 52px;
        margin-bottom: 0;
        font-size: 42px;
    }
}

.banner-section-two .content-box .title span {
    color: var(--theme-color-light);
}

.banner-section-two .content-box .sub-title {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .banner-section-two .content-box .sub-title {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-two .content-box .sub-title {
        font-size: 12px;
        padding-left: 33px;
    }
}

.banner-section-two .content-box .sub-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    width: 35px;
    height: 3px;
    background-color: var(--theme-color2);
    content: "";
}

@media (max-width: 575.98px) {
    .banner-section-two .content-box .sub-title:before {
        width: 25px;
    }
}

.banner-section-two .content-box .btn-box {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    .banner-section-two .content-box .btn-box {
        margin-top: 30px;
    }
}

.banner-section-two .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*** 

====================================================================
    Banner Section Three
====================================================================

***/
.banner-section-three {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2);
}

.banner-section-three .overlay-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 787px;
    height: 100%;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .banner-section-three .overlay-2 {
        width: 100%;
    }
}

.banner-section-three .overlay-2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 110%;
    right: 84px;
    left: auto;
    top: -30px;
    opacity: 40%;
    background-color: var(--theme-color-light);
    -webkit-transform: rotate(193.8deg);
    transform: rotate(193.8deg);
}

@media (max-width: 1199.98px) {
    .banner-section-three .overlay-2:before {
        -webkit-transform: rotate(196deg);
        transform: rotate(196deg);
    }
}

@media (max-width: 991.98px) {
    .banner-section-three .overlay-2:before {
        -webkit-transform: rotate(199deg);
        transform: rotate(199deg);
    }
}

@media (max-width: 767.98px) {
    .banner-section-three .overlay-2:before {
        display: none;
    }
}

.banner-section-three .overlay-2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 787px;
    height: 100%;
    opacity: 0.9;
    background-color: var(--theme-color1);
    clip-path: polygon(0% 0%, 100% 0px, 72% 100%, 0% 100%);
}

@media (max-width: 767.98px) {
    .banner-section-three .overlay-2:after {
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%);
    }
}

.banner-section-three .slide-item {
    position: relative;
}

.banner-section-three .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-three .content-box {
    padding: 250px 0 270px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .banner-section-three .content-box {
        padding: 180px 0 200px;
    }
}

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

@media (max-width: 767.98px) {
    .banner-section-three .content-box {
        padding: 110px 0 140px;
        text-align: center;
    }
}

.banner-section-three .content-box .title {
    color: var(--theme-color2);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px;
}

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

.banner-section-three .content-box .title span {
    color: var(--theme-color-light);
}

.banner-section-three .content-box .sub-title {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.banner-section-three .content-box .text {
    color: var(--theme-color-light);
}

.banner-section-three .content-box .btn-box {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .banner-section-three .content-box .btn-box {
        margin-top: 20px;
    }
}

.banner-section-three .video-box .play-now {
    display: inline-block;
    position: unset;
}

.banner-section-three .video-box .play-now:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.banner-section-three .video-box .play-now .icon {
    position: absolute;
    color: var(--theme-color1);
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 25px;
    padding-left: 0;
    right: 16px;
    left: auto;
    top: calc(50% - 242px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .banner-section-three .video-box .play-now .icon {
        right: auto;
        left: 270px;
        top: auto;
        bottom: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-three .video-box .play-now .icon {
        left: calc(50% - 30px);
        top: auto;
        bottom: auto;
    }
}

.banner-section-three .banner-carousel .owl-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1822px;
}

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

/*** 

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

***/
.banner-section-five {
    position: relative;
}

@media (max-width: 991.98px) {
    .banner-section-five .bg-image {
        width: 150%;
    }
}

.banner-section-five .banner-carousel .owl-nav {
    display: none;
}

.banner-section-five .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 800px;
}

@media (max-width: 991.98px) {
    .banner-section-five .slide-item {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-five .slide-item {
        min-height: 400px;
    }
}

.banner-section-five .slide-item .bg-image:before {
    position: absolute;
    left: 0px;
    top: 0;
    height: 628px;
    width: 871px;
    background-image: url("../images/main-slider/shape-4.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    pointer-events: none;
}

.banner-section-five .slide-item .bg-image:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 305px;
    width: 305px;
    background-image: url("../images/main-slider/shape-5.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    pointer-events: none;
}

.banner-section-five .content-box {
    position: relative;
    padding: 307px 0 196px;
}

@media (max-width: 1199.98px) {
    .banner-section-five .content-box {
        padding: 200px 0 190px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-five .content-box {
        padding: 100px 0;
        text-align: center;
    }
}

.banner-section-five .content-box .sub-title {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 34px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .banner-section-five .content-box .sub-title {
        padding-bottom: 0;
    }
}

.banner-section-five .content-box .sub-title:before {
    position: absolute;
    left: 0px;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url("../images/icons/title.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.banner-section-five .content-box .title {
    position: relative;
    display: block;
    font-size: 90px;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .banner-section-five .content-box .title {
        font-size: 75px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-five .content-box .title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-five .content-box .title br {
        display: none;
    }
}

.banner-section-five .content-box .text {
    font-size: 18px;
    margin-bottom: 41px;
}

@media (max-width: 1199.98px) {
    .banner-section-five .content-box .text br {
        display: none;
    }
}

.banner-section-five .content-box .btn-box {
    position: relative;
}

.banner-section-five .content-box .btn-box .image {
    width: 76px;
    height: 52px;
    position: absolute;
    left: 290px;
    bottom: -8px;
}

@media (max-width: 575.98px) {
    .banner-section-five .content-box .btn-box .image {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .banner-section-five .image-column {
        display: none;
    }
}

.banner-section-five .image-box {
    position: relative;
    padding: 225px 0 0;
    padding-left: 29px;
    margin-right: -53px;
    z-index: 9;
}

.banner-section-five .image-box:before {
    position: absolute;
    right: -158px;
    bottom: -117px;
    height: 437px;
    width: 500px;
    background-image: url("../images/main-slider/shape-6.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.banner-section-five .image-box .fact-counter-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    right: 17px;
    top: 260px;
    background-color: #fff;
    text-align: center;
    position: absolute;
}

@media (max-width: 1199.98px) {
    .banner-section-five .image-box .fact-counter-one {
        right: 41px;
        top: 182px;
        z-index: 1;
    }
}

.banner-section-five .image-box .fact-counter-one:before {
    position: absolute;
    left: 40px;
    bottom: -7px;
    height: 29.84px;
    width: 29.84px;
    background: #fff;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    content: "";
}

.banner-section-five .image-box .fact-counter-one .counter-title {
    position: relative;
    margin-bottom: 2px;
    color: #6a6f78;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.banner-section-five .image-box .fact-counter-one .count-box {
    color: #232331;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.banner-section-five .image-box .image {
    margin-bottom: 0;
}

.banner-section-five .image-box .image img {
    width: 100%;
}

/*** 

====================================================================
    Banner Section Seven
====================================================================

***/
.banner-section-seven {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2);
}

.banner-section-seven .overlay-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 653px;
    height: 100%;
    background-image: url(../images/main-slider/overlay-2.png);
}

.banner-section-seven .overlay-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 440px;
    background-color: rgba(198, 148, 83, 0.3);
}

@media (max-width: 991.98px) {
    .banner-section-seven .overlay-3 {
        display: none;
    }
}

.banner-section-seven .overlay-3:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50px;
    width: 255px;
    height: 78px;
    background-image: url(../images/icons/icon1.png);
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
    z-index: 2;
}

.banner-section-seven .overlay-3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1);
    opacity: 0.5;
    clip-path: polygon(0% 0%, 100% 0px, 90% 100%, 0% 100%);
    z-index: 1;
}

.banner-section-seven .slide-item {
    position: relative;
}

.banner-section-seven .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(33% 0%, 100% 0px, 100% 100%, 20% 100%);
}

.banner-section-seven .slide-item .bg-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(36, 32, 31, 0.35);
}

@media (max-width: 767.98px) {
    .banner-section-seven .slide-item .bg-image {
        clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 50% 100%);
    }
}

.banner-section-seven .content-box {
    padding: 124px 0 304px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-seven .content-box {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-seven .content-box {
        padding: 120px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seven .content-box {
        text-align: center;
    }
}

.banner-section-seven .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px;
}

@media (max-width: 767.98px) {
    .banner-section-seven .content-box .title {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 46px;
    }
}

.banner-section-seven .content-box .sub-title {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 34px;
    padding-bottom: 9px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .banner-section-seven .content-box .sub-title {
        padding-bottom: 0;
    }
}

.banner-section-seven .content-box .sub-title:before {
    position: absolute;
    left: 0px;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url("../images/icons/title.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.banner-section-seven .content-box .text {
    color: var(--theme-color-light);
}

.banner-section-seven .content-box .btn-box {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .banner-section-seven .content-box .btn-box {
        margin-top: 30px;
    }
}

.banner-section-seven .experience {
    position: absolute;
    right: 360px;
    bottom: 0;
}

@media (max-width: 1599.98px) {
    .banner-section-seven .experience {
        right: 20px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-seven .experience {
        display: none;
    }
}

.banner-section-seven .experience .inner {
    background-color: var(--theme-color1);
    width: 405px;
    height: 206px;
    padding: 33px 38px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.banner-section-seven .experience .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern/shape-15.png);
}

.banner-section-seven .experience .inner .title {
    color: var(--theme-color-light);
    margin-bottom: 5px;
}

.banner-section-seven .experience .inner .text {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
}

.banner-section-seven .banner-carousel .owl-nav {
    -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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-section-seven .banner-carousel .owl-nav {
    top: 43%;
}

/*** 

====================================================================
    Banner Section Nine
====================================================================

***/
.banner-section-nine {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-color2);
}

.banner-section-nine .slide-item {
    position: relative;
}

.banner-section-nine .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-nine .outer-box {
    padding: 278px 0 244px;
}

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

.banner-section-nine .content-box {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-nine .content-box {
        padding: 120px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-nine .content-box {
        padding: 120px 0;
    }
}

@media (max-width: 575.98px) {
    .banner-section-nine .content-box {
        text-align: center;
    }
}

.banner-section-nine .content-box .title {
    color: var(--theme-color-light);
    position: relative;
    line-height: 100px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .banner-section-nine .content-box .title {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 46px;
    }
}

.banner-section-nine .content-box .text {
    color: var(--theme-color-light);
}

@media (max-width: 575.98px) {
    .banner-section-nine .content-box .text br {
        display: none;
    }
}

.banner-section-nine .content-box .btn-box {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .banner-section-nine .content-box .btn-box {
        margin-top: 30px;
    }
}

.banner-section-nine .banner-carousel .owl-nav {
    display: none;
}

.banner-section-nine .form-column .inner-column {
    margin-top: -46px;
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
    position: relative;
    padding: 120px 0 90px;
}

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

.feature-block {
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 20px 35px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f2f4ec;
}

@media (max-width: 1199.98px) {
    .feature-block .inner-box {
        padding: 44px 10px 35px 20px;
    }
}

@media (max-width: 767.98px) {
    .feature-block .inner-box {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .feature-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.feature-block .inner-box:before {
    content: "";
    position: absolute;
    right: -413px;
    bottom: 0;
    width: 297px;
    height: 100%;
    background-color: #ebede5;
    -webkit-transform: skewX(-49deg);
    transform: skewX(-49deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}

.feature-block .inner-box:after {
    content: "";
    position: absolute;
    right: -336px;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

.feature-block .inner-box:hover::before {
    width: 264%;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box:hover::before {
        width: 244%;
    }
}

.feature-block .inner-box:hover::after {
    width: 100px;
}

.feature-block .inner-box:hover .content:after {
    width: 200px;
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.feature-block .inner-box .title {
    position: relative;
    margin-bottom: 8px;
    z-index: 3;
}

.feature-block .inner-box .text {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box .icon {
    position: relative;
    width: 96px;
    height: 96px;
    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: 40px;
    border-radius: 50%;
    margin-right: 0;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .feature-block .inner-box .icon {
        margin-right: 0;
    }
}

.feature-block .inner-box .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed var(--theme-color1);
    background-color: var(--theme-color-light);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.feature-block .inner-box .icon-box .number {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -4px;
    z-index: 2;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/
.features-section-two {
    position: relative;
    padding: 120px 0 120px;
}

@media (max-width: 991.98px) {
    .features-section-two {
        padding: 90px 0 90px;
    }
}

.features-section-two .features-column .inner-column {
    margin-right: 54px;
    position: relative;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .features-section-two .features-column .inner-column {
        margin-right: 0;
    }
}

.features-section-two .features-column .inner-column .sec-title h2 span {
    color: var(--theme-color1);
}

.features-section-two .features-column .inner-column .bottom-box {
    position: absolute;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .features-section-two .features-column .inner-column .bottom-box {
        position: relative;
        margin-bottom: 50px;
        margin-top: 0;
    }
}

.features-section-two .features-column .inner-column .bottom-box .text.two {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 21px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .features-section-two
        .features-column
        .inner-column
        .bottom-box
        .text.two
        br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .features-section-two .features-column .inner-column .bottom-box .text.two {
        margin-top: 30px;
    }
}

.features-section-two .features-column .inner-column .bottom-box .theme-btn {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: var(--theme-color3);
    margin-top: 55px;
}

@media (max-width: 991.98px) {
    .features-section-two
        .features-column
        .inner-column
        .bottom-box
        .theme-btn {
        margin-top: 25px;
    }
}

.features-section-two
    .features-column
    .inner-column
    .bottom-box
    .theme-btn:hover {
    color: var(--theme-color-light);
}

.features-section-two
    .features-column
    .inner-column
    .bottom-box
    .theme-btn:before {
    background-color: var(--theme-color2);
}

.features-section-two .info-column .inner-column .title-box {
    margin-bottom: 58px;
}

@media (max-width: 767.98px) {
    .features-section-two .info-column .inner-column .title-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .features-section-two .info-column .inner-column .title-box h2 {
        font-size: 36px;
    }
}

.features-section-two .info-column .inner-column .btn-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;
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .features-section-two .info-column .inner-column .btn-box {
        display: block;
    }
}

.features-section-two .info-column .inner-column .btn-box .theme-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.features-section-two .info-column .inner-column .btn-box .theme-btn.two {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .features-section-two .info-column .inner-column .btn-box .theme-btn.two {
        margin-bottom: 10px;
    }
}

.features-section-two .info-column .inner-column .btn-box .theme-btn.two:hover {
    color: var(--theme-color-light);
}

.features-section-two .info-column .inner-column .info-box .inner {
    border: 1px solid #dee2e6;
    height: 206px;
    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;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .features-section-two .info-column .inner-column .info-box .inner {
        padding: 20px;
    }
}

.features-section-two .info-column .inner-column .info-box .inner:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    width: 405px;
    height: 205px;
    background-image: url("../images/pattern/shape-29.png");
    pointer-events: none;
}

.features-section-two .info-column .inner-column .info-box .inner .number {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 34px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .features-section-two .info-column .inner-column .info-box .inner .number {
        font-size: 27px;
    }
}

.features-section-two
    .info-column
    .inner-column
    .info-box
    .inner
    .number:hover {
    color: var(--theme-color2);
}

.features-section-two .info-column .inner-column .info-box .inner .text {
    color: #6a6f78;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .feature-block-four .inner-box {
        margin-bottom: 20px;
    }
}

.feature-block-four .inner-box:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.feature-block-four .inner-box:hover .image-box .inner .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.feature-block-four .inner-box .image-box .inner {
    position: relative;
}

.feature-block-four .inner-box .image-box .inner .image {
    margin-bottom: 0;
    overflow: hidden;
}

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

.feature-block-four .inner-box .image-box .inner .icon {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-four .inner-box .content-box .inner {
    margin-top: 26px;
}

.feature-block-four .inner-box .content-box .inner .title {
    margin-bottom: 2px;
}

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

.feature-block-four .inner-box .content-box .inner .text {
    line-height: 26px;
}

/*** 

====================================================================
    Features Section Three
====================================================================

***/
.feature-section-three {
    position: relative;
    background-color: var(--theme-color1);
    padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
    .feature-section-three {
        padding: 90px 0 40px;
    }
}

.feature-section-three .pattern-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
    height: 711px;
    background-image: url(../images/pattern/pattern-7.png);
}

.feature-section-three .shape-16 {
    position: absolute;
    top: 0;
    left: 0;
    width: 605px;
    height: 664px;
    background-image: url(../images/pattern/shape-16.png);
}

.feature-section-three .sec-title .sub-title {
    color: var(--theme-color-light);
}

.feature-section-three .sec-title .sub-title:before {
    background-image: url(../images/icons/title2.png);
}

.feature-section-three .content-column {
    margin-bottom: 50px;
}

.feature-section-three .content-column .inner-column {
    position: relative;
    margin-right: -200px;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .feature-section-three .content-column .inner-column {
        margin-right: 0;
    }
}

.feature-section-three .content-column .inner-column .info-btn .icon {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
}

.feature-section-three .content-column .inner-column .info-btn small,
.feature-section-three .content-column .inner-column .info-btn strong {
    color: var(--theme-color-light);
}

.feature-section-three .image-column {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .feature-section-three .image-column {
        display: none;
    }
}

.feature-section-three .image-column .inner-column {
    position: relative;
}

.feature-section-three .image-column .inner-column .image {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-section-three .image-column .inner-column .image {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .feature-section-three .image-column .inner-column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.feature-block-three {
    margin-bottom: 40px;
}

.feature-block-three .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 35px 30px 35px 40px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .feature-block-three .inner-box {
        padding: 20px;
    }
}

.feature-block-three .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.feature-block-three .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-three .inner-box .icon {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box .title {
    margin-bottom: 7px;
}

.feature-block-three .inner-box .title a:hover {
    color: var(--theme-color1);
}

.feature-block-three .inner-box .text {
    position: relative;
    color: #7a7a7a;
}

/*** 

====================================================================
    Features Section Six
====================================================================

***/
.feature-block-eight {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-block-eight .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-eight .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.feature-block-eight .icon-box {
    position: relative;
    background-color: var(--bg-theme-color1);
    min-width: 110px;
    text-align: center;
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feature-block-eight .icon-box .icon {
    display: block;
    color: #ffffff;
    font-size: 64px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-eight .icon-box .count {
    font-family: var(--title-font);
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
}

.feature-block-eight .content-box {
    position: relative;
    padding: 25px 27px;
    background-color: var(--theme-color-light);
}

@media (max-width: 767.98px) {
    .feature-block-eight .content-box {
        width: 100%;
    }
}

.feature-block-eight .content-box .title {
    margin-bottom: 18px;
}

.feature-block-eight .content-box .title a:hover {
    color: var(--theme-color1);
}

.feature-block-eight .content-box .text {
    font-size: 16px;
    line-height: 26px;
    color: #767676;
}

@media (max-width: 1399.98px) {
    .feature-block-eight .content-box .text br {
        display: none;
    }
}

.feature-block-eight:hover .icon-box .count {
    color: #fff;
}

/*** 

====================================================================
    Features Section Six
====================================================================

***/
.features-section-six {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.features-section-six .features-column {
    margin-bottom: 0;
}

.features-section-six .features-column .inner-column {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.features-section-six .info-banner {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .features-section-six .info-banner {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.features-section-six .outer-box {
    position: relative;
    padding: 85px 0;
    padding-right: 0;
    background-color: #f8f5f4;
}

@media (max-width: 1199.98px) {
    .features-section-six .outer-box {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .features-section-six .outer-box {
        padding-bottom: 0;
    }
}

.features-section-six .outer-box .bg {
    width: auto;
    left: 0;
    right: -321px;
}

.features-section-six .outer-box .bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.jpg);
}

.feature-block-six {
    position: relative;
}

.feature-block-six .inner-box {
    position: relative;
    padding: 32px 50px 27px;
    height: 100%;
    overflow: hidden;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .feature-block-six .inner-box {
        text-align: center;
        padding: 30px 30px 25px;
    }
}

.feature-block-six .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.feature-block-six .inner-box:hover:before {
    height: 100%;
}

.feature-block-six .inner-box:hover .icon-box .icon {
    color: var(--theme-color-light);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-six .inner-box:hover .title,
.feature-block-six .inner-box:hover .text {
    color: var(--theme-color-light);
}

.feature-block-six .inner-box .bg-map-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 201px;
    background-image: url(../images/icons/bg-map-2.png);
}

.feature-block-six .inner-box .icon-box {
    margin-bottom: 10px;
    position: relative;
}

.feature-block-six .inner-box .icon-box .icon {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 52px;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-six .inner-box .title {
    color: var(--theme-color2);
    margin-bottom: 10px;
    position: relative;
}

.feature-block-six .inner-box .text {
    line-height: 26px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .feature-block-six .inner-box .text br {
        display: none;
    }
}

.info-banner-six {
    position: relative;
}

.info-banner-six .image-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-banner-six .image-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.info-banner-six .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info-banner-six .image-box .icon-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 355px;
    height: 474px;
    background-image: url(../images/icons/icon-lines6.png);
}

.info-banner-six .content-box {
    position: relative;
    padding: 54px 40px;
    padding-right: 10px;
    height: 100%;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .info-banner-six .content-box {
        padding: 70px 30px;
    }
}

.info-banner-six .content-box .info-btn-two {
    position: relative;
    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;
    font-size: 15px;
    padding-left: 65px;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    min-height: 62px;
    font-family: var(--title-font);
}

@media (max-width: 575.98px) {
    .info-banner-six .content-box .info-btn-two {
        padding-left: 50px;
    }
}

.info-banner-six .content-box .info-btn-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: var(--theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-banner-six .content-box .info-btn-two small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--theme-color-light);
}

.info-banner-six .content-box .info-btn-two strong {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--text-font);
    color: var(--theme-color-light);
}

.info-banner-six .content-box .icon-two {
    position: relative;
    color: var(--theme-color-light);
    font-size: 70px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-banner-six .content-box .title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
    margin-top: 20px;
    color: var(--theme-color-light);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .info-banner-six .content-box .title br {
        display: none;
    }
}

.info-banner-six .content-box .title span {
    color: var(--theme-color1);
}

.info-banner-six .content-box .text {
    position: relative;
}

.info-banner-six .content-box .info-btn {
    position: relative;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
    position: relative;
    padding: 120px 0 120px;
    z-index: 2;
}

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

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

.about-section .icon-plane-1 {
    position: absolute;
    top: 65px;
    right: 0;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

@media (max-width: 1399.98px) {
    .about-section .icon-plane-1 {
        opacity: 0.1;
    }
}

.about-section .sec-title {
    margin-bottom: 25px;
}

.about-section .image-column {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .about-section .image-column {
        display: none;
    }
}

.about-section .image-column .inner-column {
    position: relative;
    margin-right: 50px;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column {
        margin-right: 0;
    }
}

.about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 260px;
    height: 5px;
    background-color: #e1e1e1;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column:before {
        left: 35px;
    }
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column:before {
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column:before {
        display: none;
    }
}

.about-section .image-column .inner-column:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 5px;
    background-color: #e1e1e1;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column:after {
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column:after {
        width: 225px;
    }
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column:after {
        display: none;
    }
}

.about-section .image-column .inner-column .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1399.98px) {
    .about-section .image-column .inner-column .image-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .image-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
    }
}

.about-section .image-column .inner-column .image-box .image {
    margin-right: 20px;
    margin-bottom: 0;
}

.about-section .image-column .inner-column .image-box .image img {
    position: relative;
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .image-box .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        clip-path: none;
    }
}

.about-section .image-column .inner-column .image-2 {
    position: relative;
    display: inline-block;
    margin-top: 25px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .image-2 {
        display: none;
    }
}

.about-section .image-column .inner-column .image-2 img {
    position: relative;
}

.about-section .image-column .inner-column .video-box {
    position: absolute;
    right: 0;
    bottom: -82px;
    width: 259px;
    height: 217px;
    padding: 31px 37px;
    background-color: var(--theme-color1);
    background-image: url(../images/icons/bg-about.png);
    background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column .video-box {
        bottom: -100px;
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column .video-box {
        width: 225px;
        padding: 31px 25px;
    }
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .video-box {
        right: 20px;
        bottom: 20px;
    }
}

.about-section .image-column .inner-column .video-box .title {
    color: var(--theme-color-light);
    margin-bottom: 24px;
    font-size: 18px;
}

.about-section .image-column .inner-column .video-box .play-btn .icon {
    height: 50px;
    width: 50px;
    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;
    font-size: 16px;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .inner-column .video-box .play-btn:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}

.about-section .content-column {
    margin-bottom: 50px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section .content-column {
        margin-bottom: 0;
    }
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 10px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        padding-right: 0;
    }
}

.about-section .content-column .inner-column .text.two {
    color: var(--theme-color1);
    margin-bottom: 28px;
    text-decoration: underline;
}

.about-section .content-column .inner-column .text.two a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .about-section .content-column .inner-column .text.two a br {
        display: none;
    }
}

.about-section .content-column .inner-column .text {
    margin-bottom: 40px;
    color: #7a7a7a;
}

.about-section .content-column .inner-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section .content-column .inner-column .author-box {
    position: relative;
    display: inline-block;
    background-color: #f3f4f7;
    padding: 30px 20px 0 20px;
    margin-right: 24px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .author-box {
        padding: 15px 15px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .inner-column .author-box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 60%;
    }
}

.about-section .content-column .inner-column .author-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .author-box .inner {
        -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;
    }
}

.about-section .content-column .inner-column .author-box .inner .image {
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .author-box .inner .image {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.about-section .content-column .inner-column .author-box .inner .image img {
    border-radius: 50%;
}

.about-section .content-column .inner-column .author-box .inner .name {
    font-size: 17px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column .author-box .inner .name br {
        display: none;
    }
}

.about-section .content-column .inner-column .author-box .inner .designation {
    font-size: 16px;
    display: block;
}

.about-section .content-column .inner-column .list-style-two {
    margin-top: 5px;
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
    position: relative;
    padding: 120px 0 110px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .about-section-two {
        padding: 90px 0;
    }
}

.about-section-two .shape-7 {
    position: absolute;
    top: 158px;
    right: 0;
    width: 182px;
    height: 485px;
    background-image: url("../images/pattern/shape-7.png");
}

@media only screen and (max-width: 1599.98px) {
    .about-section-two .shape-7 {
        display: none;
    }
}

.about-section-two .shape-8 {
    position: absolute;
    bottom: 100px;
    left: 64px;
    width: 132px;
    height: 328px;
    background-image: url("../images/pattern/shape-8.png");
}

@media only screen and (max-width: 1599.98px) {
    .about-section-two .shape-8 {
        display: none;
    }
}

.about-section-two .sec-title {
    margin-bottom: 30px;
}

.about-section-two .content-column {
    margin-bottom: 0;
}

.about-section-two .content-column .inner-column {
    position: relative;
}

.about-section-two .content-column .inner-column .text.two {
    color: var(--theme-color1);
    margin-bottom: 30px;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column .text.two br {
        display: none;
    }
}

.about-section-two .content-column .inner-column .text.two a {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color1);
}

.about-section-two .content-column .inner-column .text {
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .about-section-two .content-column .inner-column .text br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .about-section-two .image-column .inner-column {
        margin-top: 50px;
    }
}

.about-section-two .image-column .inner-column .image-box {
    position: relative;
}

.about-section-two .image-column .inner-column .image-box:before {
    content: "";
    position: absolute;
    height: 78%;
    width: 30%;
    left: 11px;
    top: 32px;
    background-color: var(--theme-color1);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: -1;
}

.about-section-two .image-column .inner-column .image-box .image {
    margin-bottom: 0;
    margin-right: 48px;
    margin-left: 40px;
}

.about-section-two .image-column .inner-column .image-box .image img {
    width: 100%;
}

.about-block .inner {
    position: relative;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .about-block .inner {
        margin-bottom: 30px;
    }
}

.about-block .inner:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-block .inner .icon {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block .inner .title {
    color: var(--theme-color-dark);
    margin-bottom: 10px;
}

.about-block .inner .title a:hover {
    color: var(--theme-color1);
}

.about-block .inner .text {
    margin-bottom: 0;
}

/*** 

====================================================================
    About Section Three
====================================================================

***/
.about-section-three {
    background-color: var(--theme-color1);
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .about-section-three {
        padding: 90px 0;
    }
}

.about-section-three .bg-image {
    width: 55%;
}

@media (max-width: 1199.98px) {
    .about-section-three .bg-image {
        width: 64%;
    }
}

@media (max-width: 767.98px) {
    .about-section-three .bg-image {
        width: 100%;
    }
}

.about-section-three .bg-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/23.png);
}

.about-section-three .bg-image:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 605px;
    height: 664px;
    background-image: url(../images/pattern/bg-pattern-5.png);
}

.about-section-three .bg-image2 {
    left: auto;
    right: 0;
    width: 45%;
}

@media (max-width: 1199.98px) {
    .about-section-three .bg-image2 {
        width: 36%;
    }
}

@media (max-width: 991.98px) {
    .about-section-three .bg-image2 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about-section-three .bg-image2 {
        display: none;
    }
}

.about-section-three .sec-title .sub-title {
    color: var(--theme-color-light);
}

.about-section-three .sec-title .sub-title:before {
    background-image: url(../images/icons/title2.png);
}

.about-section-three .sec-title .text {
    color: var(--theme-color-light);
}

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

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

@media (max-width: 575.98px) {
    .info-style-one .inner {
        -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;
    }
}

@media (max-width: 575.98px) {
    .info-style-one .image {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .info-style-one .image img {
        width: 100%;
    }
}

.info-style-one .list-style-five {
    margin-left: 21px;
}

@media (max-width: 575.98px) {
    .info-style-one .list-style-five {
        margin-left: 0;
        margin-top: 30px;
    }
}

/*** 

====================================================================
    About Section Four
====================================================================

***/
.about-section-four {
    background-color: var(--theme-color-lighter2);
    position: relative;
    padding: 50px 0 80px;
}

@media (max-width: 991.98px) {
    .about-section-four {
        padding: 90px 0 30px;
    }
}

.about-section-four .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.about-section-four .content-column .inner-column {
    position: relative;
    padding-left: 70px;
    margin-right: -20px;
}

@media (max-width: 1399.98px) {
    .about-section-four .content-column .inner-column {
        padding-left: 30px;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section-four .content-column .inner-column {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.about-section-four .content-column .sec-title {
    margin-bottom: 40px;
}

.about-section-four .content-column .signature-box {
    margin-right: 95px;
}

@media (max-width: 1199.98px) {
    .about-section-four .content-column .signature-box {
        margin-right: 0;
    }
}

.about-section-four .content-column .list-style-two {
    margin-bottom: 40px;
}

.about-section-four .content-column .list-style-two.style-two li {
    font-weight: 500;
}

.about-section-four .content-column .list-style-two.style-two li i {
    font-size: 18px;
}

.about-section-four .content-column .btn-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: 1199.98px) {
    .about-section-four .content-column .btn-box {
        display: block;
    }
}

.about-section-four .content-column .btn-box .founder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .about-section-four .content-column .btn-box .founder-info {
        margin-bottom: 20px;
    }
}

.about-section-four .content-column .btn-box .founder-info .thumb {
    margin-right: 15px;
}

.about-section-four .content-column .btn-box .founder-info .thumb img {
    border: 2px solid var(--theme-color1);
    border-radius: 50%;
}

.about-section-four .content-column .btn-box .founder-info .name {
    margin-bottom: 0;
    line-height: 1;
}

.about-section-four .content-column .btn-box .founder-info .designation {
    color: #444444;
    font-size: 16px;
    line-height: 1;
}

.about-section-four .style-three {
    background-color: var(--theme-color-light);
}

.about-section-four .style-three .image-column .image-1 {
    border-radius: 0;
}

.about-section-four .style-three .image-column .image-2 {
    border: none;
    border-radius: 0;
    top: calc(50% + 124px);
    right: -25px;
}

@media only screen and (max-width: 1439px) {
    .about-section-four .style-three .content-column .inner-column {
        padding-left: 30px;
    }
}

@media (max-width: 1199.98px) {
    .about-section-four .style-three .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section-four .style-three .experience {
    bottom: -45px;
    border-radius: 0;
    left: 40px;
}

.about-section-four .style-three .experience:before {
    display: none;
}

.about-section-four .style-three .list-style-two li {
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .about-section-four .image-column {
        display: none;
    }
}

.about-section-four .image-column .inner-column {
    position: relative;
    padding-bottom: 112px;
    margin-right: 140px;
}

.about-section-four .image-column .inner-column .image-1 {
    position: relative;
    margin-bottom: 0;
}

.about-section-four .image-column .inner-column .image-1:before {
    content: "";
    position: absolute;
    border: 5px solid var(--theme-color1);
    width: 167px;
    height: 198px;
    top: -50px;
    right: -65px;
    z-index: -1;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
}

.about-section-four .image-column .inner-column .image-1 img {
    width: 100%;
}

.about-section-four .image-column .inner-column .image-2 {
    position: absolute;
    bottom: 0;
    right: -165px;
    margin-bottom: 0;
}

.about-section-four .image-column .inner-column .image-2:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    width: 5px;
    height: 69px;
    bottom: 0;
    left: -28px;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.about-section-four .image-column .inner-column .image-2 img {
    width: 100%;
}

/*** 
====================================================================
    About Section Five
====================================================================
***/
.about-section-five {
    background-color: #f8f4f3;
    position: relative;
    padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
    .about-section-five {
        padding: 90px 0 90px;
    }
}

.about-section-five .shape-23 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 345px;
    height: 397px;
    background-image: url(../images/pattern/shape-23.png);
}

@media (max-width: 991.98px) {
    .about-section-five .shape-23 {
        display: none;
    }
}

.about-section-five .sec-title h2 {
    margin-right: -60px;
}

@media (max-width: 991.98px) {
    .about-section-five .sec-title h2 {
        margin-right: 0;
    }
}

.about-section-five .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .about-section-five .content-column {
        margin-bottom: 0;
    }
}

.about-section-five .content-column .inner-column {
    position: relative;
    margin-left: 35px;
}

@media (max-width: 991.98px) {
    .about-section-five .content-column .inner-column {
        margin-left: 0;
    }
}

.about-section-five .content-column .inner-column .list-style-three {
    border-bottom: 1px solid #e6e8ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

@media (max-width: 575.98px) {
    .about-section-five .content-column .inner-column .list-style-three {
        display: block;
    }
}

.about-section-five .content-column .inner-column .list-style-three li {
    color: var(--theme-color2);
    padding-right: 20px;
    width: 50%;
}

@media (max-width: 575.98px) {
    .about-section-five .content-column .inner-column .list-style-three li {
        width: auto;
        padding-right: 0;
    }
}

.about-section-five .content-column .inner-column .list-style-three li:before {
    color: var(--theme-color1);
}

.about-section-five .content-column .btn-box {
    position: relative;
    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-five .content-column .btn-box {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section-five .content-column .btn-box .theme-btn {
    margin-right: 44px;
}

@media (max-width: 575.98px) {
    .about-section-five .content-column .btn-box .theme-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.about-section-five .content-column .btn-box .info-btn {
    color: var(--theme-color2);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 75px;
    position: relative;
    text-align: left;
}

.about-section-five .content-column .btn-box .info-btn small {
    color: #808287;
    font-size: 12px;
    font-weight: 400;
}

.about-section-five .content-column .btn-box .info-btn i {
    background-color: rgba(198, 148, 83, 0.1);
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 21px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.about-section-five .content-column .btn-box .info-btn:hover {
    color: var(--theme-color2);
}

.about-section-five .image-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section-five .image-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section-five .image-column .inner-column:before {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -130px;
    width: 591px;
    height: 568px;
    background-image: url(../images/pattern/shape-22.png);
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

@media (max-width: 991.98px) {
    .about-section-five .image-column .inner-column:before {
        display: none;
    }
}

.about-section-five .image-column .image-1 {
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
}

.about-section-five .image-column .image-2 {
    position: absolute;
    right: 15px;
    top: 94px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .about-section-five .image-column .image-2 {
        display: none;
    }
}

.about-section-five .experience {
    background: var(--theme-color1);
    bottom: -55px;
    left: 77px;
    border-radius: 10px;
    border: 9px solid var(--theme-color-light);
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    color: var(--theme-color-light);
    min-height: 105px;
    min-width: 264px;
    padding: 25px 40px;
    position: absolute;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .about-section-five .experience {
        bottom: 35px;
        left: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-section-five .experience {
        left: 0;
    }
}

.about-section-five .experience strong {
    color: var(--theme-color-light);
    display: block;
    font-family: var(--title-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.about-section-five .experience .text {
    color: var(--theme-color-light);
}

/*** 

====================================================================
    About Section Six
====================================================================

***/
.about-section-six {
    position: relative;
    padding: 149px 0 120px;
}

@media (max-width: 1199.98px) {
    .about-section-six {
        padding: 10px 0 120px;
    }
}

@media (max-width: 575.98px) {
    .about-section-six {
        padding: 10px 0 100px;
    }
}

.about-section-six .float-img-3 {
    position: absolute;
    left: 50px;
    bottom: 190px;
    width: 242px;
    height: 192px;
    background-image: url(../images/resource/float-img-3.png);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section-six .float-img-3 {
        display: none;
    }
}

.about-section-six .sec-title {
    margin-bottom: 27px;
}

.about-section-six .outer-box {
    position: relative;
    background-color: var(--theme-color-light);
    z-index: 1;
}

.about-section-six .outer-box .icon-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 631px;
    height: 523px;
    background-image: url(../images/icons/icon-dots6.png);
}

.about-section-six .content-column .inner-column {
    position: relative;
    padding: 90px 100px;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .about-section-six .content-column .inner-column {
        padding-left: 30px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .about-section-six .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section-six .content-column .inner-column .list-style-two {
    margin-top: 15px;
}

.about-section-six .content-column .inner-column .author-box {
    position: relative;
}

.about-section-six .content-column .inner-column .author-box .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
    background-color: rgba(198, 148, 83, 0.1);
    text-align: center;
    margin: 0 auto;
    margin-left: 15px;
}

@media (max-width: 767.98px) {
    .about-section-six .content-column .inner-column .author-box .inner-box {
        margin-left: 0;
    }
}

.about-section-six
    .content-column
    .inner-column
    .author-box
    .inner-box
    .author-img {
    position: relative;
    margin-bottom: 10px;
}

.about-section-six
    .content-column
    .inner-column
    .author-box
    .inner-box
    .author-img
    img {
    display: block;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-six
    .content-column
    .inner-column
    .author-box
    .inner-box
    .author-info
    .name {
    position: relative;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-six
    .content-column
    .inner-column
    .author-box
    .inner-box
    .author-info
    .designation {
    position: relative;
    display: block;
    color: #4c4d56;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
}

.about-section-six .content-column .inner-column .text {
    margin-top: 45px;
    margin-right: -17px;
}

@media (max-width: 991.98px) {
    .about-section-six .content-column .inner-column .text {
        margin-right: 0;
    }
}

.about-section-six .image-column .inner-column {
    position: relative;
    text-align: right;
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column {
        display: none;
    }
}

.about-section-six .image-column .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 208px;
    background-color: var(--theme-color1);
}

.about-section-six .image-column .inner-column .image-box {
    position: relative;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column .image-box {
        display: block;
    }
}

.about-section-six .image-column .inner-column .image-box .image {
    position: relative;
    padding-right: 53px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column .image-box .image {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column .image-box .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about-section-six .image-column .inner-column .image-box .image-2 {
    position: absolute;
    right: 0;
    bottom: 110px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column .image-box .image-2 {
        display: none;
    }
}

.about-section-six .image-column .inner-column .image-box .image-2 img {
    border: 5px solid var(--theme-color-light);
}

.about-section-six .image-column .inner-column .image-box .exp-box {
    position: absolute;
    top: 85px;
    left: -88px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 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;
    background-color: var(--theme-color1);
    text-align: center;
}

@media (max-width: 991.98px) {
    .about-section-six .image-column .inner-column .image-box .exp-box {
        left: 20px;
    }
}

.about-section-six .image-column .inner-column .image-box .exp-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid var(--theme-color1);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.about-section-six .image-column .inner-column .image-box .exp-box .icon {
    position: relative;
    color: var(--theme-color-light);
    font-size: 37px;
    line-height: 1em;
}

.about-section-six .image-column .inner-column .image-box .exp-box .title {
    position: relative;
    color: var(--theme-color-light);
}

/*** 

====================================================================
    About Section Seven
====================================================================

***/
.about-section-seven {
    position: relative;
    padding: 120px 0 70px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .about-section-seven {
        padding: 120px 0 90px;
    }
}

.about-section-seven .float-img-4 {
    position: absolute;
    bottom: 60px;
    right: 50px;
    width: 319px;
    height: 285px;
    background-image: url(../images/resource/float-img-4.png);
}

@media only screen and (max-width: 1644.98px) {
    .about-section-seven .float-img-4 {
        display: none;
    }
}

.about-section-seven .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section-seven .content-column .inner-column {
    position: relative;
}

@media (max-width: 575.98px) {
    .about-section-seven .content-column .inner-column .image {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-section-seven .content-column .inner-column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about-section-seven
    .content-column
    .inner-column
    .blocks-column
    .inner-column {
    margin-left: 10px;
}

.about-section-seven .skills-column .inner-column .skills {
    padding-right: 80px;
}

@media (max-width: 575.98px) {
    .about-section-seven .skills-column .inner-column .skills {
        padding-right: 0;
    }
}

.about-section-seven .skills-column .inner-column .title {
    position: relative;
    color: var(--theme-color2);
    font-weight: 600;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1644.98px) {
    .about-section-seven .skills-column .inner-column .title br {
        display: none;
    }
}

.about-section-seven .skills-column .inner-column .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 25px;
    padding-right: 50px;
}

@media (max-width: 575.98px) {
    .about-section-seven .skills-column .inner-column .text {
        padding-right: 0;
    }
}

.about-block-seven {
    margin-bottom: 30px;
}

.about-block-seven:last-child {
    margin-bottom: 0;
}

.about-block-seven .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-block-seven .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-block-seven .inner-box .content {
    padding: 1px 15px 0px 15px;
}

.about-block-seven .inner-box .icon {
    position: relative;
    font-size: 46px;
    line-height: 1em;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block-seven .inner-box .icon:after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    opacity: 0.1;
    border-radius: 50%;
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .about-block-seven .inner-box .icon:after {
        bottom: 50px;
    }
}

.about-block-seven .inner-box .title {
    position: relative;
    margin-bottom: 5px;
}

.about-block-seven .inner-box .text {
    position: relative;
    line-height: 26px;
}

@media (max-width: 575.98px) {
    .about-block-seven .inner-box .text br {
        display: none;
    }
}

/*** 

====================================================================
        About Section
====================================================================

***/
.about-section-eight {
    position: relative;
    padding: 0 0 120px;
}

@media (max-width: 991.98px) {
    .about-section-eight {
        padding: 0 0 50px;
    }
}

.about-section-eight.style-two {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .about-section-eight.style-two {
        padding: 70px 0 84px;
    }
}

.about-section-eight.style-two .content-column {
    margin-bottom: 0;
}

.about-section-eight.style-two .image-column {
    margin-bottom: 0;
}

.about-section-eight .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.about-section-eight .content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    .about-section-eight .content-column .inner-column {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .about-section-eight .content-column .inner-column {
        margin-top: 0px;
    }
}

.about-section-eight .content-column .sec-title {
    margin-bottom: 40px;
    margin-right: -50px;
}

@media (max-width: 1399.98px) {
    .about-section-eight .content-column .sec-title {
        margin-right: 0;
    }
}

.about-section-eight .content-column .sec-title .text {
    margin-right: 5px;
}

@media (max-width: 1399.98px) {
    .about-section-eight .content-column .sec-title .text {
        margin-right: 0;
    }
}

.about-section-eight .content-column .list-style-two {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .about-section-eight .content-column .list-style-two {
        margin-bottom: 30px;
    }
}

.about-section-eight .content-column .btn-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) {
    .about-section-eight .content-column .btn-box {
        display: block;
    }
}

.about-section-eight .content-column .info-btn {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 8px 0;
    padding-left: 90px;
    color: #181818;
    text-align: left;
    font-weight: 800;
    white-space: nowrap;
    line-height: 20px;
    margin-right: 30px;
}

.about-section-eight .content-column .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.about-section-eight .content-column .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    line-height: 68px;
    height: 68px;
    width: 68px;
    text-align: center;
    border-radius: 50%;
    color: var(--bg-theme-color2);
    background-color: #edf0f5;
    font-size: 24px;
}

.about-section-eight .content-column .info-btn:hover {
    color: var(--bg-theme-color2);
}

.about-section-eight .content-column .founder-info {
    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;
    padding-left: 80px;
    min-height: 65px;
}

@media (max-width: 575.98px) {
    .about-section-eight .content-column .founder-info {
        margin-bottom: 30px;
    }
}

.about-section-eight .content-column .founder-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.about-section-eight .content-column .founder-info .thumb img {
    border-radius: 50%;
}

.about-section-eight .content-column .founder-info .name {
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-eight .content-column .founder-info .designation {
    margin-top: 1px;
}

.about-section-eight .image-column {
    position: relative;
    margin-bottom: 121px;
}

@media (max-width: 575.98px) {
    .about-section-eight .image-column {
        display: none;
    }
}

.about-section-eight .image-column .inner-column {
    position: relative;
    padding-right: 110px;
}

.about-section-eight .image-column .inner-column:before {
    position: absolute;
    right: 65px;
    bottom: 46px;
    height: 246px;
    width: 119px;
    background-image: url(../images/icons/pattern-6.png);
    content: "";
}

.about-section-eight .image-column .image-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}

.about-section-eight .image-column .image-1 img {
    width: 100%;
}

.about-section-eight .image-column .image-2 {
    position: absolute;
    right: 0;
    top: 60px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.about-section-eight .image-column .image-2 img {
    width: 100%;
}

.about-section-eight .experience {
    background: var(--bg-theme-color1);
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    bottom: 60px;
    left: -110px;
    min-width: 220px;
    padding: 20px 30px;
    position: absolute;
}

@media (max-width: 1399.98px) {
    .about-section-eight .experience {
        bottom: 10px;
        left: 10px;
    }
}

.about-section-eight .experience .inner {
    padding-left: 75px;
    position: relative;
}

.about-section-eight .experience .icon {
    color: #ffffff;
    font-size: 64px;
    left: 0px;
    position: absolute;
    top: 3px;
}

.about-section-eight .experience .text {
    color: #ffffff;
    line-height: 20px;
    position: relative;
}

.about-section-eight .experience strong {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 7px;
    position: relative;
}

/*** 

====================================================================
        About Section Nine
====================================================================

***/
.about-section-nine {
    position: relative;
    padding: 80px 0 80px;
    margin-bottom: -70px;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .about-section-nine {
        margin-bottom: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-section-nine {
        padding: 90px 0 60px;
    }
}

.about-section-nine:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 545px;
    height: 686px;
    background-image: url("../images/pattern/shape-26.png");
}

@media (max-width: 1199.98px) {
    .about-section-nine:before {
        display: none;
    }
}

.about-section-nine:after {
    content: "";
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 715px;
    height: 442px;
    background-image: url("../images/pattern/shape-27.png");
}

@media (max-width: 1199.98px) {
    .about-section-nine:after {
        display: none;
    }
}

.about-section-nine .service-column .inner-column {
    margin-left: 24px;
}

@media (max-width: 1199.98px) {
    .about-section-nine .service-column .inner-column {
        margin-left: 0;
    }
}

.about-section-nine .content-column {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.about-section-nine .content-column .sec-title br {
    display: none;
}

@media (max-width: 1199.98px) {
    .about-section-nine .content-column .sec-title br {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .about-section-nine .content-column .sec-title br {
        display: none;
    }
}

.about-section-nine .content-column .inner-column {
    position: relative;
    padding-left: 0;
    padding-right: 80px;
}

@media (max-width: 1199.98px) {
    .about-section-nine .content-column .inner-column {
        margin-bottom: 50px;
    }
}

.about-section-nine .content-column .sec-title {
    margin-bottom: 40px;
    margin-right: 0;
}

@media (max-width: 1399.98px) {
    .about-section-nine .content-column .sec-title {
        margin-right: 0;
    }
}

.about-section-nine .content-column .sec-title .text {
    margin-right: 5px;
}

.about-section-nine .content-column .sec-title .text p {
    color: #000000;
}

@media (max-width: 1399.98px) {
    .about-section-nine .content-column .sec-title .text {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section-nine .content-column .sec-title .text br {
        display: none;
    }
}

.about-section-nine .content-column .list-style-two {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .about-section-nine .content-column .list-style-two {
        margin-bottom: 30px;
    }
}

.about-section-nine .content-column .btn-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: 1399.98px) {
    .about-section-nine .content-column .btn-box {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
}

@media (max-width: 575.98px) {
    .about-section-nine .content-column .btn-box {
        display: block;
    }
}

.about-section-nine .content-column .info-btn {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 8px 0;
    padding-left: 90px;
    color: #181818;
    text-align: left;
    font-weight: 800;
    white-space: nowrap;
    line-height: 20px;
    margin-right: 30px;
}

.about-section-nine .content-column .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.about-section-nine .content-column .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    line-height: 68px;
    height: 68px;
    width: 68px;
    text-align: center;
    border-radius: 50%;
    color: var(--bg-theme-color2);
    background-color: #edf0f5;
    font-size: 24px;
}

.about-section-nine .content-column .info-btn:hover {
    color: var(--bg-theme-color2);
}

.about-section-nine .content-column .founder-info {
    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;
    padding-left: 80px;
    min-height: 65px;
}

@media (max-width: 1399.98px) {
    .about-section-nine .content-column .founder-info {
        margin-right: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-section-nine .content-column .founder-info {
        margin-bottom: 30px;
    }
}

.about-section-nine .content-column .founder-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.about-section-nine .content-column .founder-info .thumb img {
    border-radius: 50%;
}

.about-section-nine .content-column .founder-info .name {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-section-nine .content-column .founder-info .designation {
    margin-top: 1px;
}

.about-section-nine .service-block.style-two {
    position: relative;
    top: 30px;
}

@media (max-width: 1199.98px) {
    .about-section-nine .service-block.style-two {
        top: 0;
    }
}

.about-section-nine .service-block .inner-box {
    background-color: var(--bg-theme-color1);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
    padding: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-nine .service-block .inner-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.about-section-nine .service-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color1);
    color: var(--text-color-light);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.about-section-nine .service-block .inner-box .icon {
    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;
    height: 100px;
    width: 100px;
    font-size: 50px;
    color: var(--theme-color1);
    font-weight: 900;
    line-height: 64px;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-nine .service-block .inner-box .title {
    margin-bottom: 15px;
}

/*** 

====================================================================
    Services Section
====================================================================

***/
.services-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section {
        padding: 89px 0 67px;
    }
}

.services-section .icon-plane-2 {
    position: absolute;
    top: 50px;
    left: 120px;
}

.services-section .sec-title {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .services-section .sec-title {
        margin-bottom: 40px;
    }
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block .inner-box {
    position: relative;
    padding-bottom: 112px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.service-block .inner-box:hover .image-box .read-more {
    color: var(--theme-color-light);
    background: var(--theme-color-dark);
}

.service-block .inner-box:hover .image-box .read-more:before {
    height: 100%;
}

.service-block .inner-box:hover .content-box .inner {
    height: auto;
}

.service-block .inner-box .image-box {
    position: relative;
}

.service-block .inner-box .image-box .image {
    position: relative;
    margin-bottom: 0px;
    margin-right: 42px;
    overflow: hidden;
}

.service-block .inner-box .image-box .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .image-box .read-more {
    background: #f3f4f7;
    color: var(--theme-color-dark);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    left: 100%;
    line-height: 20px;
    padding: 11px 53px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
    width: 51%;
}

@media (max-width: 1199.98px) {
    .service-block .inner-box .image-box .read-more {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .service-block .inner-box .image-box .read-more {
        width: 49%;
    }
}

.service-block .inner-box .image-box .read-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0;
    height: 0;
    background-color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.service-block .inner-box .image-box .read-more:hover {
    color: var(--theme-color1);
}

.service-block .inner-box .image-box .read-more i {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--theme-color1);
}

.service-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 28px 20px;
    background-color: var(--theme-color-light);
    border: 1px solid #eee9e3;
}

.service-block .inner-box .content-box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 44px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.png);
    -webkit-transform: translate(-33px, -35px);
    transform: translate(-33px, -35px);
}

.service-block .inner-box .content-box .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 15px;
}

.service-block .inner-box .content-box .icon {
    bottom: 20px;
    height: 80px;
    font-size: 42px;
    left: 0;
    line-height: 80px;
    position: absolute;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.service-block .inner-box .content-box .icon::after {
    background-image: url(../images/icons/icon-border.png);
    bottom: -5px;
    content: "";
    height: 58px;
    position: absolute;
    width: 93px;
}

.service-block .inner-box .content-box .title {
    letter-spacing: -0.01em;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

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

.service-block .inner-box .content-box .inner {
    display: none;
    overflow: hidden;
    padding-right: 46px;
    position: relative;
}

.service-block .inner-box .content-box .inner .text {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
    position: relative;
    background-color: var(--theme-color2);
    padding: 80px 0;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section-two {
        padding: 90px 0;
    }
}

.services-section-two .bg-image {
    width: 635px;
}

@media (max-width: 1399.98px) {
    .services-section-two .bg-image {
        display: none;
    }
}

.services-section-two .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    opacity: 0.95;
}

.services-section-two .bg-image2 {
    right: 0;
    width: 1268px;
    left: auto;
}

.services-section-two .owl-carousel .owl-dots {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .services-section-two .owl-carousel .owl-dots {
        margin-top: 0;
    }
}

.services-section-two .owl-carousel .owl-dots .owl-dot {
    height: 3px;
    width: 31px;
    margin: 0 5px;
    border: 1px solid #e7e8e8;
    background-color: #e7e8e8;
}

@media (max-width: 575.98px) {
    .services-section-two .owl-carousel .owl-dots .owl-dot {
        width: 20px;
    }
}

.services-section-two .owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

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

.service-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}

.service-block-two .inner-box:hover .image-box .read-more {
    color: var(--theme-color-light);
    background: var(--theme-color-dark);
}

.service-block-two .inner-box:hover .image-box .read-more:before {
    height: 100%;
}

.service-block-two .inner-box:hover .content-box .icon {
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
}

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

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

.service-block-two .inner-box .content-box {
    position: relative;
    padding: 0 10px 18px;
}

.service-block-two .inner-box .content-box .inner {
    position: relative;
    display: inline-block;
    border-top: 4px solid var(--theme-color1);
    margin-top: -56px;
    padding: 90px 15px 30px 20px;
    background-color: #f3f4f7;
}

@media (max-width: 991.98px) {
    .service-block-two .inner-box .content-box .inner {
        width: 100%;
    }
}

.service-block-two .inner-box .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 65px;
    width: 44px;
    height: 64px;
    background-image: url(../images/icons/icon-arrow.png);
    z-index: 3;
    pointer-events: none;
}

.service-block-two .inner-box .content-box .icon {
    position: absolute;
    top: -22px;
    left: 18px;
    height: 87px;
    width: 90px;
    line-height: 87px;
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.service-block-two .inner-box .content-box .title {
    position: relative;
    margin-bottom: 5px;
    z-index: 2;
}

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

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

.service-block-two .inner-box .content-box .text {
    line-height: 1.8em;
    font-size: 13px;
    margin-bottom: 15px;
}

.service-block-two .inner-box .content-box .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
    color: var(--theme-color-light);
}

.service-block-two .inner-box .content-box .theme-btn i {
    position: relative;
    color: var(--theme-color1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .content-box .theme-btn:hover i {
    color: var(--theme-color-light);
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/
.services-section-three {
    position: relative;
    padding: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .services-section-three {
        padding: 90px 0 0;
    }
}

.services-section-three .outer-box {
    margin-top: -70px;
}

@media (max-width: 991.98px) {
    .services-section-three .outer-box {
        margin-top: 0;
    }
}

.service-block-three .inner-box {
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .service-block-three .inner-box {
        margin-bottom: 20px;
    }
}

.service-block-three .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-three .inner-box:hover .icon-box .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.service-block-three .inner-box:hover .image:before {
    height: 100%;
}

.service-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.service-block-three .inner-box:hover .content-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.service-block-three .inner-box .image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0.85;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.service-block-three .inner-box .image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon-box {
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 128px;
    height: 108px;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon-box .icon {
    color: var(--theme-color-light);
    font-size: 60px;
    margin-left: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .content-box {
    padding: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .content-box .title {
    color: var(--text-color-light);
    margin-bottom: 0;
    text-align: center;
}

.service-block-three .inner-box .content-box .text {
    color: var(--text-color-light);
}

/*** 

====================================================================
    Services Section Four
====================================================================

***/
.services-section-four {
    position: relative;
    padding: 120px 0 90px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section-four {
        padding: 90px 0 0;
    }
}

.services-section-four:after {
    position: absolute;
    right: 0;
    top: 0px;
    height: 389px;
    width: 331px;
    border-radius: 0 0 0 500px;
    background-color: #787878;
    opacity: 5%;
    content: "";
    z-index: -1;
}

@media (max-width: 991.98px) {
    .services-section-four:after {
        display: none;
    }
}

.services-section-four .sec-title {
    margin-bottom: 50px;
}

.service-block-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block-four .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 25px 25px 25px;
    background-color: var(--bg-theme-color1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 280px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 3px solid var(--border-theme-color1);
}

.service-block-four .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    content: "";
    bottom: 0;
    top: auto;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.service-block-four .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-block-four .inner-box:hover:before {
    height: 0;
}

.service-block-four .inner-box:hover .icon {
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.service-block-four .inner-box:hover .title {
    color: #ffffff;
}

.service-block-four .inner-box:hover .text {
    color: #ffffff;
}

.service-block-four .icon {
    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;
    height: 100px;
    width: 100px;
    font-size: 64px;
    color: var(--theme-color-light);
    font-weight: 900;
    line-height: 64px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    margin: 0 auto 15px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block-four .title {
    margin-bottom: 10px;
    line-height: 1.2em;
}

.service-block-four .title:hover {
    color: var(--theme-color1);
}

.service-block-four .text {
    position: relative;
    line-height: 24px;
    color: #808287;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*** 

====================================================================
    Services Section Five
====================================================================

***/
.services-section-five {
    position: relative;
    padding: 80px 0 80px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section-five {
        padding: 90px 0 90px;
    }
}

.services-section-five .shape-28 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 321px;
    height: 504px;
    background-image: url(../images/pattern/shape-28.png);
}

@media (max-width: 991.98px) {
    .services-section-five .shape-28 {
        display: none;
    }
}

.services-section-five .float-image {
    position: absolute;
    bottom: 0;
    left: 18px;
    z-index: 1;
}

@media only screen and (max-width: 1899.98px) {
    .services-section-five .float-image {
        display: none;
    }
}

.services-section-five .sec-title {
    margin-bottom: 60px;
}

.services-section-five .sec-title .text p {
    color: #000000;
}

@media (max-width: 991.98px) {
    .services-section-five .sec-title {
        margin-bottom: 40px;
    }
}

.services-section-five .tabs-column .nav-tabs li {
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .services-section-five .tabs-column {
        margin-bottom: 40px;
    }
}

.services-section-five .tabs-column .nav-tabs {
    display: block;
    border: 0;
}

.services-section-five .tabs-column .nav-tabs li {
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.services-section-five .tabs-column .nav-tabs li .nav-link {
    border: 0;
    display: block;
    padding: 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font2);
    background-color: #ffffff;
    padding: 8px 22px;
    text-align: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #efefef;
    height: 95px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-section-five .tabs-column .nav-tabs li .nav-link .icon {
    border-radius: 50%;
    background-color: #f5f5f5;
    color: var(--theme-color3);
    font-size: 34px;
    margin-right: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    flex-shrink: 0;
}

.services-section-five .tabs-column .nav-tabs li .nav-link .title {
    color: var(--theme-color2);
    margin-bottom: 0;
    font-size: 18px;
}

.services-section-five .tabs-column .nav-tabs li .nav-link .link-indicator {
    margin-left: 15px;
    flex-shrink: 0;
}

.services-section-five .tabs-column .nav-tabs li .nav-link .link-indicator a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.services-section-five
    .tabs-column
    .nav-tabs
    li
    .nav-link
    .link-indicator
    a:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.services-section-five .tabs-column .nav-tabs li .nav-link span {
    font-size: 16px;
    display: inline-block;
}

.services-section-five .tabs-column .nav-tabs li .nav-link .text {
    font-size: 12px;
    color: #7a7a7a;
    display: block;
    line-height: 1.4;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active {
    border-color: transparent;
    background-color: var(--theme-color3);
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active .title {
    color: #ffffff;
}

.services-section-five .tabs-column .nav-tabs li .nav-link.active .text {
    color: rgba(255, 255, 255, 0.7);
}

.services-section-five .tabs-column .nav-tabs li .nav-link .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.services-section-five .tabs-column .theme-btn {
    width: 100%;
}

.services-section-five .content-column .inner .image-box .image {
    border-radius: 5px 5px 0 0;
}

.services-section-five .content-column .inner .image-box .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.services-section-five .content-column .inner .text {
    background-color: #f4f4f4;
    padding: 13px 10px 17px 29px;
}

@media (max-width: 1199.98px) {
    .services-section-five .content-column .inner .text br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .services-section-five {
        padding: 40px 0 40px;
    }

    .services-section-five .sec-title {
        margin-bottom: 20px;
    }

    .services-section-five .tabs-column .nav-tabs li .nav-link {
        height: auto;
        padding: 10px 16px;
    }

    .services-section-five .sec-title .sub-title {
        top: -4px;
    }
}

/*** 

====================================================================
    Services Section Six
====================================================================

***/
.services-section-six {
    position: relative;
    padding: 0 0 100px;
}

@media (max-width: 1199.98px) {
    .services-section-six {
        padding: 90px 0 100px;
    }
}

@media (max-width: 991.98px) {
    .services-section-six {
        padding: 90px 0 50px;
    }
}

.services-section-six .icon-plane {
    position: absolute;
    bottom: -150px;
    right: 30px;
}

.services-section-six .float-text {
    position: absolute;
    top: 188px;
    left: 80px;
    font-size: 390px;
    font-weight: 400;
    opacity: 0.1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color-dark);
    text-transform: uppercase;
    z-index: 1;
}

.services-section-six .sec-title {
    position: relative;
    z-index: 1;
}

.services-section-six .carousel-outer {
    margin: 0 -27px;
}

.services-section-six .carousel-outer:before {
    position: absolute;
    top: -110px;
    left: 305px;
    width: 670px;
    height: 941px;
    background-color: rgba(198, 148, 83, 0.1);
    content: "";
}

@media (max-width: 991.98px) {
    .services-section-six .carousel-outer:before {
        top: 0;
        left: 0;
        width: 100%;
    }
}

.services-section-six .carousel-outer .service-block-six {
    padding: 0 27px;
}

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

.services-section-six .default-dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.service-block-six {
    margin-bottom: 40px;
}

.service-block-six .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.service-block-six .inner-box:hover .content-box:before {
    width: 100%;
    height: 100%;
}

.service-block-six .inner-box:hover .content-box .icon:after {
    width: 100%;
    height: 100%;
}

.service-block-six .inner-box:hover .content-box .title,
.service-block-six .inner-box:hover .content-box .text {
    color: var(--theme-color-light);
}

.service-block-six .inner-box .image {
    position: relative;
    overflow: hidden;
}

.service-block-six .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box .content-box {
    position: absolute;
    left: -25px;
    right: 50px;
    bottom: 28px;
    padding: 20px 70px 25px 42px;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .service-block-six .inner-box .content-box {
        left: 30px;
        right: 30px;
        padding: 20px 40px 25px 42px;
    }
}

@media (max-width: 575.98px) {
    .service-block-six .inner-box .content-box {
        left: 0;
        right: 0;
        bottom: 15px;
        padding: 20px 15px;
        padding-right: 50px;
    }
}

.service-block-six .inner-box .content-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color1);
    width: 80px;
    height: 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.service-block-six .inner-box .content-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    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: 42px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.service-block-six .inner-box .content-box .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color2);
    width: 0;
    height: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    z-index: -1;
}

.service-block-six .inner-box .content-box .title {
    position: relative;
    margin-bottom: 0;
    padding-left: 65px;
    z-index: 1;
}

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

@media (max-width: 575.98px) {
    .service-block-six .inner-box .content-box .title {
        padding-left: 80px;
    }
}

.service-block-six .inner-box .content-box .text {
    position: relative;
    line-height: 26px;
    padding-top: 18px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-six .inner-box .content-box .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    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-color-light);
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Services Section Seven
====================================================================

***/
.services-section-seven {
    position: relative;
    padding: 120px 0 89px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section-seven {
        padding: 90px 0 60px;
    }
}

.services-section-seven .title-column {
    position: relative;
    margin-bottom: 60px;
    padding-top: 42px;
}

.services-section-seven .title-column .sec-title {
    margin-bottom: 0;
}

.services-section-seven .image-column {
    position: relative;
    margin-bottom: 60px;
}

.services-section-seven .image-column .image-box {
    position: relative;
    padding-left: 70px;
    text-align: right;
}

.services-section-seven .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.services-section-seven .image-column .image-box .image:before {
    position: absolute;
    left: -10px;
    top: 30px;
    bottom: 30px;
    background-color: var(--bg-theme-color2);
    width: 10px;
    content: "";
}

.services-section-seven .image-column .image-box .image img {
    display: block;
}

.services-section-seven.style-two {
    background-color: var(--bg-theme-color1);
}

.services-section-seven.style-two:before {
    background-image: url(../images/icons/pattern-22.jpg);
}

.service-block-seven {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block-seven .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 38px 10px 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.service-block-seven .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #f1f1f1;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: -1;
}

.service-block-seven .inner-box:hover:before {
    height: 100%;
}

.service-block-seven .inner-box:hover .icon {
    color: var(--theme-color2);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.service-block-seven .inner-box:hover .read-more i {
    color: var(--theme-color1);
    right: 0;
}

.service-block-seven .inner-box:hover .read-more span {
    color: var(--theme-color1);
    opacity: 1;
    visibility: visible;
}

.service-block-seven .icon-box {
    position: relative;
    margin-bottom: 27px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .icon-box:before {
    position: absolute;
    right: -20px;
    top: 0;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: -1;
}

.service-block-seven .icon {
    position: relative;
    color: var(--theme-color1);
    font-size: 60px;
    font-weight: 900;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .title {
    margin-bottom: 10px;
    line-height: 30px;
}

.service-block-seven .text {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .read-more {
    color: var(--theme-color2);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-seven .read-more i {
    color: var(--theme-color2);
    font-size: 20px;
    margin-right: 6px;
    font-weight: 400;
    position: relative;
    top: 2px;
    right: -44px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.service-block-seven .read-more span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*** 

====================================================================
    Services Section Eight
====================================================================

***/
.services-section-eight {
    position: relative;
    padding: 120px 0 120px;
    background-color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .services-section-eight {
        padding: 90px 0;
    }
}

.services-section-eight .bg-pattern-2 {
    background-image: url(../images/pattern/bg-pattern-2.png);
}

.services-section-eight .upper-box {
    margin-bottom: 40px;
}

.services-section-eight .image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.services-section-eight .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.services-section-eight .image-box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/pattern/pattern-1.png);
}

.services-section-eight .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

.services-section-eight .bottom-box .text {
    font-size: 18px;
    line-height: 34px;
    color: #9898a0;
    font-weight: 500;
}

.services-section-eight .bottom-box .text br {
    display: none;
}

@media (max-width: 991.98px) {
    .services-section-eight .bottom-box .text br {
        display: block;
    }
}

.services-section-eight .bottom-box .theme-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 38px;
    background-color: var(--bg-theme-color1);
    margin-left: 30px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .services-section-eight .bottom-box .theme-btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

.services-section-eight .bottom-box .theme-btn:hover {
    background-color: #ffffff;
    color: #000;
}

.fact-counter-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.counter-block-three {
    position: relative;
    margin-top: -15px;
    margin-bottom: 40px;
}

.counter-block-three:first-child .inner {
    padding: 0;
    margin: 0;
}

.counter-block-three:first-child .inner::before {
    display: none;
}

.counter-block-three .inner {
    position: relative;
    text-align: right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: 200px;
    margin-left: 70px;
    padding-left: 70px;
}

@media (max-width: 575.98px) {
    .counter-block-three .inner {
        min-width: 100px;
        margin-left: 46px;
        padding-left: 46px;
    }
}

.counter-block-three .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #9898a0;
    opacity: 0.2;
    content: "";
}

.counter-block-three .inner:hover .icon {
    background-color: var(--bg-theme-color2);
    color: #ffffff;
}

.counter-block-three .count-box {
    font-size: 45px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.counter-block-three .count-box .count-text {
    font-size: 50px;
    font-family: var(--title-font);
    color: #ffffff;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 575.98px) {
    .counter-block-three .count-box .count-text {
        font-size: 30px;
    }
}

.counter-block-three .counter-title {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .counter-block-three .counter-title {
        font-size: 14px;
    }
}

/*** 

====================================================================
    Services Section Nine
====================================================================

***/
.services-section-nine {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .services-section-nine {
        padding: 60px 0;
    }
}

.services-section-nine:before {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 715px;
    height: 442px;
    background-image: url("../images/pattern/shape-27.png");
}

@media (max-width: 991.98px) {
    .services-section-nine:before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .service-block-nine {
        margin-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .service-block-nine {
        margin-bottom: 20px;
    }
}

.service-block-nine .inner-box {
    position: relative;
}

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

.service-block-nine .inner-box:hover .image:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.service-block-nine .inner-box:hover .image:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

.service-block-nine .inner-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-nine .inner-box .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 1;
}

.service-block-nine .inner-box .image:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

.service-block-nine .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-nine .inner-box .content-box {
    padding: 20px 30px;
    background-color: var(--theme-color-light);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .service-block-nine .inner-box .content-box {
        padding: 15px;
    }
}

.service-block-nine .inner-box .content-box .designation {
    text-transform: uppercase;
    font-weight: 400;
}

.service-block-nine .inner-box .content-box .title {
    margin-top: 5px;
    margin-bottom: 10px;
}

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

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

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

.service-block-nine .inner-box .content-box .read-more {
    color: #444444;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
}

.service-block-nine .inner-box .content-box .read-more:hover {
    color: var(--theme-color1);
}

.service-block-nine .inner-box .content-box .read-more:hover .icon {
    color: var(--theme-color1);
    left: -18px;
    opacity: 0;
}

.service-block-nine .inner-box .content-box .read-more .icon {
    position: relative;
    left: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-nine.style-one {
    margin-bottom: 120px;
}

@media (max-width: 991.98px) {
    .service-block-nine.style-one {
        margin-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .service-block-nine.style-one {
        margin-bottom: 20px;
    }
}

.service-block-nine.style-one .content-box {
    width: 510px;
    height: 184px;
    margin-top: -88px;
    position: relative;
}

@media (max-width: 991.98px) {
    .service-block-nine.style-one .content-box {
        margin-top: 0;
        height: auto;
        width: auto;
    }
}

.service-block-nine.style-two .content-box {
    width: 445px;
    height: 184px;
    position: absolute;
    right: 0;
    bottom: -86px;
}

@media (max-width: 991.98px) {
    .service-block-nine.style-two .content-box {
        width: auto;
        height: auto;
        bottom: 0;
        position: relative;
    }
}

/*** 

====================================================================
    Map Section
====================================================================

***/
.map-section {
    position: relative;
    z-index: 1;
}

.map-section .map {
    position: relative;
    height: 350px;
    width: 100%;
    display: block;
}

.map-section .branches-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.map-section.alternate .map {
    height: 350px;
}

.map-section.alternate.pull-up {
    margin-top: -45px;
}

/*** 

====================================================================
        Call To Action
====================================================================

***/
.call-to-action {
    position: relative;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 42% 0%;
    background-size: cover;
    background-color: var(--bg-theme-color2);
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .call-to-action {
        background-position: 50% 0%;
    }
}

@media (max-width: 991.98px) {
    .call-to-action {
        padding: 45px 0;
    }
}

@media (max-width: 991.98px) {
    .call-to-action .image-column {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
}

.call-to-action .outer-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;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 991.98px) {
    .call-to-action .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action .title-box {
        margin-right: 5px;
    }
}

@media (max-width: 991.98px) {
    .call-to-action .title-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.call-to-action .title-box .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .call-to-action .title-box .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .call-to-action .title-box .title {
        font-size: 25px;
    }
}

@media (max-width: 1199.98px) {
    .call-to-action .title-box .title br {
        display: none;
    }
}

.call-to-action .btn-box {
    position: relative;
    z-index: 1;
}

.call-to-action .btn-box .theme-btn {
    background-color: var(--color-background) !important;
    color: var(--color-white);
}

/*** 

====================================================================
        Call To Action Two
====================================================================

***/
.call-to-action-two {
    position: relative;
    padding: 140px 0 255px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .call-to-action-two {
        padding: 100px 0 100px;
    }
}

.call-to-action-two:before {
    content: "";
    position: absolute;
    bottom: 58px;
    right: 56px;
    width: 668px;
    height: 395px;
    background-image: url("../images/pattern/shape-19.png");
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

@media (max-width: 991.98px) {
    .call-to-action-two:before {
        display: none;
    }
}

.call-to-action-two .title-box {
    position: relative;
    text-align: center;
}

.call-to-action-two .title-box .title {
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .call-to-action-two .title-box .title {
        font-size: 42px;
    }
}

@media (max-width: 575.98px) {
    .call-to-action-two .title-box .title br {
        display: none;
    }
}

.call-to-action-two .title-box .sub-title {
    position: relative;
    top: -20px;
    padding-left: 34px;
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--sec-title-subtitle-color);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 575.98px) {
    .call-to-action-two .title-box .sub-title {
        padding-left: 0;
    }
}

.call-to-action-two .title-box .sub-title:before {
    position: absolute;
    left: 0;
    top: -7px;
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/title.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

@media (max-width: 575.98px) {
    .call-to-action-two .title-box .sub-title:before {
        display: none;
    }
}

.call-to-action-two .title-box .theme-btn {
    margin-top: 45px;
}

/*** 

====================================================================
        Call To Action Three
====================================================================

***/
@media (max-width: 991.98px) {
    .call-to-action-three {
        padding-top: 90px;
    }
}

.call-to-action-three .contact-form-three {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .call-to-action-three .contact-form-three .theme-btn {
        background-color: var(--theme-color2) !important;
    }
}

.call-to-action-three .contact-form-three .theme-btn:hover {
    color: var(--theme-color1) !important;
}

@media (max-width: 991.98px) {
    .call-to-action-three .contact-form-three .theme-btn:before {
        background-color: var(--theme-color-light) !important;
    }
}

.call-to-action-three .outer-box {
    position: relative;
    padding: 40px 40px 10px 60px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
    margin-top: -44px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .call-to-action-three .outer-box {
        margin-top: 0;
        padding: 40px 20px 20px 20px;
    }
}

.call-to-action-three .outer-box:after {
    background-color: var(--theme-color1);
    height: 100%;
    width: 47%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}

@media (max-width: 1199.98px) {
    .call-to-action-three .outer-box:after {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .call-to-action-three .outer-box:after {
        clip-path: none;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-three .outer-box:after {
        width: 100%;
        clip-path: none;
    }
}

.call-to-action-three .outer-box:before {
    background-color: var(--theme-color-dark);
    height: 100%;
    width: 47%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    top: 0;
    bottom: 0;
    left: 13px;
    z-index: -2;
}

@media (max-width: 1199.98px) {
    .call-to-action-three .outer-box:before {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .call-to-action-three .outer-box:before {
        clip-path: none;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .call-to-action-three .outer-box:before {
        display: none;
    }
}

.call-to-action-three .content-column .inner-column .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
    margin-top: -31px;
}

@media (max-width: 991.98px) {
    .call-to-action-three .content-column .inner-column .title {
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .call-to-action-three .content-column .inner-column .title {
        font-size: 24px;
    }
}

/*** 

====================================================================
    Locations Section
====================================================================

***/
.locations-section {
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.locations-section .map-box {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.location {
    position: absolute;
    left: 0;
    top: 0;
}

.location:hover .location-info {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.location.align-center .location-info {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.location.align-center .location-info:before {
    left: 50%;
    margin-left: -15px;
}

.location.align-right .location-info {
    left: auto;
    right: -44px;
}

.location.align-right .location-info:before {
    left: auto;
    right: 37px;
}

.location .location-dot {
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.location .location-dot:after {
    position: absolute;
    left: -17px;
    top: -17px;
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    -webkit-animation: ripple 2s infinite linear;
    animation: ripple 2s infinite linear;
}

.location:nth-child(2) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.location:nth-child(3) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.location:nth-child(4) .location-dot:after {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.location:nth-child(5) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.location:nth-child(6) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.location .location-info {
    position: absolute;
    left: -44px;
    bottom: 100%;
    margin-bottom: 0px;
    background-color: var(--bg-theme-color2);
    padding: 30px 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.location .location-info:before {
    position: absolute;
    top: 100%;
    left: 37px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid var(--border-theme-color2);
    content: "";
}

.location .info-list {
    position: relative;
}

.location .info-list li {
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color1);
}

.location .info-list li:hover a {
    text-decoration: underline;
}

.location.location-1 {
    top: 23.8%;
    left: 15.5%;
}

.location.location-2 {
    top: 78%;
    left: 25.7%;
}

.location.location-3 {
    top: 52.8%;
    left: 58.3%;
}

.location.location-4 {
    top: 13%;
    left: 67.8%;
}

.location.location-5 {
    top: 75%;
    left: 91.3%;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

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

/*** 

====================================================================
    Locations Section Two
====================================================================

***/
.locations-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.location-block-two {
    position: relative;
    margin-bottom: 30px;
}

.location-block-two .inner-box {
    position: relative;
    padding: 40px 30px;
    padding-right: 40px;
    border-right: 4px solid var(--border-theme-color1);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.location-block-two .inner-box:before {
    position: absolute;
    right: -4px;
    top: 0%;
    height: 0;
    border-right: 4px solid var(--border-theme-color2);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.location-block-two .inner-box:hover:before {
    height: 100%;
}

.location-block-two .inner-box:hover .title {
    color: var(--theme-color2);
}

.location-block-two .title {
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.location-block-two .info-list {
    position: relative;
}

.location-block-two .info-list li {
    font-size: 16px;
    color: #8c8f94;
}

.location-block-two .info-list li a {
    color: #8c8f94;
}

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

/***

==================================================================
    Offer Section
==================================================================

***/
.offer-section {
    padding: 0 0 120px;
    margin-top: -183px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .offer-section {
        margin-top: -150px;
        padding: 0 0 90px;
    }
}

.offer-section .content-column {
    position: relative;
}

.offer-section .content-column .inner-column {
    position: relative;
}

.offer-section .content-column .inner-column .info-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-section .content-column .inner-column .info-box .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.offer-section .content-column .inner-column .info-box .inner .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .offer-section .content-column .inner-column .info-box .inner .title {
        font-size: 20px;
    }
}

.offer-section .content-column .inner-column .info-box .inner .icon {
    color: var(--theme-color-light);
    font-size: 70px;
    position: relative;
    top: 8px;
    margin-right: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .offer-section .content-column .inner-column .info-box .inner .icon {
        margin-right: 18px;
    }
}

.offer-section .content-column .inner-column .accordion-box {
    margin-top: 135px;
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .offer-section .content-column .inner-column .accordion-box {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.offer-section .content-column .inner-column .accordion-box .block {
    border: 1px solid #e6e9f1;
    margin-bottom: 10px;
}

.offer-section .content-column .inner-column .accordion-box .block .acc-btn {
    padding: 24px 0 24px 24px;
}

@media (max-width: 575.98px) {
    .offer-section
        .content-column
        .inner-column
        .accordion-box
        .block
        .acc-btn {
        padding: 24px 41px 24px 24px;
    }
}

.offer-section
    .content-column
    .inner-column
    .accordion-box
    .block
    .acc-btn
    .arrow {
    right: 25px;
    top: 8px;
    font-size: 16px;
}

.offer-section .content-column .inner-column .accordion-box .block .content {
    padding: 20px 10px 26px 24px;
}

@media (max-width: 991.98px) {
    .offer-section
        .content-column
        .inner-column
        .accordion-box
        .block
        .content
        .text
        br {
        display: none;
    }
}

.offer-section .image-column {
    position: relative;
    z-index: 1;
}

.offer-section .image-column .inner-column {
    position: relative;
    padding-left: 20px;
}

@media only screen and (max-width: 1023.98px) {
    .offer-section .image-column .inner-column {
        padding-left: 0;
    }
}

.offer-section .image-column .image-box {
    position: relative;
}

.offer-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.offer-section .image-column .image-box .image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    right: -16px;
    top: 0;
    background-color: var(--theme-color1);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
}

@media (max-width: 991.98px) {
    .offer-section .image-column .image-box .image:before {
        display: none;
    }
}

.offer-section .image-column .image-box .image img {
    width: 100%;
    max-height: 702px;
    -o-object-fit: cover;
    object-fit: cover;
}

.offer-section .image-column .video-box {
    position: absolute;
    left: -160px;
    top: 0;
}

@media only screen and (max-width: 1023.98px) {
    .offer-section .image-column .video-box {
        top: 50%;
        left: 50%;
        margin-left: -70px;
        margin-top: -70px;
    }
}

@media (max-width: 575.98px) {
    .offer-section .image-column .video-box {
        margin-left: -50px;
        margin-top: -50px;
    }
}

.offer-section .image-column .video-box .play-btn {
    position: absolute;
    left: 0;
    top: 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;
    height: 183px;
    width: 160px;
    background-color: var(--theme-color-light);
    color: #fff;
    font-size: 38px;
}

@media (max-width: 575.98px) {
    .offer-section .image-column .video-box .play-btn {
        width: 100px;
        height: 100px;
        font-size: 30px;
    }
}

.offer-section .image-column .video-box .play-btn:hover {
    background-color: var(--theme-color2);
}

.offer-section .image-column .video-box .play-btn .icon {
    color: var(--theme-color1);
}

/*** 

====================================================================
    FAQ's Section
====================================================================

***/
.faq-section {
    position: relative;
    padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
    .faq-section {
        padding: 90px 0 25px;
    }
}

@media (max-width: 575.98px) {
    .faq-section {
        padding: 90px 0 50px;
    }
}

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

.faq-section .shape-4 {
    position: absolute;
    bottom: -100px;
    left: 85px;
    width: 41px;
    height: 298px;
    background-image: url(../images/pattern/shape-4.png);
}

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

.faq-section .icon-plane-4 {
    position: absolute;
    bottom: -140px;
    left: 20px;
}

.faq-section .faq-column {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .faq-section .faq-column {
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .faq-section .faq-column {
        margin-bottom: 34px;
    }
}

.faq-section .faq-column .inner-column {
    position: relative;
    padding: 57px 0;
    padding-left: 44px;
}

@media (max-width: 1199.98px) {
    .faq-section .faq-column .inner-column {
        padding-left: 40px;
    }
}

@media (max-width: 575.98px) {
    .faq-section .faq-column .inner-column {
        padding: 0;
    }
}

.faq-section .faq-column .inner-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 315px;
    height: 100%;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
    border-left: 5px solid #f0f0f0;
}

@media (max-width: 575.98px) {
    .faq-section .faq-column .inner-column:before {
        display: none;
    }
}

.faq-section .faq-column .inner-column .sec-title {
    margin-bottom: 20px;
}

.faq-section .faq-column .inner-column .sec-title .sub-title {
    margin-bottom: 5px;
}

.faq-section .faq-column .accordion-box {
    max-width: 487px;
}

.faq-section .image-column {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .faq-section .image-column {
        margin-bottom: 0;
    }
}

.faq-section .image-column .inner-column {
    padding-top: 140px;
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .faq-section .image-column .inner-column {
        margin-bottom: 40px;
    }
}

.faq-section .image-column .inner-column .image-box {
    position: relative;
}

.faq-section .image-column .inner-column .image-box .rating-box {
    position: absolute;
    top: -100px;
    left: 60px;
    width: 229px;
    height: 100px;
    border: 3px solid var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transform: translate(38px, 46px);
    transform: translate(38px, 46px);
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        left: 200px;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin-top: 30px;
    }
}

.faq-section .image-column .inner-column .image-box .rating-box .icon {
    position: absolute;
    width: 51px;
    height: 51px;
    line-height: 51px;
    border-radius: 50%;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 24px;
    text-align: center;
    -webkit-transform: translate(-30px, -31px);
    transform: translate(-30px, -31px);
}

.faq-section .image-column .inner-column .image-box .rating-box .rating {
    padding-top: 18px;
}

.faq-section .image-column .inner-column .image-box .rating-box .rating li {
    display: inline-block;
    color: #f9b524;
    font-size: 12px;
    margin: 0 2px;
}

.faq-section .image-column .inner-column .image-box .rating-box .reviews {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    background-color: var(--theme-color-light);
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    position: relative;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-color-dark);
    font-weight: 500;
    cursor: pointer;
    padding: 15px 0 15px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575.98px) {
    .accordion-box .block .acc-btn {
        padding: 15px 14px 15px 0;
    }
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    color: var(--theme-color1);
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn .arrow {
    position: absolute;
    right: 15px;
    top: -1px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 800;
    color: var(--theme-color-dark);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.accordion-box .block .acc-btn.active .arrow {
    font-size: 14px;
    color: var(--theme-color1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

.accordion-box .block .acc-btn.active .icon {
    top: 10px;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

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

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 20px;
}

.accordion-box .block .acc-content .content .text {
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .accordion-box .block .acc-content .content .text br {
        display: none;
    }
}

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

.accordion-box.style-two .block {
    position: relative;
    border: none;
    width: 100%;
    padding: 10px 10px 0 10px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    background-color: var(--theme-color-light);
}

@media (max-width: 991.98px) {
    .accordion-box.style-two .block {
        padding: 7px 10px 10px;
    }
}

.accordion-box.style-two .block .acc-btn {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .accordion-box.style-two .block .acc-btn {
        padding-left: 70px;
    }
}

.accordion-box.style-two .block .arrow {
    right: 4px;
}

.accordion-box.style-two .block .content {
    padding: 15px 20px;
}

.accordion-box.style-two .block .content .text {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}

@media (max-width: 991.98px) {
    .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px;
    }
}

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

.accordion-box.style-two .block .acc-btn.active .arrow,
.accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}

.accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.accordion-box.style-two .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    color: #a6a6a6;
    background-color: #f2f3f6;
    text-align: center;
}

@media (max-width: 575.98px) {
    .accordion-box.style-two .count {
        top: 5px;
    }
}

/*** 

====================================================================
    FAQ's Section Two
====================================================================

***/
.faq-section-two {
    position: relative;
    padding: 0;
    background-color: #e1e1e1;
}

@media (max-width: 991.98px) {
    .faq-section-two {
        padding: 90px 0 0;
    }
}

@media (max-width: 991.98px) {
    .faq-section-two.style-two {
        padding: 90px 0 90px;
    }
}

.faq-section-two.style-two .float-image {
    position: absolute;
    bottom: 18px;
    right: 14px;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .faq-section-two.style-two .float-image {
        display: none;
    }
}

.faq-section-two.style-three {
    background-color: transparent;
    padding: 164px 0 120px;
}

@media (max-width: 991.98px) {
    .faq-section-two.style-three {
        padding: 90px 0;
    }
}

.faq-section-two.style-three .faq-column .inner-column {
    margin-left: 77px;
}

@media (max-width: 1199.98px) {
    .faq-section-two.style-three .faq-column .inner-column {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .faq-section-two.style-three .accordion-box {
        margin-right: 0;
    }
}

.faq-section-two.style-three .theme-btn {
    margin-top: 50px;
}

.faq-section-two.style-three .float-image {
    left: 63px;
    right: auto;
    bottom: -112px;
}

.faq-section-two .float-image {
    position: absolute;
    bottom: -85px;
    right: 97px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .faq-section-two .float-image {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .faq-section-two .sec-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .faq-section-two .sec-title .text br {
        display: none;
    }
}

.faq-section-two .faq-column .inner-column {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .faq-section-two .faq-column .inner-column {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.faq-section-two .accordion-box .block {
    background-color: transparent;
}

.faq-section-two .accordion-box {
    margin-right: 40px;
}

.faq-section-two .image-column .inner-column {
    position: relative;
}

.faq-section-two .image-column .inner-column .image-1 {
    padding-left: 90px;
}

@media (max-width: 767.98px) {
    .faq-section-two .image-column .inner-column .image-1 {
        padding-left: 0;
    }
}

.faq-section-two .image-column .inner-column .image-1 img {
    width: 100%;
}

.faq-section-two .image-column .inner-column .image-2 {
    position: absolute;
    left: 0;
    top: -54px;
    border: 10px solid #ffffff;
}

@media (max-width: 991.98px) {
    .faq-section-two .image-column .inner-column .image-2 {
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section-two .image-column .inner-column .image-2 {
        display: none;
    }
}

/***

====================================================================
    Project Section
====================================================================

***/
.project-section {
    position: relative;
    padding: 90px 0 90px;
}

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

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

.project-section .sec-title {
    margin-bottom: 60px;
}

.project-section .sec-title .sub-title {
    border-color: rgba(255, 255, 255, 0.2);
}

.project-section .projects-carousel-three .owl-nav {
    display: none;
}

.project-section.style-two {
    padding: 120px 0;
}

.project-section.style-two .sub-title {
    border-color: #eee9e3;
}

.project-section.style-three {
    padding: 120px 0 0;
}

@media (max-width: 991.98px) {
    .project-section.style-three {
        padding: 90px 0 0;
    }
}

@media (max-width: 991.98px) {
    .project-section.style-three .sec-title {
        margin-bottom: 40px;
    }
}

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

.project-block {
    position: relative;
    margin-bottom: 40px;
}

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

.project-block .inner-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 155px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    z-index: 3;
}

.project-block .inner-box .overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.project-block .inner-box:hover .overlay-1 {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.project-block .inner-box:hover:before {
    -webkit-transform: none;
    transform: none;
}

.project-block .inner-box:hover .image-box .image:before {
    height: 100%;
}

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

.project-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color-light);
    color: var(--theme-color-dark);
}

.project-block .inner-box:hover .content-box .read-more {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .inner-box:hover .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .inner-box:hover .content-box .cat {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

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

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

.project-block .image-box .image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(80%, #c69453),
        color-stop(80%, #c69453)
    );
    background: linear-gradient(transparent, #c69453 80%, #c69453 80%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.project-block .image-box .image img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box {
    position: absolute;
    left: 29px;
    bottom: 26px;
    z-index: 3;
}

.project-block .content-box .read-more {
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 18px;
    opacity: 0;
    display: inline-block;
    color: var(--theme-color-light);
    background-color: var(--theme-color-dark);
    text-align: center;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .read-more i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 16px;
}

.project-block .content-box .title {
    position: relative;
    margin-bottom: 0;
    padding: 6px 18px;
    margin-bottom: 1px;
    opacity: 0;
    background-color: var(--theme-color-light);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.project-block .content-box .cat {
    position: relative;
    padding: 3px 18px;
    font-weight: 400;
    opacity: 0;
    display: inline-block;
    background-color: var(--theme-color-light);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
    Project Section Three
====================================================================

***/
.project-section-three {
    position: relative;
    padding: 120px 0 0;
}

@media (max-width: 991.98px) {
    .project-section-three {
        padding: 90px 0 0;
    }
}

.project-section-three .bg-image {
    height: 460px;
}

.project-section-three .carousel-outer {
    margin-right: -400px;
}

@media (max-width: 1399.98px) {
    .project-section-three .carousel-outer {
        margin-right: 0;
    }
}

.project-section-three .sec-title {
    margin-bottom: 50px;
}

.project-section-three .sec-title .sub-title {
    color: var(--theme-color-light);
}

.project-section-three .sec-title .sub-title:before {
    background-image: url(../images/icons/title2.png);
}

/***

====================================================================
    Project Section
====================================================================

***/
.project-section-five {
    background-color: var(--theme-color-light);
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .project-section-five {
        padding: 90px 0;
    }
}

@media (max-width: 575.98px) {
    .project-section-five {
        padding: 90px 0 80px;
    }
}

.project-section-five.alternate:before {
    bottom: auto;
    top: 0;
    height: 520px;
}

.project-section-five .bg-image {
    height: 586px;
    top: auto;
    bottom: 0;
}

.project-section-five .carousel-outer {
    margin-left: -300px;
    margin-right: -300px;
}

@media only screen and (max-width: 1699.98px) {
    .project-section-five .carousel-outer {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media (max-width: 1399.98px) {
    .project-section-five .carousel-outer {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-section-five .carousel-outer .owl-nav {
    display: none;
}

.project-section-five .expert-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;
}

@media (max-width: 575.98px) {
    .project-section-five .expert-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.project-section-five .expert-info-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.project-section-five .expert-info-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .project-section-five .expert-info-box .image-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.project-section-five .expert-info-box .image-box .image {
    margin-bottom: 0;
}

.project-section-five .expert-info-box .image-box .icon {
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 46px;
    width: 90px;
    height: 90px;
    line-height: 91px;
    margin-left: -44px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-section-five .expert-info-box .content-box .expert-title {
    margin-bottom: 0;
}

.project-section-five.style-two {
    background-color: var(--bg-theme-color1);
    background-image: url(../images/icons/pattern-14.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.project-section-five.style-two:before {
    display: none;
}

.project-section-five.style-two .carousel-outer {
    margin-left: 0;
    margin-right: -400px;
}

.project-section-five.style-two .project-block {
    margin-bottom: 0;
}

.project-section-five.style-two .owl-dots {
    position: absolute;
    left: -60px;
    bottom: 50px;
    display: block !important;
}

.project-section-five.style-two .owl-dots .owl-dot {
    display: block;
    height: 35px;
    width: 3px;
    background-color: #ffffff;
    opacity: 0.2;
    margin-bottom: 10px;
}

.project-section-five.style-two .owl-dots .owl-dot.active {
    opacity: 1;
}

.project-block-five {
    position: relative;
}

.project-block-five .inner-box {
    position: relative;
}

.project-block-five .inner-box:hover .image-box .image:after {
    height: 100%;
}

.project-block-five .inner-box:hover .image-box .icon {
    right: 40px;
    top: 40px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

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

.project-block-five .inner-box:hover .content-box .title a,
.project-block-five .inner-box:hover .content-box .cat {
    color: var(--theme-color-light);
}

.project-block-five .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five .image-box .image {
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
}

.project-block-five .image-box .image a {
    display: block;
    width: 100%;
}

.project-block-five .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        to(#431d06)
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #431d06 100%
    );
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-five .image-box .image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    height: 0;
    opacity: 0.9;
    z-index: 2;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five .image-box .icon {
    position: absolute;
    right: 40px;
    top: 10px;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    font-size: 18px;
    padding-top: 2px;
    border: 2px solid var(--theme-color-light);
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.project-block-five .image-box .icon:hover {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
}

.project-block-five .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 50px;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .project-block-five .content-box {
        padding: 30px 30px;
    }
}

.project-block-five .content-box .cat {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-five .content-box .cat:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    left: 0;
    top: 0px;
    background-color: var(--theme-color1);
}

.project-block-five .content-box .title {
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

.project-block-five .content-box .title:hover {
    color: var(--theme-color3);
}

/***

====================================================================
    Project Section Six
====================================================================

***/
.projects-section-six {
    position: relative;
    padding: 120px 0;
}

.projects-section-six.style-two {
    padding: 80px 0 80px;
}

@media (max-width: 1399.98px) {
    .projects-section-six.style-two {
        padding: 120px 0 95px;
    }
}

@media (max-width: 991.98px) {
    .projects-section-six.style-two {
        padding: 90px 0 50px;
    }
}

.projects-section-six.style-two .bg {
    top: 0;
    bottom: 0;
}

.projects-section-six.style-two:before {
    display: none;
}

.projects-section-six.style-two .sec-title .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    margin-left: 0;
}

@media (max-width: 991.98px) {
    .projects-section-six.style-two .sec-title .theme-btn {
        margin-top: 20px;
    }
}

.projects-section-six.style-two .sec-title .theme-btn:hover {
    color: var(--theme-color-light);
}

.projects-section-six.style-two .carousel-outer {
    margin-right: -580px;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .projects-section-six.style-two .carousel-outer {
        margin-right: 0;
    }
}

.projects-section-six.style-two .carousel-outer .owl-dots {
    display: none;
}

.projects-section-six:before {
    background-color: var(--theme-color2);
    bottom: 275px;
    content: "";
    height: auto;
    opacity: 0.94;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: -520px;
}

@media (max-width: 991.98px) {
    .projects-section-six:before {
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .projects-section-six:before {
        top: -900px;
    }
}

.projects-section-six .bg {
    bottom: 275px;
    height: auto;
    top: -520px;
    bottom: 275px;
}

@media (max-width: 991.98px) {
    .projects-section-six .bg {
        top: -635px;
    }
}

@media (max-width: 575.98px) {
    .projects-section-six .bg {
        top: -863px;
    }
}

@media (max-width: 767.98px) {
    .projects-section-six .bg {
        top: -900px;
    }
}

.projects-section-six .icon-dots-2 {
    position: absolute;
    bottom: -390px;
    right: 0;
    width: 781px;
    height: 667px;
    background-image: url(../images/icons/icon-dots-2.png);
}

@media (max-width: 991.98px) {
    .projects-section-six .icon-dots-2 {
        display: none;
    }
}

.projects-section-six .carousel-outer {
    padding: 0 20px;
}

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

.projects-section-six .default-dots .owl-dots .owl-dot {
    background-color: transparent;
    border: 1px solid #979797;
    border-radius: 50%;
    height: 7px;
    margin: 0 5px;
    width: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.project-block-six {
    margin-bottom: 50px;
}

.project-block-six .inner-box {
    position: relative;
}

.project-block-six .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    z-index: 1;
}

.project-block-six .inner-box:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

.project-block-six .inner-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.project-block-six .inner-box:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

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

.project-block-six .inner-box:hover .content-box:before {
    width: 100%;
}

.project-block-six .inner-box:hover .content-box .title,
.project-block-six .inner-box:hover .content-box .cat {
    color: var(--theme-color-light);
}

.project-block-six .inner-box:hover .content-box {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.project-block-six .inner-box .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-six .inner-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-six .inner-box .content-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 0;
    max-width: 329px;
    background-color: var(--theme-color-light);
    z-index: 3;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
}

@media (max-width: 991.98px) {
    .project-block-six .inner-box .content-box {
        bottom: 0;
        width: 100%;
        max-width: 100%;
        left: 0;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.project-block-six .inner-box .content-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.project-block-six .inner-box .content-box:after {
    position: absolute;
    top: -8px;
    right: 0;
    width: 280px;
    height: 8px;
    background-color: var(--theme-color1);
    content: "";
}

.project-block-six .inner-box .content-box .shape-3 {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 1;
}

.project-block-six .inner-box .content-box .inner {
    position: relative;
    padding: 20px 30px 15px;
}

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

.project-block-six .inner-box .content-box .inner .read-more {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: block;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .project-block-six .inner-box .content-box .inner .read-more {
        right: 0;
    }
}

.project-block-six .inner-box .content-box .inner .read-more:hover {
    color: var(--theme-color2);
}

.project-block-six .inner-box .content-box .title {
    position: relative;
    color: var(--theme-color2);
    margin-bottom: 0;
    text-transform: none;
    font-size: 22px;
}

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

.project-block-six .inner-box .content-box .cat {
    position: relative;
    color: #4c4d56;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
    Project Section Seven
====================================================================

***/
.project-section-seven {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .project-section-seven {
        padding: 90px 0 70px;
    }
}

.project-block-seven {
    position: relative;
}

@media (max-width: 991.98px) {
    .project-block-seven {
        margin-bottom: 20px;
    }
}

.project-block-seven .inner-box {
    position: relative;
}

.project-block-seven .inner-box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.project-block-seven .inner-box:hover .image-box .image:after {
    height: 100%;
}

.project-block-seven .inner-box:hover .image-box .image:before {
    opacity: 0;
}

.project-block-seven .inner-box:hover .content-box {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.project-block-seven .inner-box:hover .content-box .cat {
    opacity: 1;
}

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

.project-block-seven .inner-box:after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero) " ";
    position: absolute;
    line-height: 1;
    left: 30px;
    top: 30px;
    font-family: var(--title-font);
    font-size: 21px;
    font-weight: 600;
    color: var(--theme-color-light);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-block-seven .image-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.project-block-seven .image-box .image a {
    display: block;
    width: 100%;
}

.project-block-seven .image-box .image:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(36, 32, 31, 0)),
        color-stop(82%, #24201f)
    );
    background: linear-gradient(180deg, rgba(36, 32, 31, 0) 0%, #24201f 82%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    width: 100%;
    z-index: 2;
}

.project-block-seven .image-box .image:after {
    background: rgba(36, 32, 31, 0.9);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.project-block-seven .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-seven .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 45px;
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.project-block-seven .content-box .cat {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-seven .content-box .title {
    color: var(--theme-color-light);
    display: block;
    margin-bottom: 2px;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
    background-color: var(--theme-color2);
    padding: 0 0 120px;
    position: relative;
    z-index: 2;
}

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

@media (max-width: 767.98px) {
    .contact-section {
        padding: 0;
    }
}

.contact-section .shape-5 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 504px;
    height: 298px;
    background-image: url(../images/pattern/shape-5.png);
}

.contact-section .shape-6 {
    position: absolute;
    top: -3px;
    right: 0;
    width: 1019px;
    height: 45px;
    background-image: url(../images/pattern/shape-6.png);
}

.contact-section .content-column .inner-column {
    position: relative;
    padding: 173px 0 0 70px;
}

@media (max-width: 1399.98px) {
    .contact-section .content-column .inner-column {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-section .content-column .inner-column {
        padding: 100px 0 0 70px;
        padding-left: 0;
    }
}

.contact-section .content-column .inner-column .sec-title .text {
    color: var(--theme-color-light);
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .bg-image {
    right: 12px;
    width: auto;
    left: -340px;
    height: auto;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-section .form-column .bg-image {
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.contact-section .form-column .inner-column {
    padding: 120px 0 0;
}

@media (max-width: 991.98px) {
    .contact-section .form-column .inner-column {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .contact-section .form-column .inner-column {
        padding: 60px 0 90px;
    }
}

.feature-block-two:last-child .inner-box {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-block-two:last-child .inner-box {
        margin-bottom: 80px;
    }
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 48px;
}

@media (max-width: 575.98px) {
    .feature-block-two .inner-box {
        padding-left: 0;
        text-align: center;
    }
}

.feature-block-two .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-two .inner-box .icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 26px;
    border-radius: 3px;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .feature-block-two .inner-box .icon {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
}

.feature-block-two .inner-box .icon:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 3px;
    border: 1px dashed var(--theme-color1);
}

.feature-block-two .inner-box .content .title {
    margin-bottom: 0;
    color: var(--theme-color-light);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.feature-block-two .inner-box .content .text {
    color: var(--theme-color-light);
}

.contact-form {
    position: relative;
    background-color: var(--theme-color1);
    padding: 70px 86px 80px;
}

@media (max-width: 1399.98px) {
    .contact-form {
        padding: 68px 50px 78px;
    }
}

@media (max-width: 575.98px) {
    .contact-form {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .contact-form.style-two {
        padding: 40px 20px 50px;
    }
}

.contact-form::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 60px solid var(--theme-color1-dark);
    z-index: 3;
}

@media (max-width: 991.98px) {
    .contact-form::before {
        display: none;
    }
}

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

.contact-form .title {
    color: var(--theme-color-light);
    margin-bottom: 35px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .contact-form .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 26px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type="submit"]),
.contact-form textarea,
.contact-form select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form ::-webkit-input-placeholder {
    color: #393939;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--theme-color-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form textarea {
    height: 79px;
    resize: none;
}

.contact-form .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%;
}

.contact-form label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-form label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.contact-form-three {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 0;
}

.contact-form-three .form-group {
    position: relative;
    margin-bottom: 26px;
}

.contact-form-three .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-three .select2-container--default .select2-selection--single,
.contact-form-three input:not([type="submit"]),
.contact-form-three textarea,
.contact-form-three select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-three ::-webkit-input-placeholder {
    color: #393939;
}

.contact-form-three input:focus,
.contact-form-three select:focus,
.contact-form-three textarea:focus {
    border-color: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-three textarea {
    height: 79px;
    resize: none;
}

.contact-form-three .theme-btn {
    background-color: var(--theme-color-dark);
    width: 100%;
}

.contact-form-three label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-form-three label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.contact-form-nine {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 56px 45px 70px;
}

@media (max-width: 767.98px) {
    .contact-form-nine {
        padding: 56px 45px 70px;
    }
}

@media (max-width: 575.98px) {
    .contact-form-nine {
        padding: 30px 20px;
    }
}

.contact-form-nine .title-box {
    margin-bottom: 30px;
}

.contact-form-nine .title {
    font-size: 36px;
    margin-bottom: 0px;
}

@media (max-width: 575.98px) {
    .contact-form-nine .title {
        font-size: 24px;
    }
}

.contact-form-nine .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-nine .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-nine .select2-container--default .select2-selection--single,
.contact-form-nine input:not([type="submit"]),
.contact-form-nine textarea,
.contact-form-nine select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    padding: 15px 21px;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    line-height: 32px;
    font-weight: 400;
    background-color: var(--theme-color-light);
    border: 1px solid #d1d0c8;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-nine ::-webkit-input-placeholder {
    color: #a7a8a7;
}

.contact-form-nine input:focus,
.contact-form-nine select:focus,
.contact-form-nine textarea:focus {
    border-color: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-nine textarea {
    height: 79px;
    resize: none;
}

.contact-form-nine .theme-btn {
    margin-top: 20px;
    background-color: var(--theme-color-dark);
}

.contact-form-nine label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-form-nine label.error {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.map {
    height: 450px;
}

/*** 

====================================================================
        Contact Sectiom Three
====================================================================

***/
.contact-section-three {
    position: relative;
    padding: 120px 0 70px;
}

@media (max-width: 991.98px) {
    .contact-section-three {
        padding: 90px 0 40px;
    }
}

.contact-section-three:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern/bg-pattern-6.png);
}

.contact-section-three.style-three {
    background-color: var(--theme-color2);
    z-index: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .contact-section-three.style-three {
        padding: 90px 0 22px;
    }
}

@media (max-width: 575.98px) {
    .contact-section-three.style-three {
        padding: 90px 0 15px;
    }
}

.contact-section-three.style-three .content-column .inner-column {
    padding-top: 54px;
}

@media (max-width: 991.98px) {
    .contact-section-three.style-three .content-column .inner-column {
        padding-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .contact-section-three.style-three
        .content-column
        .inner-column
        .info-box-outer {
        display: block;
    }
}

.contact-section-three.style-three .content-column .inner-column .sec-title {
    margin-bottom: 50px;
    padding-right: 35px;
}

.contact-section-three.style-three .expert-info-box {
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .contact-section-three.style-three .expert-info-box {
        margin-top: 40px;
    }
}

.contact-section-three .content-column {
    position: relative;
    margin-bottom: 20px;
}

.contact-section-three .content-column .inner-column {
    position: relative;
    padding-left: 25px;
    padding-top: 84px;
}

@media (max-width: 1199.98px) {
    .contact-section-three .content-column .inner-column {
        padding-left: 0;
        padding-top: 35px;
    }
}

@media (max-width: 991.98px) {
    .contact-section-three .content-column .inner-column {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.contact-section-three .content-column .inner-column .sec-title {
    margin-bottom: 34px;
    padding-right: 35px;
}

.contact-section-three .content-column .call-info-box-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) {
    .contact-section-three .content-column .call-info-box-outer {
        display: block;
    }
}

.contact-section-three
    .content-column
    .call-info-box-outer
    .call-info-box-text {
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .contact-section-three
        .content-column
        .call-info-box-outer
        .call-info-box-text {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.contact-section-three
    .content-column
    .call-info-box-outer
    .call-info-box-text
    span {
    color: #3e3e4b;
    font-size: 18px;
    font-weight: 500;
}

.contact-section-three .content-column .call-info-box {
    background-color: var(--theme-color-light);
    position: relative;
    padding: 15px 20px;
    display: inline-block;
}

.contact-section-three .content-column .call-info-box .icon {
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 7px;
}

.contact-section-three .content-column .call-info-box span {
    color: var(--theme-color1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.contact-section-three .expert-info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 45px;
}

@media (max-width: 575.98px) {
    .contact-section-three .expert-info-box {
        display: block;
    }
}

.contact-section-three .expert-info-box .expert-number {
    background-color: var(--theme-color1);
    border: 2px solid var(--theme-color-light);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 56px;
    text-align: center;
    width: 60px;
    position: absolute;
    left: 90px;
    top: 0;
}

.contact-section-three .expert-info-box .expert-text {
    color: var(--theme-color-light);
    margin-bottom: 1rem;
    margin-left: 37px;
}

@media (max-width: 575.98px) {
    .contact-section-three .expert-info-box .expert-text {
        margin-left: 0;
    }
}

.contact-section-three .form-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-section-three .form-column .inner-column {
    position: relative;
    padding-right: 10px;
}

.info-box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-box-outer .time-table-box {
    margin-right: 38px;
}

@media (max-width: 1199.98px) {
    .info-box-outer .time-table-box {
        margin-right: 15px;
    }
}

.info-box-outer .time-table-box .inner {
    min-width: 246px;
}

.time-table-box {
    margin-bottom: 50px;
}

.time-table-box .inner {
    background-color: var(--theme-color-light);
    border-left: 2px solid var(--theme-color1);
    border-radius: 5px;
    max-width: 246px;
    padding: 24px 30px 30px;
}

.time-table-box .title {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 13px;
}

.time-table-box .title:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    width: 41px;
    height: 3px;
    left: 0;
    bottom: 4px;
}

.time-table-box ul li {
    margin-bottom: 3px;
}

.time-table-box ul li:last-child {
    margin-bottom: 0;
}

.time-table-box ul li span {
    color: var(--theme-color1);
    float: right;
}

.contact-details-info .inner {
    padding-top: 9px;
}

.contact-details-info h3 {
    color: var(--theme-color-light);
    margin-bottom: 24px;
}

.contact-details-info .contact-details-block:last-child {
    margin-bottom: 0;
}

.contact-details-block {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.contact-details-block .inner-box {
    padding-left: 50px;
    position: relative;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-details-block .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: var(--theme-color2);
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-details-block .inner-box:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.contact-details-block .inner-box:hover .icon {
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
}

.contact-details-block .inner-box:hover .icon:after {
    width: 100%;
}

.contact-details-block .icon {
    border-radius: 50%;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 8px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-details-block .title {
    color: var(--theme-color-light);
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-details-block .text {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.contact-form-two {
    background-color: var(--bg-theme-color1);
    border-radius: 20px;
    padding: 55px 50px 50px;
    position: relative;
}

@media (max-width: 575.98px) {
    .contact-form-two {
        padding: 35px 30px 50px;
    }
}

.contact-form-two .title-box {
    margin-bottom: 36px;
}

.contact-form-two .title-box h3 {
    color: var(--theme-color-light);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px;
}

.contact-form-two .title-box .sub-title {
    color: var(--theme-color-light);
}

.contact-form-two .btn-style-one {
    font-size: 14px;
}

.contact-form-two .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-two .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-two .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #808287;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-form-two .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.contact-form-two
    .form-group
    .select2-container--default
    .select2-selection--single,
.contact-form-two .form-group input:not([type="submit"]),
.contact-form-two .form-group textarea,
.contact-form-two .form-group select {
    position: relative;
    display: block;
    height: 59px;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    color: #808287;
    line-height: 32px;
    font-weight: 400;
    background-color: #fff;
    border: 4px solid #f2f3f6;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-two .form-group ::-webkit-input-placeholder {
    color: #84858a;
}

.contact-form-two .form-group ::-moz-input-placeholder {
    color: #84858a;
}

.contact-form-two .form-group ::-ms-input-placeholder {
    color: #84858a;
}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus {
    border-color: var(--theme-color-light);
}

.contact-form-two .form-group textarea {
    height: 161px;
    resize: none;
}

.contact-form-two .form-group input[type="submit"],
.contact-form-two .form-group button {
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 15px 30px;
    line-height: 30px;
}

/***

====================================================================
    Contact Section Seven
====================================================================

***/
.contact-section-seven {
    position: relative;
    padding: 0 0;
    background-color: var(--border-theme-color2);
}

@media (max-width: 991.98px) {
    .contact-section-seven {
        padding: 280px 0 90px !important;
    }
}

@media (max-width: 575.98px) {
    .contact-section-seven {
        padding: 270px 0 90px !important;
    }
}

.contact-section-seven:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 1030px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/pattern/bg-pattern-4.png);
    content: "";
}

.contact-section-seven .contact6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 434px;
    height: 738px;
    background-image: url(../images/resource/contact6.png);
}

@media (max-width: 1653.98px) {
    .contact-section-seven .contact6 {
        display: none;
    }
}

.contact-section-seven .image-column .inner-column {
    position: relative;
    margin-left: -375px;
    padding-right: 70px;
}

@media (max-width: 1199.98px) {
    .contact-section-seven .image-column .inner-column {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-section-seven .image-column .inner-column {
        margin-left: 0;
        margin-bottom: 50px;
    }
}

.contact-section-seven .image-column .image {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-section-seven .image-column .image {
        display: none;
    }
}

.contact-section-seven .image-column .experience {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 520px;
    height: 190px;
    background: var(--bg-theme-color1);
    padding: 61px 58px;
}

@media (max-width: 1653.98px) {
    .contact-section-seven .image-column .experience {
        left: auto;
        right: 70px;
    }
}

@media (max-width: 1199.98px) {
    .contact-section-seven .image-column .experience {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-section-seven .image-column .experience {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact-section-seven .image-column .experience {
        padding: 30px 20px;
    }
}

.contact-section-seven .image-column .experience .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575.98px) {
    .contact-section-seven .image-column .experience .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.contact-section-seven .image-column .experience .icon {
    color: var(--theme-color-light);
    font-size: 65px;
    margin-right: 25px;
}

@media (max-width: 575.98px) {
    .contact-section-seven .image-column .experience .icon {
        font-size: 60px;
        margin-right: 0;
    }
}

.contact-section-seven .image-column .experience .text {
    color: var(--theme-color-light);
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .contact-section-seven .image-column .experience .text {
        font-size: 20px;
    }
}

.contact-form-seven {
    position: relative;
}

.contact-form-seven .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form-seven .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-seven .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-form-seven .form-group label.error {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.contact-form-seven
    .form-group
    .select2-container--default
    .select2-selection--single,
.contact-form-seven .form-group input:not([type="submit"]),
.contact-form-seven .form-group textarea,
.contact-form-seven .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
    background-color: var(--theme-color2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-seven .form-group ::-webkit-input-placeholder {
    color: #6a6a6a;
}

.contact-form-seven .form-group ::-moz-input-placeholder {
    color: #8c8f94;
}

.contact-form-seven .form-group ::-ms-input-placeholder {
    color: #8c8f94;
}

.contact-form-seven .form-group input:focus,
.contact-form-seven .form-group select:focus,
.contact-form-seven .form-group textarea:focus {
    border-color: var(--border-theme-color1);
}

.contact-form-seven .form-group textarea {
    height: 150px;
    resize: none;
}

.contact-form-seven .form-group input[type="submit"],
.contact-form-seven .form-group button {
    margin-top: 5px;
}

.contact-form-seven.style-two
    .select2-container--default
    .select2-selection--single,
.contact-form-seven.style-two input:not([type="submit"]),
.contact-form-seven.style-two textarea,
.contact-form-seven.style-two select {
    background-color: #0a090f;
    border-color: #0a090f;
    color: #ffffff;
    height: 70px;
    padding: 20px 30px;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-seven.style-two input:focus,
.contact-form-seven.style-two select:focus,
.contact-form-seven.style-two textarea:focus {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-seven.style-two textarea {
    height: 150px;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***

====================================================================
    Contact Info Section
====================================================================

***/
.contact-info-section {
    padding: 70px 0 0;
}

.contact-info-section .outer-box {
    margin: 0 -135px;
}

@media (max-width: 1599.98px) {
    .contact-info-section .outer-box {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-info-section .contact-info-block {
        margin-bottom: 30px;
    }
}

.contact-info-section .contact-info-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(106, 111, 120, 0.5);
}

@media (max-width: 767.98px) {
    .contact-info-section .contact-info-block .inner-box {
        border: none;
    }
}

.contact-info-section .contact-info-block .inner-box .title {
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 30px;
}

.contact-info-section .contact-info-block .inner-box .info-box {
    margin-top: 7px;
}

.contact-info-section .contact-info-block .inner-box .text {
    margin-bottom: 28px;
}

.contact-info-section .contact-info-block .inner-box .text:last-child {
    margin-bottom: 0;
}

.contact-info-section .contact-info-block .inner-box .text h4 {
    line-height: 30px;
    margin-bottom: 0;
}

.contact-info-section .contact-info-block .inner-box .text a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px;
}

.contact-info-section .contact-info-block .inner-box .text a:hover {
    color: var(--theme-color1);
}

/*** 


/*** 

====================================================================
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 {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #333;
    padding: 170px 0 90px;
    min-height: 300px;
    z-index: 1;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #190f02;
    opacity: 0.8;
    content: "";
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

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

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .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: #f5faff;
    border-radius: 15px;
    color: var(--theme-color2);
    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-color2);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color1);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color1);
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
    border-radius: 10px;
}

.project-details__content {
    position: relative;
    display: block;
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1;
}

.project-details__details-list {
    position: relative;
    display: block;
}

.project-details__details-list li {
    position: relative;
    display: block;
}

.project-details__details-list li + li {
    margin-top: 24px;
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0;
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

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

.project-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-color1);
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.project-details__social a + a {
    margin-left: 10px;
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px;
}

.project-details__pagination {
    position: relative;
    display: block;
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__pagination li a {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__pagination li a:hover {
    color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    z-index: 1;
}

.project-details__pagination li.next .content {
    text-align: left;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    z-index: 1;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

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

.blog-details__meta li + li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color1);
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
    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-color1);
    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(--theme-color-light);
}

.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(--theme-color-light);
}

.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(--text-color-bg-theme-color1);
    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-color2);
    color: var(--theme-color-light);
    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(--theme-color-light);
    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(--theme-color-light);
    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: var(--theme-color-light);
    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: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    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(--text-color-bg-theme-color1);
    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(--theme-color-light);
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--text-color-bg-theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    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-color1);
}

.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-color1);
    color: var(--text-color-bg-theme-color1);
    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-light);
}

.team-details__social a + a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color1);
    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(--theme-color2);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type="text"],
.team-contact-form input[type="email"] {
    background-color: #fff;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

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

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2);
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-light);
}

.contact-details__info li:hover .text a {
    color: #0f141c;
}

.contact-details__info li:hover .text a span {
    color: #0f141c;
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 18px;
    color: var(--notech-black);
}

.contact-details__info li + li {
    margin-top: 19px;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
    background-color: var(--bg-theme-color4);
    position: relative;
}

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

/* Widget Section */
.main-footer .widgets-section {
    position: relative;
    padding: 110px 0 65px;
}

@media (max-width: 991.98px) {
    .main-footer .widgets-section {
        padding: 87px 0 35px;
    }
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    font-family: var(--text-font);
    color: var(--theme-color-light);
    line-height: 1.2em;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.main-footer .widget-title:after {
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    width: 75px;
    background-color: var(--bg-theme-color1);
    content: "";
}

.main-footer .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .about-title {
    color: var(--theme-color-light);
    position: relative;
    font-family: var(--text-font);
    font-size: 32px;
}

.main-footer .about-widget .text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

/*=== User LInks ===*/
.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #8c8f94;
    font-weight: 400;
    margin-bottom: 14px;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: #ffffff;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--bg-theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}

/* Contact Widget */
.contact-widget {
    position: relative;
}

.contact-widget .text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}

.contact-widget .contact-info {
    position: relative;
}

.contact-widget .contact-info li {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .contact-info li a {
    color: inherit;
    -webkit-transition: none;
    transition: none;
}

.contact-widget .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color1);
    line-height: 26px;
    width: 20px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-widget .contact-info li:hover {
    color: var(--theme-color1);
}

/* Gallery Widget */
.gallery-widget {
    position: relative;
}

.gallery-widget .outer {
    position: relative;
    margin: 0 -3px;
}

.gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 11px;
}

.gallery-widget .image img {
    display: block;
    width: 100%;
}

.gallery-widget .image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 101%;
    background: var(--theme-color1) padding-box content-box;
    opacity: 0.8;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0c1";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: var(--theme-color-light);
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*=== Footer Bottom ===*/
.footer-bottom {
    position: relative;
    width: 100%;
}

.footer-bottom .inner-container {
    position: relative;
    text-align: center;
    background-color: #1b1818;
    padding: 35px 15px;
}

.footer-bottom .copyright-text {
    position: relative;
    color: #ffffff;
}

.footer-bottom .copyright-text a {
    color: var(--theme-color1);
}

.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

/***

==================================================================
	Footer Section Two
==================================================================

***/
.footer-section-two {
    background-color: var(--bg-theme-color2);
    padding: 108px 0 0;
}

@media (max-width: 991.98px) {
    .footer-section-two {
        padding: 90px 0 0;
    }
}

.footer-section-two .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 70px;
    margin-bottom: 70px;
}

@media (max-width: 767.98px) {
    .footer-section-two .footer-top {
        padding-bottom: 50px;
        margin-bottom: 50px;
        display: block;
    }
}

.footer-section-two .footer-top .title {
    color: var(--theme-color-light);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .footer-section-two .footer-top .title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .footer-section-two .footer-top .title {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .footer-section-two .footer-top .title {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .footer-section-two .footer-top .title br {
        display: none;
    }
}

.footer-section-two .footer-top .theme-btn {
    width: 260px;
    height: 70px;
    line-height: 70px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .footer-section-two .footer-top .theme-btn {
        width: 200px;
        height: 50px;
        line-height: 50px;
    }
}

.footer-section-two .widgets-section {
    position: relative;
}

.footer-section-two .widgets-section:before {
    content: "";
    position: absolute;
    top: 13px;
    right: calc(50% - 220px);
    width: 331px;
    height: 207px;
    background-image: url(../images/icons/bg-map-5.png);
}

@media (max-width: 767.98px) {
    .footer-section-two .widgets-section:before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer-section-two .footer-widget {
        margin-bottom: 40px;
    }
}

.footer-section-two .footer-widget .widget-title {
    color: var(--theme-color-light);
    margin-bottom: 23px;
}

.footer-section-two .footer-widget .text {
    color: var(--theme-color-light);
}

.footer-section-two .footer-widget .contact-info li {
    padding-left: 0;
}

.footer-section-two .footer-widget .contact-info li a {
    -webkit-text-decoration: revert;
    text-decoration: revert;
}

.footer-section-two .user-links li {
    color: var(--theme-color-light);
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer-section-two .number-column {
    position: relative;
}

@media (max-width: 767.98px) {
    .footer-section-two .number-column {
        margin-bottom: 40px;
    }
}

.footer-section-two .number-column a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: calc(50% - 40px);
    left: -113px;
    position: absolute;
    color: var(--theme-color-light);
    font-size: 31px;
    font-weight: 500;
    width: 239px;
}

@media (max-width: 575.98px) {
    .footer-section-two .number-column a {
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
}

.footer-section-two .number-column a:hover {
    color: var(--theme-color1);
}

.footer-section-two .footer-bottom {
    position: relative;
    width: 100%;
}

.footer-section-two .footer-bottom .auto-container {
    padding: 0;
}

.footer-section-two .footer-bottom .inner-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 25px;
    margin-top: 36px;
}

@media (max-width: 575.98px) {
    .footer-section-two .footer-bottom .inner-container {
        display: block;
    }
}

.footer-section-two .footer-bottom .copyright-text {
    position: relative;
    font-size: 16px;
    color: var(--theme-color-light);
    font-weight: 400;
    margin-bottom: 0px;
}

.footer-section-two .footer-bottom .copyright-text a {
    color: inherit;
    margin-right: 30px;
}

@media (max-width: 575.98px) {
    .footer-section-two .footer-bottom .copyright-text a {
        margin-right: 5px;
    }
}

.footer-section-two .footer-bottom .copyright-text a:last-child {
    margin-right: 0;
}

.footer-section-two .footer-bottom .copyright-text a:hover {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .footer-section-two .footer-bottom .social-icon-two {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-section-two .footer-bottom .social-icon-two li a {
    font-size: 16px;
}

.footer-section-two .footer-bottom .social-icon-two li {
    margin-left: 31px;
}

/* Newsletter Form */
.newsletter-form {
    position: relative;
}

.newsletter-form .form-group {
    position: relative;
    width: 269px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .newsletter-form .form-group {
        width: 100%;
    }
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="newsletter"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--theme-color-light);
    padding: 0 0 15px;
}

.newsletter-form .form-group input[type="text"]::-webkit-input-placeholder,
.newsletter-form
    .form-group
    input[type="newsletter"]::-webkit-input-placeholder {
    color: white;
}

.newsletter-form .form-group input[type="text"]::-moz-placeholder,
.newsletter-form .form-group input[type="newsletter"]::-moz-placeholder {
    color: white;
}

.newsletter-form .form-group input[type="text"]:-ms-input-placeholder,
.newsletter-form .form-group input[type="newsletter"]:-ms-input-placeholder {
    color: white;
}

.newsletter-form .form-group input[type="text"]::-ms-input-placeholder,
.newsletter-form .form-group input[type="newsletter"]::-ms-input-placeholder {
    color: white;
}

.newsletter-form .form-group input[type="text"]::placeholder,
.newsletter-form .form-group input[type="newsletter"]::placeholder {
    color: white;
}
/* Pagination Styles */
.pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

.styled-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
}

.styled-pagination li {
    display: inline-block;
}

.styled-pagination li a,
.styled-pagination li span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #666;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0 15px;
    background-color: #fff;
}

.styled-pagination li a:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.styled-pagination li.active a,
.styled-pagination li.active span {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.styled-pagination li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    font-size: 18px;
}

/* ========================================
   CUSTOM STYLES - Fanda additions
   ======================================== */

/* Service Detail - Icon Box */
.service-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 87px;
    background-color: var(--theme-color1, #d4a55a);
    color: #fff;
    font-size: 50px;
    line-height: 1;
    transition: all 300ms ease;
}

.service-icon-box:hover {
    background-color: var(--theme-color2, #4a2c17);
    transform: scale(1.05);
}

/* Services Section - Uniform Image Size */
.service-block-two .inner-box .image-box .image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}


/* Projects Carousel Navigation */
.projects-carousel-six .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.projects-carousel-six .owl-nav button.owl-prev,
.projects-carousel-six .owl-nav button.owl-next {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    color: var(--theme-color1);
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: none;
}

.projects-carousel-six .owl-nav button.owl-prev:hover,
.projects-carousel-six .owl-nav button.owl-next:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

/* ====================================================================
    Custom Fixes
==================================================================== */

/* Fix: Remove split background effect in services section and make background cover full width */
.services-section-two .bg-image {
    width: 100% !important;
}

/* Fix: Remove the before pseudo-element that creates the left overlay */
.services-section-two .bg-image:before {
    display: none !important;
}

/* Fix: Hide the second background image div if it exists */
.services-section-two .bg-image2 {
    display: none !important;
}

/* Fix: Make services section heading white */
.services-section-two .sec-title h2 {
    color: #ffffff !important;
}

/* Fix: Swap default and hover colors for service 'Read more' buttons */
.service-block-two .inner-box .content-box .theme-btn {
    background-color: var(--bg-theme-color1) !important;
    color: var(--theme-color-dark) !important;
}

.service-block-two .inner-box .content-box .theme-btn i {
    color: var(--theme-color-dark) !important;
}

.service-block-two .inner-box .content-box .theme-btn:hover {
    background-color: var(--theme-color-dark) !important;
    color: var(--theme-color-light) !important;
}

.service-block-two .inner-box .content-box .theme-btn:hover i {
    color: var(--bg-theme-color1) !important;
}

/* Fix: Ensure .bg element in about section is behind content, not covering it */
.about-section-eight .bg {
    z-index: 0 !important;
}

/* Fix: Ensure content has higher z-index than background */
.about-section-eight .auto-container {
    position: relative;
    z-index: 1;
}

/* Fix: Make secondary image (.image-2) square */
.about-section-eight .image-column .image-2 {
    width: 215px;
    height: 215px;
    background: #ffffff;
    padding: 20px;
    border: 5px solid var(--bg-theme-color1) !important;
}

.about-section-eight .image-column .image-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from cover to contain so logo isn't cropped */
}

/* Fix: Reduce experience box width by 15% */
.about-section-eight .experience {
    min-width: 187px; /* 220px - 15% = 187px */
    padding: 20px 25px; /* Slightly reduced padding to compensate */
}

/* ====================================================================
    Video Section Two - Added from original template
==================================================================== */

.video-section-two {
    background-color: #f6f6f6;
    padding: 0 0 120px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .video-section-two {
        padding: 0 0 100px;
    }
}

@media (max-width: 991.98px) {
    .video-section-two {
        padding: 0 0 70px;
    }
}

.video-section-two .sec-title {
    margin-bottom: 45px;
}

@media (max-width: 1399.98px) {
    .video-section-two .sec-title {
        margin-left: 70px;
    }
}

@media (max-width: 1199.98px) {
    .video-section-two .sec-title {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .video-section-two .sec-title .text br {
        display: none;
    }
}

.video-section-two:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color1);
    width: 74px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .video-section-two:before {
        display: none;
    }
}

@media (max-width: 1399.98px) {
    .video-section-two .content-column .list-style-four {
        margin-left: 70px;
    }
}

@media (max-width: 1199.98px) {
    .video-section-two .content-column .list-style-four {
        margin-left: 0;
    }
}

.video-section-two .content-column .list-style-four li {
    margin-bottom: 15px;
}

.video-section-two .image-column .inner-column {
    position: relative;
    margin-right: -350px;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .video-section-two .image-column .inner-column {
        margin-right: -150px;
    }
}

@media (max-width: 1199.98px) {
    .video-section-two .image-column .inner-column {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .video-section-two .image-column .inner-column {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .video-section-two .image-column .inner-column .image img {
        width: 100%;
    }
}

.video-section-two .image-column .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px);
}

@media (max-width: 575.98px) {
    .video-section-two .image-column .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px);
    }
}

.video-section-two .image-column .video-box .btn-box .play-now {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .video-section-two .image-column .video-box .btn-box .play-now {
        padding: 6px;
    }
}

.video-section-two .image-column .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light);
}

.video-section-two .image-column .video-box .btn-box .play-now:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.video-section-two .image-column .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 26px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .video-section-two .image-column .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.video-section-two .image-column .experience {
    display: inline-block;
    border-top: 20px solid #f6f6f6;
    border-right: 20px solid #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .video-section-two .image-column .experience {
        display: none;
    }
}

.video-section-two .image-column .experience .inner {
    background-color: var(--theme-color1);
    width: 220px;
    height: 248px;
    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;
    padding: 0 30px 0;
}

.video-section-two .image-column .experience .inner:hover:before {
    width: 320%;
}

@media (max-width: 991.98px) {
    .video-section-two .image-column .experience .inner {
        width: 170px;
        height: 216px;
        padding: 24px 10px 10px;
    }
}

.video-section-two .image-column .experience .inner:before {
    content: "";
    position: absolute;
    right: -189px;
    top: 0;
    width: 297px;
    height: 100%;
    background-color: var(--theme-color-light);
    -webkit-transform: skewX(47deg);
    transform: skewX(47deg);
    -webkit-transform-origin: right top 0px;
    transform-origin: right top 0px;
    -webkit-transition: 400ms;
    transition: 400ms;
    opacity: 0.15;
}

.video-section-two .image-column .experience .inner .icon {
    color: var(--theme-color-light);
    font-size: 60px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section-two .image-column .experience .inner h5 {
    color: var(--theme-color-light);
}
