@charset "UTF-8";
/*
Template Name: Malen
Template URL: https://th.com/Malen
Description: Malen - Car Repair and Services HTML Template
Author: th
Author URI: https://themeforest.net/user/th
Version: 1.0.0
*/
/*================================= 
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default  
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Tab Menu
    4.00. Faq
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Couple
    4.00. History
    4.00. Gallery
    4.00. Event
    4.00. RSVP
    4.00. Invitation

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
 --theme-color: #ed1c24;
 --title-color: #0A0A0A;
 --body-color: #4B4B4B;
 --smoke-color: #F3F1F2;
 --smoke-color2: #F6F7F9;
 --black-color: #000000;
 --black-color-2: #4B4B4B;
 --gray-color: #D2D2D2;
 --white-color: #ffffff;
 --light-color: #CDCDCD;
 --yellow-color: #FFB539;
 --success-color: #28a745;
 --error-color: #dc3545;
 --border-color: #D2D2D2;
 --title-font: 'Plus Jakarta Sans', sans-serif;
 --body-font: 'Inter', sans-serif;
 --style-font: 'Red Hat Display', cursive;
 --icon-font: "Font Awesome 6 Pro";
 --main-container: 1290px;
 --container-gutters: 24px;
 --section-space: 120px;
 --section-space-mobile: 80px;
 --section-title-space: 60px;
 --ripple-ani-duration: 5s;
}
/*------------------- 1.5. 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;
}
body.theme-blue {
 --theme-color: #1037B6;
}
iframe {
    border: none;
    width: 100%;
}
.slick-slide:focus, button:focus, a:focus, a:active, a.nice-select.open, .header-layout2 .header-right .langauge a.nice-select.open, input, input:hover, input:focus, input:active, input.nice-select.open, .header-layout2 .header-right .langauge input.nice-select.open, textarea, textarea:hover, textarea:focus, textarea:active, textarea.nice-select.open, .header-layout2 .header-right .langauge textarea.nice-select.open {
    outline: none;
}
input:focus {
    outline: none;
    box-shadow: none;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
}
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;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active, a.nice-select.open, .header-layout2 .header-right .langauge a.nice-select.open, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
button {
    -webkit-transition: all ease 0.4s;
    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(--body-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: 50px;
    line-height: 1.227;
}
.h3, h3 {
    font-size: 36px;
    line-height: 1.278;
}
.h4, h4 {
    font-size: 30px;
    line-height: 1.333;
}
.h5, h5 {
    font-size: 24px;
    line-height: 1.417;
}
.h6, h6 {
    font-size: 20px;
    line-height: 1.5;
}
.clr {
    clear: both;
}
.white {
    color: #fff !important;
    text-shadow: -1px 3px 2px rgba(0,0,0,0.6);
}
.white1 {
    color: #fff !important;
}
.all-padding {
    padding: 15px !important;
}
.brand-new {
    margin: 0px 0px 20px 0px;
    padding: 50px;
    background: #fff;
    height: auto!important;
    border-radius: 50px;
    background: rgba(25, 25, 25, .9);
}
.white {
    color: #fff !important;
}
.ab {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.red {
    color: #ed1c24 !important;
}
.hh2 {
    font-size: 44px !important;
    line-height: 60px !important;
}
.text-j {
    text-align: justify !important;
}
.padd-left {
    padding-left: 60px !important;
}
.ab {
    line-height: 35px !important;
    text-align: justify !important;
}
.brand-text {
    line-height: 30px !important;
    text-align: justify !important;
}
.btn-submit2 {
    margin: 35px 0px 0px 0px !important;
    width: 100% !important;
    padding: 15px 25px 15px 25px!important;
    background-color: #ff0000!important;
    font-size: 18px!important;
    color: #fff !important;
    border: 0px solid red!important;
    text-align: center!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    background-color: #0a0a0a !important;
}
#list4 {
}
#list4 ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}
#list4 ul li a {
    margin: 0px 0px 5px -40px;
    padding: 0px 0px 0px 0px;
    width: 116% !important;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    float: left;
    text-align: center;
    border-bottom: 1px solid #333333 !important;
    transition: all 0.4s linear;
    cursor: default;
    border: 0px solid red;
}
#list4 ul li :hover {
    color: #fff;
    text-decoration: none;
    background: rgba(237, 28, 36, .9);
    border-radius: 50px;
}
#list5 {
}
#list5 ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}
#list5 ul li a {
    margin: 0px 0px 10px -40px;
    padding: 0px 0px 0px 0px;
    width: 100% !important;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 50px;
    text-decoration: none;
    float: left;
    text-align: left;
    cursor: default;
    border-bottom: 1px solid #ccc !important;
    transition: all 0.4s linear;
    border: 0px solid red;
}
#list5 ul li :hover {
    color: #333;
    text-decoration: none;
}

.int{
  left: 18px !important;
}

.int2{
padding: 0 0px 0 60px !important;
}

.wh{
background: #fff !important;
border: 0px solid red !important;
}



/* 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;
}
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
:root {
 --main-container: 1250px;
}
}

@media (min-width: 1370px) {
.th-container2 {
 --main-container: 1470px;
}
.th-container2 .container {
 --main-container: 1220px;
}
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
.th-container2 {
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (min-width: 1300px) {
.container-xxl,  .container-xl,  .container-lg,  .container-md,  .container-sm,  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
}
.container-xxl.px-0,  .container-xl.px-0,  .container-lg.px-0,  .container-md.px-0,  .container-sm.px-0,  .container.px-0 {
    max-width: var(--main-container);
}
}

@media only screen and (min-width: 1300px) {
.th-container {
 --main-container: 1720px;
}
}

@media only screen and (max-width: 1600px) {
.container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
.th-container3 {
    max-width: 1520px;
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.gy-30 {
 --bs-gutter-y: 30px;
}
.gy-40 {
 --bs-gutter-y: 40px;
}
.gy-50 {
 --bs-gutter-y: 50px;
}
.gx-10 {
 --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
.gx-60 {
 --bs-gutter-x: 60px;
}
}

@media (min-width: 1399px) {
.gx-30 {
 --bs-gutter-x: 30px;
}
.gx-25 {
 --bs-gutter-x: 25px;
}
.gx-40 {
 --bs-gutter-x: 40px;
}
.gx-50 {
 --bs-gutter-x: 50px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.gy-50 {
 --bs-gutter-y: 40px;
}
}
/*------------------- 2.3. Input -------------------*/
select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
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(--smoke-color);
}
 select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
 color: var(--body-color);
}
 select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: var(--body-color);
}
 select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: var(--body-color);
}
 select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: var(--body-color);
}
 select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
 color: var(--body-color);
}
 select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: var(--body-color);
}
 select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
 color: var(--body-color);
}
 select::placeholder, .form-control::placeholder, .form-select::placeholder, textarea::placeholder, input::placeholder {
 color: var(--body-color);
}
select.style2, .form-control.style2, .form-select.style2, textarea.style2, input.style2 {
    height: auto;
    border: none;
    color: #8B929C;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    background-position: right 1px top 5px;
    background-size: 16px 16px;
    background-color: transparent;
}
select.style2 option, .form-control.style2 option, .form-select.style2 option, textarea.style2 option, input.style2 option {
    background-color: var(--title-color);
    color: #8B929C;
    padding: 2px 15px;
}
 select.style2::-moz-placeholder, .form-control.style2::-moz-placeholder, .form-select.style2::-moz-placeholder, textarea.style2::-moz-placeholder, input.style2::-moz-placeholder {
 color: #8B929C;
}
 select.style2::-webkit-input-placeholder, .form-control.style2::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder, textarea.style2::-webkit-input-placeholder, input.style2::-webkit-input-placeholder {
 color: #8B929C;
}
 select.style2:-ms-input-placeholder, .form-control.style2:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder, textarea.style2:-ms-input-placeholder, input.style2:-ms-input-placeholder {
 color: #8B929C;
}
 select.style2::-webkit-input-placeholder, .form-control.style2::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder, textarea.style2::-webkit-input-placeholder, input.style2::-webkit-input-placeholder {
 color: #8B929C;
}
 select.style2::-moz-placeholder, .form-control.style2::-moz-placeholder, .form-select.style2::-moz-placeholder, textarea.style2::-moz-placeholder, input.style2::-moz-placeholder {
 color: #8B929C;
}
 select.style2:-ms-input-placeholder, .form-control.style2:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder, textarea.style2:-ms-input-placeholder, input.style2:-ms-input-placeholder {
 color: #8B929C;
}
 select.style2::-ms-input-placeholder, .form-control.style2::-ms-input-placeholder, .form-select.style2::-ms-input-placeholder, textarea.style2::-ms-input-placeholder, input.style2::-ms-input-placeholder {
 color: #8B929C;
}
 select.style2::placeholder, .form-control.style2::placeholder, .form-select.style2::placeholder, textarea.style2::placeholder, input.style2::placeholder {
 color: #8B929C;
}
.form-select, select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    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-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.form-select.style2, select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
textarea.form-control, textarea {
    min-height: 150px;
    padding: 25px 20px;
}
textarea.form-control.style2, textarea.style2 {
    min-height: 100px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}

.form-group1 {
 osition: relative !important;
top: 38px !important;
}


.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color);
}
.form-group.has-label > i {
    top: 50px;
}
[class*="col-"].form-group > i {
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
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;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}
input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}
input[type="checkbox"] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
input[type="checkbox"].style2 ~ label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em;
}
input[type="checkbox"].style2 ~ label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    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;
    -webkit-transition: all 0.2s ease;
    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 var(--error-color) !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: var(--success-color);
    display: block;
}
.form-messages.error {
    color: var(--error-color);
    display: block;
}
.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.slick-track {
    min-width: 100%;
}
.slick-list {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.slick-slide img {
    display: inline-block;
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 14px;
    height: 14px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--gray-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:hover {
    border-color: var(--theme-color);
}
.slick-dots .slick-active button {
    background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    left: var(--pos-x, -100px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
}
.slick-arrow.default {
    position: relative;
 --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.slick-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color);
}
.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
.slick-arrow {
 --arrow-horizontal: -20px;
 --pos-x: -70px;
}
}

/* Medium Large devices */
@media (max-width: 1399px) {
.slick-arrow {
 --arrow-horizontal: 40px;
 --pos-x: -17px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.slick-arrow {
 --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
}
.slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
}
.slick-dots {
    margin: 40px 0 0 0;
}
.icon-box .slick-arrow {
    margin-right: 0;
}
}
.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%;
}
.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important;
}
.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
}
.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.slick-3d-active .slick-3d-next, .slick-3d-active .slick-3d-prev, .slick-3d-active .slick-3d-next2, .slick-3d-active .slick-3d-prev2 {
    display: block;
}
.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}
.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
    box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px);
}
/*------------------- 2.5. Mobile Menu -------------------*/
.th-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%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
    padding: 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--title-color);
}
.th-menu-wrapper .mobile-logo a img {
    max-height: 35px;
}
.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--title-color);
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.th-mobile-menu ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #e5e5e5;
}
.th-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);
}
.th-mobile-menu ul li.th-active > a {
    color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
    padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    color: var(--title-color);
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font);
}
.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
    content: '\f068';
}
.th-mobile-menu > ul {
    padding: 0 20px;
}
.th-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
}
.th-menu-toggle:hover {
    background-color: var(--title-color);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}
.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.th-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
}
.th-mobile-menu > ul {
    padding: 0 20px;
}
}
/*------------------- 2.6. Mobile Menu -------------------*/
:root {
 --input-height: 56px;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.nice-select:after {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
    position: absolute;
    right: 20px;
    line-height: calc(var(--input-height) - 2px);
    top: 21px;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
}
.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: var(--smoke-color);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color);
}
.preloader-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}
.loader.custom-loader {
    border: medium none;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.loader .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: var(--title-font);
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.loader .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.loader .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}
.loader .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 33px;
    top: 33px;
}
.loader .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}
.loader .line:nth-child(4) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 33px;
    top: 33px;
}
.loader .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}
.loader .line:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: var(--theme-color);
}
.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: var(--theme-color);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
.loader .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}
.loader .subline:nth-child(7) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}
.loader .subline:nth-child(8) {
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}
.loader .subline:nth-child(9) {
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}
.loader .subline:nth-child(10) {
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}
.loader .subline:nth-child(11) {
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: var(--theme-color);
}
.loader .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent var(--theme-color) transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}
 @keyframes pegIt {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 16% {
 -webkit-transform: rotate(75deg);
 transform: rotate(75deg);
}
 25% {
 -webkit-transform: rotate(55deg);
 transform: rotate(55deg);
}
 30% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
 36% {
 -webkit-transform: rotate(170deg);
 transform: rotate(170deg);
}
 42% {
 -webkit-transform: rotate(150deg);
 transform: rotate(150deg);
}
 50% {
 -webkit-transform: rotate(227deg);
 transform: rotate(227deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-webkit-keyframes pegIt {
 0% {
 -webkit-transform: rotate(0deg);
}
 16% {
 -webkit-transform: rotate(75deg);
}
 25% {
 -webkit-transform: rotate(55deg);
}
 30% {
 -webkit-transform: rotate(90deg);
}
 36% {
 -webkit-transform: rotate(170deg);
}
 42% {
 -webkit-transform: rotate(150deg);
}
 50% {
 -webkit-transform: rotate(227deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
    font-family: var(--body-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    position: relative;
    padding: 17px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.th-btn span {
    position: relative;
    z-index: 1;
}
.th-btn .icon i {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.th-btn.style2:before, .th-btn.style2:after {
    background-color: var(--white-color);
}
.th-btn.style2:after {
    background-color: var(--white-color);
}
.th-btn.style2:hover {
    color: var(--title-color);
}
.th-btn.style3 {
    background-color: var(--title-color);
}
.th-btn.style3:before, .th-btn.style3:after {
    background-color: var(--white-color);
}
.th-btn.style3:after {
    background-color: var(--white-color);
}
.th-btn.style3:hover {
    color: var(--title-color);
}
.th-btn.btn-radius {
    border-radius: 30px;
}
.th-btn.white-btn {
    background-color: var(--white-color);
    color: var(--title-color);
}
.th-btn.white-btn:before, .th-btn.white-btn:after {
    background-color: var(--title-color);
}
.th-btn.white-btn:after {
    background-color: var(--title-color);
}
.th-btn.white-btn:hover {
    color: var(--white-color);
}
.th-btn.black-btn {
    background-color: var(--title-color);
}
.th-btn.black-btn:before, .th-btn.black-btn:after {
    background-color: var(--theme-color);
}
.th-btn.black-btn:after {
    background-color: var(--theme-color);
}
.th-btn.black-btn:hover {
    color: var(--white-color);
}
.th-btn.btn-fw {
    width: 100%;
}
.th-btn:before, .th-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: var(--title-color);
    color: var(--white-color);
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.th-btn:before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    transform: skew(-30deg) translate3d(0, 0, 0);
}
.th-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: var(--title-color);
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.th-btn:hover {
    color: var(--white-color);
}
.th-btn:hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}
.th-btn:hover:after {
    -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
    transform: skew(30deg) translate3d(-70%, 0, 0);
    opacity: 1;
}
.th-btn:hover .icon i {
    position: relative;
    top: -22px;
    right: -40px;
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.1em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    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: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before, .play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.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);
}
.link-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--title-color);
}
.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem;
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-btn:hover {
    color: var(--theme-color);
}
.link-btn:hover::before {
    width: 100%;
}
.line-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.line-btn i {
    margin-left: 10px;
    font-size: 0.9rem;
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.line-btn:hover {
    color: var(--title-color);
}
.line-btn:hover::before {
    background-color: var(--title-color);
    width: 45px;
}
.half-line-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 0.8;
    font-family: var(--title-font);
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -6px;
    text-transform: uppercase;
    color: var(--title-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.half-line-btn i {
    margin-left: 10px;
    font-size: 0.9rem;
    color: var(--theme-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.half-line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20px;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.half-line-btn:hover {
    color: var(--theme-color);
}
.half-line-btn:hover i {
    margin-left: 15px;
}
.half-line-btn:hover::before {
    background-color: var(--theme-color);
    width: 75%;
}
.scroll-top {
    position: absolute;
    left: 50%;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;/* Medium devices */
}
.text-d {
    text-align: justify;
}

@media (max-width: 991px) {
.scroll-top {
    bottom: 60px;
}
}
.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;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
.play-btn {
 --icon-size: 60px;
}
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 12px);
    margin-top: -0.25em;
}
.sub-title {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -0.34em;
}
 .sub-title:has(img) {
 margin-top: 0;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;/* Medium devices */
}

@media (max-width: 1399px) {
.box-title {
    font-size: 20px;
    line-height: 30px;
}
}

@media (max-width: 991px) {
.box-title {
    font-size: 18px;
    line-height: 28px;
}
}
.box-title a {
    color: inherit;
}
.box-title a:hover {
    color: var(--theme-color);
}
.sec-text {
    max-width: 325px;
}
.sec-desc {
    max-width: 485px;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
    margin-top: -6px;
}
.title-area .sub-title {
    display: inline-block;
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 700;
    font-family: var(--body-font);
    position: relative;
    margin-bottom: 35px;
    margin-left: 55px;
    text-transform: uppercase;
}
.title-area .sub-title .double-line:before, .title-area .sub-title:before, .title-area .sub-title .double-line:after, .title-area .sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    height: 2px;
    top: 50%;
    right: auto;
    left: -10px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.title-area .sub-title .double-line:after, .title-area .sub-title:after {
    margin-top: -5px;
    width: 20px;
}
.title-area .sub-title .double-line:before, .title-area .sub-title:before {
    width: 30px;
    margin-top: 3px;
}
.title-area .sub-title .double-line:before, .title-area .sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
    left: auto;
}
.title-area .sec-title {
    margin-bottom: 20px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em;
}
.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}
hr.title-line {
    margin-top: 0;
    background-color: var(--border-color);
    opacity: 1;
}
.sec-btn, .title-line {
    margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
.sub-title {
    margin-bottom: 20px;
}
.shadow-title {
    font-size: 120px;
    margin-bottom: -82px;
}
.title-area,  .sec-title {
 --section-title-space: 60px;
}
.title-area.mb-45,  .sec-title.mb-45 {
    margin-bottom: 36px;
}
.title-area.mb-50,  .sec-title.mb-50 {
    margin-bottom: 40px;
}
.sec-btn,  .title-line {
 --section-title-space: 55px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.shadow-title {
    font-size: 100px;
}
.title-area,  .sec-title {
 --section-title-space: 50px;
}
.title-area.mb-45,  .sec-title.mb-45 {
    margin-bottom: 35px;
}
.sec-btn,  .title-line {
 --section-title-space: 50px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.sub-title img {
    max-width: 60px;
}
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}
.shape-mockup {
    position: absolute;
    z-index: -1;
}
.shape-mockup.z-index-3 {
    z-index: 3;
}
.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.z-index-3 {
    z-index: 3;
}
.z-index-n1 {
    z-index: -1;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.28em 0.45em;
    font-size: 8px;
    border-radius: 50%;
    top: 18px;
    right: -10px;
    min-width: 16px;
    min-height: 16px;
    line-height: 12px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.th-social.author-social a {
    background-color: var(--smoke-color2);
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    font-size: 18px;
    color: #0A0A0A;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.th-social.author-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.th-social.author-social .info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.th-social a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}
.th-social a:last-child {
    margin-right: 0;
}
.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-social.style2 a {
 --icon-size: 40px;
    font-size: 14px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid;
}
.th-social.style2 a:hover {
    border-color: var(--theme-color);
    color: var(--white-color);
    background-color: var(--theme-color);
}
.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color);
}
.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px;
}
#blog-sec .btn-group {
/* Medium devices */
}

@media (max-width: 991px) {
#blog-sec .btn-group {
    margin-bottom: 30px;
}
}
.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;/* Small devices */
}

@media (max-width: 767px) {
.btn-group {
    gap: 20px;
}
}
.btn-group.style1 {
    gap: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;/* Small devices */
}

@media (max-width: 767px) {
.btn-group.style1 {
    gap: 20px;
}
}
.btn-group.style2 {
    margin-top: 50px;
}
.btn-group.style3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group.style4 {
    gap: 10px;
}
.btn-group.style6 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;/* Medium devices */
}

@media (max-width: 991px) {
.btn-group.style6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
}
.btn-group.style7 {
/* Small devices */
}

@media (max-width: 767px) {
.btn-group.style7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
.btn-group.style8 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;/* Large devices */
}

@media (max-width: 1199px) {
.btn-group.style8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;/* Extra small devices */
}

@media (max-width: 575px) {
.call-btn {
    gap: 20px;
}
}

@media (max-width: 470px) {
.call-btn {
    display: block;
}
.call-btn .th-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 204px;
    margin-bottom: 20px;
}
}
 .call-btn:has(.call-btn) {
 gap: 50px;
}
.call-btn .btn-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: var(--white-color);
}
.call-btn .btn-title:hover {
    color: var(--theme-color);
}
.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
}
.cursor2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}
.font-title {
    font-family: var(--title-font);
}
.font-body {
    font-family: var(--body-font);
}
.font-style {
    font-family: var(--style-font);
}
.fw-extralight {
    font-weight: 100;
}
.fw-light {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}
.fw-extrabold {
    font-weight: 800;
}
.fs-md {
    font-size: 18px;
}
.fs-xs {
    font-size: 14px;
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}
.bg-smoke {
    background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
    background-color: var(--smoke-color2) !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-bottom-center {
    background-size: auto;
    background-position: bottom center;
}
.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}
.text-title {
    color: var(--title-color) !important;
}
.text-body {
    color: var(--body-color) !important;
}
.text-white {
    color: var(--white-color) !important;
}
.text-light {
    color: var(--light-color) !important;
}
.text-yellow {
    color: var(--yellow-color) !important;
}
.text-success {
    color: var(--success-color) !important;
}
.text-error {
    color: var(--error-color) !important;
}
.text-inherit {
    color: inherit;
}
.text-inherit:hover {
    color: var(--theme-color);
}
a.text-theme:hover, .text-reset:hover {
    text-decoration: underline;
}
/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
[data-overlay] {
    position: relative;
    z-index: 2;
}
[data-overlay] [class^="col-"], [data-overlay] [class*="col-"] {
    z-index: 1;
}
[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
[data-overlay="theme"]:before {
    background-color: var(--theme-color);
}
[data-overlay="title"]:before {
    background-color: var(--title-color);
}
[data-overlay="white"]:before {
    background-color: var(--white-color);
}
[data-overlay="black"]:before {
    background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
    background-color: #131B23;
}
[data-opacity="1"]:before {
    opacity: 0.1;
}
[data-opacity="2"]:before {
    opacity: 0.2;
}
[data-opacity="3"]:before {
    opacity: 0.3;
}
[data-opacity="4"]:before {
    opacity: 0.4;
}
[data-opacity="5"]:before {
    opacity: 0.5;
}
[data-opacity="6"]:before {
    opacity: 0.6;
}
[data-opacity="7"]:before {
    opacity: 0.7;
}
[data-opacity="8"]:before {
    opacity: 0.8;
}
[data-opacity="9"]:before {
    opacity: 0.9;
}
[data-opacity="10"]:before {
    opacity: 1;
}
/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
 @-webkit-keyframes ripple {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 30% {
 opacity: 0.4;
}
 100% {
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 opacity: 0;
}
}
 @keyframes ripple {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 30% {
 opacity: 0.4;
}
 100% {
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 opacity: 0;
}
}
 @-webkit-keyframes headerSticky {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes headerSticky {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.sectionShape {
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite;
}
 @-webkit-keyframes sectionShape {
 0% {
 left: -50%;
}
 100% {
 left: 100%;
}
}
 @keyframes sectionShape {
 0% {
 left: -50%;
}
 100% {
 left: 100%;
}
}
 @-webkit-keyframes left-right-img {
 0% {
 right: 0px;
}
 50% {
 right: -50px;
}
 100% {
 right: 0px;
}
}
 @keyframes left-right-img {
 0% {
 right: 0px;
}
 50% {
 right: -50px;
}
 100% {
 right: 0px;
}
}
 @-webkit-keyframes top {
 0% {
 padding-top: 30px;
}
 50% {
 padding-top: 10px;
}
 100% {
 padding-top: 0px;
}
}
 @keyframes top {
 0% {
 padding-top: 30px;
}
 50% {
 padding-top: 10px;
}
 100% {
 padding-top: 0px;
}
}
 @-webkit-keyframes top-bottom {
 0% {
 padding-bottom: 0;
}
 50% {
 padding-bottom: 30px;
}
 100% {
 padding-bottom: 30px;
}
}
 @keyframes top-bottom {
 0% {
 padding-bottom: 0;
}
 50% {
 padding-bottom: 30px;
}
 100% {
 padding-bottom: 30px;
}
}
.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
 @-webkit-keyframes movingX {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(50px);
 transform: translateX(50px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes movingX {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(50px);
 transform: translateX(50px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.moving_X {
    -webkit-animation: moving_X 8s linear infinite;
    animation: moving_X 8s linear infinite;
}
 @-webkit-keyframes moving_X {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes moving_X {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite;
}
 @-webkit-keyframes moving {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-50px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes moving {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 50% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-50px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.line-animation {
    -webkit-animation: line-animation 5s ease-out infinite;
    animation: line-animation 5s ease-out infinite;
}
 @-webkit-keyframes line-animation {
 0% {
 width: 0;
 overflow: hidden;
}
 50% {
 width: 200px;
 overflow: hidden;
}
 100% {
 width: 0;
 overflow: hidden;
}
}
 @keyframes line-animation {
 0% {
 width: 0;
 overflow: hidden;
}
 50% {
 width: 200px;
 overflow: hidden;
}
 100% {
 width: 0;
 overflow: hidden;
}
}
.jump {
    -webkit-animation: jumpAni 5s linear infinite;
    animation: jumpAni 5s linear infinite;
}
 @-webkit-keyframes jumpAni {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes jumpAni {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}
 @-webkit-keyframes jumpReverseAni {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes jumpReverseAni {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.rotate-x {
    -webkit-animation: rotate-x 15s linear infinite;
    animation: rotate-x 15s linear infinite;
}
 @-webkit-keyframes rotate-x {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate-x {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.zoom {
    -webkit-animation: zoom 15s linear infinite;
    animation: zoom 15s linear infinite;
}
 @-webkit-keyframes left-right-video-img {
 0% {
 right: 0px;
}
 50% {
 right: -50px;
}
 100% {
 right: 0px;
}
}
 @keyframes left-right-video-img {
 0% {
 right: 0px;
}
 50% {
 right: -50px;
}
 100% {
 right: 0px;
}
}
.draw {
    -webkit-animation: draw 3s linear alternate infinite;
    animation: draw 3s linear alternate infinite;
}
 @-webkit-keyframes draw {
 0% {
 stroke-dashoffset: 280;
}
 100% {
 stroke-dashoffset: 0;
}
}
 @keyframes draw {
 0% {
 stroke-dashoffset: 280;
}
 100% {
 stroke-dashoffset: 0;
}
}
 @-webkit-keyframes bounceSlide {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes bounceSlide {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.bounce-slide {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounceSlide;
    animation-name: bounceSlide;
}
 @-webkit-keyframes zoom {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
.spin {
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* Bottom to Top key frame*/
.BottomToTop {
    -webkit-animation: BottomToTop 15s linear infinite;
    animation: BottomToTop 15s linear infinite;
}
 @-webkit-keyframes BottomToTop {
 49% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
 @keyframes BottomToTop {
 49% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
 @-webkit-keyframes headerSlideDown {
 0% {
 margin-top: -100px;
}
 to {
 margin-top: 0;
}
}
 @keyframes headerSlideDown {
 0% {
 margin-top: -100px;
}
 to {
 margin-top: 0;
}
}
 @-webkit-keyframes animate-positive {
 0% {
 width: 0;
}
}
 @keyframes animate-positive {
 0% {
 width: 0;
}
}
.scalein.th-animated {
 --animation-name: scalein;
}
.slidetopleft.th-animated {
 --animation-name: slidetopleft;
}
.slidebottomright.th-animated {
 --animation-name: slidebottomright;
}
.slideinleft.th-animated {
 --animation-name: slideinleft;
}
.slideinright.th-animated {
 --animation-name: slideinright;
}
.slideinup.th-animated {
 --animation-name: slideinup;
}
.slideindown.th-animated {
 --animation-name: slideindown;
}
.rollinleft.th-animated {
 --animation-name: rollinleft;
}
.rollinright.th-animated {
 --animation-name: rollinright;
}
.scalein, .slidetopleft, .slidebottomright, .slideinleft, .slideinright, .slideindown, .slideinup, .rollinleft, .rollinright {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name);
}
.th-animated {
    opacity: 1;
}
 @-webkit-keyframes slideinup {
 0% {
 opacity: 0;
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideinup {
 0% {
 opacity: 0;
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes slideinright {
 0% {
 opacity: 0;
 -webkit-transform: translateX(70px);
 transform: translateX(70px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideinright {
 0% {
 opacity: 0;
 -webkit-transform: translateX(70px);
 transform: translateX(70px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-webkit-keyframes slideindown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-70px);
 transform: translateY(-70px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideindown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-70px);
 transform: translateY(-70px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes slideinleft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-70px);
 transform: translateX(-70px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideinleft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-70px);
 transform: translateX(-70px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-webkit-keyframes slidebottomright {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px) translateY(100px);
 transform: translateX(100px) translateY(100px);
}
 100% {
 -webkit-transform: translateX(0) translateY(0);
 transform: translateX(0) translateY(0);
}
}
 @keyframes slidebottomright {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px) translateY(100px);
 transform: translateX(100px) translateY(100px);
}
 100% {
 -webkit-transform: translateX(0) translateY(0);
 transform: translateX(0) translateY(0);
}
}
 @-webkit-keyframes slidetopleft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px) translateY(-100px);
 transform: translateX(-100px) translateY(-100px);
}
 100% {
 -webkit-transform: translateX(0) translateY(0);
 transform: translateX(0) translateY(0);
}
}
 @keyframes slidetopleft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px) translateY(-100px);
 transform: translateX(-100px) translateY(-100px);
}
 100% {
 -webkit-transform: translateX(0) translateY(0);
 transform: translateX(0) translateY(0);
}
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a {
    display: block;
    border: none;
    margin: 0;
    padding: 16px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.313;
    color: var(--body-color);
    position: relative;
}
.widget_nav_menu a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_categories a:hover {
    color: var(--theme-color);
}
.widget_nav_menu a:hover:before, .widget_meta a:hover:before, .widget_pages a:hover:before, .widget_archive a:hover:before, .widget_categories a:hover:before {
    color: var(--theme-color);
}
.widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_archive li, .widget_categories li {
    display: block;
    position: relative;
}
.widget_nav_menu li i, .widget_meta li i, .widget_pages li i, .widget_archive li i, .widget_categories li i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.widget_nav_menu .children, .widget_meta .children, .widget_pages .children, .widget_archive .children, .widget_categories .children {
    margin-left: 10px;
}
.widget_categories ul li {
    display: block;
    position: relative;
}
.widget_categories ul li:last-child a {
    border-bottom: 1px solid var(--gray-color);
}
.widget_categories ul li a {
    display: block;
    border: none;
    margin: 0;
    padding: 17px 0px 17px 0px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.313;
    background-color: transparent;
    color: var(--title-color);
    position: relative;
    border-top: 1px solid var(--gray-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.widget_categories ul li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding-left: 40px;
}
.widget_categories ul li a:hover ~ i {
    color: var(--white-color);
    padding-left: 20px;
}
.widget_categories ul li span {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.widget_categories ul li i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.widget_nav_menu a, .widget_meta a, .widget_pages a {
    padding-right: 20px;
}
.widget_nav_menu .sub-menu {
    margin-left: 10px;
}
.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
    color: inherit;
}
.th-blog ul.wp-block-archives li {
    margin: 5px 0;
}
.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.widget.widget-author {
    margin-right: 16px;
    padding: 0;
    border-radius: 20px;
    margin-right: 0;
}
.widget[data-overlay]:before {
    z-index: -1;
}
.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget.widget_info {
    background-color: var(--white-color);
    max-width: 370px;
    min-height: 384px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    margin-bottom: 0;/* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
.widget.widget_info {
    left: 20px;
    bottom: 20px;
}
}

@media (max-width: 991px) {
.widget.widget_info {
    left: 0px;
    bottom: 0px;
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
}

@media (max-width: 767px) {
.widget.widget_info {
    max-width: 100%;
    min-height: 100%;
}
}
.widget.widget_info .widget_title {
    margin: 0px 0 30px 0;
}
.sidebar-area .widget:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 24px;
    background-color: var(--theme-color);
}
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.11em 0 30px 0;
    padding-bottom: 0px;
}
.widget_title.style2 .shape:before {
    background-color: var(--theme-color);
}
.widget_title.style3 .shape:before {
    background-color: var(--theme-color);
}
.widget .widget-content {
    padding: 0 40px 40px 40px;
}
.widget .search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.widget .search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    font-size: 16px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0;
    width: 60px;
    height: 60px;
}
.widget .search-form button:hover {
    color: var(--white-color);
}
.wp-block-tag-cloud.style2 a, .tagcloud.style2 a {
    background-color: transparent;
    padding: 8px 20px;
}
.wp-block-tag-cloud a, .tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 12px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--black-color-2);
    background-color: var(--white-color);
}
.wp-block-tag-cloud a:hover, .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
}
.wp-block-tag-cloud, .tagcloud {
    margin-right: -10px;
    margin-bottom: -10px;
}
.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.recent-post:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-post.style2 .post-title .text-inherit:hover {
    color: var(--theme-color);
}
.recent-post.style2 .recent-post-meta a i {
    color: var(--theme-color);
}
.recent-post.style2 .recent-post-meta a:hover {
    color: var(--theme-color);
}
.recent-post.style3 {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-post.style3 .post-title .text-inherit:hover {
    color: var(--theme-color);
}
.recent-post.style3 .recent-post-meta a i {
    color: var(--theme-color);
}
.recent-post.style3 .recent-post-meta a:hover {
    color: var(--theme-color);
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post .media-img {
    margin-right: 15px;
    width: 74px;
    overflow: hidden;
}
.recent-post .media-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.recent-post .post-title {
    max-width: 240px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: var(--title-color);
    font-family: var(--title-font);
    text-transform: capitalize;
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
    margin-bottom: 2px;
}
.recent-post .recent-post-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
    color: var(--theme-color);
}
.recent-post:hover .media-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*Page Title -------------------------*/
.page-single {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;/* Small devices */
}
.page-single.service-single {
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-left: 0;
}

@media (min-width: 991px) {
.page-single.service-single {
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.page-single {
    padding: 20px;
}
}
.th-dance.page-single {
    margin-bottom: 0;
}
.sidebar-area {
    position: relative;
    margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}
.sidebar-area select, .sidebar-area input {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 0px;
    height: 60px;
}
.sidebar-area .widget .wp-block-search {
    margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* recent  details -------------------*/
.recent-title {
    position: relative;
}
.recent-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    min-width: 100px;
    min-height: 4px;
    background-color: var(--theme-color);
}
.related-btn {
    margin-bottom: 50px;
}
.blog-slide-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px !important;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 0;
    margin: 30px 0;
}
.blog-slide-wrapp .blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;/* Large devices */
}

@media (max-width: 1199px) {
.blog-slide-wrapp .blog-post {
    gap: 15px;
}
}
.blog-slide-wrapp .blog-post img {
    min-width: 80px;
    height: 80px;
    border-radius: 14px;/* Large devices */
}

@media (max-width: 1199px) {
.blog-slide-wrapp .blog-post img {
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
}
}
.blog-slide-wrapp .blog-post .title {
    font-family: var(--body-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.blog-slide-wrapp .blog-post .title {
    font-size: 14px;
}
}

@media (max-width: 575px) {
.blog-slide-wrapp .blog-post .title {
    display: none;
}
}
.author-widget-wrap {
    position: relative;
    background-color: var(--smoke-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.author-widget-wrap {
    display: block;
}
}

@media (max-width: 375px) {
.author-widget-wrap {
    padding: 25px;
}
}
.author-widget-wrap.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;/* Large devices */
}

@media (max-width: 1199px) {
.author-widget-wrap.style2 {
    display: block;
}
}
.author-widget-wrap .avater-content {
    position: relative;
}
.author-widget-wrap .avater {
    min-width: 134px;
    border-radius: 50%;/* Large devices */
}

@media (max-width: 1199px) {
.author-widget-wrap .avater {
    min-width: 100%;
    margin-bottom: 15px;
}
}
.author-widget-wrap .avater img {
    border-radius: 50%;/* Large devices */
}

@media (max-width: 1199px) {
.author-widget-wrap .avater img {
    width: 100%;
}
}
.author-widget-wrap .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0px;
}
.author-widget-wrap .name a {
    color: inherit;
}
.author-widget-wrap .name a:hover {
    color: var(--theme-color);
}
.author-widget-wrap .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    margin-bottom: 25px;
}
.author-widget-wrap .author-info {
    text-align: left;
    padding-right: 20px;
    margin-bottom: 15px;/* Large devices */
}

@media (max-width: 1199px) {
.author-widget-wrap .author-info {
    padding: 10px 0;
    margin-bottom: 0;
}
}
.author-widget-wrap .author-bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    margin-bottom: 0px;
}
.author-widget-wrap .author-social {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.author-widget-wrap .author-social {
    right: 0px;
}
}

@media (max-width: 450px) {
.author-widget-wrap .author-social {
    display: none;
}
}
.author-widget-wrap .author-social a {
    font-size: 14px;
    color: var(--title-color);
    position: relative;
    margin-right: 10px;
}
.author-widget-wrap .author-social a:last-child {
    margin-right: 0;
    border-right: none;
}
.author-widget-wrap .author-social a:hover {
    color: var(--theme-color);
}
.download-widget-wrap .th-btn {
    width: 100%;
}
.download-widget-wrap .th-btn:first-child {
    margin-bottom: 10px;
}
.download-widget-wrap .th-btn.style2 {
    color: var(--body-color);
}
.download-widget-wrap .th-btn.style2:before, .download-widget-wrap .th-btn.style2:after {
    background-color: var(--theme-color);
}
.download-widget-wrap .th-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
}
.widget_banner {
    background-color: var(--title-color);
    position: relative;
    padding: 40px;
    margin-bottom: 0;
    margin-top: 40px;
    min-height: 420px;
    z-index: 9;
    overflow: hidden;
}
.widget_banner:before {
    content: "";
    position: absolute;
    left: -20%;
    top: 60%;
    background-color: inherit;
    position: absolute;
    min-width: 474px;
    height: 470px;
    border-radius: 100px;
    -webkit-transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
    -ms-transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
    transform: matrix(-0.89, -0.45, -0.45, 0.89, 0, 0);
}
.widget_banner .widget_wrapper {
    position: absolute;
    bottom: 40px;
    left: 40px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.widget_banner .widget_wrapper {
    bottom: 20px;
    left: 30px;
}
}
.widget_banner .widget-icon .play-btn {
    font-size: 25px;
}
.widget_banner .widget-icon .play-btn i:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.widget_banner .widget-icon .play-btn:before, .widget_banner .widget-icon .play-btn:after {
    display: none;
}
.widget_banner .widget-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.widget_banner.style2 {
    min-width: 100%;
    height: 100%;
    right: 0;
    margin-bottom: 40px;
    margin-top: 0px;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.widget_banner.style2 {
    right: 0px;
}
}

@media (max-width: 991px) {
.widget_banner.style2 {
    left: 0px;
    right: auto;
    margin: 0 auto 40px 0;
}
}
.widget_banner .banner-image {
    min-width: 190px;
}
.widget_banner .banner-image img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.widget_banner .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.widget_banner .widget_title {
    font-family: var(--title-font);
    color: var(--white-color);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 16px;
}
.widget_banner .widget_desc {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #A5A5A5;
    margin-bottom: 10px;
}
 .widget_banner:has(.widget-map) {
 padding: 0;
 line-height: 0px;
}
.widget_banner .btn-group {
    margin-top: 25px;
}
.widget_banner-two {
    position: relative;
    z-index: 9;
    margin-left: 60px;
    min-height: 500px;
    margin-bottom: 0;/* Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.widget_banner-two {
    min-height: 100%;
}
}

@media (max-width: 1299px) {
.widget_banner-two {
    margin-left: 0;
}
}

@media (max-width: 991px) {
.widget_banner-two {
    margin-top: 20px;
}
}
.widget_banner-two:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
    background: linear-gradient(180deg, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
    z-index: -1;
}
.widget_banner-two .widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 40px;
    margin: 0 0 20px 0;
    padding-bottom: 0px;
    max-width: 177px;/* Medium devices */
}

@media (max-width: 991px) {
.widget_banner-two .widget_title {
    max-width: 100%;
}
}
.widget-map iframe {
    min-height: 280px;
}
.widget-banner .banner-text {
    margin-bottom: 23px;
    color: var(--white-color);
}
.widget-banner .banner-link {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
    color: var(--white-color);
}
.widget-banner .banner-link i {
    color: var(--white-color);
    margin-right: 4px;
}
.widget-banner .banner-link:hover {
    color: var(--theme-color);
}
.widget-banner .banner-link:last-child {
    margin-bottom: -0.4em;
}
.widget_info .widget_title {
    margin: 29px 0 10px 0;
}
.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.widget_info .th-video {
    margin-bottom: 20px;
}
.info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-list i {
    color: var(--theme-color);
    width: 16px;
    margin-right: 2px;
    font-size: 16px;
}
.info-list strong {
    font-weight: 500;
    color: var(--title-color);
}
.info-list li {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.info-list li .title {
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 1px;
}
.info-list li .text {
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}
.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.price_slider_wrapper .price_label span {
    display: inline-block;
    color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
    height: 6px;
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    border: none;
    margin-top: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--white-color);
    border: 3px solid var(--theme-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
    outline: none;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
}
.price_slider_wrapper button, .price_slider_wrapper .button {
    position: relative;
    background-color: transparent;
    color: var(--theme-color);
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0;
    font-size: 14px;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.price_slider_wrapper button:before, .price_slider_wrapper .button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 43px;
    height: 2px;
    background-color: var(--theme-color);
}
.price_slider_wrapper button:hover, .price_slider_wrapper .button:hover {
    background-color: transparent;
}
.price_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget_offer {
/* Medium devices */
}

@media (max-width: 991px) {
.widget_offer {
    margin-bottom: 10px;
}
}
.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.style2 .cart_list a:not(.remove):hover {
    color: var(--theme-color);
}
.widget_shopping_cart.style2 .cart_list a.remove:hover {
    color: var(--theme-color);
}
.widget_shopping_cart.style3 .cart_list a:not(.remove):hover {
    color: var(--theme-color);
}
.widget_shopping_cart.style3 .cart_list a.remove:hover {
    color: var(--theme-color);
}
.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 .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);
}
.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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;
    border-radius: 5px;
}
.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    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 .th-btn {
    margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
    margin-right: 0;
}
.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px;
}

@media (min-width: 1200px) {
.sidebar-shop .widget {
    padding: 30px;
}
}

@media (min-width: 992px) {
.sidebar-shop .widget {
    margin-bottom: 24px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.widget {
 --widget-padding-y: 30px;
 --widget-padding-x: 30px;
}
.widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
}
.author-widget-wrap .name {
    font-size: 22px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.sidebar-area {
    padding-top: 30px;
}
.widget {
 --widget-padding-y: 40px;
 --widget-padding-x: 40px;
}
.wp-block-tag-cloud a,  .tagcloud a {
    padding: 8px 10px;
    font-size: 14px;
}
}

/* Small devices */
@media (max-width: 767px) {
.widget {
    padding: 35px 20px;
}
}

@media (max-width: 330px) {
.recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
}
.recent-post .recent-post-meta a {
    font-size: 12px;
}
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget:before {
    display: none;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.footer-widget input, .footer-widget select {
    height: 55px;
    background-color: transparent;
    border: 1px solid #283752;
}
.footer-widget input:focus, .footer-widget select:focus {
    border-color: var(--theme-color);
    background-color: transparent;
}
.footer-widget .form-group > i {
    color: var(--theme-color);
    top: 18px;
}
.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    border-bottom: none;
    margin: -3px 0 30px 0;
    padding: 0 0 14px 0;
}
.footer-widget .widget_title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color);
}
.footer-widget .widget_title:after {
    background-color: var(--theme-color);
    width: 40px;
    height: 2px;
}
.footer-widget.widget_meta.style2 a, .footer-widget.widget_pages.style2 a, .footer-widget.widget_archive.style2 a, .footer-widget.widget_categories.style2 a, .footer-widget.widget_nav_menu.style2 a {
    color: var(--body-color);
}
.footer-widget.widget_meta .menu, .footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu, .footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu, .footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu, .footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu, .footer-widget.widget_nav_menu > ul {
    margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    font-family: var(--body-font);
    color: var(--gray-color);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.8em;
    background-color: transparent;
    border: none;
    color: inherit;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}
.footer-widget .recent-post {
    max-width: 300px;
    margin-top: -0.3em;
    margin-bottom: 28px;
}
.footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-weight: 500;
}
.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color);
}
.th-widget-about {
    margin-right: 8px;
}
.th-widget-about.style2 .about-text {
    color: var(--body-color);
}
.th-widget-about .about-logo {
    margin-bottom: 30px;
}
.th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--light-color);
}
.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px;
    color: #CDCDCD;
}
.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0;
}
.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px;
}
.icon-group a:last-child {
    margin-right: 0;
}
.newsletter-widget {
    position: relative;
    max-width: 290px;
}
.newsletter-area {
    position: relative;
    background-color: #E63A27;
    z-index: 10;
    padding: 60px 0;
}
.newsletter-area.style2 {
    padding: 50px;/* Large devices */
}

@media (max-width: 1199px) {
.newsletter-area.style2 {
    padding: 40px;
}
}
.newsletter-area.style2 .newsletter-wrapper {
/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.newsletter-area.style2 .newsletter-wrapper {
    gap: 20px;
}
}

@media (max-width: 991px) {
.newsletter-area.style2 .newsletter-wrapper {
    display: block;
}
.newsletter-area.style2 .newsletter-wrapper .newsletter-image {
    text-align: center;
}
.newsletter-area.style2 .newsletter-wrapper .newsletter-title {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -6px;
}
}
.newsletter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;/* Medium devices */
}

@media (max-width: 991px) {
.newsletter-wrapper {
    display: block;
}
.newsletter-wrapper .newsletter-image {
    display: none;
}
}
.newsletter-form.style2 .form-control {
    min-width: 400px;
    min-height: 60px;
    border-radius: 30px;
    background-color: var(--white-color);/* Large devices */
}

@media (max-width: 1199px) {
.newsletter-form.style2 .form-control {
    min-width: 100%;
}
}
 .newsletter-form.style2 .form-control::-moz-placeholder {
 color: var(--body-color);
}
 .newsletter-form.style2 .form-control::-webkit-input-placeholder {
 color: var(--body-color);
}
 .newsletter-form.style2 .form-control:-ms-input-placeholder {
 color: var(--body-color);
}
 .newsletter-form.style2 .form-control::-ms-input-placeholder {
 color: var(--body-color);
}
 .newsletter-form.style2 .form-control::placeholder {
 color: var(--body-color);
}
.newsletter-form.style2 .th-btn {
    max-width: 50px;
    width: 50px;
    height: 50px;
    text-transform: capitalize;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;/* Extra small devices */
}
.newsletter-form.style2 .th-btn:hover .icon i {
    position: relative;
    top: 0px;
    right: 0px;
    -webkit-animation: BottomToTop 0.5s;
    animation: BottomToTop 0.5s;
}

@media (max-width: 575px) {
.newsletter-form.style2 .th-btn {
    margin-top: 0;
}
}
.newsletter-form.style2 .th-btn i {
    margin-left: 0;
}
.newsletter-form.style3 .form-control {
    min-width: 520px;
    min-height: 60px;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: var(--white-color);/* Small devices */
}

@media (max-width: 767px) {
.newsletter-form.style3 .form-control {
    min-width: 100%;
}
}
.newsletter-form.style3 .form-control:hover {
    border: 1px solid var(--theme-color);
}
.newsletter-form.style3 .th-btn {
    max-width: 164px;
    min-height: 60px;
    padding: 16px 29px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px;/* Extra small devices */
}
.newsletter-form.style3 .th-btn:hover {
    background-color: var(--title-color);
}
.newsletter-form.style3 .th-btn i {
    color: var(--theme-color);
}
.newsletter-form.style3 .th-btn:hover i {
    color: var(--white-color);
}

@media (max-width: 575px) {
.newsletter-form.style3 .th-btn {
    max-width: 100%;
    padding: 16px 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
}
.newsletter-form {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;/* Large devices */
}

@media (max-width: 1199px) {
.newsletter-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media (max-width: 530px) {
.newsletter-form {
    display: block;
}
}
.newsletter-form .form-control {
    max-width: 400px;
    border-radius: 4px;
    min-height: 60px;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;/* Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.newsletter-form .form-control {
    max-width: 300px;
}
}

@media (max-width: 1199px) {
.newsletter-form .form-control {
    max-width: 250px;
}
}

@media (max-width: 767px) {
.newsletter-form .form-control {
    max-width: 60%;
}
}

@media (max-width: 530px) {
.newsletter-form .form-control {
    max-width: 100%;
    display: block;
    margin: auto;
}
}
.newsletter-form .th-btn {
    max-width: 190px;
    padding: 16px 40px;
    text-transform: capitalize;
    border-radius: 4px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.newsletter-form .th-btn {
    max-width: 150px;
    padding: 16px 20px;
}
}

@media (max-width: 530px) {
.newsletter-form .th-btn {
    padding: 16px 20px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    display: block;
    width: 100%;
}
}
.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 260px;
}
.sidebar-gallery .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
    color: var(--white-color);
}
.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
}
.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    background: -webkit-linear-gradient(bottom, rgba(230, 58, 39, 0.7), rgba(230, 58, 39, 0.7));
    background: linear-gradient(0deg, rgba(230, 58, 39, 0.7), rgba(230, 58, 39, 0.7));
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
    width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Large devices */
@media (max-width: 1199px) {
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
}
}

/* Small devices */
@media (max-width: 767px) {
.footer-widget .widget_title {
    margin-bottom: 35px;
}
.th-widget-about .about-text {
    margin-bottom: 20px;
}
.social-box.mb-30 {
    margin-bottom: 25px;
}
}
.newsletter-title {
    margin-bottom: 0;
    max-width: 366px;
    margin-top: -8px;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.newsletter-title {
    margin-right: 30px;
}
}

@media (max-width: 991px) {
.newsletter-title {
    text-align: center;
    display: block;
    margin: -7px auto 20px auto;
}
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
    position: relative;
    z-index: 41;
}
.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sticky-wrapper {
    position: fixed;
    /*top: -100%;*/
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.sticky-wrapper.sticky {
    top: 0;
}
.sticky-wrapper.sticky .header-logo {
    padding-bottom: 0;
    margin-left: 0px;/* Medium devices */
}

@media (max-width: 991px) {
.sticky-wrapper.sticky .header-logo {
    margin-top: 0;
}
}
.th-header .sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-header .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--body-font);
    text-transform: capitalize;
}
.main-menu a:hover {
    color: var(--theme-color);
}
.main-menu > ul > li {
    margin: 0 16px;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.main-menu > ul > li {
    margin: 0 14px;
}
}

@media (max-width: 1199px) {
.main-menu > ul > li {
    margin: 0 10px;
}
}
.main-menu > ul > li > a {
    padding: 36px 0;
    color: var(--title-color);
}
.main-menu > ul > li > a:hover {
    color: var(--theme-color);
}
.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:hover:after {
    content: "\f068";
}
.main-menu ul li.menu-item-has-children > a:after {
    content: "\2b";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 900;
    left: 0;
    top: 0;
    font-size: 12px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.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;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(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: 260px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-bottom: 2px solid var(--theme-color);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}
.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    top: 1px;
}
.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
    padding-left: 30px;
}
.main-menu ul.sub-menu li a:hover:before {
    opacity: 1;
    left: 0;
    visibility: visible;
}
.main-menu ul.sub-menu li a:before {
    content: "\f7d9";
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;/* Extra small devices */
}

@media (max-width: 575px) {
.header-button {
    gap: 16px;
}
}
.header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    border-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: auto;
    padding: 0;
    font-size: var(--btn-font-size, 16px);/* Medium devices */
}

@media (max-width: 991px) {
.header-button .icon-btn {
    display: none;
}
}
.header-button .icon-btn:hover {
    color: var(--theme-color);
}
.header-button .icon-btn:hover .badge {
    background-color: var(--title-color);
    color: var(--white-color);
}
.header-button .th-btn {
    margin-left: 15px;
}

@media (max-width: 1399px) {
.header-button .th-btn {
    margin-left: 0;
}
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 20px;
    max-height: 16px;
    line-height: 16px;
}
.header-links li:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
}
.header-links li:not(:last-child) {
    margin: 0 15px 0 0;
}
.header-links li > i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--theme-color);
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;/* Large devices */
}

@media (max-width: 1199px) {
.header-links li > i {
    font-size: 16px;
    width: 15px;
    height: 15px;
}
}
.header-links li, .header-links span, .header-links p, .header-links a {
    font-family: var(--body-font);
    color: var(--title-color);
}
.header-links a:hover {
    color: var(--theme-color);
}
.header-links i {
    color: var(--title-color);
}
.header-links b, .header-links strong {
    font-weight: 600;
}
.header-social .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #A5A5A5;
}
.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 10px 0 0;
}
.header-social a:last-child {
    margin-right: 0;
}
.header-social a:hover {
    color: var(--theme-color);
}
/* Header 1 ---------------------------------- */
.header-layout1 {
    position: relative;
}
.header-layout1 .header-top {
    position: relative;
    padding: 8px 0;
    background-color: var(--title-color);
    z-index: 1;
}
.header-layout1 .header-links {
/* Medium devices */
}

@media (max-width: 991px) {
.header-layout1 .header-links {
    display: none;
}
}
.header-layout1 .header-links li, .header-layout1 .header-links span, .header-layout1 .header-links p, .header-layout1 .header-links a {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}
.header-layout1 .header-links a:hover {
    color: var(--theme-color);
}
.header-layout1 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-layout1 .header-right .header-links {
    margin-left: 0;/* Large devices */
}

@media (max-width: 1199px) {
.header-layout1 .header-right .header-links {
    display: none;
}
}
.header-layout1 .header-right .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 15px;
    margin-right: 0px;
    max-height: 16px;
    line-height: 16px;
}
.header-layout1 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--gray-color);
    margin: 0 0 0 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-layout1 .header-right .header-social a:hover {
    color: var(--theme-color);
}
.header-layout1 .header-button .th-btn {
/* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
.header-layout1 .header-button .th-btn {
    display: none;
}
}

@media (max-width: 767px) {
.header-layout1 .header-button .th-btn {
    display: none;
}
}
.header-layout1 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px;/* Extra small devices */
}

@media (max-width: 575px) {
.header-layout1 .header-button .icon-btn {
    display: none;
}
}
.header-layout1 .header-button .icon-btn:hover {
    color: var(--theme-color);
}
.header-layout1 .header-button .icon-btn i {
    color: var(--title-color);
    font-weight: 500;
}
.header-layout1 .header-logo {
    position: relative;
}
.header-layout1 .header-logo .gear {
    position: absolute;
    content: "";
    left: -10px;
    top: -4px;
}
.header-layout1 .header-logo .logo-text {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    margin-left: 50px;
}
.header-layout1 .menu-area {
    position: relative;
    z-index: 3;/* Medium devices */
}

@media (max-width: 991px) {
.header-layout1 .menu-area {
    padding: 15px 0;
}
}
.header-layout1 .main-menu {
    margin-left: -120px;/* Medium Large devices */
}

@media (max-width: 1499px) {
.header-layout1 .main-menu {
    margin-left: -60px;
}
}

@media (max-width: 1299px) {
.header-layout1 .main-menu {
    margin-left: 0;
}
}
.header-layout1 .sticky-wrapper {
    position: relative;
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
/* Medium devices */
}

@media (max-width: 991px) {
.header-layout1 .sticky-wrapper.sticky .menu-area {
    padding: 14px 0;
}
}
.header-layout1 .logo-bg {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 20%;
    height: 100px;/* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (min-width: 2399px) {
.header-layout1 .logo-bg {
    width: 30%;
}
}

@media (max-width: 2399px) {
.header-layout1 .logo-bg {
    width: 25%;
}
}

@media (max-width: 1999px) {
.header-layout1 .logo-bg {
    width: 22%;
	display: none;
}
}

@media (max-width: 1699px) {
.header-layout1 .logo-bg {
    width: 20%;
}
}

@media (max-width: 1599px) {
.header-layout1 .logo-bg {
    width: 18%;
}
}

@media (max-width: 1499px) {
.header-layout1 .logo-bg {
    width: 18%;
}
}

@media (max-width: 1199px) {
.header-layout1 .logo-bg {
    width: 20%;
}
}

@media (max-width: 991px) {
.header-layout1 .logo-bg {
    height: 86px;
}
}

@media (max-width: 575px) {
.header-layout1 .logo-bg {
    height: 86px;
}
}
.header-layout1 .logo-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header-layout1 .logo-bg:before {
    background-color: var(--smoke-color2);
    width: 100%;
    z-index: 2;
    border-right: 2px solid var(--theme-color);
}

@media (min-width: 1420px) {
.header-layout1 .header-top {
 --main-container: 1620px;
}
.header-layout1 .menu-area {
 --main-container: 1620px;
}
}

@media (max-width: 1420px) {
.header-layout1 .header-top {
 --main-container: 100%;
}
.header-layout1 .menu-area {
 --main-container: 100%;
}
}

/* Medium Large devices */
@media (max-width: 1299px) {
.header-layout1 .container {
    max-width: 100%;
}
.header-layout1 .header-logo img {
    max-height: 80px;
    max-width: 160px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.header-layout1 .logo-bg {
    width: 25%;
}
}

@media (max-width: 850px) {
.header-layout1 .logo-bg {
    width: 34%;
}
}

/* Small devices */
@media (max-width: 767px) {
.header-layout1 .logo-bg {
    width: 34%;
}
.header-layout1 .menu-bg {
    width: 55%;
}
.header-layout1 .header-logo img {
    max-height: 50px;
    max-width: 160px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.header-layout1 .logo-bg {
    width: 50%;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.header-layout1 .logo-bg {
    width: 60%;
}
}
/* Header 2 ---------------------------------- */
.header-layout2 {
    position: relative;
}
.header-layout2 .header-top {
    position: relative;
    padding: 6px 0;
    background-color: rgba(10, 10, 10, 0.7);
}
.header-layout2 .header-top:before {
    position: absolute;
    content: "";
    top: -1px;
    right: 0;
    width: 1540px;
    height: 40px;
    background-color: #232323;/* Large devices */
}

@media (min-width: 1922px) {
.header-layout2 .header-top:before {
    width: 80%;
}
}

@media (max-width: 1599px) {
.header-layout2 .header-top:before {
    width: 100%;
}
}

@media (max-width: 1199px) {
.header-layout2 .header-top:before {
    width: 100%;
    top: -2px;
}
}
.header-layout2 .header-logo {
    position: relative;
    padding-bottom: 40px;/* Large devices */
  /* Extra small devices */
}

@media (min-width: 2322px) {
.header-layout2 .header-logo {
    margin-left: -100px;
}
}

@media (max-width: 1599px) {
.header-layout2 .header-logo {
    padding-bottom: 0;
}
}

@media (max-width: 1199px) {
.header-layout2 .header-logo {
    padding-bottom: 0px;
    margin-top: 0;
}
}

@media (max-width: 575px) {
.header-layout2 .header-logo {
    margin-left: 0;
}
}
.header-layout2 .header-logo .gear {
    position: absolute;
    content: "";
    left: 0;
}
.header-layout2 .header-links {
    margin-left: 300px;/* Medium devices */
}

@media (min-width: 1922px) {
.header-layout2 .header-links {
    margin-left: 200px;
}
}

@media (max-width: 1599px) {
.header-layout2 .header-links {
    margin-left: 0;
}
}

@media (max-width: 991px) {
.header-layout2 .header-links {
    display: none;
}
}
.header-layout2 .header-links li, .header-layout2 .header-links span, .header-layout2 .header-links p, .header-layout2 .header-links a {
    font-family: var(--body-font);
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}
.header-layout2 .header-links a:hover {
    color: var(--theme-color);
}
.header-layout2 .header-links li .link-title {
    font-weight: 700;
    color: var(--white-color);
}
.header-layout2 .header-links li i {
    color: var(--theme-color);
}
.header-layout2 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1799px) {
.header-layout2 .header-right {
    margin-right: 0;
}
}
.header-layout2 .header-right .langauge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.header-layout2 .header-right .langauge.lang-dropdown {
    position: relative;
}
.header-layout2 .header-right .langauge.lang-dropdown .dropdown-toggle {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 50px;
    margin-right: 30px;
}
.header-layout2 .header-right .langauge.lang-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    border-bottom: 2px solid var(--theme-color);
    border-radius: 0;
}
.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-layout2 .header-right .langauge.lang-dropdown .gtranslate_wrapper a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.header-layout2 .header-right .langauge img {
    min-width: 16px;
    min-height: 16px;
    position: relative;
}
.header-layout2 .header-right .langauge .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    padding-right: 50px;
    margin-right: 20px;
    border-right: 1px solid var(--body-color);
    height: 16px;
}
.header-layout2 .header-right .langauge .nice-select .list {
    left: -20px;
}
.header-layout2 .header-right .langauge .nice-select:after {
    content: "\f107";
    right: 35px;
    top: -19px;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none;
}
.header-layout2 .header-right .langauge .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header-layout2 .header-right .langauge .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.header-layout2 .header-right .langauge .nice-select .option {
    color: var(--title-color);
    min-height: 30px;
}
.header-layout2 .header-right .langauge .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.header-layout2 .header-right .langauge .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.header-layout2 .header-right .langauge .nice-select .option:hover, .header-layout2 .header-right .langauge .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.header-layout2 .header-right .header-social {
    position: relative;
    z-index: 9;
}
.header-layout2 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: #A5A5A5;
    margin: 0 0 0 15px;
}
.header-layout2 .header-right .header-social a:hover {
    color: var(--theme-color);
}
.header-layout2 .header-button .icon-btn {
    position: relative;
    color: var(--title-color);
    font-size: 22px;/* Extra small devices */
}

@media (max-width: 575px) {
.header-layout2 .header-button .icon-btn {
    display: none;
}
}
.header-layout2 .header-button .icon-btn .th-btn {
/* Extra large devices */
}

@media (max-width: 1500px) {
.header-layout2 .header-button .icon-btn .th-btn {
    display: none;
}
}
.header-layout2 .header-button .icon-btn i {
    color: var(--white-color);
}
.header-layout2 .header-button .icon-btn .badge:hover {
    background-color: var(--white-color);
    color: var(--title-color);
}
.header-layout2 .header-button .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-left: 1px solid #4B4B4B;
    margin-left: 15px;
    padding-left: 40px;
    height: 90px;/* Large devices */
}

@media (max-width: 1399px) {
.header-layout2 .header-button .header-info {
    gap: 5px;
    margin-left: 0;
    padding-left: 20px;
}
}

@media (max-width: 1199px) {
.header-layout2 .header-button .header-info {
    display: none;
}
}

@media (max-width: 1399px) {
.header-layout2 .header-button .header-info img {
    width: 80%;
}
}
.header-layout2 .header-button .header-info_label {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #A5A5A5;
    margin-bottom: 2px;
}

@media (max-width: 1399px) {
.header-layout2 .header-button .header-info_label {
    font-size: 12px;
    line-height: 22px;
}
}
.header-layout2 .header-button .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 0;
}

@media (max-width: 1399px) {
.header-layout2 .header-button .header-info_link {
    font-size: 16px;
    line-height: 26px;
}
}
.header-layout2 .header-button .header-info_link:hover {
    color: var(--theme-color);
}
.header-layout2 .header-button .header-info_link a {
    color: inherit;
}
.header-layout2 .menu-area {
    position: relative;
    z-index: 3;/* Medium devices */
}

@media (max-width: 991px) {
.header-layout2 .menu-area {
    padding: 16px 0;
}
}
.header-layout2 .main-menu {
    padding-left: 93px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.header-layout2 .main-menu {
    padding-left: 30px;
}
}
.header-layout2 .main-menu > ul > li > a {
    padding: 30px 0;
    color: var(--white-color);
}
.header-layout2 .sticky-wrapper {
    position: relative;
    background-color: rgba(10, 10, 10, 0.7);
    border-bottom: 1px solid rgba(75, 75, 75, 0.6);
    z-index: 6;
}
.header-layout2 .sticky-wrapper.sticky {
    background-color: black;/* Medium devices */
}

@media (max-width: 991px) {
.header-layout2 .sticky-wrapper.sticky .menu-area {
    padding: 20px 0;
}
}
.header-layout2 .sticky-wrapper.sticky .logo-bg {
    height: 106px;/* Medium devices */
}

@media (max-width: 991px) {
.header-layout2 .sticky-wrapper.sticky .logo-bg {
    height: 105px;
}
}
.header-layout2 .sticky-wrapper.sticky .logo-bg:before {
    height: 94%;
}
.header-layout2 .sticky-wrapper.sticky .logo-bg:after {
    display: none;
}

@media (min-width: 2299px) {
.header-layout2 .sticky-wrapper.sticky .logo-bg:after {
    display: none;
}
}
.header-layout2 .logo-shape2 {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 1;/* Medium Large devices */
}

@media (max-width: 1299px) {
.header-layout2 .logo-shape2 {
    display: none;
}
}

@media (min-width: 1400px) {
.header-layout2 .header-top .container {
 --main-container: 1720px;
}
.header-layout2 .menu-area {
 --main-container: 1720px;
}
}

@media (max-width: 1399px) {
.header-layout2 .header-top .container {
 --main-container: 100%;
}
.header-layout2 .menu-area {
 --main-container: 1720px;
}
.header-layout2 .container {
    max-width: 100%;
}
}

/* Medium Large devices */
@media (max-width: 1399px) {
.header-layout2 .header-button .th-btn {
    display: none;
}
}

/* Medium Large devices */
@media (max-width: 1299px) {
.header-layout2 .menu-area {
 --main-container: 100%;
}
.header-layout2 .logo-bg {
    width: 26%;
}
}

/* Large devices */
@media (max-width: 1199px) {
.header-layout2 .logo-bg {
    width: 30%;
}
.header-layout2 .menu-bg {
    width: 78%;
}
}

/* Medium devices */
@media (max-width: 991px) {
.header-layout2 .logo-bg {
    width: 53%;
}
.header-layout2 .menu-bg {
    width: 53%;
}
.header-layout2 .header-logo img {
    max-height: 80px;
}
}

/* Small devices */
@media (max-width: 767px) {
.header-layout2 .logo-bg {
    width: 55%;
}
.header-layout2 .menu-bg {
    width: 55%;
}
.header-logo img {
    max-height: 50px;
    max-width: 160px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.header-layout2 .logo-bg {
    width: 57%;
}
.header-layout2 .menu-bg {
    width: 57%;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.header-layout2 .logo-bg {
    width: 60%;
}
.header-layout2 .menu-bg {
    width: 60%;
}
}
/* Header 3 ---------------------------------- */
.header-layout3 {
    position: relative;
}
.header-layout3 .header-top {
    position: relative;
    padding: 8px 0;
    background-color: var(--title-color);
    z-index: 1;
}
.header-layout3 .header-links {
/* Medium devices */
}
.header-layout3 .header-links li, .header-layout3 .header-links span, .header-layout3 .header-links p, .header-layout3 .header-links a {
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}
.header-layout3 .header-links a:hover {
    color: var(--theme-color);
}

@media (max-width: 991px) {
.header-layout3 .header-links {
    display: none;
}
}
.header-layout3 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-layout3 .header-right .header-links {
    margin-left: 0;/* Large devices */
}

@media (max-width: 1199px) {
.header-layout3 .header-right .header-links {
    display: none;
}
}
.header-layout3 .header-right .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid var(--body-color);
    padding-right: 15px;
    margin-right: 0px;
    max-height: 16px;
    line-height: 16px;
}
.header-layout3 .header-right .header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 0 0 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-layout3 .header-right .header-social a:hover {
    color: var(--theme-color);
}
.header-layout3 .header-button .th-btn {
    margin-left: 75px;/* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.header-layout3 .header-button .th-btn {
    margin-left: 0px;
}
}

@media (max-width: 1199px) {
.header-layout3 .header-button .th-btn {
    display: none;
}
}

@media (max-width: 767px) {
.header-layout3 .header-button .th-btn {
    display: none;
}
}
.header-layout3 .header-button .icon-btn {
    position: relative;
    color: var(--white-color);
    font-size: 22px;/* Extra small devices */
}

@media (max-width: 575px) {
.header-layout3 .header-button .icon-btn {
    display: none;
}
}
.header-layout3 .header-button .icon-btn:hover {
    color: var(--theme-color);
}
.header-layout3 .header-button .icon-btn i {
    color: var(--white-color);
    font-weight: 500;
}
.header-layout3 .menu-area {
    position: relative;
    z-index: 3;/* Medium devices */
}

@media (max-width: 991px) {
.header-layout3 .menu-area {
    padding: 20px 0;
}
}
.header-layout3 .main-menu {
    margin-right: -220px;/* Medium Large devices */
}

@media (max-width: 1499px) {
.header-layout3 .main-menu {
    margin-right: -60px;
}
}

@media (max-width: 1299px) {
.header-layout3 .main-menu {
    margin-right: 0;
}
}
.header-layout3 .main-menu > ul > li > a {
    color: var(--white-color);
}
.header-layout3 .sticky-wrapper {
    position: relative;
    background-color: transparent;
}
.header-layout3 .sticky-wrapper:after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 42%;
    height: 1px;
    background-color: var(--body-color);/* Large devices */
  /* Medium devices */
}

@media (min-width: 1922px) {
.header-layout3 .sticky-wrapper:after {
    width: 45%;
}
}

@media (max-width: 1199px) {
.header-layout3 .sticky-wrapper:after {
    left: 0;
    width: 50%;
}
}

@media (max-width: 991px) {
.header-layout3 .sticky-wrapper:after {
    width: 100%;
}
}
.header-layout3 .sticky-wrapper.sticky {
    background-color: var(--title-color);
}
.header-layout3 .sticky-wrapper.sticky:after {
    display: none;
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
/* Medium devices */
}

@media (max-width: 991px) {
.header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 14px 0;
}
}

@media (min-width: 1420px) {
.header-layout3 .header-top {
 --main-container: 1720px;
}
.header-layout3 .menu-area {
 --main-container: 1720px;
}
}

@media (max-width: 1420px) {
.header-layout3 .menu-area {
 --main-container: 100%;
}
.header-layout3 .header-top {
 --main-container: 100%;
}
}

/* Medium Large devices */
@media (max-width: 1299px) {
.header-layout3 .container {
    max-width: 100%;
}
.header-layout3 .header-logo img {
    max-height: 80px;
    max-width: 160px;
}
}
.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-layout3 .sticky-wrapper {
    position: relative;
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
/* Medium devices */
}

@media (max-width: 991px) {
.header-layout3 .sticky-wrapper.sticky .menu-area {
    padding: 11px 0;
}
}
/* Header 4 ---------------------------------- */
.header-layout4 {
 --main-container: 1744px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-layout4 .header-top {
    padding: 10px 0;
}
.header-layout4 .header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 150px;
    width: 280px;
    margin: 20px 0 0 -140px;
    text-align: center;
    background-size: 100% 100%;
    padding: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.header-layout4 .header-button .icon-btn {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-layout4 .will-sticky .sticky-active {
    background-color: var(--title-color);
}
.header-layout4 .will-sticky .sticky-active.active .header-logo {
    margin-top: -5px !important;
}
.th-header.header-layout4 .sticky-active.sticky {
    background: var(--title-color);
}
.th-header.header-layout4 .sticky-active.sticky .header-logo {
    margin-top: -5px !important;
}

/* Extra large devices */
@media (max-width: 1500px) {
.header-layout4 .main-menu > ul > li {
    margin: 0 8px;
}
}

/* Medium Large devices */
@media (max-width: 1299px) {
.header-layout4 .main-menu {
    display: none !important;
}
.header-layout4 .th-menu-toggle {
    display: block !important;
}
.header-layout4 .menu-area {
    padding: 20px 0;
}
}

/* Large devices */
@media (max-width: 1199px) {
.header-layout4 .header-logo {
    height: 130px;
    width: 240px;
    margin: 44px 0 0 -120px;
}
.header-layout4 .header-logo img {
    max-width: 120px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.header-layout4 .header-button .icon-btn {
    display: none;
}
}

/* Small devices */
@media (max-width: 767px) {
.header-layout4 .header-logo {
    height: 100px;
    width: 170px;
    margin: 42px 0 0 -85px;
    padding-top: 4px;
}
.header-layout4 .header-logo img {
    max-width: 90px;
}
.header-layout4 .will-sticky .sticky-active {
    background-color: var(--title-color);
}
.header-layout4 .will-sticky .sticky-active.active .header-logo {
    margin-top: -8px !important;
    padding-top: 6px;
}
.header-social a {
    font-size: 14px;
}
.th-header.header-layout4 .sticky-active.sticky {
    background: var(--title-color);
}
.th-header.header-layout4 .sticky-active.sticky .header-logo {
    margin-top: -8px !important;
    padding-top: 6px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.header-layout4 .header-button .th-btn {
    padding: 21px 15px;
}
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
 --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}
.footer-wrapper .th-social a {
    background-color: #363739;
    color: var(--white-color);
    border: 1px solid #363739;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
}
.copyright-wrap {
    padding: 26px 0;
    background-size: 100% auto;
}
.copyright-wrap .footer-links {
    text-align: right;/* Medium devices */
}

@media (max-width: 991px) {
.copyright-wrap .footer-links {
    display: none;
}
}
.copyright-wrap .footer-links ul {
    margin: 0;
    padding: 0;
}
.copyright-wrap .footer-links ul li {
    display: inline-block;
    border-right: 1px solid #CDCDCD;
    padding-right: 15px;
    margin-right: 10px;
    height: 15px;
    line-height: 15px;
}
.copyright-wrap .footer-links ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.copyright-wrap .footer-links ul li a {
    color: var(--light-color);
}
.copyright-wrap .footer-links ul li a:hover {
    color: var(--theme-color);
}
.copyright-text {
    margin: 0;
}
.copyright-text a {
    color: var(--theme-color);
}
.copyright-text a:hover {
    color: var(--white-color);
}
.footer-layout1, .footer-layout2 {
    background-color: var(--title-color);
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.footer-layout1:before, .footer-layout2:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    background: linear-gradient(180deg, #121212 42.92%, rgba(18, 18, 18, 0.97) 100%);
    z-index: -1;
}
.footer-layout1 .copyright-wrap, .footer-layout2 .copyright-wrap {
    background-color: var(--black-color);
}
.footer-layout1 .copyright-wrap .copyright-text, .footer-layout2 .copyright-wrap .copyright-text {
    color: var(--light-color);
}
.footer-layout1.cta-sec, .footer-layout2.cta-sec {
    padding: 0;
}
.footer-layout3 .copyright-wrap {
    background-color: var(--black-color);
}
.footer-layout3 .copyright-wrap .copyright-text {
    color: var(--light-color);
}
.th-widget-contact {
    max-width: 265px;
}
.th-widget-contact.style2 .info-box_text {
    color: var(--title-color);
    font-weight: 500;
}
.th-widget-contact.style2 .info-box_label {
    color: #787878;
}
.th-widget-contact.style2 .info-box_link {
    color: var(--title-color);
}
.th-widget-contact.style2 .info-box_link:hover {
    color: var(--theme-color);
}
.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}
.info-box:last-child {
    margin-bottom: -2px;
}
.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    font-size: 25px;
    color: var(--theme-color);
    border-radius: 999px;
    text-align: center;
    margin-right: 10px;
}
.info-box_text {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-top: -0.20em;
    margin-bottom: 0;
    color: var(--white-color);
}
.info-box_label {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #D2D2D2;
    display: block;
}
.info-box_link {
    display: inline-block;
    color: var(--white-color);
    font-weight: 500;
}
.info-box_link:hover {
    color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
.footer-layout1 {
    background-size: cover;
}
}

/* Medium devices */
@media (max-width: 991px) {
.footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
}
.copyright-text {
    text-align: center;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.copyright-wrap {
    background-size: cover;
}
}
/* footer 2 ---------------------------------- */
/* footer 3 ---------------------------------- */
.footer-logo2 {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding: 125px 12px 60px 12px;
}
.footer-layout3 {
    background-color: var(--smoke-color2);
    background-size: cover;
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrapper {
    position: relative;
}
.breadcumb-menu {
    position: relative;
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 17px 0 -0.5em 0;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    position: relative;
    color: var(--theme-color);
}
.breadcumb-menu li:after {
    content: "\f101";
    position: relative;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.breadcumb-menu li:last-child:after {
    display: none;
}
.breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 700;
    font-size: 16px;
    color: var(--white-color);
}
.breadcumb-title {
    color: var(--white-color);
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    margin: -0.21em 0 -0.14em 0;
    margin-bottom: 10px;
}
.breadcumb-wrapper {
    position: relative;
    padding: 249px 0 120px 0;
    z-index: 2;
}
.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.8);
    z-index: -1;
}
.breadcump-shape {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Large devices */
@media (max-width: 1199px) {
.breadcumb-wrapper {
    padding: 245px 0 120px 0;
}
.breadcumb-menu li,  .breadcumb-menu a,  .breadcumb-menu span {
    font-size: 16px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.breadcumb-wrapper {
    padding: 255px 0 120px 0;
}
.breadcumb-title {
    margin: -0.21em 0 -0.14em 0;
}
}

@media (max-width: 640px) {
.breadcumb-wrapper {
    padding: 200px 0 80px 0;
}
.breadcump-shape {
    display: none;
}
.breadcumb-title {
    margin: -0.3em 0 -0.14em 0;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.breadcumb-wrapper {
    padding: 200px 0 80px 0;
}
.breadcumb-title {
    font-size: 34px;
}
}
/*------------------- 4.5. Pagination  -------------------*/
.th-pagination {
    margin-bottom: 30px;
}
.th-pagination ul {
    margin: 0;
    padding: 0;
}
.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}
.th-pagination li:last-child {
    margin-right: 0;
}
.th-pagination li:first-child {
    margin-left: 0;
}
.th-pagination span, .th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    color: var(--white-color);
    background-color: var(--title-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}
.th-pagination span.active, .th-pagination span:hover, .th-pagination a.active, .th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    box-shadow: none;
}

/* Small devices */
@media (max-width: 767px) {
.th-pagination span,  .th-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
}
/*------------------- 4.6. Blog  -------------------*/
blockquote, .wp-block-quote {
    font-size: 20px;
    line-height: 1.56;
    padding: 40px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: var(--smoke-color);
    overflow: hidden;
    margin: 35px 0;
    color: var(--title-color);
    border-radius: 0;
}
blockquote p, .wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 18px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote p a, .wp-block-quote p a {
    color: inherit;
}
blockquote:before, .wp-block-quote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 4rem;
    font-weight: 700;
    opacity: 1;
    line-height: 3.8rem;
    color: var(--theme-color);
    opacity: 1;
    font-style: normal;
}
blockquote cite, .wp-block-quote cite {
    display: block;
    font-size: 22px;
    position: relative;
    border-color: inherit;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: -0.1em;
    font-style: normal;
    font-family: var(--title-font);
    padding-left: 40px;
    margin-left: 10px;/* Extra small devices */
}

@media (max-width: 375px) {
blockquote cite,  .wp-block-quote cite {
    padding-left: 30px;
    margin-left: 3px;
    font-size: 14px;
}
}
blockquote cite:before, .wp-block-quote cite:before {
    content: "";
    height: 2px;
    width: 30px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 9px;
    left: -10px;/* Extra small devices */
}

@media (max-width: 375px) {
blockquote cite:before,  .wp-block-quote cite:before {
    bottom: 0px;
}
}
blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right, .wp-block-quote.style-left-icon, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.has-text-align-right {
    padding: 50px;
}
blockquote.style-left-icon, .wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px;
}
blockquote.style-left-icon:before, .wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none;
}
blockquote.style-left-icon cite, .wp-block-quote.style-left-icon cite {
    color: var(--title-color);
}
blockquote.style-left-icon cite:before, .wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px;
}
blockquote.is-large cite:before, blockquote.is-style-large cite:before, .wp-block-quote.is-large cite:before, .wp-block-quote.is-style-large cite:before {
    top: unset;
    bottom: 13px;
}
blockquote.has-text-align-right:before, .wp-block-quote.has-text-align-right:before {
    content: "\f10d";
    right: unset;
    left: 60px;
}
.wp-block-pullquote {
    color: var(--white-color);
    padding: 0;
}
blockquote.has-very-dark-gray-color {
    color: var(--white-color) !important;
}
.wp-block-column blockquote, .wp-block-column .wp-block-quote {
    padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before, .wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right, .wp-block-column .wp-block-quote.style-left-icon, .wp-block-column .wp-block-quote.is-large:not(.is-style-plain), .wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-column .wp-block-quote.has-text-align-right {
    padding: 100px 15px 30px 15px;
}
.blog-meta {
    display: block;
}
.blog-meta span, .blog-meta a {
    position: relative;
    display: inline-block;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #363739;
    position: relative;
    height: 16px;
    line-height: 16px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #CDCDCD;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.blog-meta span,  .blog-meta a {
    margin-right: 8px;
    padding-right: 8px;
}
}

@media (max-width: 767px) {
.blog-meta span,  .blog-meta a {
    border-right: 1px solid transparent;
}
}
.blog-meta span .blog-post, .blog-meta a .blog-post {
    color: #787878;
    font-weight: 500;
}
.blog-meta span i, .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.blog-meta span:last-child, .blog-meta a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.blog-meta span:last-child:after, .blog-meta a:last-child:after {
    display: none;
}
.blog-meta a:hover {
    color: var(--theme-color);
}
.blog-audio img, .blog-img img, .blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-title a {
    color: inherit;
}
.blog-title a:hover {
    color: var(--theme-color);
}
.th-blog {
    margin-bottom: 30px;
}
.blog-inner-title {
    position: relative;
    margin-top: -0.14em;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.blog-inner-title i {
    color: var(--theme-color);
    margin-right: 4px;
}
.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    border-radius: 0;
    background: var(--white-color);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
}
.blog-single .blog-title:hover {
    color: var(--theme-color);
}
.blog-single .blog-title:hover a {
    color: inherit;
}
.blog-single .blog-text {
    margin-bottom: 27px;
}
.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.blog-single .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.blog-single .social-links li:last-child {
    margin-right: 0;
}
.blog-single .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: var(--smoke-color);
    font-size: 14px;
    border-radius: 50%;
    color: var(--title-color);
    text-align: center;
}
.blog-single .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.blog-single .blog-meta {
    margin: -0.35em 0 10px 0;
}
.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 40px;
    position: relative;
}
.blog-single .blog-audio {
    line-height: 1;
}
.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
    background-color: var(--smoke-color);
}
.blog-single .blog-img {
    position: relative;
}
.blog-single .blog-img.blog-video .white-play-btn {
    width: 80px;
    height: 80px;
    line-height: 82px;
    position: absolute;
    top: 43%;
    left: 43%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}
.blog-single .blog-img .slick-arrow {
 --pos-x: 30px;
 --icon-size: 60px;
    border: none;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
}
.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.blog-single .blog-img .play-btn {
 --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px;
}
.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block;
}
.share-links {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 0 30px 0;
    margin-bottom: 40px;
}
.share-links > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud, .share-links .tagcloud {
    display: inline-block;
}
.share-links .wp-block-tag-cloud a, .share-links .tagcloud a {
    background-color: #F3F1F2;
}

/* Medium Large devices */
@media (max-width: 1399px) {
.blog-single .blog-content {
    padding: 40px 20px;
}
.blog-single .blog-title {
    font-size: 28px;
}
.share-links {
 --blog-space-x: 20px;
}
}

/* Large devices */
@media (max-width: 1199px) {
blockquote,  .wp-block-quote {
    font-size: 18px;
    padding: 40px 20px 40px 20px;
}
blockquote:before,  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
}
blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,  .wp-block-quote.style-left-icon,  .wp-block-quote.is-large:not(.is-style-plain),  .wp-block-quote.is-style-large:not(.is-style-plain),  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
}
.blog-meta span,  .blog-meta a {
    margin-right: 6px;
    padding-right: 15px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.blog-single .blog-content {
    padding: 40px;
}
.blog-details .blog-single {
 --blog-space-x: 20px;
 --blog-space-y: 40px;
}
.share-links {
 --blog-space-x: 40px;
}
}

/* Small devices */
@media (max-width: 767px) {
.share-links {
 --blog-space-x: 20px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
}
blockquote cite,  .wp-block-quote cite {
    font-size: 16px;
}
blockquote cite:before,  .wp-block-quote cite:before {
    bottom: 6px;
}
.blog-meta span,  .blog-meta a {
    margin-right: 6px;
    padding-right: 6px;
}
.blog-meta span:after,  .blog-meta a:after {
    display: none;
}
.blog-details .blog-single {
 --blog-space-x: 20px;
 --blog-space-y: 20px;
}
.blog-single .blog-content {
    padding: 30px 20px;
}
.blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
}
.blog-single .blog-text {
    margin-bottom: 22px;
}
.blog-single .blog-bottom {
    padding-top: 15px;
}
.blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.blog-meta span,  .blog-meta a {
    margin-right: 5px;
    padding-right: 5px;
}
.blog-meta span:after,  .blog-meta a:after {
    display: none;
}
}
/*------------------- 4.7. Comments  -------------------*/
.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.th-comment-form .row {
 --bs-gutter-x: 20px;
    margin-top: 20px;
}
.th-comment-form .row .form-group {
    margin-top: 0;
    margin-bottom: 20px;
}
.th-comment-form .row .form-group:last-child {
    margin-bottom: 0;
}
.th-comment-form .row textarea.form-control, .th-comment-form .row textarea {
    margin-bottom: 0;
}
.th-comment-form .blog-inner-title {
    margin-bottom: 0px;
}
.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}
.th-comment-form .form-text {
    margin-bottom: 25px;
}
.blog-comment-area {
    margin-bottom: 25px;
}
.th-comments-wrap {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    overflow: hidden;
}
.th-comments-wrap .description p:last-child {
    margin-bottom: -0.5em;
}
.th-comments-wrap .comment-respond {
    margin: 30px 0;
}
.th-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.th-comments-wrap li {
    margin: 0;
}
.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}
.th-comments-wrap .th-post-comment ol, .th-comments-wrap .th-post-comment ul, .th-comments-wrap .th-post-comment dl {
    margin-bottom: 1rem;
}
.th-comments-wrap .th-post-comment ol ol, .th-comments-wrap .th-post-comment ol ul, .th-comments-wrap .th-post-comment ul ol, .th-comments-wrap .th-post-comment ul ul {
    margin-bottom: 0;
}
.th-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: -30px;
}
.th-comments-wrap ul.comment-list ul ul, .th-comments-wrap ul.comment-list ul ol, .th-comments-wrap ul.comment-list ol ul, .th-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0;
}
.th-comments-wrap .comment-avater {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 99px;
}
.th-comments-wrap .comment-avater img {
    width: 100%;
}
.th-comments-wrap .comment-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative;
}
.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--body-color);
    margin-left: auto;
}
.th-comments-wrap .commented-on i {
    color: var(--theme-color);
    margin-right: 7px;
    font-size: 0.9rem;
}
.th-comments-wrap .name {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;/* Extra small devices */
}

@media (max-width: 375px) {
.th-comments-wrap .name {
    margin-bottom: 0px;
    font-size: 14px;
}
}
.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.th-comments-wrap .text {
    margin-bottom: 10px;
}
.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px;
}
.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.th-comments-wrap .reply_and_edit a {
    margin-right: 10px;
}
.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0;
}
.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 8px 20px;
    color: var(--white-color);
    background: #141422;
    border-radius: 4px;
    text-transform: uppercase;
}

@media (max-width: 450px) {
.th-comments-wrap .reply-btn {
    font-size: 12px;
    padding: 4px 12px;
}
}
.th-comments-wrap .reply-btn i {
    margin-right: 7px;
}
.th-comments-wrap .reply-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}
ul.comment-list .th-comment-item:last-child > .th-post-comment {
    border-bottom: none;
    padding-bottom: 0;
}
ul.comment-list .th-comment-item:first-child > .th-post-comment {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-color);
}
.th-comments-wrap.th-comment-form {
    margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
.th-comments-wrap .children {
    margin-left: 40px;
}
}

/* Small devices */
@media (max-width: 767px) {
.th-comments-wrap {
    padding: 40px 0px;
}
.th-comments-wrap .th-post-comment {
    display: block;
}
.th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
}
.th-comments-wrap .comment-top {
    display: block;
}
.th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
}
.th-comments-wrap .children {
    margin-left: 40px;
}
.th-comments-wrap .children {
    margin-left: 30px;
}
}
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.th-hero-bg {
    position: absolute;
    inset: 0;
}
.th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Hero 1 ---------------------------------- */
.number-dots .slick-dots {
    margin: 0;
}
.number-dots .slick-dots button {
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: bold;
    color: var(--white-color);
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 18px;
    margin-bottom: 8px;
    position: relative;
}
.number-dots .slick-dots button:before {
    height: 7px;
    width: 7px;
    border: none;
    background-color: var(--white-color);
    position: absolute;
    top: unset;
    bottom: 0;
    left: 13px;
    visibility: visible;
    opacity: 1;
}
.number-dots .slick-dots .slick-active button {
    color: var(--theme-color);
}
.number-dots .slick-dots li {
    display: block;
    margin: 0;
}
.number-dots .slick-dots li:last-child button {
    padding-bottom: 0;
    margin-bottom: 0;
}
.number-dots .slick-dots li:last-child button:before {
    display: none;
}
.hero-subtitle {
    font-family: var(--body-font);
    color: var(--theme-color);
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
    text-transform: capitalize;/* Extra small devices */
}

@media (max-width: 575px) {
.hero-subtitle {
    font-size: 18px;
    line-height: 26px;
}
}
.hero-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 110px;
    color: var(--white-color);
    margin-top: 0px;
    margin-bottom: 50px;
    display: block;/* Extra large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
.hero-title {
    font-size: 80px;
    line-height: 90px;
}
}

@media (max-width: 1399px) {
.hero-title {
    font-size: 64px;
    line-height: 74px;
}
}

@media (max-width: 991px) {
.hero-title {
    font-size: 60px;
    line-height: 70px;
}
}

@media (max-width: 767px) {
.hero-title {
    font-size: 40px;
    line-height: 50px;
}
}

@media (max-width: 375px) {
.hero-title {
    font-size: 35px;
    line-height: 45px;
}
}
.hero-title:last-of-type {
    margin-bottom: 22px;
}
.hero-text {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    max-width: 611px;
}
.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 240px 0;
    text-align: center;/* Large devices */
}

@media (max-width: 1199px) {
.hero-style1 {
    padding: 180px 0;
}
}
.hero-style1 .btn-group {
    margin-top: 40px;
}
.hero-big {
    position: absolute;
    top: 25%;
    left: 4%;
    z-index: -1;/* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.hero-big {
    top: 18%;
}
}

@media (max-width: 1199px) {
.hero-big {
    left: 0px;
}
}

@media (max-width: 991px) {
.hero-big {
    top: 10%;
}
}

@media (max-width: 767px) {
.hero-big {
    top: 0;
}
}
.hero-big_text {
    font-weight: 800;
    font-size: 400px;
    line-height: 400px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);/* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
.hero-big_text {
    font-size: 350px;
}
}

@media (max-width: 1199px) {
.hero-big_text {
    font-size: 280px;
}
}

@media (max-width: 991px) {
.hero-big_text {
    font-size: 230px;
}
}

@media (max-width: 767px) {
.hero-big_text {
    font-size: 150px;
}
}

@media (max-width: 575px) {
.hero-big_text {
    font-size: 120px;
}
}

@media (max-width: 375px) {
.hero-big_text {
    font-size: 100px;
}
}
.hero-1 {
    position: relative;
}
.hero-1 .th-hero-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 2;
}
.hero-1 .icon-box.hero-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
}
.hero-1 .slick-arrow {
    position: relative;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;/* Medium devices */
}

@media (max-width: 991px) {
.hero-1 .slick-arrow {
    display: none;
}
}
.hero-1 .slick-arrow.default {
 --pos-x: 100px;
/* Medium Large devices */
}

@media (max-width: 1599px) {
.hero-1 .slick-arrow.default {
 --pos-x: 40px;
}
}

@media (max-width: 1299px) {
.hero-1 .slick-arrow.default {
 --pos-x: 20px;
}
}
.hero-1 .slick-arrow.default .icon-text {
    margin-top: -50px;
}
.hero-1 .slick-arrow.default:hover .icon-text {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-left: -20px;
}
.hero-1 .slick-arrow.default i {
    margin: -50px 0 0 0;/* Medium Large devices */
}

@media (max-width: 1299px) {
.hero-1 .slick-arrow.default i {
    display: none;
}
}
.hero-1 .slick-arrow.default1 {
 --pos-x: -100px;
/* Medium Large devices */
}

@media (max-width: 1599px) {
.hero-1 .slick-arrow.default1 {
 --pos-x: -40px;
}
}

@media (max-width: 1299px) {
.hero-1 .slick-arrow.default1 {
 --pos-x: -20px;
}
}
.hero-1 .slick-arrow.default1:hover .icon-text {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: -20px;
}
.hero-1 .slick-arrow.default1 i {
    margin: -20px 0 0 0;/* Medium Large devices */
}

@media (max-width: 1299px) {
.hero-1 .slick-arrow.default1 i {
    display: none;
}
}
.hero-1 .slick-arrow .icon-text {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white-color);
    min-width: 50px;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    display: block;
    text-align: center;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero-1 .slick-arrow:hover {
    background-color: transparent;
}
.hero-1 .hero-video-btn .video-play-btn {
    position: absolute;
    top: 50%;
    left: auto;
    right: 16%;
    width: 100px;
    height: 100px;
    line-height: 102px;
    background: var(--white-color);
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    color: var(--title-color);
    z-index: 9;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.hero-1 .hero-video-btn .video-play-btn {
    right: 0;
}
}

@media (max-width: 991px) {
.hero-1 .hero-video-btn .video-play-btn {
    display: none;
}
}
.hero-1 .hero-video-btn .video-play-btn:hover {
    background-color: var(--theme-color);
}
.hero-1 .hero-video-btn .video-play-btn:hover:before, .hero-1 .hero-video-btn .video-play-btn:hover:after {
    border: 1px solid var(--theme-color);
}
.hero-1 .hero-video-btn .video-play-btn:hover i {
    color: var(--white-color);
}
.hero-1 .hero-video-btn .video-play-btn:before, .hero-1 .hero-video-btn .video-play-btn:after {
    border: 1px solid var(--white-color);
}
.hero-1 .hero-video-btn .video-play-btn i {
    color: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
.hero-style1 {
    padding: 180px 0;
}
}

/* Medium devices */
@media (max-width: 991px) {
.hero-subtitle {
    margin-bottom: 10px;
}
.hero-subtitle img {
    max-width: 170px;
}
.hero-style1 {
    padding: 150px 0;
}
}

/* Small devices */
@media (max-width: 767px) {
.hero-style1 {
    padding: 100px 0 100px 0;
}
.hero-style1 .hero-text,  .hero-style3 .hero-text {
    max-width: 420px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.hero-title {
    font-size: 44px;
    line-height: 1.2;
}
.hero-text {
    margin-bottom: 28px;
}
}

@media (max-width: 390px) {
.hero-title {
    font-size: 36px;
    line-height: 1.3;
}
}
/* Hero 2 ---------------------------------- */
.hero-2 .th-hero-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.45;
    z-index: 2;
}
.hero-2 .slick-arrow {
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid var(--white-color);
    left: auto;
    right: 15%;
    top: 50%;
}
.hero-2 .slick-arrow.slick-next {
    top: 58%;
    right: auto;
    right: 15%;/* Large devices */
}

@media (max-width: 1199px) {
.hero-2 .slick-arrow.slick-next {
    top: 60%;
}
}
.hero-2 .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.hero-2 .hero-shape {
    position: absolute;
    right: 0;
    bottom: 17px;
    z-index: 7;
    mix-blend-mode: screen;/* Extra small devices */
}

@media (min-width: 1922px) {
.hero-2 .hero-shape {
    bottom: 18px;
}
}

@media (max-width: 575px) {
.hero-2 .hero-shape {
    display: none;
}
}
.hero-2 .hero-shape2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
}
.hero-2 .hero-bg {
    position: absolute;
    bottom: 4%;
    right: 18%;
    mix-blend-mode: overlay;
    z-index: 1;/* Medium devices */
}

@media (max-width: 991px) {
.hero-2 .hero-bg {
    display: none;
}
}
.hero-style2 {
    position: relative;
    z-index: 9;
    padding: 325px 0px 188px;
    max-width: 630px;
}
.hero-style2 .hero-text {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.hero-style2 .hero-subtitle {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--theme-color);
    margin-bottom: 10px;/* Extra small devices */
}

@media (max-width: 375px) {
.hero-style2 .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
}
}
.hero-style2 .hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
}
.hero-style2 .hero-title:last-of-type {
    margin-bottom: 15px;
}
.hero-style2 .shape-top {
    margin-bottom: 25px;
}
.hero-indicator {
/* Extra large devices */
}

@media (max-width: 1500px) {
.hero-indicator {
    display: none;
}
}
.hero-indicator .indicatior-btn {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, 100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 14px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}
.hero-indicator .indicatior-btn.arrow1 {
    right: var(--pos-x, 100px);
    left: auto;
}
.hero-indicator .indicatior-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.hero-indicator .indicatior-btn.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.hero-indicator3 {
    position: absolute;
    left: 150px;
    top: 47%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

@media (max-width: 1899px) {
.hero-indicator3 {
    left: 50px;
}
}

@media (max-width: 1599px) {
.hero-indicator3 {
    display: none;
}
}
.hero-indicator3 .indicatior-btn {
    display: block;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.hero-indicator3 .indicatior-btn:hover {
    border-color: var(--theme-color);
}
.hero-indicator3 .indicatior-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero-indicator3 .indicatior-btn.active {
    border-color: var(--theme-color);
}
.hero-slider-2 .hero-bg-color {
    background: var(--theme-color);
    mix-blend-mode: hue;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.hero-slider-2 .hero-thumb {
    position: relative;
    margin: -32px -420px 0 -59px;
}
.hero-slider-2 .hero-thumb .car-mask {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    mix-blend-mode: hue;
    height: 100%;
    width: 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

/* Large devices */
@media (max-width: 1199px) {
.hero-style2 {
    padding: 240px 0 120px 0;
}
.hero-style2 .shape-top img,  .hero-style2 .shape-bottom img {
    max-width: 550px;
}
.hero-style2 .hero-text {
    margin-bottom: 35px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.hero-style2 {
    padding: 250px 0 120px 0;
}
.hero-style2 .hero-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}
.hero-style2 .hero-text {
    font-size: 20px;
}
}

/* Small devices */
@media (max-width: 767px) {
.hero-style2 .hero-title {
    font-size: 50px;
    line-height: 60px;
}
.hero-style2 .shape-top img,  .hero-style2 .shape-bottom img {
    max-width: 100%;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.hero-2 .th-hero-bg:before {
    opacity: 0.6;
}
.hero-style2 {
    padding: 215px 0 90px 0;
}
.hero-style2 .hero-title:last-of-type {
    margin-bottom: 12px;
}
}

@media (max-width: 422px) {
.hero-style2 .hero-title,  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
}
}
/* Hero 3 ---------------------------------- */
.hero-3 {
    background-color: #1E1E1E;
}
.hero-3 .shape-mockup {
    position: absolute;
    z-index: 1;
}
.hero-3 .th-hero-img {
    position: relative;
    width: 1035px;
    height: 745px;
    margin: 143px -50% 0 30px;
    border-left: 12px solid var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);
    z-index: 9;/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1899px) {
.hero-3 .th-hero-img {
    margin: 143px 0% 0 30px;
}
}

@media (max-width: 1299px) {
.hero-3 .th-hero-img {
    width: 100%;
    height: 100%;
}
}

@media (max-width: 991px) {
.hero-3 .th-hero-img {
    margin: 0;
}
}
.hero-3 .th-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-3 .th-hero-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 2;
}
.hero-3 .slick-arrow {
    background-color: var(--theme-color);
 --pos-x: 40px;
    top: 50%;/* Medium Large devices */
}

@media (max-width: 1299px) {
.hero-3 .slick-arrow {
    display: none !important;
}
}
.hero-3 .slick-arrow:hover {
    background-color: var(--theme-color);
}
.hero-style3 {
    position: relative;
    padding: 285px 0 200px 0;
    z-index: 9;/* Medium Large devices */
}

@media (max-width: 1299px) {
.hero-style3 {
    padding: 266px 0 120px 0;
}
}
.hero-style3 .hero-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;/* Extra small devices */
}

@media (max-width: 575px) {
.hero-style3 .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
}
}
.hero-style3 .hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px;/* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.hero-style3 .hero-title {
    font-size: 70px;
    line-height: 80px;
}
}

@media (max-width: 1199px) {
.hero-style3 .hero-title {
    font-size: 50px;
    line-height: 70px;
}
}

@media (max-width: 767px) {
.hero-style3 .hero-title {
    font-size: 40px;
    line-height: 60px;
}
}

@media (max-width: 375px) {
.hero-style3 .hero-title {
    font-size: 28px;
    line-height: 45px;
}
}

/* Extra large devices */
/* Large devices */
@media (max-width: 1199px) {
.hero-3 .th-hero-bg {
    background-size: 130% 100%;
}
.hero-style3 {
    padding: 260px 0 120px 0;
}
}

/* Medium devices */
@media (max-width: 991px) {
.hero-3 .th-hero-bg {
    background-size: 160% 100%;
}
.hero-style3 {
    padding: 220px 0 80px 0;
    text-align: center;
}
.hero-style3 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-style3 .hero-subtitle img {
    max-width: 100%;
}
}

/* Small devices */
@media (max-width: 767px) {
.hero-3 .th-hero-bg {
    background-size: 180% 100%;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.hero-3 .th-hero-bg {
    background-size: 200% 100%;
}
.hero-style3 {
    padding: 230px 0 90px 0;
}
}
.pagingInfo {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pagingInfo1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}
.pagingInfo2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}
.number-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}
.total-pagination {
    width: 5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
}
.progress-wrapper {
    min-width: 150px;
 --space: 38%;
}
.progress {
    position: absolute;
    top: 60%;
    left: var(--space);
 width: calc(100% - var(--space)*2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 190px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background-color: var(--title-color);
    background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
}
/*------------------- 4.9. Error  -------------------*/
.error-content {
    text-align: center;
}
.error-img {
    text-align: center;
    margin-bottom: 10px;
}
.error-title {
    margin-bottom: 20px;
}
.error-text {
    margin-bottom: 35px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
.error-img {
    margin-bottom: 10px;
}
.error-title {
    margin-bottom: 15px;
}
}

/* Small devices */
@media (max-width: 767px) {
.error-title {
    margin-bottom: 10px;
}
}
/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
    position: fixed;
    background-color: var(--white-color);
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup-search-box button.searchClose {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: transparent;
    font-size: 35px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--black-color);
    border: none;
}
.popup-search-box button.searchClose:hover {
    color: var(--theme-color);
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    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;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;/* Large devices */
}

@media (max-width: 1199px) {
.popup-search-box form {
    max-width: 600px;
}
}
.popup-search-box form input {
    font-family: var(--title-font);
    font-size: 25px;
    height: 70px;
    width: 100%;
    border-bottom: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 0px;
    color: var(--black-color);
}
 .popup-search-box form input::-moz-placeholder {
 color: var(--black-color);
}
 .popup-search-box form input::-webkit-input-placeholder {
 color: var(--black-color);
}
 .popup-search-box form input:-ms-input-placeholder {
 color: var(--black-color);
}
 .popup-search-box form input::-ms-input-placeholder {
 color: var(--black-color);
}
 .popup-search-box form input::placeholder {
 color: var(--black-color);
}
.popup-search-box form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
    border-bottom: 2px solid var(--theme-color);
    background-color: transparent;
}
.popup-search-box form button {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: transparent;
    border: none;
    color: var(--black-color);
    font-size: 24px;
    cursor: pointer;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.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;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .th-social a {
    background-color: transparent;
    border: 1px solid;
}
.sidemenu-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.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%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 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;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}
/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message, .woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 0;
}
.woocommerce-message a, .woocommerce-info a {
    color: var(--white-color);
    text-decoration: underline;
}
.woocommerce-message a:hover, .woocommerce-info a:hover {
    color: var(--title-color);
}
.woocommerce-message:before, .woocommerce-info:before {
    content: '\f06a';
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
    content: '\f14a';
    font-weight: 300;
}
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color);
}
.woocommerce-form-register, .woocommerce-form-coupon, .woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;/* Extra small devices */
}
.woocommerce-form-register input, .woocommerce-form-coupon input, .woocommerce-form-login input {
    background-color: var(--smoke-color);
}

@media (max-width: 575px) {
.woocommerce-form-register,  .woocommerce-form-coupon,  .woocommerce-form-login {
    padding: 40px 20px;
}
}
.woocommerce-form-register .form-group, .woocommerce-form-coupon .form-group, .woocommerce-form-login .form-group {
    margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child, .woocommerce-form-coupon .form-group:last-child, .woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}
.woocommerce-form-login {
    margin-bottom: 30px;
}
.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a, nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
table.variations, .woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
table.variations td, .woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}
table.variations td:first-child, .woocommerce-grouped-product-list-item td:first-child {
    padding: 0;
}
table.variations label, .woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}
table.variations label a, .woocommerce-grouped-product-list-item label a {
    color: var(--title-color);
}
table.variations label a:hover, .woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color);
}
table.variations .label, .woocommerce-grouped-product-list-item .label {
    border: none;
}
table.variations__label, .woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600;
}
table.variations__price, .woocommerce-grouped-product-list-item__price {
    border: none !important;
}
table.variations__price .price, table.variations__price .amount, .woocommerce-grouped-product-list-item__price .price, .woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important;
}
table.variations del, .woocommerce-grouped-product-list-item del {
    margin-left: 12px;
}
.woocommerce-product-attributes th, .woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child, .woocommerce-product-attributes td p:last-child {
    margin-bottom: 0;
}
.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px;
}
table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
table.variations td {
    padding: 0;
}
table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px;
}
table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px;
}
.woosq-product .product .woocommerce-grouped-product-list-item__quantity, .woosq-product .product .woocommerce-grouped-product-list-item__label, .woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important;
}
.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700;
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111;
}
table.woocommerce-product-attributes {
    margin-bottom: 30px;
}
#woosq-popup .product_meta {
    margin-top: 20px;
}
#woosq-popup .product_title {
    font-size: 32px;
    margin-bottom: 15px;
}
#woosq-popup .woocommerce-product-rating {
    margin-bottom: 15px;
}
#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 12px;
}
.star-rating:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    color: var(--theme-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\e28b\e28b\e28b\e28b\e28b";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
}
.woocommerce-Reviews .th-post-comment {
    border-radius: 20px;
}
.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
}
.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0 !important;
    margin-top: 28px;
    margin-bottom: 40px;
}
.woocommerce-Reviews .th-comment-form input, .woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important;/* Medium devices */
}

@media (max-width: 991px) {
.woocommerce-Reviews .comment-list {
    display: block;
}
}
.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 40px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    border-radius: 8px;
}
.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px;
}
.rating-select label {
    margin: 0;
    margin-right: 10px;
}
.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}
.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400;
}
.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
.woocommerce-message,  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
}
.woocommerce-message:before,  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
}
}
.woosq-product > .product > div {
    max-height: 460px;
    min-height: 460px;
    height: auto;
}
.woosq-product .thumbnails .slick-slide {
    outline: none;
    max-height: 100%;
}
.woosq-product .thumbnails img {
    padding: 10px 5px;
    width: 100%;
    height: 100%;
}
.woosq-product .thumbnails .slick-list {
    width: 100%;
    max-height: 100%;
    position: relative;
}
.woosq-product .thumbnails .slick-dots {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px !important;
    margin-top: 30px;
    top: auto;
    z-index: 8;
}
.cart_table .th-cart-coupon {
    margin-left: 10px !important;/* Small devices */
}

@media (max-width: 767px) {
.cart_table .th-cart-coupon {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
}
.select2-container--default .select2-selection--single {
    height: 60px;
    border: none !important;
}
.woocommerce-error {
    border-radius: 0 !important;
}
.woocommerce-checkout-payment ul li {
    border-radius: 0 !important;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -25px;
}
/*------------------- 4.00. Products  -------------------*/
.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    padding-bottom: 0px;
    border-radius: 0px;
}
.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 10px 0;
}
.th-product .product-title a {
    color: inherit;
}
.th-product .product-title a:hover {
    color: var(--theme-color);
}
.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -0.4em;
}
.th-product .price del {
    margin-left: 5px;
    color: #a9a9a9;
}
.th-product .product-img {
 --space: 20px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 0px;
    z-index: 2;
    margin: 0 0 30px 0;
}
.th-product .product-img:before {
 --space: 20px;
    content: '';
 height: calc(100% - var(--space)*2);
 width: calc(100% - var(--space)*2);
    position: absolute;
    top: var(--space);
    left: var(--space);
    background-color: var(--title-color);
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.th-product .star-rating {
    margin: 0 auto 5px auto;
    width: 93px;
    font-size: 14px;
}
.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.th-product .actions .icon-btn {
 --btn-size: 40px !important;
    line-height: 42px !important;
    font-size: 14px;
    border-color: var(--theme-color);
    color: var(--white-color);
    background: var(--theme-color);
    border-radius: 0px;
}
.th-product .actions .icon-btn i {
    margin-right: 1px;
}
.th-product .actions .icon-btn:hover {
    color: var(--theme-color);
    background: var(--white-color);
    border-color: var(--white-color);
}
.th-product .actions > * {
    margin: 0 var(--icon-gap-x, 5px);
}
.th-product .actions > * > a {
    margin: 0;
}
.th-product .product-tag {
    width: 60px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--theme-color);
    line-height: 31px;
    color: var(--white-color);
    border-radius: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: -1px;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.th-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 0;
}
.th-product .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-product .add_to_cart_button.added {
    display: none;
}
.th-product .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 0;
    text-align: center;
    border-radius: 0px;
}
.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}
.th-product .added_to_cart:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px;
}
.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.7;
}
.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
}
.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
}
.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px;
}
.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
}
.th-product.list-view .actions {
 --btn-size: 35px;
 --btn-font-size: 13px;
 --icon-gap-x: 2px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
    font-size: 16px;
}
.th-product.list-view .action-btn {
    padding: 8px 15px;
}
.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px;
}
.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.th-product.list-view .product-price {
    font-size: 14px;
}
#productCarousel .slick-arrow {
    top: 37.5%;
}
.mfp-content {
    margin: 1.5rem auto;
}
.mfp-content .product-details-img {
    padding-top: 15px;
}
.mfp-content .product-about {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-content .container {
    position: relative;
}
.mfp-content .product-big-img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.woosq-popup .product_meta > span > a:after, .woosq-popup .product_meta > span > span:after {
    display: none;
}
.woosq-product > .product > div {
    height: auto;
}
.th-sort-bar {
    padding: 0;
    margin: 0 0 24px 0;
}
.th-sort-bar .row {
 --bs-gutter-x: 0;
 --bs-gutter-y: 15px;
}
.th-sort-bar .single-select, .th-sort-bar select {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    border-radius: 0px;
    color: var(--body-color);
    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-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.th-sort-bar .woocommerce-result-count {
    margin-bottom: 0;
    color: var(--body-color);
}
.th-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px;
}
.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
    color: var(--theme-color);
}
.product-thumb-area {
    position: relative;
}
.product-thumb-area .product-thumb-tab {
    position: absolute;
    bottom: 50px;
    left: 0;
}
.product-thumb-tab {
 --thumb: 87px;
 --gap: 0px;
    position: relative;
    z-index: 3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.product-thumb-tab .tab-btn {
    background-color: var(--white-color);
    cursor: pointer;
    height: var(--thumb);
    width: var(--thumb);
    padding: var(--gap);
    border-radius: 0px;
}
.product-thumb-tab .tab-btn img {
    max-width: 100%;
    width: 100%;
    border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-right: 15px;
}
.product-big-img {
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 0px;
    position: relative;
}
.product-big-img .img {
    width: 100%;
    border-radius: 0px;
}
.product-big-img .img img {
    width: 100%;
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
}
.product-big-img .add_to_wishlist {
    position: absolute;
    top: 48px;
    right: 48px;
}
.product-thumb, .product-big-img {
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 0px;
    position: relative;
}
.product-thumb .img, .product-big-img .img {
    width: 100%;
    border-radius: 0px;
}
.product-thumb .img img, .product-big-img .img img {
    width: 100%;
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
}
.product-thumb .add_to_wishlist, .product-big-img .add_to_wishlist {
    position: absolute;
    top: 48px;
    right: 48px;
}
.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.quantity > .screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px;
}
.quantity .qty-btn, .quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600;
}
.quantity .qty-btn:last-child, .quantity .qty-input:last-child {
    border-right: none;
}
.quantity .qty-btn {
    font-size: 16px;
}
.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0;
}
.product_meta > span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold;
}
.product_meta > span:last-child {
    margin-bottom: 0;
}
.product_meta > span a {
    color: inherit;
}
.product_meta > span a:hover {
    color: var(--theme-color);
}
.product_meta > span > a, .product_meta > span > span {
    position: relative;
    color: var(--body-color);
    font-weight: 400;
}
.product_meta > span > a:after, .product_meta > span > span:after {
    content: ",";
    margin-right: 5px;
}
.product_meta > span > a:last-child:after, .product_meta > span > span:last-child:after {
    display: none;
}
.product_meta > span > a:first-child, .product_meta > span > span:first-child {
    margin-left: 7px;
}
.product-tab-style1 {
    border-bottom: 1px solid #ececec;
    margin: 85px auto 33px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;/* Small devices */
}

@media (max-width: 767px) {
.product-tab-style1 {
    gap: 20px;
}
}
.woocommerce-table {
    margin-bottom: 0;
}
.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    box-shadow: none;
}
.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    margin-bottom: 0;
}
.woocommerce-Reviews .th-comment-form input, .woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px;
}
.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 40px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    margin-bottom: 24px;
}
.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
.woocommerce-Reviews .th-post-comment {
    padding: 15px !important;
}
}

/* Medium devices */
@media (max-width: 991px) {
.woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
}
.woocommerce-Reviews .th-comment-form {
    padding: 40px;
}
}

/* Small devices */
@media (max-width: 767px) {
.woocommerce-Reviews .comment-list {
    display: block;
}
.woocommerce-Reviews .th-comment-form {
    padding: 40px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
}
}
#productTabContent {
    margin-bottom: -10px;
}
#additional_information {
    margin-bottom: 40px;
}
#reviews {
    margin-bottom: 40px;
}
.product-inner-list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-inner-list li {
    position: relative;
    padding-left: 15px;
}
.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
}
.share-title i {
    color: var(--theme-color);
}
.summary-content, .product-about {
    padding-left: 24px;
}
.summary-content .product-title, .product-about .product-title {
    margin: -0.4em 0 18px 0;
    font-weight: 800;
}
.summary-content > .price, .product-about > .price {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    display: block;
    margin-bottom: 28px;
    margin-right: 10px;
    line-height: inherit;
}
.summary-content > .price del, .product-about > .price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px;
}
.summary-content .product-rating, .product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 25px;
}
.summary-content .product-rating .star-rating, .product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px;
}
.summary-content .woocommerce-review-link, .product-about .woocommerce-review-link {
    color: var(--body-color);
}
.summary-content .checklist, .product-about .checklist {
    margin: 30px 0 40px 0;
}
.summary-content .checklist li, .product-about .checklist li {
    font-weight: 400;
}
.summary-content .actions, .product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 33px 0 27px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.summary-content .actions .th-btn, .product-about .actions .th-btn {
    padding: 16px 30px;
}
.summary-content .actions .th-btn .btn-icon, .product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn, .product-about .actions .icon-btn {
    border-color: var(--border-color);
    border-radius: 4px;
}
.summary-content .actions .icon-btn:hover, .product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.summary-content .share, .product-about .share {
    margin-top: 25px;
}
.summary-content .th-social a, .product-about .th-social a {
 --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 0;
}
.summary-content .th-social a:hover, .product-about .th-social a:hover {
    border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 0px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before, .product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.summary-content .tinv-wishlist a, .product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
}
.summary-content .tinv-wishlist a:hover, .product-about .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.summary-content .quantity, .product-about .quantity {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 0px;
    height: 60px;
    width: 120px !important;
}
.summary-content .quantity .qty-input, .product-about .quantity .qty-input {
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: var(--title-color);
    text-align: center;
    font-weight: 500;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.summary-content .quantity .qty-btn, .product-about .quantity .qty-btn {
    content: "";
    position: absolute;
    color: var(--title-color);
    background-color: transparent;
    right: 4px;
    border: none;
    line-height: 60px;
}
.summary-content .quantity .quantity-plus, .product-about .quantity .quantity-plus {
    bottom: 12px;
}
.summary-content .quantity .quantity-minus, .product-about .quantity .quantity-minus {
    top: 8px;
}
.product-details .th-comments-wrap {
    margin-top: 0;
}
.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color);
}
.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0;
}
.related-product-wrapper {
    padding-top: 115px;
}
.woosq-product .thumbnails img {
    padding: 10px;
}
.woosq-product .thumbnails .slick-dots {
    bottom: auto;
    margin-top: 30px;
}
.woosq-product .thumbnails .slick-dots li ~ li {
    margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
    background: var(--theme-color);
    position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
    display: none;
}
#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
    display: none;
}
.mfp-woosq .mfp-close {
    width: 44px;
    height: 44px;
    line-height: initial;
}
.woocommerce-Reviews .th-post-comment {
    border-radius: 0px;
}
.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
}
.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
}
.woocommerce-Reviews .th-comment-form input, .woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color);
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;/* Small devices */
}

@media (max-width: 767px) {
.woocommerce-Reviews .comment-list {
    display: block;
}
}
.woocommerce-Reviews .comment-list li {
    max-width: 100%;
    margin: 12px;/* Small devices */
}
.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--border-color) !important;
    padding: 30px !important;
    box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
    margin-bottom: 0px;
}
.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
.woocommerce-Reviews .th-post-comment {
    padding: 30px !important;
}
}

/* Medium devices */
@media (max-width: 991px) {
.woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
}
.woocommerce-Reviews .th-comment-form {
    padding: 30px !important;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.woocommerce-Reviews .th-comment-form {
    padding: 40px 20px;
}
}

/* Medium Large devices */
@media (max-width: 1399px) {
.th-product.list-view .product-img {
    max-width: 150px;
}
}

/* Medium Large devices */
@media (max-width: 1299px) {
.product-thumb-tab {
 --thumb: 100px;
    margin-left: -40px;
}
.product-thumb-area {
    margin-right: 0;
}
}

/* Large devices */
@media (max-width: 1199px) {
.th-sort-bar select {
    min-width: auto;
}
.product-tab-style1 {
    margin: 55px 0 40px 0;
}
.summary-content,  .product-about {
    padding-left: 0;
}
.summary-content .actions,  .product-about .actions {
    margin: 0;
}
.product-big-img .img {
    height: 540px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.product-big-img {
    margin-bottom: 40px;
}
.product-thumb-tab {
    margin-left: -10px;
}
.th-product-box.list-view .product-img {
    max-width: 150px;
}
.th-sort-bar .row {
 --bs-gutter-x: 20px;
}
.th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.th-sort-bar .nav a:last-child:before {
    display: none;
}
.woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
}
}

/* Small devices */
@media (max-width: 767px) {
.th-sort-bar {
    text-align: center;
}
.th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.th-sort-bar .single-select,  .th-sort-bar select {
    margin: 0 auto;
    width: 100%;
}
.th-sort-bar .woocommerce-result-count {
    padding-left: 0;
}
.th-product-box.list-view .product-img {
    max-width: 130px;
}
.th-product-box.list-view .actions {
 --btn-size: 30px;
 --btn-font-size: 10px;
 --icon-gap-x: 2px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.product-about .actions {
    gap: 15px 15px;
}
.product-thumb-tab {
 --thumb: 74px;
 --gap: 6px;
}
.product-thumb-tab .tab-btn {
    border-radius: 0px;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
}
.product-thumb-tab .indicator {
    border-radius: 0px;
}
.product-big-img .img {
    height: 370px;
}
.product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.summary-content .product-title,  .product-about .product-title {
    margin: 0 0 7px 0;
}
.summary-content > .price,  .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.th-product.list-view .product-img {
    max-width: 130px;
}
}
.woosq-product .thumbnails .slick-list {
    display: block;
}
/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
    text-align: center;
}
.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px;
}
.cart_table thead {
    background-color: #ecf0f1;
}
.cart_table thead th {
    border: none !important;
}
.cart_table td:before, .cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 800;
    border: none;
    padding: 27px 15px;
}
.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
}
.cart_table .product-quantity {
    color: var(--title-color);
}
.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}
.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--body-color);
}
.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--smoke-color);
}
.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}
.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_table .qty-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px;
}
.cart_table .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 70px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 10px;
    border-radius: 4px;
    padding: 0;/* Firefox */
}
 .cart_table .qty-input::-moz-placeholder {
 color: var(--title-color);
}
 .cart_table .qty-input::-webkit-input-placeholder {
 color: var(--title-color);
}
 .cart_table .qty-input:-ms-input-placeholder {
 color: var(--title-color);
}
 .cart_table .qty-input::-ms-input-placeholder {
 color: var(--title-color);
}
 .cart_table .qty-input::placeholder {
 color: var(--title-color);
}
 .cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.cart_table .qty-input[type="number"] {
    -moz-appearance: textfield;
}
.cart_table .actions {
    text-align: right;
    vertical-align: middle;
}
.cart_table .actions > .th-btn {
    font-size: 16px;
    padding: 20px 28px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cart_table .actions > .th-btn:last-child {
    margin-right: 0;
}
.cart_table .cart-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;/* Medium devices */
}

@media (max-width: 991px) {
.cart_table .cart-button {
    display: block;
}
}
.cart_table .cart-button .th-btn {
    padding: 17px 28px;/* Medium devices */
}

@media (max-width: 991px) {
.cart_table .cart-button .th-btn {
    display: inline-block;
}
}
.cart_table .cart-button .btn-group {
/* Medium devices */
}

@media (max-width: 991px) {
.cart_table .cart-button .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
}
.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart_table .th-cart-coupon input {
    width: calc(100% - 200px);
    margin-right: 10px;
    min-height: 60px;
}
.cart_table .th-cart-coupon .th-btn {
    font-size: 16px;
    padding: 17px 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;/* Small devices */
}

@media (max-width: 767px) {
.cart_table .th-cart-coupon .th-btn {
    display: inline-block;
    margin-top: 10px;
}
}
.cart_totals {
    border: 1px solid #ecf0f1;
}
.cart_totals th, .cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}
.cart_totals th:first-child, .cart_totals td:first-child {
    width: 45%;
    background-color: #f9fbfb;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}
.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
    display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .th-btn {
    padding: 5px 30px;
}
.cart_totals .amount {
    font-weight: 700;
}
.cart_totals .order-total .amount {
    color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
.cart_table th {
    padding: 23px 8px;
    font-size: 14px;
}
.cart_table .cart-productname {
    font-size: 14px;
}
.cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart_table .actions {
    text-align: center;
}
}

/* Small devices */
@media (max-width: 767px) {
.cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
}
.cart_table thead {
    display: none;
}
.cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
}
.cart_table td::before {
    display: block;
}
.cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
}
.cart_table td.actions {
    padding-left: 15px;
    text-align: center;
}
.cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
}
.cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
}
.cart_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
}
.cart_totals th,  .cart_totals td {
    padding: 15px 10px;
}
.cart_totals th:first-child,  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
}
}
/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group, .woocommerce-checkout .form-row {
    margin-bottom: 0;
}
.woocommerce-checkout .form-select, .woocommerce-checkout .select2-container, .woocommerce-checkout .form-control {
    margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
    color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0;
}
.woocommerce-form-login select, .woocommerce-form-login .form-select, .woocommerce-form-login .form-control, .woocommerce-form-login .select2, .woocommerce-form-login .select2-container, .woocommerce-form-coupon select, .woocommerce-form-coupon .form-select, .woocommerce-form-coupon .form-control, .woocommerce-form-coupon .select2, .woocommerce-form-coupon .select2-container, .woocommerce-checkout select, .woocommerce-checkout .form-select, .woocommerce-checkout .form-control, .woocommerce-checkout .select2, .woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x);
}
#ship-to-different-address {
    margin-top: 15px;
}
.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px;
}
.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '\f107';
    font-family: var(--icon-font);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
    outline: none;
}
.shipping-calculator-form .form-select, .shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    background-position: right 13px center;
}
.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}
.checkout-ordertable th, .checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}
.checkout-ordertable th {
    font-weight: 800;
    text-align: left;
}
.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}
.checkout-ordertable .order-total .amount {
    color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
    color: var(--theme-color);
}
.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout-payment {
    text-align: left;
}
.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 16px;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label {
    margin-bottom: 17px;
    color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    margin-bottom: -2px;
    margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}
.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}
.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
tfoot.checkout-ordertable th {
    display: none;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
}
.checkout-ordertable th,  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
}
}
/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.tinv-wishlist .tinv-header {
    margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.tinv-wishlist table {
    border: none;
}
.tinv-wishlist table th {
    color: var(--title-color);
}
.tinv-wishlist table td, .tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}
.tinv-wishlist table thead {
    background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb, .tinv-wishlist .product-remove {
    width: 40px;
    text-align: center;
}
.tinv-wishlist .product-thumbnail {
    width: 110px;
}
.tinv-wishlist .stock.in-stock {
    margin-bottom: 0;
}
.tinv-wishlist ins {
    text-decoration: none;
}
.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0;
    padding-top: 0;
}
.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
    display: none;
}
.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
    display: block;
}
.tinv-wishlist .product-stock span {
    display: inline;
}
.tinv-wishlist .product-stock i {
    margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}
.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.tinv-wishlist button.button {
    min-width: 160px;
    line-height: 18px;
}
}

@media (max-width: 991px) {
.tinv-wishlist button.button {
    display: block;
    min-width: 130px;
    margin: auto;
}
}
.tinv-wishlist button.button i {
    font-size: 18px !important;
    margin-right: 3px !important;
}
.tinv-wishlist button.button.mask-btn {
    padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
    padding: 0.5px 21px;
}
.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff;
}
.tinv-wishlist th, .tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
    color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
.tinvwl-full {
    display: none;
}
.tinv-wishlist .tinvwl-mobile {
    display: block;
}
.tinvwl-txt {
    display: none !important;
}
.product-stock {
    width: 40px;
    text-align: center;
}
}

/* Small devices */
@media (max-width: 767px) {
.tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
}
.tinv-wishlist table td,  .tinv-wishlist table th {
    border: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
}
.product-name {
    text-align: center;
}
.tinv-wishlist table td,  .tinv-wishlist table th {
    border-bottom: none;
}
.tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
}
.tinvwl-txt {
    display: inline-block !important;
}
}
/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
.contact-img {
    height: 100%;
    position: relative;
    z-index: 2;
}
.contact-img img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 100%;
}
.rsvp-form .form-group {
    margin-bottom: 30px;
}
.contact-area {
 --space: 60px;
    position: relative;
}
.contact-area::before {
    content: '';
 height: calc(100% - var(--space)*2);
 width: calc(100% + var(--space)*2);
    position: absolute;
    top: var(--space);
    left: calc(0px - var(--space));
    border: 2px solid var(--theme-color);
}
.contact-area .shape {
    position: absolute;
    top: 0;
    left: -182px;
}

/* Large devices */
@media (max-width: 1199px) {
.contact-area::before {
    display: none;
}
.contact-img img {
    max-width: 100%;
}
}
/* Request Page ----------------------- */
.request-area {
    margin-top: -66px;/* Large devices */
}

@media (max-width: 1199px) {
.request-area {
    margin-top: 0;
}
}
.request-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.request-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media (max-width: 575px) {
.request-wrapper {
    display: block;
    margin: auto;
    text-align: center;
}
.request-wrapper .btn-group {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.request-wrapper .feature-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}
}
.request-quote-form {
    background-color: var(--theme-color);
    padding: 50px;
    position: relative;
    z-index: 9;/* Extra small devices */
}

@media (max-width: 575px) {
.request-quote-form {
    padding: 30px 20px;
}
}
.request-quote-form.style2 {
    background-color: var(--white-color);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 40px -35px 0;/* Large devices */
}

@media (max-width: 1399px) {
.request-quote-form.style2 {
    margin: 0 0px -40px 0;
    padding: 30px;
}
}

@media (max-width: 1199px) {
.request-quote-form.style2 {
    margin-bottom: 40px;
}
}
.request-quote-form.style2 textarea.form-control {
    min-height: 120px;
    padding: 12px 20px;
    padding-left: 45px;
}
.request-quote-form.style2 .th-btn {
/* Extra small devices */
}

@media (max-width: 575px) {
.request-quote-form.style2 .th-btn {
    padding: 14px 20px;
}
}
.request-quote-form select, .request-quote-form .form-control, .request-quote-form .form-select, .request-quote-form textarea, .request-quote-form input {
    height: 56px;
    padding: 0 22px 0 22px;
    padding-left: 42px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color2);
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.request-quote-form .nice-select .option {
    color: var(--title-color);
}
.request-quote-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.request-quote-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.request-quote-form .nice-select .option:hover, .request-quote-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.request-quote-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.request-quote-form .form-group {
    margin-bottom: 20px;
}
.request-quote-form .form-group i {
    left: 33px;
    top: 19px;
    z-index: 9;
    max-width: 15px;
}
.request-quote-form textarea.form-control, .request-quote-form textarea textarea {
    min-height: 96px;
    padding: 12px 20px;
    padding-left: 45px;
}
.request-quote-form .request-shape {
    position: absolute;
    left: -25%;
    bottom: 4%;/* Medium devices */
}

@media (max-width: 991px) {
.request-quote-form .request-shape {
    display: none;
}
}
.th-request-form {
    background-color: var(--theme-color);
    padding: 60px;/* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
.th-request-form {
    padding: 40px;
    margin-right: 7px;
}
.th-request-form .btn-group {
    margin-bottom: 0px;
}
}

@media (max-width: 767px) {
.th-request-form {
    margin-right: 5px;
}
}

@media (max-width: 575px) {
.th-request-form {
    padding: 30px;
    margin-right: 0px;
}
}
.th-request-form.style2 {
    background-color: transparent;
    min-width: 880px;
    width: 100%;
    padding: 60px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.th-request-form.style2 {
    min-width: 700px;
}
}

@media (max-width: 1199px) {
.th-request-form.style2 {
    min-width: 550px;
    padding: 40px;
}
}

@media (max-width: 991px) {
.th-request-form.style2 {
    min-width: 100%;
    padding: 30px;
}
}

@media (max-width: 575px) {
.th-request-form.style2 {
    padding: 30px;
}
}
.th-request-form.style2 .request-wrapper {
    background-color: transparent;
}
.th-request-form.style2 .form-group select, .th-request-form.style2 .form-group .form-control, .th-request-form.style2 .form-group .form-select, .th-request-form.style2 .form-group textarea, .th-request-form.style2 .form-group input {
    background-color: var(--white-color);
    color: var(--black-color-2);
}
.th-request-form.style2 .form-group select:focus, .th-request-form.style2 .form-group .form-control:focus, .th-request-form.style2 .form-group .form-select:focus, .th-request-form.style2 .form-group textarea:focus, .th-request-form.style2 .form-group input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--white-color);
}
 .th-request-form.style2 .form-group select::-moz-placeholder, .th-request-form.style2 .form-group .form-control::-moz-placeholder, .th-request-form.style2 .form-group .form-select::-moz-placeholder, .th-request-form.style2 .form-group textarea::-moz-placeholder, .th-request-form.style2 .form-group input::-moz-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style2 .form-group textarea::-webkit-input-placeholder, .th-request-form.style2 .form-group input::-webkit-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select:-ms-input-placeholder, .th-request-form.style2 .form-group .form-control:-ms-input-placeholder, .th-request-form.style2 .form-group .form-select:-ms-input-placeholder, .th-request-form.style2 .form-group textarea:-ms-input-placeholder, .th-request-form.style2 .form-group input:-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style2 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style2 .form-group textarea::-webkit-input-placeholder, .th-request-form.style2 .form-group input::-webkit-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select::-moz-placeholder, .th-request-form.style2 .form-group .form-control::-moz-placeholder, .th-request-form.style2 .form-group .form-select::-moz-placeholder, .th-request-form.style2 .form-group textarea::-moz-placeholder, .th-request-form.style2 .form-group input::-moz-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select:-ms-input-placeholder, .th-request-form.style2 .form-group .form-control:-ms-input-placeholder, .th-request-form.style2 .form-group .form-select:-ms-input-placeholder, .th-request-form.style2 .form-group textarea:-ms-input-placeholder, .th-request-form.style2 .form-group input:-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select::-ms-input-placeholder, .th-request-form.style2 .form-group .form-control::-ms-input-placeholder, .th-request-form.style2 .form-group .form-select::-ms-input-placeholder, .th-request-form.style2 .form-group textarea::-ms-input-placeholder, .th-request-form.style2 .form-group input::-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style2 .form-group select::placeholder, .th-request-form.style2 .form-group .form-control::placeholder, .th-request-form.style2 .form-group .form-select::placeholder, .th-request-form.style2 .form-group textarea::placeholder, .th-request-form.style2 .form-group input::placeholder {
 color: var(--black-color-2);
}
.th-request-form.style2 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}
.th-request-form.style2 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}
.th-request-form.style3 {
    background-color: var(--smoke-color);
    max-width: 100%;
    padding: 60px;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.th-request-form.style3 {
    padding: 40px;
}
}

@media (max-width: 575px) {
.th-request-form.style3 {
    padding: 20px;
}
}
.th-request-form.style3 .form-group select, .th-request-form.style3 .form-group .form-control, .th-request-form.style3 .form-group .form-select, .th-request-form.style3 .form-group textarea, .th-request-form.style3 .form-group input {
    background-color: var(--white-color);
    color: var(--body-color);
}
.th-request-form.style3 .form-group select:focus, .th-request-form.style3 .form-group .form-control:focus, .th-request-form.style3 .form-group .form-select:focus, .th-request-form.style3 .form-group textarea:focus, .th-request-form.style3 .form-group input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--white-color);
}
 .th-request-form.style3 .form-group select::-moz-placeholder, .th-request-form.style3 .form-group .form-control::-moz-placeholder, .th-request-form.style3 .form-group .form-select::-moz-placeholder, .th-request-form.style3 .form-group textarea::-moz-placeholder, .th-request-form.style3 .form-group input::-moz-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style3 .form-group textarea::-webkit-input-placeholder, .th-request-form.style3 .form-group input::-webkit-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select:-ms-input-placeholder, .th-request-form.style3 .form-group .form-control:-ms-input-placeholder, .th-request-form.style3 .form-group .form-select:-ms-input-placeholder, .th-request-form.style3 .form-group textarea:-ms-input-placeholder, .th-request-form.style3 .form-group input:-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-control::-webkit-input-placeholder, .th-request-form.style3 .form-group .form-select::-webkit-input-placeholder, .th-request-form.style3 .form-group textarea::-webkit-input-placeholder, .th-request-form.style3 .form-group input::-webkit-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select::-moz-placeholder, .th-request-form.style3 .form-group .form-control::-moz-placeholder, .th-request-form.style3 .form-group .form-select::-moz-placeholder, .th-request-form.style3 .form-group textarea::-moz-placeholder, .th-request-form.style3 .form-group input::-moz-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select:-ms-input-placeholder, .th-request-form.style3 .form-group .form-control:-ms-input-placeholder, .th-request-form.style3 .form-group .form-select:-ms-input-placeholder, .th-request-form.style3 .form-group textarea:-ms-input-placeholder, .th-request-form.style3 .form-group input:-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select::-ms-input-placeholder, .th-request-form.style3 .form-group .form-control::-ms-input-placeholder, .th-request-form.style3 .form-group .form-select::-ms-input-placeholder, .th-request-form.style3 .form-group textarea::-ms-input-placeholder, .th-request-form.style3 .form-group input::-ms-input-placeholder {
 color: var(--black-color-2);
}
 .th-request-form.style3 .form-group select::placeholder, .th-request-form.style3 .form-group .form-control::placeholder, .th-request-form.style3 .form-group .form-select::placeholder, .th-request-form.style3 .form-group textarea::placeholder, .th-request-form.style3 .form-group input::placeholder {
 color: var(--black-color-2);
}
.th-request-form.style3 .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}
.th-request-form.style3 .form-group .nice-select:after {
    border-bottom: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}
.th-request-form .form-group select, .th-request-form .form-group .form-control, .th-request-form .form-group .form-select, .th-request-form .form-group textarea, .th-request-form .form-group input {
    background-color: rgba(255, 255, 255, 0.1);
    height: 60px;
    color: var(--white-color);
}
.th-request-form .form-group select:focus, .th-request-form .form-group .form-control:focus, .th-request-form .form-group .form-select:focus, .th-request-form .form-group textarea:focus, .th-request-form .form-group input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.1);
}
 .th-request-form .form-group select::-moz-placeholder, .th-request-form .form-group .form-control::-moz-placeholder, .th-request-form .form-group .form-select::-moz-placeholder, .th-request-form .form-group textarea::-moz-placeholder, .th-request-form .form-group input::-moz-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select::-webkit-input-placeholder, .th-request-form .form-group .form-control::-webkit-input-placeholder, .th-request-form .form-group .form-select::-webkit-input-placeholder, .th-request-form .form-group textarea::-webkit-input-placeholder, .th-request-form .form-group input::-webkit-input-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select:-ms-input-placeholder, .th-request-form .form-group .form-control:-ms-input-placeholder, .th-request-form .form-group .form-select:-ms-input-placeholder, .th-request-form .form-group textarea:-ms-input-placeholder, .th-request-form .form-group input:-ms-input-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select::-webkit-input-placeholder, .th-request-form .form-group .form-control::-webkit-input-placeholder, .th-request-form .form-group .form-select::-webkit-input-placeholder, .th-request-form .form-group textarea::-webkit-input-placeholder, .th-request-form .form-group input::-webkit-input-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select::-moz-placeholder, .th-request-form .form-group .form-control::-moz-placeholder, .th-request-form .form-group .form-select::-moz-placeholder, .th-request-form .form-group textarea::-moz-placeholder, .th-request-form .form-group input::-moz-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select:-ms-input-placeholder, .th-request-form .form-group .form-control:-ms-input-placeholder, .th-request-form .form-group .form-select:-ms-input-placeholder, .th-request-form .form-group textarea:-ms-input-placeholder, .th-request-form .form-group input:-ms-input-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select::-ms-input-placeholder, .th-request-form .form-group .form-control::-ms-input-placeholder, .th-request-form .form-group .form-select::-ms-input-placeholder, .th-request-form .form-group textarea::-ms-input-placeholder, .th-request-form .form-group input::-ms-input-placeholder {
 color: var(--white-color);
}
 .th-request-form .form-group select::placeholder, .th-request-form .form-group .form-control::placeholder, .th-request-form .form-group .form-select::placeholder, .th-request-form .form-group textarea::placeholder, .th-request-form .form-group input::placeholder {
 color: var(--white-color);
}
.th-request-form .form-group i {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--white-color);
}
.th-request-form .form-group .nice-select:after {
    border-bottom: 1px solid var(--white-color);
    border-right: 1px solid var(--white-color);
}
.th-request-form .form-group .nice-select .option {
    color: var(--title-color);
}
.th-request-form .form-group .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.th-request-form .form-group .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.th-request-form .form-group .nice-select .option:hover, .th-request-form .form-group .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.th-request-form .form-group .nice-select.open .list {
    border-radius: 0;
    border: 1px solid var(--white-color);
    border-bottom: 3px solid var(--theme-color);
}
.th-request-form textarea.form-control {
    min-height: 140px;
    padding: 25px 25px 0 25px;
    border: none;
}
/* Inquiry ---------------------------------- */
.inquiry-form {
    background-color: var(--white-color);
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
}

/* Extra small devices */
@media (max-width: 575px) {
.inquiry-form {
    padding: 40px 20px;
}
}
/* RSVP Page ----------------------- */
.map-sec {
    line-height: 0;
}
.map-sec iframe {
    width: 100%;
    height: 550px;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.map-sec iframe {
    height: 400px;
}
}

@media (max-width: 767px) {
.map-sec iframe {
    height: 300px;
}
}
/* Contact Page ---------------------------------- */
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 332px;
}
.contact-info.style2 {
    margin-bottom: 20px;
}
.contact-info.style2 .media-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.contact-info.style2 .media-body i {
    color: var(--theme-color);
    font-size: 20px;
    line-height: 20px;
}
.contact-info.style2 .media-body .contact-info_text {
    margin-bottom: 0;
}
.contact-info.style2 .media-body .contact-info_text a {
/* Extra small devices */
}

@media (max-width: 575px) {
.contact-info.style2 .media-body .contact-info_text a {
    text-align: left;
}
}
.contact-info:last-of-type {
    margin-bottom: 0;
}
.contact-info_title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    margin-bottom: 5px;
}
.contact-info_icon {
    color: var(--theme-color);
    text-align: center;
    font-size: 28px;
    position: relative;
    background-color: rgba(235, 51, 0, 0.1);
    width: 70px;
    height: 70px;
    line-height: 65px;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.contact-info_text {
    font-weight: 600;
    font-size: 16sspx;
    line-height: 28px;
    color: var(--black-color);
    min-width: 242px;
    display: block;
    margin-bottom: -0.5em;
}
.contact-info_text a {
    color: inherit;
}
.contact-info_text span, .contact-info_text a {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.contact-info_text a {
    color: var(--black-color);/* Extra small devices */
}

@media (max-width: 575px) {
.contact-info_text a {
    text-align: center;
    max-width: 100%;
}
}
.contact-info_text a:hover {
    color: var(--theme-color);
}
.contact-info:hover .contact-info_icon:before {
    top: 0;
    left: 0;
}
.contact-wrapper {
    border-top: 1px solid rgba(210, 210, 210, 0.5);
    margin-top: 30px;
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    max-width: 450px;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.contact-wrapper {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    max-width: 100%;
}
}

@media (max-width: 575px) {
.contact-wrapper {
    display: block;
    text-align: center;
}
}
.contact-wrapper .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color);
}
.contact-form-wrapper {
    position: relative;
    background-color: #F3F3F3;
    overflow: hidden;
    padding: 40px 60px 60px 60px;/* Small devices */
}

@media (max-width: 767px) {
.contact-form-wrapper {
    padding: 30px;
}
}
.contact-form-wrapper .form-title {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #0A0A0A;
    margin-bottom: 30px;/* Small devices */
}

@media (max-width: 767px) {
.contact-form-wrapper .form-title {
    font-size: 20px;
    line-height: 30px;
}
}
.form-title {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color);/* Extra small devices */
}

@media (max-width: 575px) {
.form-title {
    font-size: 20px;
    line-height: 30px;
}
}
.form-title .shape {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
}
.form-title .shape:after, .form-title .shape:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: -1px;
}
.form-title .shape:before {
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: var(--theme-color);
    z-index: 9;
    width: 160px;
    height: 1px;
}
.form-title .shape:after {
    width: 100%;
    height: 1px;
    margin: 0;
    margin-top: -1px;
    background-color: #121212;
    opacity: 0.1;
    left: 0;
}
.contact-form {
    position: relative;
    overflow: hidden;
}
.contact-form select, .contact-form .form-control, .contact-form .form-select, .contact-form textarea, .contact-form input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-left: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.contact-form select:hover, .contact-form select.focus, .contact-form .form-control:hover, .contact-form .form-control.focus, .contact-form .form-select:hover, .contact-form .form-select.focus, .contact-form textarea:hover, .contact-form textarea.focus, .contact-form input:hover, .contact-form input.focus {
    color: var(--body-color) !important;
    border-color: var(--theme-color) !important;
}
.contact-form .form-group i {
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
    max-width: 30px;
    z-index: 2;
}
.contact-form .form-group .nice-select .option {
    color: var(--title-color);
}
.contact-form .form-group .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.contact-form .form-group .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.contact-form .form-group .nice-select .option:hover, .contact-form .form-group .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.contact-form .form-group .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.contact-form textarea.form-control {
    min-height: 150px;
    padding: 12px 25px 0 25px;
    padding-left: 45px;
}
/* service form -----------------------------------*/
.service-form {
    background: var(--theme-color);
    padding: 60px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);/* Medium Large devices */
  /* Extra small devices */
}
.service-form.style2 {
    padding: 40px;
    box-shadow: none;/* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
.service-form.style2 {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.service-form.style2 {
    padding: 25px;
}
}
.service-form.style2 .form-group {
    margin-bottom: 10px;
    position: relative;
}
.service-form.style2 .form-group select, .service-form.style2 .form-group .form-control, .service-form.style2 .form-group .form-select, .service-form.style2 .form-group textarea, .service-form.style2 .form-group input {
    height: 60px;
    padding: 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
}
.service-form.style2 .form-group .nice-select {
    padding: 0 25px 0 25px;
}

@media (max-width: 1299px) {
.service-form {
    padding: 50px;
}
}

@media (max-width: 575px) {
.service-form {
    padding: 30px;
}
}
.service-form .nice-select .option {
    color: var(--title-color);
}
.service-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.service-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.service-form .nice-select .option:hover, .service-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.service-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.service-form .form-group i {
    color: var(--theme-color);
}
.nice-select .option {
    color: var(--title-color);
}
.nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.nice-select .option:hover, .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
.contact-info-wrap .title-area {
    margin-bottom: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.contact-info-wrap .title-area {
    margin-bottom: 20px;
    text-align: center;
}
}

/* Large devices */
@media (max-width: 1199px) {
.contact-info {
    margin-bottom: 0;
}
.contact-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.contact-info-wrap {
    grid-template-columns: repeat(1, 1fr);
}
}

/* Small devices */
@media (max-width: 767px) {
.contact-info-wrap {
    grid-template-columns: repeat(1, 1fr);
}
}

/* Extra small devices */
@media (max-width: 575px) {
.contact-info {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-info_icon {
    display: block;
    margin-bottom: 20px;
}
.contact-info .media-body {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.th-social.author-social {
    text-align: center;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.contact-sec {
    position: relative;
    margin-top: 50px;
}
.contact-form-wrapp {
    margin-top: -50px;
}
.contact-form-image {
    position: relative;
    -webkit-animation: left-right-img 4s ease-out infinite;
    animation: left-right-img 4s ease-out infinite;/* Medium devices */
}

@media (max-width: 991px) {
.contact-form-image {
    margin-top: 80px;
}
}
/* team-form ------------------------*/
.team-contact {
    background-color: var(--smoke-color);
    padding: 60px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.team-contact {
    padding: 35px;
}
}
.team-form {
    background-color: var(--smoke-color);
    padding: 60px;/* Small devices */
}

@media (max-width: 767px) {
.team-form {
    padding: 35px;
}
}
.team-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.team-form .form-group i {
    left: 35px;
    top: 20px;
    max-width: 30px;
    color: var(--theme-color);
    z-index: 9;
}
.team-form .form-group textarea.form-control, .team-form .form-group textarea {
    min-height: 200px;
    padding: 13px 20px;
    padding-left: 45px;
}
.team-form select, .team-form .form-control, .team-form .form-select, .team-form textarea, .team-form input {
    height: 60px;
    padding-left: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-form .nice-select:after {
    border-bottom: 1px solid #787878;
    border-right: 1px solid #787878;
}
.team-form .nice-select .option {
    color: var(--title-color);
}
.team-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.team-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.team-form .nice-select .option:hover, .team-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.team-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color);
}
/* map form ---------------------------------- */
.map-area {
    position: relative;
    margin-top: 120px;/* Small devices */
}

@media (max-width: 767px) {
.map-area {
    margin-top: 0px;
}
}
.map-form-wrapper {
    position: absolute;
    top: -120px;
    max-width: 500px;
    background: var(--theme-color);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);/* Small devices */
}

@media (max-width: 767px) {
.map-form-wrapper {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
}
}
.map-form {
    padding: 60px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.map-form {
    padding: 28px;
}
}
.map-form .form-group {
    margin-bottom: 10px;
}
/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
    position: relative;
}
.img-box1 .img1 img {
    width: 690px;
    height: 585px;/* Small devices */
}

@media (max-width: 767px) {
.img-box1 .img1 img {
    width: 100%;
    height: 100%;
}
}
.img-box1 .about-counter-wrapper {
    position: relative;
    background-color: var(--theme-color);
    min-width: 210px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20%;
    top: 20%;
}
.img-box1 .about-counter-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
    clip-path: path("M0.882406 101.83C1.00686 64.7002 25.2344 29.9768 59.0452 15.042C93.8101 -0.30767 135.296 6.78636 163.381 32.1755C176.947 44.4553 186.779 60.5517 191.675 78.1416C192.919 82.6635 193.832 87.3099 194.413 91.9563C194.703 94.4039 194.91 96.8516 195.035 99.2992C195.076 99.88 195.076 100.461 195.118 101.042C195.201 104.112 195.201 97.9302 195.118 101C195.076 102.369 194.993 103.697 194.91 105.066C194.247 114.566 192.131 123.983 188.729 132.861C175.412 167.75 142.099 192.144 104.97 194.882C102.647 195.048 100.323 195.131 98.0002 195.131C97.9587 195.131 97.9587 201.229 98.0002 201.229C116.752 201.188 135.13 195.753 150.894 185.589C166.161 175.716 178.399 161.486 186.116 145.058C194.081 128.049 196.321 109.048 194.869 90.4628C193.375 71.9187 186.655 54.1629 175.454 39.3111C152.637 9.06807 113.308 -4.99554 76.4277 3.26009C40.1278 11.3913 11.2123 40.8045 3.12262 76.98C1.42172 84.6548 0.840921 92.4126 0.799436 100.253C0.799436 101.498 0.757946 102.743 0.840918 104.029C0.840918 103.821 0.84092 102.286 0.882406 101.83Z");
}
.img-box1 .about-counter {
    text-align: center;
}
.img-box1 .about-counter .counter-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: var(--white-color);
    margin-bottom: 10px;
}
.img-box1 .about-counter .counter-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0;
}
.img-box4 {
    position: relative;/* Medium Large devices */
}

@media (max-width: 1299px) {
.img-box4 {
    padding-right: 40px;
}
}
.img-box4 .img4 {
/* Medium Large devices */
}

@media (max-width: 1299px) {
.img-box4 .img4 {
    margin-bottom: 40px;
}
}
.img-box4 .img5 {
    position: absolute;
    left: 15px;
    top: 50px;
}
.img-box4 .img5 .about3-dot {
    z-index: -1;
}
.img-box4 .about-counter {
    background-color: var(--theme-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50px;
    top: 36%;/* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
.img-box4 .about-counter {
    padding: 30px;
    left: 0;
}
}

@media (max-width: 575px) {
.img-box4 .about-counter {
    padding: 25px;
}
}
.img-box4 .counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;/* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
.img-box4 .counter-card_number {
    font-size: 40px;
    line-height: 50px;
}
}

@media (max-width: 575px) {
.img-box4 .counter-card_number {
    font-size: 30px;
    line-height: 40px;
}
}
.img-box4 .counter-card_text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 142px;/* Extra small devices */
}

@media (max-width: 575px) {
.img-box4 .counter-card_text {
    font-size: 16px;
    line-height: 26px;
}
}
.achive-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 28px;
    margin-bottom: 20px;/* Small devices */
}

@media (max-width: 767px) {
.achive-wrapper {
    display: block;
}
}
.achive-wrapper .achive-about-wrap {
    margin-bottom: 20px;
}
.achive-wrapper .achive-about-wrap .achive-about {
    max-width: 336px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.about-wrap .about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 27px;
}
.about-wrap .about-content .about_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
}
.about-wrap .about-content .about_text {
    max-width: 410px;
    margin-bottom: 0;
}
.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.about-profile .title {
    margin-bottom: 5px;
    line-height: 30px;
}
.about-profile .desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.about-profile.style2 {
    gap: 30px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-profile.style2 {
    gap: 10px;
}
}
.about-profile.style2 .avater {
    min-width: 70px;
}
.about-profile.style2 .avater img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.about-avater {
    min-width: 60px;
}
.about-avater img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.about-counter1 {
    background-color: var(--smoke-color2);
    padding: 80px 40px 40px 40px;
    max-width: 164px;
    min-height: 211px;
    position: absolute;
    bottom: 0;
    right: -20px;/* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.about-counter1 {
    right: 0;
}
}

@media (max-width: 767px) {
.about-counter1 {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
}

@media (max-width: 640px) {
.about-counter1 {
    right: 0;
}
}

@media (max-width: 575px) {
.about-counter1 {
    padding: 40px;
    min-width: 100%;
    gap: 20px;
}
}
.about-counter1 .counter-title {
    color: var(--white-color);
    font-size: 40px;
    line-height: 60px;
    margin-top: -10px;
}
.about-counter1 .counter-text {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
}
.about-counter1 .counter-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.counter-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: var(--white-color);
    margin-bottom: 0;/* Extra small devices */
}

@media (max-width: 575px) {
.counter-title {
    font-size: 30px;
    line-height: 40px;
}
}
.counter-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    max-width: 128px;
    text-align: center;/* Extra small devices */
}

@media (max-width: 575px) {
.counter-text {
    font-size: 16px;
    line-height: 26px;
}
}
.img-box3 {
    position: relative;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.img-box3 {
    margin-bottom: 40px;
}
}

@media (max-width: 575px) {
.img-box3 {
    text-align: center;
}
}
.img-box3 .img1 {
    text-align: right;/* Large devices */
}

@media (max-width: 1199px) {
.img-box3 .img1 {
    text-align: center;
}
}
.img-box3 .img3 {
    position: absolute;
    top: 17%;
    right: 15%;/* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.img-box3 .img3 img {
    border: 10px solid var(--white-color);
}

@media (max-width: 1199px) {
.img-box3 .img3 {
    right: 25%;
}
}

@media (max-width: 991px) {
.img-box3 .img3 {
    right: 0;
}
}

@media (max-width: 575px) {
.img-box3 .img3 {
    display: none;
}
}
.img-box3 .about-counter {
    background-color: var(--theme-color);
    padding: 45px;
    max-width: 250px;
    min-height: 283px;
    position: absolute;
    left: 0;
    bottom: 40px;/* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.img-box3 .about-counter {
    left: 40px;
}
}

@media (max-width: 767px) {
.img-box3 .about-counter {
    left: -30px;
    padding: 35px;
}
}

@media (max-width: 575px) {
.img-box3 .about-counter {
    left: 0;
    max-width: 200px;
    min-height: 220px;
}
}

@media (max-width: 375px) {
.img-box3 .about-counter {
    display: none;
}
}
.img-box3 .about-counter .counter-title {
    font-weight: 800;
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 20px;/* Small devices */
}

@media (max-width: 767px) {
.img-box3 .about-counter .counter-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}
}
.img-box3 .about-counter .counter-text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    max-width: 152px;
    text-align: left;/* Small devices */
}

@media (max-width: 767px) {
.img-box3 .about-counter .counter-text {
    font-size: 18px;
    line-height: 28px;
}
}
.img-box3 .line-animation {
    position: absolute;
    left: 45px;
    top: auto;
    bottom: 40px;
}
.img-box3 .line-animation img {
    max-width: none;
}
.img-box3 .vehicle-repair {
    background-color: var(--white-color);
    padding: 20px;
    min-width: 270px;
    position: absolute;
    top: 70px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);/* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
.img-box3 .vehicle-repair {
    left: -30px;
    top: 20px;
}
}

@media (max-width: 575px) {
.img-box3 .vehicle-repair {
    left: -20px;
    top: 20px;
}
}

@media (max-width: 400px) {
.img-box3 .vehicle-repair {
    display: none;
}
}
.img-box3 .about-shape {
    position: absolute;
    right: 16%;
    top: 20px;
    z-index: -2;/* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.img-box3 .about-shape {
    right: 10%;
}
}

@media (max-width: 1199px) {
.img-box3 .about-shape {
    right: 25%;
}
}

@media (max-width: 991px) {
.img-box3 .about-shape {
    right: 0;
}
}

@media (max-width: 575px) {
.img-box3 .about-shape {
    display: none;
}
}
.img-box3 .about-line {
    position: absolute;
    bottom: 0;
    right: 19%;
    z-index: -1;/* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.img-box3 .about-line {
    right: 30%;
}
}

@media (max-width: 991px) {
.img-box3 .about-line {
    right: 0;
}
}

@media (max-width: 575px) {
.img-box3 .about-line {
    display: none;
}
}
.img-box3.style2 {
/* Large devices */
}

@media (max-width: 1199px) {
.img-box3.style2 {
    margin-bottom: 30px;
}
}
.about-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;/* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.about-content-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 50px;
}
}

@media (max-width: 767px) {
.about-content-wrapper {
    gap: 30px;
}
}

@media (max-width: 575px) {
.about-content-wrapper {
    gap: 20px;
}
}

@media (max-width: 440px) {
.about-content-wrapper {
    display: block;
    max-width: 220px;
}
}
.about-content-wrapper .about-content {
/* Extra small devices */
}

@media (max-width: 575px) {
.about-content-wrapper .about-content {
    margin-bottom: 30px;
}
.about-content-wrapper .about-content .th-btn {
    padding: 17px 28px;
}
}
.about-content-wrapper .about-content .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--gray-color);
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.about-content-wrapper .about-content .header-info_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
}
.about-content-wrapper .about-content .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;/* Extra small devices */
}

@media (max-width: 575px) {
.about-content-wrapper .about-content .header-info_link {
    font-size: 16px;
    line-height: 26px;
}
}
.about-content-wrapper .about-content .header-info_link:hover {
    color: var(--theme-color);
}
.about-content-wrapper .about-content .header-info_link a {
    color: inherit;
}
.about-content-wrapper .counter-wrapper {
    background-color: var(--smoke-color2);
    padding: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-content-wrapper .counter-wrapper {
    min-width: 200px;
    padding: 30px 20px;
}
}
.about-content-wrapper .counter-wrapper .th-counterup {
    border: none;
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 35px;
    margin-right: 0;
    padding: 0 0 40px 0;
}
.about-content-wrapper .counter-wrapper .th-counterup:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-content-wrapper .counter-wrapper .th-counterup .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    max-width: 255px;/* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
.about-content-wrapper .counter-wrapper .th-counterup .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}
}

@media (max-width: 767px) {
.about-content-wrapper .counter-wrapper .th-counterup .inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
}
}
.about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
    min-width: 60px;/* Small devices */
}

@media (max-width: 767px) {
.about-content-wrapper .counter-wrapper .th-counterup .inner .icon {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
}
.about-content-wrapper .counter-wrapper .th-counterup .content .counter {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--theme-color);
    margin-bottom: 0;
}
.about-content-wrapper .counter-wrapper .th-counterup .content .counter-card_text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
}
.about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 40px;
    margin-bottom: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-wrapper {
    display: block;
}
}
.about-image {
    position: relative;
    max-width: 200px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-image {
    margin-bottom: 30px;
}
}
.about-image:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.about-image .white-play-btn {
    position: absolute;
    left: 34%;
    top: 34%;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 18px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-image img {
    width: 100%;
    height: 100%;
}
.achive-about-wrap {
    position: relative;
    margin-bottom: 40px;
}
.achive-about-wrap .achive-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    max-width: 460px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 30px;
    padding-bottom: 30px;/* Extra small devices */
}

@media (max-width: 575px) {
.achive-about-wrap .achive-about {
    min-width: 100%;
    line-height: auto;
    height: auto;
}
}
.achive-about-wrap .achive-about:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.achive-about-wrap .achive-about .media-body {
    margin-top: -6px;
}
.achive-about-wrap .achive-about:hover .achive-about_icon img {
    -webkit-transform: translateY(5px) translate3d(0, 5px, 0);
    transform: translateY(5px) translate3d(0, 5px, 0);
}
.achive-about-wrap .achive-about_icon {
    min-width: 60px;
}
.achive-about-wrap .achive-about_icon img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.achive-about-wrap .achive-about_title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 4px;/* Extra small devices */
}

@media (max-width: 575px) {
.achive-about-wrap .achive-about_title {
    font-size: 18px;
    line-height: 28px;
}
}
.achive-about-wrap .achive-about_text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 0;
    max-width: 340px;/* Extra small devices */
}

@media (max-width: 575px) {
.achive-about-wrap .achive-about_text {
    font-size: 14px;
    line-height: 26px;
}
}
.profile-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.profile-wrap {
    gap: 40px;
}
}

@media (max-width: 440px) {
.profile-wrap {
    display: block;
}
}
.profile-wrap .title {
    margin-bottom: 2px;
}
.profile-wrap .desig {
    font-size: 14px;
}
.about-counter-wrap {
    background-color: var(--theme-color);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 37px;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.about-counter-wrap {
    padding: 30px;
}
}

@media (max-width: 1199px) {
.about-counter-wrap {
    max-width: 550px;
}
}

@media (max-width: 450px) {
.about-counter-wrap {
    display: block;
}
}
.about-counter-wrap .about-counter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
.about-counter-wrap .about-counter {
    gap: 20px;
}
}

@media (max-width: 991px) {
.about-counter-wrap .about-counter {
    display: block;
    width: 50%;
}
}

@media (max-width: 450px) {
.about-counter-wrap .about-counter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--white-color);
    padding-bottom: 20px;
}
.about-counter-wrap .about-counter:last-child {
    border-bottom: 1px dashed transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
}
.about-counter-wrap .about-counter .border-line {
    content: "";
    position: absolute;
    right: -50px;
    width: 1px;
    height: 100%;/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
.about-counter-wrap .about-counter .border-line {
    right: -25px;
}
}

@media (max-width: 991px) {
.about-counter-wrap .about-counter .border-line {
    right: 11px;
}
}

@media (max-width: 450px) {
.about-counter-wrap .about-counter .border-line {
    display: none;
}
}
.about-counter-content .counter-card_number {
/* Medium devices */
}

@media (max-width: 991px) {
.about-counter-content .counter-card_number {
    margin-top: 15px;
}
}
hr.style1 {
    margin-bottom: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
.img-box1 {
    margin-left: 0;
    margin-bottom: 40px;
}
}
.sec-text2 {
    max-width: 500px;
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
    position: relative;
}
.th-team .team-img {
    position: relative;
    overflow: hidden;
}
.th-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-team .team-desig {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color);
}
.th-team .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-team .th-social a {
 --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--theme-color);
}
.th-team .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-team .box-title {
    margin-bottom: 0;
}
.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.teamSlide1 {
    margin-right: -100px;
}

@media (max-width: 1799px) {
.teamSlide1 {
    margin-right: -80px;
}
}

@media (max-width: 1699px) {
.teamSlide1 {
    margin-right: -50px;
}
}

@media (max-width: 1599px) {
.teamSlide1 {
    margin: auto;
}
}
/* Team 1 ---------------------------------- */
.team-card {
    position: relative;
    background-color: var(--white-color);
 --space: 30px;
}

@media (max-width: 1699px) {
.team-card {
 --space: 20px;
}
}
.team-card:hover .team-card-content:before {
    top: 0;
    width: 4px;
    height: 100%;
}
.team-card:hover .team-img:before {
    opacity: 1;
    visibility: visible;
}
 .team-card:hover_img:before {
 opacity: 1;
 visibility: visible;
 z-index: 1;
}
 .team-card:hover_img img {
 width: 100%;
 height: 100%;
 -webkit-transform: scale(1.08);
 -ms-transform: scale(1.08);
 transform: scale(1.08);
}
.team-card:hover .team-social .th-social {
    left: 0px;
    bottom: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.team-card .team-img {
    position: relative;
    margin-bottom: -55px;
}
.team-card .team-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.team-card .team-img img {
    width: 100%;
    height: 100%;
}
.team-card .team-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 2px;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1599px) {
.team-card .team-title {
    font-size: 18px;
}
}
.team-card .team-title:hover {
    color: var(--theme-color);
}
.team-card .team-title:hover a {
    color: inherit;
}

@media (max-width: 1299px) {
.team-card .team-title {
    font-size: 18px;
    line-height: 28px;
}
}

@media (max-width: 767px) {
.team-card .team-title {
    font-size: 16px;
    line-height: 26px;
}
}
.team-card .team-desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-card .team-card-content {
    position: relative;
 width: calc(100% - var(--space)*2);
    left: var(--space);
    background-color: var(--white-color);
    padding: 30px 20px 30px 30px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;/* Medium Large devices */
}

@media (max-width: 1299px) {
.team-card .team-card-content {
    padding: 20px;
}
}
.team-card .team-card-content:before {
    content: "";
    width: 4px;
    height: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 38px;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-card .team-social {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-card .team-social:hover .th-social {
    left: 0px;
    bottom: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.team-card .team-social .icon-btn {
    background-color: var(--title-color);
    color: var(--white-color);
    width: var(--btn-size, 46px);
    height: var(--btn-size, 46px);
    line-height: var(--btn-size, 46px);
    border-radius: 5px;
    font-size: var(--btn-font-size, 18px);
    border: none;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-card .team-social .th-social {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 10px;
    left: 0px;
    width: 46px;
    min-height: 149px;
    background-color: var(--white-color);
    border: 1px solid #D2D2D2;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px 5px 0px 0px;
    padding: 0;
    color: var(--title-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 2;
}
.team-card .team-social .th-social a {
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    margin: 0;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 0;
    color: var(--title-color);
    border-bottom: 1px solid #D2D2D2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-card .team-social .th-social a:hover {
    background: var(--theme-color);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid var(--theme-color);
    color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 575px) {
.team-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 1399px) {
.team-area .title-area {
    text-align: center;
}
}
.team-area .title-area .sub-title img.shape2 {
    opacity: 0;
}

@media (max-width: 1399px) {
.team-area .title-area .sub-title img.shape2 {
    opacity: 1;
}
}

@media (max-width: 1399px) {
.team-area .title-area .sec-text {
    display: block;
    margin: auto;
    max-width: 460px;
}
}

@media (max-width: 1399px) {
.team-area .icon-box {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
}
/* Team 2 ---------------------------------- */
.team-box {
    text-align: center;
    position: relative;
 --space: 40px;
    margin-bottom: 0px;/* Large devices */
}
.team-box:hover .team-img:before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1399px) {
.team-box {
 --space: 25px;
}
}

@media (max-width: 1199px) {
.team-box {
 --space: 20px;
}
}
.team-box .team-content {
    background-color: var(--white-color);
 width: calc(100% - var(--space)*2);
    margin: -70px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    z-index: 2;
}

@media (max-width: 1399px) {
.team-box .team-content {
    margin: -50px auto 0 auto;
}
}
.team-box .team-content .media-body {
    padding: 22px 30px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.team-box .team-content .media-body {
    padding: 22px 20px;
}
}
.team-box .team-content .plus-btn {
    height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    top: -47%;
    left: 0;
    bottom: auto;
}
.team-box .th-social {
    position: absolute;
    bottom: 30%;
    left: 40px;
    width: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9;/* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.team-box .th-social {
    left: 25px;
}
}

@media (max-width: 1199px) {
.team-box .th-social {
    bottom: 25%;
    left: 20px;
}
}

@media (max-width: 991px) {
.team-box .th-social {
    bottom: 23%;
}
}

@media (max-width: 767px) {
.team-box .th-social {
    bottom: 28%;
}
}
.team-box .th-social a {
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-box .th-social a:hover {
    background-color: var(--theme-color);
}
.team-box .box-title {
    font-size: 20px;
    line-height: 1.3;
}
.team-box .team-img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-box .team-img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 18, 18, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 3;
}
.team-box .team-img img {
    width: 100%;
}
.team-box:hover .team-img {
    border-color: var(--theme-color);
}
.team-box:hover .th-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/* Extra small devices */
@media (max-width: 575px) {
.team-box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
}
/* Team Details ---------------------------------- */
.about-card {
    position: relative;
}
.about-card_img {
    margin-right: 50px;/* Large devices */
}

@media (max-width: 1199px) {
.about-card_img {
    margin-right: 0;
}
}
.about-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 440px) {
.about-card_wrapp {
    display: block;
}
}
.about-card .about-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 0px;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 440px) {
.about-card .about-counter {
    display: block;
}
}
.about-card .about-counter .counter-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #0A0A0A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;/* Medium Large devices */
}
.about-card .about-counter .counter-title .odometer {
    margin-top: 20px;
}

@media (max-width: 1299px) {
.about-card .about-counter .counter-title {
    font-size: 40px;
    line-height: 50px;
}
}
.about-card .about-counter .counter-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #4B4B4B;
    max-width: 160px;
    text-align: left;
}
.about-card_img img {
    width: 100%;
}
.about-card_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-top: -0.23em;
    margin-bottom: 5px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-card_title {
    font-size: 25px;
    line-height: 35px;
}
}
.about-card_desig {
    font-weight: 500;
}
.about-card_text {
    margin: 20px 0 0px 0;
}
.about-card_info {
    margin-bottom: 12px;
}
.about-card_info strong {
    font-family: var(--title-font);
    color: var(--title-color);
}
.about-card_info a {
    color: var(--body-color);
}
.about-card_info a:hover {
    color: var(--theme-color);
}
.about-card .th-social {
    margin-top: 25px;
}
.about-card .th-social a {
    background-color: #363739;
    color: var(--white-color);
    border: 1px solid #363739;
 --icon-size: 45px;
    font-size: 14px;/* Extra small devices */
}

@media (max-width: 575px) {
.about-card .th-social a {
 --icon-size: 35px;
    font-size: 14px;
}
}

@media (max-width: 440px) {
.about-card .th-social a {
    margin-top: 16px;
}
}
.about-card .th-social a:not(:last-child) {
    margin-right: 3px;
}
.about-card .th-social a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}
.info-box_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;/* Small devices */
}

@media (max-width: 767px) {
.info-box_wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}
.info-box_wrapper .info-box {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.info-box_wrapper .info-box_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 48px;
    font-size: 14px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.info-box_wrapper .info-box_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.info-box_wrapper .info-box_link {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-color-2);/* Extra small devices */
}

@media (max-width: 375px) {
.info-box_wrapper .info-box_link {
    font-size: 14px;
}
}
.info-box_wrapper .info-box_text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    margin-bottom: 0;/* Extra small devices */
}

@media (max-width: 375px) {
.info-box_wrapper .info-box_text {
    font-size: 14px;
}
}
.skill-feature .progress .progress-bar {
    background-color: var(--theme-color);
    height: 8px;
    border-radius: 0px;
    z-index: 9;
}
.skill-feature.style2 {
    margin-bottom: 20px;
}
.skill-feature.style2 .progress-content {
    height: 5px;
    margin-top: -1px;
}
.skill-feature.style2 .progress-content-outter {
    height: 3px;
    background-color: var(--gray-color);
}
.skill-feature.style2 .progress-title-holder {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.border-title {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.experience-box {
    padding: 30px 30px 30px 65px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px;
}
.experience-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
}
.experience-box_num {
    font-size: 12px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -13px;
    left: -13px;
}
.experience-box_num::first-letter {
    font-size: 18px;
    font-weight: 600;
}
.experience-box_title {
    font-family: var(--title-font);
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -0.2em;
}
.experience-box_text {
    font-size: 14px;
    margin-bottom: -0.2em;
}

/* Large devices */
@media (max-width: 1199px) {
.border-title {
    margin-bottom: 24px;
    padding-bottom: 15px;
}
}

/* Small devices */
@media (max-width: 767px) {
.experience-box {
    padding: 30px 30px 30px 50px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.experience-box {
    padding: 30px 30px 30px 65px;
}
.experience-box-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.about-card_img {
    margin-bottom: 20px !important;
}
}

/* Large devices */
@media (max-width: 1199px) {
.about-card_img {
    margin-bottom: 40px;
}
}
.team-area {
    position: relative;
    overflow: hidden;
}
.team-area .container {
 --main-container: 1455px;
/* Medium Large devices */
}

@media (max-width: 1299px) {
.team-area .container {
    max-width: 100%;
}
}

@media (min-width: 1399px) {
.team-area .title-area .double-line {
    display: none;
}
}
.team-area-two {
    position: relative;
    overflow: hidden;
}
.team-area-two .container {
 --main-container: 1410px;
}

@media (max-width: 1499px) {
.team-area-two .container {
    max-width: 100%;
 --main-container: 100%;
}
}
.team-sec {
    position: relative;
    overflow: hidden;
 --main-container: 1530px;
}
.team-area2 {
    position: relative;
    overflow: hidden;
 --main-container: 1410px;
}
.skill-card {
    margin-right: 25px;
    max-width: 520px;/* Large devices */
}

@media (max-width: 1199px) {
.skill-card {
    max-width: 100%;
    display: block;
    margin: auto;
}
}
.skill-card.style2 {
    max-width: 600px;
}
.progress-bar {
    margin: 0;
    padding-right: 24px;
    background-color: transparent;
}
.progress-title-holder {
    padding-bottom: 8px;
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin: 0;
    text-align: left;
}
.progress-number-mark {
    margin-bottom: 4px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.progress-number-wrapper, .progress-number-mark {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    font-weight: 500;
    color: var(--black-color-2);
}
.progress-content-outter {
    position: relative;
    height: 10px;
    background-color: var(--smoke-color);
    margin-bottom: 3px;
}
.progress-content {
    position: relative;
    height: 10px;
    background-color: var(--theme-color);
    width: 0%;
}
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-area {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1520px;/* Medium devices */
}

@media (max-width: 1699px) {
.testimonial-area {
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 991px) {
.testimonial-area {
    margin: 0 20px;
    margin-bottom: 40px;
}
}
.testi-slide {
    padding-bottom: 66px;/* Large devices */
}

@media (max-width: 1199px) {
.testi-slide {
    padding-bottom: 0;
}
}
.testi-sec {
    margin-bottom: 70px;
}
.testi-sec .title-area {
/* Large devices */
}

@media (max-width: 1199px) {
.testi-sec .title-area {
    text-align: center;
}
}
.testi-sec .btn-group {
/* Large devices */
}

@media (max-width: 1199px) {
.testi-sec .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
.testi-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px;/* Large devices */
}

@media (max-width: 1199px) {
.testi-box-wrapper {
    display: block;
}
}
.testi-box-wrapper .title-area {
    max-width: 520px;
}
.testi-box-wrapper .testi-box-img {
    min-width: 695px;/* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
.testi-box-wrapper .testi-box-img {
    min-width: 595px;
}
}

@media (max-width: 1199px) {
.testi-box-wrapper .testi-box-img {
    display: none;
}
}
.testi-box-wrapper .testi-box-img img {
    width: 100%;
    height: 100%;
}
.testi-box-wrapper .slick-arrow {
/* Extra large devices */
}
.testi-box-wrapper .slick-arrow.slick-prev {
    position: absolute;
    left: -37%;
}
.testi-box-wrapper .slick-arrow.slick-next {
    position: absolute;
    right: -2%;
}

@media (max-width: 1500px) {
.testi-box-wrapper .slick-arrow {
    display: none !important;
}
}
.testi-box-slider {
    width: 100%;
    max-width: 710px;
    position: relative;/* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
.testi-box-slider {
    max-width: 680px;
}
}

@media (max-width: 1500px) {
.testi-box-slider {
    max-width: 50%;
    margin-right: 30px;
}
}

@media (max-width: 1399px) {
.testi-box-slider {
    max-width: 44%;
    margin-right: 0px;
}
}

@media (max-width: 1299px) {
.testi-box-slider {
    max-width: 37%;
}
}

@media (max-width: 1199px) {
.testi-box-slider {
    max-width: 100%;
    margin-right: 0px;
}
.testi-box-slider .title-area {
    text-align: center;
    max-width: 100%;
}
}
.testi-slider {
    margin-left: -400px;
    margin-top: 0px;/* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
.testi-slider {
    margin-left: -500px;
    margin-right: 30px;
}
}

@media (max-width: 1500px) {
.testi-slider {
    margin-left: -350px;
    margin-right: 30px;
}
}

@media (max-width: 1399px) {
.testi-slider {
    margin-left: -500px;
}
}

@media (max-width: 1299px) {
.testi-slider {
    margin-left: -150%;
}
}

@media (max-width: 1199px) {
.testi-slider {
    margin-left: 0;
    margin-right: 0px;
}
}
.testi-grid {
    position: relative;
    background-color: var(--smoke-color2);
    padding: 50px 40px 50px 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
    margin-left: 40px;/* Small devices */
}
.testi-grid:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: -webkit-linear-gradient(top, #EB3300 0%, rgba(235, 51, 0, 0) 100%);
    background: linear-gradient(180deg, #EB3300 0%, rgba(235, 51, 0, 0) 100%);
}

@media (max-width: 767px) {
.testi-grid {
    padding: 20px;
}
}
.testi-grid_wrapper .testi-ratting {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}
.testi-grid_wrapper .star-icon {
    font-size: 12px;
}
.testi-grid_wrapper .star-icon a {
    font-size: 12px;
    opacity: 1;
}
.testi-grid_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-left: 50px;/* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.testi-grid_profile {
    margin-left: 38px;
}
}

@media (max-width: 375px) {
.testi-grid_profile {
    margin-left: 38px;
}
}
.testi-grid .testi-quote {
    margin-right: -10px;/* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
.testi-grid .testi-quote {
    margin-right: 0;
}
}

@media (max-width: 575px) {
.testi-grid .testi-quote img {
    width: 60%;
}
}
.testi-grid_img {
    position: absolute;
    min-width: 100px;
    margin-left: -90px;/* Small devices */
  /* Small devices */
}

@media (max-width: 767px) {
.testi-grid_img {
    margin-left: -60px;
}
}

@media (max-width: 767px) {
.testi-grid_img {
    min-width: 80px;
}
}
.testi-grid_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;/* Small devices */
}

@media (max-width: 767px) {
.testi-grid_img img {
    width: 80px;
    height: 80px;
}
}
.testi-grid_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);/* Small devices */
}

@media (max-width: 767px) {
.testi-grid_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
}
.testi-grid_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Extra large devices */
  /* Small devices */
}

@media (max-width: 1500px) {
.testi-grid_name {
    font-size: 16px;
    line-height: 20px;
}
}

@media (max-width: 767px) {
.testi-grid_name {
    font-size: 14px;
    line-height: 18px;
}
}
.testi-grid_desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-grid_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: -4px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.testi-grid_text {
    font-size: 16px;
    line-height: 26px;
}
}
.testi-item {
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9;
    overflow: hidden;/* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1499px) {
.testi-item {
    padding: 30px;
}
}

@media (max-width: 1199px) {
.testi-item {
    padding: 40px;
}
}

@media (max-width: 991px) {
.testi-item {
    padding: 30px;
}
}
.testi-item.style2 {
    padding: 40px 30px 40px 40px;
    background-color: var(--smoke-color2);/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
.testi-item.style2 {
    padding: 30px;
}
}

@media (max-width: 991px) {
.testi-item.style2 {
    padding: 25px;
}
}
.testi-item.style2 .testi-item_wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
.testi-item.style2 .testi-item_img {
    position: relative;
    min-width: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

@media (max-width: 860px) {
.testi-item.style2 .testi-item_img {
    text-align: center;
    margin-bottom: 20px;
}
}
.testi-item.style2 .testi-item_img:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 80px;
    width: 1px;
    height: 60px;
    background-color: var(--gray-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Large devices */
}

@media (max-width: 1199px) {
.testi-item.style2 .testi-item_img:before {
    height: 36px;
}
}

@media (max-width: 860px) {
.testi-item.style2 .testi-item_img:before {
    left: 0;
    top: 30px;
    width: 100%;
    height: 2px;
}
}
.testi-item.style2 .testi-item_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-item.style2 .testi-item_profile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}
.testi-item:hover {
    background-color: var(--title-color);
}
.testi-item:hover .testi-item_text {
    color: var(--white-color);
}
.testi-item:hover .testi-item_name {
    color: var(--white-color);
}
.testi-item:hover .testi-item_desig {
    color: var(--white-color);
}

@media (max-width: 767px) {
.testi-item {
    padding: 20px;
}
}
.testi-item_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.testi-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 860px) {
.testi-item_wrapper {
    display: block;
}
}
.testi-item_wrapper .testi-ratting {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}
.testi-item_wrapper .star-icon {
    font-size: 12px;
}
.testi-item_wrapper .star-icon a {
    font-size: 12px;
    opacity: 1;
}
.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-item_img {
    position: relative;
    min-width: 80px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

@media (max-width: 860px) {
.testi-item_img {
    text-align: center;
    margin-bottom: 20px;
}
}
.testi-item_img:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -50px;
    width: 2px;
    height: 179px;
    background-color: var(--gray-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 860px) {
.testi-item_img:before {
    left: 0px;
    top: 50px;
    width: 100%;
    height: 2px;
}
}
.testi-item_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-item_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);/* Small devices */
}

@media (max-width: 767px) {
.testi-item_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
}
.testi-item_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Extra large devices */
  /* Small devices */
}

@media (max-width: 1500px) {
.testi-item_name {
    font-size: 16px;
    line-height: 20px;
}
}

@media (max-width: 767px) {
.testi-item_name {
    font-size: 14px;
    line-height: 18px;
}
}
.testi-item_desig {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: -8px;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
.testi-item_text {
    font-size: 16px;
    line-height: 30px;
}
}
.testi-box {
    background-color: var(--smoke-color2);
    padding: 40px;/* Extra small devices */
}

@media (max-width: 575px) {
.testi-box {
    padding: 25px;
}
}
.testi-box-area {
    background-color: var(--white-color);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;/* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.testi-box-area {
    padding: 40px;
}
}

@media (max-width: 575px) {
.testi-box-area {
    padding: 80px 25px;
}
}
.testi-box-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 540px;
    position: relative;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.testi-box-slide {
    max-width: 450px;
}
}

@media (max-width: 1199px) {
.testi-box-slide {
    max-width: 100%;
}
}
.testi-box-slide .icon-box {
    position: absolute;
    bottom: 15px;
    right: 0;
}
.testi-box-img {
    min-width: 530px;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.testi-box-img {
    min-width: 450px;
}
}

@media (max-width: 1199px) {
.testi-box-img {
    display: none;
}
}
.testi-box_quote {
    margin-bottom: 18px;
}
.testi-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 460px) {
.testi-box_wrapper {
    display: block;
}
}
.testi-box .testi-star {
    background: var(--white-color);
    padding: 5px 16px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;/* Extra small devices */
}

@media (max-width: 575px) {
.testi-box .testi-star {
    padding: 10px 16px;
}
}
.testi-box .testi-star i {
    color: var(--theme-color);
}
.testi-box_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;/* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
.testi-box_profile {
    margin-bottom: 20px;
}
}

@media (max-width: 375px) {
.testi-box_profile {
    gap: 10px;
}
}
.testi-box_avater {
    min-width: 60px;
    border-radius: 50%;/* Extra small devices */
}

@media (max-width: 375px) {
.testi-box_avater {
    min-width: 50px;
    margin-bottom: 10px;
}
}
.testi-box_avater img {
    width: 60px;
    border-radius: 50%;
}
.testi-box_name {
    margin-bottom: 2px;
}
.testi-box_desig {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    display: block;
}
.testi-box_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: var(--title-color);
    margin-top: 0;/* Extra small devices */
}

@media (max-width: 575px) {
.testi-box_text {
    font-size: 16px;
    line-height: 32px;
}
}
.testi-box_review {
    color: var(--yellow-color);
}
.testi-box_review i {
    margin-right: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
.testi-box-area {
    gap: 40px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.testi-box-area {
    display: block;
}
.testi-box-slide {
    max-width: 100%;
}
.testi-box-img {
    margin-bottom: -30px;
}
}

@media (max-width: 420px) {
.testi-box-slide {
    max-width: 100%;
}
.testi-box-slide .icon-box {
    display: none;
}
.testi-box-img {
    min-width: auto;
    max-width: 100%;
}
}
/* Testimonial 2 ---------------------------------- */
.testi-card {
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    z-index: 9;/* Extra small devices */
}
.testi-card.style2 {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1399px) {
.testi-card {
    padding: 33px 35px;
}
}

@media (max-width: 575px) {
.testi-card {
    padding: 25px;
}
}
.testi-card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.testi-card_wrapper .testimonial-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;/* Extra small devices */
}

@media (max-width: 375px) {
.testi-card_wrapper .testimonial-author {
    display: block;
}
}
.testi-card_wrapper .testi-ratting {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;
}
.testi-card_wrapper .star-icon {
    font-size: 12px;
}
.testi-card_wrapper .star-icon a {
    font-size: 12px;
    opacity: 1;
}
.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
}
.testi-card_img {
    position: relative;
    min-width: 70px;
}
.testi-card_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.testi-card_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testi-card_name {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 5px;/* Medium Large devices */
}

@media (max-width: 1299px) {
.testi-card_name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}
}
.testi-card_desig {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 0;
}
.testi-card_text {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.testi-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.testi-card_line {
    background-color: #D2D2D2;
    width: 231px;
    height: 1px;/* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.testi-card_line {
    width: 150px;
}
}

@media (max-width: 991px) {
.testi-card_line {
    width: 80%;
}
}

@media (max-width: 767px) {
.testi-card_line {
    width: 70%;
}
}

@media (max-width: 575px) {
.testi-card_line {
    width: 50%;
}
}
.testi-card .star-icon {
    font-size: 14px;
}
#testiSlide2 .slick-list {
    padding-bottom: 30px !important;
}

/* Large devices */
@media (max-width: 1199px) {
#testiSlide2 .slick-list {
    padding-left: 25% !important;
    padding-right: 25% !important;
}
}

/* Medium devices */
@media (max-width: 991px) {
#testiSlide2 .slick-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
}

/* Small devices */
@media (max-width: 767px) {
.testi-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.testi-card_content {
    padding: 30px 12px;
}
}
.testi-area .container {
 --main-container: 1470px;
/* Extra large devices */
}

@media (max-width: 1500px) {
.testi-area .container {
 --main-container: 100%;
}
}

@media (max-width: 1399px) {
.testi-area .container {
    max-width: 100%;
}
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
@media (max-width: 1399px) {
.counter-area .container {
    max-width: 100%;
}
}
.counter-sec {
    position: relative;
    padding: 60px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
.counter-sec {
    padding: 50px 40px;
}
}

@media (max-width: 1299px) {
.counter-sec {
    padding: 50px;
}
}

@media (max-width: 1199px) {
.counter-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}
}

@media (max-width: 460px) {
.counter-sec {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
}
}
.counter-sec.style2 {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.counter-sec.style2 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {
.counter-sec.style2 {
    grid-template-columns: repeat(1, 1fr);
}
}
.counter-area3 {
    position: relative;/* Small devices */
}

@media (max-width: 767px) {
.counter-area3 .container {
    max-width: 100%;
}
}
.counter-area3:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.th-counterup {
    border-right: 1px dashed var(--body-color);
    margin-right: 40px;
    padding-right: 55px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.th-counterup {
    margin-right: 25px;
    padding-right: 40px;
}
}

@media (max-width: 1199px) {
.th-counterup {
    border-right: 1px dashed var(--body-color);
    border-bottom: 1px dashed var(--body-color);
    padding: 50px;
    margin-right: 0;
    text-align: center;
}
.th-counterup:nth-child(2) {
    border-right: 1px dashed transparent;
    margin-right: 0;
}
.th-counterup:nth-child(3) {
    border-bottom: 1px dashed transparent;
}
.th-counterup:last-child {
    border-bottom: 1px dashed transparent;
}
}

@media (max-width: 991px) {
.th-counterup {
    padding: 25px;
}
}

@media (max-width: 460px) {
.th-counterup {
    border: none;
    padding: 20px 0;
}
}
.th-counterup:hover .icon svg path {
    stroke: var(--theme-color) !important;
    stroke-width: 1;
}

@media (max-width: 991px) {
.th-counterup {
    padding: 30px;
}
}

@media (max-width: 767px) {
.th-counterup {
    text-align: center;
}
}

@media (max-width: 460px) {
.th-counterup {
    border: none;
    padding: 20px 0;
}
}
.th-counterup .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    max-width: 255px;/* Large devices */
}

@media (max-width: 1199px) {
.th-counterup .inner {
    display: block;
    max-width: 100%;
    margin: auto;
}
}

@media (max-width: 600px) {
.th-counterup .inner {
    display: block;
    max-width: 100%;
    margin: auto;
}
}
.th-counterup.style3 {
    text-align: center;
    border-right: 1px dashed var(--white-color);/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.th-counterup.style3 {
    border-right: 1px dashed var(--white-color);
    border-bottom: 1px dashed var(--white-color);
    padding: 50px 0;
}
.th-counterup.style3:nth-child(2) {
    border-right: 1px dashed transparent;
}
.th-counterup.style3:nth-child(3) {
    border-bottom: 1px dashed transparent;
}
.th-counterup.style3:last-child {
    border-bottom: 1px dashed transparent;
}
}

@media (max-width: 575px) {
.th-counterup.style3 {
    border: none;
    padding: 20px 0;
}
}
.th-counterup.style3 .inner {
    display: block;/* Large devices */
}

@media (max-width: 1199px) {
.th-counterup.style3 .inner {
    max-width: 100%;
}
}
.th-counterup.style3 .inner .icon {
    background-color: var(--theme-color);
    padding: 24px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}
.th-counterup.style3 .inner .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.th-counterup:last-child {
    border-right: 1px dashed transparent;
    margin-right: 0;
    padding-right: 0;
}
.th-counterup .content .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 0;/* Large devices */
}

@media (max-width: 1199px) {
.th-counterup .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
}
.th-counterup .content .counter-card_text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-color);/* Small devices */
}

@media (max-width: 767px) {
.th-counterup .content .counter-card_text {
    font-size: 14px;
    line-height: 28px;
}
}
.counter-card {
    position: relative;
    text-align: center;
}
.counter-card .border-line {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
}
.counter-card_icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.counter-card_number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    margin-bottom: 2px;
    margin-top: -0.24em;
}
.counter-card_text {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: -6px;
}

/* Medium devices */
@media (max-width: 991px) {
.counter-card_number {
    font-size: 40px;
}
}
.customer-title {
    font-family: var(--title-color);
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 765px;
    display: block;
    margin: 0 auto;
    color: var(--white-color);/* Extra small devices */
}

@media (max-width: 575px) {
.customer-title {
    font-size: 35px;
    line-height: 45px;
}
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-area {
    position: relative;
    background-color: var(--smoke-color);
    z-index: 2;
}
.blog-card {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.08);
    padding: 0px;/* Extra large devices */
}
.blog-card_wrapper {
    background-color: var(--theme-color);
    padding: 8px 5px;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    left: 40px;
    top: -40px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.blog-card_date {
    margin: 0 auto;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.blog-card_month {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1500px) {
.blog-card {
    margin: 0;
}
}
.blog-card.style2 {
    margin: 30px 0;/* Extra large devices */
}

@media (max-width: 1500px) {
.blog-card.style2 {
    margin: 0;
}
}
.blog-card.style2 .blog-title:hover {
    color: var(--theme-color);
}
.blog-card.style2 .blog-title:hover a {
    color: inherit;
}
.blog-card.style2 .blog-meta span i, .blog-card.style2 .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.blog-card.style2 .blog-meta a:hover {
    color: var(--theme-color);
}
.blog-card.style3 {
 --borderWidth: 1px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
    box-shadow: none;
    border-radius: 20px;
    margin: 30px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Extra large devices */
}
.blog-card.style3:before {
    content: '';
    position: absolute;
 top: calc(-1 * var(--borderWidth));
 left: calc(-1 * var(--borderWidth));
 height: calc(100% + var(--borderWidth) * 2);
 width: calc(100% + var(--borderWidth) * 2);
    background: -webkit-linear-gradient(323.05deg, #6B2AE6 0%, #EB0029 100%);
    background: linear-gradient(126.95deg, #6B2AE6 0%, #EB0029 100%);
    border-radius: 20px;
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    opacity: 0;
    visibility: hidden;
}
.blog-card.style3:hover:before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1500px) {
.blog-card.style3 {
    margin: 0;
}
}
.blog-card.style3 .blog-title a {
    color: var(--white-color);
}
.blog-card.style3 .blog-title:hover a {
    color: var(--theme-color);
}
.blog-card.style3 .blog-meta span i, .blog-card.style3 .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.blog-card.style3 .blog-meta a:hover {
    color: var(--theme-color);
}
.blog-card .blog-title {
    text-transform: capitalize;
    font-weight: 700;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-card .blog-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-card .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-card .blog-meta {
    margin-bottom: 10px;
}
.blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
    margin-top: -4px;
}
.blog-card .blog-text {
    margin-bottom: 20px;
}
.blog-card .line-btn {
    margin-bottom: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--title-color);
}
.blog-card .line-btn i {
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-card .line-btn:before {
    background-color: var(--title-color);
}
.blog-card .line-btn:hover {
    color: var(--theme-color);
}
.blog-card .line-btn:hover:before {
    background-color: var(--theme-color);
}
.blog-card .line-btn:hover i {
    margin-left: 10px;
}
.blog-card:hover .blog-img:before {
    opacity: 1;
    visibility: visible;
}
.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.blog-card-content {
    position: relative;
    padding: 45px 40px 40px 40px;
    z-index: 3;/* Extra small devices */
}

@media (max-width: 1399px) {
.blog-card-content {
    padding: 45px 30px 30px 30px;
}
}

@media (max-width: 575px) {
.blog-card-content {
    padding: 45px 20px 20px 20px;
}
}
.blog-card-content .blog-meta span i, .blog-card-content .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}
.blog-card-content .blog-meta span:hover, .blog-card-content .blog-meta a:hover {
    color: var(--theme-color);
}

@media (max-width: 350px) {
.blog-card .blog-title {
    font-size: 20px;
}
}
/* blog grid -----------------------------*/
.blog-grid {
    position: relative;
    overflow: hidden;
}
.blog-grid:hover .blog-img:before {
    opacity: 1;
    visibility: visible;
}
.blog-grid .box-title {
    margin-bottom: 22px;
}
.blog-grid .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 1px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-grid .box-title a:hover {
    background-size: 100% 1px;
}
.blog-grid .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 15px;
}
.blog-grid .blog-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.blog-grid .blog-img .blog-wrapper {
    background-color: var(--theme-color);
    padding: 8px 5px;
    min-width: 60px;
    min-height: 52px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.blog-grid .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-grid .style1 {
    border: 1px solid var(--gray-color);
}
.blog-grid_date {
    margin: 0 auto;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}
.blog-grid_month {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-grid_content {
/* Medium Large devices */
  /* Extra small devices */
}
.blog-grid_content .blog-meta span i, .blog-grid_content .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}

@media (max-width: 1299px) {
.blog-grid_content {
    padding: 25px;
    margin: 0 15px;
}
}

@media (max-width: 575px) {
.blog-grid_content {
    margin: 0 10px;
}
}
.blog-grid_content .blog-meta {
    margin-bottom: 24px;/* Extra small devices */
}

@media (max-width: 375px) {
.blog-grid_content .blog-meta {
    margin-bottom: 14px;
}
}
.blog-grid_content .date {
    background-color: var(--theme-color);
    padding: 5px 10px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.blog-grid_content .date:after {
    display: none;
}
.blog-grid_content .blog-desc {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 21px;
}
.blog-grid .blog-meta {
    margin-bottom: 10px;
}
/* blog box -----------------------------*/
.blog-box {
    position: relative;
    overflow: hidden;
}
.blog-box:hover .blog-img:before {
    opacity: 1;
    visibility: visible;
}
.blog-box .box-title {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.blog-box .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 1px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-box .box-title a:hover {
    background-size: 100% 1px;
}
.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.blog-box .blog-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.blog-box .blog-img:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.blog-box .blog-img:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.blog-box .blog-img:after, .blog-box .blog-img:before {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}
.blog-box .blog-img:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.blog-box .blog-img:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}
.blog-box .blog-img .blog-wrapper {
    background-color: var(--theme-color);
    padding: 8px 5px;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.blog-box .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-box_wrapper {
    background-color: var(--theme-color);
    padding: 8px 5px;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    left: 40px;
    top: -40px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.blog-box_date {
    margin: 0 auto;
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.blog-box_month {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-box_content {
    background-color: var(--white-color);
    padding: 25px 40px 25px 40px;/* Medium Large devices */
  /* Extra small devices */
}
.blog-box_content .blog-meta span i, .blog-box_content .blog-meta a i {
    margin-right: 6px;
    color: var(--theme-color);
}

@media (max-width: 1299px) {
.blog-box_content {
    padding: 25px;
}
}

@media (max-width: 375px) {
.blog-box_content {
    padding: 20px;
}
}
.blog-box_content .blog-meta {
    margin-bottom: 24px;/* Extra small devices */
}

@media (max-width: 375px) {
.blog-box_content .blog-meta {
    margin-bottom: 14px;
}
}
.blog-box_content .date {
    background-color: var(--theme-color);
    padding: 5px 10px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.blog-box_content .date:after {
    display: none;
}
.blog-box_content .blog-desc {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 21px;
}
.blog-box .blog-meta {
    margin-bottom: 18px;
}
.blog-slide2 .slick-arrow {
    color: var(--theme-color);
}
.blog-slide2 .slick-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}
.blog-slide3 .slick-arrow {
    background-color: #242936;
    border: 1px solid #242936;
    color: var(--theme-color);
    box-shadow: none;
}
.blog-slide3 .slick-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}
/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-box {
    text-align: center;
    background-color: var(--smoke-color2);
    padding: 25px 30px;
    height: 90px;
    line-height: 40px;/* Medium devices */
}
.brand-box-bg {
    background-size: 100% 100%;
    padding: 63px 30px;
}

@media (max-width: 991px) {
.brand-box {
    padding: 15px 20px;
    height: 70px;
}
}
.brand-box:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brand-box img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.brand-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--body-color);
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.brand-title:after, .brand-title:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 502px;
    background-color: #D9D9D9;/* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.brand-title:after, .brand-title:before {
    width: 100%;
}
}

@media (max-width: 991px) {
.brand-title:after, .brand-title:before {
    width: 70%;
}
}

@media (max-width: 767px) {
.brand-title:after, .brand-title:before {
    width: 50%;
}
}

@media (max-width: 375px) {
.brand-title:after, .brand-title:before {
    display: none;
}
}
.brand-title:before {
    margin-left: -32.4rem;/* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.brand-title:before {
    margin-left: -15.6rem;
}
}

@media (max-width: 991px) {
.brand-title:before {
    margin-left: -11.6rem;
}
}

@media (max-width: 767px) {
.brand-title:before {
    margin-left: -7.9rem;
}
}
.brand-title:after {
    margin-left: 1rem;
}
#brandSlide1 .slick-arrow {
 --pos-x: -46px !important;
 --icon-size: 40px;
    font-size: 15px;
    margin-top: -21.5px;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    box-shadow: none;
    border-radius: 99px;
}
#brandSlide1 .slick-arrow:hover {
    background-color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
.brand-box-bg {
    padding: 30px 25px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
#brandSlide1 .slick-arrow {
    display: none !important;
}
.brand-box-bg {
    background-size: cover;
}
}
/*------------------- 4.00. Simple Sections  -------------------*/
.checklist.style1 {
    border-right: 2px solid var(--gray-color);/* Medium devices */
}

@media (max-width: 991px) {
.checklist.style1 {
    border-right: 2px solid transparent;
    margin-bottom: 30px;
}
}
.checklist.style3 {
    border-top: 1px solid var(--border-color);
    padding-top: 25px;
    margin-top: 40px;
}
.checklist.style3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 80px;/* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
.checklist.style3 ul {
    gap: 0 15px;
}
}

@media (max-width: 767px) {
.checklist.style3 ul {
    gap: 0 40px;
}
}

@media (max-width: 575px) {
.checklist.style3 ul {
    display: block;
}
}
.checklist.style3 ul li {
    margin-bottom: 0;
}
.checklist.style3 ul li:not(:last-child) {
    margin-bottom: 10px;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist li {
    color: var(--title-color);
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.checklist li > i {
    font-size: 16px;
    color: var(--theme-color);
}
.checklist li:not(:last-child) {
    margin-bottom: 10px;
}
.checklist.style2 li:before {
    content: "\f00c";
}
.checklist.mb-40 {
/* Large devices */
}

@media (max-width: 1199px) {
.checklist.mb-40 {
    margin-bottom: 32px;
}
}
.checklist.mb-45 {
/* Large devices */
}

@media (max-width: 1199px) {
.checklist.mb-45 {
    margin-bottom: 35px;
}
}
.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}
.bg-img img {
    width: 100%;
    height: 100%;
}
.th-video {
    position: relative;
    border-radius: 5px;
}
.th-video img {
    border-radius: inherit;
}
.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.th-video .play-btn > i {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}
.icon-box.style2 {
/* Medium devices */
}
.icon-box.style2 .slick-arrow {
    background-color: var(--title-color);
    border: 1px solid var(--title-color);
    color: var(--white-color);
}
.icon-box.style2 .slick-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color);
}

@media (max-width: 991px) {
.icon-box.style2 {
    margin-bottom: 30px;
}
}
.icon-box.style3 {
/* Medium devices */
}

@media (max-width: 991px) {
.icon-box.style3 {
    margin-bottom: 30px;
}
}
.icon-box.style3 .slick-arrow {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.icon-box.style3 .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.icon-box.style4 {
/* Medium devices */
}

@media (max-width: 991px) {
.icon-box.style4 {
    margin-bottom: 30px;
}
}
.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px;
}
.video-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    text-transform: uppercase;
    line-height: 1.6;
}
.video-btn .play-btn {
 --icon-size: 50px;
    margin-right: 15px;
}
.video-btn .play-btn > i {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding-right: 0.1em;
}
.video-btn .play-btn:before {
    background-color: var(--theme-color);
}
.video-btn .small-text {
    font-size: 10px;
    text-decoration: underline;
    display: block;
}
.video-btn .big-text {
    font-size: 14px;
    font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
p.mb-40 {
    margin-bottom: 35px;
}
p.mb-45 {
    margin-bottom: 38px;
}
}
/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.video-area {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
.video-area .title-area {
    text-align: center;
}
}
.video-area-2 {
    position: relative;
    padding-bottom: 180px !important;
    z-index: 9;/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
.video-area-2 {
    padding-bottom: 120px !important;
}
}

@media (max-width: 991px) {
.video-area-2 {
    padding-bottom: 80px !important;
}
}
.video-area-2:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}
.video-content-box {
    max-width: 876px;
    display: block;
    margin: 0 auto;
}
.video-content-box.style2 {
    position: relative;
    z-index: 9;
    max-width: 607px;
}
.video-title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0;/* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
.video-title {
    font-size: 40px;
    line-height: 50px;
}
}

@media (max-width: 767px) {
.video-title {
    font-size: 20px;
    line-height: 35px;
}
}
.video-box1 {
    position: relative;
    z-index: 3;
    margin-right: -50%;
    margin-left: 100px;
    width: 935px;
    height: 733px;/* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
.video-box1 {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 30px;
}
}

@media (max-width: 1199px) {
.video-box1 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 30px;
}
}
.video-box1 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 100px;
    height: 100px;
    line-height: 102px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--theme-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--white-color);/* Small devices */
}
.video-box1 .video-play-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.video-box1 .video-play-btn:hover i {
    color: var(--theme-color);
}
.video-box1 .video-play-btn:hover:before, .video-box1 .video-play-btn:hover:after {
    border: 1px solid var(--theme-color);
}

@media (max-width: 767px) {
.video-box1 .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
}
}
.video-box1 .video-play-btn i {
    color: var(--white-color);
}
.video-box1 .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.video-box1 .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.video-box1, .video-box2 {
    position: relative;
}
.video-box1 img, .video-box2 img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
.video-box1 .play-btn, .video-box2 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-box1 .play-btn.border-btn:before, .video-box1 .play-btn.border-btn:after, .video-box2 .play-btn.border-btn:before, .video-box2 .play-btn.border-btn:after {
    border: 2px solid var(--gray-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.video-box1 .play-btn.border-btn i, .video-box2 .play-btn.border-btn i {
    display: inline-block;
    width: var(--icon-size, 120px);
    height: var(--icon-size, 120px);
    line-height: var(--icon-size, 120px);
    text-align: center;
    background-color: transparent;
    color: var(--gray-color);
    font-size: var(--icon-font-size, 26px);
    border-radius: 50%;
    font-weight: 300;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;/* Medium Large devices */
}

@media (max-width: 1299px) {
.video-box1 .play-btn.border-btn i,  .video-box2 .play-btn.border-btn i {
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
}
}
.video-box1 .play-btn.border-btn:after, .video-box1 .play-btn.border-btn:before, .video-box2 .play-btn.border-btn:after, .video-box2 .play-btn.border-btn:before {
    display: none;
}
.video-box2 img {
    width: 100%;
    min-height: 200px;
}
.video-play-btn {
    position: absolute;
    top: 26%;
    right: 15%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 90px;
    height: 90px;
    line-height: 92px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--theme-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--white-color);/* Medium Large devices */
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1699px) {
.video-play-btn {
    right: 25%;
}
}

@media (max-width: 1299px) {
.video-play-btn {
    right: auto;
    left: 10%;
}
}

@media (max-width: 1500px) {
.video-play-btn {
    right: 26%;
}
}

@media (max-width: 991px) {
.video-play-btn {
    left: 50%;
    top: 50%;
}
}
.video-play-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.video-play-btn:hover i {
    color: var(--theme-color);
}
.video-play-btn:hover:before, .video-play-btn:hover:after {
    border: 1px solid var(--white-color);
}

@media (max-width: 767px) {
.video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
}
}
.video-play-btn i {
    color: var(--white-color);
}
.video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.white-play-btn {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 102px;
    border-radius: 50%;
    border: 0;
    background: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Extra small devices */
}

@media (max-width: 375px) {
.white-play-btn {
    width: 70px;
    height: 70px;
    line-height: 72px;
    font-size: 18px;
}
}
.white-play-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.white-play-btn:hover i {
    color: var(--white-color);
}
.white-play-btn:hover:before, .white-play-btn:hover:after {
    border: 1px solid var(--theme-color);
}
.white-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.white-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.white-play-btn i {
    color: var(--theme-color);
}
.video-box2 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 100px;
    height: 100px;
    line-height: 102px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--theme-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--white-color);/* Small devices */
}
.video-box2 .video-play-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.video-box2 .video-play-btn:hover i {
    color: var(--theme-color);
}
.video-box2 .video-play-btn:hover:before, .video-box2 .video-play-btn:hover:after {
    border: 1px solid var(--theme-color);
}

@media (max-width: 767px) {
.video-box2 .video-play-btn {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 14px;
}
}
.video-box2 .video-play-btn i {
    color: var(--white-color);
}
.video-box2 .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.video-box2 .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.content-box1 {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.07);
    padding: 60px 160px 60px 60px;
}
.content-box-bottom {
    padding-left: 60px;
    margin-top: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
.content-box-bottom {
    text-align: center;
    padding-left: 0;
}
}

/* Small devices */
@media (max-width: 767px) {
.content-box1 {
    padding: 40px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.content-box1 {
    padding: 40px 20px;
}
}
/* Video Area ---------------------------------*/
.video-area-two {
    position: relative;
    background-color: var(--title-color);
}
.video-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);/* Medium devices */
}

@media (max-width: 991px) {
.video-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}
.video-wrapper .video-box1 img {
    min-width: 1153px;
    min-height: 100%;
}

@media (max-width: 1800px) {
.video-wrapper .video-box1 img {
    min-width: 100%;
}
}
.video-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0px;/* Medium devices */
}

@media (max-width: 991px) {
.video-text {
    padding: 80px 0px;
}
}
.video-text .sub-title2 {
    font-size: 20px;
}
.video-text .sec-title {
/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.video-text .sec-title {
    font-size: 38px;
}
}

@media (max-width: 1199px) {
.video-text .sec-title {
    font-size: 30px;
}
}
.video-text .sec-desc {
    font-size: 18px;/* Large devices */
}

@media (max-width: 1199px) {
.video-text .sec-desc {
    font-size: 16px;
}
}
.video-area-3 {
    position: relative;
    z-index: 9;
    padding: 146px 0;/* Medium devices */
}

@media (max-width: 991px) {
.video-area-3 {
    padding: 80px 0;
}
}
.video-area-3:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    z-index: -1;
}
.video-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;/* Extra small devices */
}
.video-group.style2 {
/* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
.video-group.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
}

@media (max-width: 375px) {
.video-group.style2 {
    display: grid;
    gap: 10px 0;
}
}

@media (max-width: 575px) {
.video-group {
    display: grid;
    gap: 10px 0;
}
}
.video-group .th-btn {
    margin: 0;
}
.choose-sec-2 {
    margin-top: -100px;
}
.choose-image {
    margin-top: -80px;
    position: relative;
    z-index: 9;/* Medium Large devices */
}

@media (max-width: 1299px) {
.choose-image {
    margin-top: 80px;
}
}
.choose-counter1 {
    background-color: var(--theme-color);
    min-width: 346px;
    min-height: 83px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    right: -10.8%;
    top: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;/* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
.choose-counter1 {
    right: -18.1%;
}
}

@media (max-width: 767px) {
.choose-counter1 {
    right: -25.7%;
}
}

@media (max-width: 575px) {
.choose-counter1 {
    right: -21%;
    min-width: 284px;
    min-height: 63px;
}
}

@media (max-width: 375px) {
.choose-counter1 {
    right: -32%;
}
}
.choose-counter1 .counter-title {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: var(--white-color);
}
.choose-counter1 .counter-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: var(--white-color);
    min-width: 160px;
}
.choose-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;/* Large devices */
}

@media (max-width: 1199px) {
.choose-about {
    max-width: 495px;
}
}
.choose-about:nth-child(2) .choose-about_icon {
    background-color: var(--theme-color);
}
.choose-about_icon {
    background-color: var(--theme-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    padding: 5px;
}
.choose-about_icon img {
    display: block;
    margin: 15px auto;
}
.choose-about_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 10px;
}
.choose-about_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: 0;
}
/*Request -----------------------------*/
.request-sec {
    position: relative;
    padding: 80px 70px;
    max-width: 1450px;
    background-color: var(--smoke-color);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.request-sec {
    max-width: 100%;
    padding: 80px 0;
}
}

@media (max-width: 991px) {
.request-sec {
    max-width: 100%;
}
.request-sec .title-area {
    text-align: center;
}
}
.request-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;/* Medium devices */
}

@media (max-width: 991px) {
.request-form-wrapper {
    display: block;
}
}
.request-form-wrapper .request-quote-form {
    position: relative;
    max-width: 760px;/* Medium devices */
}

@media (max-width: 1399px) {
.request-form-wrapper .request-quote-form {
    max-width: 50%;
}
}

@media (max-width: 991px) {
.request-form-wrapper .request-quote-form {
    max-width: 100%;
}
}
.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    position: absolute;
    right: -25%;
    top: -12%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;/* Medium devices */
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -40%;
    right: -15px;
}
}

@media (max-width: 767px) {
.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -20%;
}
}

@media (max-width: 767px) {
.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    top: -30%;
    right: 35px;
}
}

@media (max-width: 375px) {
.request-form-wrapper .request-quote-form .video-button .white-play-btn {
    display: none;
}
}
.request-form-wrapper .request-quote-form .video-button .white-play-btn:before, .request-form-wrapper .request-quote-form .video-button .white-play-btn:after {
    border: 1px solid var(--theme-color);
    opacity: 0.2;
}
.request-form-wrapper .request-quote-form .video-button .white-play-btn i {
    color: var(--white-color);
}
.request-form-wrapper .request-quote-form .video-button .white-play-btn:hover {
    background-color: var(--white-color);
}
.request-form-wrapper .request-quote-form .video-button .white-play-btn:hover i {
    color: var(--theme-color);
}
.request-form-wrapper .form-group select, .request-form-wrapper .form-group .form-control, .request-form-wrapper .form-group .form-select, .request-form-wrapper .form-group textarea, .request-form-wrapper .form-group input {
    height: 60px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--black-color-2);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.request-form-wrapper .form-group .nice-select .option {
    color: var(--title-color);
}
.request-form-wrapper .form-group .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
}
.request-form-wrapper .form-group .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important;
}
.request-form-wrapper .form-group .nice-select .option:hover, .request-form-wrapper .form-group .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important;
}
.request-form-wrapper .form-group .nice-select.open .list {
    border-radius: 0;
    border: 1px solid var(--white-color);
    border-bottom: 3px solid var(--theme-color);
}
.request-form-wrapper .request-quote-image {
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-animation: left-right-video-img 4s ease-out infinite;
    animation: left-right-video-img 4s ease-out infinite;/* Medium devices */
}

@media (max-width: 991px) {
.request-form-wrapper .request-quote-image {
    display: none;
}
}
/*feature --------------------------------------------*/
.feature-area {
    position: relative;
    overflow: hidden;
    z-index: 1;/* Medium devices */
}

@media (max-width: 991px) {
.feature-area {
    padding-top: 300px !important;
}
}
.feature-area:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: -1;
}
.feature-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;/* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.feature-grid-wrap.style2 {
/* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
.feature-grid-wrap.style2 {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 991px) {
.feature-grid-wrap.style2 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {
.feature-grid-wrap.style2 {
    grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width: 1299px) {
.feature-grid-wrap {
    gap: 20px;
}
}

@media (max-width: 1199px) {
.feature-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {
.feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
}
}
.feature-grid {
    background: var(--white-color);
    padding: 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);/* Medium Large devices */
  /* Medium devices */
}
.feature-grid.style2 {
    position: relative;
    background-color: var(--theme-color);
    padding: 50px 30px 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
  /* Medium devices */
}
.feature-grid.style2:before {
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--white-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@media (max-width: 1299px) {
.feature-grid.style2 {
    padding: 40px 20px 20px 20px;
}
}

@media (max-width: 991px) {
.feature-grid.style2 {
    padding: 25px;
}
}
.feature-grid.style2:hover .feature-grid_title {
    color: var(--title-color);
}
.feature-grid.style2:hover .feature-grid_text {
    color: var(--body-color);
}
.feature-grid.style2 .feature-grid_icon {
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    transform: translate(calc(-50% + 0px), calc(-50% + 25px));
    background-color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;/* Medium devices */
}

@media (max-width: 991px) {
.feature-grid.style2 .feature-grid_icon {
    position: relative;
    top: 15px;
}
}
.feature-grid.style2 .feature-grid_title {
    color: var(--white-color);/* Large devices */
}

@media (max-width: 1199px) {
.feature-grid.style2 .feature-grid_title {
    font-size: 18px;
    line-height: 28px;
}
}
.feature-grid.style2 .feature-grid_text {
    color: var(--white-color);
}
.feature-grid.style2:hover:before {
    width: 100%;
}

@media (max-width: 1299px) {
.feature-grid {
    padding: 30px;
}
}

@media (max-width: 991px) {
.feature-grid {
    text-align: center;
}
}
.feature-grid_icon {
    margin-bottom: 20px;
}
.feature-grid_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;/* Medium devices */
}

@media (max-width: 991px) {
.feature-grid_title {
    font-size: 20px;
    line-height: 28px;
}
}
.feature-grid_text {
    margin-bottom: 0;
}
.feature-tab-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 34px;/* Small devices */
}

@media (max-width: 767px) {
.feature-tab-wrapper {
    display: block;
}
}
.feature-tab-wrapper .feature-image img {
    min-width: 410px;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.feature-tab-wrapper .feature-image img {
    min-width: 100%;
}
}

@media (max-width: 767px) {
.feature-tab-wrapper .feature-image img {
    margin-top: 30px;
}
}
.feature-icon-list {
    margin-left: 1px;
}
.feature-icon-list ul {
    padding: 0;
    margin: 0;
}
.feature-icon-list ul li {
    list-style: none;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 660px;
}
.feature-icon-list ul li i {
    background-color: rgba(235, 51, 0, 0.1);
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color);
    font-size: 20px;
}
/* feature area -----------------------------*/
.feature-sec {
    position: relative;
    z-index: 2;
}

@media (max-width: 1399px) {
.feature-sec {
    margin-bottom: 40px;
}
}
.feature-sec .title-area {
/* Medium devices */
}

@media (min-width: 1399px) {
.feature-sec .title-area {
    margin-right: 80px;
}
}

@media (max-width: 991px) {
.feature-sec .title-area {
    text-align: center;
}
}

@media (min-width: 992px) {
.feature-sec .title-area .double-line {
    display: none;
}
}
.feature-sec .btn-group {
/* Medium devices */
}

@media (max-width: 991px) {
.feature-sec .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
.feature-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
}
.feature-content {
    background-color: var(--smoke-color2);
    padding: 80px;
    margin: 0 -315px -40px -120px;
    padding-right: 315px;/* Large devices */
  /* Small devices */
}

@media (max-width: 1899px) {
.feature-content {
    margin: 0 -215px -40px -120px;
}
}

@media (max-width: 1740px) {
.feature-content {
    margin: 0 -115px -40px -120px;
    padding-right: 115px;
}
}

@media (max-width: 1599px) {
.feature-content {
    margin: 0 -50px -40px -120px;
    padding-right: 50px;
}
}

@media (max-width: 1399px) {
.feature-content {
    margin: 0 0px -40px 0px;
    padding: 60px;
}
}

@media (max-width: 1199px) {
.feature-content {
    padding-right: 0;
    padding: 40px;
}
}

@media (max-width: 767px) {
.feature-content {
    padding-right: 0;
    padding: 30px;
}
}
.feature-content .feature-item-content {
    background-color: var(--white-color);/* Medium Large devices */
  /* Small devices */
}
.feature-content .feature-item-content:before {
    background-color: var(--theme-color);
}

@media (max-width: 1399px) {
.feature-content .feature-item-content {
    padding: 40px;
    text-align: center;
}
}

@media (max-width: 1299px) {
.feature-content .feature-item-content {
    padding: 30px;
}
}

@media (max-width: 767px) {
.feature-content .feature-item-content {
    margin-bottom: 0;
}
}

@media (max-width: 1399px) {
.feature-content .feature-item_icon {
    text-align: center;
}
}

@media (max-width: 1399px) {
.feature-content .feature-item_icon:before {
    left: 40%;
}
}
.feature-content .feature-item_title {
/* Medium devices */
}

@media (max-width: 991px) {
.feature-content .feature-item_title {
    text-align: center;
}
}
.feature-content .feature-item_text {
/* Medium devices */
}

@media (max-width: 991px) {
.feature-content .feature-item_text {
    text-align: center;
}
}
.feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    gap: 30px;/* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
.feature-wrap {
    gap: 10px;
}
}

@media (max-width: 767px) {
.feature-wrap {
    display: block;
    margin-bottom: 0;
}
}
.feature-wrap.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    gap: 30px;
    padding-bottom: 100px;
    margin-bottom: 0px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.feature-wrap.style2 {
    padding-bottom: 70px;
}
}

@media (max-width: 1299px) {
.feature-wrap.style2 {
    gap: 15px;
}
}

@media (max-width: 1199px) {
.feature-wrap.style2 {
    padding-bottom: 120px;
}
}

@media (max-width: 991px) {
.feature-wrap.style2 {
    padding-bottom: 80px;
}
}

@media (max-width: 767px) {
.feature-wrap.style2 {
    display: block;
    margin-bottom: 0;
    padding-bottom: 60px;
}
}
.feature-wrap.style2 .feature-item-content {
    background-color: var(--white-color);/* Large devices */
}

@media (max-width: 1199px) {
.feature-wrap.style2 .feature-item-content {
    text-align: center;
}
}
.feature-wrap.style2 .feature-item-content:before {
    background-color: var(--theme-color);
}
.feature-wrap.style2 .feature-item_icon:before {
/* Large devices */
}

@media (max-width: 1199px) {
.feature-wrap.style2 .feature-item_icon:before {
    left: 40%;
}
}
.feature-wrap.style3 {
/* Small devices */
  /* Extra small devices */
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.feature-wrap.style3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}

@media (max-width: 1299px) {
.feature-wrap.style3 {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0px;
}
}

@media (max-width: 767px) {
.feature-wrap.style3 {
    grid-template-columns: repeat(1, 1fr);
}
}
.feature-wrap.style4 {
    gap: 30px;
    margin-right: 0;
    padding: 0;/* Small devices */
}

@media (max-width: 1499px) {
.feature-wrap.style4 {
    gap: 15px;
}
}

@media (max-width: 767px) {
.feature-wrap.style4 {
    grid-template-columns: repeat(1, 1fr);
}
}
.feature-counter .counter-title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;/* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
.feature-counter .counter-title {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1399px) {
.feature-counter .counter-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media (max-width: 767px) {
.feature-counter .counter-title {
    display: block;
    text-align: center;
}
}
.feature-counter .counter-title .odometer {
/* Small devices */
}

@media (max-width: 767px) {
.feature-counter .counter-title .odometer {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
}
.feature-counter .counter-title .star {
    color: var(--theme-color);
    margin-right: 5px;/* Small devices */
}

@media (max-width: 767px) {
.feature-counter .counter-title .star {
    display: block;
}
}
.feature-counter .counter-title .star i {
    font-size: 14px;/* Large devices */
}

@media (max-width: 1199px) {
.feature-counter .counter-title .star i {
    font-size: 12px;
}
}
.feature-item {
    position: relative;
}
.feature-item-content {
    position: relative;
    background-color: var(--smoke-color2);
    padding: 30px;
    min-width: 220px;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.feature-item-content {
    padding: 23px;
}
}

@media (max-width: 1299px) {
.feature-item-content {
    min-width: 180px;
}
}

@media (max-width: 767px) {
.feature-item-content {
    margin-bottom: 35px;
}
}
.feature-item-content.style1 {
/* Large devices */
}

@media (max-width: 1199px) {
.feature-item-content.style1 {
    text-align: center;
}
}
.feature-item-content.style1 .feature-item_icon:before {
    display: none;
}
.feature-item-content.style1:hover .feature-item_icon img {
    -webkit-filter: none;
    filter: none;
}
.feature-item-content.style1:hover .feature-item_shape {
    opacity: 1;
}
.feature-item-content.style2 {
    padding: 30px;
    min-width: 270px;/* Small devices */
}

@media (max-width: 1399px) {
.feature-item-content.style2 {
    min-width: 250px;
}
}

@media (max-width: 767px) {
.feature-item-content.style2 {
    margin-bottom: 0;
}
}
.feature-item-content.style2 .feature-item_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1399px) {
.feature-item-content.style2 .feature-item_wrapper {
    gap: 15px;
}
}
.feature-item-content.style2 .feature-item_icon {
    min-width: 60px;
    margin-bottom: 0px;
}
.feature-item-content.style2 .feature-item_icon:before {
    left: 0;
    width: 60px;
    height: 60px;
}
.feature-item-content.style2 .feature-item_icon img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    display: block;
}
.feature-item-content.style2 .feature-item_title {
    font-size: 18px;
    line-height: 28px;
}
.feature-item-content:hover:before {
    top: 0;
    width: 100%;
    height: 100%;
}
.feature-item-content:hover .feature-item_icon:before {
    background-color: var(--white-color);
    opacity: 0.2;
}
.feature-item-content:hover .feature-item_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.feature-item-content:hover .feature-item_title {
    color: var(--white-color);
}
.feature-item-content:hover .feature-item_text {
    color: var(--white-color);
}
.feature-item-content:hover .feature-item_shape {
    opacity: 1;
}
.feature-item-content:hover .feature-item_shape img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.feature-item-content:before {
    content: "";
    height: 0;
    width: 0;
    background-color: var(--title-color);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.feature-item_shape {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
}
.feature-item_shape img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-item_icon {
    position: relative;
    min-width: 50px;
    margin-bottom: 15px;
}
.feature-item_icon:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(235, 51, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.feature-item_icon img {
    -webkit-filter: none;
    filter: none;
    width: 50px;
    height: 50px;
}
.feature-item_title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    margin-bottom: -7px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.feature-box {
    position: relative;
    text-align: right;
    margin-left: -130px;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
.feature-box {
    margin-left: 0px;
    text-align: left;
}
}

@media (max-width: 1199px) {
.feature-box {
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
}
}
.feature-counter-wrapp {
    position: absolute;
    right: 30px;
    bottom: 30px;/* Extra small devices */
}

@media (max-width: 375px) {
.feature-counter-wrapp {
    display: none;
}
}
.feature-counter-wrapp .feature-counter {
    position: relative;
    background-color: var(--white-color);
    padding: 50px;
    min-width: 295px;
    min-height: 203px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}
.feature-counter-wrapp .feature-counter .counter-card_number {
    color: var(--title-color);
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-counter-wrapp .feature-counter .counter-card_text {
    max-width: 197px;
    color: var(--body-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.feature-counter-wrapp .feature-counter:hover .counter-card_number {
    color: var(--white-color);
}
.feature-counter-wrapp .feature-counter:hover .counter-card_text {
    color: var(--white-color);
}
.feature-counter-wrapp .feature-counter:hover:before {
    width: 100%;
}
.feature-counter-wrapp .feature-counter:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.feature-counter-wrapp .feature-counter .feature-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.feature-wrapper .feature-icon {
    min-width: 60px;
    min-height: 60px;
    background-color: rgba(235, 51, 0, 0.1);
    border-radius: 50%;
}
.feature-wrapper .feature-icon img {
    display: block;
    margin: 15px auto;
}
.feature-wrapper .media-body .header-info_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-color);
}
.feature-wrapper .media-body .header-info_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0;/* Extra small devices */
}

@media (max-width: 575px) {
.feature-wrapper .media-body .header-info_link {
    font-size: 16px;
    line-height: 26px;
}
}
.feature-wrapper .media-body .header-info_link:hover {
    color: var(--theme-color);
}
.feature-wrapper .media-body .header-info_link a {
    color: inherit;
}
.feature-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;/* Small devices */
}

@media (max-width: 767px) {
.feature-title {
    font-size: 25px;
    line-height: 38px;
}
}
.request-content {
/* Large devices */
}

@media (max-width: 1199px) {
.request-content {
    margin: 80px 0;
}
}
.request-content .double-line {
    display: block;
}

@media (min-width: 1199px) {
.request-content .double-line {
    display: none;
}
}
.request-content .sec-desc {
/* Large devices */
}

@media (max-width: 1199px) {
.request-content .sec-desc {
    display: block;
    margin: auto;
}
}
.feature-section {
    margin-bottom: 20px;/* Large devices */
}

@media (max-width: 1399px) {
.feature-section {
    margin-bottom: 25px;
}
}

@media (max-width: 1199px) {
.feature-section {
    margin-bottom: 0;
}
}
/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ---------------------------------- */
.request-quote-wrapper {
    margin-right: -200px;
    position: relative;
    z-index: 9;/* Medium devices */
}

@media (max-width: 991px) {
.request-quote-wrapper {
    margin-right: 0;
}
}
.request-quote-wrapper.style2 {
    margin-right: 0;
    background-color: var(--smoke-color);
}
.request-quote-wrapper.style2 .request-wrapper {
    background-color: transparent;
}
.request-quote-wrapper.style2 .tab-content {
/* Medium devices */
}

@media (max-width: 991px) {
.request-quote-wrapper.style2 .tab-content {
    margin-right: 0;
}
}
.request-quote-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 440px) {
.request-quote-tabs {
    display: block;
}
}
.request-quote-tabs.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.request-quote-tabs.style2.nav-tabs {
    border: 1px solid #F4F4F4;
}
.request-quote-tabs.style2 .nav-link {
    border-right: 1px solid #F4F4F4;
    background-color: var(--white-color);
    color: var(--title-color);
    width: 429px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.request-quote-tabs.style2 .nav-link {
    width: 416px;
}
}

@media (max-width: 1299px) {
.request-quote-tabs.style2 .nav-link {
    width: 371px;
}
}

@media (max-width: 1199px) {
.request-quote-tabs.style2 .nav-link {
    width: 311px;
}
}

@media (max-width: 991px) {
.request-quote-tabs.style2 .nav-link {
    width: 231px;
}
}

@media (max-width: 767px) {
.request-quote-tabs.style2 .nav-link {
    width: 171px;
}
}

@media (max-width: 575px) {
.request-quote-tabs.style2 .nav-link {
    width: 100%;
}
}

@media (max-width: 460px) {
.request-quote-tabs.style2 .nav-link {
    width: 100%;
}
}
.request-quote-tabs.style2 .nav-link:hover, .request-quote-tabs.style2 .nav-link.active {
    background-color: var(--smoke-color);
    color: var(--title-color);
}
.request-quote-tabs.style3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #F4F4F4;
    margin-right: 0;/* Extra small devices */
}

@media (max-width: 575px) {
.request-quote-tabs.style3 {
    margin-right: -4px;
}
}

@media (max-width: 460px) {
.request-quote-tabs.style3 {
    margin-right: 0px;
}
}
.request-quote-tabs.style3 .tab-content {
    margin-right: 0;/* Medium devices */
}

@media (max-width: 991px) {
.request-quote-tabs.style3 .tab-content {
    margin-right: 0;
}
}
.request-quote-tabs.style3 .nav-link {
    width: 280px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.request-quote-tabs.style3 .nav-link {
    width: 271px;
}
}

@media (max-width: 1299px) {
.request-quote-tabs.style3 .nav-link {
    width: 241px;
}
}

@media (max-width: 1199px) {
.request-quote-tabs.style3 .nav-link {
    width: 201px;
}
}

@media (max-width: 991px) {
.request-quote-tabs.style3 .nav-link {
    width: 228px;
}
}

@media (max-width: 767px) {
.request-quote-tabs.style3 .nav-link {
    width: 168px;
}
}

@media (max-width: 575px) {
.request-quote-tabs.style3 .nav-link {
    width: 33%;
}
}

@media (max-width: 460px) {
.request-quote-tabs.style3 .nav-link {
    width: 100%;
    border-right: none !important;
}
}
.request-quote-tabs.style3 .nav-link:last-child {
    border-right: 1px solid transparent !important;
}
.request-quote-tabs.style3 .nav-link:hover, .request-quote-tabs.style3 .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.request-quote-tabs.nav-tabs {
    border-bottom: 1px solid transparent;
}
.request-quote-tabs .nav-link {
    background-color: var(--white-color);
    padding: 20px 40px;
    width: 277.6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border: none;
    border-right: 1px solid #1212121a !important;
    text-align: center;
    border-radius: 0;
    color: var(--title-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.request-quote-tabs .nav-link {
    width: 271px;
}
}

@media (max-width: 1299px) {
.request-quote-tabs .nav-link {
    width: 248.6px;
}
}

@media (max-width: 1199px) {
.request-quote-tabs .nav-link {
    padding: 20px;
    width: 218.5px;
}
}

@media (max-width: 991px) {
.request-quote-tabs .nav-link {
    width: 33%;
}
}

@media (max-width: 575px) {
.request-quote-tabs .nav-link {
    width: 100%;
}
}

@media (max-width: 767px) {
.request-quote-tabs .nav-link {
    padding: 10px;
    font-size: 14px;
}
}

@media (max-width: 375px) {
.request-quote-tabs .nav-link {
    padding: 5px;
}
}
.request-quote-tabs .nav-link:hover, .request-quote-tabs .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
.filter-menu.tab-menu1 {
    gap: 10px 30px;
}
}

/* Small devices */
@media (max-width: 767px) {
.filter-menu.tab-menu1 {
    gap: 10px 20px;
}
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.faq-sec {
/* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
.faq-sec {
    padding: 120px 0;
}
}

@media (max-width: 1199px) {
.faq-sec {
    padding: 80px 0;
}
}

@media (min-width: 1199px) {
.accordion-area .title-area {
    margin-right: 80px;
}
}
.accordion-card {
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.accordion-card.style3 .accordion-button:after {
    color: var(--theme-color);
}
.accordion-card.style3 .accordion-button:not(.collapsed) {
    color: var(--title-color);
}
.accordion-card.style3 .accordion-button:not(.collapsed):after {
    color: var(--title-color);
}
.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 70px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.accordion-card .accordion-button:after {
    content: "\f106";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-family: var(--icon-font);
    color: #0A0A0A;
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;/* Extra small devices */
}

@media (max-width: 375px) {
.accordion-card .accordion-button:after {
    right: 24px;
}
}
.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
    color: var(--theme-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f107';
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--theme-color);
}
.accordion-card .accordion-collapse {
    border: none;
}
.accordion-card .accordion-body {
    border-radius: 0;
    background-color: var(--smoke-color2);
    border: none;
    padding: 22px 30px 30px 30px;
}
.accordion-card .faq-text {
    font-size: 16px;
    margin-bottom: -0.48em;
}
.accordion-card .faq-img {
    height: 100%;
}
.accordion-card .faq-img img {
    height: 100%;
    object-fit: cover;
}
.accordion-card:last-child {
    margin-bottom: 0;
}
.accordion-card.style2 {
    box-shadow: none;
    background-color: var(--white-color);
}
.accordion-card.style2:not(:last-child) {
    margin-bottom: 10px;
}
.accordion-card.style2 .accordion-button {
    background-color: var(--white-color);
    box-shadow: none;
    min-height: 60px;
}
.accordion-card.style2 .accordion-button:after {
    content: '\f107';
    color: var(--theme-color);
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
    color: var(--title-color);
    border-bottom: none;
}
.accordion-card.style2 .accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(180deg) translateX(-11px);
    -ms-transform: rotate(180deg) translateX(-11px);
    transform: rotate(180deg) translateX(-11px);
}
.accordion-card.style2 .accordion-body {
    background-color: var(--white-color);
    border-top: 1px solid var(--gray-color);
    margin: 0 130px 0 30px;
    padding: 20px 0 30px 0;/* Medium devices */
}

@media (max-width: 991px) {
.accordion-card.style2 .accordion-body {
    margin: 0 30px 0 30px;
}
}
.faq-img {
    padding-left: 25px;
    text-align: center;
}
.faq-img img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

/* Extra small devices */
@media (max-width: 575px) {
.accordion-card .accordion-button {
    font-size: 16px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.faq-img {
    padding-left: 0;
}
.faq-img img {
    max-width: 100%;
}
}
.faq-widget {
    background-color: var(--smoke-color);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center;
}
.faq-widget .title {
    margin-top: -0.23em;
}
.faq-form-wrap {
    margin-top: 70px;
}
.faq-form-wrap .form-text {
    max-width: 500px;
    margin-bottom: 25px;
}

/* Medium devices */
@media (max-width: 991px) {
.faq-form-wrap {
    margin-top: 45px;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.faq-widget {
    padding: 40px 20px;
}
}
/* Faq Tab --------------------------------*/
.faq-area {
    position: relative;
    overflow: hidden;
}
.faq-tabs {
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 11px;
    gap: 50px;
    margin-bottom: 30px;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.faq-tabs {
    gap: 30px;
}
}

@media (max-width: 767px) {
.faq-tabs {
    gap: 20px;
}
}
.faq-tabs .nav-link {
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    position: relative;/* Small devices */
}

@media (max-width: 767px) {
.faq-tabs .nav-link {
    font-size: 14px;
    line-height: 26px;
}
}
.faq-tabs .nav-link:hover, .faq-tabs .nav-link.active {
    color: var(--theme-color);
    border-color: transparent;
}
.faq-tabs .nav-link:hover:after, .faq-tabs .nav-link.active:after {
    width: 100%;
}
.faq-tabs .nav-link:after {
    content: "";
    height: 2px;
    background: var(--theme-color);
    width: 0;
    left: 0;
    bottom: -12px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.faq-image {
    text-align: right;/* Large devices */
}

@media (max-width: 1199px) {
.faq-image {
    display: none;
}
}
.faq-image-two {
/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
.faq-image-two {
    text-align: center;
    margin-bottom: 30px;
}
}

@media (max-width: 991px) {
.faq-image-two {
    margin-bottom: 30px;
}
}
.faq-area {
/* Medium devices */
}

@media (max-width: 991px) {
.faq-area {
    padding-top: 40px !important;
}
}
.faq-area .title-area {
/* Large devices */
}

@media (max-width: 1199px) {
.faq-area .title-area {
    text-align: center;
}
}
/*------------------- 4.00. CTA -------------------*/
.cta-area {
    position: relative;
    padding: 50px 60px;
    z-index: 10;/* Small devices */
}

@media (max-width: 767px) {
.cta-area {
    padding: 30px;
}
}
.cta-content {
/* Medium devices */
}

@media (max-width: 991px) {
.cta-content {
    text-align: center;
}
}
.cta-title {
    margin: 0;
    color: var(--white-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;/* Medium devices */
}

@media (max-width: 991px) {
.cta-title {
    text-align: center;
}
}
.btn-group .cta-btn {
    background-color: var(--title-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 4px 16px;
    margin-bottom: 0;
    border-radius: 4px;
}
.btn-group.style5 {
/* Medium devices */
}

@media (max-width: 991px) {
.btn-group.style5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

/* Medium devices */
@media (max-width: 991px) {
.sec-title.cta-title img {
    max-width: 64px;
}
.cta-text {
    text-align: center;
    margin-bottom: 20px;
}
}

/* Small devices */
@media (max-width: 767px) {
.sec-title.cta-title img {
    display: none;
}
}
.cta-sec {
    position: relative;
    max-width: 1605px;
    margin-right: 315px;
    background-size: auto;
    background-position: right center;
    padding: 60px 0 60px 0;
    overflow: hidden;
    z-index: 9;/* Medium devices */
}

@media (min-width: 1922px) {
.cta-sec {
    display: block;
    margin: auto;
}
}

@media (max-width: 1799px) {
.cta-sec {
    margin-right: 0;
}
}

@media (max-width: 1599px) {
.cta-sec {
    max-width: 100%;
}
}

@media (max-width: 1499px) {
.cta-sec {
    padding: 50px 0 50px 0;
}
}

@media (max-width: 991px) {
.cta-sec {
    background-size: cover;
}
}
.cta-sec .btn-group {
    margin-right: -78px;/* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
.cta-sec .btn-group {
    margin-right: -30px;
}
}

@media (max-width: 1399px) {
.cta-sec .btn-group {
    margin-right: -10px;
}
}

@media (max-width: 1299px) {
.cta-sec .btn-group {
    margin-right: 0;
}
}
.cta-title2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;/* Medium devices */
}

@media (max-width: 1499px) {
.cta-title2 {
    font-size: 25px;
    line-height: 30px;
}
}

@media (max-width: 991px) {
.cta-title2 {
    text-align: center;
}
}
.cta-thumb {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);/* Large devices */
}

@media (max-width: 1499px) {
.cta-thumb {
    width: 480px;
}
}

@media (max-width: 1399px) {
.cta-thumb {
    width: 550px;
}
}

@media (max-width: 1199px) {
.cta-thumb img {
    display: none;
}
}
/*------------------- 4.00. Service -------------------*/
/* Service List ---------------------------------- */
.service-list {
    text-align: center;
}
.service-list-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-list_title {
    max-width: 180px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -0.3em;
}
.service-list:hover .service-list_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Medium devices */
@media (max-width: 991px) {
.service-list-wrap {
    grid-template-columns: auto auto auto;
}
}

/* Small devices */
@media (max-width: 767px) {
.service-list_title {
    font-size: 18px;
    max-width: 160px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.service-list-wrap {
    grid-template-columns: auto auto;
}
}
/* Service Grid ---------------------------------- */
.service-divider {
    height: 100%;
    width: 1px;
    background-color: var(--gray-color);
}
.service-divider:last-of-type {
    display: none;
}
.service-grid {
    position: relative;
    background-color: #0A0A0A;
    padding: 30px 30px 0 30px;
    min-width: 300px;
    min-height: 290px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.service-grid {
    min-width: 250px;
}
}

@media (max-width: 767px) {
.service-grid {
    min-height: 340px;
}
}
.service-grid:hover:before {
    height: 0;
    bottom: 100%;
}
.service-grid:hover .service-grid_wrapper .service-title {
    color: var(--white-color);
}
.service-grid:hover .service-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service-grid:hover .service-grid_img:before {
    opacity: 1;
    visibility: visible;
}
.service-grid:hover .service-grid_btn {
    left: 41%;
    opacity: 1;
    visibility: visible;
}
.service-grid:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--smoke-color2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-grid_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.service-grid_wrapper {
    gap: 15px;
}
}

@media (max-width: 767px) {
.service-grid_wrapper {
    display: inline-block;
    margin: auto;
}
}
.service-grid_wrapper .service-title {
    position: relative;
    margin-bottom: 0px;/* Small devices */
}

@media (max-width: 767px) {
.service-grid_wrapper .service-title {
    margin-bottom: 20px;
}
}
.service-grid_icon {
    color: var(--theme-color);
    min-width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 5px;
    background-color: var(--theme-color);
    padding: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.service-grid_icon {
    right: 20px;
    min-width: 60px;
    height: 60px;
    line-height: 45px;
    padding: 8px;
}
}

@media (max-width: 767px) {
.service-grid_icon {
    min-width: 50%;
    width: 60px;
    height: 80px;
    line-height: 70px;
    padding: 5px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
}
.service-grid_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;/* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.service-grid_icon img {
    width: 80%;
}
}

@media (max-width: 991px) {
.service-grid_icon img {
    width: 70%;
}
}

@media (max-width: 767px) {
.service-grid_icon img {
    width: 50%;
}
}
.service-grid_img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Small devices */
}

@media (max-width: 767px) {
.service-grid_img {
    position: relative;
    text-align: centergulp;
}
}
.service-grid_img img {
/* Small devices */
}

@media (max-width: 767px) {
.service-grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
.service-grid_img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(top, rgba(235, 51, 0, 0) 27.65%, #EB3300 100%);
    background: linear-gradient(180deg, rgba(235, 51, 0, 0) 27.65%, #EB3300 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-grid_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 8px 0;
}
.service-grid_title a {
    color: inherit;
}
.service-grid_title a:hover {
    color: var(--white-color);
}
.service-grid_btn {
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    display: block;
    color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    bottom: 60px;
    left: 0%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-grid_btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.service-grid_btn a {
    color: inherit;
}

/* Large devices */
@media (max-width: 1199px) {
.service-grid-wrap {
    padding: 40px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.service-divider {
    display: none;
}
.service-grid-wrap {
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.service-grid-wrap .shape-right {
    top: unset;
    bottom: -42px;
}
.service-grid_icon {
    margin-bottom: 13px;
}
.service-grid_subtitle {
    margin-bottom: 10px;
}
}

/* Small devices */
@media (max-width: 767px) {
.service-grid {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.service-grid-wrap {
    grid-template-columns: auto;
}
.service-grid-wrap .shape-right {
    max-width: 200px;
    right: -130px;
}
.service-grid-wrap .shape-left {
    max-width: 200px;
    left: -130px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.service-grid-wrap {
    padding: 40px 15px;
}
}
/* Service Card ---------------------------------- */
.service-card {
 --space: 30px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-card_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.service-card:hover .service-card_content:before {
    height: 0;
}
.service-card:hover .service-card_content .line-btn {
    color: var(--white-color);
}
.service-card:hover .service-card_content .line-btn:before {
    background-color: var(--white-color);
}
.service-card:hover .service-card_title {
    color: var(--white-color);
}
.service-card:hover .service-card_title a {
    color: inherit;
}
.service-card:hover .service-card_title a:hover {
    color: var(--white-color);
}
.service-card:hover .service-card_desc {
    color: var(--white-color);
}
.service-card:hover .service-card_icon {
    background-color: var(--theme-color);
}
.service-card:hover .service-card_img:before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.service-card:hover .service-card_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
 .service-card:hover_btn {
 position: absolute;
 display: inline-block;
 bottom: 30px;
 right: 0;
}
.service-card_img {
    position: relative;
    overflow: hidden;
}
.service-card_img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4 ease-in-out;
    transition: all 0.4 ease-in-out;
}
.service-card_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-card_content {
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -50px;
    border-radius: 0px;
    padding: 30px 22px;
    width: calc(100% - 50px);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
}

@media (max-width: 1299px) {
.service-card_content {
    padding: 30px 18px;
}
}
.service-card_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-card_content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
    background-color: var(--theme-color);
}
.service-card_desc {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 0;
}
.service-card_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service-card .ser-icon {
    width: 50px;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
}
.service-card .ser-icon .ser-title {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 80px;
    height: 82px;
    margin: 0;
    display: block;
    margin: 0 auto;
    margin-left: -9px;
    color: #fff;
}
.service-card .share-option {
    position: absolute;
    display: inline-block;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.service-card .share-option:hover .team-social2 .icon-team-list {
    background-color: var(--theme-color);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    bottom: -50px;
}
.service-card .share-option .share-link {
    position: absolute;
    top: auto;
    bottom: -50;
    right: 0;
    background: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.service-card .share-option .team-social2 .icon-team-list {
    position: absolute;
    bottom: -50px;
    right: 0;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-card .share-option .team-social2 .icon-team-list li {
    display: block;
    margin: 0;
}
.service-card .share-option .team-social2 .icon-team-list li a {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0;
}
.service-card_icon {
    position: absolute;
    right: 10px;
    top: -50px;
    color: var(--theme-color);
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    padding: 10px;
    margin: 0 auto 15px auto;
    text-align: center;/* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
.service-card_icon {
    top: -36px;
    width: 60px;
    height: 60px;
    line-height: 40px;
}
}

@media (max-width: 767px) {
.service-card_icon {
    top: -36px;
    width: 80px;
    height: 80px;
    line-height: 60px;
}
}
.service-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-card_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 8px 0;
}
.service-card_title a {
    color: inherit;
}
.service-card_title a:hover {
    color: var(--theme-color);
}
.service-card_text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.service-card_inner {
    background-size: 95% 95%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-card .line-btn:hover {
    color: var(--white-color);
}
.service-card .line-btn:hover:before {
    background-color: var(--white-color);
}
.service-card:hover .service-box_inner {
    background-color: var(--title-color);
}
.service-card:hover .service-box_title, .service-card:hover .service-box_text {
    color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
.service-card {
 --space: 30px;
}
}

/* Small devices */
@media (max-width: 767px) {
.service-card {
 --space: 10px;
}
.service-card_content {
    padding: 20px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.service-card {
 --space: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.service-card_content {
    padding: 20px;
}
}
/* Service Box ---------------------------------- */
.service-box {
    position: relative;
}
.service-box:hover .service-box_content {
    border-top: 2px solid var(--theme-color);
}
.service-box:hover .service-box_content:before {
    height: 0;
}
.service-box:hover .service-box_content .half-line-btn {
    color: var(--theme-color);
}
.service-box:hover .service-box_content .half-line-btn:before {
    background-color: var(--theme-color);
}
.service-box:hover .service-box_content .service-title .line-animation img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.service-box:hover .service-box_content .box-title {
    color: var(--white-color);
}
.service-box:hover .service-box_content .box-title a {
    color: inherit;
}
.service-box:hover .service-box_img:before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.service-box:hover .service-box_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.service-box:hover .service-box_text {
    border-color: rgba(255, 255, 255, 0.2);
}
.service-box_img {
    position: relative;
    overflow: hidden;
    margin-bottom: -140px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box_content {
    position: relative;
    background-color: var(--title-color);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    padding: 30px 40px 20px 40px;
    margin: 0 30px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-top: 2px solid var(--white-color);/* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
.service-box_content {
    padding: 30px 30px 22px 30px;
}
}

@media (max-width: 1299px) {
.service-box_content {
    margin: 0 20px;
}
}

@media (max-width: 375px) {
.service-box_content {
    margin: 0 10px;
}
}
.service-box_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 10px;
}
.service-box_wrapper .service-title {
    position: relative;
    margin-bottom: 30px;
    display: block;
    margin-top: -10px;
}
.service-box_wrapper .service-title .line-animation {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.service-box_wrapper .service-title .line-animation img {
    -webkit-filter: none;
    filter: none;
    max-width: none;
}
.service-box_icon {
    min-width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 10px;
    background-color: var(--theme-color);
    padding: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium Large devices */
}

@media (max-width: 1299px) {
.service-box_icon {
    right: 20px;
    min-width: 80px;
    height: 80px;
    line-height: 50px;
    padding: 18px;
}
}
.service-box_icon svg {
    max-width: 50px;
    display: block;
    margin: auto;
}
.service-box_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 8px 0;
}
.service-box_title a {
    color: inherit;
}
.service-box_title a:hover {
    color: var(--white-color);
}
.service-box_text {
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box_text:hover {
    color: var(--white-color);
}
.service-box_text:hover a {
    color: inherit;
}
.service-box_inner {
    background-size: 95% 95%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-box .line-btn:hover {
    color: var(--white-color);
}
.service-box .line-btn:hover:before {
    background-color: var(--white-color);
}
.service-box:hover .service-box_inner {
    background-color: var(--title-color);
}
.service-box:hover .service-box_title, .service-box:hover .service-box_text {
    color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 375px) {
.service-box_inner {
    padding: 30px 12px;
}
}
/* Service item ---------------------------------- */
.service-item {
    position: relative;
    background-color: var(--title-color);
    padding: 40px 40px 25px 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;/* Large devices */
}

@media (max-width: 1399px) {
.service-item {
    padding: 25px;
}
}
.service-item.style2 {
/* Small devices */
}
.service-item.style2:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--smoke-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-item.style2 .service-item_text {
    border-bottom: 1px solid var(--gray-color);
}

@media (max-width: 767px) {
.service-item.style2 {
    text-align: center;
}
}

@media (max-width: 1199px) {
.service-item {
    padding: 25px;
}
}
.service-item:hover:before {
    height: 0;
    top: 100%;
}
.service-item:hover .service-item_title {
    color: var(--white-color);
}
.service-item:hover .service-item_text {
    color: var(--white-color);
    border-color: var(--body-color);
}
.service-item:hover .service-item_icon:before {
    opacity: 0.3;
}
.service-item:hover .half-line-btn {
    color: var(--theme-color);
}
.service-item:hover .half-line-btn:before {
    background-color: var(--theme-color);
}
.service-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-item_shape {
    position: absolute;
    top: 0;
    right: 0;
}
.service-item_shape img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.service-item_icon {
    position: relative;
    margin-bottom: 30px;
}
.service-item_icon:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--theme-color);
    opacity: 0.1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-item_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin: -5px 0 12px 0;
}
.service-item_title a {
    color: inherit;
}
.service-item_title a:hover {
    color: var(--white-color);
}
.service-item_text {
    max-width: 220px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 18px;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Small devices */
}

@media (max-width: 767px) {
.service-item_text {
    max-width: 100%;
}
}
.service-item_text:hover {
    color: var(--white-color);
}
.service-item_text:hover a {
    color: inherit;
}
.service-item .line-btn {
    color: var(--title-color);
}
.service-item .line-btn:before {
    background-color: var(--title-color);
}
.service-item .line-btn i {
    color: var(--theme-color);
}
.service-item .line-btn:hover {
    color: var(--theme-color);
}
.service-item .line-btn:hover:before {
    background-color: var(--theme-color);
}
.service-group-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 40px;/* Small devices */
}

@media (max-width: 767px) {
.service-group-thumb {
    display: block;
}
}
.service-group-thumb .counter-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;/* Small devices */
}

@media (max-width: 767px) {
.service-group-thumb .counter-title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
}

@media (max-width: 520px) {
.service-group-thumb .counter-title {
    display: block;
}
}

@media (max-width: 520px) {
.service-group-thumb .counter-title .odometer {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
}
.service-group-thumb .counter-title a {
    font-weight: 700;
}
/* Service Details ---------------------------------- */
.page-title {
    margin-top: -0.22em;
    font-size: 40px;
    margin-bottom: 20px;
}
.page-img {
    margin-bottom: 20px;
}
.page-img img {
    width: 100%;
}
.page-single {
    margin-bottom: 30px;
}
.service-process {
    border-right: 1px solid var(--gray-color);
    padding-right: 10px;
}
.service-process-wrap {
    background-color: var(--smoke-color2);
    border: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px;
}
.service-process:last-child {
    border-right: none;
    padding-right: 0;
}
.service-process_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(223, 182, 141, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    margin-bottom: 15px;
}
.service-process_text {
    font-size: 14px;
    margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
.page-title {
    font-size: 38px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.page-title {
    font-size: 32px;
}
.service-process {
    border-right: none;
    padding-right: 0;
    text-align: center;
}
.service-process-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.service-process_icon {
    margin-left: auto;
    margin-right: auto;
}
.service-process_title {
    font-size: 20px;
}
}

/* Small devices */
@media (max-width: 767px) {
.page-title {
    font-size: 28px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.page-title {
    font-size: 24px;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.service-process-wrap {
    padding: 30px 12px;
}
}
/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
.available-list {
    border-top: 1px solid var(--gray-color);
    padding-top: 25px;
    margin-top: 10px;
}
.available-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.available-list li {
    position: relative;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-left: 30px;
    text-transform: capitalize;
    color: var(--title-color);
}
.available-list li:last-child {
    margin-bottom: 0;
}
.available-list li:after {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
    font-size: 1.1em;
    vertical-align: text-top;
    position: absolute;
    top: 1px;
    left: 0;
}
.available-list li.unavailable {
    color: var(--title-color);
}
.available-list li.unavailable:after {
    content: "\f058";
    right: 4px;
    color: #787878;
}
.price-card {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    padding: 40px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;/* Medium devices */
}
.price-card.active {
    background-color: var(--title-color);
}
.price-card.active .price-card_title {
    color: var(--white-color);
}
.price-card.active .price-card_price {
    color: var(--white-color);
}
.price-card.active .price-card_price .currency {
    color: var(--white-color);
}
.price-card.active .price-card_price .duration {
    color: var(--white-color);
}
.price-card.active .available-list li {
    color: var(--white-color);
}
.price-card.active .available-list li.unavailable {
    color: var(--white-color);
}
.price-card.active .price-btn .th-btn {
    background-color: var(--theme-color);
}
.price-card.active .offer-tag {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
.price-card {
    padding: 30px;
}
}
.price-card_title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 20px;
}
.price-card_price {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--title-color);
    position: relative;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 30px;
    margin-bottom: 26px;
}
.price-card_price .currency {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    font-family: var(--body-font);
    position: absolute;
    top: -8px;
    left: 0px;
    right: auto;
    color: var(--title-color);
}
.price-card_price .duration {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 0;
    position: absolute;
    bottom: -10px;
    white-space: nowrap;
}
.price-card_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.price-card .offer-tag {
    background-color: var(--theme-color);
    padding: 2px 15px;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--white-color);
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.price-card_text {
    padding-bottom: 25px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--theme-color);
    text-align: center;
}
.price-btn {
    margin-top: 33px;
}
.price-btn .th-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Medium Large devices */
@media (max-width: 1299px) {
.price-card_title img {
    max-width: 70px;
}
}
/*------------------- 4.00. Couple -------------------*/
/* Couple 1 ---------------------------------- */
.couple-box {
    width: 495px;
    padding: 30px;
}
.couple-box_img {
    margin-bottom: 15px;
}
.couple-box_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.couple-box_title {
    color: var(--white-color);
    font-size: 36px;
}
.couple-box_text {
    color: var(--white-color);
    max-width: 340px;
    margin-bottom: 20px;
}
.couple-box.left {
    text-align: right;
}
.couple-box.left .couple-box_text {
    margin-left: auto;
}
.frame-box1 {
    position: relative;
    text-align: center;
}
.frame-box1 .img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
    padding: 18px 52px;
}
.frame-box1 .img1 img {
    border-radius: 999px;
}

/* Extra large devices */
@media (max-width: 1500px) {
.couple-box {
    width: 466px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.couple-box {
    width: 100%;
}
.couple-box_title {
    font-size: 32px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.couple-box {
    padding: 30px 15px;
    background-position: left center;
}
.couple-box.left {
    background-position: right center;
}
}

/* Medium devices */
@media (max-width: 991px) {
.couple-box.style2 {
    text-align: center;
}
.couple-box.style2 .couple-box_text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.frame-box1 .img1 {
    padding: 12px 40px;
}
}
/*------------------- 4.00. History -------------------*/
/* Histoy 1 ---------------------------------- */
.history-sec1 {
    background-size: 100% calc(100% - 150px);
    background-position: center bottom;
    position: relative;
}
.pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.countdown-area {
    text-align: center;
    padding: 94px 0 70px 0;
    background-size: 100% 100%;
}
.countdown-area .countdown-subtitle {
    font-family: var(--style-font);
    font-size: 22px;
}
.countdown-area .countdown-title {
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
}
.countdown-area .countdown-title.style2 {
    font-size: 28px;
}
.wedding-counter {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
}
.wedding-counter li {
    list-style-type: none;
    text-align: center;
    padding: 30px 15px 44px 15px;
    background-size: contain;
    width: 115px;
    height: 150px;
}
.wedding-counter .count-number {
    font-family: var(--title-font);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    color: var(--theme-color);
    margin-bottom: 5px;
}
.wedding-counter .count-name {
    font-size: 14px;
}
.story-box {
    text-align: center;
    background-size: 100% 100%;
    padding: 45px 30px;
    background-color: var(--white-color);
    border-radius: 10px;
}
.story-box_date {
    display: block;
    max-width: 250px;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 25px;
}
.story-box_title {
    margin-bottom: 5px;
}
.story-box_text {
    margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
.story-box {
    padding: 40px 15px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.countdown-area {
    background-size: 130% 100%;
}
.history-sec1 {
    background-size: 130% calc(100% - 150px);
}
}

/* Small devices */
@media (max-width: 767px) {
.countdown-area {
    background-size: 166% 100%;
}
.wedding-counter {
    gap: 15px;
}
.wedding-counter .count-number {
    font-size: 40px;
}
.history-sec1 {
    background-size: 170% calc(100% - 150px);
}
}

/* Extra small devices */
@media (max-width: 575px) {
.wedding-counter .count-number {
    font-size: 32px;
    margin-bottom: 0;
}
.wedding-counter li {
    padding: 20px 10px 30px 10px;
    height: auto;
}
.countdown-area .countdown-title {
    font-size: 28px;
    margin-bottom: 26px;
}
.countdown-area .countdown-subtitle {
    font-size: 18px;
}
.story-box {
    background-size: 110% 110%;
}
}

@media (max-width: 420px) {
.wedding-counter {
    gap: 0px;
}
.wedding-counter .count-name {
    font-size: 12px;
}
.wedding-counter li {
    padding: 20px 10px 30px 10px;
}
}
.countdown-sec1 {
    margin-top: -135px;
    position: relative;
    z-index: 5;
}
.story-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.story-card-area {
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
    position: relative;
    padding: 60px;
}
.story-card-area .img-box {
    position: relative;
}
.story-card-corner {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}
.story-card-slide {
    border: 2px solid var(--theme-color);
    padding: 90px 60px 60px 60px;
}
.story-card-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 21px 10px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 205px;
    height: 100px;
    width: 100px;
    z-index: 3;
}
.story-card_content {
    max-width: 490px;
}
.story-card-img {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 2;
    max-width: 576px;
}
.story-card_shape {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
}
.story-card_title {
    margin-bottom: 8px;
}
.story-card_location {
    display: block;
    font-size: 14px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--theme-color);
}
.story-card_text {
    margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1299px) {
.story-card-area {
    padding: 60px 50px;
}
.story-card-slide {
    padding: 90px 30px 60px 40px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.story-card-img {
    max-width: 400px;
    overflow: hidden;
    top: 20px;
    right: 20px;
}
.story-card-img .img-box > img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.story-card-slide {
    padding: 90px 30px 50px 40px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.story-card-img {
    max-width: 240px;
}
.story-card-img .img-box > img {
    max-width: 100%;
}
.story-card-area {
    padding: 60px 50px 50px 50px;
}
.story-card-slide {
    padding: 90px 30px 35px 40px;
}
.story-card-date {
    left: 160px;
}
}

/* Small devices */
@media (max-width: 767px) {
.story-card-img {
    top: 0;
    right: -50px;
}
.story-card-area {
    overflow: hidden;
    padding: 60px 12px 12px 12px;
}
.story-card-corner {
    display: none;
}
.story-card-slide {
    padding: 90px 20px 15px 20px;
}
.story-card-date {
    left: calc(50% - 50px);
}
}

/* Extra small devices */
@media (max-width: 575px) {
.story-card {
    text-align: center;
}
.story-card-img {
    display: none;
}
}

/* Extra small devices */
@media (max-width: 375px) {
.story-card_text {
    font-size: 14px;
}
}
/*------------------- 4.00. Gallery -------------------*/
/* Gallery 1 ---------------------------------- */
.project-slider-1 {
    margin: 0 30px;/* Medium devices */
}

@media (max-width: 991px) {
.project-slider-1 {
    margin: 0;
}
}
.project-slider-1 .slick-list {
    padding: 0 484px !important;/* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1600px) {
.project-slider-1 .slick-list {
    padding: 0 350px !important;
}
}

@media (max-width: 1299px) {
.project-slider-1 .slick-list {
    padding: 0 200px !important;
}
}

@media (max-width: 991px) {
.project-slider-1 .slick-list {
    padding: 0 !important;
}
}
.project-slider-1 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 500px;
}
.project-slider-1 .slick-slide .project-img {
    height: 500px;
}
.project-slider-1 .slick-slide .project-img img {
    height: 500px;
    object-fit: cover;
}
.project-slider-1 .slick-slide.slick-center:hover .project-content {
    opacity: 1;
}
.project-slider-2 .slick-list {
    padding: 0 754px !important;/* Medium Large devices */
  /* Medium devices */
}

@media (min-width: 2399px) {
.project-slider-2 .slick-list {
    padding: 0 1000px !important;
}
}

@media (max-width: 2399px) {
.project-slider-2 .slick-list {
    padding: 0 900px !important;
}
}

@media (max-width: 2199px) {
.project-slider-2 .slick-list {
    padding: 0 800px !important;
}
}

@media (max-width: 1999px) {
.project-slider-2 .slick-list {
    padding: 0 730px !important;
}
}

@media (max-width: 1799px) {
.project-slider-2 .slick-list {
    padding: 0 680px !important;
}
}

@media (max-width: 1699px) {
.project-slider-2 .slick-list {
    padding: 0 580px !important;
}
}

@media (max-width: 1499px) {
.project-slider-2 .slick-list {
    padding: 0 530px !important;
}
}

@media (max-width: 1399px) {
.project-slider-2 .slick-list {
    padding: 0 430px !important;
}
}

@media (max-width: 1299px) {
.project-slider-2 .slick-list {
    padding: 0 380px !important;
}
}

@media (max-width: 1024px) {
.project-slider-2 .slick-list {
    padding: 0 230px !important;
}
}

@media (max-width: 991px) {
.project-slider-2 .slick-list {
    padding: 0 !important;
}
}
.project-slider-2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
}
.project-slider-2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-content {
    bottom: 70px;
    opacity: 1;
}
.project-slider-2 .slick-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 500px;
}
.project-slider-2 .slick-slide .project-img {
    height: 500px;
}
.project-slider-2 .slick-slide .project-img img {
    height: 500px;
    object-fit: cover;
}
.project-slider-2 .slick-slide.slick-center:hover .project-content {
    opacity: 1;
}
.gallery-row {
 --bs-gutter-y: 1.5rem;
}

@media (min-width: 1200px) {
.gallery-row .col-md-6,  .gallery-row .col-lg-6 {
    width: 50%;
}
}

@media (min-width: 1300px) {
.gallery-row .col-xl-auto {
    width: auto;
}
}
.gallery-card {
    position: relative;
}
.gallery-card .gallery-img {
    position: relative;
}
.gallery-card .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
}
.gallery-card .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px 0 0 -28px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border: none;
    border-radius: 99px;
    line-height: 60px;
    font-size: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.gallery-card .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.filter-item .gallery-card:hover .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1;
}
.filter-item .gallery-card:hover .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}
.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 40px;
    margin-top: 22px;
    position: relative;
}
.filter-menu button {
    border: none;
    padding: 0;
    margin-bottom: 5px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--body-color);
    position: relative;
}
.filter-menu button.active, .filter-menu button:hover {
    color: var(--theme-color);
}
.filter-menu .indicator {
    position: absolute;
    height: 12px;
    background-image: url("../../../download-version/assets/img/theme-img/button_shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(var(--width-set) + 24px);
    left: calc(var(--pos-x) - 12px);
    top: calc(var(--pos-y) + 20px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/* Medium Large devices */
@media (max-width: 1299px) {
.gallery-card .gallery-img img {
    width: 100%;
}
}

/* Large devices */
@media (max-width: 1199px) {
.filter-menu {
    gap: 8px 17px;
}
}

/* Small devices */
@media (max-width: 767px) {
.filter-menu {
    gap: 8px 22px;
}
}
/* Flip Slider --------------------------------------*/
.flipster__item--current .gallery-card .icon-btn {
    margin: -28px 0 0 -28px;
    visibility: visible;
    opacity: 1;
}
.flipster__item--current .gallery-card .gallery-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}
.flip-gallery {
    overflow: hidden;
}
.flip-gallery-area {
    position: relative;
    margin-top: -24px;
}
.flip-gallery .flipster__nav {
    margin: 0 auto 50px auto;
}
.flip-gallery .flipster__nav__item--current .flipster__nav__child {
    display: none;
}
.flip-gallery .flipster__button {
    top: 56.8%;
}
.flipster__button {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 1px solid var(--theme-color);
    font-size: 16px;
    background-color: var(--white-color);
    text-align: center;
    opacity: 1;
}
.flipster__button svg {
    max-width: 13px;
}
.flipster__button--prev {
    left: 21%;
}
.flipster__button--next {
    right: 21%;
}
.flipster__nav__item {
    margin: 0 18px;
}
.flipster__nav__link {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: var(--body-color);
}
.flipster__nav__link:after {
    bottom: 0;
    top: unset;
    height: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: var(--theme-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.flipster__nav__link:hover {
    color: var(--theme-color);
}
.flipster__nav__link:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.flipster__nav__item--current .flipster__nav__link {
    color: var(--theme-color);
}
.flipster__nav__item--current .flipster__nav__link:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}
.flipster__nav__link:focus:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

/* Large devices */
@media (max-width: 1199px) {
.flipster__button--prev {
    left: 12%;
}
.flipster__button--next {
    right: 12%;
}
}

/* Medium devices */
@media (max-width: 991px) {
.flip-gallery-area {
    margin-top: -18px;
}
.flip-gallery .flipster__nav {
    margin: 0 auto 40px auto;
}
.flipster__button--prev {
    left: 0;
}
.flipster__button--next {
    right: 0;
}
}

/* Small devices */
@media (max-width: 767px) {
.flip-gallery .flip-items {
    margin-top: -70px;
}
.flip-gallery .flipster__button {
    top: 52%;
}
.gallery-card.gallery-flip {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
}

@media (max-width: 460px) {
.flip-gallery .flip-items {
    margin-top: -90px;
}
.flip-gallery .flipster__button {
    display: none;
}
.gallery-card.gallery-flip {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
}

@media (max-width: 360px) {
.gallery-card.gallery-flip {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
}
/*------------------- 4.00. Event -------------------*/
/* Event 1 ---------------------------------- */
.event-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    padding: 20px;
    text-align: center;
    margin-bottom: 55px;
}
.event-card_img img {
    width: 100%;
}
.event-card_title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.event-card_title a {
    color: inherit;
}
.event-card_title a:hover {
    color: var(--theme-color);
}
.event-card_shape {
    margin-bottom: 20px;
}
.event-card_date, .event-card_time {
    display: block;
}
.event-card_time {
    margin-bottom: 15px;
}
.event-card_text {
    max-width: 290px;
    margin: 0 auto 16px auto;
}
.event-card_flower {
    margin-bottom: -85px;
    margin-top: 26px;
}
.event-img-sec {
    height: 600px;
    margin-bottom: -310px;
}

/* Large devices */
@media (max-width: 1199px) {
.event-card_title {
    font-size: 26px;
}
}

/* Large devices */
@media (max-width: 1199px) {
.event-img-sec {
    height: 400px;
    margin-bottom: -180px;
}
}
/* Event 1 ---------------------------------- */
.event-box {
    position: relative;
}
.event-box_img {
    margin-bottom: 25px;
}
.event-box_img img {
    width: 100%;
}
.event-box_title {
    margin-bottom: 0;
}
.event-box_subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.event-box .icon-btn {
 --btn-size: 50px;
    position: absolute;
    bottom: 7px;
    right: 0;
    border-color: var(--theme-color);
    background-color: var(--white-color);
    color: var(--body-color);
}
.event-box .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
/*------------------- 4.00. RSVP -------------------*/
.section-frame1 {
 --space: 25px;
    position: absolute;
    top: var(--space);
    left: var(--space);
 width: calc(100% - var(--space)*2);
 height: calc(100% - var(--space)*2);
    background-size: 100% 100%;
}
.rsvp-frame {
    background-size: 100% 100%;
    max-width: 1030px;
    margin: -50px auto -45px auto;
}
.rsvp-frame .rsvp-form {
    max-width: 464px;
    margin: 0 auto;
    padding: 180px 12px 130px 12px;
}
.rsvp-frame .form-select.style2 option {
    background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
.section-frame1 {
 --space: 12px;
}
}

/* Medium devices */
@media (max-width: 991px) {
.rsvp-frame {
    background-size: 130% 100%;
}
}

/* Small devices */
@media (max-width: 767px) {
.section-frame1 {
    background-size: cover;
}
.rsvp-frame {
    background-size: 190% 100%;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.rsvp-frame {
    margin: -80px auto -45px auto;
}
}
/*------------------- 4.00. Invitation -------------------*/
.invitation-box {
    padding: 244px 12px;
    background-color: var(--theme-color);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.invitation-box-area {
    max-width: 736px;
    margin: 120px auto 145px auto;
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    position: relative;
}
.invitation-box-area .shape-top, .invitation-box-area .shape-bottom {
    position: absolute;
    left: -60px;
    right: -60px;
}
.invitation-box-area .shape-top {
    top: -120px;
}
.invitation-box-area .shape-bottom {
    bottom: -145px;
}
.invitation-box_title, .invitation-box_subtitle, .invitation-box_date, .invitation-box_time, .invitation-box_address, .invitation-box_name {
    color: var(--white-color);
}
.invitation-box_title {
    font-family: var(--style-font);
    font-weight: 400;
    font-size: 72px;
    font-style: italic;
    margin-bottom: 12px;
}
.invitation-box_name {
    margin-bottom: 22px;
}
.invitation-box_subtitle {
    margin-bottom: 15px;
}
.invitation-box_date {
    margin-bottom: 0;
}
.invitation-box_time {
    margin-bottom: 20px;
}
.invitation-box_address {
    margin-bottom: 26px;
}
.invitation-box .th-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
.invitation-box {
    padding: 180px 12px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.invitation-box {
    padding: 140px 12px;
}
.invitation-box-area {
    margin: 80px auto 100px auto;
}
.invitation-box-area .shape-top {
    top: -80px;
}
.invitation-box-area .shape-bottom {
    bottom: -100px;
}
.invitation-box_title {
    font-size: 54px;
}
}
/*------------------- 4.00. Process -------------------*/
.process-sec {
    position: relative;
    overflow: hidden;
}
.process-sec .process-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 44%;
    left: 40%;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px;/* Large devices */
}

@media (min-width: 1922px) {
.process-sec .process-line {
    left: 45%;
}
}

@media (max-width: 1399px) {
.process-sec .process-line {
    left: 45%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 100%;
}
.process-sec .process-line img {
    width: 85%;
}
}

@media (max-width: 1199px) {
.process-sec .process-line {
    display: none;
}
}
.process-card {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.process-card_img {
    position: relative;
    border-radius: 50%;
    display: inline-block;
    border: 2px dashed transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.process-card_img img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.process-card_icon .number {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--theme-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    top: 0px;
    left: 10px;
    border: 4px solid var(--white-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.process-card_title {
    font-size: 22px;
    margin-top: 20px;
}
.process-card_text {
    margin-bottom: -0.3em;
}
.process-card:hover .process-card_img {
    border-color: var(--theme-color);
}
.process-card:hover .process-card_img img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 50%;
}
.process-card:hover .process-card_img:after {
    opacity: 1;
}
.process-card:hover .process-card_icon .number {
    left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
.process-area5 .process-line {
    -webkit-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 300px), calc(-50% + 25px));
    transform: translate(calc(-50% + 300px), calc(-50% + 25px));
    margin: 0 -300px;
}
.process-card .process-card_img .process-card_icon span.number1 {
    -webkit-transform: translate(-55%, -30px) rotate(-20deg);
    -ms-transform: translate(-55%, -30px) rotate(-20deg);
    transform: translate(-55%, -30px) rotate(-20deg);
}
.process-card .process-card_img .process-card_icon span.number2 {
    -webkit-transform: translate(-100%, -145px) rotate(15deg);
    -ms-transform: translate(-100%, -145px) rotate(15deg);
    transform: translate(-100%, -145px) rotate(15deg);
}
.process-card .process-card_img .process-card_icon span.number3 {
    -webkit-transform: translate(-100%, -98px) rotate(-13deg);
    -ms-transform: translate(-100%, -98px) rotate(-13deg);
    transform: translate(-100%, -98px) rotate(-13deg);
}
.process-card .process-card_img .process-card_icon span.number4 {
    -webkit-transform: translate(-100%, -120px) rotate(20deg);
    -ms-transform: translate(-100%, -120px) rotate(20deg);
    transform: translate(-100%, -120px) rotate(20deg);
}
}

@media (max-width: 1200px) {
.process-area5 .process-line {
    display: none;
}
.process-card .process-card_img .process-card_icon span {
    left: 0;
    top: 15px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.process-card:hover .process-card_icon span {
    background: var(--title-color);
    color: var(--white-color);
    z-index: 2;
}
}

/* Large devices */
@media (max-width: 1199px) {
.process-sec-img {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.process-sec-img img {
    max-height: 500px;
}
.process-bg-img {
    bottom: 0 !important;
    top: auto !important;
}
}
/*------------------- 4.00. project -------------------*/
.project-sec {
    position: relative;
    overflow: hidden;/* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
.project-sec .container {
    max-width: 100%;
}
}

@media (max-width: 767px) {
.project-sec .title-area {
    text-align: center;
}
}

@media (min-width: 768px) {
.project-sec .double-line {
    display: none;
}
}

@media (max-width: 1024px) {
.project-area {
    background-size: cover;
    padding-bottom: 80px;
}
}
.projectSlider {
    margin: 0 30px;
}

@media (max-width: 1899px) {
.projectSlider {
    margin: 0;
}
}
.projectSlider .slick-list {
    position: relative;
    display: block;
}
.projectSlider2 .slick-current.slick-active .project-card .project-content {
    bottom: 50px;
    opacity: 1;
}
.projectSlider2 .slick-slide .slick-current .slick-active .project-content {
    bottom: 50px;
    opacity: 1;
}
.projectSlider3 {
    position: relative;
    overflow: hidden;
    margin-right: -25%;
}

@media (max-width: 1899px) {
.projectSlider3 {
    margin-right: -14%;
}
}
.projectSlider3 .slick-list {
    padding: 0 600px !important;/* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1899px) {
.projectSlider3 .slick-list {
    padding: 0 540px !important;
}
}

@media (max-width: 1699px) {
.projectSlider3 .slick-list {
    padding: 0 430px !important;
}
}

@media (max-width: 1399px) {
.projectSlider3 .slick-list {
    padding: 0 430px !important;
}
}

@media (max-width: 1299px) {
.projectSlider3 .slick-list {
    padding: 0 380px !important;
}
}

@media (max-width: 1024px) {
.projectSlider3 .slick-list {
    padding: 0 230px !important;
}
}

@media (max-width: 767px) {
.projectSlider3 .slick-list {
    padding: 0 180px !important;
}
}

@media (max-width: 575px) {
.projectSlider3 .slick-list {
    padding: 0 !important;
}
}
.projectSlider3 .slick-current.slick-active .project-card .project-content {
    bottom: 50px;
    opacity: 1;
}
.projectSlider3 .slick-slide .slick-current .slick-active .project-content {
    bottom: 50px;
    opacity: 1;
}
.slick-initialized .slick-slide {
    display: block !important;
}
.project-card {
    position: relative;
 --space: 50px;
    overflow: hidden;
}

@media (max-width: 1799px) {
.project-card {
 --space: 25px;
}
}
.project-card.slick-initialized .slick-slide {
    display: block !important;
}
.project-card.style2 {
 --space: 40px;
/* Extra small devices */
}

@media (max-width: 1799px) {
.project-card.style2 {
 --space: 25px;
}
}

@media (max-width: 375px) {
.project-card.style2 {
 --space: 20px;
}
}
.project-card.style2:hover .project-content {
    bottom: 40px;
    opacity: 1;/* Medium devices */
}

@media (max-width: 991px) {
.project-card.style2:hover .project-content {
    bottom: 30px;
}
}
.project-card.style2 .project-img {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.project-card.style2 .project-img:before {
    background: rgba(0, 0, 0, 0.7);
}
.project-card:hover .project-img:before {
    opacity: 1;
    visibility: visible;
}
.project-card:hover .project-content {
    bottom: 50px;
    opacity: 1;/* Medium devices */
}

@media (max-width: 991px) {
.project-card:hover .project-content {
    bottom: 30px;
}
}
.project-card .project-img {
    position: relative;
    overflow: hidden;
}
.project-card .project-img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.project-card .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.project-card .project-content {
    position: absolute;
    left: var(--space);
    bottom: -40px;
    opacity: 0;
    min-width: 300px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;/* Medium devices */
}

@media (max-width: 1599px) {
.project-card .project-content {
    min-width: 200px;
}
}

@media (max-width: 991px) {
.project-card .project-content {
    bottom: -30px;
}
}
.project-card .project-content .media-left {
    background: var(--white-color);
    padding: 28px 32px;
    position: relative;/* Extra small devices */
}

@media (max-width: 1599px) {
.project-card .project-content .media-left {
    padding: 18px 28px;
}
}

@media (max-width: 375px) {
.project-card .project-content .media-left {
    padding: 16px 20px;
}
}
.project-card .project-content .media-left .project-subtitle {
    background: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white-color);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
}
.project-card .project-content .project-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    margin-bottom: 0;/* Extra small devices */
  /* Medium Large devices */
}

@media (max-width: 1599px) {
.project-card .project-content .project-title {
    font-size: 18px;
    line-height: 28px;
}
}

@media (max-width: 375px) {
.project-card .project-content .project-title {
    font-size: 16px;
    line-height: 26px;
}
}
.project-card .project-content .project-title:hover {
    color: var(--theme-color);
}
.project-card .project-content .project-title:hover a {
    color: inherit;
}

@media (max-width: 1299px) {
.project-card .project-content .project-title {
    font-size: 18px;
    line-height: 28px;
}
}
.project-card .project-content .project-title a {
    color: inherit;
}
.project-card .project-content .project-btn {
    position: absolute;
    top: 50%;
    right: -10%;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 80px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 80px) / -2);
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-details-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    padding: 50px 0;
}
.project-details-nav li {
    font-family: var(--body-font);
    max-width: 430px;
}
.project-details-nav li a {
    color: var(--title-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-details-nav li a:hover {
    color: var(--theme-color);
}
.project-details-nav li a:hover .icon {
    background: var(--theme-color);
}
.project-details-nav li a .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-bottom: 5px;/* Large devices */
}

@media (max-width: 1199px) {
.project-details-nav li a .title {
    display: none;
}
}
.project-details-nav li a .text {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0A0A0A;
}
.project-details-nav li a .text i {
    margin-right: 5px;
    color: var(--theme-color);
}
.project-details-nav li .thumb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 120px;/* Small devices */
}

@media (max-width: 767px) {
.project-details-nav li .thumb {
    display: none;
}
}
.project-details-nav li .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    margin-left: -25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.project-details-nav li .project-details-bar-icon {
    font-size: 35px;
    color: var(--title-color);
    font-weight: 500;
}
.project-details-nav li.next-project-nav {
    text-align: right;
}
.project-details-nav li.next-project-nav .thumb {
    margin-right: 0;
}
.project-details-nav li.next-project-nav .text i {
    margin: 0 0 0 5px;
}
.portfolio-sec {
    position: relative;
    overflow: hidden;
}
.portfolio-img {
    position: relative;/* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
.portfolio-img {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {
.portfolio-img {
    margin-bottom: 30px;
}
}
.projectSlider2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
}
.projectSlider2 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-content {
    bottom: 70px;
    opacity: 1;
}
.projectSlider3 .slick-slide.slick-current.slick-active.slick-center .project-card.style2 .project-img {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
}
.project-details-wrap {
    position: relative;
    z-index: 3;
    padding: 30px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 70px;
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 40px;/* Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
.project-details-wrap {
    gap: 0 30px;
}
}

@media (max-width: 1299px) {
.project-details-wrap {
    gap: 0 10px;
}
}

@media (max-width: 1199px) {
.project-details-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    padding: 0 10px 30px 10px;
}
}

@media (max-width: 767px) {
.project-details-wrap {
    grid-template-columns: repeat(1, 1fr);
}
}
.project-details-wrap li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.project-details-wrap li .title {
    font-weight: 600;
    font-size: 16px;
    color: #0A0A0A;
    margin-bottom: 0;
}
.project-details-wrap li .text {
    font-weight: 400;
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 0;
}
.th-loader {
    position: relative;
}
.loadcontent {
    display: none;
}
/*=================================
    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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
.pb-60 {
    padding-bottom: 60px;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
/*-- 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;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-n1 {
    margin-top: -.25rem;
}
.mt-n2 {
    margin-top: -.65rem;
}
.mt-n3 {
    margin-top: -0.8rem;
}
.mt-n4 {
    margin-top: -1.5rem;
}
.mt-n5 {
    margin-top: -3rem;
}
.mb-n1 {
    margin-bottom: -.25rem;
}
.mb-n2 {
    margin-bottom: -.6rem;
}
.mb-n3 {
    margin-bottom: -0.8rem;
}
.mb-n4 {
    margin-bottom: -1.5rem;
}
.mb-n5 {
    margin-bottom: -3rem;
}
.mr-25 {
    margin-right: 25px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-80 {
    margin-right: 80px;/* Small devices */
}

@media (max-width: 767px) {
.mr-80 {
    margin-right: 0;
}
}
.ml-80 {
    margin-left: 80px;
}

@media (max-width: 1399px) {
.ml-80 {
    margin-left: 0;
}
}
.fs-6 {
    font-size: 1.5rem !important;
}
.fs-24 {
    font-size: 24px;
}
.ser-gy-4 {
 --bs-gutter-y: 2.3rem;
}
.space, .space-top {
    padding-top: var(--section-space);
}
.space, .space-bottom {
    padding-bottom: var(--section-space);
}
.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}
.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2, .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px);
}
.space-extra2, .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
.space,  .space-top {
    padding-top: var(--section-space-mobile);
}
.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: 70px;
}
.space-extra2,  .space-extra2-bottom {
    padding-bottom: 70px;
}
}
/*=================================
    06. RTL
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir="rtl"] {
/*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Header 1 ---------------------------------- */
  /* Header 2 ---------------------------------- */
  /* Header 3 ---------------------------------- */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
[dir="rtl"] .ml-5 {
    margin-right: 5px;
    margin-left: 0;
}
[dir="rtl"] .ml-10 {
    margin-right: 10px;
    margin-left: 0;
}
[dir="rtl"] .ml-15 {
    margin-right: 15px;
    margin-left: 0;
}
[dir="rtl"] .ml-20 {
    margin-right: 20px;
    margin-left: 0;
}
[dir="rtl"] .ml-25 {
    margin-right: 25px;
    margin-left: 0;
}
[dir="rtl"] .ml-30 {
    margin-right: 30px;
    margin-left: 0;
}
[dir="rtl"] .ml-35 {
    margin-right: 35px;
    margin-left: 0;
}
[dir="rtl"] .ml-40 {
    margin-right: 40px;
    margin-left: 0;
}
[dir="rtl"] .ml-45 {
    margin-right: 45px;
    margin-left: 0;
}
[dir="rtl"] .ml-50 {
    margin-right: 50px;
    margin-left: 0;
}
[dir="rtl"] .mr-5 {
    margin-left: 5px;
    margin-right: 0;
}
[dir="rtl"] .mr-10 {
    margin-left: 10px;
    margin-right: 0;
}
[dir="rtl"] .mr-15 {
    margin-left: 15px;
    margin-right: 0;
}
[dir="rtl"] .mr-20 {
    margin-left: 20px;
    margin-right: 0;
}
[dir="rtl"] .mr-25 {
    margin-left: 25px;
    margin-right: 0;
}
[dir="rtl"] .mr-30 {
    margin-left: 30px;
    margin-right: 0;
}
[dir="rtl"] .mr-35 {
    margin-left: 35px;
    margin-right: 0;
}
[dir="rtl"] .mr-40 {
    margin-left: 40px;
    margin-right: 0;
}
[dir="rtl"] .mr-45 {
    margin-left: 45px;
    margin-right: 0;
}
[dir="rtl"] .mr-50 {
    margin-left: 50px;
    margin-right: 0;
}
[dir="rtl"] .pl-5 {
    padding-left: 0;
    padding-right: 5px;
}
[dir="rtl"] .pl-10 {
    padding-left: 0;
    padding-right: 10px;
}
[dir="rtl"] .pl-15 {
    padding-left: 0;
    padding-right: 15px;
}
[dir="rtl"] .pl-20 {
    padding-left: 0;
    padding-right: 20px;
}
[dir="rtl"] .pl-25 {
    padding-left: 0;
    padding-right: 25px;
}
[dir="rtl"] .pl-30 {
    padding-left: 0;
    padding-right: 30px;
}
[dir="rtl"] .pl-35 {
    padding-left: 0;
    padding-right: 35px;
}
[dir="rtl"] .pl-40 {
    padding-left: 0;
    padding-right: 40px;
}
[dir="rtl"] .pl-45 {
    padding-left: 0;
    padding-right: 45px;
}
[dir="rtl"] .pl-50 {
    padding-left: 0;
    padding-right: 50px;
}
[dir="rtl"] .pr-5 {
    padding-right: 0;
    padding-left: 5px;
}
[dir="rtl"] .pr-10 {
    padding-right: 0;
    padding-left: 10px;
}
[dir="rtl"] .pr-15 {
    padding-right: 0;
    padding-left: 15px;
}
[dir="rtl"] .pr-20 {
    padding-right: 0;
    padding-left: 20px;
}
[dir="rtl"] .pr-25 {
    padding-right: 0;
    padding-left: 25px;
}
[dir="rtl"] .pr-30 {
    padding-right: 0;
    padding-left: 30px;
}
[dir="rtl"] .pr-35 {
    padding-right: 0;
    padding-left: 35px;
}
[dir="rtl"] .pr-40 {
    padding-right: 0;
    padding-left: 40px;
}
[dir="rtl"] .pr-45 {
    padding-right: 0;
    padding-left: 45px;
}
[dir="rtl"] .pr-50 {
    padding-right: 0;
    padding-left: 50px;
}
[dir="rtl"] .mr-80 {
    margin-left: 80px;
    margin-right: 0;/* Small devices */
}

@media (max-width: 767px) {
[dir="rtl"] .mr-80 {
    margin-left: 0;
}
}
[dir="rtl"] .offset-lg-2 {
    margin-left: 16.66666667%;
}
[dir="rtl"] .header-links li:not(:last-child) {
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: 1px solid var(--body-color);
    padding-left: 20px;
}
[dir="rtl"] .header-links li:not(:first-child) {
    padding: 0 16px 0 0;
    margin: 0;
    border-right: none;
}
[dir="rtl"] .header-links li > i {
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] .header-social a:not(:last-child) {
    margin: 0;
    padding: 0;
}
[dir="rtl"] .header-social a:not(:last-child):after {
    display: none;
}
[dir="rtl"] .header-social a:not(:first-child) {
    padding: 0;
    margin: 0 12px 0 0;
}
[dir="rtl"] .header-social a:not(:first-child):after {
    right: 0;
    left: auto;
    display: block;
}
[dir="rtl"] .menu-expand i {
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] .main-menu > ul > li:first-child {
    margin-left: 15px !important;
    margin-right: 0 !important;
}
[dir="rtl"] .main-menu > ul > li:last-child {
    margin-left: 0 !important;
    margin-right: 15px !important;
}
[dir="rtl"] .main-menu .sub-menu {
    text-align: right;
}
[dir="rtl"] .main-menu .sub-menu li a {
    padding-left: 0;
    padding-right: 23px;
}
[dir="rtl"] .main-menu .sub-menu li a:before {
    left: unset;
    right: 0;
}
[dir="rtl"] .main-menu .sub-menu li.menu-item-has-children > a:after {
    float: left;
    content: "\f104";
    margin-left: 0;
}
[dir="rtl"] .main-menu .sub-menu {
    left: unset;
    right: -23px;
}
[dir="rtl"] .main-menu ul.sub-menu {
    left: unset;
    right: -27px;
}
[dir="rtl"] .main-menu ul.sub-menu li a {
    padding-left: auto;
    padding-right: 0;
}
[dir="rtl"] .main-menu ul.sub-menu li a:before {
    right: 10px;
    left: auto;
}
[dir="rtl"] .main-menu ul.sub-menu li a:hover {
    padding-right: 30px;
    padding-left: 0;
}
[dir="rtl"] .main-menu ul.sub-menu li a:hover:before {
    left: auto;
    right: 0;
}
[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
    top: 0px;
    margin: 0px 16px 0px 0px;
}
[dir="rtl"] .main-menu > ul > li {
/* Medium Large devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .main-menu > ul > li {
    margin: 0 12px;
}
}
[dir="rtl"] .header-layout1 .main-menu {
    margin-left: unset;
    margin-right: -120px;
}

@media (max-width: 1599px) {
[dir="rtl"] .header-layout1 .main-menu {
    margin-right: -80px;
}
}

@media (max-width: 1399px) {
[dir="rtl"] .header-layout1 .main-menu {
    margin-left: unset;
    margin-right: 0;
}
}
[dir="rtl"] .header-layout1 .header-right .header-links li {
    border-right: none;
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
    border-left: 1px solid var(--body-color);
}
[dir="rtl"] .header-layout1 .logo-bg {
    left: unset;
    height: 98px;/* Medium devices */
}

@media (max-width: 991px) {
[dir="rtl"] .header-layout1 .logo-bg {
    height: 86px;
}
}
[dir="rtl"] .header-layout1 .logo-bg:before {
    left: unset;
    right: 0;
    border-left: 2px solid var(--theme-color);
    border-right: none;
}
[dir="rtl"] .main-menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
[dir="rtl"] .popup-search-box form input {
    padding: 0 30px 0 85px;
}
[dir="rtl"] .popup-search-box form button {
    left: 12px;
    right: auto;
}
[dir="rtl"] .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    left: 0;
    right: unset;
}
[dir="rtl"] .th-menu-wrapper .th-menu-toggle {
    left: -16.5px;
    right: unset;
    top: 25px;
}
[dir="rtl"] .th-menu-wrapper .th-menu-area {
    right: -110%;
    border-left: 3px solid var(--theme-color);
    border-right: none;
}
[dir="rtl"] .th-menu-wrapper.th-body-visible .th-menu-area {
    right: 0%;
}
[dir="rtl"] .th-btn .icon i {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    margin-right: 10px;
    margin-left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
[dir="rtl"] .th-btn i {
    margin-left: 0;
    margin-right: 10px;
}
[dir="rtl"] .th-btn:hover .icon i {
    position: relative;
    top: -22px;
    left: -30px;
    right: unset;
}
[dir="rtl"] .th-mobile-menu {
    text-align: right;
}
[dir="rtl"] .th-mobile-menu ul li a {
    padding-left: 0;
    padding-right: 18px;
}
[dir="rtl"] .th-mobile-menu ul li a:before {
    left: unset;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
[dir="rtl"] .th-mobile-menu ul li a:after {
    display: none;
}
[dir="rtl"] .th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
    right: unset;
    left: 0;
}
[dir="rtl"] .info-box_icon {
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] .request-quote-form select, [dir="rtl"] .request-quote-form .form-control, [dir="rtl"] .request-quote-form .form-select, [dir="rtl"] .request-quote-form textarea, [dir="rtl"] .request-quote-form input {
    padding-left: 0;
    padding-right: 42px;
}
[dir="rtl"] .request-quote-form .form-group i {
    left: unset;
    right: 33px;
}
[dir="rtl"] .nice-select:after {
    right: unset;
    left: 20px;
}
[dir="rtl"] .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] .copyright-wrap .footer-links {
    text-align: left;
}
[dir="rtl"] .copyright-wrap .footer-links ul li:not(:last-child) {
    border-right: none;
    border-left: 1px solid #CDCDCD;
    padding-right: 0;
    margin-right: 0;
    padding-left: 15px;
    margin-left: 10px;
}
[dir="rtl"] .header-button .th-btn {
    margin: 0 15px 0 0;
}
[dir="rtl"] .header-layout2 .header-top:before {
    right: unset;
    left: 0;
}

@media (max-width: 1799px) {
[dir="rtl"] .header-layout2 .header-top:before {
    width: 100%;
}
}
[dir="rtl"] .header-layout2 .header-links {
    margin-left: auto;
    margin-right: 300px;
}

@media (max-width: 1599px) {
[dir="rtl"] .header-layout2 .header-links {
    margin-right: 0;
}
}
[dir="rtl"] .header-layout2 .logo-shape2 {
    left: auto;
    right: 0;
}
[dir="rtl"] .header-layout2 .logo-shape2 img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
[dir="rtl"] .header-layout2 .main-menu {
    padding-left: 0;
    padding-right: 93px;/* Medium Large devices */
}

@media (max-width: 1399px) {
[dir="rtl"] .header-layout2 .main-menu {
    padding-right: 30px;
}
}

@media (max-width: 1299px) {
[dir="rtl"] .header-layout2 .main-menu {
    padding-right: 0px;
}
}
[dir="rtl"] .header-layout2 .header-button .header-info {
    border-right: 1px solid #4B4B4B;
    border-left: none;
    margin: 0 15px 0 0;
    padding: 0 40px 0 0;
}
[dir="rtl"] .header-layout2 .header-right {
    position: relative;
    margin-left: -62px;
    margin-right: auto;
    z-index: 9;
}

@media (max-width: 1799px) {
[dir="rtl"] .header-layout2 .header-right {
    margin-left: 0;
}
}
[dir="rtl"] .header-layout2 .header-right .langauge .nice-select {
    margin: 0 0px 0 20px;
    padding: 0 0px 0 50px;
    border-right: none;
    border-left: 1px solid var(--body-color);
}
[dir="rtl"] .header-layout2 .header-right .langauge .nice-select:after {
    right: unset;
    left: 35px;
    top: -19px;
}
[dir="rtl"] .header-layout3 .sticky-wrapper:after {
    left: auto;
    right: 100px;/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .header-layout3 .sticky-wrapper:after {
    right: 0;
}
}
[dir="rtl"] .header-layout3 .header-right .header-links li {
    border-right: none;
    border-left: 1px solid var(--body-color);
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
[dir="rtl"] .footer-widget .widget_title:before, [dir="rtl"] .footer-widget .widget_title:after {
    left: unset;
    right: 0;
}
[dir="rtl"] .footer-widget.widget_meta a, [dir="rtl"] .footer-widget.widget_pages a, [dir="rtl"] .footer-widget.widget_archive a, [dir="rtl"] .footer-widget.widget_categories a, [dir="rtl"] .footer-widget.widget_nav_menu a {
    padding: 0 25px 0 0;
}
[dir="rtl"] .footer-widget.widget_meta a:before, [dir="rtl"] .footer-widget.widget_pages a:before, [dir="rtl"] .footer-widget.widget_archive a:before, [dir="rtl"] .footer-widget.widget_categories a:before, [dir="rtl"] .footer-widget.widget_nav_menu a:before {
    left: unset;
    right: 0;
    -webkit-transform: translateY(0%) rotateY(180deg);
    transform: translateY(0%) rotateY(180deg);
}
[dir="rtl"] .footer-widget input, [dir="rtl"] .footer-widget select {
    text-align: right;
}
[dir="rtl"] .footer-top ul li + li {
    border-right: 1px solid #2a3348;
    padding-right: 58px;
    margin-right: 85px;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
[dir="rtl"] .footer-contact-wrap .details {
    margin-right: 18px;
    margin-left: 0;
}
[dir="rtl"] .newsletter-form input {
    padding: 0 26px 0 60px;
}
[dir="rtl"] .newsletter-form .th-btn {
    left: 0;
    right: auto;
}
[dir="rtl"] .newsletter-widget .info i, [dir="rtl"] .newsletter-widget .info svg {
    margin-left: 5px;
    margin-right: 0;
}
[dir="rtl"] .recent-post .media-img {
    margin-left: 15px;
    margin-right: 0;
}
[dir="rtl"] .recent-post .recent-post-meta a i {
    margin-left: 6px;
    margin-right: 0;
}

@media (max-width: 1199px) {
[dir="rtl"] .footer-top ul li + li {
    border: 0;
    margin-right: 54px;
    padding-right: 0px;
}
}

@media (max-width: 991px) {
[dir="rtl"] .footer-top ul li + li + li {
    margin-right: 0;
    padding-right: 0;
    padding-top: 16px;
}
}

@media (max-width: 767px) {
[dir="rtl"] .footer-top ul li + li {
    margin-right: 0;
}
[dir="rtl"] .footer-top ul li + li + li {
    padding-top: 0;
}
}
[dir="rtl"] .img-box3 .img1 {
    text-align: left;/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .img-box3 .img1 {
    text-align: center;
}
}
[dir="rtl"] .img-box3 .img3 {
    position: absolute;
    top: 17%;
    left: 15%;
    right: unset;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .img-box3 .img3 {
    left: 0;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .img-box3 .img3 {
    left: 25%;
}
}

@media (max-width: 991px) {
[dir="rtl"] .img-box3 .img3 {
    left: 0%;
}
}
[dir="rtl"] .img-box3 .about-shape {
    right: unset;
    left: 16%;/* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .img-box3 .about-shape {
    left: 25%;
}
}

@media (max-width: 991px) {
[dir="rtl"] .img-box3 .about-shape {
    left: 0%;
}
}
[dir="rtl"] .img-box3 .line-animation {
    right: 45px;
}
[dir="rtl"] .img-box3 .about-counter {
    right: 0;
}
[dir="rtl"] .img-box3 .vehicle-repair {
    left: unset;
    right: 0px;
}
[dir="rtl"] .about-counter1 {
    left: -20px;
    right: unset;/* Small devices */
}

@media (max-width: 767px) {
[dir="rtl"] .about-counter1 {
    left: 0;
}
}
[dir="rtl"] .service-box_wrapper .service-title .line-animation {
    right: 0;
}
[dir="rtl"] .half-line-btn:before {
    right: 0;
}
[dir="rtl"] .half-line-btn i {
    margin-left: 0;
    margin-right: 10px;
}
[dir="rtl"] .service-item_icon:before {
    left: unset;
    right: -16px;
}
[dir="rtl"] .feature-box {
    text-align: left;
    margin-right: -130px;
    margin-left: 0;/* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .feature-box {
    margin: 0 -0px 0 0;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .feature-box {
    text-align: center;
    margin-right: 0;
    margin-top: 50px;
}
}
[dir="rtl"] .feature-counter-wrapp {
    left: 30px;
    right: unset;
}
[dir="rtl"] .feature-counter .counter-title {
/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .feature-counter .counter-title {
    font-size: 14px;
    line-height: 24px;
}
}
[dir="rtl"] .team-card .team-card-content {
    left: auto;
    right: var(--space);
}
[dir="rtl"] .request-quote-form .request-shape {
    left: unset;
    right: -25%;
}

@media (max-width: 1699px) {
[dir="rtl"] .teamSlide1 {
    margin: 0 -70px 0 0;
}
}

@media (max-width: 1399px) {
[dir="rtl"] .teamSlide1 {
    margin: 0;
}
}
[dir="rtl"] .team-card .team-social .th-social a {
    margin: -1px -1px 0 0;
}
[dir="rtl"] .checklist ul {
    padding-right: 0;
}
[dir="rtl"] .brand-title:before {
    margin-left: unset;
    margin-right: -32.4rem;/* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .brand-title:before {
    margin-right: -15.6rem;
}
}

@media (max-width: 991px) {
[dir="rtl"] .brand-title:before {
    margin-right: -11.6rem;
}
}

@media (max-width: 767px) {
[dir="rtl"] .brand-title:before {
    margin-right: -7.9rem;
}
}
[dir="rtl"] .brand-title:after {
    margin-left: unset;
    margin-right: 1rem;
}
[dir="rtl"] .request-quote-form.style2 {
    margin: 0 0px -35px 40px;/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .request-quote-form.style2 {
    margin-bottom: 40px;
}
}

@media (max-width: 1399px) {
[dir="rtl"] .request-quote-form.style2 {
    margin: 0 0px 40px 0px;
}
}
[dir="rtl"] .feature-item_icon:before {
    left: auto;
    right: -16px;
}

@media (max-width: 1399px) {
[dir="rtl"] .feature-item_icon:before {
    right: 40%;
}
}
[dir="rtl"] .feature-wrap.style2 .feature-item_icon:before {
/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .feature-wrap.style2 .feature-item_icon:before {
    left: auto;
    right: 40%;
}
}

@media (min-width: 1399px) {
[dir="rtl"] .feature-sec .title-area {
    margin-right: auto;
    margin-left: 80px;
}
}
[dir="rtl"] .th-counterup {
    border-right: none;
    border-left: 1px dashed var(--body-color);
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;/* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .th-counterup {
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .th-counterup {
    border-left: 1px dashed var(--body-color);
    border-bottom: 1px dashed var(--body-color);
    padding: 50px;
    margin: 0px;
}
[dir="rtl"] .th-counterup:nth-child(2) {
    border-left: 1px dashed transparent;
    margin-left: 0;
    margin: 0px;
}
[dir="rtl"] .th-counterup:nth-child(3) {
    border-bottom: 1px dashed transparent;
}
[dir="rtl"] .th-counterup:last-child {
    border-bottom: 1px dashed transparent;
}
}

@media (max-width: 991px) {
[dir="rtl"] .th-counterup {
    padding: 30px;
}
}

@media (max-width: 460px) {
[dir="rtl"] .th-counterup {
    border: none;
}
}
[dir="rtl"] .th-counterup.style3 {
    text-align: center;
    border-left: 1px dashed var(--white-color);
    border-right: none;/* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .th-counterup.style3 {
    border-left: 1px dashed var(--white-color);
    border-right: none;
    border-bottom: 1px dashed var(--white-color);
    padding: 50px 0;
}
[dir="rtl"] .th-counterup.style3:nth-child(2) {
    border-right: none;
    border-left: 1px dashed transparent;
}
[dir="rtl"] .th-counterup.style3:nth-child(3) {
    border-bottom: 1px dashed transparent;
}
[dir="rtl"] .th-counterup.style3:last-child {
    border-bottom: 1px dashed transparent;
}
}

@media (max-width: 575px) {
[dir="rtl"] .th-counterup.style3 {
    border: none;
    padding: 20px 0;
}
}
[dir="rtl"] .th-counterup.style3 .inner {
    display: block;/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .th-counterup.style3 .inner {
    max-width: 100%;
}
}
[dir="rtl"] .th-counterup.style3 .inner .icon {
    background-color: var(--theme-color);
    padding: 24px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}
[dir="rtl"] .th-counterup.style3 .inner .content .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
[dir="rtl"] .th-counterup:last-child {
    border-left: 1px dashed transparent;
    margin-left: 0;
    padding-left: 0;
}
[dir="rtl"] .feature-content .feature-item_icon:before {
/* Medium devices */
}

@media (max-width: 991px) {
[dir="rtl"] .feature-content .feature-item_icon:before {
    left: auto;
    right: 40%;
}
}
[dir="rtl"] .testi-grid {
    margin-left: unset;
    margin-right: 40px;
}
[dir="rtl"] .testi-grid_img {
    margin-left: unset;
    margin-right: -90px;/* Small devices */
}

@media (max-width: 767px) {
[dir="rtl"] .testi-grid_img {
    margin-right: -60px;
}
}
[dir="rtl"] .testi-grid_profile {
    margin-left: unset;
    margin-right: 50px;
}
[dir="rtl"] .video-box1 {
    margin: 0 100px 0 -50%;/* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
[dir="rtl"] .video-box1 {
    margin: 0 30px 0 0;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .video-box1 {
    width: 100%;
    height: 100%;
    margin: 30px 0 0 0;
}
}
[dir="rtl"] .request-quote-form textarea.form-control {
    min-height: 120px;
    padding: 12px 20px;
    padding-left: 20px;
    padding-right: 45px;
}
[dir="rtl"] .accordion-card .accordion-button {
    padding: 12px 30px 12px 45px;
}
[dir="rtl"] .accordion-card .accordion-button:after {
    right: unset;
    left: 30px;
}

@media (max-width: 450px) {
[dir="rtl"] .accordion-card .accordion-button:after {
    left: 12px;
}
}
[dir="rtl"] .feature-content {
    margin: 0 -120px -40px -315px;
    padding: 80px 80px 80px 315px;/* Large devices */
}

@media (max-width: 1899px) {
[dir="rtl"] .feature-content {
    margin: 0 -120px -40px -215px;
}
}

@media (max-width: 1740px) {
[dir="rtl"] .feature-content {
    margin: 0 -115px -40px -120px;
    padding: 80px 80px 80px 115px;
}
}

@media (max-width: 1599px) {
[dir="rtl"] .feature-content {
    margin: 0 -120px -40px -50px;
    padding-right: 80px;
    padding-left: 50px;
}
}

@media (max-width: 1399px) {
[dir="rtl"] .feature-content {
    margin: 0 0px -40px 0px;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .feature-content {
    padding: 30px;
}
}
[dir="rtl"] .available-list li.unavailable:after {
    left: 4px;
    right: auto;
}
[dir="rtl"] .price-card_price .currency {
    right: 0px;
    left: auto;
}
[dir="rtl"] .process-sec {
    position: relative;
    overflow: hidden;
}
[dir="rtl"] .process-sec .process-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 44%;
    left: auto;
    right: 40%;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px;/* Large devices */
}

@media (min-width: 1922px) {
[dir="rtl"] .process-sec .process-line {
    right: 45%;
}
}

@media (max-width: 1399px) {
[dir="rtl"] .process-sec .process-line {
    right: 45%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 100%;
}
[dir="rtl"] .process-sec .process-line img {
    width: 85%;
}
}

@media (max-width: 1199px) {
[dir="rtl"] .process-sec .process-line {
    display: none;
}
}
[dir="rtl"] .contact-form select, [dir="rtl"] .contact-form .form-control, [dir="rtl"] .contact-form .form-select, [dir="rtl"] .contact-form textarea, [dir="rtl"] .contact-form input {
    padding-right: 45px;
}
[dir="rtl"] .blog-meta span:not(:last-child), [dir="rtl"] .blog-meta a:not(:last-child) {
    border-right: none;
    border-left: 1px solid #CDCDCD;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;/* Medium Large devices */
}

@media (max-width: 1299px) {
[dir="rtl"] .blog-meta span:not(:last-child),  [dir="rtl"] .blog-meta a:not(:last-child) {
    margin-left: 6px;
    padding-left: 8px;
}
}
[dir="rtl"] .blog-card-content .blog-meta span i, [dir="rtl"] .blog-card-content .blog-meta a i {
    margin-left: 6px;
    margin-right: 0;
}
[dir="rtl"] .blog-meta span i, [dir="rtl"] .blog-meta a i {
    margin-right: unset;
    margin-left: 6px;
}
[dir="rtl"] .hero-1 .slick-arrow.default {
 --pos-x: -100px;
}

@media (max-width: 1699px) {
[dir="rtl"] .hero-1 .slick-arrow.default {
 --pos-x: -40px;
}
}
[dir="rtl"] .hero-1 .slick-arrow.default:hover .icon-text {
    margin-left: auto;
    margin-right: -10px;
}
[dir="rtl"] .hero-1 .slick-arrow.default1 {
 --pos-x: 100px;
}

@media (max-width: 1699px) {
[dir="rtl"] .hero-1 .slick-arrow.default1 {
 --pos-x: 40px;
}
}
[dir="rtl"] .hero-1 .slick-arrow.default1:hover .icon-text {
    margin-right: auto;
    margin-left: -10px;
}
[dir="rtl"] .hero-2 .hero-shape {
    right: auto;
    left: 0;/* Large devices */
}

@media (max-width: 1199px) {
[dir="rtl"] .hero-2 .hero-shape {
    bottom: 0;
}
}
[dir="rtl"] .hero-2 .hero-shape2 {
    left: auto;
    right: 0;
}
[dir="rtl"] .hero-2 .hero-bg {
    left: 18%;
    right: auto;
}
[dir="rtl"] .hero-2 .slick-arrow {
    right: auto;
    left: 15%;
}
[dir="rtl"] .process-sec .process-line {
/* Medium Large devices */
}

@media (max-width: 1399px) {
[dir="rtl"] .process-sec .process-line {
    left: 40%;
    -webkit-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    -ms-transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    transform: translate(calc(-20% + 200px), calc(-20% + 10px));
    max-width: 90%;
}
}

@media (max-width: 1299px) {
[dir="rtl"] .process-sec .process-line {
    left: 45%;
}
}
[dir="rtl"] .accordion-card.style2 .accordion-body {
    margin: 0 30px 0 130px;
    padding: 20px 0 30px 0;/* Medium devices */
}

@media (max-width: 991px) {
[dir="rtl"] .accordion-card.style2 .accordion-body {
    margin: 0 30px 0 30px;
}
}

@media (min-width: 1199px) {
[dir="rtl"] .accordion-area .title-area {
    margin-right: auto;
    margin-left: 80px;
}
}
[dir="rtl"] .hero-indicator3 {
    left: auto;
    right: 150px;
}

@media (max-width: 1899px) {
[dir="rtl"] .hero-indicator3 {
    right: 50px;
}
}
[dir="rtl"] .hero-3 .th-hero-img {
    margin: 142px 30px 0 -50%;
    border-left: none;
    border-right: 12px solid var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2% 100%);/* Medium devices */
}

@media (max-width: 991px) {
[dir="rtl"] .hero-3 .th-hero-img {
    margin: 0;
}
}

/*# sourceMappingURL=style.css.map */
