/* AutoExpert Car Repair & Services HTML Template

Template Name: AutoExpert
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
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("animate.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("flaticon_carpenter.css");
@import url("fontawesome-all.css");
@import url("flaticon-set-car.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1: #D70006;
    --theme-color2: #24201F;
    --theme-color3: #24201F;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --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-white: var(--theme-color-light);
    --theme-color-dark: #24201F;
    --theme-color-black: #000000;
    --text-color-light: var(--theme-color-light);
    --bg-color-light: var(--theme-color-light);
    --text-color: #6A6F78;
    --headings-color: var(--theme-color3);
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --text-font: "Outfit", sans-serif;
    --title-font: "Roboto", 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.4em;
    --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: 600;
    --h5-font-weight: 500;
    --h6-font-weight: 500;
    --sec-title-subtitle-color: var(--theme-color1);
    --sec-title-subtitle-font-size: 14px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 1.4em;
    --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: #222429;
    --container-width: 1240px;
    --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: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}


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

.container .container {
    width: 100%;
}

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

.align-items-center {
    align-items: center!important;
}

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

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

.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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--theme-color-light);
    /* Center content */
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader:after {
    content: "";
    height: 300px;
    width: 300px;
    background: url(../img/preloader/preloader.gif) center center no-repeat;
    background-size: contain;
    filter: hue-rotate(183deg);
}

[data-tm-layout=dark] .preloader:after {
    background-image: url(../images/logo-3.png);
}

.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 {
    background-color: var(--theme-color2);
    bottom: 20px;
    color: var(--theme-color-light);
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    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;
}

[data-tm-layout=dark] .scroll-to-top {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}

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


/*=== 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: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.list-style-one li a {
    display: inline-block;
    color: #ffffff;
    -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;
}

[data-tm-layout=dark] .list-style-two li {
    color: var(--text-color);
}

.list-style-two li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #e8cf23;
    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: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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


/*=== 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: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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


/*=== 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: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

[data-tm-layout=dark] .skills .skill-item .skill-header .skill-title {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .social-icon-two li a {
    color: var(--headings-color);
}

.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: var(--theme-color-light);
    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: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}

[data-tm-layout=dark] .play-now-two {
    color: var(--headings-color);
}

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

.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: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}

[data-tm-layout=dark] .play-now-three {
    color: var(--headings-color);
}

.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 var(--theme-color-light);
    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: 14px;
    line-height: 24px;
    padding: 17px 51px;
    font-weight: 600;
    letter-spacing: 0.7px;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--theme-color-light);
    background: var(--bg-theme-color1);
}

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

.btn-style-one: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);
    z-index: -1;
}

[data-tm-layout=dark] .btn-style-one:before {
    background-color: var(--dark-color3);
}

.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 {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--theme-color-light);
}

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

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

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

.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-one.btn-round {
    border-radius: 50px;
}


/*Btn Style two*/

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

[data-tm-layout=dark] .btn-style-two {
    color: var(--headings-color);
}

.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 {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .btn-style-two:hover {
    color: var(--headings-color);
}

[data-tm-layout=dark] .btn-style-two:hover:before {
    background-color: var(--dark-color1);
}

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

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


/*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;
    background: var(--bg-theme-color3);
    color: var(--theme-color1);
}

[data-tm-layout=dark] .btn-style-three {
    background: var(--dark-color3);
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .btn-style-three:before {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .btn-style-three:hover {
    color: var(--headings-color);
}

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

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: var(--theme-color-light);
    -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.html);
}

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

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

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

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

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

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

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

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

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

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

.logo-text,
.logo-text2 {
    display: block;
    /* Forces each span to take full width and go to a new line */
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
}

.logo-text2 {
    font-size: 14px;
    color: #d70006;
}

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

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

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

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

[data-tm-layout=dark] .main-menu .navigation>li>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.01);
}

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

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

.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 var(--theme-color-light);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color-light);
    cursor: pointer;
    z-index: 5;
    display: none;
}

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

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

.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 {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -9px;
    width: 21px;
}

[data-tm-layout=dark] .main-header .cart-btn .count {
    color: var(--headings-color);
}

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

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

.header-search .form-group input:not([type=submit]) {
    background: transparent;
    color: var(--text-color);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 30px;
    position: relative;
    width: 100%;
    -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 {
    background: none;
    color: var(--theme-color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    padding: 5px 0;
    position: absolute;
    top: 0px;
}


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

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

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

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

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

@media (min-width:1750px) {
    .header-style-one .header-top .inner-container .top-left {
        width: 25%;
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
    }
}

@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: #ffffff;
    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: 0px;
    }
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .logo-box {
        height: auto;
        padding: 15px 15px;
        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: space-around;
}

@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: 1499.98px) {
    .header-style-one .main-box .nav-outer {
        margin: 0 100px;
    }
}

@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: 75%;
    }
}

@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: 25px 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: #24201f;
    font-size: 14px;
    font-weight: 500;
}

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

.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-color-white);
    border-radius: 50px;
    margin: 0 40px;
    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: 991.98px) {
    .header-style-two .header-lower .main-box {
        margin: 0;
    }
}

@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 {
    margin-right: 94px;
    padding: 35px 30px;
}

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

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

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

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

.header-style-two .header-lower .main-box .outer-box .ui-btn {
    color: var(--theme-color2);
}

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

.header-style-two .header-lower .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-two .header-lower .main-box .outer-box .theme-btn {
    background-color: var(--theme-color1);
    margin-left: 20px;
}

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

@media (max-width: 991.98px) {
    .header-style-two .header-lower .main-box .outer-box .mobile-nav-toggler {
        display: block;
        color: var(--theme-color2);
    }
}

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

.header-style-two .header-lower .main-box .info-btn-two {
    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;
    font-weight: 700;
    line-height: 20px;
    padding-left: 50px;
    position: relative;
    text-align: left;
}

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

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

.header-style-two .header-lower .main-box .info-btn-two small {
    color: var(--text-color);
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}

.header-style-two .header-lower .main-box .info-btn-two strong {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 600;
}

[data-tm-layout=dark] .header-style-two .header-lower .main-box .info-btn-two strong {
    color: var(--headings-color);
}

.header-style-two .header-lower .main-box .info-btn-two .icon {
    background-color: #E8E9EA;
    border: 1px solid rgba(39, 46, 57, 0.5);
    border-radius: 50%;
    color: var(--theme-color2);
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .header-style-two .header-lower .main-box .info-btn-two .icon {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}

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

.header-style-two .header-lower .theme-btn {
    padding: 14px 32px;
}

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

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

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

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

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

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

.sticky-header .main-menu .navigation.onepage-nav>li {
    margin-left: 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;
}

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

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

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

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


/*** 

====================================================================
    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: 260px;
    margin-right: 0;
    padding: 41px 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;
}

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

.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: #901218;
    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-five .sticky-header .main-menu .navigation.onepage-nav>li {
    margin-left: 40px;
}

.header-style-five .main-box .nav-outer .navigation.onepage-nav>li {
    margin-right: 30px;
}


/*** 

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

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

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

.header-style-eight .header-top {
    background-color: var(--theme-color2);
}

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

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

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

.header-style-eight .header-top .inner-container .list-style-one.style-two li:before {
    position: absolute;
    left: auto;
    top: 0;
    content: "/";
    color: var(--theme-color-light);
    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: var(--theme-color-light);
}

.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: var(--theme-color-light);
    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 .inner-container {
    padding: 0 60px;
}

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

.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: 1399.98px) {
    .header-style-eight .header-lower .logo-box {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .header-style-eight .header-lower .logo-box {
        height: auto;
        min-width: 112px;
        padding: 15px 0;
        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;
    }
}

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

.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 {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.header-style-eight .header-lower .info-btn-two strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.header-style-eight .header-lower .info-btn-two .icon {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 60px;
    -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 .divider {
        display: none;
    }
}

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

@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: var(--theme-color-light);
    -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: 5px 0;
}

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

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

[data-tm-layout=dark] .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-color2);
    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: var(--theme-color-light);
    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: var(--theme-color-light);
    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: var(--theme-color-light);
}

.contact-list-one li .contact-info-box a {
    color: var(--theme-color-light);
    -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;
    padding-left: 30px;
    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: -3px;
    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;
    font-size: 30px;
}

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

@media (max-width: 767.98px) {
    .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.html);
    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: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: 954px;
}

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

.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: #000000;
    opacity: 85%;
}

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

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

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

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

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

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

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

.banner-section .content-box .title {
    color: var(--theme-color-light);
    margin-bottom: 50px;
    font-size: clamp(40px, 7.5vw, 120px);
    line-height: 1.06;
}

[data-tm-layout=dark] .banner-section .content-box .title {
    color: var(--headings-color);
}

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

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

.banner-section .content-box .title-stroke {
    color: var(--theme-color-light);
    font-size: clamp(80px, 12.5vw, 200px);
    line-height: 1;
    font-weight: 700;
    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 {
        left: calc(50% - 170px);
        top: 205px;
    }
}

@media (max-width: 575.98px) {
    .banner-section .content-box .title-stroke {
        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;
    }
}


/*** 

====================================================================
    Banner Section Four
====================================================================

***/


/* image */

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

.banner-section-four .bg-image:before {
    background: linear-gradient(45deg, #0c0102c4 6.59%, rgba(12, 1, 2, 0) 85.66%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.banner-section-four .owl-nav {
    display: block;
}

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

.banner-section-four .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-four .content-box {
    position: relative;
    z-index: 1;
    max-width: 850px;
    width: 100%;
    display: flex;
    height: 79vh;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.banner-section-four .content-box .title {
    position: relative;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 35px;
}

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

@media (max-width: 767.98px) {
    .banner-section-four .content-box .title {
        font-size: 42px;
    }
}


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


/* .header-lower .main-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 77%); */


/* Adjust this until it stops exactly at the logo */


/* background-color: #000;
    z-index: -1; */


/* } */

.sticky-header .inner-container {
    position: relative;
}

.banner-section-four .content-box .sub-title {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.banner-section-four .content-box .sub-title:before {
    background-color: #e8cf23;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40%;
}

.banner-section-four .content-box .btn-box {
    display: inline-block;
    margin-top: 20px;
}

.banner-section-four .content-box .btn-box a img {
    fill: var(--theme-color1);
    width: 72px;
}

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

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

.banner-section-four .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-four .counter-wrapper {
    bottom: 0;
    max-width: var(--container-width);
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section-four .counter-wrapper {
        display: none;
    }
}

.banner-section-four .counter-wrapper .content-box {
    padding: 16px 30px;
}

@media (max-width: 1399.98px) {
    .banner-section-four .counter-wrapper .content-box {
        padding: 16px 16px;
    }
}

.banner-section-four .counter-block-banner {
    position: relative;
}

.banner-section-four .counter-block-banner .inner-box {
    background: rgba(255, 255, 255, 0.32);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 10px 10px 0px 0px;
}

.banner-section-four .counter-block-banner .icon-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--theme-color-white);
    border-radius: 10px;
    font-size: 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    position: absolute;
    text-align: center;
    width: 45px;
}

[data-tm-layout=dark] .banner-section-four .counter-block-banner .icon-box {
    border: 1px solid var(--headings-color);
}

@media (max-width: 991.98px) {
    .banner-section-four .counter-block-banner .icon-box {
        font-size: 20px;
        height: 39px;
        line-height: 39px;
        width: 39px;
    }
}

.banner-section-four .counter-block-banner .icon-box .icon {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .banner-section-four .counter-block-banner .icon-box .icon {
    color: var(--headings-color);
}

.banner-section-four .counter-block-banner .count-box.counted {
    color: var(--theme-color-white);
    font-size: 29.6px;
    font-weight: 700;
    line-height: 1;
    margin-left: 60px;
}

[data-tm-layout=dark] .banner-section-four .counter-block-banner .count-box.counted {
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .banner-section-four .counter-block-banner .count-box.counted {
        margin-left: 50px;
        font-weight: 700;
        font-size: 25px;
    }
}

.banner-section-four .counter-block-banner .heading {
    border-bottom: 1px solid #9A9DA0;
    padding: 28px 30px;
}

@media (max-width: 991.98px) {
    .banner-section-four .counter-block-banner .heading {
        padding: 20px 15px;
    }
}

.banner-section-four .counter-block-banner .counter-title {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}

[data-tm-layout=dark] .banner-section-four .counter-block-banner .counter-title {
    color: var(--headings-color);
}


/*** 

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

***/

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

.banner-section-two:before {
    background-color: var(--theme-color-dark);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-section-two .bg.bg-image:before {
    background-color: var(--theme-color-dark);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}

[data-tm-layout=dark] .banner-section-two .bg.bg-image:before {
    background-color: var(--dark-color1);
}

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

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

@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 {
    color: var(--theme-color-white);
    margin-bottom: 35px;
    position: relative;
    font-size: clamp(42px, 6.25vw, 90px);
    line-height: 1.1;
}

[data-tm-layout=dark] .banner-section-two .content-box .title {
    color: var(--headings-color);
}

@media (max-width: 991.98px) {
    .banner-section-two .content-box .title {
        margin-bottom: 0;
    }
}

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

[data-tm-layout=dark] .banner-section-two .content-box .title span {
    color: var(--headings-color);
}

.banner-section-two .content-box .sub-title {
    color: var(--theme-color-white);
    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;
}

[data-tm-layout=dark] .banner-section-two .content-box .sub-title {
    color: var(--headings-color);
}

@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 {
    background-color: var(--theme-color-white);
    content: "";
    height: 3px;
    left: 0;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    width: 35px;
}

@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 .text {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

[data-tm-layout=dark] .banner-section-two .text {
    color: var(--text-color);
}

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

.banner-section-two .btn-style-three {
    border-radius: 30px;
}

.banner-section-two .btn-style-one {
    border-radius: 30px;
}


/*** 

====================================================================
    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.style-two .bg-image2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}

.banner-section-five.style-two .content-column .content-box .inner {
    background-color: var(--theme-color-black);
    padding: 50px;
    border-radius: 15px;
    position: relative;
}

.banner-section-five.style-two .content-column .content-box .inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(../images/main-slider/shape-1.png);
}

.banner-section-five.style-two .content-column .content-box .sub-title {
    color: var(--text-color-light);
}

[data-tm-layout=dark] .banner-section-five.style-two .content-column .content-box .sub-title {
    color: var(--text-color);
}

.banner-section-five.style-two .content-column .content-box .title {
    color: var(--text-color-light);
    font-size: 55px;
    font-weight: 500;
}

[data-tm-layout=dark] .banner-section-five.style-two .content-column .content-box .title {
    color: var(--headings-color);
}

.banner-section-five.style-two .content-column .content-box .text {
    color: var(--text-color-light);
}

[data-tm-layout=dark] .banner-section-five.style-two .content-column .content-box .text {
    color: var(--text-color);
}

.banner-section-five.style-two .content-column .content-box .theme-btn {
    border-radius: 30px;
}

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

[data-tm-layout=dark] .banner-section-five .content-box .btn-box .image {
    -webkit-filter: invert(1);
    filter: invert(1);
}

@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: -15px;
    top: 260px;
    background-color: #fff;
    text-align: center;
    position: absolute;
}

[data-tm-layout=dark] .banner-section-five .image-box .fact-counter-one {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .banner-section-five .image-box .fact-counter-one:before {
    background: var(--dark-color1);
}

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

[data-tm-layout=dark] .banner-section-five .image-box .fact-counter-one .counter-title {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .banner-section-five .image-box .fact-counter-one .count-box {
    color: var(--headings-color);
}

.banner-section-five .image-box .image {
    margin-bottom: 0;
}

.banner-section-five .image-box .image img {
    width: 100%;
}


/*** 

====================================================================
    Banner Section Nine
====================================================================

***/

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

.banner-section-nine .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.9;
}

.banner-section-nine.style-two .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.banner-section-nine.style-three {
    background-image: linear-gradient(190deg, rgba(21, 29, 40, 0.9803921569) 96%, var(--dark-color3) 36%);
}

.banner-section-nine.style-three .btn-box {
    display: inline-block;
    margin-top: 20px;
}

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

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

.banner-section-nine.style-three .btn-box a img {
    fill: var(--theme-color1);
    width: 72px;
}

.banner-section-nine.style-three .form-group textarea {
    height: 120px;
    border: 1px solid #F3F4F7;
    background-color: #F3F4F7;
}

[data-tm-layout=dark] .banner-section-nine.style-three .form-group textarea {
    background-color: var(--dark-color1);
    border: 1px solid var(--dark-color1);
}

.banner-section-nine.style-three .form-group .theme-btn {
    width: 100%;
}

.banner-section-nine.style-three .form-group input {
    border: 1px solid #F3F4F7;
    background-color: #F3F4F7;
}

[data-tm-layout=dark] .banner-section-nine.style-three .form-group input {
    background-color: var(--dark-color1);
}

.banner-section-nine.style-three .contact-form-nine:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}

.banner-section-nine.style-three .image-box1 {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
}

.banner-section-nine.style-three .image-box1 .image {
    width: 570px;
}

.banner-section-nine.style-three .image-box1 .image img {
    width: 100%;
    height: 100%;
}

.banner-section-nine.style-three .content-box .title {
    line-height: 93px;
    font-size: 72px;
}

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

@media (max-width: 575.98px) {
    .banner-section-nine.style-three .content-box .title {
        line-height: 55px;
        font-size: 40px;
    }
}

.banner-section-nine.style-four .bg-image:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(27%, #E01119));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 70%, #E01119 27%);
    width: 100%;
    height: 100%;
}

.banner-section-nine.style-four .outer-box {
    z-index: 3;
    position: relative;
}

.banner-section-nine.style-four .content-box .title {
    line-height: 86px;
    font-size: 68px;
}

@media (max-width: 767.98px) {
    .banner-section-nine.style-four .content-box .title {
        font-size: 46px;
        line-height: 66px;
    }
}

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

@media (max-width: 991.98px) {
    .banner-section-nine .image-column {
        display: none;
    }
}

.banner-section-nine .image-column .inner-column {
    width: 100%;
    height: 100%;
}

.banner-section-nine .image-column .inner-column .image {
    width: 100%;
    height: 100%;
}

.banner-section-nine .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
}

.banner-section-nine .content-box {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-nine .content-box {
        padding: 120px 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-nine .content-box {
        padding: 100px 30px 60px;
    }
}

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

.banner-section-nine .content-box .title {
    color: var(--theme-color-light);
    margin-bottom: 20px;
    position: relative;
    font-size: clamp(46px, 6.25vw, 80px);
    line-height: 1.1;
}

[data-tm-layout=dark] .banner-section-nine .content-box .title {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .banner-section-nine .content-box .text {
    color: var(--text-color);
}

@media (max-width: 1199.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;
}


/*** 

====================================================================
    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: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section-three .overlay-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    background-image: linear-gradient(89deg, #000000 4%, rgba(0, 0, 0, 0.5411764706) 49%);
}

.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-color-light);
    font-size: clamp(46px, 6.87vw, 110px);
    line-height: 1.05;
    margin-bottom: 35px;
    position: relative;
}

[data-tm-layout=dark] .banner-section-three .content-box .title {
    color: var(--headings-color);
}

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

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

.banner-section-three .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: 0;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

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

[data-tm-layout=dark] .banner-section-three .content-box .text {
    color: var(--text-color);
}

.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: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    padding-left: 0;
    right: 100px;
    left: auto;
    top: calc(50% - 50px);
    -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 {
    display: none;
}


/*** 

====================================================================
    Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 120px 0 90px;
}

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

.features-section .inner-container {
    position: relative;
    background-color: #fff;
    margin-top: -145px;
    z-index: 1;
    padding: 50px;
    border-radius: 10px;
}

[data-tm-layout=dark] .features-section .inner-container {
    background-color: var(--dark-color1);
}

@media (max-width: 991.98px) {
    .features-section .inner-container {
        margin-top: 0;
    }
}

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

[data-tm-layout=dark] .feature-block .inner-box {
    background-color: var(--dark-color2);
}

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

[data-tm-layout=dark] .feature-block .inner-box:before {
    background-color: var(--dark-color3);
}

.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 {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -8px;
    top: -4px;
    width: 40px;
    z-index: 2;
}

[data-tm-layout=dark] .feature-block .inner-box .icon-box .number {
    color: var(--headings-color);
}


/*** 

====================================================================
    Features Section Home 2
====================================================================

***/

.features-section-home2 {
    background-color: var(--theme-color-white);
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.features-section-home2 .content-column .inner-column {
    position: relative;
}

.features-section-home2 .content-column .content-box {
    position: relative;
}

.features-section-home2 .content-column .content-box .text {
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.features-section-home2 .content-column .content-box .contents {
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    .features-section-home2 .content-column .content-box .contents {
        padding-left: 0;
    }
}

.features-section-home2 .content-column .image-box {
    position: relative;
}

@media (max-width: 767.98px) {
    .features-section-home2 .content-column .image-box {
        margin-bottom: 20px;
        position: relative;
    }
}

.features-section-home2 .content-column .image-box .image img {
    width: 100%;
}

.features-section-home2 .content-column .image-box .info-box {
    background-color: var(--bg-theme-color1);
    bottom: 0;
    left: 0;
    max-width: 179px;
    padding: 30px 25px;
    position: absolute;
}

.features-section-home2 .content-column .image-box .info-box .count {
    color: var(--theme-color-white);
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
}

.features-section-home2 .content-column .image-box .info-box .sub-title {
    color: var(--theme-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

[data-tm-layout=dark] .features-section-home2 .content-column .image-box .info-box .sub-title {
    color: var(--headings-color);
}

.features-section-home2 .tabs-box {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 40px;
}

@media (max-width: 575.98px) {
    .features-section-home2 .tabs-box {
        padding: 40px 30px;
    }
}

.features-section-home2 .tabs-column .inner-column {
    padding-right: 50px;
}

@media (max-width: 991.98px) {
    .features-section-home2 .tabs-column .inner-column {
        padding-right: 0;
    }
}

.features-section-home2 .tabs-column .tab-btns .tab-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    color: var(--theme-color-dark);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 90px;
    padding: 10px;
    padding-left: 100px;
    position: relative;
}

[data-tm-layout=dark] .features-section-home2 .tabs-column .tab-btns .tab-btn {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .features-section-home2 .tabs-column .tab-btns .tab-btn:after,
    .features-section-home2 .tabs-column .tab-btns .tab-btn::before {
        display: none;
    }
}

.features-section-home2 .tabs-column .tab-btns .tab-btn .sub-icon {
    font-size: 12px;
    margin-left: 10px;
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:hover {
    color: var(--theme-color-white);
    background-color: var(--bg-theme-color1);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:hover .icon {
    background-color: var(--theme-color-white);
    color: var(--theme-color1);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:hover:before {
    background-color: var(--theme-color1);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn.active-btn {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .features-section-home2 .tabs-column .tab-btns .tab-btn.active-btn {
    color: var(--headings-color);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn.active-btn .icon {
    background-color: var(--theme-color-white);
    color: var(--bg-theme-color1);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn.active-btn:before {
    background-color: var(--theme-color-white);
}

.features-section-home2 .tabs-column .tab-btns .tab-btn.active-btn:after {
    border-left: 20px solid var(--theme-color1);
    opacity: 1;
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:before {
    background-color: var(--bg-theme-color1);
    content: "";
    height: 74px;
    left: 100%;
    margin-top: -37px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 5px;
}

.features-section-home2 .tabs-column .tab-btns .tab-btn:after {
    border-bottom: 37px solid transparent;
    border-top: 37px solid transparent;
    content: "";
    left: 100%;
    margin-left: 5px;
    margin-top: -37px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section-home2 .tabs-column .tab-btns .tab-btn .icon {
    background-color: var(--theme-color-white);
    color: var(--theme-color1);
    font-size: 36px;
    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: 70px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 70px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section-home2 .list-style-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
    position: relative;
}

.features-section-home2 .list-style-two li {
    color: var(--text-color);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section-home2 .list-style-two li i {
    color: var(--theme-color1);
    margin-right: 10px;
    position: relative;
}

[data-tm-layout=dark] .features-section-home2 .list-style-two li i {
    color: var(--headings-color);
}

.features-section-home2 .expert-info-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;
}

@media (max-width: 575.98px) {
    .features-section-home2 .expert-info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.features-section-home2 .expert-info-box:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.features-section-home2 .expert-info-box .image-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .features-section-home2 .expert-info-box .image-box {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.features-section-home2 .expert-info-box .image-box .image {
    margin-bottom: 0;
}

.features-section-home2 .expert-info-box .image-box .icon {
    background-color: var(--bg-theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 46px;
    height: 90px;
    line-height: 91px;
    margin-left: -44px;
    text-align: center;
    width: 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .features-section-home2 .expert-info-box .image-box .icon {
    color: var(--headings-color);
}

.features-section-home2 .expert-info-box .content-box .expert-title {
    margin-bottom: 0;
}


/*** 

====================================================================
    About Section Ten
====================================================================

***/

.about-section {
    background-color: var(--theme-color-lighter2);
    padding: 70px 0 70px;
    position: relative;
}

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

.about-section .shape-1 {
    background-image: url(../images/icons/car-1.png);
    bottom: 0;
    height: 156px;
    position: absolute;
    right: 0;
    width: 411px;
}

.about-section .content-column {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.about-section .content-column .text.two {
    color: var(--theme-color1);
    margin-bottom: 28px;
    text-decoration: underline;
}

.about-section .content-column .text.two a {
    color: var(--theme-color1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
    .about-section .content-column .text.two a br {
        display: none;
    }
}

.about-section .content-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .about-section .content-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section .content-column .inner-column {
    margin-right: -20px;
    padding-left: 70px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .about-section .content-column .inner-column {
        margin-right: 0;
        padding-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .about-section .content-column .inner-column {
        margin-bottom: 20px;
        padding-left: 0;
    }
}

.about-section .content-column .author-box {
    background-color: #f3f4f7;
    display: inline-block;
    margin-right: 24px;
    padding: 30px 20px 0 20px;
    position: relative;
}

[data-tm-layout=dark] .about-section .content-column .author-box {
    background-color: var(--dark-color1);
}

@media (max-width: 1199.98px) {
    .about-section .content-column .author-box {
        padding: 15px 15px;
    }
}

@media (max-width: 575.98px) {
    .about-section .content-column .author-box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 60%;
    }
}

.about-section .content-column .author-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.about-section .content-column .author-box .inner .image {
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .author-box .inner .image {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.about-section .content-column .author-box .inner .image img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .content-column .author-box .inner .name {
    font-size: 17px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-section .content-column .author-box .inner .name br {
        display: none;
    }
}

.about-section .content-column .author-box .inner .designation {
    display: block;
    font-size: 16px;
}

.about-section .content-column .author-box .inner:hover .image img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-section .style-three {
    background-color: var(--theme-color-light);
}

.about-section .style-three .image-column .image-1 {
    border-radius: 0;
}

.about-section .style-three .image-column .image-2 {
    border: none;
    border-radius: 0;
    right: -25px;
    top: calc(50% + 124px);
}

@media only screen and (max-width: 1439px) {
    .about-section .style-three .content-column .inner-column {
        padding-left: 30px;
    }
}

@media (max-width: 1199.98px) {
    .about-section .style-three .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section .style-three .experience {
    bottom: -45px;
    border-radius: 0;
    left: 40px;
}

.about-section .style-three .experience:before {
    display: none;
}

.about-section .style-three .list-style-two li {
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .about-section .image-column {
        display: none;
    }
}

.about-section .image-column .inner-column {
    margin-right: 140px;
    padding-bottom: 112px;
    position: relative;
}

.about-section .image-column .inner-column .image-1 {
    margin-bottom: 0;
    position: relative;
}

.about-section .image-column .inner-column .image-1:before {
    content: "";
    border: 5px solid var(--theme-color1);
    height: 198px;
    position: absolute;
    right: -112px;
    top: -31px;
    width: 167px;
    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 .image-column .inner-column .image-1 img {
    width: 100%;
}

.about-section .image-column .inner-column .image-2 {
    bottom: 5px;
    margin-bottom: 0;
    position: absolute;
    right: -165px;
}

.about-section .image-column .inner-column .image-2:before {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
    background-color: var(--theme-color1);
    bottom: 0;
    content: "";
    height: 69px;
    left: -28px;
    position: absolute;
    width: 5px;
}

.about-section .image-column .inner-column .image-2 img {
    width: 100%;
}


/*** 

====================================================================
        About Section
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 120px 0 0;
    background-color: #f4f4f4;
}

[data-tm-layout=dark] .about-section-two {
    background-color: var(--dark-color1);
}

@media (max-width: 991.98px) {
    .about-section-two {
        padding: 50px 0 0;
    }
}

.about-section-two .float-image {
    position: absolute;
    top: 26px;
    left: -150px;
}

[data-tm-layout=dark] .about-section-two .float-image {
    opacity: 0.05;
}

.about-section-two .float-image2 {
    position: absolute;
    bottom: 0;
    right: -70px;
}

.about-section-two.style-three {
    padding: 120px 0 0;
}

@media (max-width: 1199.98px) {
    .about-section-two.style-three {
        padding: 80px 0;
    }
}

.about-section-two.style-three .text {
    margin-right: 51px !important;
}

@media (max-width: 1199.98px) {
    .about-section-two.style-three .text {
        margin-right: 0 !important;
    }
}

.about-section-two.style-three .image-column .inner-column {
    padding: 0;
    margin-right: -66px;
}

@media (max-width: 991.98px) {
    .about-section-two.style-three .image-column .inner-column {
        display: none;
    }
}

.about-section-two.style-three .image-column .inner-column:before {
    display: none;
}

.about-section-two.style-three .float-image {
    top: auto;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .about-section-two.style-three .float-image {
        display: none;
    }
}

.about-section-two.style-three .skills {
    margin-top: 20px;
    margin-bottom: 50px;
}

.about-section-two.style-three .skills .skill-item {
    margin-bottom: 40px;
}

.about-section-two.style-three .skills .skill-item:last-child {
    margin-bottom: 0;
}

.about-section-two.style-three .skills .bar-inner .bar {
    background-color: var(--bg-theme-color1);
}

.about-section-two.style-three .skills .skill-item .skill-bar .bar-inner {
    background-color: #F1F1F1;
    border-radius: 15px;
    height: 10px;
}

[data-tm-layout=dark] .about-section-two.style-three .skills .skill-item .skill-bar .bar-inner {
    background-color: var(--dark-color3);
}

.about-section-two.style-three .skills .skill-item .skill-bar .bar-inner .bar {
    border-radius: 0;
    height: 10px;
}

[data-tm-layout=dark] .about-section-two.style-three .skills .skill-item .skill-bar .bar-inner .bar {
    border-color: var(--dark-color1);
}

.about-section-two .content-column {
    position: relative;
    z-index: 1;
}

.about-section-two .content-column .inner-column {
    position: relative;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .about-section-two .content-column .inner-column {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .inner-column {
        margin-top: 0px;
    }
}

.about-section-two .content-column .sec-title {
    margin-bottom: 40px;
    margin-right: -50px;
}

@media (max-width: 1399.98px) {
    .about-section-two .content-column .sec-title {
        margin-right: 0;
    }
}

.about-section-two .content-column .sec-title .text {
    margin-right: 5px;
}

@media (max-width: 1399.98px) {
    .about-section-two .content-column .sec-title .text {
        margin-right: 0;
    }
}

.about-section-two .content-column .list-style-two {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .list-style-two {
        margin-bottom: 30px;
    }
}

.about-section-two .content-column .btn-box {
    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-two .content-column .btn-box {
        display: block;
    }
}

.about-section-two .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-two .content-column .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.about-section-two .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-two .content-column .info-btn:hover {
    color: var(--bg-theme-color2);
}

.about-section-two .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;
    margin-right: 40px;
}

@media (max-width: 575.98px) {
    .about-section-two .content-column .founder-info {
        margin-bottom: 30px;
    }
}

.about-section-two .content-column .founder-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.about-section-two .content-column .founder-info .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.about-section-two .content-column .founder-info .name {
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-two .content-column .founder-info .designation {
    margin-top: 1px;
}

.about-section-two .image-column {
    position: relative;
}

@media (max-width: 575.98px) {
    .about-section-two .image-column {
        display: none;
    }
}

.about-section-two .image-column .inner-column {
    position: relative;
    padding-right: 110px;
}

.about-section-two .image-column .inner-column:before {
    position: absolute;
    top: 50px;
    left: 50px;
    height: 205px;
    width: 205px;
    background-image: url(../images/pattern/shape-3.png);
    content: "";
}

.about-section-two .image-column .image-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    z-index: 1;
}

.about-section-two .image-column .image-1 img {
    width: 100%;
}

.about-section-two .image-column .image-2 {
    position: absolute;
    left: -20px;
    bottom: 110px;
    margin-bottom: 0;
    border-radius: 90px;
    overflow: hidden;
    border: 8px 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);
    height: 150px;
    z-index: 1;
}

.about-section-two .image-column .image-2 img {
    width: 100%;
}

.about-section-two .border-experience {
    border-radius: 100% 100% 100% 100%;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #FBFBFB;
    position: absolute;
    width: 250px;
    height: 250px;
    z-index: -1;
    top: 174px;
    right: 56px;
}

.about-section-two .experience {
    bottom: auto;
    left: auto;
    top: 213px;
    right: 100px;
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .about-section-two .experience {
        bottom: 10px;
        left: 10px;
    }
}

.about-section-two .experience .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-light);
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 180px;
    padding: 0;
    text-align: center;
    width: 182px;
    z-index: 1;
    position: relative;
}

.about-section-two .experience .text {
    color: var(--theme-color-black);
    line-height: 20px;
    position: relative;
    font-size: 18px;
}

[data-tm-layout=dark] .about-section-two .experience .text {
    color: var(--headings-color);
}

.about-section-two .experience strong {
    color: var(--theme-color1);
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}


/*** 

====================================================================
        About Section
====================================================================

***/

.about-section-three {
    position: relative;
    padding: 70px 0;
}

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

.about-section-three .float-image {
    position: absolute;
    bottom: 0px;
    right: 0;
}

section.project-section {
    padding: 0px 0px 70px;
}

.about-section-three .content-column {
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}

.about-section-three .content-column .inner-column {
    position: relative;
    margin-top: 25px;
}

@media (max-width: 991.98px) {
    .about-section-three .content-column .inner-column {
        padding-left: 0;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .about-section-three .content-column .inner-column {
        margin-top: 0px;
    }
}

.about-section-three .content-column .sec-title {
    margin-bottom: 40px;
}

.sec-title.abt-sect .text {
    margin-top: 20px;
}

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

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

.about-section-three .pattern-4 {
    background-image: url(../images/icons/pattern-4.png);
    height: 413px;
    left: 0;
    position: absolute;
    top: 0;
    width: 285px;
}

.project-section .shape-1 {
    background-image: url(../images/icons/car-1.png);
    bottom: 0;
    height: 156px;
    position: absolute;
    right: 0;
    width: 411px;
}

.about-section-three .bord {
    background: #fff;
    /* Ensures shadow shows well */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1399.98px) {
    .about-section-three .content-column .sec-title {
        margin-right: 0;
    }
}

@media (max-width: 1399.98px) {
    .about-section-three .content-column .sec-title .text {
        margin-right: 0;
    }
}

.about-section-three .content-column .list-style-two {
    margin-bottom: 0px;
}

.about-section-three .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-three .content-column .btn-box {
        display: block;
    }
}

.about-section-three .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-three .content-column .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.about-section-three .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-three .content-column .info-btn:hover {
    color: var(--bg-theme-color2);
}

.about-section-three .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-three .content-column .founder-info {
        margin-bottom: 30px;
    }
}

.about-section-three .content-column .founder-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.about-section-three .content-column .founder-info .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.about-section-three .content-column .founder-info .name {
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-three .content-column .founder-info .designation {
    margin-top: 1px;
}

.about-section-three .image-column {
    position: relative;
}

.about-section-three .image-column .inner-column {
    position: relative;
    padding-right: 110px;
}

.about-section-three .image-column .inner-column:before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -7px;
    left: -105px;
    width: 639px;
    height: 614px;
    background-image: url(../images/pattern/shape-4.png);
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

@media (max-width: 1199.98px) {
    .about-section-three .image-column .inner-column:before {
        display: none;
    }
}

.about-section-three .image-column .image-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}

.about-section-three .image-column .image-1 img {
    width: 100%;
}

.about-section-three .image-column .image-2 {
    position: absolute;
    right: 0;
    top: 60px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 5px 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);
}

.about-section-three .image-column .image-2 img {
    width: 100%;
}

.about-section-three .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-three .experience {
        bottom: 10px;
        left: 10px;
    }
}

.about-section-three .experience .inner {
    padding-left: 75px;
    position: relative;
}

.about-section-three .experience .icon {
    color: var(--theme-color-light);
    font-size: 64px;
    left: 0px;
    position: absolute;
    top: 3px;
}

.about-section-three .experience .text {
    color: var(--theme-color-light);
    line-height: 20px;
    position: relative;
}

[data-tm-layout=dark] .about-section-three .experience .text {
    color: var(--headings-color);
}

.about-section-three .experience strong {
    color: var(--theme-color-light);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 7px;
    position: relative;
}

[data-tm-layout=dark] .about-section-three .experience strong {
    color: var(--headings-color);
}


/*** 

====================================================================
    About Section Six
====================================================================

***/

.about-section-four {
    position: relative;
    padding: 149px 0 120px;
    z-index: 4;
}

@media (max-width: 1199.98px) {
    .about-section-four {
        padding: 10px 0 120px;
    }
}

@media (max-width: 575.98px) {
    .about-section-four {
        padding: 10px 0 100px;
    }
}

.about-section-four .float-img-3 {
    position: absolute;
    left: -100px;
    bottom: 190px;
    width: 215px;
    height: 215px;
    background-image: url(../images/pattern/float-img-3.png);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section-four .float-img-3 {
        display: none;
    }
}

.about-section-four .sec-title {
    margin-bottom: 27px;
}

.about-section-four .outer-box {
    position: relative;
    background-color: var(--theme-color-light);
    z-index: 1;
}

.about-section-four .outer-box .icon-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 631px;
    height: 523px;
    background-image: url(../images/icons/icon-dots6.png);
}

[data-tm-layout=dark] .about-section-four .outer-box .icon-dots {
    opacity: 0.05;
}

.about-section-four .content-column .inner-column {
    position: relative;
    padding: 90px 100px;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .about-section-four .content-column .inner-column {
        padding-left: 30px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .about-section-four .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section-four .content-column .inner-column .list-style-two {
    margin-top: 15px;
}

.about-section-four .content-column .inner-column .author-box {
    position: relative;
}

.about-section-four .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: #FBE5E6;
    text-align: center;
    margin: 0 auto;
    margin-left: 15px;
}

@media (max-width: 767.98px) {
    .about-section-four .content-column .inner-column .author-box .inner-box {
        margin-left: 0;
    }
}

.about-section-four .content-column .inner-column .author-box .inner-box .author-img {
    position: relative;
    margin-bottom: 10px;
}

.about-section-four .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-four .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-four .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-four .content-column .inner-column .text {
    margin-top: 45px;
    margin-right: -17px;
}

@media (max-width: 991.98px) {
    .about-section-four .content-column .inner-column .text {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section-four .content-column .inner-column .text {
        padding: 0 20px;
    }
}

.about-section-four .image-column .inner-column {
    height: 100%;
    position: relative;
    text-align: right;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column {
        display: none;
    }
}

.about-section-four .image-column .inner-column:before {
    background-color: var(--theme-color1);
    content: "";
    height: 208px;
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
}

.about-section-four .image-column .inner-column .image-box {
    position: relative;
    display: inline-block;
    height: 100%;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column .image-box {
        display: block;
    }
}

.about-section-four .image-column .inner-column .image-box .image {
    height: 100%;
    margin-bottom: 0;
    padding-right: 53px;
    position: relative;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column .image-box .image {
        padding-right: 0;
    }
}

.about-section-four .image-column .inner-column .image-box .image img {
    height: 100%;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column .image-box .image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
}

.about-section-four .image-column .inner-column .image-box .image-2 {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column .image-box .image-2 {
        display: none;
    }
}

.about-section-four .image-column .inner-column .image-box .image-2 img {
    border: 5px solid var(--theme-color-light);
}

.about-section-four .image-column .inner-column .image-box .exp-box {
    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;
    height: 160px;
    left: -88px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 160px;
}

@media (max-width: 991.98px) {
    .about-section-four .image-column .inner-column .image-box .exp-box {
        left: 20px;
    }
}

.about-section-four .image-column .inner-column .image-box .exp-box:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid var(--theme-color1);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 0;
}

.about-section-four .image-column .inner-column .image-box .exp-box .icon {
    color: var(--theme-color-light);
    font-size: 37px;
    line-height: 1em;
    position: relative;
}

[data-tm-layout=dark] .about-section-four .image-column .inner-column .image-box .exp-box .icon {
    color: var(--headings-color);
}

.about-section-four .image-column .inner-column .image-box .exp-box .title {
    color: var(--theme-color-light);
    position: relative;
}

[data-tm-layout=dark] .about-section-four .image-column .inner-column .image-box .exp-box .title {
    color: var(--headings-color);
}


/*** 

====================================================================
        About Section Nine
====================================================================

***/

.about-section-nine {
    position: relative;
    padding: 120px 0 0;
    margin-bottom: -70px;
    z-index: 3;
}

@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-6.png");
}

@media (max-width: 1199.98px) {
    .about-section-nine:before {
        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;
}

@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: -50px;
}

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

@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: #fff;
    -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;
}

[data-tm-layout=dark] .about-section-nine .service-block .inner-box {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .about-section-nine .service-block .inner-box:hover .icon {
    color: var(--headings-color);
}

.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;
    background-color: #F4F4F4;
    border-radius: 50%;
    color: var(--theme-color1);
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .about-section-nine .service-block .inner-box .icon {
    background-color: var(--dark-color2);
}

.about-section-nine .service-block .inner-box .title {
    margin-bottom: 15px;
}

[data-tm-layout=dark] .about-section-nine .service-block .inner-box .title {
    color: var(--headings-color);
}


/*** 

====================================================================
        About Section
====================================================================

***/

.about-section-seven {
    position: relative;
    padding: 0 0 120px;
}

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

.about-section-seven .float-image {
    position: absolute;
    bottom: -20px;
    right: 0;
}

@media (max-width: 1199.98px) {
    .about-section-seven .float-image {
        display: none;
    }
}

.about-section-seven.style-two .content-column {
    margin-bottom: 0;
}

.about-section-seven.style-two .image-column {
    margin-bottom: 0;
}

.about-section-seven .content-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.about-section-seven .content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    .about-section-seven .content-column .inner-column {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 575.98px) {
    .about-section-seven .content-column .inner-column {
        margin-top: 0px;
    }
}

.about-section-seven .content-column .sec-title {
    margin-bottom: 40px;
    margin-right: -50px;
}

@media (max-width: 1399.98px) {
    .about-section-seven .content-column .sec-title {
        margin-right: 0;
    }
}

.about-section-seven .content-column .sec-title .text {
    margin-right: 5px;
}

@media (max-width: 1399.98px) {
    .about-section-seven .content-column .sec-title .text {
        margin-right: 0;
    }
}

.about-section-seven .content-column .list-style-two {
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .about-section-seven .content-column .list-style-two {
        margin-bottom: 30px;
    }
}

.about-section-seven .content-column .btn-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .about-section-seven .content-column .btn-box {
        display: block;
    }
}

.about-section-seven .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-seven .content-column .info-btn small {
    color: #6a6a6a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-section-seven .content-column .info-btn i {
    background-color: #edf0f5;
    border-radius: 50%;
    color: var(--bg-theme-color2);
    font-size: 24px;
    height: 68px;
    left: 0;
    line-height: 68px;
    margin-top: -34px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 68px;
}

.about-section-seven .content-column .info-btn:hover {
    color: var(--bg-theme-color2);
}

.about-section-seven .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-seven .content-column .founder-info {
        margin-bottom: 30px;
    }
}

.about-section-seven .content-column .founder-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.about-section-seven .content-column .founder-info .thumb img {
    border-radius: 50%;
}

.about-section-seven .content-column .founder-info .name {
    line-height: 24px;
    margin-bottom: 0;
}

.about-section-seven .content-column .founder-info .designation {
    margin-top: 1px;
}

.about-section-seven .image-column {
    position: relative;
    margin-bottom: 121px;
}

@media (max-width: 575.98px) {
    .about-section-seven .image-column {
        display: none;
    }
}

.about-section-seven .image-column .inner-column {
    position: relative;
    padding-right: 110px;
}

.about-section-seven .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-seven .image-column .image-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.about-section-seven .image-column .image-1 img {
    width: 100%;
}

.about-section-seven .image-column .image-2 {
    position: absolute;
    width: 226px;
    height: 272px;
    right: 0;
    bottom: 60px;
    margin-bottom: 0;
    overflow: hidden;
    border: 10px 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);
}

.about-section-seven .image-column .image-2 img {
    width: 100%;
}

.about-section-seven .image-column .layer-inner {
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: rgba(0, 0, 0, 0.0509803922);
    position: absolute;
    bottom: auto;
    right: auto;
    width: 83%;
    height: 410px;
    top: -49px;
    left: 50px;
}

.about-section-seven .exp-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 575.98px) {
    .about-section-seven .exp-box .inner {
        display: block;
    }
}

.about-section-seven .exp-box .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

.about-section-seven .exp-box .inner .content:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.231372549);
    width: 1px;
    height: 52px;
    right: 0;
    top: calc(50% - 26px);
}

@media (max-width: 575.98px) {
    .about-section-seven .exp-box .inner .content:before {
        display: none;
    }
}

.about-section-seven .exp-box .inner .content:last-child {
    padding-right: 0;
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .about-section-seven .exp-box .inner .content:last-child {
        margin-top: 30px;
    }
}

.about-section-seven .exp-box .inner .content:last-child:before {
    display: none;
}

.about-section-seven .exp-box .inner .count {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 0;
    position: relative;
}

.about-section-seven .exp-box .inner .title {
    color: var(--theme-color-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
}

[data-tm-layout=dark] .about-section-seven .exp-box .inner .title {
    color: var(--headings-color);
}


/*** 

====================================================================
        About Section
====================================================================

***/

.about-section-eight {
    position: relative;
    padding: 70px 0;
    background-color: #fff5f6;
}

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

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

.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: var(--theme-color-light);
    font-size: 64px;
    left: 0px;
    position: absolute;
    top: 3px;
}

.about-section-eight .experience .text {
    color: var(--theme-color-light);
    line-height: 20px;
    position: relative;
}

[data-tm-layout=dark] .about-section-eight .experience .text {
    color: var(--headings-color);
}

.about-section-eight .experience strong {
    color: var(--theme-color-light);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 7px;
    position: relative;
}

[data-tm-layout=dark] .about-section-eight .experience strong {
    color: var(--headings-color);
}


/*** 

====================================================================
        About Section
====================================================================

***/

.about-section-ten {
    position: relative;
    padding: 0 0 148px;
}

@media (max-width: 991.98px) {
    .about-section-ten {
        padding: 0 0 75px;
    }
}

.about-section-ten .float-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

[data-tm-layout=dark] .about-section-ten .float-image {
    opacity: 0.05;
}

.about-section-ten .float-image2 {
    position: absolute;
    right: -50px;
    bottom: 0;
}

.about-section-ten .icon-plane {
    position: absolute;
    top: -300px;
    right: 100px;
    width: 106px;
    height: 639px;
    background-image: url(../images/icons/icon-plane.html);
}

@media (max-width: 1199.98px) {
    .about-section-ten .icon-plane {
        display: none;
    }
}

.about-section-ten .content-column .inner-column .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
}

@media (max-width: 575.98px) {
    .about-section-ten .content-column .inner-column .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.about-section-ten .content-column .inner-column .info-box:last-child {
    margin-bottom: 0;
}

.about-section-ten .content-column .inner-column .info-box:hover .icon {
    background-color: var(--theme-color-dark);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-section-ten .content-column .inner-column .info-box .icon {
    color: var(--text-color-bg-theme-color1);
    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;
    min-width: 66px;
    min-height: 66px;
    border-radius: 50%;
    background-color: var(--bg-theme-color1);
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .about-section-ten .content-column .inner-column .info-box .icon {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.about-section-ten .content-column .inner-column .info-box .title {
    margin-bottom: 0;
}

.about-section-ten .content-column .inner-column .info-box .title br {
    display: none;
}

@media (max-width: 575.98px) {
    .about-section-ten .content-column .inner-column .info-box .title br {
        display: block;
    }
}

.about-section-ten .content-column .inner-column .author-box .inner-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 22px;
    padding: 0 0 20px;
    position: relative;
}

[data-tm-layout=dark] .about-section-ten .content-column .inner-column .author-box .inner-box {
    background-color: var(--dark-color1);
}

@media (max-width: 767.98px) {
    .about-section-ten .content-column .inner-column .author-box .inner-box {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 0;
        padding: 0 55px 20px;
        margin-top: 55px;
    }
}

.about-section-ten .content-column .inner-column .author-box .inner-box:hover .author-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-section-ten .content-column .inner-column .author-box .inner-box .author-img {
    border-radius: 50%;
    position: relative;
    margin-top: -25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.about-section-ten .content-column .inner-column .author-box .inner-box .author-img img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section-ten .content-column .inner-column .author-box .inner-box .author-info {
    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;
}

.about-section-ten .content-column .inner-column .author-box .inner-box .author-info .name {
    margin-bottom: 0;
    line-height: 1;
}

[data-tm-layout=dark] .about-section-ten .content-column .inner-column .author-box .inner-box .author-info .name {
    color: var(--headings-color);
}

.about-section-ten .content-column .inner-column .author-box .inner-box .author-info .designation {
    color: #4c4d56;
    font-size: 12px;
}

[data-tm-layout=dark] .about-section-ten .content-column .inner-column .author-box .inner-box .author-info .designation {
    color: var(--text-color);
}

.about-section-ten .content-column .inner-column .list-style-one {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-section-ten .content-column .inner-column .list-style-one li {
    font-size: 16px;
    margin-bottom: 15px;
}

.about-section-ten .content-column .inner-column .list-style-one li i {
    color: var(--theme-color1);
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .about-section-ten .image-column {
        display: none;
    }
}

.about-section-ten .image-column .inner-column {
    position: relative;
    padding-right: 60px;
}

.about-section-ten .image-column .image-box {
    position: relative;
}

.about-section-ten .image-column .image-box .image {
    margin-bottom: 0;
}

.about-section-ten .image-column .image-box .image img {
    width: 100%;
}

.about-section-ten .image-column .image-box .image-2 {
    margin-bottom: 0;
    border: 10px solid var(--theme-color-light);
    position: absolute;
    top: 108px;
    right: -49px;
}

.about-section-ten .exp-box .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
}

.about-section-ten .exp-box .inner .count {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.about-section-ten .exp-box .inner .count:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.231372549);
    width: 1px;
    height: 52px;
    right: 0;
    top: calc(50% - 26px);
}

.about-section-ten .exp-box .inner .title {
    color: var(--theme-color-black);
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

[data-tm-layout=dark] .about-section-ten .exp-box .inner .title {
    color: var(--headings-color);
}


/*** 

====================================================================
    About Section Two
====================================================================

***/

.about-section9 {
    position: relative;
    padding: 120px 0 120px;
    z-index: 2;
}

.about-section9 .icon-plane-4 {
    position: absolute;
    bottom: 180px;
    left: 45px;
}

.about-section9 .icon-container {
    position: absolute;
    top: 230px;
    right: -170px;
}

@media (max-width: 767.98px) {
    .about-section9 .icon-container {
        opacity: 0.3;
    }
}

.about-section9 .sec-title {
    margin-bottom: 30px;
}

.about-section9 .content-column {
    margin-bottom: 50px;
}

.about-section9 .content-column .inner-column {
    position: relative;
}

.about-section9 .content-column .inner-column .text.two {
    color: var(--theme-color1);
    margin-bottom: 30px;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .about-section9 .content-column .inner-column .text.two br {
        display: none;
    }
}

.about-section9 .content-column .inner-column .text.two a {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color1);
}

.about-section9 .content-column .inner-column .text {
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .about-section9 .content-column .inner-column .text br {
        display: none;
    }
}

.about-section9 .image-column {
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .about-section9 .image-column {
        display: none;
    }
}

.about-section9 .image-column .inner-column {
    position: relative;
    padding-right: 69px;
}

@media (max-width: 1199.98px) {
    .about-section9 .image-column .inner-column {
        padding-right: 0;
    }
}

.about-section9 .image-column .inner-column .image-box {
    position: relative;
    padding-right: 57px;
}

@media (max-width: 991.98px) {
    .about-section9 .image-column .inner-column .image-box {
        padding-left: 0;
    }
}

.about-section9 .image-column .inner-column .image-box .layer-inner {
    position: absolute;
    top: -16px;
    left: 56px;
    width: 82%;
    height: 630px;
    border-radius: 0px 130px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--theme-color1) !important;
    z-index: -1;
}

.about-section9 .image-column .inner-column .image-box .image {
    border-radius: 0px 125px 0px 0px;
    overflow: hidden;
}

.about-section9 .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
}

.about-section9 .image-column .inner-column .image-box .image-2 {
    position: absolute;
    top: 202px;
    right: -23px;
    border: 8px solid var(--theme-color-light);
    overflow: hidden;
    width: 236px;
    height: 255px;
}

.about-section9 .image-column .inner-column .image-box .image-2:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1199.98px) {
    .about-section9 .image-column .inner-column .image-box .image-2 {
        top: 40px;
    }
}

@media (max-width: 991.98px) {
    .about-section9 .image-column .inner-column .image-box .image-2 {
        display: none;
    }
}

.about-section9 .image-column .inner-column .image-box .image-2 img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section9 .bottom-box {
    position: relative;
    max-width: 990px;
    margin: 10px auto 0;
}

.about-section9 .bottom-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--theme-color1);
    padding: 8px 10px 8px 60px;
}

@media (max-width: 991.98px) {
    .about-section9 .bottom-box .inner-box {
        padding-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-section9 .bottom-box .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0;
        border: 0;
    }
}

.about-section9 .bottom-box .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-section9 .bottom-box .inner-box .text {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color-dark);
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-section9 .bottom-box .inner-box .text {
        margin-bottom: 20px;
    }
}

.about-section9 .bottom-box .inner-box .text a {
    font-weight: 600;
    color: var(--theme-color1);
}

.about-section9 .bottom-box .icon {
    position: relative;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    font-size: 26px;
    margin-right: -35px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 0 16px rgba(194, 194, 194, 0.75);
    box-shadow: 0 0 16px rgba(194, 194, 194, 0.75);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .about-section9 .bottom-box .icon {
        display: none;
    }
}

.about-section9 .bottom-box .theme-btn {
    position: relative;
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 0;
    letter-spacing: -0.01em;
}

.about-section9 .bottom-box .theme-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    background-color: var(--theme-color-light);
    border-bottom: 77px solid var(--theme-color1);
    border-left: 20px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .about-section9 .bottom-box .theme-btn:after {
        display: none;
    }
}

.about-section9 .bottom-box .theme-btn:hover:after {
    border-bottom-color: var(--theme-color-dark);
}

.about-block9 .inner {
    position: relative;
    display: inline-block;
}

.about-block9 .inner:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-block9 .inner .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block9 .inner .title {
    font-size: 20px;
    color: var(--theme-color-dark);
    font-weight: 700;
    margin-bottom: 10px;
}

.about-block9 .inner .title a:hover {
    color: var(--theme-color1);
}

.about-block9 .inner .text {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8em;
}


/*** 

====================================================================
    About Section
====================================================================

***/

.about-section10 {
    padding: 0 0 120px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .about-section10 {
        padding: 0 0 74px;
    }
}

.about-section10 .outer-box {
    margin-top: -155px;
    padding: 120px 0 0 0;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about-section10 .outer-box {
        margin-top: 0;
    }
}

.about-section10 .outer-box:before {
    background-color: var(--bg-color-light);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 150%;
}

@media (max-width: 1199.98px) {
    .about-section10 .outer-box:before {
        background-color: transparent;
    }
}

.about-section10 .float-image2 {
    bottom: 0;
    position: absolute;
    right: -70px;
}

.about-section10 .sec-title {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .about-section10 .image-column {
        display: none;
    }
}

.about-section10 .image-column .inner-column {
    margin-right: 30px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .about-section10 .image-column .inner-column {
        margin-right: 0;
    }
}

.about-section10 .image-column .inner-column:before {
    background-color: var(--bg-theme-color1);
    border-radius: 0px 10px 10px 0px;
    content: "";
    height: 497px;
    position: absolute;
    right: -20px;
    top: 70px;
    width: 13%;
}

@media (max-width: 1399.98px) {
    .about-section10 .image-column .inner-column:before {
        left: 35px;
    }
}

@media (max-width: 1199.98px) {
    .about-section10 .image-column .inner-column:before {
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .about-section10 .image-column .inner-column:before {
        display: none;
    }
}

.about-section10 .image-column .inner-column .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1399.98px) {
    .about-section10 .image-column .inner-column .image-box {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 991.98px) {
    .about-section10 .image-column .inner-column .image-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
    }
}

.about-section10 .image-column .inner-column .image-box .image {
    margin-bottom: 0;
}

.about-section10 .image-column .inner-column .image-box .image img {
    position: relative;
}

@media (max-width: 991.98px) {
    .about-section10 .image-column .inner-column .image-box .image img {
        clip-path: none;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

.about-section10 .content-column {
    margin-bottom: 50px;
    padding-top: 20px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .about-section10 .content-column {
        margin-bottom: 0;
    }
}

.about-section10 .content-column .inner-column {
    position: relative;
    padding-right: 10px;
}

@media (max-width: 1199.98px) {
    .about-section10 .content-column .inner-column {
        padding-right: 0;
    }
}

.about-section10 .content-column .inner-column .text.two {
    color: var(--theme-color1);
    margin-bottom: 28px;
    text-decoration: underline;
}

.about-section10 .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-section10 .content-column .inner-column .text.two a br {
        display: none;
    }
}

.about-section10 .content-column .inner-column .text {
    margin-bottom: 40px;
    color: #7a7a7a;
}

.about-section10 .content-column .inner-column .theme-btn {
    margin-top: 50px;
}

.about-section10 .content-column .inner-column .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .about-section10 .content-column .inner-column .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-section10 .content-column .inner-column .author-box {
    position: relative;
    display: inline-block;
    background-color: #f3f4f7;
    padding: 30px 20px 0 20px;
    margin-right: 24px;
}

[data-tm-layout=dark] .about-section10 .content-column .inner-column .author-box {
    background-color: var(--dark-color1);
}

@media (max-width: 1199.98px) {
    .about-section10 .content-column .inner-column .author-box {
        padding: 15px 15px;
    }
}

@media (max-width: 575.98px) {
    .about-section10 .content-column .inner-column .author-box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 60%;
    }
}

.about-section10 .content-column .inner-column .author-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199.98px) {
    .about-section10 .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-section10 .content-column .inner-column .author-box .inner .image {
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .about-section10 .content-column .inner-column .author-box .inner .image {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.about-section10 .content-column .inner-column .author-box .inner .image img {
    border-radius: 50%;
}

.about-section10 .content-column .inner-column .author-box .inner .name {
    font-size: 17px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .about-section10 .content-column .inner-column .author-box .inner .name br {
        display: none;
    }
}

.about-section10 .content-column .inner-column .author-box .inner .designation {
    font-size: 16px;
    display: block;
}

.about-section10 .content-column .inner-column .list-style-two {
    margin-top: 5px;
}


/*** 

====================================================================
    Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 120px 0;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .services-section-two {
        padding: 90px 0;
    }
}

.services-section-two .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.9;
}

.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 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-block-two .inner-box {
    background-color: #fff;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-two .inner-box {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .service-block-two .inner-box .content-box .inner {
    background-color: var(--dark-color1);
}

@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 {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 50px;
    height: 87px;
    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: 18px;
    line-height: 87px;
    position: absolute;
    top: -22px;
    width: 90px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

[data-tm-layout=dark] .service-block-two .inner-box .content-box .icon {
    color: var(--headings-color);
}

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

.service-block-two .inner-box .content-box .theme-btn {
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    font-size: 12px;
    padding: 10px 20px;
    width: 100%;
}

[data-tm-layout=dark] .service-block-two .inner-box .content-box .theme-btn {
    background-color: var(--dark-color3);
    color: var(--headings-color);
}

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

.services-section .float-image {
    position: absolute;
    left: -180px;
    bottom: 0;
}

.service-block-two .inner-box .content-box .theme-btn:hover i {
    color: var(--theme-color-light);
}

.services-section .shape-24 {
    position: absolute;
    top: 0;
    left: 0;
    width: 263px;
    height: 263px;
    background-image: url(../images/pattern/shape-24.png);
}


/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.services-section.style-two {
    padding: 240px 0 0;
}

.services-section.style-two .pattern-4 {
    display: none;
}

.services-section.style-two .outer-box {
    margin-top: 0;
    margin: 0 80px;
}

@media (max-width: 1399.98px) {
    .services-section.style-two .outer-box {
        margin: 0 10px;
    }
}

.services-section.style-three:before {
    display: none;
}

.services-section .outer-box {
    margin-top: -70px;
}

@media (max-width: 991.98px) {
    .services-section .outer-box {
        margin-top: 0;
    }
}

.services-section .pattern-4 {
    background-image: url(../images/icons/pattern-4.png);
    height: 413px;
    left: 0;
    position: absolute;
    top: 0;
    width: 285px;
}

[data-tm-layout=dark] .services-section .pattern-4 {
    opacity: 0.1;
}

.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: #ffffff;
    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: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.service-block-three .inner-box .content-box .text {
    color: #ffffff;
}


/*** 

====================================================================
  Services Section Two
====================================================================

***/

.services-section {
    position: relative;
    padding: 70px 0;
    z-index: 2;
}

.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 {
    padding-bottom: 112px;
    position: relative;
    -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 {
    background: var(--theme-color-dark);
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .service-block .inner-box:hover .image-box .read-more {
    background-color: var(--headings-color);
}

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

[data-tm-layout=dark] .service-block .inner-box .image-box .read-more {
    background: var(--dark-color1);
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .service-block .inner-box .image-box .read-more:before {
    background-color: var(--dark-color3);
}

.service-block .inner-box .image-box .read-more:hover {
    color: var(--theme-color1);
}

[data-tm-layout=dark] .service-block .inner-box .image-box .read-more:hover {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .service-block .inner-box .content-box {
    border: 1px solid var(--dark-color1);
}

.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;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

[data-tm-layout=dark] .service-block .inner-box .content-box .icon {
    color: var(--headings-color);
}

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

***/

.services-section-four {
    position: relative;
    padding: 70px 0;
    background: #efe9d66b;
}

.services-section-four .icon-plane {
    position: absolute;
    bottom: -150px;
    right: 30px;
}

.services-section-four .float-text {
    position: absolute;
    top: 116px;
    font-size: 336px;
    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;
    pointer-events: none;
}

.services-section-four .sec-title {
    position: relative;
    z-index: 1;
}

.services-section-four .carousel-outer {
    margin: 0 -27px;
}

@media (max-width: 991.98px) {
    .services-section-four .carousel-outer:before {
        top: 0;
        left: 0;
        width: 100%;
    }
}

.services-section-four .carousel-outer .service-block-four {
    padding: 0 27px;
}

.services-section-four .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-four .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-four .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.service-block-four {
    margin-bottom: 40px;
}

.service-block-four .inner-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.service-block-four .inner-box:hover .content-box:before {
    width: 100%;
    height: 100%;
}

.service-block-four .inner-box:hover .content-box .icon:after {
    width: 100%;
    height: 100%;
}

.service-block-four .inner-box:hover .content-box .title,
.service-block-four .inner-box:hover .content-box .text {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .title,
[data-tm-layout=dark] .service-block-four .inner-box:hover .content-box .text {
    color: var(--headings-color);
}

.service-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
}

.service-block-four .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-four .inner-box .content-box {
    background-color: var(--theme-color-light);
    bottom: 28px;
    left: -25px;
    position: absolute;
    right: 50px;
    padding: 20px 70px 25px 42px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.justify-content-center {
    justify-content: center!important;
    align-items: center;
}

.service-block-four .inner-box .content-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 26px;
    height: 20px;
    background-color: #bfbfbf;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

@media (max-width: 991.98px) {
    .service-block-four .inner-box .content-box {
        padding: 20px 40px 25px 42px;
    }
}

.service-block-four .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-four .inner-box .content-box .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 42px;
    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: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

[data-tm-layout=dark] .service-block-four .inner-box .content-box .icon {
    color: var(--headings-color);
}

.service-block-four .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-four .inner-box .content-box .title {
    position: relative;
    margin-bottom: 0;
    padding-left: 65px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 67px;
}

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

.service-block-four .inner-box .content-box .text {
    position: relative;
    line-height: 1.6;
    padding-top: 18px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
}

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

.service-block-seven {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-block-seven .inner-box {
    height: 100%;
    overflow: hidden;
    padding: 38px 10px 34px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

[data-tm-layout=dark] .service-block-seven .inner-box:before {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .service-block-seven .inner-box:hover .icon {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .service-block-seven .icon-box:before {
    background-color: var(--dark-color3);
}

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

***/

.services-section-nine {
    position: relative;
    padding: 120px 0 90px;
}

.services-section-nine .bg-image2:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.9;
}

.services-section-nine .sec-title-outer {
    position: relative;
}

.services-section-nine .image-column .inner-column {
    position: relative;
    padding: 67px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .services-section-nine .image-column .inner-column {
        padding: 20px;
    }
}

.services-section-nine .image-column .inner-column .bg {
    position: absolute;
    width: 99%;
    height: 294px;
    background-repeat: no-repeat;
}

.services-section-nine .image-column .inner-column .overlay-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 379px;
    height: 297px;
    background-image: url(../images/icons/overlay-5.png);
}

@media (max-width: 1399.98px) {
    .services-section-nine .image-column .inner-column .overlay-5 {
        width: 100%;
        background-size: cover;
    }
}

.services-section-nine .image-column .inner-column .content {
    position: relative;
    z-index: 3;
}

.services-section-nine .image-column .inner-column .content .sub-title,
.services-section-nine .image-column .inner-column .content .title {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .services-section-nine .image-column .inner-column .content .sub-title,
[data-tm-layout=dark] .services-section-nine .image-column .inner-column .content .title {
    color: var(--headings-color);
}

.services-section-nine .image-column .inner-column .content .sub-title {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.services-section-nine .image-column .inner-column .content .title {
    font-size: 30px;
}

@media (max-width: 575.98px) {
    .services-section-nine .image-column .inner-column .content .title {
        font-size: 20px;
        margin-top: 10px;
    }
    .services-section-nine .image-column .inner-column .content .title br {
        display: none;
    }
}

.services-section-nine .image-column .inner-column .content .info-btn {
    padding-left: 55px;
}

.services-section-nine .image-column .inner-column .content .info-btn i {
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    font-size: 38px;
    color: var(--theme-color1);
}

.services-section-nine .image-column .inner-column .content .info-btn small {
    color: var(--theme-color-light);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

[data-tm-layout=dark] .services-section-nine .image-column .inner-column .content .info-btn small {
    color: var(--headings-color);
}

.services-section-nine .image-column .inner-column .content .info-btn strong {
    color: var(--theme-color-light);
    font-size: 16px;
}

[data-tm-layout=dark] .services-section-nine .image-column .inner-column .content .info-btn strong {
    color: var(--headings-color);
}

.service-block-nine {
    margin-bottom: 45px;
}

.service-block-nine .inner-box {
    position: relative;
    padding: 0 22px 45px;
    margin-top: 40px;
    background-color: #f3f4f7;
}

[data-tm-layout=dark] .service-block-nine .inner-box {
    background-color: var(--dark-color1);
}

@media (max-width: 767.98px) {
    .service-block-nine .inner-box {
        text-align: center;
    }
}

.service-block-nine .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.service-block-nine .inner-box .icon-box {
    margin-bottom: 30px;
}

.service-block-nine .inner-box .icon-box:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 17px;
    width: 93px;
    height: 58px;
    background-image: url(../images/icons/icon-border-4.png);
}

@media (max-width: 767.98px) {
    .service-block-nine .inner-box .icon-box:before {
        right: 17px;
        margin: 0 auto;
    }
}

.service-block-nine .inner-box .icon-box .icon {
    position: relative;
    margin-top: -43px;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 46px;
    line-height: 80px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 76px rgba(0, 0, 0, 0.06);
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-nine .inner-box .count {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d3d6;
}

.service-block-nine .inner-box .title {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
}

.service-block-nine .inner-box .title::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 81px;
    height: 6px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@media (max-width: 767.98px) {
    .service-block-nine .inner-box .title::before {
        right: 0;
        margin: 0 auto;
    }
}

.service-block-nine .inner-box .text {
    font-size: 14px;
    line-height: 1.8em;
}


/*** 

====================================================================
    services's Section
====================================================================

***/

.services-section8 {
    padding: 120px 0 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .services-section8 {
        padding: 90px 0;
    }
}

@media (max-width: 575.98px) {
    .services-section8 {
        padding: 90px 0;
    }
}

.services-section8 .bg-image:before {
    background-color: rgba(14, 1, 0, 0.92);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .services-section8 .image-column {
        display: none;
    }
}

.services-section8 .image-column .inner-column {
    margin-right: 50px;
    width: 100%;
    height: 100%;
}

@media (max-width: 575.98px) {
    .services-section8 .image-column .inner-column {
        margin-bottom: 40px;
    }
}

.services-section8 .image-column .inner-column .image-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.services-section8 .image-column .inner-column .image-box .image {
    width: 100%;
    height: 110%;
    margin-bottom: 0;
    border-radius: 120px 0px 120px 0px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767.98px) {
    .services-section8 .image-column .inner-column .image-box .image {
        display: none;
    }
}

.services-section8 .image-column .inner-column .image-box .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.2);
}

.services-section8 .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
}

.services-section8 .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px);
}

@media (max-width: 575.98px) {
    .services-section8 .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px);
    }
}

.services-section8 .video-box .play-now-two {
    font-size: 30px;
}

.services-section8 .video-box .play-now-two:before {
    background-color: #fff;
    border: 1px solid var(--theme-color1);
    -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);
    height: 100px;
    line-height: 100px;
    width: 100px;
}

[data-tm-layout=dark] .services-section8 .video-box .play-now-two:before {
    background-color: var(--dark-color1);
}

.services-section8 .video-box .play-now-two i {
    color: var(--theme-color1);
}

.services-section8 .video-box .btn-box .play-now {
    display: inline-block;
    padding: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .services-section8 .video-box .btn-box .play-now {
        padding: 6px;
    }
}

.services-section8 .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light);
}

.services-section8 .video-box .btn-box .play-now:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.services-section8 .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 34px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .services-section8 .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}

.services-section8 .why-us-tabs {
    position: relative;
    counter-reset: count;
}

.services-section8 .why-us-tabs .btn-box {
    position: relative;
    margin-top: 0;
}

.services-section8 .why-us-tabs .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-section8 .why-us-tabs .list-box .image {
    margin-right: 20px;
    margin-bottom: 0;
    overflow: hidden;
    height: 125px;
    width: 180px;
    border-radius: 0px 150px 150px 0px;
}

.services-section8 .why-us-tabs .list-box .image img {
    width: 100%;
    height: 100%;
}

.services-section8 .why-us-tabs .tab-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .services-section8 .why-us-tabs .tab-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.services-section8 .why-us-tabs .tab-btns .tab-btn {
    position: relative;
    margin-top: 0;
    padding: 12px 0 22px;
    width: 169px;
    height: 47px;
    margin-right: 7px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    color: var(--theme-color-dark);
    background-color: #F3F4F7;
    letter-spacing: -0.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

[data-tm-layout=dark] .services-section8 .why-us-tabs .tab-btns .tab-btn {
    background-color: var(--dark-color1);
}

@media (max-width: 1199.98px) {
    .services-section8 .why-us-tabs .tab-btns .tab-btn {
        width: 145px;
    }
}

@media (max-width: 767.98px) {
    .services-section8 .why-us-tabs .tab-btns .tab-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .services-section8 .why-us-tabs .tab-btns .tab-btn {
        margin-top: 15px;
    }
}

.services-section8 .why-us-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.services-section8 .why-us-tabs .tab-btns .tab-btn:hover {
    color: var(--theme-color1);
}

.services-section8 .why-us-tabs .tab-btns .tab-btn.active-btn {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .services-section8 .why-us-tabs .tab-btns .tab-btn.active-btn {
    color: var(--headings-color);
}

.services-section8 .why-us-tabs .tab-btns .tab-btn.active-btn:before {
    opacity: 1;
}

.services-section8 .why-us-tabs .tab-btns .tab-btn.active-btn:after {
    width: 100%;
}

.services-section8 .why-us-tabs .tabs-content {
    position: relative;
    padding-top: 40px;
}

.services-section8 .why-us-tabs .tabs-content .text {
    margin-bottom: 27px;
    letter-spacing: -0.01em;
    color: #fff;
}

@media (max-width: 767.98px) {
    .services-section8 .why-us-tabs .tabs-content .text {
        margin-bottom: 30px;
    }
}

.services-section8 .why-us-tabs .tabs-content .list-style-two li {
    color: #fff;
}

.services-section8 .why-us-tabs .tabs-content .list-style-two .icon {
    top: 4px;
    line-height: 16px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--theme-color1);
    text-align: center;
}

.services-section8 .why-us-tabs .bottom-box {
    margin-top: 30px;
    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) {
    .services-section8 .why-us-tabs .bottom-box {
        display: block;
    }
}

.services-section8 .why-us-tabs .bottom-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) {
    .services-section8 .why-us-tabs .bottom-box .founder-info {
        margin-bottom: 20px;
    }
}

.services-section8 .why-us-tabs .bottom-box .founder-info .thumb {
    margin-right: 15px;
}

.services-section8 .why-us-tabs .bottom-box .founder-info .thumb img {
    border: 2px solid var(--theme-color1);
    border-radius: 50%;
}

.services-section8 .why-us-tabs .bottom-box .founder-info .name {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.services-section8 .why-us-tabs .bottom-box .founder-info .designation {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 1;
}

.services-section8 .services-column .inner-column.style-two {
    margin-left: 50px;
}

@media (max-width: 991.98px) {
    .services-section8 .services-column .inner-column.style-two {
        margin-left: 0;
    }
}


/*** 

====================================================================
    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 {
    background-color: #59090B;
    background-position: 42% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px 0;
    position: relative;
    z-index: 0;
}

.call-to-action .bg.bg-image {
    background-position: top left;
    background-size: contain;
    height: 100%;
    opacity: 1.2;
    z-index: -1;
}

.call-to-action .bg.bg-image2 {
    height: 132px;
    left: auto;
    right: 0;
    width: 536px;
    z-index: 1;
}

.call-to-action:after {
    background-color: var(--theme-color1);
    border-left: 25px solid var(--theme-color2);
    content: "";
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 70%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .call-to-action {
        background-position: 50% 0%;
    }
}

@media (max-width: 991.98px) {
    .call-to-action {
        padding: 20px 0;
    }
}

.call-to-action .image-column .image {
    position: relative;
}

@media (max-width: 991.98px) {
    .call-to-action .image-column {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
}

.call-to-action .outer-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    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: 0px;
        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;
}

[data-tm-layout=dark] .call-to-action .title-box .title {
    color: var(--headings-color);
}

@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(--theme-color-light) !important;
    color: var(--theme-color1);
}

[data-tm-layout=dark] .call-to-action .btn-box .theme-btn {
    color: var(--headings-color);
}


/*** 

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

@media (max-width: 767.98px) {
    .call-to-action-two {
        padding: 100px 0 100px;
    }
}

.call-to-action-two.style-two {
    padding: 140px 0 400px;
}

.call-to-action-two:after {
    background-color: rgba(14, 1, 0, 0.92);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.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 {
    background-color: #fff;
    -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);
    margin-top: -44px;
    padding: 40px 40px 10px 60px;
    position: relative;
    z-index: 1;
}

[data-tm-layout=dark] .call-to-action-three .outer-box {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .call-to-action-three .outer-box:before {
    background-color: var(--dark-color2);
}

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

[data-tm-layout=dark] .call-to-action-three .content-column .inner-column .title {
    color: var(--headings-color);
}

@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 {
    padding: 120px 0 0;
    position: relative;
}

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

@media (max-width: 575.98px) {
    .faq-section {
        padding: 90px 0 0;
    }
}

.faq-section .dot-pattern {
    background-image: url(../images/icons/doted-pattern.png);
    height: 373px;
    width: 373px;
}

.faq-section .shape-1 {
    background-image: url(../images/icons/shape-1.png);
    bottom: 0;
    height: 329px;
    position: absolute;
    right: 0;
    width: 401px;
}

@media (max-width: 767.98px) {
    .faq-section .shape-1 {
        display: none;
    }
}

.faq-section .shape-2 {
    background-image: url(../images/icons/shape-2.png);
    height: 496px;
    position: absolute;
    right: 0;
    top: 0;
    width: 936px;
}

.faq-section .faq-column .inner-column {
    padding: 57px 0;
    padding-left: 44px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .faq-section .faq-column .inner-column {
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .faq-section .faq-column .inner-column {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .faq-section .faq-column .inner-column {
        padding: 0;
    }
}

.faq-section .faq-column .inner-column:before {
    border-bottom: 5px solid #F0F0F0;
    border-left: 5px solid #F0F0F0;
    border-top: 5px solid #F0F0F0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 315px;
}

[data-tm-layout=dark] .faq-section .faq-column .inner-column:before {
    border-bottom: 5px solid var(--dark-color1);
    border-left: 5px solid var(--dark-color1);
    border-top: 5px solid var(--dark-color1);
}

@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: 520px;
}

@media (max-width: 575.98px) {
    .faq-section .image-column {
        margin-bottom: 0;
    }
}

.faq-section .image-column .inner-column {
    padding-top: 60px;
}

@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 .image {
    margin-bottom: -1px;
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .image-box .image {
        display: none;
    }
}

.faq-section .image-column .inner-column .image-box .rating-box {
    background-color: var(--theme-color-white);
    border: 3px solid var(--theme-color1);
    height: 100px;
    left: -60px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translate(38px, 46px);
    transform: translate(38px, 46px);
    width: 266px;
}

@media (max-width: 991.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        left: 0;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section .image-column .inner-column .image-box .rating-box {
        left: 0;
        position: relative;
        margin-top: 30px;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

.faq-section .image-column .inner-column .image-box .rating-box .icon {
    background: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 24px;
    height: 51px;
    line-height: 51px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-30px, -31px);
    transform: translate(-30px, -31px);
    width: 51px;
}

.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 {
    color: #f9b524;
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
}

.faq-section .image-column .inner-column .image-box .rating-box .reviews {
    margin-bottom: 0;
}

.faq-section .accordion-box {
    position: relative;
}

.faq-section .accordion-box .block {
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}

[data-tm-layout=dark] .faq-section .accordion-box .block {
    border-bottom: 1px solid var(--dark-color1);
}

.faq-section .accordion-box .block .acc-btn {
    color: var(--theme-color2);
    font-family: var(--title-font);
    cursor: pointer;
    font-size: 19.2px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 0 15px 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

[data-tm-layout=dark] .faq-section .accordion-box .block .acc-btn {
    border-bottom: 1px solid var(--dark-color1);
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .faq-section .accordion-box .block .acc-btn {
        padding: 15px 14px 15px 0;
    }
}

.faq-section .accordion-box .block .acc-btn .icon {
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .faq-section .accordion-box .block .acc-btn .icon {
    color: var(--headings-color);
}

.faq-section .accordion-box .block .acc-btn .arrow {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-section .accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: var(--theme-color1);
}

[data-tm-layout=dark] .faq-section .accordion-box .block .acc-btn.active {
    background-color: var(--dark-color1);
    padding-left: 15px;
}

.faq-section .accordion-box .block .acc-btn.active .arrow {
    color: var(--theme-color1);
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-section .accordion-box .block .acc-btn.active .arrow:before {
    content: "\f063";
}

.faq-section .accordion-box .block .acc-btn.active .icon {
    top: 10px;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

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

.faq-section .accordion-box .block .acc-content .content {
    padding: 0 20px 20px;
    padding-left: 0;
    position: relative;
}

.faq-section .accordion-box .block .acc-content .content .text {
    color: var(--theme-color-dark2);
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .faq-section .accordion-box .block .acc-content .content .text br {
        display: none;
    }
}

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

.faq-section .accordion-box.style-two .block {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    border: none;
    margin-bottom: 12px;
    padding: 10px 10px 0 10px;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .faq-section .accordion-box.style-two .block {
        padding: 7px 10px 10px;
    }
}

.faq-section .accordion-box.style-two .block .acc-btn {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .faq-section .accordion-box.style-two .block .acc-btn {
        padding-left: 70px;
    }
}

.faq-section .accordion-box.style-two .block .arrow {
    right: 4px;
}

.faq-section .accordion-box.style-two .block .content {
    padding: 15px 20px;
}

.faq-section .accordion-box.style-two .block .content .text {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 991.98px) {
    .faq-section .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px;
    }
}

.faq-section .accordion-box.style-two .block .acc-btn.active {
    color: var(--theme-color1);
}

.faq-section .accordion-box.style-two .block .acc-btn.active .arrow,
.faq-section .accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}

.faq-section .accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.faq-section .accordion-box.style-two .count {
    background-color: #f2f3f6;
    color: #a6a6a6;
    height: 57px;
    left: 0;
    line-height: 57px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 57px;
}

@media (max-width: 575.98px) {
    .faq-section .accordion-box.style-two .count {
        top: 5px;
    }
}


/*** 

====================================================================
    FAQ's Section Two
====================================================================

***/

.faq-section-two {
    position: relative;
    padding: 0;
}

@media (max-width: 991.98px) {
    .faq-section-two {
        padding: 90px 0 0;
    }
}

.faq-section-two .bg-image {
    width: 30%;
}

.faq-section-two .bg-image:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #F3F4F7;
    opacity: 0.95;
    z-index: 0;
}

[data-tm-layout=dark] .faq-section-two .bg-image:before {
    background-color: var(--dark-color1);
}

@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.style-four {
    padding: 120px 0;
    background-image: linear-gradient(283deg, var(--dark-color3) 35%, var(--dark-color1) 23%);
}

.faq-section-two.style-four .bg-image {
    width: 74%;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}

.faq-section-two.style-four .bg-image:before {
    display: none;
}

.faq-section-two.style-four .theme-btn {
    width: auto;
}

.faq-section-two.style-four .contact-form h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color-light);
}

[data-tm-layout=dark] .faq-section-two.style-four .contact-form h6 {
    color: var(--headings-color);
}

.faq-section-two.style-four .contact-form .title {
    text-align: left;
    font-size: 46px;
    line-height: 1.1;
}

.faq-section-two .float-image {
    position: absolute;
    bottom: 20px;
    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 var(--theme-color-light);
}

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

.faq-section-two .accordion-box {
    position: relative;
}

.faq-section-two .accordion-box .block {
    background-color: var(--theme-color-light);
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    position: relative;
}

[data-tm-layout=dark] .faq-section-two .accordion-box .block {
    border-bottom: 1px solid var(--dark-color1);
}

.faq-section-two .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;
}

[data-tm-layout=dark] .faq-section-two .accordion-box .block .acc-btn {
    border-bottom: 1px solid var(--dark-color1);
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .faq-section-two .accordion-box .block .acc-btn {
        padding: 15px 14px 15px 10px;
    }
}

.faq-section-two .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;
}

.faq-section-two .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;
}

.faq-section-two .accordion-box .block .acc-btn.active {
    color: var(--theme-color1);
}

.faq-section-two .accordion-box .block .acc-btn.active .arrow {
    font-size: 14px;
    color: var(--theme-color1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-section-two .accordion-box .block .acc-btn.active .arrow:before {
    content: "\f063";
}

.faq-section-two .accordion-box .block .acc-btn.active .icon {
    top: 10px;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

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

.faq-section-two .accordion-box .block .acc-content .content {
    position: relative;
    padding: 20px;
}

.faq-section-two .accordion-box .block .acc-content .content .text {
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .faq-section-two .accordion-box .block .acc-content .content .text br {
        display: none;
    }
}

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

.faq-section-two .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) {
    .faq-section-two .accordion-box.style-two .block {
        padding: 7px 10px 10px;
    }
}

.faq-section-two .accordion-box.style-two .block .acc-btn {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .faq-section-two .accordion-box.style-two .block .acc-btn {
        padding-left: 70px;
    }
}

.faq-section-two .accordion-box.style-two .block .arrow {
    right: 4px;
}

.faq-section-two .accordion-box.style-two .block .content {
    padding: 15px 20px;
}

.faq-section-two .accordion-box.style-two .block .content .text {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}

@media (max-width: 991.98px) {
    .faq-section-two .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px;
    }
}

.faq-section-two .accordion-box.style-two .block .acc-btn.active {
    color: var(--theme-color1);
}

.faq-section-two .accordion-box.style-two .block .acc-btn.active .arrow,
.faq-section-two .accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}

.faq-section-two .accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.faq-section-two .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) {
    .faq-section-two .accordion-box.style-two .count {
        top: 5px;
    }
}


/*** 

====================================================================
    FAQ's Section
====================================================================

***/

.faq-section-three {
    padding: 0 0 120px;
    position: relative;
}

@media (max-width: 991.98px) {
    .faq-section-three {
        padding: 90px 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section-three {
        padding: 90px 0 30px;
    }
}

.faq-section-three .faq-column .inner-column {
    margin-left: 30px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .faq-section-three .faq-column .inner-column {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .faq-section-three .faq-column .inner-column {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .faq-section-three .faq-column .inner-column {
        padding: 0;
    }
}

.faq-section-three .faq-column .inner-column .sec-title {
    margin-bottom: 20px;
}

.faq-section-three .faq-column .inner-column .sec-title .sub-title {
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .faq-section-three .image-column {
        margin-bottom: 0;
    }
}

.faq-section-three .image-column .inner-column {
    margin-right: 50px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .faq-section-three .image-column .inner-column {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .faq-section-three .image-column .inner-column {
        display: none;
    }
}

.faq-section-three .image-column .inner-column .image-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.faq-section-three .image-column .inner-column .image-box .image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767.98px) {
    .faq-section-three .image-column .inner-column .image-box .image {
        display: none;
    }
}

.faq-section-three .image-column .inner-column .image-box .image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.2);
}

.faq-section-three .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
}

.faq-section-three .accordion-box {
    position: relative;
}

.faq-section-three .accordion-box .block {
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}

[data-tm-layout=dark] .faq-section-three .accordion-box .block {
    border-bottom: 1px solid var(--dark-color1);
}

.faq-section-three .accordion-box .block .acc-btn {
    color: var(--theme-color2);
    font-family: var(--title-font);
    cursor: pointer;
    font-size: 19.2px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 0 15px 0;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

[data-tm-layout=dark] .faq-section-three .accordion-box .block .acc-btn {
    border-bottom: 1px solid var(--dark-color1);
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .faq-section-three .accordion-box .block .acc-btn {
        padding: 15px 14px 15px 0;
    }
}

.faq-section-three .accordion-box .block .acc-btn .icon {
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-section-three .accordion-box .block .acc-btn .arrow {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-section-three .accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: var(--theme-color1);
}

[data-tm-layout=dark] .faq-section-three .accordion-box .block .acc-btn.active {
    background-color: var(--dark-color1);
    padding-left: 15px;
}

.faq-section-three .accordion-box .block .acc-btn.active .arrow {
    color: var(--theme-color1);
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-section-three .accordion-box .block .acc-btn.active .arrow:before {
    content: "\f063";
}

.faq-section-three .accordion-box .block .acc-btn.active .icon {
    top: 10px;
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

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

.faq-section-three .accordion-box .block .acc-content .content {
    padding: 0 20px 20px;
    padding-left: 0;
    position: relative;
}

.faq-section-three .accordion-box .block .acc-content .content .text {
    color: var(--theme-color-dark2);
    display: block;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .faq-section-three .accordion-box .block .acc-content .content .text br {
        display: none;
    }
}

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

.faq-section-three .accordion-box.style-two .block {
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
    border: none;
    margin-bottom: 12px;
    padding: 10px 10px 0 10px;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .faq-section-three .accordion-box.style-two .block {
        padding: 7px 10px 10px;
    }
}

.faq-section-three .accordion-box.style-two .block .acc-btn {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .faq-section-three .accordion-box.style-two .block .acc-btn {
        padding-left: 70px;
    }
}

.faq-section-three .accordion-box.style-two .block .arrow {
    right: 4px;
}

.faq-section-three .accordion-box.style-two .block .content {
    padding: 15px 20px;
}

.faq-section-three .accordion-box.style-two .block .content .text {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 991.98px) {
    .faq-section-three .accordion-box.style-two .block .content .text {
        line-height: 24px;
        margin-top: 5px;
    }
}

.faq-section-three .accordion-box.style-two .block .acc-btn.active {
    color: var(--theme-color1);
}

.faq-section-three .accordion-box.style-two .block .acc-btn.active .arrow,
.faq-section-three .accordion-box.style-two .block .acc-btn.active .icon {
    color: var(--theme-color1);
}

.faq-section-three .accordion-box.style-two .block .acc-btn.active .count {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.faq-section-three .accordion-box.style-two .count {
    background-color: #f2f3f6;
    color: #a6a6a6;
    height: 57px;
    left: 0;
    line-height: 57px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 57px;
}

@media (max-width: 575.98px) {
    .faq-section-three .accordion-box.style-two .count {
        top: 5px;
    }
}

.faq-section-three .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px);
}

@media (max-width: 575.98px) {
    .faq-section-three .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px);
    }
}

.faq-section-three .video-box .play-now-two {
    font-size: 30px;
    border: none;
}

.faq-section-three .video-box .play-now-two:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -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);
}

.faq-section-three .video-box .btn-box .play-now {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .faq-section-three .video-box .btn-box .play-now {
        padding: 6px;
    }
}

.faq-section-three .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light);
}

.faq-section-three .video-box .btn-box .play-now:hover .icon {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}

.faq-section-three .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 34px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .faq-section-three .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}


/*** 

====================================================================
    FAQ's Section Six
====================================================================

***/

.faq-section-six {
    position: relative;
    padding: 120px 0 120px;
}

@media (max-width: 991.98px) {
    .faq-section-six {
        padding: 120px 0 90px;
    }
}

.faq-section-six .outer-box {
    background-color: var(--theme-color-light);
}

.faq-section-six .bg-image {
    left: auto;
    right: 0;
    width: 76%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .faq-section-six .bg-image {
        display: none;
    }
}

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

.faq-section-six .faq-column .inner-column {
    margin-right: 70px;
}

@media (max-width: 991.98px) {
    .faq-section-six .faq-column .inner-column {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.faq-section-six .form-column .inner-column {
    margin-right: 38px;
}

@media (max-width: 991.98px) {
    .faq-section-six .form-column .inner-column {
        margin-right: 0;
    }
}


/*** 

====================================================================
		Work Section
====================================================================

***/

.work-section {
    position: relative;
    padding: 120px 0 70px;
}

.work-section:before {
    position: absolute;
    left: -260px;
    top: 75px;
    height: 590px;
    width: 640px;
    background-image: url(../images/icons/shape-10.html);
    background-repeat: no-repeat;
    background-position: center left;
    content: "";
}

.work-section .sec-title {
    margin-bottom: 50px;
}

.work-tabs {
    position: relative;
}

.work-tabs .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.work-tabs .tab-buttons .tab-btn {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color: var(--theme-color1);
    text-align: center;
    padding: 30px 30px;
    font-family: var(--title-font);
    background-color: #f4f5f8;
    cursor: pointer;
}

.work-tabs .tab-buttons .tab-btn.active-btn {
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
}

.work-tabs .content-column {
    position: relative;
    margin-bottom: 50px;
}

.work-tabs .content-column .inner-column {
    padding: 0 35px;
}

.work-tabs .content-column .inner-column h3 {
    font-size: 34px;
    margin-bottom: 40px;
}

.work-tabs .content-column .inner-column>.text {
    margin-bottom: 40px;
}

.work-tabs .content-column .about-block-two:last-child {
    margin-bottom: 0;
}

.work-tabs .image-column {
    position: relative;
    margin-bottom: 50px;
}

.work-tabs .image-column .image {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}


/*** 

====================================================================
    Fun Fact Section
====================================================================

***/

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

@media (max-width: 991.98px) {
    .fun-fact-section {
        padding: 100px 0 448px;
    }
}

.fun-fact-section.style-two {
    background-color: transparent;
    padding: 0 0 70px;
}

@media (max-width: 991.98px) {
    .fun-fact-section.style-two {
        padding: 0 0 40px;
    }
}

.fun-fact-section.style-three {
    background-color: transparent;
    padding: 167px 0 70px;
}

@media (max-width: 991.98px) {
    .fun-fact-section.style-three {
        padding: 100px 0 40px;
    }
}

.fun-fact-section.style-four {
    padding: 120px 0 500px;
}

.fun-fact-section.style-four .bg-image2:before {
    position: absolute;
    content: "";
    background-color: #F3F4F7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.98;
}

[data-tm-layout=dark] .fun-fact-section.style-four .bg-image2:before {
    background-color: var(--dark-color1);
}

.fun-fact-section.style-five {
    position: relative;
    padding: 0px 0 80px;
}

@media (max-width: 991.98px) {
    .fun-fact-section.style-five {
        padding: 0 0 0;
    }
}

.counter-block {
    position: relative;
    margin-bottom: 50px;
}

.counter-block .inner-box {
    position: relative;
    border: 3px solid #e1e1e1;
    padding: 70px 20px 40px;
    margin: 50px auto 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block .inner-box {
    border: 3px solid var(--dark-color2);
}

@media (max-width: 1399.98px) {
    .counter-block .inner-box {
        max-width: 100%;
    }
}

.counter-block .inner-box:hover .icon {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.counter-block .icon {
    background-color: var(--theme-color-light);
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 43px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 43px rgba(0, 0, 0, 0.04);
    color: var(--theme-color1);
    display: inline-block;
    font-size: 60px;
    height: 125px;
    left: 0;
    line-height: 125px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -63px;
    text-align: center;
    width: 125px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block .icon {
    background-color: var(--dark-color3);
}

.counter-block .count-box {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    color: var(--theme-color-dark);
}

.counter-block .count-box .count-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 1em;
    color: var(--theme-color-dark);
}

.counter-block .counter-title {
    position: relative;
    margin-bottom: 0;
    color: #7a7a7a;
}


/*** 

====================================================================
    Fun Fact Section Two
====================================================================

***/

.fun-fact-section-two {
    background-color: #F8F8F8;
    padding: 120px 0;
    position: relative;
}

[data-tm-layout=dark] .fun-fact-section-two {
    background-color: var(--dark-color1);
}

@media (max-width: 991.98px) {
    .fun-fact-section-two {
        padding: 90px 0 70px;
    }
}

.fun-fact-section-two .shape-8 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 572px;
    height: 442px;
    background-image: url(../images/pattern/shape-8.png);
}

[data-tm-layout=dark] .fun-fact-section-two .shape-8 {
    opacity: 0.1;
}

.fun-fact-section-two .content-column .inner-column {
    margin-top: 24px;
}

@media (max-width: 1199.98px) {
    .fun-fact-section-two .content-column .inner-column {
        margin-bottom: 50px;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .fun-fact-section-two .content-column .inner-column .sec-title .text br {
        display: none;
    }
}

.counter-block-two {
    margin-bottom: 20px;
    position: relative;
}

.counter-block-two .inner-box {
    background-color: #fff;
    padding: 39px 20px 31px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block-two .inner-box {
    background-color: var(--dark-color2);
}

@media (max-width: 1399.98px) {
    .counter-block-two .inner-box {
        max-width: 100%;
    }
}

.counter-block-two .inner-box:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-two .inner-box:hover:before {
    height: 100%;
}

.counter-block-two .inner-box:hover .icon {
    color: var(--theme-color-light);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

[data-tm-layout=dark] .counter-block-two .inner-box:hover .icon {
    color: var(--headings-color);
}

.counter-block-two .inner-box:hover .count-text {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .counter-block-two .inner-box:hover .count-text {
    color: var(--headings-color);
}

.counter-block-two .inner-box:hover .counter-title {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .counter-block-two .inner-box:hover .counter-title {
    color: var(--headings-color);
}

.counter-block-two .icon {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 66px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-two .count-box {
    color: var(--theme-color-dark);
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
}

.counter-block-two .count-box .count-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 1em;
    color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-two .counter-title {
    position: relative;
    margin-bottom: 0;
    margin-top: 5px;
    color: #444444;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block-two .counter-title {
    color: var(--text-color);
}


/*** 

====================================================================
    Fun Fact Section Six
====================================================================

***/

.funfacts-section-three {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.counter-block-three {
    margin-bottom: 30px;
}

.counter-block-three .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .counter-block-three .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.counter-block-three .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-block-three .inner-box:hover .icon {
    color: var(--theme-color-light);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

[data-tm-layout=dark] .counter-block-three .inner-box:hover .icon {
    color: var(--headings-color);
}

.counter-block-three .content-box {
    position: relative;
}

.counter-block-three .icon {
    position: relative;
    display: inline-block;
    font-size: 62px;
    line-height: 1em;
    margin-right: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 991.98px) {
    .counter-block-three .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.counter-block-three .count-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    color: var(--theme-color-light);
}

.counter-block-three .count-box .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .counter-block-three .count-box .count-text {
    color: var(--headings-color);
}

.counter-block-three .counter-title {
    color: var(--theme-color-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
}

[data-tm-layout=dark] .counter-block-three .counter-title {
    color: var(--text-color);
}


/*** 

====================================================================
    Fun Fact Section Six
====================================================================

***/

.funfacts-section-six {
    background-color: #f8f4f3;
    margin-top: -120px;
    padding: 220px 0 90px;
    position: relative;
}

[data-tm-layout=dark] .funfacts-section-six {
    background-color: var(--dark-color1);
}

.funfacts-section-six .fact-counter {
    border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
    padding-top: 60px;
}

.funfacts-section-six .sec-title {
    margin-bottom: 70px;
}

.funfacts-section-six .icon-big-drill-1 {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 3;
}

.counter-block-six {
    margin-bottom: 30px;
}

.counter-block-six .inner-box {
    position: relative;
}

.counter-block-six .content-box {
    position: relative;
}

.counter-block-six .count-box {
    color: var(--theme-color1);
    font-size: 90px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.counter-block-six .count-box .count-text {
    line-height: 1;
}

.counter-block-six .counter-title {
    font-size: 30px;
    color: var(--headings-color);
    font-weight: 500;
}


/*** 

====================================================================
    Fun Fact Section
====================================================================

***/

.fun-fact-section-ten {
    position: relative;
    padding: 120px 0 270px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .fun-fact-section-ten {
        padding: 90px 0;
    }
}

.fun-fact-section-ten .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.85;
}

.fun-fact-section-ten .bg-image:after {
    content: "";
    position: absolute;
    right: 0;
    width: 859px;
    height: 621px;
    bottom: 0;
    background-image: url(../images/pattern/shape-11.png);
}

.counter-block-ten .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .counter-block-ten .inner-box {
        margin-bottom: 20px;
    }
}

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

.counter-block-ten .inner-box:hover .icon-box {
    background-color: var(--bg-theme-color2);
}

.counter-block-ten .inner-box:hover .icon-box .icon {
    color: var(--text-color-bg-theme-color1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.counter-block-ten .inner-box:hover .content-box .count-box {
    color: var(--bg-theme-color1);
}

.counter-block-ten .inner-box .icon-box {
    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;
    border-radius: 50%;
    background-color: var(--theme-color1);
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .counter-block-ten .inner-box .icon-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.counter-block-ten .inner-box .icon-box .icon {
    color: var(--theme-color-light);
    font-size: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block-ten .inner-box .icon-box .icon {
    color: var(--headings-color);
}

.counter-block-ten .inner-box .content-box {
    margin-top: 10px;
}

.counter-block-ten .inner-box .content-box .count-box {
    color: var(--theme-color-light);
    font-size: 48px;
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .counter-block-ten .inner-box .content-box .count-box {
    color: var(--headings-color);
}

[data-tm-layout=dark] .counter-block-ten .inner-box .content-box .count-box .count-text {
    color: var(--headings-color);
}

.counter-block-ten .inner-box .content-box .counter-title {
    color: var(--theme-color-light);
    font-size: 22px;
    font-weight: 600;
}

[data-tm-layout=dark] .counter-block-ten .inner-box .content-box .counter-title {
    color: var(--headings-color);
}


/***

====================================================================
    Project Section
====================================================================

***/

.project-section {
    background-color: #ffffff;
    position: relative;
    padding: 70px 0;
}

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

@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 .shape-image {
    background-position: center;
    background-repeat: no-repeat;
    height: 248px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 952px;
}

.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%, rgba(0, 0, 0, 0.8392156863)), color-stop(80%, rgba(0, 0, 0, 0.7882352941)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8392156863) 80%, rgba(0, 0, 0, 0.7882352941) 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;
}

[data-tm-layout=dark] .project-block .content-box .read-more {
    background-color: var(--dark-color1);
    color: var(--heading-color);
}

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

***/

.projects-section-six {
    position: relative;
    padding: 120px 0;
    z-index: 2;
}

.projects-section-six.style-two {
    padding: 185px 0 95px;
}

@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: -300px;
    padding: 0;
    margin-left: 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.style-three:before {
    top: -395px;
}

@media (max-width: 767.98px) {
    .projects-section-six.style-three:before {
        top: -650px;
    }
}

.projects-section-six.style-three .bg {
    top: -391px;
}

@media (max-width: 767.98px) {
    .projects-section-six.style-three .bg {
        top: -649px;
    }
}

@media (max-width: 767.98px) {
    .projects-section-six.style-three .bg {
        top: -880px;
    }
}

.projects-section-six.style-four .bg {
    top: 0;
}

.projects-section-six.style-four:before {
    display: none;
}

.projects-section-six.style-five .carousel-outer {
    margin-right: 80px;
    margin-left: 80px;
}

@media (max-width: 575.98px) {
    .projects-section-six.style-five .carousel-outer {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.projects-section-six.style-five .bg {
    display: none;
}

.projects-section-six.style-five:before {
    background-color: #F4F4F4;
    top: 0;
    bottom: 0;
    height: 76%;
}

[data-tm-layout=dark] .projects-section-six.style-five:before {
    background-color: var(--dark-color1);
}

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

@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 .carousel-outer {
    margin-right: -100px;
    margin-left: -100px;
}

@media (max-width: 1199.98px) {
    .projects-section-six .carousel-outer {
        margin-right: 0;
        margin-left: 0;
    }
}

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

@media (max-width: 991.98px) {
    .project-block-six .inner-box .content-box {
        bottom: 0;
        width: 100%;
        max-width: 100%;
        left: 0;
    }
}

.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 {
    padding: 20px 30px 15px;
    position: relative;
}

@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 {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -10px;
    top: -8px;
    width: 50px;
}

[data-tm-layout=dark] .project-block-six .inner-box .content-box .inner .read-more {
    color: var(--headings-color);
}

@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 {
    color: var(--theme-color2);
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}

[data-tm-layout=dark] .project-block-six .inner-box .content-box .title {
    color: var(--headings-color);
}

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

.project-block-six .inner-box .content-box .cat {
    color: #4c4d56;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block-six .inner-box .content-box .cat {
    color: var(--text-color);
}


/***

====================================================================
    Project Section
====================================================================

***/

.project-section9 {
    position: relative;
    padding: 120px 0;
}

.project-section9 .sec-title {
    margin-bottom: 60px;
}

.project-section9 .sec-title .sub-title {
    border-color: rgba(255, 255, 255, 0.2);
}

.project-block9 {
    position: relative;
    margin-bottom: 40px;
}

.project-block9 .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block9 .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-block9 .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-block9 .inner-box:hover .overlay-1 {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.project-block9 .inner-box:hover:before {
    -webkit-transform: none;
    transform: none;
}

.project-block9 .inner-box:hover .image-box .image:before {
    height: 100%;
}

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

.project-block9 .inner-box:hover .icon {
    background-color: var(--bg-theme-color-light);
    color: var(--theme-color-dark);
}

.project-block9 .inner-box:hover .content-box .read-more {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block9 .inner-box:hover .content-box .title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block9 .inner-box:hover .content-box .cat {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.project-block9 .image-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.project-block9 .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%, #0f1b24), color-stop(80%, #0f1b24));
    background: linear-gradient(transparent, #0f1b24 80%, #0f1b24 80%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.project-block9 .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-block9 .content-box {
    position: absolute;
    left: 29px;
    bottom: 26px;
    z-index: 3;
}

.project-block9 .content-box .read-more {
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 18px;
    opacity: 0;
    background-color: var(--theme-color-dark);
    color: var(--theme-color-light);
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .project-block9 .content-box .read-more {
    background-color: var(--dark-color1);
    color: var(--heading-color);
}

.project-block9 .content-box .read-more i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 16px;
}

.project-block9 .content-box .title {
    position: relative;
    font-weight: 700;
    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;
}

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


/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 120px 0 120px;
}

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

.testimonial-section .float-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.testimonial-section .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 40px;
    margin: 0 5px;
    background-color: #EBEBED;
    border: 1px solid #EBEBED;
}

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

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

.testimonial-section.style-two .icon-dotted-map-2 {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-section.style-two .icon-box-2 {
    position: absolute;
    bottom: -30px;
    right: 40px;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .testimonial-section.style-two .icon-box-2 {
        display: none;
    }
}

.testimonial-section.style-two .testimonial-block .inner-box {
    background-color: #f3f4f7;
}

.testimonial-section.style-two .testimonial-block .inner-box:before {
    background-color: #f3f4f7;
}

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

.testimonial-block .inner-box {
    position: relative;
    margin-top: 80px;
    padding: 0 40px 45px;
    background-color: var(--theme-color-light);
    text-align: center;
}

.testimonial-block .inner-box:before {
    background-color: var(--theme-color-light);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

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

.testimonial-block .inner-box .thumb {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 6px solid var(--theme-color1);
    margin-bottom: 10px;
    text-align: center;
}

.testimonial-block .inner-box .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box .reason {
    display: block;
    margin-bottom: 0;
}

.testimonial-block .inner-box .rating {
    font-size: 12px;
    color: #f9b524;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
}

.testimonial-block .inner-box .rating i {
    margin-right: 5px;
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    z-index: 1;
}

.testimonial-block .inner-box .info-box .name {
    color: var(--theme-color-dark);
    margin-bottom: 3px;
}

.testimonial-block .inner-box .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box .icon-quote-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 137px;
    height: 99px;
    background-image: url(../images/icons/icon-quote-2.png);
}


/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .testimonial-section-two {
        padding: 90px 0;
    }
}

.testimonial-section-two .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 30px;
    margin: 0 5px;
    background-color: #EBEBED;
    border: 1px solid #EBEBED;
}

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

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

.testimonial-block-two {
    position: relative;
    margin-bottom: 45px;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-block-two .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial-block-two .image-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.testimonial-block-two .image-box .thumb {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}

.testimonial-block-two .image-box .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .image-box .icon-quote {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: var(--theme-color1);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .image-box .icon-quote {
        height: 50px;
        width: 50px;
        background-size: 34px;
    }
}

.testimonial-block-two .content-box {
    background-color: var(--theme-color2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 43px 25px;
}

@media (max-width: 1399.98px) {
    .testimonial-block-two .content-box {
        padding: 35px 42px 25px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .content-box {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-two .content-box {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.testimonial-block-two .content-box .reason {
    display: block;
    color: var(--theme-color-light);
    margin-bottom: 0;
}

.testimonial-block-two .content-box .rating {
    font-size: 12px;
    color: #f9b524;
}

.testimonial-block-two .content-box .rating i {
    margin-right: 5px;
}

.testimonial-block-two .content-box .text {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-two .content-box .text {
        font-size: 16px;
    }
}

.testimonial-block-two .content-box .name {
    color: var(--theme-color-light);
    margin-bottom: 3px;
}

.testimonial-block-two .content-box .designation {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--theme-color1);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
    Testimonial Section Five
====================================================================

***/

.testimonial-section-five {
    position: relative;
    padding: 120px 0 97px;
}

@media (max-width: 991.98px) {
    .testimonial-section-five {
        padding: 90px 0 67px;
    }
}

.testimonial-section-five.style-two {
    padding: 30px 0 97px;
}

.testimonial-section-five.style-two:before {
    display: none;
}

.testimonial-section-five:before {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/dotted-4.png);
    content: "";
    height: 709px;
    width: 916px;
    z-index: -1;
}

.testimonial-section-five .outer-box {
    position: relative;
    margin: 0 -15px;
    z-index: 9;
}

.testimonial-block-five {
    position: relative;
    padding: 20px 15px 0;
}

.testimonial-block-five .inner-box {
    background-color: var(--theme-color-light);
    position: relative;
    text-align: center;
}

.testimonial-block-five .inner-box:hover .content-box {
    background-color: var(--bg-theme-color2);
}

.testimonial-block-five .inner-box:hover .content-box:before {
    border-top: 20px solid var(--bg-theme-color2);
}

.testimonial-block-five .inner-box:hover .content-box .text {
    color: #BDC2CA;
}

.testimonial-block-five .content-box {
    position: relative;
    padding: 0 35px 40px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-five .content-box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    content: "";
}

[data-tm-layout=dark] .testimonial-block-five .content-box::before {
    border-top: 20px solid var(--dark-color2);
}

.testimonial-block-five .content-box .rating {
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    display: inline-block;
    padding: 10px 70px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    background-color: var(--bg-theme-color1);
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    .testimonial-block-five .content-box .rating {
        padding: 10px 40px;
    }
}

.testimonial-block-five .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #767676;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-five .thumb {
    display: block;
    height: 65px;
    width: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.testimonial-block-five .thumb img {
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-five .designation {
    position: relative;
    display: block;
    line-height: 20px;
}

.testimonial-block-five .name {
    position: relative;
    display: block;
    color: var(--theme-color1);
}


/*** 

====================================================================
    Testimonials Section Six
====================================================================

***/

.testimonials-section-six {
    position: relative;
    padding: 120px 0 140px;
}

@media (max-width: 991.98px) {
    .testimonials-section-six {
        padding: 90px 0 115px;
    }
}

.testimonials-section-six .bg-map-3 {
    position: absolute;
    top: 30%;
    right: 28%;
    width: 873px;
    height: 445px;
    background-image: url(../images/icons/bg-map-3.png);
}

.testimonials-section-six .carousel-outer {
    margin: 0 -10px;
}

.testimonials-section-six .carousel-outer .testimonial-block {
    padding: 10px 10px 0;
}

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

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

.testimonials-section-six .default-dots .owl-dots .owl-dot.active {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.testimonial-block-six {
    margin-bottom: 30px;
}

.testimonial-block-six .inner-box {
    position: relative;
    padding: 25px 28px 40px 28px;
    background-color: var(--theme-color-light);
    overflow: hidden;
    -webkit-box-shadow: 0 0 122px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 122px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991.98px) {
    .testimonial-block-six .inner-box {
        padding: 25px 20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box {
        text-align: center;
    }
}

.testimonial-block-six .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 200px;
    height: 180px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-six .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    background-color: #ebf1f5;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-six .inner-box:hover:after {
    width: 200px;
    height: 180px;
}

.testimonial-block-six .inner-box:hover .author-box .author-info:before {
    width: 100%;
}

.testimonial-block-six .inner-box:hover .author-box .author-info .name,
.testimonial-block-six .inner-box:hover .author-box .author-info .designation {
    color: var(--theme-color-light);
}

.testimonial-block-six .inner-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonial-block-six .inner-box .author-box .image {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed var(--theme-color-light);
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .author-box .image {
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }
}

.testimonial-block-six .inner-box .author-box .image img {
    display: block;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .author-box .image img {
        border-radius: 0;
    }
}

.testimonial-block-six .inner-box .author-box .author-info {
    position: relative;
    padding: 12px 70px;
    margin-left: -60px;
    background-color: #ebf1f5;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .author-box .author-info {
        margin-left: 0;
        padding: 12px 35px;
    }
}

.testimonial-block-six .inner-box .author-box .author-info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.testimonial-block-six .inner-box .author-box .name {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .author-box .name br {
        display: none;
    }
}

.testimonial-block-six .inner-box .author-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-six .inner-box .content-box {
    padding-left: 15px;
    padding-right: 20px;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .content-box {
        padding: 0;
    }
}

.testimonial-block-six .inner-box .rating {
    position: relative;
    font-size: 12px;
    line-height: 1em;
    color: #f9b524;
    margin-bottom: 8px;
}

.testimonial-block-six .inner-box .rating i {
    margin-right: 5px;
}

.testimonial-block-six .inner-box .text {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-six .inner-box .text br {
    display: none;
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .text br {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-six .inner-box .text br {
        display: none;
    }
}

.testimonial-block-six .inner-box .icon-quote {
    position: absolute;
    bottom: 0;
    right: 28px;
    width: 136px;
    height: 136px;
    background-image: url(../images/icons/icon-quote.png);
}

@media (max-width: 991.98px) {
    .testimonial-block-six .inner-box .icon-quote {
        opacity: 0.3;
    }
}

@media (max-width: 767.98px) {
    .testimonial-block-six .inner-box .icon-quote {
        display: none;
    }
}


/*** 

====================================================================
    Testimonials Section Seven
====================================================================

***/

.testimonials-section-seven {
    position: relative;
    padding: 120px 0 90px;
}

.testimonials-section-seven .sec-title {
    margin-bottom: 50px;
}

.testimonial-block-seven {
    margin-bottom: 30px;
}

.testimonial-block-seven .inner-box {
    position: relative;
    padding: 25px 28px 40px 28px;
    background-color: var(--theme-color-light);
    border: 1px solid #eee;
    overflow: hidden;
}

[data-tm-layout=dark] .testimonial-block-seven .inner-box {
    border: 1px solid var(--dark-color1);
}

@media (max-width: 991.98px) {
    .testimonial-block-seven .inner-box {
        padding: 25px 20px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box {
        text-align: center;
    }
}

.testimonial-block-seven .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 200px;
    height: 180px;
    background-color: var(--theme-color1);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-seven .inner-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    background-color: #000;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-seven .inner-box:hover:after {
    width: 200px;
    height: 180px;
}

.testimonial-block-seven .inner-box:hover .author-box .author-info:before {
    width: 100%;
}

.testimonial-block-seven .inner-box:hover .author-box .author-info .name,
.testimonial-block-seven .inner-box:hover .author-box .author-info .designation {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .testimonial-block-seven .inner-box:hover .author-box .author-info .name,
[data-tm-layout=dark] .testimonial-block-seven .inner-box:hover .author-box .author-info .designation {
    color: var(--headings-color);
}

.testimonial-block-seven .inner-box .author-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px;
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .author-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonial-block-seven .inner-box .author-box .image {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 2px dashed var(--theme-color-light);
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .author-box .image {
        border: none;
        padding: 0;
        border-radius: 0;
        margin-bottom: 10px;
    }
}

.testimonial-block-seven .inner-box .author-box .image img {
    display: block;
    border-radius: 50%;
    max-width: 96px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .author-box .image img {
        border-radius: 0;
    }
}

.testimonial-block-seven .inner-box .author-box .author-info {
    position: relative;
    padding: 12px 70px;
    margin-left: -60px;
    background-color: #ebf1f5;
}

[data-tm-layout=dark] .testimonial-block-seven .inner-box .author-box .author-info {
    background-color: var(--dark-color3);
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .author-box .author-info {
        margin-left: 0;
        padding: 12px 35px;
    }
}

.testimonial-block-seven .inner-box .author-box .author-info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.testimonial-block-seven .inner-box .author-box .name {
    position: relative;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-seven .inner-box .author-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-seven .inner-box .content-box {
    padding-left: 15px;
    padding-right: 20px;
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .content-box {
        padding: 0;
    }
}

.testimonial-block-seven .inner-box .rating {
    position: relative;
    font-size: 12px;
    line-height: 1em;
    color: #f9b524;
    margin-bottom: 18px;
}

.testimonial-block-seven .inner-box .rating i {
    margin-right: 5px;
}

.testimonial-block-seven .inner-box .text {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-seven .inner-box .icon-quote2 {
    bottom: 0;
    position: absolute;
    right: 28px;
}

[data-tm-layout=dark] .testimonial-block-seven .inner-box .icon-quote2 {
    opacity: 0.05;
}

@media (max-width: 575.98px) {
    .testimonial-block-seven .inner-box .icon-quote2 {
        display: none;
    }
}


/***

==================================================================
    Video Section
==================================================================

***/

.video-section {
    background-color: #F8F8F8;
}

[data-tm-layout=dark] .video-section {
    background-color: var(--dark-color1);
}

@media (max-width: 767.98px) {
    .video-section {
        padding-top: 90px;
    }
}

.video-section .outer-box {
    position: relative;
    height: 550px;
    margin-top: -135px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .video-section .outer-box {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .video-section .outer-box {
        margin-top: 0;
        height: 350px;
    }
}

.video-section .outer-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
    background-color: var(--bg-theme-color1);
}

.video-section .video-box {
    position: absolute;
    top: calc(50% - 61.5px);
    left: calc(50% - 61px);
}

@media (max-width: 575.98px) {
    .video-section .video-box {
        top: calc(50% - 42px);
        left: calc(50% - 42px);
    }
}

.video-section .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 .video-box .btn-box .play-now {
        padding: 6px;
    }
}

.video-section .video-box .btn-box .play-now:hover {
    border-color: var(--theme-color-light);
}

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

.video-section .video-box .btn-box .play-now .icon {
    border-radius: 0;
    color: var(--theme-color1);
    width: 122px;
    height: 123px;
    line-height: 122px;
    font-size: 34px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .video-section .video-box .btn-box .play-now .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
}


/*** 

====================================================================
    Video Section Two
====================================================================

***/

.video-section-two {
    background-color: #f6f6f6;
    padding: 0 0 120px;
    position: relative;
}

[data-tm-layout=dark] .video-section-two {
    background-color: var(--dark-color1);
}

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

[data-tm-layout=dark] .video-section-two .image-column .video-box .btn-box .play-now:hover .icon {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .video-section-two .image-column .experience {
    border-top: 20px solid var(--dark-color1);
    border-right: 20px solid var(--dark-color1);
}

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

[data-tm-layout=dark] .video-section-two .image-column .experience .inner .icon {
    color: var(--headings-color);
}

.video-section-two .image-column .experience .inner h5 {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .video-section-two .image-column .experience .inner h5 {
    color: var(--headings-color);
}


/*** 

====================================================================
    Video Section three
====================================================================

***/

.video-section-three {
    position: relative;
    padding: 355px 0;
    margin-bottom: 120px;
}

.video-section-three:before {
    background: linear-gradient(100.96deg, #0C0102 6.59%, rgba(12, 1, 2, 0) 85.66%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.video-section-three .video-box {
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    position: absolute;
    z-index: 1;
}

.video-section-three .counter-wrapper {
    bottom: 0;
    max-width: var(--container-width);
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.video-section-three .counter-wrapper .content-box {
    padding: 16px 30px;
}

@media (max-width: 575.98px) {
    .video-section-three .counter-wrapper {
        display: none;
    }
}

.video-section-three .counter-block-banner {
    position: relative;
}

.video-section-three .counter-block-banner .inner-box {
    background: rgba(255, 255, 255, 0.32);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 10px 10px 0px 0px;
}

.video-section-three .counter-block-banner .icon-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--theme-color-white);
    border-radius: 10px;
    font-size: 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    position: absolute;
    text-align: center;
    width: 45px;
}

[data-tm-layout=dark] .video-section-three .counter-block-banner .icon-box {
    border: 1px solid var(--headings-color);
}

.video-section-three .counter-block-banner .icon-box .icon {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .video-section-three .counter-block-banner .icon-box .icon {
    color: var(--headings-color);
}

.video-section-three .counter-block-banner .count-box.counted {
    color: var(--theme-color-white);
    font-size: 29.6px;
    font-weight: 700;
    line-height: 1;
    margin-left: 60px;
}

[data-tm-layout=dark] .video-section-three .counter-block-banner .count-box.counted {
    color: var(--headings-color);
}

.video-section-three .counter-block-banner .heading {
    border-bottom: 1px solid #9A9DA0;
    padding: 28px 30px;
}

.video-section-three .counter-block-banner .counter-title {
    color: var(--theme-color-white);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}

[data-tm-layout=dark] .video-section-three .counter-block-banner .counter-title {
    color: var(--headings-color);
}


/***

==================================================================
    Video Section
==================================================================

***/

.video-section-four {
    position: relative;
    padding: 194px 0 194px;
    overflow: hidden;
    margin-top: -236px;
}

@media (max-width: 1199.98px) {
    .video-section-four {
        margin-top: 0;
        padding: 120px 0;
    }
}

@media (max-width: 575.98px) {
    .video-section-four {
        padding: 90px 0;
    }
}

.video-section-four .bg-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}

.video-section-four:before {
    content: "";
    background-color: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    z-index: 1;
}

.video-section-four.style-two {
    padding: 250px 0 120px;
}

@media (max-width: 1199.98px) {
    .video-section-four.style-two {
        padding: 100px 0;
    }
}

.video-section-four.style-two .overlay-2 {
    position: absolute;
    top: auto;
    right: 208px;
    bottom: 0;
    background-size: cover;
    width: 494px;
    height: 464.5px;
    background-image: url(../images/icons/overlay-4.html);
}

@media (max-width: 1199.98px) {
    .video-section-four.style-two .overlay-2 {
        display: none;
    }
}

.video-section-four.style-two .outer-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video-section-four.style-two .outer-box .title-box {
    border: none;
    padding-left: 143px;
}

@media (max-width: 991.98px) {
    .video-section-four.style-two .outer-box .title-box {
        padding-left: 0;
        margin-top: 30px;
    }
}

.video-section-four.style-two .outer-box .title-box .sub-title {
    color: var(--theme-color-light);
    font-weight: 600;
}

.video-section-four.style-two .outer-box .title-box .title {
    margin-top: 10px;
    margin-bottom: 42px;
}

@media (max-width: 767.98px) {
    .video-section-four.style-two .outer-box .title-box .title {
        font-size: 40px;
    }
}

.video-section-four.style-two .outer-box .video-box {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    padding: 12px;
    margin-right: 100px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section-four.style-two .outer-box .video-box:hover {
    border: 1px solid rgb(255, 255, 255);
}

.video-section-four.style-two .outer-box .video-box .icon-box {
    right: -110px;
    bottom: -40px;
    top: auto;
}

.video-section-four.style-two .outer-box .video-box .play-now-two {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
    width: 114px;
    height: 114px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-section-four.style-two .outer-box .video-box .play-now-two:hover {
    background-color: var(--theme-color-light);
    color: var(--theme-color1);
}

.video-section-four .outer-box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .video-section-four .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.video-section-four .outer-box .title-box {
    position: relative;
    padding-left: 35px;
    border-left: 12px solid var(--theme-color1);
}

@media (max-width: 991.98px) {
    .video-section-four .outer-box .title-box {
        margin-bottom: 30px;
        border-left: 0;
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .video-section-four .outer-box .title-box {
        padding-left: 0;
        border: none;
    }
}

.video-section-four .outer-box .title-box .title {
    color: var(--theme-color-light);
    line-height: 1.2em;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .video-section-four .outer-box .title-box .title {
        font-size: 38px;
    }
    .video-section-four .outer-box .title-box .title br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .video-section-four .outer-box .title-box .title {
        font-size: 32px;
    }
}

.video-section-four .outer-box .video-box {
    position: relative;
}

.video-section-four .outer-box .video-box .icon-box {
    position: absolute;
    top: 0;
    right: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section-four .outer-box .video-box .icon-box .title {
    font-family: var(--style-font);
    font-weight: 400;
    color: var(--theme-color-light);
    white-space: nowrap;
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .video-section-four .outer-box .video-box .icon-box .title {
        display: none;
    }
}

.video-section-four .outer-box .video-box .icon-box img {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .video-section-four .outer-box .video-box .icon-box img {
        display: none;
    }
}

.video-section-four .outer-box .video-box .play-now-two {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 30px;
    border-radius: 50%;
    border: none;
    color: var(--theme-color1);
    background-color: var(--theme-color-light);
    text-align: center;
}

@media (max-width: 767.98px) {
    .video-section-four .outer-box .video-box .play-now-two {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.video-section-four .outer-box .video-box .play-now-two::before {
    display: none;
}

.video-section-four .outer-box .video-box .play-now-two:hover {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    color: var(--theme-color-light);
}


/*** 

====================================================================
    Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 0 0 120px;
    margin-top: -408px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .why-choose-us {
        padding: 0 0 90px;
    }
}

.why-choose-us::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 974px;
    height: 773px;
    background-color: var(--theme-color-light);
    z-index: -1;
}

.why-choose-us .icon-big-drill-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 1399.98px) {
    .why-choose-us .icon-big-drill-1 {
        opacity: 0.1;
    }
}

.why-choose-us .icon-dots-4 {
    position: absolute;
    top: 120px;
    right: 0;
}

.why-choose-us .outer-box {
    position: relative;
}

.why-choose-us .outer-box:before {
    position: absolute;
    left: 0;
    right: -575px;
    height: 100%;
    content: "";
    background-color: var(--theme-color-light);
    background-position: right top;
    background-repeat: no-repeat;
}

.why-choose-us .features-column {
    position: relative;
    background-color: var(--theme-color1);
}

.why-choose-us .features-column .shape-2 {
    position: absolute;
    left: auto;
    top: 0;
    right: -100px;
}

.why-choose-us .features-column .inner-column {
    position: relative;
    padding: 90px 70px 95px;
    margin-right: 6px;
}

@media (max-width: 1399.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 70px 40px 45px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 70px 30px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-us .features-column .inner-column {
        padding: 50px 25px;
    }
}

.why-choose-us .features-column .inner-column .title-box .title {
    position: relative;
    color: var(--theme-color-light);
    margin-bottom: 40px;
}

[data-tm-layout=dark] .why-choose-us .features-column .inner-column .title-box .title {
    color: var(--headings-color);
}

@media (max-width: 1199.98px) {
    .why-choose-us .features-column .inner-column .title-box .title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-us .features-column .inner-column .title-box .title {
        font-size: 32px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us .content-column {
        margin-bottom: 50px;
        padding-top: 0;
    }
}

.why-choose-us .content-column .inner-column {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 60px;
    background-color: var(--theme-color-light);
}

@media (max-width: 1399.98px) {
    .why-choose-us .content-column .inner-column {
        padding-top: 80px;
        padding-left: 44px;
        padding-bottom: 43px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us .content-column .inner-column {
        padding-left: 24px;
    }
}

.why-choose-us .content-column .inner-column .sec-title {
    margin-bottom: 35px;
    margin-right: -30px;
}

@media (max-width: 1399.98px) {
    .why-choose-us .content-column .inner-column .sec-title {
        margin-right: 0;
    }
}

.why-choose-us .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 0;
}

.why-choose-us .content-column .inner-column .sec-title .text {
    margin-top: 30px;
}

.why-choose-us .content-column .inner-column .skills {
    margin-bottom: 63px;
}

.feature-block-five {
    margin-bottom: 35px;
}

.feature-block-five .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .feature-block-five .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.feature-block-five .inner-box:hover .icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.feature-block-five .inner-box .icon {
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 50px;
    position: relative;
    top: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .feature-block-five .inner-box .icon {
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .feature-block-five .inner-box .icon {
        margin-bottom: 20px;
    }
}

.feature-block-five .inner-box .content-box {
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .feature-block-five .inner-box .content-box {
        margin-left: 0;
    }
}

.feature-block-five .inner-box .content-box .title {
    color: var(--theme-color-light);
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

[data-tm-layout=dark] .feature-block-five .inner-box .content-box .title {
    color: var(--headings-color);
}

.feature-block-five .inner-box .content-box .text {
    color: var(--theme-color-light);
    position: relative;
    z-index: 1;
}

[data-tm-layout=dark] .feature-block-five .inner-box .content-box .text {
    color: var(--headings-color);
}


/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/

.why-choose-us-two {
    position: relative;
    padding: 120px 0 55px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .why-choose-us-two {
        padding: 90px 0 24px;
    }
}

.why-choose-us-two .icon-dots-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 357px;
    height: 357px;
    background-image: url(../images/icons/icon-dots-3.png);
}

@media (max-width: 991.98px) {
    .why-choose-us-two .icon-dots-3 {
        opacity: 0.5;
    }
}

.why-choose-us-two .float-image {
    position: absolute;
    right: 30px;
    bottom: -30px;
}

@media (max-width: 575.98px) {
    .why-choose-us-two .float-image {
        display: none;
    }
}

.why-choose-us-two .content-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us-two .content-column .inner-column {
    position: relative;
}

@media (max-width: 767.98px) {
    .why-choose-us-two .content-column .inner-column {
        text-align: center;
    }
}

.why-choose-us-two .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box {
        margin-bottom: 20px;
    }
}

.why-choose-us-two .content-column .inner-column .exp-box .inner {
    position: relative;
    width: 169px;
    height: 189px;
    border: 3px solid #ebebeb;
    padding: 2px 10px 1px 20px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box .inner {
        padding: 2px 10px 1px;
        width: 160px;
    }
}

@media (max-width: 767.98px) {
    .why-choose-us-two .content-column .inner-column .exp-box .inner {
        margin: 0 auto;
        padding: 10px 10px;
    }
}

.why-choose-us-two .content-column .inner-column .exp-box .count {
    font-size: 110px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: url(../images/resource/count1-1.html);
    margin-bottom: 0;
    line-height: 1em;
    letter-spacing: -0.01em;
}

.why-choose-us-two .content-column .inner-column .exp-box .title {
    font-size: 18px;
    letter-spacing: -0.01em;
    padding-left: 5px;
}

.why-choose-us-two .tabs-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us-two .tabs-column .inner-column {
    position: relative;
}

.why-choose-us-two .tabs-column .inner-column .image {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .why-choose-us-two .tabs-column .inner-column .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.choose-block {
    margin-bottom: 30px;
}

.choose-block:last-child {
    margin-bottom: 0;
}

.choose-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
}

@media (max-width: 767.98px) {
    .choose-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.choose-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.choose-block .inner-box .content {
    padding: 1px 15px 0px 15px;
}

.choose-block .inner-box .icon {
    position: relative;
    color: var(--theme-color1);
    font-size: 42px;
    line-height: 1em;
    padding-top: 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 767.98px) {
    .choose-block .inner-box .icon {
        margin-bottom: 10px;
    }
}

.choose-block .inner-box .title {
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.why-us-tabs {
    position: relative;
    counter-reset: count;
}

.why-us-tabs .btn-box {
    position: relative;
    margin-top: -47px;
}

@media (max-width: 575.98px) {
    .why-us-tabs .btn-box {
        margin-top: 0;
    }
}

.why-us-tabs .tab-btns {
    position: relative;
}

.why-us-tabs .tab-btns .tab-btn {
    position: relative;
    margin-top: 0;
    padding: 12px 0 22px;
    width: 169px;
    height: 47px;
    margin-right: 7px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    color: var(--theme-color-dark);
    background-color: #F3F4F7;
    letter-spacing: -0.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        width: 145px;
    }
}

@media (max-width: 767.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .why-us-tabs .tab-btns .tab-btn {
        margin-top: 15px;
    }
}

.why-us-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color1);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.why-us-tabs .tab-btns .tab-btn:hover {
    color: var(--theme-color1);
}

.why-us-tabs .tab-btns .tab-btn.active-btn {
    color: var(--theme-color-light);
}

.why-us-tabs .tab-btns .tab-btn.active-btn:before {
    opacity: 1;
}

.why-us-tabs .tab-btns .tab-btn.active-btn:after {
    width: 100%;
}

.why-us-tabs .tabs-content {
    position: relative;
    padding-top: 40px;
}

.why-us-tabs .tabs-content .text {
    margin-bottom: 55px;
    letter-spacing: -0.01em;
    color: #7a7a7a;
}

@media (max-width: 767.98px) {
    .why-us-tabs .tabs-content .text {
        margin-bottom: 30px;
    }
}

.why-us-tabs .tabs-content .list-style-two .icon {
    top: 4px;
    line-height: 16px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--theme-color1);
    text-align: center;
}


/*** 

====================================================================
    Why Choose Us Three
====================================================================

***/

.why-choose-us-three {
    position: relative;
    padding: 120px 0 0;
}

@media (max-width: 991.98px) {
    .why-choose-us-three {
        padding: 90px 0 50px;
    }
}

.why-choose-us-three .bg-image:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(269deg, rgba(248, 245, 241, 0.8705882353) 0%, #F8F5F1 22%);
    width: 100%;
    position: absolute;
    height: 100%;
}

[data-tm-layout=dark] .why-choose-us-three .bg-image:before {
    background-image: linear-gradient(269deg, var(--dark-color1) 0%, var(--dark-color1) 22%);
}

.why-choose-us-three .float-image {
    position: absolute;
    bottom: -90px;
    right: -97px;
    z-index: 1;
}

@media (max-width: 1653.98px) {
    .why-choose-us-three .float-image {
        display: none;
    }
}

.why-choose-us-three .sec-title .text {
    margin-right: 20px;
}

.why-choose-us-three .content-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us-three .content-column .inner-column {
    position: relative;
}

.why-choose-us-three .content-column .info-box {
    position: relative;
    background-color: var(--theme-color-light);
    padding: 19px 30px;
    padding-left: 42px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.why-choose-us-three .content-column .info-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-choose-us-three .content-column .info-box .icon {
    position: absolute;
    left: 18px;
    top: 3px;
    line-height: 54px;
    color: var(--theme-color1);
}

.why-choose-us-three .content-column .info-box .title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0;
}

.why-choose-us-three .content-column .skills {
    margin-top: 20px;
    margin-bottom: 0;
}

.why-choose-us-three .content-column .skills .skill-item {
    margin-bottom: 40px;
}

.why-choose-us-three .content-column .skills .skill-item:last-child {
    margin-bottom: 0;
}

.why-choose-us-three .content-column .skills .bar-inner .bar {
    background-color: var(--bg-theme-color1);
}

.why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner .bar {
    border-radius: 15px;
    height: 15px;
}

[data-tm-layout=dark] .why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner .bar {
    border: 1px solid var(--dark-color1);
}

.why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner {
    background-color: #F1F1F1;
    border-radius: 15px;
    height: 15px;
}

[data-tm-layout=dark] .why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner {
    background-color: var(--dark-color2);
}

.why-choose-us-three .image-column {
    position: relative;
    margin-bottom: 0;
}

.why-choose-us-three .image-column .image-box {
    position: relative;
    margin-left: -360px;
    padding-right: 100px;
}

@media (max-width: 1653.98px) {
    .why-choose-us-three .image-column .image-box {
        padding-right: 50px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-three .image-column .image-box {
        margin-left: 0;
        padding-right: 0;
        margin-bottom: 60px;
    }
}

.why-choose-us-three .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.why-choose-us-three .image-column .image-box .image img {
    width: 100%;
}

.why-choose-us-three .image-column .image-box .play-btn {
    background-color: var(--bg-theme-color1);
    bottom: 0;
    color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    height: 140px;
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 140px;
}

[data-tm-layout=dark] .why-choose-us-three .image-column .image-box .play-btn {
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .why-choose-us-three .image-column .image-box .play-btn {
        width: 80px;
        height: 80px;
        font-size: 24px;
    }
}

.why-choose-us-three .image-column .image-box .play-btn:hover {
    background-color: var(--bg-theme-color2);
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .why-choose-us-three .image-column .image-box .play-btn:hover {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}


/*** 

====================================================================
    Why Choose Us four
====================================================================

***/

.why-choose-us-four {
    position: relative;
    padding: 81px 0 120px;
}

@media (max-width: 991.98px) {
    .why-choose-us-four {
        padding: 95px 0 90px;
    }
}

.why-choose-us-four .outer-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.0509803922);
    padding: 0 0 0 50px;
    position: relative;
}

@media (max-width: 991.98px) {
    .why-choose-us-four .outer-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

.why-choose-us-four .image-column .inner-column {
    position: relative;
}

.why-choose-us-four .image-column .inner-column .float-text {
    position: absolute;
    right: -150px;
    top: 46%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-transform: uppercase;
    width: 370px;
    height: 70px;
    line-height: 70px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 575.98px) {
    .why-choose-us-four .image-column .inner-column .float-text {
        display: none;
    }
}

.why-choose-us-four .image-column .inner-column .float-text:before {
    background-color: var(--theme-color1);
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 27px;
    left: -47px;
    position: absolute;
    width: 70px;
    top: 21px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.why-choose-us-four .image-column .inner-column .image img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .why-choose-us-four .content-column .inner-column {
        margin-bottom: 50px;
    }
}


/*** 

====================================================================
    Why Choose Us Five
====================================================================

***/

.why-choose-us-five {
    background-color: #F8F4F3;
    padding: 120px 0 59px;
    position: relative;
    z-index: 1;
}

[data-tm-layout=dark] .why-choose-us-five {
    background-color: var(--dark-color1);
}

@media (max-width: 991.98px) {
    .why-choose-us-five {
        padding: 90px 0 20px;
    }
}

.why-choose-us-five .bg-image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1599px) {
    .why-choose-us-five .bg-image {
        width: 66%;
        right: -140px;
    }
}

@media only screen and (max-width: 1399px) {
    .why-choose-us-five .bg-image {
        width: 76%;
        right: -200px;
    }
}

@media (max-width: 1199.98px) {
    .why-choose-us-five .bg-image {
        display: none;
    }
}

.why-choose-us-five .bg-image:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/pattern/shape-5.png);
    background-repeat: no-repeat;
}

[data-tm-layout=dark] .why-choose-us-five .bg-image:before {
    background-image: url(../images/pattern/shape-5-dark.png);
}

.why-choose-us-five .float-image {
    position: absolute;
    left: -180px;
    bottom: 0;
}

.why-choose-us-five .shape-24 {
    position: absolute;
    top: 0;
    left: 0;
    width: 263px;
    height: 263px;
    background-image: url(../images/pattern/shape-24.png);
}

.why-choose-us-five .content-column {
    position: relative;
}

.why-choose-us-five .content-column .inner-column {
    padding-right: 70px;
}

@media (max-width: 767.98px) {
    .why-choose-us-five .content-column .inner-column {
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .why-choose-us-five .content-column .inner-column .sec-title h2 br {
        display: none;
    }
}

.why-choose-us-five .image-column {
    position: relative;
}

@media (max-width: 1199.98px) {
    .why-choose-us-five .image-column {
        display: none;
    }
}

.why-choose-us-five .image-column .image-box.hide-desktop {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .why-choose-us-five .image-column .image-box.hide-desktop {
        display: block;
    }
}

.why-choose-us-five .image-column .image-box.hide-desktop img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us-five .image-column .inner-column {
    padding: 160px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media only screen and (max-width: 1023px) {
    .why-choose-us-five .image-column .inner-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 120px 0 50px;
    }
}

.why-choose-us-five .image-column .video-box {
    position: relative;
}

.why-choose-us-five .image-column .video-box .arrow {
    position: relative;
    top: 5px;
    right: 140px;
}

.why-choose-us-five .feature-block-seven {
    position: relative;
    margin-bottom: 40px;
}

.why-choose-us-five .feature-block-seven .inner-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.why-choose-us-five .feature-block-seven .icon {
    background-color: var(--bg-theme-color1);
    border-radius: 50px;
    color: var(--theme-color-light);
    height: 90px;
    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: 48px;
    margin-bottom: 15px;
    width: 90px;
}

[data-tm-layout=dark] .why-choose-us-five .feature-block-seven .icon {
    color: var(--headings-color);
}

.why-choose-us-five .feature-block-seven .title {
    color: var(--theme-color2);
    margin-bottom: 5px;
    position: relative;
}

[data-tm-layout=dark] .why-choose-us-five .feature-block-seven .title {
    color: var(--headings-color);
}


/***

==================================================================
    Pricing Section
==================================================================

***/

.pricing-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 120px;
}

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

@media (max-width: 767.98px) {
    .pricing-section {
        padding: 90px 0 50px;
    }
}

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

@media (max-width: 767.98px) {
    .pricing-section.style-two {
        padding: 100px 0 50px;
    }
}

.pricing-section.style-two .content-column .inner-column {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 40px;
}

@media (max-width: 1199.98px) {
    .pricing-section.style-two .content-column .inner-column {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .pricing-section.style-two .content-column .inner-column {
        margin-bottom: 0;
    }
}

.pricing-section .bg-pattern-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 225px;
    height: 413px;
    background-image: url(../images/pattern/pattern-2.png);
}

.pricing-section .shape-7 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 545px;
    height: 346px;
    background-image: url(../images/pattern/shape-7.png);
    pointer-events: none;
    opacity: 0.05;
}

.pricing-section .float-image {
    right: 0;
    bottom: 0;
    position: absolute;
}

.pricing-section .bg-pattern-3 {
    top: auto;
    bottom: -15px;
    left: 0;
    width: 1010px;
    height: 863px;
    background-image: url(../images/pattern/bg-pattern-3.html);
}

.pricing-section .bg-pattern-8 {
    top: auto;
    bottom: -15px;
    right: 0;
    left: auto;
    width: 610px;
    height: 406px;
    background-image: url(../images/pattern/bg-pattern-8.html);
}

.pricing-section .content-column {
    position: relative;
}

.pricing-section .content-column .inner-column {
    position: relative;
    padding-right: 70px;
}

@media (max-width: 991.98px) {
    .pricing-section .content-column .inner-column {
        padding-right: 0;
    }
}

.pricing-section .content-column .sec-title {
    margin-bottom: 30px;
}

.pricing-section .content-column .info-btn:hover .info-btn-two .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pricing-section .content-column .info-btn-two .icon {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pricing-section .pricing-column {
    position: relative;
}

.pricing-section .pricing-column .inner-column {
    position: relative;
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .pricing-section .pricing-column .inner-column {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .pricing-section .pricing-column .inner-column {
        margin-top: 50px;
        display: block;
    }
}

.pricing-block {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block.pull-left {
    margin-left: 30px;
    position: relative;
    top: 60px;
}

@media (max-width: 767.98px) {
    .pricing-block.pull-left {
        margin-left: 0;
        top: 0;
        float: none;
    }
}

.pricing-block .inner-box {
    background-color: var(--theme-color-black);
    max-width: 340px;
    padding: 58px 50px 60px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}

@media (max-width: 767.98px) {
    .pricing-block .inner-box {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .pricing-block .inner-box {
        padding: 58px 25px 60px;
    }
}

.pricing-block .inner-box:hover .image img {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1);
}

.pricing-block .icon {
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--theme-color1);
    display: block;
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
}

.pricing-block .price-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
}

.pricing-block .price-box .price {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
}

.pricing-block .price-box .price sup {
    font-size: 60%;
}

.pricing-block .price-box .validaty {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 2px;
    top: 3px;
}

.pricing-block .title {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: var(--theme-color-light);
    margin-bottom: 30px;
}

[data-tm-layout=dark] .pricing-block .title {
    color: var(--headings-color);
}

.pricing-block .features {
    position: relative;
    margin-bottom: 40px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #8c8f94;
    font-weight: 400;
    margin-bottom: 10px;
}

.pricing-block .btn-box {
    position: relative;
}

.pricing-block .btn-box .theme-btn2 {
    background-color: var(--theme-color1);
}

.pricing-block.style-two:before {
    background-color: #000;
    opacity: 5%;
    top: 193px;
}

.pricing-block.style-two .inner-box {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

[data-tm-layout=dark] .pricing-block.style-two .inner-box {
    background-color: var(--dark-color1);
}

.pricing-block.style-two .inner-box .title {
    color: var(--headings-color);
}

.pricing-block.style-two .price-box .validaty,
.pricing-block.style-two .price-box .price {
    color: var(--headings-color);
}

.pricing-block.style-two:hover {
    top: 0;
}


/***

====================================================================
    Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 120px 0 120px;
}

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

.team-section .bg-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background/26.html);
}

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
}

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

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.team-block .inner-box:hover .info-box:before {
    width: 100%;
}

.team-block .inner-box:hover .info-box:after {
    background-color: var(--theme-color-dark);
}

.team-block .inner-box:hover .info-box .name,
.team-block .inner-box:hover .info-box .designation {
    color: var(--theme-color-light);
}

.team-block .inner-box:hover .info-box .share-icon {
    background-color: var(--theme-color-light);
}

.team-block .image-box {
    position: relative;
}

.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
}

.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .info-box {
    position: relative;
    padding: 19px 30px;
    padding-right: 70px;
    background-color: var(--theme-color-light);
    max-width: 322px;
    margin: 0 auto;
    margin-top: -35px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

@media (max-width: 767.98px) {
    .team-block .info-box {
        max-width: 100%;
        margin-top: 0;
    }
}

.team-block .info-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .info-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 50%;
    width: 9px;
    height: 45px;
    background-color: var(--theme-color1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .info-box .name {
    position: relative;
    line-height: 1em;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.team-block .info-box .name:hover {
    color: var(--theme-color1);
}

.team-block .info-box .designation {
    position: relative;
    color: #7a7a7a;
    font-size: 16px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .share-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 19px;
    border-radius: 5px;
    color: var(--theme-color-dark);
    border: 1px solid #E7E7E7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
}

.team-block .social-links {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .social-links a {
    position: relative;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    font-size: var(--body-font-size);
    color: var(--theme-color-dark);
    background-color: var(--theme-color-light);
    margin-top: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links a:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
}


/***

====================================================================
    team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .team-section-two {
        padding: 90px 0 40px;
    }
}

.team-section-two .theme-btn {
    float: right;
}

.team-section-two.style-two {
    padding: 120px 0 70px;
}

.team-section-two.style-two .sec-title .style-title {
    margin: 0 0 0 100px;
    position: relative;
}

@media (max-width: 991.98px) {
    .team-section-two.style-two .sec-title .style-title {
        display: none;
    }
}

.team-section-two.style-two .sec-title .style-title .title2 {
    color: var(--theme-color1);
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
}

.team-section-two.style-two .sec-title .style-title .text2 {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    top: 70px;
}

[data-tm-layout=dark] .team-section-two.style-two .sec-title .style-title .text2 {
    color: var(--text-color);
}

.team-section-two.style-two .team-block-two .info-box .name {
    color: var(--theme-color-white);
}

[data-tm-layout=dark] .team-section-two.style-two .team-block-two .info-box .name {
    color: var(--headings-color);
}

.team-section-two.style-two .team-block-two .info-box .designation {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-section-two.style-two .team-block-two .social-links a {
    width: 50px;
}

.team-section-two.style-two .team-block-two .share-icon {
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 7px;
    font-size: 16px;
}

.team-section-two .shape-25 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 384px;
    height: 517px;
    background-image: url(../images/pattern/shape-25.html);
}

@media (max-width: 991.98px) {
    .team-section-two .shape-25 {
        display: none;
    }
}

.team-section-two .float-img-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 215px;
    height: 215px;
    background-image: url(../images/pattern/float-img-3.png);
    z-index: 1;
}

.team-section-two .shape-9 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 545px;
    height: 346px;
    background-image: url(../images/pattern/shape-7.png);
    opacity: 0.05;
}

@media (max-width: 991.98px) {
    .team-section-two .shape-9 {
        display: none;
    }
}

.team-section-two .pattern-4 {
    background-image: url(../images/icons/pattern-4.png);
    height: 413px;
    left: 0;
    position: absolute;
    top: 0;
    width: 285px;
}

[data-tm-layout=dark] .team-section-two .pattern-4 {
    opacity: 0.05;
}

.team-block-two {
    position: relative;
    margin-bottom: 40px;
}

.team-block-two .inner-box {
    position: relative;
}

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

.team-block-two .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

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

.team-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    z-index: 1;
}

.team-block-two .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .info-box {
    padding: 20px 0 0;
    position: relative;
}

.team-block-two .info-box .name {
    margin-bottom: 0;
    z-index: 2;
}

.team-block-two .info-box .name:hover {
    color: var(--theme-color2);
}

[data-tm-layout=dark] .team-block-two .info-box .name:hover {
    color: var(--headings-color);
}

.team-block-two .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .share-icon {
    background-color: var(--bg-theme-color1);
    border-radius: 5px;
    bottom: -25px;
    color: var(--theme-color-light);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 50px;
    z-index: 3;
}

[data-tm-layout=dark] .team-block-two .share-icon {
    color: var(--headings-color);
}

.team-block-two .social-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 12px 0 22px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--theme-color-light);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-two .social-links a {
    position: relative;
    height: 35px;
    width: 60px;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .team-block-two .social-links a {
    color: var(--headings-color);
}

.team-block-two .social-links a:hover {
    color: var(--theme-color1);
}


/***

====================================================================
    team Section Three
====================================================================

***/

.team-section-three {
    background-color: var(--theme-color2);
    padding: 120px 0 50px;
    position: relative;
}

@media (max-width: 991.98px) {
    .team-section-three {
        padding: 90px 0 20px;
    }
}

.team-section-three .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    margin-top: 50px;
}

.team-section-three .theme-btn:hover {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .team-section-three .theme-btn:hover {
    color: var(--headings-color);
}

.team-block-three {
    margin-bottom: 60px;
}

.team-block-three .inner-box {
    position: relative;
}

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

.team-block-three .inner-box .image-box .image {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

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

.team-block-three .inner-box .content-box {
    margin-top: 20px;
}

.team-block-three .inner-box .content-box .name {
    color: var(--theme-color-light);
    margin-bottom: 0;
}

[data-tm-layout=dark] .team-block-three .inner-box .content-box .name {
    color: var(--headings-color);
}

.team-block-three .inner-box .content-box .designation {
    color: var(--theme-color1);
    font-size: 16px;
    font-weight: 400;
}


/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    background-color: #1C1C1C;
    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-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 751px;
    height: 498px;
    background-image: url(../images/icons/shape-3.png);
    pointer-events: none;
}

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

[data-tm-layout=dark] .contact-section .content-column .inner-column .sec-title .text {
    color: var(--text-color);
}

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

.contact-section9 {
    background-color: #000;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.contact-section9 .shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 751px;
    height: 498px;
    background-image: url(../images/icons/shape-3.png);
    pointer-events: none;
}

.contact-section9 .content-column .inner-column {
    position: relative;
    padding: 0px 20px 0px;
}

@media (max-width: 1399.98px) {
    .contact-section9 .content-column .inner-column {
        padding-left: 0;
    }
}

.contact-section9 .content-column .inner-column .sec-title .text {
    color: var(--theme-color-light);
}

.contact-section9 .form-column {
    position: relative;
}

.contact-section9 .form-column .bg-image {
    right: 12px;
    width: auto;
    left: -340px;
    height: auto;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-section9 .form-column .bg-image {
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.contact-section9 .form-column .inner-column {
    padding: 120px 0 0;
}

@media (max-width: 991.98px) {
    .contact-section9 .form-column .inner-column {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .contact-section9 .form-column .inner-column {
        padding: 60px 0 90px;
    }
}

.contact-section9 .feature-block-two .inner-box {
    border-bottom: 1px solid #27323a;
    padding-bottom: 25px;
}

.contact-section9 .bg-image1 {
    width: 40%;
}

@media (max-width: 991.98px) {
    .contact-section9 .bg-image1 {
        display: none;
    }
}

.feature-block-two:last-child .inner-box {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 48px;
}

.feature-block-two .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.feature-block-two .inner-box .icon {
    background-color: var(--theme-color1);
    border-radius: 3px;
    color: var(--theme-color-light);
    font-size: 26px;
    height: 51px;
    left: 0;
    line-height: 51px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 51px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .feature-block-two .inner-box .icon {
    color: var(--headings-color);
}

.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;
    font-weight: 600;
}

[data-tm-layout=dark] .feature-block-two .inner-box .content .title {
    color: var(--headings-color);
}

.feature-block-two .inner-box .content .text {
    color: var(--theme-color-light);
    line-height: 1.6;
    font-size: 14px;
}

[data-tm-layout=dark] .feature-block-two .inner-box .content .text {
    color: var(--text-color);
}

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

[data-tm-layout=dark] .contact-form .title {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .contact-form ::-webkit-input-placeholder {
    color: var(--text-color);
}

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

[data-tm-layout=dark] .contact-form .theme-btn {
    background-color: var(--dark-color1);
}

[data-tm-layout=dark] .contact-form .theme-btn:hover {
    color: var(--headings-color);
}

.contact-form label {
    font-size: 16px;
    line-height: 20px;
    color: var(--theme-color-light);
    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;
}

[data-tm-layout=dark] .contact-form-three .select2-container--default .select2-selection--single,
[data-tm-layout=dark] .contact-form-three input:not([type=submit]),
[data-tm-layout=dark] .contact-form-three textarea,
[data-tm-layout=dark] .contact-form-three select {
    border: 1px solid var(--dark-color1);
}

.contact-form-three ::-webkit-input-placeholder {
    color: #393939;
}

[data-tm-layout=dark] .contact-form-three ::-webkit-input-placeholder {
    color: var(--text-color);
}

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

[data-tm-layout=dark] .contact-form-nine .select2-container--default .select2-selection--single,
[data-tm-layout=dark] .contact-form-nine input:not([type=submit]),
[data-tm-layout=dark] .contact-form-nine textarea,
[data-tm-layout=dark] .contact-form-nine select {
    border: 1px solid var(--dark-color1);
}

.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: var(--theme-color-light);
    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 Two
====================================================================

***/

.contact-section-home2 {
    background-color: #F8F8F8;
    padding: 120px 0;
    position: relative;
}

[data-tm-layout=dark] .contact-section-home2 {
    background-color: var(--dark-color1);
}

.contact-section-home2 .floating-image {
    background-image: url(../images/resource/man-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 545px;
    left: 0;
    position: absolute;
    top: -180px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 421px;
}

@media (max-width: 991.98px) {
    .contact-section-home2 .floating-image {
        display: none;
    }
}

.contact-section-home2 .bg.bg-image {
    bottom: 0;
    height: 482px;
    top: auto;
}

.contact-section-home2 .bg.bg-image:before {
    content: "";
    background-color: var(--theme-color1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    pointer-events: none;
}

.contact-section-home2 .image-column {
    position: relative;
}

.contact-section-home2 .image-column .inner-column {
    position: relative;
}

@media (max-width: 991.98px) {
    .contact-section-home2 .image-column .inner-column {
        margin-bottom: 30px;
    }
}

.contact-section-home2 .image-column .bg.bg-image {
    bottom: auto;
    height: 725px;
    top: -3px;
}

.contact-section-home2 .image-column .bg.bg-image:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 0, 6, 0.7)), color-stop(42.66%, rgba(215, 0, 6, 0)));
    background: linear-gradient(360deg, rgba(215, 0, 6, 0.7) 0%, rgba(215, 0, 6, 0) 42.66%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199.98px) {
    .contact-section-home2 .image-column .bg.bg-image {
        height: 675px;
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-section-home2 .image-column .bg.bg-image {
        height: 600px;
    }
}

.contact-section-home2 .image-contents {
    bottom: 0;
    padding: 80px 80px 35px;
    position: absolute;
    top: auto;
}

@media (max-width: 1199.98px) {
    .contact-section-home2 .image-contents {
        padding: 0px 30px 35px;
    }
}

.contact-section-home2 .image-contents .text {
    color: var(--theme-color-white);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 45px;
}

[data-tm-layout=dark] .contact-section-home2 .image-contents .text {
    color: var(--headings-color);
}

.contact-section-home2 .image-contents .authors .name {
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

[data-tm-layout=dark] .contact-section-home2 .image-contents .authors .name {
    color: var(--headings-color);
}

.contact-section-home2 .image-contents .authors .designation {
    color: var(--theme-color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

[data-tm-layout=dark] .contact-section-home2 .image-contents .authors .designation {
    color: var(--headings-color);
}

.contact-section-home2 .image-contents .logo {
    max-width: 149px;
}

.contact-form-home2 {
    background-color: var(--theme-color-white);
    padding: 80px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .contact-form-home2 {
        padding: 60px 30px;
    }
}

@media (max-width: 575.98px) {
    .contact-form-home2 {
        padding: 40px 30px;
    }
}

.contact-form-home2 .title {
    color: var(--theme-color-light);
    margin-bottom: 35px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .contact-form-home2 .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.contact-form-home2 .form-group {
    position: relative;
    margin-bottom: 16px;
}

.contact-form-home2 .form-group:last-child {
    margin-bottom: 0;
}

.contact-form-home2 .select2-container--default .select2-selection--single,
.contact-form-home2 input:not([type=submit]),
.contact-form-home2 textarea,
.contact-form-home2 select {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: var(--theme-color-dark);
    display: block;
    font-size: var(--body-font-size);
    font-weight: 400;
    height: 50px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 15px 21px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-home2 ::-webkit-input-placeholder {
    color: #393939;
}

[data-tm-layout=dark] .contact-form-home2 ::-webkit-input-placeholder {
    color: var(--text-color);
}

.contact-form-home2 input:focus,
.contact-form-home2 select:focus,
.contact-form-home2 textarea:focus {
    border-color: var(--theme-color-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-home2 textarea {
    height: auto;
    resize: none;
}

.contact-form-home2 .theme-btn {
    width: 100%;
    z-index: 1;
}

.contact-form-home2 label {
    color: var(--theme-color-light);
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 15px;
}

.contact-form-home2 label.error {
    color: #ff0000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}


/***

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

[data-tm-layout=dark] .contact-section-seven .image-column .experience .icon {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .contact-section-seven .image-column .experience .text {
    color: var(--headings-color);
}

@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: var(--theme-color-light);
    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: var(--theme-color-light);
    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-section8 {
    position: relative;
}

.contact-section8 .outer-box {
    background-color: #F3F3F3;
    border-radius: 10px;
    position: relative;
    padding: 40px 30px;
    margin-top: -273px;
}

[data-tm-layout=dark] .contact-section8 .outer-box {
    background-color: var(--dark-color1);
}

.contact-section8 .contact-form {
    background-color: transparent;
    padding: 0;
}

.contact-section8 .contact-form textarea {
    height: 150px;
}

.contact-section8 .contact-form .theme-btn {
    background-color: var(--theme-color1);
}

.contact-section8 .image-column {
    position: relative;
}

@media (max-width: 991.98px) {
    .contact-section8 .image-column {
        display: none;
    }
}

.contact-section8 .image-column .inner-column {
    position: absolute;
    left: -40px;
    bottom: -70px;
}

.contact-section8 .image-column .inner-column .image {
    width: 612px;
    height: 780px;
    margin: 0;
}

.contact-section8 .image-column .inner-column .image img {
    width: 100%;
    height: 100%;
}


/*** 

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

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

[data-tm-layout=dark] .contact-section-three .expert-info-box .expert-text {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .contact-details-info h3 {
    color: var(--headings-color);
}

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

[data-tm-layout=dark] .contact-details-block .title {
    color: var(--headings-color);
}

.contact-details-block .text {
    color: var(--theme-color-light);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

[data-tm-layout=dark] .contact-details-block .text {
    color: var(--text-color);
}

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

[data-tm-layout=dark] .contact-form-two .title-box h3 {
    color: var(--headings-color);
}

.contact-form-two .title-box .sub-title {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .contact-form-two .title-box .sub-title {
    color: var(--headings-color);
}

.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 {
    background-color: #fff;
    border: 4px solid #f2f3f6;
    color: #808287;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 59px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}

[data-tm-layout=dark] .contact-form-two .form-group .select2-container--default .select2-selection--single,
[data-tm-layout=dark] .contact-form-two .form-group input:not([type=submit]),
[data-tm-layout=dark] .contact-form-two .form-group textarea,
[data-tm-layout=dark] .contact-form-two .form-group select {
    background-color: var(--dark-color1);
    border: 4px solid var(--dark-color1);
}

.contact-form-two .form-group ::-webkit-input-placeholder {
    color: #84858a;
}

[data-tm-layout=dark] .contact-form-two .form-group ::-webkit-input-placeholder {
    color: var(--text-color);
}

.contact-form-two .form-group ::-moz-input-placeholder {
    color: #84858a;
}

[data-tm-layout=dark] .contact-form-two .form-group ::-moz-input-placeholder {
    color: var(--text-color);
}

.contact-form-two .form-group ::-ms-input-placeholder {
    color: #84858a;
}

[data-tm-layout=dark] .contact-form-two .form-group ::-ms-input-placeholder {
    color: var(--text-color);
}

.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 {
    display: block;
    line-height: 30px;
    margin-top: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 100%;
}

[data-tm-layout=dark] .contact-form-two .form-group input[type=submit],
[data-tm-layout=dark] .contact-form-two .form-group button {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}


/*** 

====================================================================
    Countries Section
====================================================================

***/

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

@media (max-width: 991.98px) {
    .countries-section {
        padding: 90px 0 20px;
    }
}

.country-block {
    margin-bottom: 30px;
    min-height: 230px;
}

.country-block .inner-box {
    position: relative;
    padding: 15px 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f2edeb;
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.country-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

.country-block .inner-box:hover {
    padding-bottom: 30px;
}

.country-block .inner-box:hover:before {
    height: 100%;
}

.country-block .inner-box:hover .title,
.country-block .inner-box:hover .text {
    color: var(--theme-color-light);
}

.country-block .inner-box:hover .read-more {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.country-block .inner-box:hover .bg-map {
    height: 100%;
    opacity: 1;
}

.country-block .inner-box .bg-map {
    background-image: url(../images/icons/bg-map.png);
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 170px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.country-block .inner-box img {
    border-radius: 50%;
    border: 1px solid #f2edeb;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
}

.country-block .inner-box .title {
    color: var(--theme-color2);
    margin-bottom: 5px;
    position: relative;
}

.country-block .inner-box .text {
    line-height: 26px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.country-block .inner-box .read-more {
    background-color: var(--theme-color1);
    border-radius: 50%;
    bottom: -18px;
    color: var(--theme-color-light);
    font-size: 14px;
    height: 36px;
    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: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .news-section {
        padding: 90px 0 60px;
    }
}

.news-block {
    margin-bottom: 30px;
    position: relative;
}

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

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    opacity: 0;
    right: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

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

.news-block .inner-box:hover .bottom-box:before {
    height: 100%;
}

.news-block .inner-box:hover .bottom-box .comments,
.news-block .inner-box:hover .bottom-box .comments i,
.news-block .inner-box:hover .bottom-box .read-more,
.news-block .inner-box:hover .bottom-box .read-more i {
    color: var(--theme-color-light);
}

[data-tm-layout=dark] .news-block .inner-box:hover .bottom-box .comments,
[data-tm-layout=dark] .news-block .inner-box:hover .bottom-box .comments i,
[data-tm-layout=dark] .news-block .inner-box:hover .bottom-box .read-more,
[data-tm-layout=dark] .news-block .inner-box:hover .bottom-box .read-more i {
    color: var(--text-color);
}

.news-block .image-box {
    position: relative;
}

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

.news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block .image-box .date {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--theme-color1);
    color: var(--theme-color-light);
    z-index: 1;
    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;
    height: 60px;
    width: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

[data-tm-layout=dark] .news-block .image-box .date {
    color: var(--headings-color);
}

.news-block .image-box .date b {
    color: var(--theme-color-light);
    display: block;
    font-weight: 700;
    line-height: 16px;
}

[data-tm-layout=dark] .news-block .image-box .date b {
    color: var(--headings-color);
}

.news-block .image-box .date:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--bg-theme-color1);
    content: "";
    opacity: 0.3;
    z-index: -1;
}

.news-block .content-box {
    background-color: #fff;
    border: 1px solid #e6e8ed;
    border-bottom: 0;
    padding: 25px 30px 35px;
    position: relative;
}

[data-tm-layout=dark] .news-block .content-box {
    background-color: var(--dark-color1);
    border: 1px solid var(--dark-color1);
}

@media (max-width: 767.98px) {
    .news-block .content-box {
        padding: 25px 20px 35px;
    }
}

.news-block .content-box .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block .content-box .post-info li {
    color: #444444;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 14px;
    position: relative;
}

[data-tm-layout=dark] .news-block .content-box .post-info li {
    color: var(--text-color);
}

.news-block .content-box .post-info li i {
    margin-right: 2px;
    color: var(--theme-color1);
    font-size: 14px;
}

.news-block .content-box .title {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .news-block .content-box .title {
        font-size: 19px;
    }
}

.news-block .content-box .title:hover {
    color: var(--theme-color2);
}

[data-tm-layout=dark] .news-block .content-box .title:hover {
    color: var(--text-color);
}

.news-block .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 40px;
    background-color: #F4F5F8;
    border: 1px solid #e6e8ed;
    border-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 0;
}

[data-tm-layout=dark] .news-block .bottom-box {
    background-color: var(--dark-color1);
    border: 1px solid var(--dark-color1);
}

.news-block .bottom-box:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 0;
    width: calc(100% + 2px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.news-block .bottom-box .comments {
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .news-block .bottom-box .comments {
    color: var(--text-color);
}

.news-block .bottom-box .comments i {
    color: var(--theme-color1);
    font-size: 14px;
    margin-right: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .bottom-box .read-more {
    font-size: 14px;
    line-height: 30px;
    color: #444444;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

[data-tm-layout=dark] .news-block .bottom-box .read-more {
    color: var(--text-color);
}

.news-block .bottom-box .read-more i {
    margin-left: 10px;
    color: var(--theme-color1);
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.news-block .bottom-box .read-more:hover {
    color: var(--theme-color2);
}

.news-block .bottom-box .read-more:hover i {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
}


/*** 

====================================================================
    News Section
====================================================================

***/

.news-section-two {
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .news-section-two {
        padding: 90px 0;
    }
}

.news-section-two .carousel-column .carousel-outer {
    position: relative;
    margin-right: -410px;
}

@media (max-width: 991.98px) {
    .news-section-two .carousel-column .carousel-outer {
        margin-right: 0;
    }
}

.news-section-two .default-dots .owl-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: -407px;
    top: -90px;
}

.news-section-two .default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 30px;
    margin: 0 5px;
    background-color: #EBEBED;
    border: 1px solid #EBEBED;
}

@media (max-width: 1199.98px) {
    .news-section-two .default-dots .owl-dots .owl-dot {
        display: none;
    }
}

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

.news-section-two .news-block {
    margin-bottom: 0;
}


/*** 

====================================================================
    News Section
====================================================================

***/

.news-section-three {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
}

.news-section-three .icon-plane-4 {
    position: absolute;
    top: 105px;
    right: 30px;
}

.news-section-three .icon-city-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-block-three {
    margin-bottom: 30px;
}

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

.news-block-three .inner-box:hover .content-box {
    border-color: var(--theme-color1);
}

.news-block-three .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-three .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-three .image-box {
    position: relative;
}

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

.news-block-three .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-three .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-three .image-box .date {
    position: absolute;
    left: 30px;
    bottom: -22px;
    width: 72px;
    display: block;
    z-index: 3;
}

.news-block-three .image-box .date strong {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    width: 72px;
    text-align: center;
}

[data-tm-layout=dark] .news-block-three .image-box .date strong {
    color: var(--headings-color);
}

.news-block-three .image-box .date span {
    background-color: #f3f4f7;
    color: #393939;
    display: block;
    font-size: 12px;
    line-height: 1.8em;
    position: relative;
    text-align: center;
    width: 72px;
}

[data-tm-layout=dark] .news-block-three .image-box .date span {
    background-color: var(--dark-color1);
    color: var(--text-color);
}

.news-block-three .content-box {
    position: relative;
    padding: 15px 27px 30px;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .news-block-three .content-box {
        padding: 17px 20px 20px;
    }
}

.news-block-three .content-box .post-meta {
    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;
    padding-top: 20px;
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    .news-block-three .content-box .post-meta {
        padding-bottom: 10px;
    }
}

.news-block-three .content-box .post-meta li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #7a7a7a;
    margin-right: 32px;
}

.news-block-three .content-box .post-meta li:last-child {
    margin-right: 0;
}

.news-block-three .content-box .post-meta li:last-child:before {
    display: none;
}

.news-block-three .content-box .post-meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -16px;
    width: 1px;
    height: 16px;
    background-color: #ebebeb;
}

.news-block-three .content-box .post-meta li i {
    font-size: 12px;
    color: var(--theme-color1);
    margin-right: 10px;
}

.news-block-three .content-box .title {
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .news-block-three .content-box .title {
        font-size: 20px;
    }
}

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

.news-block-three .content-box .text {
    margin-bottom: 30px;
    color: var(--text-color);
}

.news-block-three .content-box .read-more {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    position: relative;
    text-transform: uppercase;
}

[data-tm-layout=dark] .news-block-three .content-box .read-more {
    color: var(--headings-color);
}

.news-block-three .content-box .read-more:hover {
    color: var(--theme-color1);
}

.news-block-three .content-box .read-more i {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 9px;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    margin-left: 7px;
    position: relative;
    top: -1px;
    width: 14px;
}


/*** 

====================================================================
    Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 120px 0 96px;
}

@media (max-width: 991.98px) {
    .blog-section {
        padding: 90px 0 66px;
    }
}

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

.blog-block .inner-box:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-block .inner-box:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-block .image-box {
    position: relative;
}

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

.blog-block .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-block .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-block .image-box .date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 72px;
    display: block;
    z-index: 3;
}

.blog-block .image-box .date strong {
    position: relative;
    display: block;
    width: 72px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--title-font);
    padding: 5px 0 13px;
    line-height: 1;
    color: var(--theme-color-light);
    background-color: var(--theme-color1);
    text-align: center;
}

.blog-block .image-box .date strong span {
    display: block;
    font-size: 14px;
    font-family: var(--text-font);
    margin-top: 4px;
}

.blog-block .content-box {
    margin-top: 18px;
}

.blog-block .content-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 33px;
    margin-bottom: 8px;
}

.blog-block .content-box .post-meta li {
    position: relative;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400;
}

.blog-block .content-box .post-meta .categories:hover a {
    color: var(--theme-color1);
}

.blog-block .content-box .post-meta .categories:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 21px;
    left: -33px;
    bottom: 14px;
}

.blog-block .content-box .post-meta .categories a {
    color: var(--theme-color1);
}

.blog-block .content-box .post-meta .date {
    color: var(--theme-color1);
    margin-left: 32px;
}

.blog-block .content-box .post-meta .date:before {
    bottom: 10px;
    bottom: 13px;
    border-radius: 50%;
    background-color: #AAA9A8;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: -18px;
}

.blog-block .content-box .title {
    color: var(--theme-color2);
    margin-left: 33px;
}

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

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


/*** 

====================================================================
    Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    background-color: rgba(198, 148, 83, 0.1);
}

.clients-section .sponsors-outer {
    padding: 40px 0;
}

.clients-section.style-two {
    padding: 0 0 284px;
}

@media (max-width: 991.98px) {
    .clients-section.style-two {
        padding: 0 0 200px;
    }
}

.clients-section.style-two .bg-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(198, 148, 83, 0.95);
}

.clients-section.style-two .sponsors-outer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .clients-section.style-two .sponsors-outer {
        padding: 0;
    }
}

.clients-section.style-two .client-block .image {
    opacity: 50%;
}

.clients-section.style-two .client-block .image:hover {
    opacity: 1;
}

.clients-section.style-three {
    background-color: transparent;
    padding: 112px 0 96px;
}

@media (max-width: 991.98px) {
    .clients-section.style-three {
        padding: 83px 0 55px;
    }
}

.clients-section.style-three .text {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .clients-section.style-three .text {
        font-size: 16px;
    }
}

.clients-section.style-three .sponsors-outer {
    padding: 0;
}

.clients-section.style-four {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.clients-section.style-four .owl-carousel .owl-item img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

[data-tm-layout=dark] .clients-section.style-four .client-block .image img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.clients-section.style-four .client-block .image:hover img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.clients-section.style-four .client-block .image:hover img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.client-block {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.client-block .image {
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.client-block .image:hover img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.client-block .image:hover img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.client-block img {
    position: relative;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.client-block img:first-child {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.clients-carousel {
    position: relative;
}

.clients-carousel .client-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-carousel .client-item a {
    display: block;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-carousel .client-item a.active {
    background-color: #ebeef5;
}

.clients-carousel .client-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
}

.clients-carousel .client-item:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


/*** 

====================================================================
    Clients Section Two
====================================================================

***/

.clients-section-two {
    position: relative;
}

.clients-section-two .sponsors-outer {
    padding: 0;
}

.client-block-two {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.client-block-two .image {
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.client-block-two .image:hover img {
    opacity: 1;
}

.client-block-two .image:hover img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.client-block-two .image:hover img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.client-block-two img {
    position: relative;
    width: auto !important;
    display: inline-block !important;
    opacity: 30%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.client-block-two img:first-child {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.clients-carousel-two {
    position: relative;
}

.clients-carousel-two .client-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-carousel-two .client-item a {
    display: block;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-carousel-two .client-item a.active {
    background-color: #ebeef5;
}

.clients-carousel-two .client-item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
}

.clients-carousel-two .client-item:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}


/***

====================================================================
    Products details
====================================================================

***/

.product-details .bxslider .image-box {
    border: 1px solid #bebebe;
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    border: 1px solid #bebebe;
    display: inline-block;
    position: relative;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: var(--theme-color2);
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color1);
    margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 10px;
    height: 60px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #e0e4e8;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color1);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--text-color-bg-theme-color1);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: var(--theme-color1);
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-discription {
    position: relative;
    display: block;
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-discription .product-description__list ul {
    position: relative;
    display: block;
}

.product-discription .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    margin: 0;
    font-weight: 600;
    color: var(--headings-color);
}

.product-discription .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }
    .product-details__title span {
        margin-left: 0;
        display: block;
    }
    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}


/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.html);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: var(--theme-color-light);
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.html);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}


/***

====================================================================
    Categories Section Two
====================================================================

***/

.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: var(--theme-color-light);
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: var(--theme-color-light);
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}


/***

====================================================================
    Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 120px 0 53px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .products-section {
        padding: 90px 0 53px;
    }
}

.products-section .icon-big-drill-1 {
    position: absolute;
    right: -100px;
    bottom: -20px;
    z-index: 1;
    pointer-events: none;
}

.products-section .bg-pattern-7 {
    position: absolute;
    bottom: calc(50% - 207px);
    right: 0;
    width: 225px;
    height: 413px;
    background-image: url(../images/pattern/pattern-2.png);
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.html);
    background-position: center bottom;
    content: "";
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.html) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}


/***

====================================================================
    Featured Products
====================================================================

***/

.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.html) left bottom no-repeat;
    background-size: 700px;
}


/*=== Mixitup Gallery ===*/

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 12px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    color: var(--theme-color1);
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ffc737;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block.mix {
    display: none;
}

.product-block .inner-box {
    background: transparent;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box {
    border: 2px solid transparent;
}

.product-block .inner-box:hover {
    border: 2px solid var(--theme-color1);
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    color: var(--theme-color2);
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .product-block h4 a {
    color: var(--headings-color);
}

.product-block h4 a:hover {
    color: var(--theme-color1);
}

.product-block .price {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: var(--text-gray-silver);
}

.product-block .price span {
    display: inline-block;
    color: #ff0000;
    text-decoration: line-through;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
    letter-spacing: 6px;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: var(--theme-color-light);
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    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;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

[data-tm-layout=dark] .product-block .ui-btn {
    background-color: var(--dark-color1);
    color: var(--headings-color);
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}


/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: var(--theme-color-light);
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-content .payment-info {
        padding: 30px 15px 10px;
    }
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-btn {
        padding: 19px 15px 22px;
    }
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

@media (max-width: 575.98px) {
    .payment-method .accordion-box .block .acc-btn .icon-outer {
        right: 15px;
    }
}

.payment-method .accordion-box .block .acc-btn.active {
    color: var(--theme-color-light);
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color-light);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.shop-sidebar {
    position: relative;
    display: block;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    padding: 35px 30px 37px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    color: #646578;
    font-weight: 400;
    padding-left: 20px;
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color1);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #646578;
    margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a267a;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.range-slider {
    position: relative;
}

.range-slider .title {
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -19px;
    color: #646578;
    font-size: 18px;
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important;
}

.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #646578;
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background-color: #d0d4dd;
    border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-light);
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: var(--theme-color-light);
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider input[type=submit] {
    position: relative;
    display: block;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    float: right;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    color: var(--theme-color-light);
    background-color: var(--theme-color2);
}


/*** 

====================================================================
Page Title
====================================================================

***/


/* 
@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
} */

.page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
}

.page-title:before {
    background: linear-gradient(45deg, #000000, #0000008a);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title .title {
    color: var(--theme-color-light);
    font-size: 45px;
    margin-bottom: 17px;
}

.logo-text,
.logo-text2 {
    display: block;
    /* Forces each text to be on its own line */
    text-align: center;
    /* Centers both lines */
}

.logo-text {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #24201f;
}

.logo-text2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: -12px;
}

.page-title .text {
    color: var(--theme-color-light);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    max-width: 520px;
    position: relative;
}

.page-breadcrumb {
    margin-top: 5px;
    position: relative;
}

.page-breadcrumb li {
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    text-transform: capitalize;
}

.navigation li.active a {
    color: #d70006;
    font-weight: bold;
    border-bottom: 2px solid #d70006;
}

.page-breadcrumb li:after {
    content: "\f105";
    color: var(--theme-color-light);
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: -6px;
    top: 1px;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: var(--theme-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: var(--theme-color-light);
}

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

.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: var(--theme-color-light);
    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 30px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .project-details__details-box {
        padding: 43px 15px 30px;
    }
}

.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: var(--theme-color-light);
    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 {
    color: #757873 !important;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--theme-color-light);
    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: -16px;
}

.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: #d70006;
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color-light);
}

.contact-details__info li:hover .text a {
    color: #d70006;
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    background-color: #171717;
    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: 60px 0 40px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    color: var(--theme-color-light);
    font-family: var(--text-font);
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 18px;
    position: relative;
}

[data-tm-layout=dark] .main-footer .widget-title {
    color: var(--headings-color);
}

.main-footer .widget-title:after {
    background-color: var(--bg-theme-color1);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    width: 75px;
}

.main-footer .widget-title:before {
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .about-title {
    color: var(--theme-color-light);
    font-size: 32px;
    font-family: var(--text-font);
    position: relative;
}

[data-tm-layout=dark] .main-footer .about-widget .about-title {
    color: var(--headings-color);
}

.main-footer .about-widget .text {
    color: #8C8F94;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}


/*=== User LInks ===*/

.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #8C8F94;
    font-weight: 400;
    margin-bottom: 25px;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    color: #CCCCCC;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: var(--theme-color-light);
}

.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: #8c8f94;
    margin-bottom: 25px;
}

.contact-widget .contact-info {
    position: relative;
}

.contact-widget .contact-info li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #CCCCCC;
    font-weight: 400;
    margin-bottom: 10px;
    -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;
}

[data-tm-layout=dark] .gallery-widget .image a:after {
    color: var(--headings-color);
}


/*=== Footer Bottom ===*/

.footer-bottom {
    position: relative;
    width: 100%;
}

.footer-bottom .inner-container {
    position: relative;
    text-align: center;
    background-color: #d70006;
}

.footer-bottom .copyright-text {
    position: relative;
    color: #8C8F94;
}

.footer-bottom .copyright-text a {
    color: #cccccc;
}

.footer-bottom .copyright-text a:hover {
    color: var(--theme-color-light);
}


/***

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

.main-header .header-top:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 1000%;
    left: -969%;
    content: "";
    z-index: 0;
    background-color: #ffffff;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX(40deg);
}

.main-header .header-inner .main-box1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 1000%;
    left: -969%;
    content: "";
    z-index: 0;
    background-color: #ffffff;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.header-inner {
    background-color: #24201f;
    height: 42px;
}

.main-box1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-box1 .top-right {
    display: flex;
    width: 65%;
}

.main-box1 .list-style-one {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.main-box1 .list-style-one li {
    list-style: none;
    color: #fff;
}

.logo-text-1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.logo-text-2 {
    font-size: 14px;
    color: #ffffff;
}

.logo-text-2 {
    font-size: 34px;
    font-weight: bold;
    margin-top: -15px;
    display: block;
    text-align: center;
    color: #d70006;
}

.contact-logo {
    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;
}

.footer-img {
    width: 100%;
    height: 135px;
    /* Matches the box height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    /* Optional */
}

.footer-img img.car-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0;
    /* Remove negative margin */
}

.process-area-two .process-item .process-img {
    position: relative;
}

.process-area-two .process-item .process-img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    animation: none;
    max-height: 100%;
}

.process-area {
    position: relative;
    overflow: hidden;
}

.process-area .process-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 165px;
    max-width: 1035px;
    margin-right: auto;
    margin-left: auto;
}

.sec-title.process {
    text-align: center;
}

.process-area {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.process-area .process-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 216px;
    max-width: 987px;
    margin-right: auto;
    margin-left: auto;
}

.process-item .process-inner {
    text-align: right;
    position: relative;
    padding-right: 80px;
}

.process-item .process-inner i {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 50px;
    z-index: 1;
    color: #000000;
}

.process-item .process-inner i:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 50px;
    top: 0;
    right: -12px;
    background-color: #d70006;
    z-index: -1;
}

.process-item .process-inner h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.process-item .process-inner p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

.process-item .process-one {
    margin-bottom: 100px;
}

.process-item .process-img {
    text-align: center;
}

.process-item .process-img img {
    animation: process-type 25s infinite linear;
    position: relative;
    top: 0;
}

.process-item .process-two {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
    margin-bottom: 100px;
}

.process-item .process-two i {
    left: 12px;
    right: unset;
}

.process-item .process-two i:after {
    left: -12px;
}

.process-item .process-three {
    padding-left: 80px;
    padding-right: 0;
    text-align: left;
}

.process-item .process-three i {
    left: 12px;
    right: unset;
}

.process-item .process-three i:after {
    left: -12px;
}

@keyframes process-type {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cus-icon::before {
    content: "";
    position: relative;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
}

.tyre-icon::before {
    background-image: url(../img/services/wheels.png);
}

.tyre-pressure-icon::before {
    background-image: url(../img/services/tire-pressure.png);
}

.general::before {
    background-image: url(../img/services/general.png);
}

.transmission::before {
    background-image: url(../img/services/transmission.png);
}

.stearing::before {
    background-image: url(../img/services/stearing.png);
}

.brake-fluid::before {
    background-image: url(../img/services/brake-fluid.png);
}

.fault-repair::before {
    background-image: url(../img/services/brake-fluid.png);
}

.alignment::before {
    background-image: url(../img/services/alignment.png);
}

.cus-icon1::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 5px;
    top: 6px;
    /* text-align: center; */
}

.mechanics::before {
    background-image: url(../img/services/mechanic.png);
}

.advance::before {
    background-image: url(../img/services/advance.png);
}

.clock::before {
    background-image: url(../img/services/clock.png);
}

.affordable::before {
    background-image: url(../img/services/affordable.png);
}

.cus-icon2::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -30px;
    top: 7px;
    /* text-align: center; */
}

.identification::before {
    background-image: url(../img/services/identification.png);
}

.cus-icon3::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -7px;
    top: 7px;
    /* text-align: center; */
}

.check::before {
    background-image: url(../img/services/check.png);
}

.customer-service::before {
    background-image: url(../img/services/customer-service.png);
}

.deliver::before {
    background-image: url(../img/services/deliver.png);
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.banner-section-four .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* prevent blocking clicks on slides */
    z-index: 10;
}

.banner-section-four .owl-nav .owl-prev,
.banner-section-four .owl-nav .owl-next {
    background: rgb(215 0 6);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    pointer-events: auto;
    transition: background 0.3s ease;
}

.banner-section-four .owl-nav .owl-prev:hover,
.banner-section-four .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.banner-section-four .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.banner-section-four .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}


/* responsive strats */


/* ipad pro */

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .logo-text {
        font-size: 50px;
    }
    .logo-text2 {
        font-size: 20px;
    }
    .header-style-one .header-top .inner-container .top-left {
        width: 30%;
        -webkit-box-flex: 30%;
        -ms-flex: 30%;
        flex: 45%;
        display: flex;
        justify-content: flex-end;
    }
    .banner-section-four .content-box {
        height: 500px;
    }
    .banner-section-four .owl-nav .owl-prev {
        display: none;
    }
    .banner-section-four .owl-nav .owl-next {
        display: none;
    }
    .banner-section-four .content-box .sub-title {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .banner-section-four .content-box .sub-title:before {
        width: 30%;
    }
    .banner-section-four .content-box .title {
        position: relative;
        font-size: 30px;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .btn-style-one {
        font-size: 14px;
        line-height: 1.6;
        padding: 15px 20px;
    }
    .sec-title h2 {
        font-size: 25px;
    }
    .sec-title .sub-title {
        font-size: 12px;
    }
    .about-section-eight .image-column .image-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-section-eight .content-column .sec-title .text {
        margin-right: 0;
        font-size: 16px;
        line-height: 1.6;
    }
    .about-section-eight .image-column .inner-column {
        position: relative;
        padding-right: 110px;
        height: 100%;
    }
    .about-section-eight .image-column .image-1 {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0px;
        height: 100%;
    }
    .list-style-two li {
        font-size: 16px;
        line-height: 1.6;
    }
    .process-item .process-inner h3 {
        font-size: 18px;
    }
    .process-item .process-inner p {
        font-size: 13px;
        line-height: 1.2;
    }
    .services-section-four .float-text {
        top: 73px;
        font-size: 223px;
    }
    .service-block-four .inner-box .content-box .title {
        min-height: 50px;
    }
    .feature-block-two .inner-box .content .title {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    .feature-block-two .inner-box {
        padding-left: 58px;
        margin-bottom: 30px;
    }
    .feature-block-two .inner-box .content .text {
        color: var(--theme-color-light);
        line-height: 1.2;
        font-size: 12px;
    }
    .call-to-action .title-box .title {
        font-size: 25px;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 100%;
    }
    .logo-text-1 {
        font-size: 50px;
    }
    .logo-text-2 {
        font-size: 30px;
        font-weight: bold;
        margin-top: -10px;
        display: block;
        text-align: center;
        color: #d70006;
    }
    .footer-img {
        width: 80%;
    }
    .contact-widget .contact-info li {
        line-height: 1.2;
    }
    iframe.ipad {
        height: 145px;
        width: 220px;
    }
    .about-section-eight .image-column .inner-column {
        position: relative;
        padding-right: 24px;
        height: 100%;
    }
    .about-section-eight .image-column .image-2 {
        position: absolute;
        right: -30px;
        top: 60px;
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
        border: 5px 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);
    }
    .about-section-eight .experience strong {
        font-size: 20px;
        line-height: 1.2;
    }
    .about-section-eight .image-column .inner-column:before {
        position: absolute;
        right: -10px;
        bottom: 46px;
        height: 319px;
        width: 119px;
        background-image: url(../images/icons/pattern-6.png);
        content: "";
    }
    .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);
        min-width: 195px;
        padding: 10px 20px;
        position: absolute;
    }
    .services-section-four .carousel-outer .service-block-four {
        margin: 0 18px;
    }
}

@media (max-width:1199px) {
    .user-links li {
        margin-bottom: 20px;
    }
}

p.cp_ys {
    margin-bottom: 0;
}


/* ipad */

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .header-inner {
        display: none;
    }
    .header-style-one .main-box {
        -webkit-box-pack: center;
        display: flex;
        -ms-flex-pack: center;
        justify-content: space-between;
    }
    .logo-text {
        font-size: 40px;
    }
    .logo-text2 {
        font-size: 20px;
    }
    .banner-section-four .content-box .sub-title:before {
        left: 0px;
        width: 35%;
    }
    .banner-section-four .content-box .sub-title {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 10px;
        padding-bottom: 3px;
    }
    .banner-section-four .content-box .title {
        font-size: 22px;
    }
    .banner-section-four .content-box {
        height: 400px;
    }
    .btn-style-one {
        font-size: 12px;
        line-height: 1.6;
        padding: 12px 25px;
    }
    .banner-section-four .content-box .title {
        margin-bottom: 0px;
    }
    .banner-section-four .owl-nav .owl-prev,
    .banner-section-four .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        top: -40px;
        font-size: 12px;
        border: none;
    }
    .banner-section-four .owl-nav .owl-next {
        display: none;
    }
    .banner-section-four .owl-nav .owl-prev {
        display: none;
    }
    .about-section-eight {
        padding: 50px 0;
    }
    .about-section-eight .image-column .inner-column:before {
        position: absolute;
        right: 65px;
        bottom: 46px;
        height: 348px;
        width: 119px;
        background-image: url(../images/icons/pattern-6.png);
        content: "";
    }
    .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);
        min-width: 167px;
        padding: 5px 5px;
        position: absolute;
    }
    .about-section-eight .experience strong {
        font-size: 18px;
        margin-top: 5px;
    }
    .about-section-eight .experience .text {
        color: var(--theme-color-light);
        line-height: 1.2;
        position: relative;
    }
    .sec-title h2 {
        font-size: 25px;
    }
    .sec-title .sub-title {
        font-size: 12px;
    }
    .about-section-eight .content-column .sec-title .text {
        margin-right: 0;
        line-height: 1.6;
        font-size: 16px;
    }
    .list-style-two li {
        font-size: 16px;
        line-height: 1.6;
    }
    .process-area {
        padding: 50px 0;
    }
    .process-item .process-inner h3 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .services-section-four {
        padding: 50px 0;
    }
    .services-section-four .float-text {
        top: 53px;
        font-size: 170px;
    }
    .process-item {
        margin-bottom: 0px;
    }
    .contact-section9 {
        padding: 50px 0;
    }
    .feature-block-two .inner-box .content .title {
        margin-bottom: 0;
        color: var(--theme-color-light);
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
    }
    .feature-block-two:last-child .inner-box {
        margin-bottom: 60px;
    }
    .call-to-action .title-box .title {
        font-size: 25px;
    }
    .logo-text-2 {
        font-size: 25px;
        margin-top: -12px;
    }
    .logo-text-1 {
        font-size: 45px;
    }
    .footer-img {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .main-footer .widget-title {
        color: var(--theme-color-light);
        font-family: var(--text-font);
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-bottom: 18px;
        position: relative;
    }
    .user-links li {
        position: relative;
        font-size: 16px;
        line-height: 1.2;
        color: #8C8F94;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .contact-widget .contact-info li {
        position: relative;
        padding-left: 25px;
        font-size: 16px;
        line-height: 1.2;
        color: #CCCCCC;
        font-weight: 400;
        margin-bottom: 10px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .text-white {
        color: #fff!important;
        line-height: 1.2;
    }
    span.logo-text.mobile {
        color: #fff;
        font-size: 35px;
    }
    span.logo-text2.mobile1 {
        font-size: 18px;
    }
    .mobile-menu .navigation li>a {
        position: relative;
        display: block;
        line-height: 1.6;
        padding: 10px 20px;
        font-size: 15px;
        color: var(--theme-color-light);
        font-weight: 400;
        text-transform: capitalize;
    }
    .contact-list-one li .title {
        color: var(--theme-color-light);
        font-size: 16px;
        line-height: 1.6;
    }
    .contact-list-one li .text {
        color: var(--theme-color-light);
        font-size: 14px;
        line-height: 1.6;
    }
    .mobile-menu .social-links li a {
        color: #ffffff;
    }
}

@media (max-width:991px) {
    .sec-title .text {
        margin-top: 25px;
    }
    .about-section-eight .content-column .sec-title {
        margin-bottom: 25px;
    }
    .about-section-eight .content-column .list-style-two {
        margin-bottom: 25px;
    }
    .process-item {
        margin-bottom: 25px;
        position: relative;
    }
    .process-item .process-one {
        margin-bottom: 25px;
    }
    .process-item .process-two {
        margin-bottom: 25px;
    }
    section.process-area.process-area-two .row .col-lg-4:nth-child(2) {
        order: 3;
    }
    .process-item .process-inner {
        text-align: left;
        padding-right: 0;
        padding-left: 65px;
    }
    .process-item .process-inner i {
        left: 12px;
        right: unset;
    }
    .cus-icon2::before {
        left: -7px;
    }
    .process-item .process-inner i:after {
        left: -12px;
    }
    .services-section-four .carousel-outer .service-block-four {
        padding: 0 15px;
        margin: 0px 28px;
    }
    .contact-section9 .feature-block-two .inner-box {
        border-bottom: 0px solid #27323a;
        padding-bottom: 0px;
    }
    .feature-block-two .inner-box .icon {
        top: 4px;
    }
    .feature-block-two .inner-box {
        padding-left: 70px;
        margin-bottom: 25px;
    }
    .footer-img {
        margin-bottom: 30px;
    }
    .sec-title {
        margin-bottom: 25px;
    }
}


/* mobile */

@media only screen and (max-width: 767px) {
    .header-inner {
        display: none;
    }
    .header-style-one .main-box {
        justify-content: space-between;
        display: flex;
    }
    .header-style-one .header-lower .logo-box {
        height: auto;
        /* min-width: 250px; */
        padding: 15px 15px;
        margin: 0;
    }
    .logo-text {
        font-size: 40px;
        line-height: 1.2;
    }
    .logo-text2 {
        font-size: 20px;
        font-weight: bold;
        margin-top: -12px;
    }
    .banner-section-four .owl-nav .owl-prev {
        display: none;
    }
    .banner-section-four .owl-nav .owl-next {
        display: none;
    }
    .banner-section-four .content-box {
        height: 400px;
    }
    .banner-section-four .content-box .sub-title:before {
        width: 74%;
    }
    .banner-section-four .content-box .sub-title {
        font-size: 12px;
    }
    .banner-section-four .content-box .title {
        font-size: 20px;
    }
    .banner-section-four .content-box .title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .banner-section-four .content-box .sub-title {
        margin-bottom: 10px;
    }
    .btn-style-one {
        font-size: 12px;
        padding: 10px 20px;
    }
    .about-section-eight {
        padding: 50px 0;
    }
    .sec-title .sub-title {
        font-size: 12px;
    }
    .sec-title h2 {
        font-size: 24px;
    }
    .about-section-eight .content-column .sec-title .text {
        margin-right: 0;
        line-height: 1.6;
    }
    .list-style-two li {
        font-size: 16px;
        line-height: 1.6;
    }
    .process-area {
        padding: 50px 0;
    }
    .process-item .process-inner h3 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .process-item .process-inner p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .services-section-four {
        padding: 50px 0;
    }
    .services-section-four .float-text {
        top: 20px;
        font-size: 83px;
    }
    .contact-section9 {
        padding: 50px 0;
    }
    .call-to-action .title-box .title {
        font-size: 20px;
        line-height: 1.2;
    }
    .logo-text-1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .logo-text-2 {
        font-size: 20px;
        margin-top: -12px;
    }
    .footer-img {
        width: 60%;
        height: 126px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .user-links li {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .contact-widget .contact-info li {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .user-links li:last-child {
        margin-bottom: 30px;
    }
    .contact-info li:last-child {
        margin-bottom: 30px;
    }
    .text-white {
        color: #fff!important;
        line-height: 1.2;
        font-size: 12px;
    }
    span.logo-text.mobile {
        color: #fff;
        font-size: 35px;
    }
    span.logo-text2.mobile1 {
        font-size: 18px;
    }
    .mobile-menu .navigation li>a {
        position: relative;
        display: block;
        line-height: 1.6;
        padding: 10px 20px;
        font-size: 15px;
        color: var(--theme-color-light);
        font-weight: 400;
        text-transform: capitalize;
    }
    .contact-list-one li .title {
        color: var(--theme-color-light);
        font-size: 16px;
        line-height: 1.6;
    }
    .contact-list-one li .text {
        color: var(--theme-color-light);
        font-size: 14px;
        line-height: 1.6;
    }
    .mobile-menu .social-links li a {
        color: #ffffff;
    }
    .call-to-action .bg.bg-image {
        background-size: cover;
    }
    .service-block-four .inner-box .content-box {
        padding: 15px 40px 25px 25px;
    }
    .service-block-four .inner-box .content-box .title {
        padding-left: 75px;
    }
    .service-block-four .inner-box .content-box .text {
        padding-top: 10px;
    }
    .contact-section9 .content-column .inner-column {
        padding-right: 0;
    }
    .feature-block-two:last-child .inner-box {
        margin-bottom: 35px;
    }
    .footer-bottom .inner-container {
        padding: 10px 0;
    }
    .feature-block-two .inner-box .content .title {
        font-size: 16px;
        font-weight: 600;
    }
    .feature-block-two .inner-box .content .text {
        font-size: 14px;
    }
}

.service-item {
    display: flex;
    flex-wrap: wrap;
}

.service-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.service-item h4 {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-item p {
    margin-bottom: 0;
}

.service-item {
    background: #fff;
    /* ensures shadow looks good */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}


.text.getin {
    margin-top: 10px;
}

section.contact-details {
    padding: 70px 0;
}

.services-section .service-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    scroll-margin: 120px;
}

.services-section .service-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.services-section .service-content h4 {
    margin-bottom: 5px;
    font-size: 30px;
}

@media (max-width: 768px) {
    .services-section .service-item {
        grid-template-columns: 1fr;
    }
}

.services-section .service-item:nth-child(even) {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
}

.services-section .service-item:nth-child(even) .service-content {
    direction: ltr;
}

.services-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}


/* Hide arrows in Chrome, Safari, Edge, and Opera */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Hide arrows in Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* responsive for other pages starts */


/* ipad pro */

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .about-section-three .experience {
        padding: 5px 5px;
    }
    .service-item p {
        font-size: 16px;
        line-height: 1.6;
    }
    .services-section .service-content h4 {
        font-size: 25px;
    }
    .service-image {
        height: 100%;
    }
    .services-section .service-image img {
        width: 100%;
        border-radius: 8px;
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .page-title .title {
        font-size: 35px;
    }
    .text.getin {
        font-size: 16px;
        line-height: 1.6;
    }
    .contact-details__info li .icon {
        height: 70px;
        width: 70px;
    }
    .contact-details__info li .text {
        margin-left: 20px;
    }
    .about-section-three .bord {
        padding: 20px;
    }
    .page-title .title {
        margin-bottom: 10px;
    }
    .page-breadcrumb li {
        font-size: 16px;
    }
}


/* ipad */

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .about-section-three {
        padding: 50px 0;
    }
    .about-section-three .image-column {
        display: block;
    }
    .about-section-three .experience strong {
        font-size: 20px;
    }
    .about-section-three .experience {
        min-width: 170px;
        padding: 5px 5px;
    }
    .about-section-three .bord {
        background: #fff;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }
    .about-section-three .float-image {
        display: none;
    }
    .sec-title.abt-sect .text {
        margin-top: 15px;
    }
    .text.paragraph p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    .page-title .title {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .list-style-two li {
        margin-bottom: 10px;
    }
    .about-section-three .image-column .image-2 {
        position: absolute;
        right: 0;
        top: 27px;
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
        border: 5px 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);
    }
    .services-section .service-item {
        grid-template-columns: 1fr;
    }
    .services-section .service-item:nth-child(even) {
        grid-template-columns: 1fr;
    }
    .services-section {
        padding: 50px 0;
    }
    .page-breadcrumb li {
        font-size: 16px;
    }
    .services-section .service-content h4 {
        font-size: 25px;
    }
    .services-section .service-item {
        gap: 10px;
    }
    .service-item p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1.6;
    }
    .services-main {
        gap: 30px;
    }
    section.contact-details {
        padding: 50px 0;
    }
    .form-control,
    .input-text {
        height: calc(2.25rem + 20px);
        padding: 10px 10px;
        font-size: 15px;
    }
    textarea.form-control {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sec-title.need {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .contact-details__info {
        position: relative;
        display: block;
        margin-top: 10px;
    }
    .text.getin {
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.6;
    }
    .contact-details__info li .icon {
        height: 50px;
        width: 50px;
    }
    .contact-details__info li .text {
        margin-left: 15px;
        line-height: 1.6;
    }

}


/* mobile */

@media only screen and (max-width: 767px) {
    .about-section-three .bord {
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
        background: transparent;
    }
    .about-section-three .image-column .inner-column {
        position: relative;
        padding-right: 18px;
    }
    .about-section-three .image-column .image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-section-three .image-column .image-2 {
        position: absolute;
        right: 0;
        top: 13px;
        height: 50%;
        margin-bottom: 0;
        border-radius: 10px;
        overflow: hidden;
        border: 2px 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);
    }
    .about-section-three .experience .text {
        line-height: 1.2;
    }
    .about-section-three .experience {
        display: none;
    }
    .about-section-three .image-column .image-1 {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 25px;
        height: 100%;
    }
    .about-section-three .image-column .image-1 img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .about-section-three .float-image {
        display: none;
    }
    .about-section-three {
        position: relative;
        padding: 50px 0;
    }
    .text.paragraph p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .sec-title.abt-sect h2 {
        font-size: 24px;
    }
    .page-breadcrumb li {
        font-size: 12px;
    }
    .page-breadcrumb {
        margin-top: 0px;
        position: relative;
    }
    .page-title .title {
        color: var(--theme-color-light);
        font-size: 45px;
        margin-bottom: -7px;
    }
    .page-title .title {
        font-size: 30px;
    }
    .services-section {
        position: relative;
        padding: 50px 0;
        z-index: 2;
    }
    .service-item {
    padding: 10px;
}
    .services-section .service-content h4 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .services-section .service-item {
        gap: 5px;
    }
    .service-item p {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1.5;
    }
    .services-section .service-item:nth-child(even) {
        grid-template-columns: 1fr;
    }
    .service-item {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .services-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
    }
    section.contact-details {
        padding: 50px 0;
    }
    .form-control,
    .input-text {
        height: calc(2.25rem + 15px);
        padding: 5px 5px;
        outline: 0;
        background-color: #f4f5f8;
        border: 1px solid #f4f5f8;
        color: #686a6f;
        font-size: 14px;
        width: 100%;
    }
    .text.getin {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;
    }
   .contact-details__info li .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
}

    .contact-details__info {
        position: relative;
        display: block;
        margin-top: 10px;
    }
    .contact-details__info li .text {
    margin-left: 15px;
}
}