/*
Theme Name: IronCon 
Author: Egenstheme
Author URI: https://themeforest.net/user/egenstheme/portfolio
Description: IronCon - Construction Services Html Template
Version: 1.0.0 
*/


/*=================================
    CSS Index Here
==================================*/


/*

01. Theme Abstracts
    1.1. Mixin 
    1.2. Variable
    1.3. Typography  
02. Base 
    2.1. Grid
    2.2. Input 
    2.3. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common    
    3.5. Animation 
    3.6. Slider
    3.7. Text Sliding 
    3.8. Cursor Follower

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb 
    4.5. Blog  
    4.6. Hero Area
    4.7. Popup Search 
    4.8. Popup Side Menu 
    4.9. About 
    4.11. Team 
    4.12. Testimonials
    4.14. Blog 
    4.15. Simple Sections
    4.16. Faq
    4.17. Cta
    4.18. Service
    4.19. Why choose Us
    4.20. Work Process
    4.21. Project
    4.22. Offer 
    4.23. Contact

05. Spacing 

*/


/*=================================
    CSS Index End
==================================*/


/*=================================
   01. Theme Abstracts
==================================*/


/*------------------- 1.1. Mixin -------------------*/


/*------------------- 1.2. Variable-------------------*/

:root {
    --theme-color: #002F49;
    --theme-color3: #FCBF4A;
    --theme-color3: #D62829;
    --title-color: #1E1E1E;
    --body-color: #EBEBEB;
    --smoke-color: #F6F5FD;
    --smoke-color2: #CFD3FC;
    --smoke-color3: #F7F7F7;
    --text-color: #535353;
    --black-color: #000000;
    --gray-color: #F5F5F5;
    --white-color: #ffffff;
    --light-color: #BDBDBD;
    --border-color: #DDDDDD;
    --title-font: "Roboto", sans-serif;
    --body-font: "Barlow", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}


/*------------------- 1.3. Typography -------------------*/

html,
body {
    scroll-behavior: smooth !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /***scroll-bar***/
}

body .theme-red,
body.theme-red {
    --theme-color3: #F02801;
    /* --theme-color3: #FFC000; */
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input {
    color: var(--text-color);
}

input:focus {
    outline: none;
    box-shadow: none;
}

input::-moz-placeholder {
    color: var(--text-color);
}

input::placeholder {
    color: var(--text-color);
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--text-color);
    line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 64px;
    line-height: 1.167;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 50px;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.278;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 34px;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 30px;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1.5;
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.3;
    }
    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.25;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 34px;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.35;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
}


/* Extra small devices */

@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}


/*=================================
    02. Base
==================================*/


/*------------------- 2.1. Grid -------------------*/

@media (min-width: 1300px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-25 {
    --bs-gutter-y: 25px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

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

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

@media (min-width: 1500px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-25 {
        --bs-gutter-x: 25px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px;
    }
}

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


/*------------------- 2.2. Input -------------------*/

select,
.single-select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 20px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}

select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--white-color);
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--text-color);
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--text-color);
}

select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--text-color);
}

.form-text {
    font-size: 16px;
}

.form-text a {
    color: var(--title-color);
    font-weight: 500;
}

.single-select,
.form-select,
select {
    display: block;
    width: 100%;
    line-height: 56px;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    background-image: none;
}

.single-select:after,
.form-select:after,
select:after {
    border-bottom: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    right: 20px;
    height: 7px;
    width: 7px;
}

.single-select .list,
.form-select .list,
select .list {
    width: 100%;
    display: block;
    border-radius: 0;
}

.single-select.style2,
.form-select.style2,
select.style2 {
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 24px 12px;
}

.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 10px;
    height: 6px;
    border-top: solid 6px var(--body-color);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: rotate(0);
    border-bottom: 0;
    margin-top: -2px;
    z-index: 9;
}

.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
    border-top: 0;
    border-bottom: solid 6px var(--body-color);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: none;
}

.single-select.style3,
.form-select.style3,
select.style3 {
    background: var(--border-color);
    padding: 0 20px;
    font-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 50px 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
    background: var(--white-color);
    border-color: var(--white-color);
    padding: 0 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 70px 12px;
    background-repeat: no-repeat;
    background-position: right;
}

.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
    right: 30px;
}

.single-select {
    background-image: none !important;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
    min-height: 105px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    font-size: 16px;
    color: var(--body-color);
}

.form-group>i.fa-envelope {
    padding-top: 1px;
}

.form-group>i.fa-comment {
    margin-top: -2px;
}



.form-group.has-label>i {
    top: 50px;
}

.form-group .input-icon {
    display: inline-block;
    position: absolute;
    right: 42px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color);
}

.form-group .input-icon:hover {
    color: var(--theme-color);
}

.form-group.style-2 .form-control {
    padding: 0 30px 0 55px;
}

.form-group.style-2 textarea.form-control {
    padding: 16px 30px 30px 55px;
}

.form-group.style-white .form-control {
    background: var(--white-color);
}

.form-group.style-white2 .form-control {
    background: var(--white-color);
    border-color: var(--white-color);
    padding: 0 45px 0 30px;
}

.form-group.style-white2 textarea.form-control {
    padding: 16px 45px 30px 30px;
}

[class*=col-].form-group>i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}

[class*=col-].form-group .form-icon-left {
    left: calc(var(--bs-gutter-x) / 2 + 30px);
    right: auto;
}

option:checked,
option:focus,
option:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
    border-radius: 10px;
}

input[type=checkbox]:checked~label:after {
    opacity: 1;
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

input[type=checkbox]~label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3.5px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    height: 20px;
    width: 20px;
    text-align: center;
}

input[type=checkbox]~label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    background: var(--theme-color);
    height: 8px;
    width: 8px;
    opacity: 0;
    transition: 0.4s;
}

input[type=checkbox].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em;
}

input[type=checkbox].style2~label:before {
    background-color: white;
    border: 1px solid rgb(247, 204, 215);
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px;
}

input[type=checkbox].style2:checked~label:before {
    color: var(--theme-color);
}

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

input[type=radio]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid red !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

.form-messages.mb-0 * {
    margin-bottom: 0;
}

.form-messages.success {
    color: green;
    display: block;
}

.form-messages.error {
    color: red;
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}


/*------------------- 2.3. Mobile Menu -------------------*/

.et-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.et-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.et-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.et-menu-wrapper .et-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}

.et-menu-wrapper .et-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.et-menu-wrapper.et-body-visible {
    opacity: 1;
    visibility: visible;
}

.et-menu-wrapper.et-body-visible .et-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.et-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
    /***scroll-bar***/
}

.et-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.et-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.et-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.et-mobile-menu ul li.menu-item-has-children {
    position: relative;
}

.et-mobile-menu ul li.menu-item-has-children:before {
    opacity: 1;
    visibility: visible;
    position: absolute;
    content: "+";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.et-mobile-menu ul li.menu-item-has-children.et-active:before {
    opacity: 0;
    visibility: hidden;
}

.et-mobile-menu ul li.menu-item-has-children.et-active:after {
    opacity: 1;
    visibility: visible;
}

.et-mobile-menu ul li.menu-item-has-children:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f068";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.et-mobile-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}

.et-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
}

.et-mobile-menu ul li.et-active>a {
    color: var(--theme-color);
}

.et-mobile-menu ul li.et-active>a:before {
    transform: rotate(90deg);
}

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

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

.et-mobile-menu ul .et-item-has-children>a .et-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}

.et-mobile-menu ul .et-item-has-children>a .et-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.et-mobile-menu ul .et-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}

.et-mobile-menu ul .et-item-has-children.et-active>a .et-mean-expand:before {
    content: "\f068";
}

.et-mobile-menu ul .et-item-has-children.et-active>a:after {
    content: "\f068";
}

.et-mobile-menu>ul {
    padding: 0 40px;
}

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

.et-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.et-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.et-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.et-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0px;
    /* Large devices */
}

.et-menu-toggle:hover {
    background-color: var(--white-color);
}

.et-menu-toggle.style-text,
.et-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.et-menu-toggle.style-text i,
.et-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.et-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 1199px) {
    .et-menu-toggle {
        background-color: var(--white-color);
    }
}

@media (max-width: 400px) {
    .et-menu-wrapper .et-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .et-mobile-menu>ul {
        padding: 0 20px;
    }
}


/*=================================
    03. Utilities
==================================*/


/*------------------- 3.1. Preloader -------------------*/

.preloader {
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: var(--white-color);
}

.et-preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.et-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.et-preloader .animation-preloader .txt-loading {
    font-family: var(--title-font);
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.et-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.et-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: var(--theme-color);
    content: attr(data-preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -webkit-animation: characters 4s infinite;
}

.et-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.et-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.et-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.et-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.et-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}


/* Extra small devices */

@media (max-width: 575px) {
    .et-preloader .animation-preloader .txt-loading {
        font-size: 30px;
        line-height: 30px;
    }
}

.preloader-btn {
    position: absolute;
    background: transparent;
    color: var(--title-color) !important;
    border: none;
    right: 20px;
    top: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1;
    margin: 20px 10px;
    padding: 10px 20px;
    cursor: pointer !important;
    z-index: 9999;
    /* Small devices */
}

@media (max-width: 767px) {
    .preloader-btn {
        margin: 5px;
        padding: 5px;
        right: 5px;
        top: 5px;
        font-size: 13px;
        font-weight: 400;
    }
}

.preloader-btn i {
    color: var(--title-color) !important;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer !important;
    /* Small devices */
}

@media (max-width: 767px) {
    .preloader-btn i {
        font-size: 13px;
        font-weight: 400;
    }
}


/*------------------- 3.2. Buttons -------------------*/

.et-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: var(--theme-color3);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1px;
    padding: 18px 32px;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .et-btn {
        padding: 13px 15px;
        font-size: 12px;
        font-weight: 600;
    }
}

.et-btn i {
    margin-left: 8px;
}

.et-btn:before {
    top: 0;
    right: 0;
    border: 0 solid;
    border-color: transparent transparent transparent var(--title-color);
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.et-btn:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: var(--title-color) transparent transparent transparent;
}

.et-btn:hover,
.et-btn.active {
    color: var(--white-color);
}

.et-btn:hover:before,
.et-btn:hover:after,
.et-btn.active:before,
.et-btn.active:after {
    border-width: 200px 130px;
}

.et-btn.style2 {
    background: var(--title-color);
    transition: all 0.3s ease 0s;
}

.et-btn.style2:before {
    top: 0;
    right: 0;
    border: 0 solid;
    border-color: transparent transparent transparent var(--theme-color);
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 0.3s ease 0s;
}

.et-btn.style2:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: var(--theme-color3) transparent transparent transparent;
}

.et-btn.style2:hover,
.et-btn.style2.active {
    color: var(--white-color);
    letter-spacing: 1px;
}

.et-btn.style2:hover:before,
.et-btn.style2:hover:after,
.et-btn.style2.active:before,
.et-btn.style2.active:after {
    border-width: 205px 130px;
    mix-blend-mode: hard-light;
}

.et-btn.style3 {
    padding: 20px 75px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    color: var(--theme-color);
    /* Extra large devices */
}

.et-btn.style3:hover {
    background-color: var(--title-color);
    color: var(--title-color);
}

.et-btn.style3:hover:before {
    border-color: transparent transparent transparent var(--theme-color3);
    border-width: 200px 170px;
}

.et-btn.style3:hover:before {
    border-color: var(--theme-color3) transparent transparent transparent;
}

@media (max-width: 1500px) {
    .et-btn.style3 {
        padding: 18px 50px;
    }
}

@media (max-width: 330px) {
    .et-btn.style3 {
        padding: 20px 39px;
    }
}

.et-btn.style4 {
    padding: 18px 32px;
    border-radius: 20px;
    border: none;
    background-color: var(--theme-color3);
    color: #fff;
    /* Small devices */
}

.et-btn.style4:hover {
    background-color: var(--title-color);
    color: #fff;
}

.et-btn.style4:hover:before {
    border-color: transparent transparent transparent var(--theme-color3);
    border-width: 200px 170px;
}

.et-btn.style4:hover:before {
    border-color: var(--theme-color3) transparent transparent transparent;
}

@media (max-width: 767px) {
    .et-btn.style4 {
        padding: 15px 30px;
    }
}

@media (max-width: 330px) {
    .et-btn.style4 {
        padding: 20px 39px;
    }
}

.et-btn.style5 {
    background: var(--white-color);
    color: var(--title-color);
}

.et-btn.style5:before {
    border-color: transparent transparent transparent var(--theme-color);
}

.et-btn.style5:hover {
    color: var(--white-color);
    background: var(--title-color);
}

.et-btn.style5:hover:before,
.et-btn.style5:hover:after {
    border-width: 200px 120px;
}

.et-btn.style6 {
    padding: 15px 20px 14px 15px;
    border: none;
    background-color: var(--theme-color3);
    color: var(--title-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.et-btn.style6:hover {
    background-color: var(--title-color);
    color: var(--title-color);
}

.et-btn.style6:hover:before {
    border-color: transparent transparent transparent var(--theme-color3);
    border-width: 200px 170px;
}

.et-btn.style6:hover:before {
    border-color: var(--theme-color3) transparent transparent transparent;
}

.et-btn.style7 {
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background-color: #ffc107;
    color: var(--theme-color);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.et-btn.style7:before {
    border-color:var(--theme-color3);
    top: 0;
    right: 0;
    border: 0 solid;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
    transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    -moz-transform: rotate(361deg);
    -ms-transform: rotate(361deg);
    -o-transform: rotate(361deg);
    color: var(--theme-color3);
}

.et-btn.style7:before {
    border-color: var(--theme-color3);
    
}

.et-btn.style7:hover,
.et-btn.style7.active {
    color: #ffc107;
    background-color: var(--theme-color3);
}

.et-btn.style7:hover:before,
.et-btn.style7:hover:after,
.et-btn.style7.active:before,
.et-btn.style7.active:after {
    border-width: 360px 150px;
}

.et-btn-icon:after {
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(../img/icon/icon2.html);
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    line-height: 1;
    margin-bottom: -0.3em;
    text-align: center;
    margin-left: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

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

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 88px);
    height: var(--icon-size, 88px);
    line-height: var(--icon-size, 88px);
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--white-color);
    background: var(--white-color);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: var(--title-color);
    font-size: var(--icon-font-size, 24px);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn>i.fa-play {
    padding-right: 0.18em;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover i {
    background-color: var(--theme-color3);
    color: var(--white-color);
}

.play-btn:hover:after,
.play-btn:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

.play-btn.style3>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px;
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color);
}

.play-btn.style3:hover>i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.play-btn.style4 {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    top: 15%;
    left: 75%;
    transform: translate(-75%, -15%);
    -webkit-transform: translate(-75%, -15%);
    -moz-transform: translate(-75%, -15%);
    -ms-transform: translate(-75%, -15%);
    -o-transform: translate(-75%, -15%);
}

.play-btn.style4>i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    background: var(--theme-color);
    border: 9px solid #C3C9FF;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.play-btn.style4:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.play-btn.style4:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.link-btn {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* Small devices */
}

@media (max-width: 767px) {
    .link-btn {
        font-size: 13px;
    }
}

.link-btn:hover {
    color: var(--theme-color3);
    letter-spacing: 2px;
}

.link-btn i {
    margin-left: 5px;
}

.link-btn.style2 {
    color: var(--theme-color);
}

.link-btn.style2:hover {
    color: var(--theme-color3);
    letter-spacing: 2px;
}

.link-btn.style2 i {
    margin-left: 5px;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Small devices */

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
}


/*------------------- 3.3. Titles -------------------*/

.hero-title-wrapper .subtitle {
    width: 188px;
    height: 38px;
    text-align: center;
    margin-bottom: 10px;
}

.hero-title-wrapper .subtitle h6 {
    text-align: center;
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.6rem;
    margin-bottom: 0;
}

.hero-title-wrapper .title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 88.745px;
    margin-bottom: 40px;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1700px) {
    .hero-title-wrapper .title {
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 81.745px;
    }
}

@media (max-width: 767px) {
    .hero-title-wrapper .title {
        font-size: 70px;
        line-height: 78.745px;
    }
}

@media (max-width: 575px) {
    .hero-title-wrapper .title {
        font-size: 54px;
        line-height: 60.745px;
    }
}

.hero-title-wrapper .title span {
    color: var(--title-color);
}

.hero-title-wrapper .text {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.hero-title-wrapper.style2 h6.subtitle {
    position: relative;
    display: inline-block;
    padding: 10px 5px 5px 45px;
    width: 138px;
    background-color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.hero-title-wrapper.style2 h6.subtitle:before {
    position: absolute;
    top: 18px;
    left: 8px;
    display: block;
    width: 24px;
    height: 1px;
    background-color: aliceblue;
    content: "";
    z-index: 31;
}

.hero-title-wrapper.style2 h6.subtitle.theme-color3 {
    color: var(--white-color);
}

.hero-title-wrapper.style2 h1.title {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 70px;
    margin-top: 5px;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 88.745px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 767px) {
    .hero-title-wrapper.style2 h1.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.title-wrapper .subtitle {
    height: 38px;
    text-align: center;
    margin-bottom: 10px;
}

.title-wrapper .subtitle h6 {
    text-align: center;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.6rem;
    margin-bottom: 0;
}

.title-wrapper .title {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 767px) {
    .title-wrapper .title {
        font-size: 60px;
        line-height: 65px;
    }
}

.title-wrapper .text {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.section-title h6.subtitle {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: var(--theme-color3);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 0;
}

.section-title h6.subtitle:before {
    position: absolute;
    top: 0;
    left: -50%;
    border-radius: 10px;
    background-color: var(--body-color);
    display: block;
    padding: 10px 20px;
    transform: skew(-20deg);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    margin-left: 50%;
}

.section-title h6.subtitle.theme-color3 {
    color: var(--white-color);
}

.section-title h6.subtitle.theme-color3:before {
    background-color: var(--theme-color3);
}

.section-title h6.subtitle.theme-color2 {
    color: var(--theme-color3);
}

.section-title h6.subtitle.theme-color2:before {
    background-color: var(--theme-color3);
}

.section-title h6.subtitle.theme-color-transparent {
    color: var(--white-color);
}

.section-title h6.subtitle.theme-color-transparent:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color3);
}

.section-title h2.title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    margin-top: 5px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 1700px) {
    .section-title h2.title {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title h2.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.section-title p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.section-title.style2 h6.subtitle {
    padding: 10px 48px;
    position: relative;
    display: inline-block;
    background: #EBEBEB;
    position: relative;
    display: inline-block;
    color: var(--theme-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 30px;
    z-index: 0;
    margin-bottom: 0px;
}

.section-title.style2 h6.subtitle.style3 {
    margin-left: 0;
}

.section-title.style2 h6.subtitle:before {
    position: absolute;
    content: "";
    top: 19px;
    left: -94px;
    width: 24px;
    height: 2px;
    padding: 0;
    background: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.section-title.style2 h6.subtitle:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 8px;
    width: 24px;
    height: 2px;
    padding: 0;
    background: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.section-title.style2 h2.title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 1700px) {
    .section-title.style2 h2.title {
        font-size: 50px;
        font-weight: 800;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title.style2 h2.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.section-title.style2 p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.section-title.style3 h6.subtitle {
    padding: 10px 10px 10px 50px;
    position: relative;
    display: inline-block;
    background: #EBEBEB;
    color: var(--theme-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 0;
    margin-bottom: 5px;
}

.section-title.style3 h6.subtitle:before {
    position: absolute;
    content: "";
    top: 19px;
    left: -35px;
    width: 24px;
    height: 2px;
    padding: 0;
    background: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.section-title.style3 h6.subtitle.theme-color3 {
    color: var(--white-color);
}

.section-title.style3 h6.subtitle.theme-color3:before {
    background-color: var(--theme-color3);
}

.section-title.style3 h6.subtitle.theme-color-transparent {
    color: var(--white-color);
}

.section-title.style3 h6.subtitle.theme-color-transparent:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color3);
}

.section-title.style3 h2.title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 1700px) {
    .section-title.style3 h2.title {
        font-size: 50px;
        font-weight: 800;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title.style3 h2.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.section-title.style3 p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.section-title.style4 h6.subtitle {
    padding: 10px 10px 10px 50px;
    position: relative;
    display: inline-block;
    background: #EBEBEB;
    color: var(--theme-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 0;
    margin-bottom: 5px;
}

.section-title.style4 h6.subtitle.style2:before {
    left: -85px;
}

.section-title.style4 h6.subtitle:before {
    position: absolute;
    content: "";
    top: 19px;
    left: -70px;
    width: 24px;
    height: 2px;
    padding: 0;
    background: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.section-title.style4 h6.subtitle.theme-color3 {
    color: var(--white-color);
}

.section-title.style4 h6.subtitle.theme-color3:before {
    background-color: var(--theme-color3);
}

.section-title.style4 h6.subtitle.theme-color-transparent {
    color: var(--white-color);
}

.section-title.style4 h6.subtitle.theme-color-transparent:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color3);
}

.section-title.style4 h2.title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 1700px) {
    .section-title.style4 h2.title {
        font-size: 50px;
        font-weight: 800;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title.style4 h2.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.section-title.style4 p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.section-title.style5 h6.subtitle {
    position: relative;
    display: inline-block;
    color: var(--theme-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 28px;
    z-index: 0;
    margin-bottom: 0px;
}

.section-title.style5 h6.subtitle:before {
    position: absolute;
    content: "";
    top: 19px;
    left: -90px;
    width: 24px;
    height: 2px;
    padding: 0;
    background: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.section-title.style5 h6.subtitle.theme-color3 {
    color: var(--white-color);
}

.section-title.style5 h6.subtitle.theme-color3:before {
    background-color: var(--theme-color3);
}

.section-title.style5 h6.subtitle.theme-color-transparent {
    color: var(--white-color);
}

.section-title.style5 h6.subtitle.theme-color-transparent:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color3);
}

.section-title.style5 h2.title {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 1700px) {
    .section-title.style5 h2.title {
        font-size: 50px;
        font-weight: 800;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title.style5 h2.title {
        font-size: 45px;
        line-height: 45px;
    }
}

.section-title.style5 p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/*------------------- 3.4. Common -------------------*/

.fix {
    overflow: hidden;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.2em 0.45em;
    font-size: 0.6em;
    border-radius: 50%;
    top: 7px;
    left: 12px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}


/******* Magnific Image *******/

.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(0.7);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-figure:after {
    background: transparent;
    box-shadow: none;
}

.scroll-down {
    transform: rotate(-90deg);
    transform-origin: left;
    position: absolute;
    right: -25px;
    bottom: 195px;
    z-index: 1;
}

.scroll-down .hero-scroll-wrap {
    color: var(--white-color);
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
}

.scroll-down .hero-scroll-wrap i {
    font-size: 36px;
    margin-bottom: -2px;
}

.scroll-down .hero-scroll-wrap:hover {
    color: var(--theme-color3);
}

@media (max-width: 1500px) {
    .scroll-down {
        right: -34px;
    }
}

@media (max-width: 1399px) {
    .scroll-down {
        right: -43px;
    }
    .scroll-down .hero-scroll-wrap i {
        font-size: 24px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .scroll-down {
        display: none;
    }
}

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

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

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

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

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

.bg-top-center {
    background-size: auto;
    background-position: top center;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.border-radius {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.border-radius2 {
    border-radius: 60px 60px 0px 0px;
    -webkit-border-radius: 60px 60px 0px 0px;
    -moz-border-radius: 60px 60px 0px 0px;
    -ms-border-radius: 60px 60px 0px 0px;
    -o-border-radius: 60px 60px 0px 0px;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: contain;
}

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

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

.bg-theme-color2 {
    background: var(--theme-color3) !important;
}

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


/*------------------- 3.5. Animation -------------------*/

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump1 {
    animation: jumpAni 6s linear infinite;
}

.jump2 {
    animation: jumpAni 5s linear infinite;
}

.jump3 {
    animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

.spin-slow {
    animation: spin 50s linear infinite;
}

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

@keyframes animate-positive {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress-width);
    }
}

.scroll {
    animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
    animation: scroll2 60s linear infinite;
    -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
    -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left -2000px;
    }
}

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

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.img-shine {
    position: relative;
    overflow: hidden;
}

.img-shine:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
    opacity: 0;
}

.img-shine:hover:after {
    animation: imgShine 1s;
    opacity: 1;
}

@keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

.moveAround {
    animation: moveAround 200s linear infinite;
    -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
    0% {
        transform: translate(-100%, -100%) translate(-300px, 80px);
        -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
        -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
        -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
        -o-transform: translate(-100%, -100%) translate(-300px, 80px);
    }
    25% {
        transform: translate(50%, -60%) translate(1900px, 300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
        -moz-transform: translate(50%, -60%) translate(1900px, 300px);
        -ms-transform: translate(50%, -60%) translate(1900px, 300px);
        -o-transform: translate(50%, -60%) translate(1900px, 300px);
    }
    50% {
        transform: translate(-80%, -80%) translate(-150px, 0px);
        -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
        -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
        -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
        -o-transform: translate(-80%, -80%) translate(-150px, 0px);
    }
    75% {
        transform: translate(50%, 50%) translate(1160px, 550px);
        -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
        -moz-transform: translate(50%, 50%) translate(1160px, 550px);
        -ms-transform: translate(50%, 50%) translate(1160px, 550px);
        -o-transform: translate(50%, 50%) translate(1160px, 550px);
    }
    100% {
        transform: translate(100%, 100%) translate(-800px, -50px);
        -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
        -moz-transform: translate(100%, 100%) translate(-800px, -50px);
        -ms-transform: translate(100%, 100%) translate(-800px, -50px);
        -o-transform: translate(100%, 100%) translate(-800px, -50px);
    }
}

.moveAround2 {
    animation: moveAround2 160s linear infinite;
    -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
    0% {
        transform: translate(30%, 60%) translate(1450px, 500px);
        -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
        -moz-transform: translate(30%, 60%) translate(1450px, 500px);
        -ms-transform: translate(30%, 60%) translate(1450px, 500px);
        -o-transform: translate(30%, 60%) translate(1450px, 500px);
    }
    25% {
        transform: translate(-50%, -60%) translate(-100px, -290px);
        -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
        -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
        -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
        -o-transform: translate(-50%, -60%) translate(-100px, -290px);
    }
    50% {
        transform: translate(-50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(150px, 0px);
        -o-transform: translate(-50%, 0%) translate(150px, 0px);
    }
    75% {
        transform: translate(50%, -50%) translate(1160px, -50px);
        -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
        -moz-transform: translate(50%, -50%) translate(1160px, -50px);
        -ms-transform: translate(50%, -50%) translate(1160px, -50px);
        -o-transform: translate(50%, -50%) translate(1160px, -50px);
    }
    100% {
        transform: translate(50%, 50%) translate(-80px, 50px);
        -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
        -moz-transform: translate(50%, 50%) translate(-80px, 50px);
        -ms-transform: translate(50%, 50%) translate(-80px, 50px);
        -o-transform: translate(50%, 50%) translate(-80px, 50px);
    }
}

.moveAround3 {
    animation: moveAround3 120s linear infinite;
    -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
    0% {
        transform: translate(-50%, -50%) translate(400px, 300px);
        -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
        -moz-transform: translate(-50%, -50%) translate(400px, 300px);
        -ms-transform: translate(-50%, -50%) translate(400px, 300px);
        -o-transform: translate(-50%, -50%) translate(400px, 300px);
    }
    25% {
        transform: translate(50%, -60%) translate(1900px, -300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
        -moz-transform: translate(50%, -60%) translate(1900px, -300px);
        -ms-transform: translate(50%, -60%) translate(1900px, -300px);
        -o-transform: translate(50%, -60%) translate(1900px, -300px);
    }
    50% {
        transform: translate(-50%, 0%) translate(-150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
        -o-transform: translate(-50%, 0%) translate(-150px, 0px);
    }
    75% {
        transform: translate(50%, 50%) translate(160px, 50px);
        -webkit-transform: translate(50%, 50%) translate(160px, 50px);
        -moz-transform: translate(50%, 50%) translate(160px, 50px);
        -ms-transform: translate(50%, 50%) translate(160px, 50px);
        -o-transform: translate(50%, 50%) translate(160px, 50px);
    }
    100% {
        transform: translate(50%, 50%) translate(-200px, 200px);
        -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
        -moz-transform: translate(50%, 50%) translate(-200px, 200px);
        -ms-transform: translate(50%, 50%) translate(-200px, 200px);
        -o-transform: translate(50%, 50%) translate(-200px, 200px);
    }
}

.moveAround4 {
    animation: moveAround4 200s linear infinite;
    -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
    0% {
        transform: translate(50%, -50%) translate(500px, 300px);
        -webkit-transform: translate(50%, -50%) translate(500px, 300px);
        -moz-transform: translate(50%, -50%) translate(500px, 300px);
        -ms-transform: translate(50%, -50%) translate(500px, 300px);
        -o-transform: translate(50%, -50%) translate(500px, 300px);
    }
    25% {
        transform: translate(50%, 60%) translate(-100px, -300px);
        -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
        -moz-transform: translate(50%, 60%) translate(-100px, -300px);
        -ms-transform: translate(50%, 60%) translate(-100px, -300px);
        -o-transform: translate(50%, 60%) translate(-100px, -300px);
    }
    50% {
        transform: translate(50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(50%, 0%) translate(150px, 0px);
        -moz-transform: translate(50%, 0%) translate(150px, 0px);
        -ms-transform: translate(50%, 0%) translate(150px, 0px);
        -o-transform: translate(50%, 0%) translate(150px, 0px);
    }
    75% {
        transform: translate(50%, 50%) translate(760px, 550px);
        -webkit-transform: translate(50%, 50%) translate(760px, 550px);
        -moz-transform: translate(50%, 50%) translate(760px, 550px);
        -ms-transform: translate(50%, 50%) translate(760px, 550px);
        -o-transform: translate(50%, 50%) translate(760px, 550px);
    }
    100% {
        transform: translate(50%, 50%) translate(-800px, 350px);
        -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
        -moz-transform: translate(50%, 50%) translate(-800px, 350px);
        -ms-transform: translate(50%, 50%) translate(-800px, 350px);
        -o-transform: translate(50%, 50%) translate(-800px, 350px);
    }
}

@keyframes characters {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.scalein.as-animated {
    --animation-name: scalein;
}

.slidetopleft.as-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
    --animation-name: slidebottomright;
}

.slideinleft.as-animated {
    --animation-name: slideinleft;
}

.slideinright.as-animated {
    --animation-name: slideinright;
}

.slideinup.as-animated {
    --animation-name: slideinup;
}

.slideindown.as-animated {
    --animation-name: slideindown;
}

.rollinleft.as-animated {
    --animation-name: rollinleft;
}

.rollinright.as-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.as-animated {
    opacity: 1;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }
    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}

.bg-anime-scratch {
    animation: scratch 4s linear infinite;
    overflow: hidden;
}

@keyframes scratch {
    0% {
        height: 0;
    }
    70% {
        height: 158px;
    }
    100% {
        height: 158px;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}


/*------------------- 3.6. Slider -------------------*/

.serviceSliderOne .slider-pagination {
    text-align: center !important;
    margin-top: 40px;
}

.serviceSliderOne .slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--theme-color);
}

.serviceSliderOne .slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color3);
}


/*------------------- 3.7. Text Sliding -------------------*/

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 100px;
}

.scrolling-wrap .textWrapper {
    display: flex;
    align-items: center;
    gap: 100px;
    animation: scroll 60s linear infinite;
    cursor: pointer;
}

.scrolling-wrap .textWrapper .textWrapper-textslide {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
}

.scrolling-wrap .textWrapper .textWrapper-textslide img {
    width: 75px;
    height: auto;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.scrolling-wrap .textWrapper .text-custom-storke {
    -webkit-text-stroke: 1px var(--title-color);
    -webkit-text-fill-color: transparent;
}

.scrolling-wrap:hover .textWrapper {
    animation-play-state: paused;
}


/*------------------- 3.8. Cursor Follower -------------------*/

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme-color3);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme-color3);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-color3);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}


/*=================================
    04. Template Style
==================================*/


/*------------------- 4.1. Widget  -------------------*/


/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/

.main-sidebar .single-sidebar-widget {
    padding: 40px 0px 50px;
    background: var(--white-color);
    margin-bottom: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .main-sidebar .single-sidebar-widget.mt-n116 {
        margin-top: 0;
    }
}

@media (max-width: 1700px) {
    .main-sidebar .single-sidebar-widget {
        padding: 25px 0 15px;
    }
    .main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }
}

.main-sidebar .single-sidebar-widget .thumb img {
    width: 100%;
}

.main-sidebar .single-sidebar-widget.style2 {
    padding: 30px 40px;
}

@media (max-width: 1700px) {
    .main-sidebar .single-sidebar-widget.style2 {
        padding: 25px;
    }
}

.main-sidebar .single-sidebar-widget .wid-title {
    padding-bottom: 10px;
    padding-left: 40px;
}

.main-sidebar .single-sidebar-widget .wid-title.style2 {
    padding-left: 0;
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: var(--body-color);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.main-sidebar .single-sidebar-widget .search-widget form input::-moz-placeholder {
    color: var(--text-color);
}

.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
    color: var(--text-color);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background: var(--theme-color3);
    border: none;
    color: var(--white-color);
    text-align: center;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background: var(--theme-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories {
    background: var(--white-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul {
    padding-left: 0;
    list-style-type: none;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    background-color: var(--white-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
    border-top: 1px solid var(--border-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 30px;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
    transition: all 0.3s ease 0s;
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background: var(--theme-color3);
    color: var(--white-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background: var(--theme-color3);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: var(--title-color);
}

.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info {
    padding: 0 40px;
    /* Small devices */
}

.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-bottom: 15px;
}

.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .label {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 15px;
}

.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .colon {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 15px;
}

.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .value {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .main-sidebar .single-sidebar-widget .project-details-widget-card .project-info {
        padding: 0 25px;
    }
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 20px;
    background: var(--body-color);
    border-radius: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E5E5;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb {
    overflow: hidden;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
    width: 136px;
    height: 132px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 0px 0px 20px;
    transition: all 0.4s;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    -o-border-radius: 20px 0px 0px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

@media (max-width: 1700px) {
    .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
        width: 130px;
    }
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content {
    max-width: 145px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--theme-color3);
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
    margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme-color3);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:hover .recent-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-flex;
    padding: 10px 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    background: var(--white-color);
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background: var(--theme-color3);
    color: var(--white-color) !important;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.recent-post .media-img {
    margin-right: 20px;
    width: 95px;
    overflow: hidden;
    flex: none;
}

.recent-post .media-img img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    margin: 10px 0 0px;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.recent-post .recent-post-meta {
    margin-bottom: -2px;
}

.recent-post .recent-post-meta .price {
    font-size: 18px;
    font-weight: 700;
    color: #c5c5c5;
}

.recent-post .recent-post-meta .price del {
    margin-right: 10px;
}

.recent-post .recent-post-meta .price strong {
    color: var(--theme-color);
    font-weight: 700;
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
}

.recent-post .recent-post-meta a i {
    margin-right: 9px;
    color: var(--theme-color3);
    transition: 0.4s;
}

.recent-post .recent-post-meta a:hover {
    color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover i {
    color: var(--theme-color);
}

.recent-post:hover .media-img img {
    transform: scale(1.1);
}

.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none;
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
}

.widget_shopping_cart ul li {
    list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 6px;
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translateY(-50%);
    color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
    color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font);
}

.widget_shopping_cart .total strong {
    font-family: var(--title-font);
}

.widget_shopping_cart .amount {
    padding-left: 5px;
}

.widget_shopping_cart .as-btn {
    margin-right: 15px;
}

.widget_shopping_cart .as-btn:last-child {
    margin-right: 0;
}


/* Large devices */

@media (max-width: 1199px) {
    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0;
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 24px;
    }
    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
}


/*----------------------------------------------
    # All Footer Widget style here
----------------------------------------------*/

.widget-area.style2 {
    position: relative;
}

.widget-area.style2 .shape2_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.widget-area.style2 .shape2_2 {
    position: absolute;
    bottom: 63px;
    right: 0;
    z-index: 1;
}

.widget-area.style2 .shape2_3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.widget-area.style1 {
    position: relative;
}

.widget-area.style1 .shape2_1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget-area.style1 .shape2_2 {
    position: absolute;
    bottom: 63px;
    right: 0;
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 30px 0;
}

.widget.footer-widget {
    background-color: transparent;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding-top: calc(var(--section-space) - 20px);
    padding-bottom: 0px;
    margin-bottom: -5px;
    /* Small devices */
}

.widget.footer-widget .widget_title {
    padding: 0 0 18px 0;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.widget.footer-widget .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

@media (max-width: 767px) {
    .widget.footer-widget {
        padding-top: 40px;
    }
}

.et-widget-about {
    max-width: 270px;
}

.et-widget-about p {
    color: var(--title-color);
}

.et-widget-about .about-logo {
    margin-bottom: 33px;
}

.et-widget-about .about-text {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.widget.widget_nav_menu.footer-widget .widget_title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
    list-style-type: none;
    padding-left: 0;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
    margin-bottom: 20px;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
    color: var(--theme-color3);
}

.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
    color: var(--theme-color3);
}

.widget.widget_nav_menu.footer-widget .single-contact-widget {
    margin-top: 25px;
    margin-bottom: 0px;
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact {
    display: flex;
    align-items: start;
    gap: 10px;
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.0745098039);
    color: var(--theme-color3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item a {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item a:hover {
    color: var(--theme-color3);
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_widget-title h5 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget.widget_nav_menu.footer-widget .email-input-container {
    margin-bottom: 25px;
    width: 270px;
}

.recent-post-wrap .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 300px;
    margin-top: -0.3em;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
}

.recent-post-wrap .recent-post .media-img {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.4s ease-in-out;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta {
    margin-bottom: -2px;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.recent-post-wrap .recent-post .media-body .recent-post-meta a i {
    color: var(--white-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 9px;
    transition: 0.4s;
}

.recent-post-wrap .recent-post .media-body .post-title a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.recent-post-wrap .recent-post .media-body .post-title a:hover {
    color: var(--theme-color3);
}

.copyright-wrap .copyright-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    /* Small devices */
}

.copyright-wrap .copyright-layout .layout-text .copyright {
    margin-bottom: 0;
    color: var(--white-color);
}

.copyright-wrap .copyright-layout .layout-text .copyright a {
    color: var(--white-color);
}

.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
    color: var(--theme-color3);
}

.copyright-wrap .copyright-layout .link-wrapper {
    text-align: end;
}

.copyright-wrap .copyright-layout .link-wrapper a {
    display: inline-block;
    color: var(--white-color);
    text-align: right;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 30px;
    /* Medium devices */
}

.copyright-wrap .copyright-layout .link-wrapper a:hover {
    color: var(--theme-color3);
}

.copyright-wrap .copyright-layout .link-wrapper a:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .copyright-wrap .copyright-layout .link-wrapper a {
        margin-right: 12px;
    }
}

@media (max-width: 767px) {
    .copyright-wrap .copyright-layout {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    .copyright-wrap .copyright-layout .link-wrapper {
        text-align: center;
    }
    .copyright-wrap .copyright-layout .link-wrapper a {
        text-align: center;
    }
}


/*------------------- 4.2. Header  -------------------*/


/* Header Default */

.et-header {
    position: relative;
    z-index: 41;
}

.et-header .icon-btn {
    border-radius: 99px;
}

.et-header .menu-area {
    position: relative;
    z-index: 2;
    padding: 0px 30px 0px 30px;
    border-radius: 20px;
    background: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sticky-wrapper {
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--theme-color);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.main-menu a:hover,
.main-menu a.active {
    color: var(--theme-color3);
}

.main-menu>ul>li {
    margin: 0 10px;
}

.main-menu>ul>li>a {
    padding: 0px;
}

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

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f106";
    transform: rotate(180deg);
    color: var(--theme-color3);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.main-menu ul li.menu-item-has-children>a.active:after {
    color: var(--theme-color3);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}

.main-menu ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
}

.main-menu ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}

.main-menu ul .sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--title-color);
}

.main-menu ul .sub-menu li.menu-item-has-children>a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.main-menu ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}

.main-menu ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    top: 7px;
    left: 0px;
    font-family: var(--icon-font);
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--theme-color3);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.main-menu ul .sub-menu li a.active {
    color: var(--theme-color3);
}

.main-menu ul .sub-menu li a:hover {
    color: var(--theme-color3);
    padding-left: 27px;
}

.main-menu ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}

.main-menu ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}


/* Extra large devices */

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 15px;
    }
}


/* Medium Large devices */

@media (max-width: 1299px) {
    .main-menu>ul>li {
        margin: 0 10px;
    }
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
    position: relative;
}

.simple-icon:has(.badge) {
    padding-right: 8px;
}

.simple-icon .badge {
    top: -8px;
    right: 0;
    font-size: 12px;
}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    /* Large devices */
}

.header-button .info-text p {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1px;
}

.header-button .info-text h4 {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 1px;
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}

.header-button .icon-btn:hover .badge {
    background-color: var(--black-color);
    color: var(--white-color);
}

@media (max-width: 1199px) {
    .header-button {
        padding: 29px 0;
    }
    .header-button.style2 {
        padding: 30px 0;
    }
}

.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 10px;
    background: var(--title-color);
    margin: auto;
    transition: 0.4s;
}

.sidebar-btn .line:not(:last-child) {
    margin-bottom: 9px;
}

.sidebar-btn .line:nth-child(2) {
    width: 20px;
}

.sidebar-btn:hover .line:nth-child(2) {
    width: 32px;
}

.sidebar-btn.style2 .line {
    margin-right: 0;
}

.sidebar-btn.style2 .line:first-child {
    width: 20px;
}

.sidebar-btn.style2 .line:nth-child(2) {
    width: 27px;
}

.sidebar-btn.style2:hover .line:first-child {
    width: 32px;
}

.sidebar-btn.style2:hover .line:nth-child(2) {
    width: 32px;
}

.sidebar-btn2 .line {
    display: block;
    height: 2px;
    width: 32px;
    background: var(--white-color);
    margin: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.sidebar-btn2 .line:not(:last-child) {
    margin-bottom: 9px;
}

.sidebar-btn2 .line:nth-child(2) {
    width: 20px;
}

.sidebar-btn2:hover .line:nth-child(2) {
    width: 32px;
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color);
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme-color);
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #363739;
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 3px;
}

.header-links li>i {
    margin-right: 11px;
    color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color);
}

.header-links a:hover {
    color: var(--theme-color);
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}

.header-links .social-links a {
    font-size: 14px;
}

.header-links .header-notice {
    margin: 0;
}

.dropdown-link {
    position: relative;
}

.dropdown-link>a {
    color: var(--body-color);
}

.dropdown-link>ai {
    color: var(--theme-color);
    margin-right: 5px;
}

.dropdown-toggle:after {
    content: "\f078";
    border: none;
    font-family: var(--title-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px;
}

.dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 6px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: var(--border-color);
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}

.dropdown-menu li:after {
    display: none;
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-menu a {
    color: var(--title-color) !important;
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white-color);
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
}


/* Large devices */

@media (max-width: 1199px) {
    .menu-expand {
        font-size: 15px;
    }
}

.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--theme-color3);
    padding: 17px 25px;
    width: 100%;
}

.menu-expand i {
    margin-right: 15px;
}

.menu-expand:hover {
    color: var(--white-color);
}


/* Header 1 ---------------------------------- */

.header-layout1 {
    position: relative;
    background: var(--body-color);
    margin-top: 20px;
    /* Medium devices */
    /* Large devices */
}

@media (max-width: 991px) {
    .header-layout1 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

.header-layout1 .sticky-wrapper.sticky {
    background: var(--white-color);
}

.header-layout1 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    /* Medium devices */
}

.header-layout1 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .header-layout1 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}

.header-layout1 .main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--theme-color3);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}

.header-layout1 .main-menu>ul>li>a:hover:before {
    width: 100%;
}

.header-layout1 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--theme-color3);
    color: var(--theme-color);
    border: 1px solid var(--theme-color3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout1 .simple-icon.searchBoxToggler {
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .header-layout1 .simple-icon.searchBoxToggler {
        display: none;
    }
}

.header-layout1 .icon-btn {
    /* Extra large devices */
}

.header-layout1 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--theme-color3);
    background-color: transparent;
    color: var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout1 .icon-btn.style1:hover {
    border: 1px solid var(--black-color);
}

@media (max-width: 1500px) {
    .header-layout1 .icon-btn {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .simple-icon {
        margin-left: 0;
    }
    .header-layout1 .main-menu {
        margin-left: 0;
    }
}


/* Header 2 ---------------------------------- */

.header-layout2 {
    position: relative;
    background: transparent;
    margin-top: 20px;
    /* Medium devices */
    /* Large devices */
}

@media (max-width: 991px) {
    .header-layout2 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

.header-layout2 .sticky-wrapper.sticky {
    background: var(--white-color);
}

.header-layout2 .menu-area {
    background: transparent;
}

.header-layout2 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    /* Medium devices */
}

.header-layout2 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .header-layout2 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}

.header-layout2 .main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--theme-color3);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}

.header-layout2 .main-menu>ul>li>a:hover:before {
    width: 100%;
}

.header-layout2 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--theme-color3);
    color: var(--theme-color3);
    border: 1px solid var(--theme-color3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout2 .simple-icon.sidebar-btn .line {
    background: var(--white-color);
}

.header-layout2 .simple-icon.searchBoxToggler {
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .header-layout2 .simple-icon.searchBoxToggler {
        display: none;
    }
}

.header-layout2 .icon-btn {
    /* Extra large devices */
}

.header-layout2 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--theme-color3);
    background-color: transparent;
    color: var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout2 .icon-btn.style1:hover {
    border: 1px solid var(--black-color);
}

@media (max-width: 1500px) {
    .header-layout2 .icon-btn {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .simple-icon {
        margin-left: 0;
    }
    .header-layout2 .main-menu {
        margin-left: 0;
    }
}


/*------------------- 4.3. Footer  -------------------*/


/*----------------------------------------------
    # Footer style here
----------------------------------------------*/

.footer-layout.style1 {
    padding: 25px 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.footer-layout.style2 {
    padding: 55px 0 20px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    /* Small devices */
}

@media (max-width: 767px) {
    .footer-layout.style2 {
        padding: 25px 0 20px;
    }
}

.copyright-wrap {
    padding: 20px 0 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--theme-color);
}

.copyright-wrap.style2 {
    margin-top: 75px;
    padding: 25px 0 5px;
}

.copyright-text {
    margin: 0;
    color: var(--white-color);
}

.copyright-text a {
    color: var(--theme-color);
}

.copyright-text a:hover {
    color: var(--white-color);
}

.footer-map-wrapper iframe {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/*------------------- 4.4. Breadcumb  -------------------*/


/*----------------------------------------------
    # Breadcumb style here
----------------------------------------------*/

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-wrapper .breadcumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    padding: 35px 0 0;
    /* Medium devices */
    /* Small devices */
}

.breadcrumb-wrapper .breadcumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 73, 0.8);
    z-index: 2;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcumb {
        padding: 40px 0 0px;
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .breadcumb {
        padding: 10px 0 0px;
        margin-top: 120px;
    }
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    text-align: center;
    z-index: 9;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1299px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 60px;
    }
}

@media (max-width: 375px) {
    .breadcrumb-wrapper .page-heading {
        padding: 60px 25px;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white-color);
    font-size: 65px;
    position: relative;
    z-index: 9;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 32px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    list-style-type: none;
    padding-left: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white-color);
    transition: all 0.3s ease 0s;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme-color3);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--white-color);
}

.breadcrumb-wrapper .breadcumb-thumb {
    position: relative;
    z-index: 9;
}

.breadcrumb-wrapper .breadcumb-thumb .thumb {
    position: relative;
    z-index: 3;
    /* Small devices */
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .breadcumb-thumb .thumb {
        display: none;
    }
}

.breadcrumb-wrapper .breadcumb-thumb .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.breadcrumb-wrapper .border-shape {
    position: absolute;
    top: 20px;
    left: 0;
}

.breadcrumb-wrapper .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.error-items {
    text-align: center;
}

.error-items h2 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
}

.error-items h2 span {
    color: var(--theme-color);
}

.error-items p {
    color: var(--paragraph-color, #726B7D);
    text-align: center;
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}


/*------------------- 4.5. Blog  -------------------*/


/*----------------------------------------------
    # Blog style here
----------------------------------------------*/

.blog_card {
    margin-top: 30px;
    border: 1px solid var(--title-color);
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.blog_card__thumb img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog_card__body {
    padding: 20px 30px 40px;
    /* Small devices */
}

.blog_card__body h4 {
    /* Small devices */
}

.blog_card__body h4 a {
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog_card__body h4 a:hover {
    color: var(--theme-color3) !important;
}

@media (max-width: 767px) {
    .blog_card__body h4 {
        line-height: 27px;
    }
}

.blog_card__body .text {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_card__body .view-button {
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog_card__body .view-button:hover {
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .blog_card__body {
        padding: 20px 25px 30px;
    }
}

.blog_card:hover .blog_card__thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog_card.style1 .blog_card__thumb {
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.blog_card.style1 .blog_card__thumb img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.blog_card.style1 .blog_card__body h4 a {
    color: var(--theme-color);
}

.blog_card.style1 .blog_card__body .view-button {
    color: var(--theme-color3);
}

.blog_card.style1 .blog_card__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.blog_card.style1 .blog_card__meta .posted-by {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_card.style1 .blog_card__meta .posted-on {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_card.style1 .blog_card__meta .comment-on {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_card.style2 .blog_card__thumb {
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.blog_card.style2 .blog_card__thumb img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.blog_card.style2 .blog_card__body h4 a {
    color: var(--theme-color);
}

.blog_card.style2 .blog_card__body .view-button {
    color: var(--theme-color);
}

.blog_card.style2 .blog_card__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    /* Medium devices */
}

.blog_card.style2 .blog_card__meta .posted-by {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .blog_card.style2 .blog_card__meta .posted-by {
        font-size: 14px;
        line-height: 24px;
    }
}

.blog_card.style2 .blog_card__meta .posted-on {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_card.style2 .blog_card__meta .posted-on.style2 {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 4;
    background: var(--theme-color3);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .blog_card.style2 .blog_card__meta .posted-on.style2 {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .blog_card.style2 .blog_card__meta .posted-on.style2 {
        right: -21px;
    }
}

.blog_card.style2 .blog_card__meta .posted-on.style2 h6 {
    color: var(--theme-color);
    text-align: center;
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 4px;
}

.blog_card.style2 .blog_card__meta .comment-on {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* Extra small devices */
}

@media (max-width: 375px) {
    .blog_card.style2 .blog_card__meta .comment-on {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .blog_card.style2 .blog_card__meta {
        gap: 15px;
    }
}


/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/

.news-standard-wrapper .news-standard-items {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 60px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
    width: 100%;
    border-radius: 40px;
    text-align: center;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    border-radius: 40px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
    position: absolute;
    bottom: -20px;
    right: 20px;
    display: flex;
    padding: 12px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    background: var(--theme-color3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
    color: var(--white-color);
    font-family: var(--title-font);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 34px;
    position: relative;
    z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content p {
    color: var(--text-color);
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-standard-wrapper .news-standard-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 7px;
    list-style-type: none;
    padding-left: 0;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    margin: 20px 0 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .news-standard-wrapper .news-standard-items .news-content h3 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.news-standard-wrapper .news-standard-items .news-content h3 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .news-standard-wrapper .news-standard-items .news-content h3 a {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content h3 a {
        font-size: 35px;
        line-height: 45px;
    }
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--theme-color3);
}

.news-standard-wrapper .news-standard-items .news-content a i {
    margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box {
    display: flex;
    align-items: center;
    padding: 60px 40px 60px 10px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Small devices */
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
    width: 55%;
    height: 80px;
    padding-right: 5px;
    margin-right: 40px;
    border-right: 1px solid var(--border-color);
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box .text {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .highlighted-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        gap: 25px;
    }
    .news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
        border-bottom: 1px solid var(--border-color);
        border-right: 0px;
        padding-bottom: 15px;
        margin-right: 0;
    }
}

.news-details-area .blog-post-details .single-blog-post .subtitle {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .subtitle {
        font-size: 25px;
        line-height: 35px;
    }
}

.news-details-area .blog-post-details .single-blog-post .text {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper {
    margin-bottom: 60px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box h3 {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist {
    padding-left: 0;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .text3 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-details-area .blog-post-details .tag-share-wrap {
    margin-bottom: 50px;
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    /* Small devices */
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud {
    display: flex;
    align-items: center;
    /* Small devices */
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    display: inline-flex;
    padding: 5px 16px;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 5px;
    display: inline-flex;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
        margin-right: 3px;
        padding: 8px 10px;
        font-size: 15px;
        line-height: 1;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover,
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a.active {
    background: var(--theme-color3);
    color: var(--title-color) !important;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        gap: 5px;
    }
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
        margin-bottom: 15px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: var(--body-color);
    border-radius: 999px;
    background: rgba(35, 54, 94, 0.1);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a i {
    color: #23365E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
    background: var(--theme-color3);
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap {
        padding: 25px 20px;
    }
}

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
}

.news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 0px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 28px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    padding: 40px;
    border: 2px solid var(--border-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        padding: 25px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 0;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
    color: var(--theme-color3);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
    font-family: var(--body-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    margin-left: 5px;
    font-weight: 400;
    color: var(--theme-color);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 16px 20px;
    font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.comment-form-wrap.style1 {
    padding: 40px;
    border-radius: 40px;
    border: 2px solid var(--border-color);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .comment-form-wrap.style1 {
        padding: 25px;
    }
}


/*------------------- 4.6. Hero Area  -------------------*/


/*----------------------------------------------
    # Hero style here
----------------------------------------------*/


/* Hero 1 ---------------------------------- */

.hero-wrapper.style1 {
    margin-top: 20px;
}

.hero-main-container.style1 {
    background: var(--white-color);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    margin-top: 10px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .hero-main-container.style1 {
        margin-top: 10px;
    }
}

.hero-content.style1 {
    padding: 148px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .hero-content.style1 {
        padding: 50px 0;
    }
}

.hero-content.style2 {
    position: relative;
    padding: 162px 130px 70px;
    border-radius: 60px;
    background: var(--white-color);
    z-index: 1;
    height: 100%;
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1700px) {
    .hero-content.style2 {
        padding: 100px 49px 70px;
    }
}

@media (max-width: 1299px) {
    .hero-content.style2 {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .hero-content.style2 {
        padding: 70px 30px 50px;
    }
}

.hero-content.style2 .brand-logo-wrapper {
    padding-top: 140px;
    /* Small devices */
}

.hero-content.style2 .brand-logo-wrapper img {
    margin-right: 40px;
}

.hero-content.style2 .brand-logo-wrapper img:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .hero-content.style2 .brand-logo-wrapper {
        padding-top: 50px;
    }
}

.hero-content.style2 .shape1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.hero-thumb.style1 {
    position: relative;
    z-index: 3;
    margin-bottom: 70px;
}

.hero-thumb.style1 .bordered-mask {
    position: relative;
    display: inline-block;
    width: 89%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 16px;
    background-color: var(--white-color);
    z-index: 9;
    margin-top: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .hero-thumb.style1 .bordered-mask {
        max-width: 60%;
    }
}

.hero-thumb.style1 .masked-image {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    z-index: 9;
}

.hero-thumb.style1 .masked-image img {
    width: 100%;
    display: block;
    z-index: 9;
}

.hero-thumb.style1 .main-thumb {
    position: relative;
    z-index: 3;
}

.hero-thumb.style1 .shape {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .hero-thumb.style1 .shape {
        max-width: 70%;
    }
}

.hero-thumb.style2 {
    width: 100%;
    height: 100%;
    /* Medium devices */
}

@media (max-width: 991px) {
    .hero-thumb.style2 {
        margin-top: 10x;
    }
}

.hero-thumb.style2 .main-thumb {
    width: 100%;
    height: 100%;
    /* Medium devices */
}

@media (max-width: 991px) {
    .hero-thumb.style2 .main-thumb {
        height: auto;
    }
}

.heroSliderOne {
    margin-right: -220px;
    margin-bottom: -100px;
}

.heroSliderOne .swiper-slide {
    overflow: visible;
}


/*------------------- 4.7. Popup Search  -------------------*/


/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: var(--theme-color);
    font-size: 22px;
    border-radius: 10px;
    transform: rotate(0);
    transition: all ease 0.4s;
    color: var(--white-color);
    border: 0;
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    transform: rotate(90deg);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: none;
    background-color: var(--white-color);
    border: 2px solid var(--theme-color);
    padding: 0 80px 0 30px;
    color: var(--title-color);
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: var(--title-color);
}

.popup-search-box form input::placeholder {
    color: var(--title-color);
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 24px;
    right: 12px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}


/*------------------- 4.8. Popup Side Menu  -------------------*/


/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    left: -1800px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .newsletter-form .as-btn:hover {
    background: var(--theme-color3);
}

.sidemenu-wrapper .newsletter-form .as-btn:hover:before,
.sidemenu-wrapper .newsletter-form .as-btn:hover::after {
    display: none;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.sidemenu-wrapper .et-social a {
    box-shadow: none;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
    -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -ms-transition: right ease 1s;
    -o-transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .recent-post .post-title {
    color: var(--title-color);
}

.sidemenu-wrapper .widget_title {
    color: var(--title-color);
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
    max-width: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
    position: relative;
    overflow: hidden;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
}

.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
    filter: none;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}


/* Extra small devices */

@media (max-width: 575px) {
    .sidemenu-wrapper {
        background: transparent;
    }
    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }
    .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
        margin-bottom: 10px;
    }
}

.info-box {
    display: flex;
    margin-bottom: 11px;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    font-size: 16px;
    background-color: transparent;
    color: var(--theme-color);
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: flex;
    color: var(--body-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    align-items: center;
}

.info-box_text .details p {
    color: var(--title-color);
}

.info-box_text .details p a {
    color: var(--title-color);
}

.info-box_link {
    display: inline-block;
    color: var(--body-color);
}

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

.et-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}

.et-widget-about .about-logo {
    margin-bottom: 35px;
}

.et-widget-about .text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--title-color);
}

.et-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

.et-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}

.et-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}

.et-widget-contact .info-box_text .icon {
    color: var(--title-color);
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--title-color);
    border-radius: 50%;
    text-align: center;
}

.et-widget-contact .info-box_text .icon img {
    filter: contrast(0) brightness(2) opacity(0.7);
}

.et-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}

.et-widget-contact .info-box_text .details p {
    margin-bottom: 0;
}

.et-widget-contact .info-box_text .details a {
    color: var(--title-color);
}

.et-widget-contact .info-box_text a {
    color: inherit;
}

.et-widget-contact .info-box_text a:hover {
    color: var(--theme-color3);
}


/*------------------- 4.9. About  -------------------*/


/*----------------------------------------------
    # About style here
----------------------------------------------*/

.about-container-wrapper .contact-wrapper {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 60px;
    /* Small devices */
}

@media (max-width: 767px) {
    .about-container-wrapper .contact-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
}

.about-container-wrapper .contact-wrapper .contact-us {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-container-wrapper.style1 .about-us-img {
    position: relative;
    border-radius: 20px;
}

.about-container-wrapper.style1 .about-us-img .counter-wrapper {
    position: absolute;
    text-align: center;
    width: 180px;
    height: 180px;
    background: #FCBF4A;
    border-radius: 50%;
    border: 5px solid var(--white-color);
    padding-top: 20px;
    right: 67px;
    bottom: 120px;
}

.about-container-wrapper.style1 .about-us-img .counter-wrapper h2 {
    color: var(--title-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
}

.about-container-wrapper.style1 .about-us-img .counter-wrapper p {
    color: var(--title-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-container-wrapper.style1 .about-us-content p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.about-container-wrapper.style1 .fancy-box-wrapper {
    margin-top: 40px;
}

.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 {
    /* Small devices */
}

@media (max-width: 767px) {
    .about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 {
        margin-bottom: 20px;
    }
}

.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title img {
    margin-right: 16px;
}

.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title h4 {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin: 0;
}

.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.about-container-wrapper.style1 .contact-us img {
    margin-right: 10px;
}

.about-container-wrapper.style2 .about-thumb {
    position: relative;
    margin-left: 110px;
    margin-top: 50px;
}

.about-container-wrapper.style2 .about-thumb .shape {
    position: absolute;
    top: -50px;
    left: -110px;
}

.about-container-wrapper.style2 .about-thumb .shape h6 {
    position: absolute;
    top: 220px;
    left: -130px;
    z-index: 3;
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .about-container-wrapper.style2 .about-thumb .shape h6 {
        top: 225px;
        font-size: 20px;
        left: -70px;
    }
}

@media (max-width: 575px) {
    .about-container-wrapper.style2 .about-thumb .shape h6 {
        top: 130px;
        left: -70px;
    }
}

@media (max-width: 375px) {
    .about-container-wrapper.style2 .about-thumb .shape h6 {
        top: 105px;
        left: -70px;
    }
}

.about-container-wrapper.style2 .about-thumb .shape .counter-number {
    text-align: right;

    color: white;
    -webkit-text-stroke: 1px var(--body-color);
    -webkit-text-fill-color: transparent;
    font-family: var(--body-font);
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    /* Small devices */
}
.about-container-wrapper.style2 .about-thumb .shape .counternumber {
    text-align: right;
    -webkit-text-stroke: 1px var(--body-color);
    -webkit-text-fill-color: transparent;
    font-family: var(--body-font);
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    /* Small devices */
}

@media (max-width: 767px) {
    .about-container-wrapper.style2 .about-thumb .shape .counter-number {
        font-size: 30px;
    }
}

.about-container-wrapper.style2 .about-thumb .shape .plus {
    text-align: right;
    -webkit-text-stroke: 1px var(--theme-color);
    -webkit-text-fill-color: transparent;
    font-family: var(--body-font);
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    /* Small devices */
}

@media (max-width: 767px) {
    .about-container-wrapper.style2 .about-thumb .shape .plus {
        font-size: 30px;
    }
}

.about-container-wrapper.style2 .about-content .section-title p {
    margin-bottom: 40px;
}

.about-container-wrapper.style2 .about-content .checklist-box .checklist-wrapper {
    padding: 47px 0px 33px;
    background: var(--white-color);
}

.about-container-wrapper.style2 .about-content .checklist-box .thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-container-wrapper.style2 .about-content .checklist-box .thumb img {
    position: relative;
    width: 100%;
    height: 216px;
}

.about-container-wrapper.style2 .about-content .checklist-box .thumb .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
}

.about-container-wrapper.style2 .contact-wrapper {
    margin-top: 40px;
}

.about-container-wrapper.style2 .contact-wrapper .contact-us-text h4 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 0;
}


/*------------------- 4.11. Team  -------------------*/

.team-card.style1 {
    position: relative;
    overflow: hidden;
    max-width: 410px;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style1 .team-thumb {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style1 .team-thumb img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style1 .team-content {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 30px;
    left: 80px;
    right: 0px;
    padding: 15px 30px;
    background: var(--white-color);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-card.style1 .team-content {
        left: 60px;
        padding: 15px;
    }
}

.team-card.style1 .team-content .title h4 {
    margin-bottom: 0;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-card.style1 .team-content .title h4 {
        font-size: 18px;
        line-height: 21px;
    }
}

.team-card.style1 .team-content .title h4 a {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-card.style1 .team-content .title h4 a {
        font-size: 18px;
        line-height: 21px;
    }
}

.team-card.style1 .team-content .title p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-card.style1 .team-content .title p {
        font-size: 14px;
        line-height: 24px;
    }
}

.team-card.style1 .team-content .social-profile {
    position: absolute;
    right: 17px;
    bottom: 27px;
    text-align: center;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    z-index: 9;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-card.style1 .team-content .social-profile {
        bottom: 17px;
    }
}

.team-card.style1 .team-content .social-profile ul {
    padding-left: 0;
    margin-bottom: 5px;
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card.style1 .team-content .social-profile ul li {
    margin-bottom: 5px;
}

.team-card.style1 .team-content .social-profile ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: var(--body-color);
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.team-card.style1 .team-content .social-profile ul li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.team-card.style1 .team-content .social-profile .plus-btn {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--body-color);
    color: var(--text-color);
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.team-card.style1 .team-content .social-profile .plus-btn:hover {
    background-color: var(--theme-color3) !important;
    color: var(--title-color);
}

.team-card.style1 .team-content .social-profile:hover .plus-btn {
    background-color: var(--theme-color3);
    color: var(--white-color);
}

.team-card.style1 .team-content .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.team-card.style1:hover .team-content {
    background: var(--theme-color3);
}

.team-card.style1:hover .team-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-card.style2 {
    position: relative;
    overflow: hidden;
    max-width: 410px;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style2 .team-thumb {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style2 .team-thumb img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.team-card.style2 .team-content {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 40px;
    left: 30px;
    right: 30px;
    padding: 15px 30px;
    background: var(--white-color);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    /* Small devices */
}

.team-card.style2 .team-content .title {
    /* Small devices */
}

.team-card.style2 .team-content .title h4 {
    margin-bottom: 0;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
}

.team-card.style2 .team-content .title p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .team-card.style2 .team-content .title h4 {
        font-size: 18px;
        line-height: 21.25px;
    }
    .team-card.style2 .team-content .title p {
        font-size: 14px;
        line-height: 24px;
    }
}

.team-card.style2 .team-content .social-profile {
    position: absolute;
    right: 30px;
    bottom: 27px;
    text-align: center;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    z-index: 5;
}

.team-card.style2 .team-content .social-profile ul {
    padding-left: 0;
    margin-bottom: 5px;
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card.style2 .team-content .social-profile ul li {
    margin-bottom: 5px;
}

.team-card.style2 .team-content .social-profile ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: var(--body-color);
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.team-card.style2 .team-content .social-profile ul li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.team-card.style2 .team-content .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--body-color);
    color: var(--text-color);
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.team-card.style2 .team-content .social-profile .plus-btn:hover {
    background-color: var(--theme-color3);
    color: var(--title-color);
}

.team-card.style2 .team-content .social-profile:hover .plus-btn {
    background-color: var(--theme-color3);
    color: var(--title-color);
}

.team-card.style2 .team-content .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

@media (max-width: 767px) {
    .team-card.style2 .team-content {
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 15px 20px;
    }
    .team-card.style2 .team-content .social-profile {
        position: absolute;
        right: 20px;
        bottom: 17px;
    }
}

.team-card.style2:hover .team-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*------------------- 4.12. Testimonials  -------------------*/

.testimonial-wrapper.style1 {
    position: relative;
}

.testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    background-color: var(--theme-color3);
    border: 1px solid var(--theme-color3);
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* Extra large devices */
}

@media (max-width: 1700px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
        left: 5%;
    }
}

@media (max-width: 1500px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
        left: 1%;
    }
}

@media (min-width: 2000px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
        left: 20%;
    }
}

.testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    z-index: 5;
    background: var(--theme-color3);
    border: 1px solid var(--theme-color3);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* Extra large devices */
}

@media (max-width: 1700px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
        right: 5%;
    }
}

@media (max-width: 1500px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
        right: 1%;
    }
}

@media (min-width: 2000px) {
    .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
        right: 20%;
    }
}

.testimonial-wrapper.style2 {
    position: relative;
}

.testimonial-wrapper.style2 .slider-arrow.style2.slider-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--border-color);
    border: 1px solid var(--border-color);
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-wrapper.style2 .slider-arrow.style2.slider-prev:hover {
    background-color: var(--theme-color3);
    color: var(--white-color);
}

@media (max-width: 1600px) {
    .testimonial-wrapper.style2 .slider-arrow.style2.slider-prev {
        left: 0.5%;
    }
}

.testimonial-wrapper.style2 .slider-arrow.style2.slider-next {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    z-index: 5;
    background-color: var(--white-color);
    color: var(--border-color);
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-wrapper.style2 .slider-arrow.style2.slider-next:hover {
    background-color: var(--theme-color3);
    color: var(--white-color);
}

@media (max-width: 1600px) {
    .testimonial-wrapper.style2 .slider-arrow.style2.slider-next {
        right: 0.5%;
    }
}

.testimonial_card.style1 {
    background: var(--white-color);
    padding: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .testimonial_card.style1 {
        padding: 25px;
    }
}

.testimonial_card.style1 .testimonial_body {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.testimonial_card.style1 .testimonial_body .star-wrap {
    gap: 5px;
}

.testimonial_card.style1 .testimonial_body p {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.testimonial_card.style1 .testimonial_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_card.style2 {
    background: var(--white-color);
    padding: 40px;
    border: 1px solid var(--title-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

.testimonial_card.style2 .testimonial_body {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    /* Small devices */
}

.testimonial_card.style2 .testimonial_body .star-wrap {
    gap: 5px;
}

.testimonial_card.style2 .testimonial_body p {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .testimonial_card.style2 .testimonial_body p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .testimonial_card.style2 .testimonial_body {
        margin-bottom: 20px;
    }
}

.testimonial_card.style2 .testimonial_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_card.style2 .testimonial_footer .quote {
    position: relative;
    z-index: 2;
    margin-bottom: -150px;
    /* Small devices */
}

.testimonial_card.style2 .testimonial_footer .quote img {
    max-width: 70px;
}

@media (max-width: 767px) {
    .testimonial_card.style2 .testimonial_footer .quote {
        margin-bottom: -105px;
        width: 70px;
    }
    .testimonial_card.style2 .testimonial_footer .quote img {
        max-width: 60px;
    }
}

@media (max-width: 767px) {
    .testimonial_card.style2 {
        padding: 15px;
    }
}

.testimonialSliderTwo .et-slider {
    padding-bottom: 35px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 32px;
    }
}

@media (max-width: 375px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 22px;
    }
}

@media (max-width: 350px) {
    .testimonialSliderTwo .et-slider {
        padding-bottom: 15px;
    }
}


/*------------------- 4.14. Blog  -------------------*/


/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/

.news-standard-wrapper .news-standard-items {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 60px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
    width: 100%;
    border-radius: 40px;
    text-align: center;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    border-radius: 40px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
    position: absolute;
    bottom: -20px;
    right: 20px;
    display: flex;
    padding: 12px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    background: var(--theme-color3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
    color: var(--white-color);
    font-family: var(--title-font);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 34px;
    position: relative;
    z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content p {
    color: var(--text-color);
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-standard-wrapper .news-standard-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 7px;
    list-style-type: none;
    padding-left: 0;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    margin: 20px 0 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .news-standard-wrapper .news-standard-items .news-content h3 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.news-standard-wrapper .news-standard-items .news-content h3 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .news-standard-wrapper .news-standard-items .news-content h3 a {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content h3 a {
        font-size: 35px;
        line-height: 45px;
    }
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--theme-color3);
}

.news-standard-wrapper .news-standard-items .news-content a i {
    margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box {
    display: flex;
    align-items: center;
    padding: 60px 40px 60px 10px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Small devices */
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
    width: 55%;
    height: 80px;
    padding-right: 5px;
    margin-right: 40px;
    border-right: 1px solid var(--border-color);
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box .text {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .highlighted-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        gap: 25px;
    }
    .news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
        border-bottom: 1px solid var(--border-color);
        border-right: 0px;
        padding-bottom: 15px;
        margin-right: 0;
    }
}

.news-details-area .blog-post-details .single-blog-post .subtitle {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .subtitle {
        font-size: 25px;
        line-height: 35px;
    }
}

.news-details-area .blog-post-details .single-blog-post .text {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper {
    margin-bottom: 60px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box h3 {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist {
    padding-left: 0;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .text3 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-details-area .blog-post-details .tag-share-wrap {
    margin-bottom: 50px;
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    /* Small devices */
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud {
    display: flex;
    align-items: center;
    /* Small devices */
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    display: inline-flex;
    padding: 5px 16px;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 5px;
    display: inline-flex;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
        margin-right: 3px;
        padding: 8px 10px;
        font-size: 15px;
        line-height: 1;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover,
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a.active {
    background: var(--theme-color3);
    color: var(--title-color) !important;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        gap: 5px;
    }
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
        margin-bottom: 15px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: var(--body-color);
    border-radius: 999px;
    background: rgba(35, 54, 94, 0.1);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a i {
    color: #23365E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
    background: var(--theme-color3);
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .tag-share-wrap {
        padding: 25px 20px;
    }
}

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
}

.news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 0px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 28px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    padding: 40px;
    border: 2px solid var(--border-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        padding: 25px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 0;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
    color: var(--theme-color3);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color);
    font-family: var(--body-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    margin-left: 5px;
    font-weight: 400;
    color: var(--theme-color);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 16px 20px;
    font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text-color);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.comment-form-wrap.style1 {
    padding: 40px;
    border-radius: 40px;
    border: 2px solid var(--border-color);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .comment-form-wrap.style1 {
        padding: 25px;
    }
}


/*------------------- 4.15. Simple Sections  -------------------*/


/*----------------------------------------------
    # Simple Common style here
----------------------------------------------*/

.fancy-box.style1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fancy-box.style1 .item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fancy-box.style1 .item h6 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 3px;
    /* Small devices */
}

@media (max-width: 767px) {
    .fancy-box.style1 .item h6 {
        font-size: 17px;
        line-height: 24px;
    }
}

.fancy-box.style1 .item h6 span {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* Small devices */
}

@media (max-width: 767px) {
    .fancy-box.style1 .item h6 span {
        font-size: 15px;
        line-height: 25px;
    }
}

.fancy-box.style1 .item p {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.brand-slider-wrapper.style1 .brand-logo {
    text-align: center;
}

.brand-logo-section .brand-logo {
    text-align: center;
}

.contact-wrapper.style1 {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 60px;
    /* Small devices */
}

@media (max-width: 767px) {
    .contact-wrapper.style1 {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
}

.counters-area.style1 .counter .counter-thumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .counters-area.style1 .counter .counter-thumb {
        margin-bottom: 10px;
    }
}

.counters-area.style1 .counter .counter-thumb img {
    border: 1px solid #1E1E1E;
    padding: 18px;
    border-radius: 50%;
    margin-right: 20px;
}

.counters-area.style1 .counter .counter-thumb h2 {
    color: var(--title-color);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .counters-area.style1 .counter .counter-thumb h2 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .counters-area.style1 .counter .counter-thumb h2 {
        font-size: 60px;
        line-height: 65px;
    }
}

.counters-area.style1 .counter .counter-thumb p {
    color: var(--title-color);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
}

.counters-area.style1 .counter p {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .counters-area.style1 .counter p {
        font-size: 15px;
    }
}

.counters-area.style2 {
    padding: 30px 40px;
    background: var(--white-color);
    border-radius: 20px;
    margin-top: 120px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .counters-area.style2 {
        margin-top: 60px;
    }
}

.counters-area.style2 .counter {
    text-align: left;
    /* Small devices */
}

@media (max-width: 767px) {
    .counters-area.style2 .counter {
        text-align: center;
    }
}

.counters-area.style2 .counter h2 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 0px;
}

.counters-area.style2 .counter p {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.checklist-wrapper {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.checklist-wrapper .checklist {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checklist-wrapper .checklist li {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.star-wrap {
    display: flex;
    padding-left: 0;
}

.star-wrap li {
    list-style-type: none;
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta .icon i {
    color: var(--theme-color);
}

.meta .text {
    color: var(--body-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.progress-wrap {
    margin-bottom: 30px;
}

.progress-wrap:last-child {
    margin-bottom: 0;
}

.progress-wrap .progress-meta {
    display: flex;
    gap: 250px;
    margin-bottom: 15px;
    /* Extra small devices */
    /* Extra small devices */
}

.progress-wrap .progress-meta .title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.progress-wrap .progress-meta .percentage {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 575px) {
    .progress-wrap .progress-meta {
        gap: 210px;
    }
}

@media (max-width: 375px) {
    .progress-wrap .progress-meta {
        gap: 150px;
    }
}

.progress-wrap .progress-container {
    position: relative;
    width: 500px;
    height: 5px;
    background-color: #D9DDFF;
    border-radius: 10px;
    overflow: visible;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* Small devices */
}

.progress-wrap .progress-container .progress-bar {
    height: 5px;
    background-color: var(--theme-color);
    border-radius: 10px;
    opacity: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .progress-wrap .progress-container {
        width: 85%;
    }
}

.et-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.et-social a:hover {
    background: var(--white-color);
    color: var(--theme-color);
}

.et-social.style2 a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    margin-right: 5px;
    border: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.et-social.style2 a:hover {
    background: var(--theme-color3);
    color: var(--title-color);
    border: 0px;
}


/* Hide the default checkbox */

.custom-checkbox input[type=checkbox] {
    display: none;
}


/* Style the label */

.custom-checkbox {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--white-color);
    opacity: 0.6;
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--white-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.custom-checkbox a {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
}

.custom-checkbox:hover input~.checkmark {
    background-color: var(--title-color);
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--theme-color);
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

#termsForm button:disabled {
    background-color: var(--title-color);
    cursor: not-allowed;
}


/* Style the email input container */

.email-input-container {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 8px;
}

.email-input-container #email,
.email-input-container #emailadd {
    width: 270px;
    padding: 23px 16px;
    border-radius: 8px;
    background: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.email-input-container #email::-moz-placeholder,
.email-input-container #emailadd::-moz-placeholder {
    color: var(--white-color);
}

.email-input-container #email::placeholder,
.email-input-container #emailadd::placeholder {
    color: var(--white-color);
}

.email-input-container #submitButton {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    border-radius: 8px;
    background: transparent;
    color: var(--white-color);
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.email-input-container #submitButton i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.email-input-container #submitButton:hover {
    background: var(--theme-color3);
}

.email-input-container #submitButton:hover i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid var(--border-color);
    margin-top: 50px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .pagination-area {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .pagination-area {
        padding-top: 40px;
        gap: 10px;
    }
}

.pagination-area .paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pagination-area .paginations .page-item {
    border-radius: 50%;
}

.pagination-area .paginations .page-item a {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    /* Small devices */
}

@media (max-width: 767px) {
    .pagination-area .paginations .page-item a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.pagination-area .paginations .page-item:hover,
.pagination-area .paginations .page-item.active {
    background-color: var(--theme-color3);
}

.pagination-area .paginations-button a {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    /* Extra small devices */
}

.pagination-area .paginations-button a:hover {
    background-color: var(--theme-color3);
    border-radius: 50%;
}

@media (max-width: 575px) {
    .pagination-area .paginations-button a {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        font-size: 12px;
    }
}

.details-navigation-two {
    padding: 35px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0 10px;
    /* Medium devices */
}

.details-navigation-two .single-navigation {
    display: flex;
    align-items: center;
    gap: 50px;
    /* Extra small devices */
}

.details-navigation-two .single-navigation .nav-btn {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.details-navigation-two .single-navigation .nav-btn svg {
    fill: var(--theme-color);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.details-navigation-two .single-navigation .nav-btn:hover {
    color: var(--theme-color3);
}

.details-navigation-two .single-navigation .nav-btn:hover svg {
    transform: rotate(-30deg);
    fill: var(--theme-color3);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.details-navigation-two .single-navigation .content h6 {
    margin-bottom: 0;
    position: relative;
    max-width: 200px;
    width: 100%;
}

.details-navigation-two .single-navigation .content h6 a {
    color: #3f444b;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    /* Small devices */
}

.details-navigation-two .single-navigation .content h6 a:hover {
    color: var(--title-color);
}

@media (max-width: 767px) {
    .details-navigation-two .single-navigation .content h6 a {
        font-size: 15px;
    }
}

.details-navigation-two .single-navigation .content h6:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background: linear-gradient(88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    width: 44px;
    height: 84px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .details-navigation-two .single-navigation .content h6:before {
        height: 74px;
        width: 35px;
        left: -20px;
    }
}

@media (max-width: 575px) {
    .details-navigation-two .single-navigation {
        gap: 35px;
    }
}

.details-navigation-two .single-navigation.two .nav-btn:hover svg {
    transform: rotate(-30deg);
    fill: var(--theme-color3);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.details-navigation-two .single-navigation.two .content h6 {
    text-align: end;
}

.details-navigation-two .single-navigation.two .content h6:before {
    left: unset;
    right: -25px;
    background: linear-gradient(-88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    /* Medium devices */
}

@media (max-width: 991px) {
    .details-navigation-two .single-navigation.two .content h6:before {
        right: -20px;
    }
}

@media (max-width: 991px) {
    .details-navigation-two {
        gap: 40px;
    }
}


/*------------------- 4.16. Faq  -------------------*/


/*----------------------------------------------
    # Faq style here
----------------------------------------------*/

.faq-container-wrapper.style2 .faq-thumb {
    position: relative;
    z-index: 1;
    margin-left: -400px;
    margin-top: -70px;
    height: 100%;
    /* Extra large devices */
}

.faq-container-wrapper.style2 .faq-thumb img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1500px) {
    .faq-container-wrapper.style2 .faq-thumb {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}

.faq-wrapper.style1 {
    display: grid;
    grid-template-columns: 51% 44%;
    gap: 60px;
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .faq-wrapper.style1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.faq-wrapper.style1 .faq-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-wrapper.style1 .faq-thumb img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-wrapper.style1 .faq-thumb .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
}

.faq-wrapper.style2 {
    padding-top: 70px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .faq-wrapper.style2 {
        padding-top: 0;
    }
}

@media (min-width: 1500px) {
    .faq-wrapper.style2 {
        margin-bottom: -1.7em;
    }
}

.faq-content .accordion-item {
    border: 0;
    background: var(--them);
    color: var(--white-color);
    border: 1px solid var(--theme-color3);
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--theme-color3);
    letter-spacing: -0.2px;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
    padding: 17px 20px;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.faq-content .accordion-item .accordion-header .accordion-button:after {
    display: inline-block;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    color: var(--title-color);
    font-weight: 500;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url(../img/icon/img.png) ;
    
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--title-color);
    color: var(--white-color);
    transform: rotate(0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background: transparent;
    border: 1px solid var(--border-color);
    padding: 17px 20px;
    color: var(--white-color);
}

.faq-content .accordion-item .accordion-collapse {
    border: none;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 150px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text-color);
    background: var(--theme-color);
    /* Extra large devices */
    /* Large devices */
}

@media (max-width: 1500px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

.faq-content.style1 .accordion-item {
    background: var(--theme-color3);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--theme-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    background: var(--theme-color3);
    color: var(--title-color);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button.collapsed {
    background: var(--theme-color);
    color: var(--white-color);
    font-family: inherit;
    text-align: left;
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    border: 1px solid var(--theme-color3);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    border: none;
    padding-bottom: 30px;
    background: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: 1px solid var(--theme-color3);
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
}

.faq-content.style2 {
    position: relative;
    z-index: 3;
    padding: 60px;
    /* Small devices */
}

@media (max-width: 767px) {
    .faq-content.style2 {
        padding: 30px 5px 0;
        border-radius: 60px 60px 10px 10px;
        -webkit-border-radius: 60px 60px 10px 10px;
        -moz-border-radius: 60px 60px 10px 10px;
        -ms-border-radius: 60px 60px 10px 10px;
        -o-border-radius: 60px 60px 10px 10px;
    }
    .faq-content.style2 .section-title {
        padding: 0 20px;
    }
}

.faq-content.style2 .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: -0.2px;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
    padding: 17px 20px;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.faq-content.style2 .accordion-header .accordion-button:after {
    display: inline-block;
    background-image: url(../img/icon/chevron-up2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--body-color);
    color: var(--title-color);
    font-weight: 500;
    padding: 18px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.faq-content.style2 .accordion-header .accordion-button:not(.collapsed):after {
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--title-color);
    color: var(--white-color);
    transform: rotate(0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.faq-content.style2 .accordion-header .accordion-button.collapsed {
    background: transparent;
    border: 1px solid var(--border-color);
    padding: 17px 20px;
    color: var(--white-color);
}

.faq-content.style2 .accordion-item {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-content.style2 .accordion-item .accordion-header {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-content.style2 .accordion-item .accordion-header .accordion-button {
    background: var(--theme-color3);
    border: 1px solid var(--theme-color3);
    color: var(--white-color);
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.faq-content.style2 .accordion-item .accordion-header .accordion-button.collapsed {
    background: var(--theme-color3);
    color: var(--white-color);
    font-family: inherit;
    text-align: left;
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
    border: none;
    padding-bottom: 30px;
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border: none;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }
}


/*------------------- 4.17. Cta  -------------------*/

.cta-wrapper.style1 {
    margin-bottom: -120px;
    position: relative;
    z-index: 3;
    padding: 20px 80px;
    border-radius: 20px;
    background: var(--theme-color3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .cta-wrapper.style1 {
        padding: 30px;
    }
}

.cta-wrapper.style1 .shape1 {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    height: 100%;
    z-index: 1;
}

.cta-wrapper.style1 .shape2 {
    position: absolute;
    bottom: -60px;
    right: 400px;
    height: 100%;
    z-index: 3;
}

.cta-wrapper.style1 .cta-content {
    margin-top: 25px;
}

.cta-wrapper.style1 .cta-content .section-title .title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
}

@media (max-width: 1700px) {
    .cta-wrapper.style1 .cta-content .section-title .title {
        font-size: 50px;
        line-height: 62px;
    }
}

.cta-wrapper.style1 .cta-content .text {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 441px;
    margin-bottom: 40px;
}

.cta-wrapper.style1 .cta-content .et-btn {
    border: 1px solid var(--border-color);
}

.cta-wrapper.style1 .cta-content .item h6 {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.cta-wrapper.style1 .cta-content .item a {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.cta-wrapper.style1 .cta-thumb {
    position: relative;
    z-index: 2;
}

.cta-wrapper.style1 .cta-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cta-wrapper.style2 {
    position: relative;
    z-index: 6;
    margin-bottom: -80px;
    padding: 60px;
    border-radius: 20px;
    background: var(--body-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .cta-wrapper.style2 {
        padding: 20px;
        margin-bottom: 80px;
    }
}

.cta-wrapper.style2 .cta-title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    max-width: 406px;
}

.cta-wrapper.style2 .email-input-container {
    border-radius: 40px;
    border: 1px solid #1E1E1E;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.cta-wrapper.style2 .email-input-container #email {
    padding: 40px;
    /* Small devices */
}

.cta-wrapper.style2 .email-input-container #email::-moz-placeholder {
    color: #1E1E1E;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.cta-wrapper.style2 .email-input-container #email::placeholder {
    color: #1E1E1E;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .cta-wrapper.style2 .email-input-container #email {
        padding: 30px 15px;
    }
    .cta-wrapper.style2 .email-input-container #email::-moz-placeholder {
        font-size: 14px;
        line-height: 22px;
    }
    .cta-wrapper.style2 .email-input-container #email::placeholder {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 330px) {
    .cta-wrapper.style2 .email-input-container #email {
        padding: 30px 10px;
    }
}

.cta-wrapper.style2 .email-input-container #submitButton {
    top: 8px;
    right: 8px;
    padding: 18px 32px;
    border-radius: 40px;
    background-color: var(--theme-color3);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .cta-wrapper.style2 .email-input-container #submitButton {
        padding: 9px 10px;
        font-size: 13px;
    }
}

@media (max-width: 330px) {
    .cta-wrapper.style2 .email-input-container #submitButton {
        padding: 9px 8px;
        font-size: 9px;
    }
}

.cta-wrapper.style2 .email-input-container #submitButton:hover {
    background-color: var(--title-color);
}


/*------------------- 4.18. Service  -------------------*/


/*----------------------------------------------
    # Service style here
----------------------------------------------*/

.service-card.style1 {
    text-align: center;
    padding: 0 35px 40px;
    border-radius: 40px;
    border: 2px solid var(--border-color);
    /* Extra large devices */
}

.service-card.style1 .service-card-icon {
    position: relative;
    margin-bottom: 60px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    display: inline-block;
    max-width: 128px;
    max-height: 128px;
    background: var(--body-color);
    border-radius: 0px 0px 40px 40px;
}

.service-card.style1 .service-card-icon:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), 50%, rgba(255, 255, 255, 0.9) 100%);
    z-index: -1;
    border-radius: 0px 0px 40px 40px;
}

.service-card.style1 .service-card-body .title a {
    color: var(--theme-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.service-card.style1 .service-card-body .title a:hover {
    color: var(--theme-color3);
}

.service-card.style1 .service-card-body p {
    color: var(--text-color);
    text-align: center;
    font-family: var(--body-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 55px;
}

@media (max-width: 1500px) {
    .service-card.style1 {
        padding: 0 25px 30px;
    }
}

.service-card.style2 {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.service-card.style2 .service-card_header {
    padding: 40px 40px 20px;
    display: flex;
    justify-content: space-between;
}

.service-card.style2 .service-card_header .icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    /* background: var(--theme-color3); */
    transition: all 0.4s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style2 .service-card_header .number {
    -webkit-text-stroke: 1px var(--title-color);
    -webkit-text-fill-color: transparent;
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}
.service-card.style2 .service-card_header .number1 {
    -webkit-text-stroke: 1px var(--theme-color3);
    -webkit-text-fill-color: transparent;
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

.service-card.style2 .service-card_body {
    padding: 15px 40px 5px;
    /* Small devices */
}

.service-card.style2 .service-card_body h4 {
    margin-bottom: 5px;
}

.service-card.style2 .service-card_body h4 a {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.service-card.style2 .service-card_body h4 a:hover {
    color: var(--theme-color3);
}

.service-card.style2 .service-card_body p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .service-card.style2 .service-card_body {
        padding: 15px 25px 5px;
    }
}

.service-card.style2 .service-card_footer {
    padding: 12px 40px 30px;
    border-top: 1px solid var(--border-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .service-card.style2 .service-card_footer {
        padding: 12px 25px 25px;
    }
}

.service-card.style2:hover {
    border: 1px solid var(--title-color);
}

.service-card.style2:hover .service-card_header .icon {
    background: transparent;
}


/*----------------------------------------------
    # Service Extra style here
----------------------------------------------*/

.service-details-wrapper.style1 .service-details-content .thumb1 {
    margin-bottom: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.service-details-wrapper.style1 .service-details-content .thumb1 img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.service-details-wrapper.style1 .service-details-content h2 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .service-details-wrapper.style1 .service-details-content h2 {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .service-details-wrapper.style1 .service-details-content h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

.service-details-wrapper.style1 .service-details-content .text1 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.service-details-wrapper.style1 .service-details-content .text2 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.service-details-wrapper.style1 .details-box h3 {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

.service-details-wrapper.style1 .details-box .checklist {
    padding-left: 0;
}

.service-details-wrapper.style1 .details-box .checklist li {
    color: #23365E;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.service-details-wrapper.style1 .details-box .checklist li i {
    color: var(--theme-color3);
    margin-right: 5px;
}

.service-details-wrapper.style1 .details-box .text3 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/*------------------- 4.19. Why choose Us  -------------------*/

.wcu-container-wrapper.style1 .wcu-thumb {
    position: relative;
    margin-top: 95px;
    width: 100%;
}

.wcu-container-wrapper.style1 .wcu-thumb>img {
    position: relative;
    width: 100%;
    height: 579px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
    position: relative;
    top: -90px;
    left: -190px;
    /* Medium Large devices */
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1299px) {
    .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
        left: -100px;
    }
}

@media (max-width: 1199px) {
    .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
        left: 50px;
    }
}

.wcu-container-wrapper.style1 .wcu-thumb .thumb-2 img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/*------------------- 4.20. Work Process  -------------------*/

.work-process-container-wrapper.style1 hr {
    color: var(--title-color);
    margin: 35px 0px 60px;
}

.work-process-container-wrapper.style1 .work-process .section-title h6.subtitle {
    color: #fff;
}

.work-process-container-wrapper.style1 .work-process .section-title h6.subtitle:before {
    background-color: #D62829;
}

.work-process-container-wrapper.style1 .work-process-content {
    margin-top: 60px;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 {
    display: flex;
    align-items: start;
    padding-right: 95px;
    margin-right: 30px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.2039215686);
    margin-bottom: 25px;
    padding-bottom: 5px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-right: 0px;
        margin-right: 0;
    }
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 img {
    border: 1px solid #1E1E1E;
    padding: 20px;
    border-radius: 50%;
    margin-right: 20px;
    max-width: 100%;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-content h6 {
    color: var(--title-color);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    text-transform: capitalize;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-content h4 {
    color: var(--title-color);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-content p {
    color: var(--title-color);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.work-process-container-wrapper.style1 .work-process-thumb img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.work-process-card.style1 {
    padding: 27px 37px 20px;
    border-radius: 20px;
    border: 1px solid var(--text-color);
    margin-top: 80px;
    /* Small devices */
}

.work-process-card.style1 .header {
    display: flex;
    justify-content: space-between;
}

.work-process-card.style1 .header .step {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 77px;
}

.work-process-card.style1 .header .thumb {
    position: relative;
    margin-top: -107px;
    margin-bottom: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .work-process-card.style1 .header .thumb {
        margin-right: 50px;
    }
}

.work-process-card.style1 .header .thumb>img {
    position: relative;
    width: 160px;
    height: 160px;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 767px) {
    .work-process-card.style1 .header .thumb>img {
        display: none;
    }
}

.work-process-card.style1 .header .thumb .thmb-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 136px;
    height: 136px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.work-process-card.style1 .body h3 {
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
}

.work-process-card.style1 .body p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .work-process-card.style1 {
        margin-top: 100px;
        padding: 27px 25px 20px;
    }
}


/*------------------- 4.21. Project  -------------------*/


/*----------------------------------------------
    # Project style here
----------------------------------------------*/

.project-wrapper.style1 .project-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.project-wrapper.style1 .project-thumb .thumb1 {
    width: 410px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .project-wrapper.style1 .project-thumb .thumb1 {
        width: 100%;
    }
}

.project-wrapper.style1 .project-thumb .thumb2 {
    width: 850px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .project-wrapper.style1 .project-thumb .thumb2 {
        width: 100%;
    }
}

.project-wrapper.style1 .project-thumb .thumb3 {
    width: 850px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .project-wrapper.style1 .project-thumb .thumb3 {
        width: 100%;
    }
}

.project-wrapper.style1 .project-thumb .thumb4 {
    width: 410px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .project-wrapper.style1 .project-thumb .thumb4 {
        width: 100%;
    }
}

.project-wrapper.style1 .project-thumb .thumb-content {
    opacity: 0;
    visibility: hidden;
    margin-left: -300px;
    position: absolute;
    padding: 20px 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.31);
    background: rgba(30, 30, 30, 0.67);
    -webkit-backdrop-filter: blur(13.5px);
    backdrop-filter: blur(13.5px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* Extra small devices */
}

.project-wrapper.style1 .project-thumb .thumb-content p {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* Small devices */
}

@media (max-width: 767px) {
    .project-wrapper.style1 .project-thumb .thumb-content p {
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
    }
}

.project-wrapper.style1 .project-thumb .thumb-content h3 {
    margin-bottom: 14px;
}

.project-wrapper.style1 .project-thumb .thumb-content h3 a {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* Small devices */
}

.project-wrapper.style1 .project-thumb .thumb-content h3 a:hover {
    color: var(--theme-color3);
}

@media (max-width: 767px) {
    .project-wrapper.style1 .project-thumb .thumb-content h3 a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 375px) {
    .project-wrapper.style1 .project-thumb .thumb-content {
        padding: 10px 15px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .project-wrapper.style1 .project-thumb .thumb-content p {
        margin-bottom: 2px;
    }
    .project-wrapper.style1 .project-thumb .thumb-content h3 {
        margin-bottom: 8px;
    }
}

.project-wrapper.style1 .project-thumb:hover .thumb-content {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.project-wrapper.style2 .nav-pills {
    /* Large devices */
}

@media (max-width: 1199px) {
    .project-wrapper.style2 .nav-pills {
        margin-bottom: 60px;
    }
}

.project-wrapper.style2 .nav-pills .nav-link {
    padding: 4px 12px;
    border: 1px solid var(--border-color);
    margin-right: 10px;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    /* Small devices */
}

@media (max-width: 767px) {
    .project-wrapper.style2 .nav-pills .nav-link {
        margin: 5px;
    }
}

.project-wrapper.style2 .nav-pills .nav-link.active {
    border: 1px solid var(--theme-color3);
    color: var(--theme-color3);
    background-color: transparent;
}

.project-card.style2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-card.style2 .thumb {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.project-card.style2 .project-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -140px;
    left: 40px;
    right: 40px;
    display: inline-block;
    padding: 20px 30px;
    z-index: 3;
    background: var(--white-color);
    border-radius: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* Small devices */
}

.project-card.style2 .project-content h6 {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.project-card.style2 .project-content h3 a {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
    margin-bottom: 8px;
    /* Small devices */
}

@media (max-width: 767px) {
    .project-card.style2 .project-content h3 a {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .project-card.style2 .project-content {
        left: 30px;
        right: 30px;
        padding: 15px 20px;
    }
}

.project-card.style2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.project-card.style2:hover:before {
    height: 100%;
}

.project-card.style2:hover .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

.projectSliderOne .swiper,
.projectSliderTwo .swiper,
.projectSliderThree .swiper,
.projectSliderFour .swiper,
.projectSliderFive .swiper {
    overflow: visible !important;
}

.projectSliderOne .swiper .swiper-slide,
.projectSliderTwo .swiper .swiper-slide,
.projectSliderThree .swiper .swiper-slide,
.projectSliderFour .swiper .swiper-slide,
.projectSliderFive .swiper .swiper-slide {
    width: 480px !important;
    /* Small devices */
}

@media (max-width: 767px) {
    .projectSliderOne .swiper .swiper-slide,
    .projectSliderTwo .swiper .swiper-slide,
    .projectSliderThree .swiper .swiper-slide,
    .projectSliderFour .swiper .swiper-slide,
    .projectSliderFive .swiper .swiper-slide {
        width: 100% !important;
    }
}

.project-details-wrapper.style1 .project-details-content .thumb1 {
    margin-bottom: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.project-details-wrapper.style1 .project-details-content .thumb1 img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.project-details-wrapper.style1 .project-details-content h2 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    margin-top: 60px;
    margin-top: 50px;
    /* Small devices */
}

@media (max-width: 1700px) {
    .project-details-wrapper.style1 .project-details-content h2 {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .project-details-wrapper.style1 .project-details-content h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.project-details-wrapper.style1 .project-details-content .text1 {
    color: var(--text-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.project-details-wrapper.style1 .details-box h2 {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* Small devices */
}

@media (max-width: 767px) {
    .project-details-wrapper.style1 .details-box h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.project-details-wrapper.style1 .details-box .text2 {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.project-details-wrapper.style1 .details-box .text3 {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
}


/*------------------- 4.22. Offer  -------------------*/

.offer-card.style1 {
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--title-color);
    background: var(--body-color);
    height: 320px;
    /* Small devices */
}

@media (max-width: 767px) {
    .offer-card.style1 {
        padding: 35px 25px;
    }
}

.offer-card.style1 .offer-card-body .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.offer-card.style1 .offer-card-body .title i,
.offer-card.style1 .offer-card-body .title img {
    margin-right: 15px;
}

.offer-card.style1 .offer-card-body .title h3 {
    display: inline-block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    margin-bottom: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .offer-card.style1 .offer-card-body .title h3 {
        font-size: 20px;
        line-height: 18px;
    }
}

.offer-card.style1 .offer-card-body p {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.offer-card.style1 .offer-card-thumb {
    margin-top: 30px;
}

.offer-card.style1 .offer-card-thumb img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/*------------------- 4.23. Contact  -------------------*/

.contact-form-wrapper.style1 .form-clt input {
    border-radius: 20px;
    border: 1px solid var(--body-color);
    background: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-form-wrapper.style1 .form-clt input::-moz-placeholder {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-form-wrapper.style1 .form-clt input::placeholder {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-form-wrapper.style1 textarea {
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-form-wrapper.style1 .single-select {
    border-radius: 20px;
    border: 1px solid var(--body-color);
    background: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact-form-wrapper.style1 .single-select::-moz-placeholder {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-form-wrapper.style1 .single-select::placeholder {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-box.style1 {
    padding: 55px 80px 55px 53px;
    border-radius: 20px;
    background: var(--theme-color3);
}

.contact-box.style1 .contact-meta {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    gap: 20px;
    /* Small devices */
}

.contact-box.style1 .contact-meta:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-box.style1 .contact-meta .item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1700px) {
    .contact-box.style1 .contact-meta .item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
}

.contact-box.style1 .contact-meta .item h6 {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 1px;
}

.contact-box.style1 .contact-meta .item a,
.contact-box.style1 .contact-meta .item p {
    display: block;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .contact-box.style1 .contact-meta {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1700px) {
    .contact-box.style1 {
        padding: 25px;
    }
}


/*=================================
    05. Spacing
==================================*/


/*-- Padding Left And Right --*/

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.px-55 {
    padding-right: 55px;
    padding-left: 55px;
}

.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}

.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}

.px-75 {
    padding-right: 75px;
    padding-left: 75px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}

.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.px-95 {
    padding-right: 95px;
    padding-left: 95px;
}

.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}


/*-- Padding Top And Bottom --*/

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}


/*-- Padding Left --*/

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-170 {
    padding-bottom: 170px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-170 {
        padding-bottom: 80px;
    }
}

.pb-230 {
    padding-bottom: 230px;
}

.pt-225 {
    padding-top: 225px;
}

.pt-226 {
    padding-top: 226px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pt-226 {
        padding-top: 112px;
    }
}

.pb-233 {
    padding-bottom: 233px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-233 {
        padding-bottom: 190px;
    }
}

.pb-300 {
    padding-bottom: 300px;
    /* Small devices */
}

@media (max-width: 767px) {
    .pb-300 {
        padding-bottom: 190px;
    }
}

.pb-377 {
    padding-bottom: 377px;
}

.pb-390 {
    padding-bottom: 390px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .pb-390 {
        padding-bottom: 250px;
    }
}

@media (max-width: 991px) {
    .pb-390 {
        padding-bottom: 180px;
    }
}

.pb-425 {
    padding-bottom: 425px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .pb-425 {
        padding-bottom: 250px;
    }
}

@media (max-width: 991px) {
    .pb-425 {
        padding-bottom: 230px;
    }
}

.pb-640 {
    padding-bottom: 640px !important;
}


/*-- margin Left And Right --*/

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.mx-55 {
    margin-right: 55px;
    margin-left: 55px;
}

.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}

.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}

.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}

.mx-75 {
    margin-right: 75px;
    margin-left: 75px;
}

.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}

.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}

.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}

.mx-95 {
    margin-right: 95px;
    margin-left: 95px;
}

.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}


/*-- margin Top And Bottom --*/

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}


/*-- margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}


/*-- margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}


/*-- margin Left --*/

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}


/*-- margin Right --*/

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-200 {
    margin-bottom: 160px;
}

.mt-n30 {
    margin-top: -30px;
}

.mt-n150 {
    margin-top: -150px;
}

.mt-n116 {
    margin-top: -116px;
}

.mt-n108 {
    margin-top: -108px;
}

.mt-n110 {
    margin-top: -110px;
}

.mb-n116 {
    margin-bottom: -116px;
}

.mt-n355 {
    margin-top: -355px;
}

.mt-n560 {
    margin-top: -560px;
}

.mxw-586 {
    max-width: 586px;
}

.mxw-600 {
    max-width: 600px;
}

.mxw-161px {
    max-width: 161px;
}

.mxw-163px {
    max-width: 163px;
}

.mxw-181px {
    max-width: 181px;
}

.mxw-725px {
    max-width: 725px;
}

.mxw-750px {
    max-width: 750px;
}

.mxw-835px {
    max-width: 835px;
}

.mxw-848px {
    max-width: 848px;
}

.mxw-88px {
    max-width: 88px;
    height: 38px;
}

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-lg-bottom,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space2,
.space2-top {
    padding-top: calc(var(--section-space) - 20px);
}

.space2,
.space2-bottom {
    padding-bottom: calc(var(--section-space) - 20px);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 45px);
}

.space-extra,
.space-lg-extra-bottom,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 45px);
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 60px);
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 60px);
}

.custom-space-bottom {
    padding-bottom: 275px;
}


/* Medium devices */

@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
    .custom-space-bottom,
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }
    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .space-top-md-none {
        padding-top: 0;
    }
    .space-extra2,
    .space-extra2-top {
        padding-top: 60px;
    }
    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 60px;
    }
    .space-lg-extra-bottom,
    .space-lg-bottom {
        padding-bottom: 0;
    }
}


/*# sourceMappingURL=main.css.map */