@font-face {
  font-family: 'ExpoArabic';
  src: url('../fonts/ExpoArabic-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*====================================================================
    02. Variable CSS
======================================================================*/
:root {
    --thm-body-font-family: 'ExpoArabic','ExpoArabic', sans-serif;
    --thm-heading-font-family: 'ExpoArabic','ExpoArabic', sans-serif;
    --thm-primary-color: #5f4b84;
    --thm-secondary-color: #493868;
    --thm-body-font-color: #BEBEBE;
    --thm-heading-font-color: #ffffff;
    --thm-paragraph-color: #BEBEBE;
    --thm-body-font-size: 16px;
    --thm-body-font-weight: 400;
    --thm-heading-font-weight: 700;
    --thm-body-background: #2e1647;
    --thm-black-bg: #351953;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #FBB03B;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
    --thm-white: #ffffff;
    --thm-black: #141416;
    --thm-gray: #E3E3E3;
    --black-bg: #1A1A1C;
    --thm-border: rgba(255, 255, 255, 0.10);
}


/*====================================================================
    03. Default CSS
======================================================================*/
body {
    font-family: var(--thm-body-font-family);
    font-weight: var(--thm-heading-font-weight);
    font-size: var(--thm-body-font-size);
    line-height: 30px;
    color: var(--thm-body-font-color);
    font-style: normal;
}
[lang="ar"] body {
    direction:rtl
}
.section-title {
    position: relative;
    display: block;
    padding-bottom: 55px;
}

.section-title h5 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    margin: 12px 0 0;
}


.section-title__two {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 55px;
}

.section-title__two h5 {
    color: var(--thm-primary-color);
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 10px;
}


.section-title__two.rounded-style h5 {
    border-radius: 100px;
}


.section-title__two h5 .icon {
    padding-left: 8px;
    line-height: 0;
}

.section-title__two h5 .split-line .icon i {
    transform: rotate(90deg);
}

.section-title__two h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    margin: 12px 0 0;
}

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

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--thm-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-heading-font-family);
    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*== Owl Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 56px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 60px;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 15px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 700;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: 30px;
    color: var(--thm-paragraph-color);
    margin-bottom: 0;
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

/* Bootstrap 5 */
.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

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

.row.g-0 {
    --bs-gutter-x: 0;
}

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

.gutter-x-90 {
    --bs-gutter-x: 90px;
}

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


.fix {
    overflow: hidden
}

.section-padding {
    padding: 120px 0;

}

/*====================================================================
   04. Search Popup
======================================================================*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    background-color: var(--thm-black);
    opacity: 1.0;
    cursor: pointer;
}

.search-close-btn {
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transform: inherit;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    width: 60px;
    height: 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close-btn:hover {
    background-color: var(--thm-primary-color);
}

.search-close-btn i {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}


.search-close:hover {
    color: var(--thm-primary-color);
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--thm-white);
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: var(--thm-white);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 75px;
}

.search-popup__content .btn-one {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    background-color: var(--thm-primary-color);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .btn-one::before {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--thm-black);
}

.search-popup__content .btn-one i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    margin-left: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.search-popup__content .btn-one:hover i::before {
    color: var(--thm-white);
}

.search-popup__content .btn-one i {
    margin-left: 0px;
}

/*====================================================================
    05. Preloader CSS
======================================================================*/
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 2px solid var(--thm-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

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

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

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

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

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

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

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

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

.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/*====================================================================
    06. Button One style
======================================================================*/
.btn-box {
    margin-top: 30px;
}

.button-style-1 {
    gap: 15px;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 5px;
    padding: 6px 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.28px;
    background-color: var(--thm-primary-color);
    font-family: var(--thm-heading-font-family);
}

.button-style-1:before,
.button-style-1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--thm-secondary-color);
}

.button-style-1:before {
    transform: translateX(-100%);
    z-index: -1;
}

.button-style-1:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.button-style-1:after {
    z-index: -1;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

.button-style-1:hover:after {
    opacity: -1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.button-style-1:hover {
    color: var(--thm-white);
}

.button-style-1.secondary-white {
    background-color: #df2a19;
}

.secondary-white:before,
.secondary-white:after {
    background-color: var(--thm-white);
}

.button-style-1.secondary-white:hover {
    color: var(--thm-black);
}

.button-style-1 .btn-icon {
    background-color: rgba(255, 255, 255, .1);
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
}

.button-style-1 .btn-icon i {
    line-height: 32px;
}

.button-style-1.btn-3 {
    text-transform: capitalize;
    border-radius: 12px;
    letter-spacing: -0.32px;
    padding: 8px 16px;
    font-size: 16px;
}

/* Button Style 2 */
.button-style-2 {
    gap: 15px;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    line-height: 40px;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1.28px;
    justify-content: center;
    color: var(--thm-white);
    text-transform: uppercase;
    background-color: #141416;
    transition: all 0.3s ease-in-out;
    font-family: var(--thm-heading-font-family);
}

.button-style-2 i {
    font-size: 13px;
    font-weight: 700;
    color: var(--thm-primary-color);
}

.button-style-2:hover {
    color: var(--thm-primary-color);
}



/* Button Style 3 */

.button-style-3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.button-style-3 .text {
    display: inline-flex;
    padding: 13px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--thm-border);
    color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--thm-heading-font-weight);
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s;
}


.button-style-3 span {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--thm-border);
    border-radius: 50%;
    transition: all 0.3s;
}

.button-style-3:hover .text {
    background: var(--thm-primary-color);
    color: var(--thm-white) !important;
}

.button-style-3:hover span {
    background: var(--thm-primary-color);
}

/*====================================================================
    07. ScrollUp
======================================================================*/

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
    background: var(--thm-primary-color);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--thm-secondary-color);
}

.custom-container {
    max-width: 1320px;
}

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

/*====================================================================
    08. Sidebar
======================================================================*/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../img/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .6;
    visibility: visible;
    transition-delay: 0.0s;
    right: 100%;
    background-color: #000000;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-widget::-webkit-scrollbar {
    width: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 30px;
    padding-top: 30px;
}

.sidebar-widget-container {
    position: relative;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms ease 800ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}

.xs-sidebar-group .widget-heading {
    top: 5px;
    right: 0;
    z-index: 1;
    padding: 25px;
    position: absolute;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid var(--thm-white);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-white);
    border-color: var(--thm-white);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-white);
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    background-color: var(--thm-black-bg);
    color: var(--thm-body-font-color);
    transition: all 500ms ease;
    outline: none;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: transparent;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
    position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
    border: none;
    width: 100%;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
    position: relative;
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--thm-body-font-color);
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1c1c1e;
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--thm-white);
}

/*====================================================================
    09. Styled Pagination
======================================================================*/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    text-align: center;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: var(--thm-black-bg);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 65px;
    font-weight: 700;
    border: 1px solid #3b3b3b;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-heading-font-family);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    background: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--thm-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-white);
}


/*====================================================================
    10. Page Header
======================================================================*/

.page-header {
    position: relative;
    display: block;
    padding: 270px 0px 148px;
    background: var(--thm-black);
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 0%, #141416 100%);
    z-index: -2;
    content: "";
}

.page-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--thm-white);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: block;
}

.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-heading-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 10px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    padding-left: 0;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-heading-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
    color: var(--thm-primary-color);
}


/*====================================================================
11. Header CSS
======================================================================*/
/*=============================
    Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--thm-white);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--thm-white);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    left: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .navigation~.navigation {
    display:none
}
.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    left: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #292b37;
    background: var(--thm-gray);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--thm-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--thm-gray);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--thm-primary-color);
    background: var(--thm-primary-color);
    color: var(--thm-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--thm-primary-color);
    display: none;
    padding: 29px 0 30px;
    z-index: 1;
}

.mobile-menu .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 25px 0px;
}

.mobile-menu .contact-info .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--thm-primary-color);
    border-radius: 50%;
}

.mobile-menu .contact-info .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
}

.mobile-menu .contact-info p {
    margin: 0;
    margin-inline-end: 15px;
    direction: ltr;
}

.mobile-menu .contact-info p a {
    color: var(--thm-black);
}

.mobile-menu .contact-info p a:hover {
    color: var(--thm-primary-color);
}

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -50px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: var(--thm-black-bg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    z-index: 99;

    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}

.sticky-menu .navbar-wrap ul li a {
    padding: 35px 0;
}


/*=============================
    Main Header Css
===============================*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
}

.menu-wrap {
    position: relative;
    display: block;
}

.menu-area__inner {
    position: relative;
    display: block;
}

.menu-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-box-one {
    position: relative;
    display: flex;
}

.logo-box-one a {
    position: relative;
    display: inline-block;
}

.navbar-wrap {
    position: relative;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 0 auto;
}

.navbar-wrap ul li {
    position: relative;
    display: block;
    list-style: none;
}

.navbar-wrap ul li+li {
    margin-right: 30px;
}

.navbar-wrap ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 45px 0;
    z-index: 1;
}

.navbar-wrap>ul>li>a.active,
.navbar-wrap>ul>li:hover>a {
    color: var(--thm-primary-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.navbar-wrap>ul>li.menu-item-has-children>a {
    margin-left: 15px;
}

.navbar-wrap>ul>li.menu-item-has-children>a::after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "\e909";
    font-weight: 700;
    font-family: 'icomoon' !important;
    font-size: 12px;
    transition: .3s linear;
    transform: translateY(-50%);
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 0px solid var(--thm-white);
    background: var(--thm-black-bg);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    border-radius: 0;
    padding: 0px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-right: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-wrap ul li .sub-menu li:last-child {
    border-bottom: none;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 15px 15px 14px 25px;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu li a.active,
.navbar-wrap ul li .sub-menu li a:hover {
    background: var(--thm-primary-color);
}

.menu-nav__right {
    position: relative;
    display: block;
}

.contact-info-box-one {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-info-box-one .icon {
    position: relative;
    display: block;
}

.contact-info-box-one .icon span {
    color: var(--thm-white);
    font-size: 50px;
    line-height: 50px;
}

.contact-info-box-one .text {
    position: relative;
    margin-right: 15px;
    flex: 1;
}

.contact-info-box-one .text p {
    color: var(--thm-white);
    line-height: 20px;
    margin: 0 0 5px;
}

.contact-info-box-one .text a {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    direction: ltr;
    font-family: var(--thm-heading-font-color);
    display: inline-block;
}

.contact-info-box-one .text a:hover {
    color: var(--thm-primary-color);
}


/*=============================
    Main Header One Css
===============================*/
.main-header-one {
    position: absolute;
    top: 0;
    left: 0;
}

/*==================================
    Main Header Two Css
====================================*/
.main-header-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.main-header-two .menu-nav {
    display: block;
}

.main-header-two .menu-area__inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
}

.main-header-two__inner {
    position: relative;
    display: block;
    padding-left: 260px;
}

.logo-box-two {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 120px;
    background: #212025;
}

.logo-box-two a {
    position: relative;
    display: inline-block;
}

.logo-box-two a img {
    width: 100%;
}

.main-header-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-right: 35px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

.header-contact-info ul li .icon-box {
    position: absolute;
    top: 6px;
    left: 0;
}

.header-contact-info ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary-color);
    font-size: 16px;
    line-height: 16px;
}

.header-contact-info ul li p {
    margin: 0;
}

.header-contact-info ul li p a {
    color: var(--thm-body-font-color);
}

.header-contact-info ul li p a:hover {
    color: var(--thm-primary-color);
}

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

.main-header-two__top-right .btn-box {
    margin-top: 0;
    display: block;
    position: relative;
}

.main-header-two__top-right .btn-box .btn-one {
    border-radius: 0px;
}

.main-header-two__bottom {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 15px;
    justify-content: space-between;
}

.main-header-two__bottom::before {
    position: absolute;
    top: 0;
    left: -45px;
    right: 0;
    height: 1px;
    background: #2e2e30;
    content: "";
}

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

.main-header-two .navbar-wrap ul li a {
    padding: 20px 0;
}

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

.main-header-two__bottom-right ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 1px;
}

.main-header-two__bottom-right ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.main-header-two__bottom-right ul li:last-child {
    margin-right: 0;
}

.main-header-two__bottom-right ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
}

.main-header-two__bottom-right ul li a span {
    position: relative;
    display: inline-block;
}

.main-header-two__bottom-right ul li a.icon1 {
    font-size: 22px;
    line-height: 22px;
    top: 1px;
}

.main-header-two__bottom-right ul li a.icon2 {
    font-size: 27px;
    top: 0px;
}

.main-header-two__bottom-right ul li a:hover {
    color: var(--thm-primary-color);
}

.main-header-two__bottom-right ul li a.icon3 {
    top: 3px;
}



/*==================================
    Main Header Three Css
====================================*/
.main-header-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;

}

.main-header-three .container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}


.main-header-three .menu-nav {
    display: block;
}

.main-header-three .menu-area__inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
}

.main-header-three__inner {
    position: relative;
    display: block;
    padding-left: 260px;
}

.logo-box-two {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 120px;
    background: #212025;
}

.logo-box-two a {
    position: relative;
    display: inline-block;
}

.logo-box-two a img {
    width: 100%;
}

.main-header-three__top-wrap {
    background: var(--thm-black);
}

.main-header-three__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

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

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-right: 35px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

.header-contact-info ul li .icon-box {
    position: absolute;
    top: 6px;
    left: 0;
}

.header-contact-info ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary-color);
    font-size: 16px;
    line-height: 16px;
}

.header-contact-info ul li p {
    margin: 0;
}

.header-contact-info ul li p a {
    color: var(--thm-body-font-color);
}

.header-contact-info ul li p a:hover {
    color: var(--thm-primary-color);
}

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

.main-header-three__top-right .btn-box {
    margin-top: 0;
    display: block;
    position: relative;
}

.main-header-three__top-right .btn-box .btn-one {
    border-radius: 0px;
}

.main-header-three__bottom {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 15px;
    justify-content: space-between;
}


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

.main-header-three .navbar-wrap ul li a {
    padding: 20px 0;
}

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

.main-header-three__bottom-right ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 1px;
    display: flex;
    align-items: center;
}

.main-header-three__bottom-right ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.main-header-three__bottom-right ul li:last-child {
    margin-right: 0;
}

.main-header-three__bottom-right ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
}

.main-header-three__bottom-right ul li a span {
    position: relative;
    display: inline-flex;
}

.main-header-three__bottom-right ul li a.icon1 {
    font-size: 22px;
    line-height: 22px;
    top: 1px;
}

.main-header-three__bottom-right ul li a.icon2 {
    font-size: 27px;
    top: 0px;
}

.main-header-three__bottom-right ul li a:hover {
    color: var(--thm-primary-color);
}

.main-header-three__bottom-right ul li a.icon3 {
    top: 3px;
}



/*====================================================================
    12. footer CSS
======================================================================*/

/*=============================
    Footer style1
===============================*/
.footer-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.footer-one.footer-one__four {
    background-color: var(--thm-black-bg);
}

.footer-main {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 80px;
}


.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.ml50 {
    margin-left: 45px;
}

.single-footer-widget.ml15 {
    margin-left: 15px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
}

.single-footer-widget .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
}

.footer-logo-one {
    position: relative;
    display: block;
}

.footer-logo-one a {
    position: relative;
    display: inline-block;
}

.our-company-info .text {
    margin-top: 32px;
}

.footer-social-link {
    position: relative;
    display: block;
    width: 170px;
    background: var(--thm-primary-color);
    border-radius: 5px;
    margin-top: 30px;
    padding: 12px 0;
}

.footer-social-link ul li {
    position: relative;
    display: block;
    float: left;
    line-height: 26px;
    border-right: 1px solid rgb(255, 255, 255, 0.30);
}

.footer-social-link ul li:last-child {
    border-right: none;
}

.footer-social-link ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: var(--thm-white);
    font-size: 16px;
}

.footer-social-link ul li a:hover {
    transform: translateY(-0.2rem);
}

.footer-widget-links {
    position: relative;
    display: block;
    padding-top: 29px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-body-font-color);
}

.footer-widget-links ul li a:hover {
    color: var(--thm-white);
}

.footer-widget-links ul li a i {
    font-size: 14px;
    margin-right: 10px;
}

.footer-widget-contact-info {
    position: relative;
    display: block;
    padding-top: 31px;
}

.footer-widget-contact-info ul {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul li {
    position: relative;
    display: block;
    padding-right: 60px;
}

.footer-widget-contact-info ul li+li {
    margin-top: 19px;
}

.footer-widget-contact-info ul li .icon-box {
    position: absolute;
    top: 6px;
    right: 0;
    width: 45px;
    height: 45px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-contact-info ul li .icon-box span {
    color: var(--thm-primary-color);
    font-size: 20px;
}

.footer-widget-contact-info ul li .text-box {
    position: relative;
}

.footer-widget-contact-info ul li .text-box p {
    line-height: 28px;
}

.footer-widget-contact-info ul li .text-box p a {
    color: var(--thm-body-font-color);
    direction: ltr;
    display: inline-block;
}

.footer-widget-contact-info ul li .text-box p a:hover {
    color: var(--thm-white);
}

.footer-widget-blog-info {
    position: relative;
    display: block;
    padding-top: 37px;
}

.footer-widget-blog-info ul {
    position: relative;
    display: block;
}

.footer-widget-blog-info ul li {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
    margin-bottom: 30px;
}

.footer-widget-blog-info ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-blog-info .footer-blog-thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-widget-blog-info .footer-blog-thumb img {
    width: 100%;
    transition: .7s ease;
    transform: scale(1.0);
}

.footer-widget-blog-info ul li:hover .footer-blog-thumb img {
    transform: scale(1.05);
}

.footer-widget-blog-info .footer-blog-text {
    padding-right: 20px;
}

.footer-widget-blog-info .footer-blog-text span {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 20px;
}

.footer-widget-blog-info .footer-blog-text span i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: var(--thm-secondary-color);
    font-size: 12px;
}

.footer-widget-blog-info .footer-blog-text h3 {
    font-size: 18px;
    line-height: 24px;
}

.footer-widget-blog-info .footer-blog-text h3 a {
    color: var(--thm-white);
}

.footer-widget-blog-info .footer-blog-text h3 a:hover {
    color: var(--thm-primary-color);
}

.footer-bottom {
    border-top: 1px solid #363638;
    padding: 31px 0 30px 0;
}

.copyright-text p {
    margin-bottom: 0;
}

.copyright-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.copyright-menu ul li:last-child {
    margin-right: 0;
}

.copyright-menu ul li a {
    position: relative;
    display: block;
    color: var(--thm-pragraph-color);
}

.copyright-menu ul li a:hover {
    color: var(--thm-white);
}


/*=============================
    Footer Two
===============================*/
.footer-one__two {
    position: relative;
    display: block;
}

.footer-one__two-top {
    position: relative;
    display: block;
}

.footer-one__two-top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #353537;
    padding-bottom: 30px;
}

.footer-one__two-top-inner .social-links {
    position: relative;
    display: block;
}

.footer-one__two-top-inner .social-links li {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

.footer-one__two-top-inner .social-links li:last-child {
    margin-right: 0;
}

.footer-one__two-top-inner .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #1c1c1e;
    border-radius: 5px;
    color: var(--thm-white);
    z-index: 1;
}

.footer-one__two-top-inner .social-links li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    border-radius: 5px;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.footer-one__two-top-inner .social-links li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.footer-one__two-top-inner .social-links li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.footer-one__two .footer-main {
    padding-top: 60px;
    padding-bottom: 45px;
}

.footer-one__two .footer-widget-links ul li {
    margin-bottom: 11px;
}

.footer-one__two .footer-widget-blog-info .footer-blog-thumb {
    top: 5px;
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--thm-body-font-family);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 a {
    color: var(--thm-body-font-color);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 a:hover {
    color: var(--thm-white);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text span {
    margin-bottom: 0px;
}

.footer-one__two .footer-widget-blog-info {
    padding-top: 32px;
}

.footer-one__two .footer-widget-blog-info ul li {
    margin-bottom: 20px;
}

.footer-one__two .footer-widget-contact-info ul li .icon-box {
    top: 6px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.footer-one__two .footer-widget-contact-info ul li .icon-box span {
    font-size: 16px;
}

.footer-one__two .footer-widget-contact-info ul li {
    padding-left: 37px;
}

.footer-one__two .footer-widget-contact-info ul li+li {
    margin-top: 16px;
}

.footer-one__two .footer-widget-contact-info {
    padding-top: 29px;
}

.footer-one__two .single-footer-widget.ml50 {
    margin-left: 50px;
}

.footer-one__two .footer-bottom {
    border-top: 0px solid #363638;
    padding: 0px 0 0px 0;
}

.footer-one__two .footer-bottom__inner {
    position: relative;
    display: block;
    border-top: 2px solid #353537;
    padding: 31px 0 30px 0;
}

/*========*/
.footer-one__two.about {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 120px 0px 0px;
}

.footer-one__two.about .footer-one__two-top-inner .social-links li a {
    background: #212224;
}


/*=============================
    Footer Three
===============================*/
.footer-main--three {
    border-radius: 50px 30px 0px 0px;
    background: var(--thm-black-bg);
}

.footer-bottom--three {
    background: var(--thm-black-bg);
}

/*=============================
    13. Services CSS
===============================*/

/*=============================
     Services One CSS
===============================*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;

}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.services-one__single::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--thm-black-bg);
    border-bottom: 1px solid var(--thm-primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scalex(0) translateZ(100px);
    transform: scalex(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: -1;
}

.services-one__single:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scalex(1) translateZ(1px);
    transform: scalex(1) translateZ(1px);
}

.services-one__single-title {
    position: relative;
    display: flex;
    align-items: center;
}

.services-one__single-title .icon {
    position: relative;
    display: block;
    width: 80px;
    line-height: 0;
}

.services-one__single-title .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__single-title .icon span {
    transform: scale(0.9);
    color: var(--thm-primary-color);
}

.services-one__single-title h3 {
    font-size: 24px;
    line-height: 30px;
}

.services-one__single-title h3 a {
    color: var(--thm-white);
}

.services-one__single-content {
    position: relative;
    display: block;
    padding-top: 30px;
}

.services-one__single:hover {
    margin-top: -5px;
}

/* Button */
.services-one__single .button-style-2 {
    border: 1px solid transparent;
}

.services-one__single:hover .button-style-2 {
    border: 1px solid var(--thm-primary-color);
}


/*===================================*/
.services-one--services {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}


/*=============================
    Services Two Css
===============================*/
.services-two {
    position: relative;
    padding: 0 0 90px;
}

.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-two__single-img {
    position: relative;
    display: block;
}

.services-two__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

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

.services-two__single:hover .services-two__single-img .inner:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.services-two__single-img .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: -1px;
    height: 65px;
    background-color: var(--thm-black-bg);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    z-index: 2;
}

.services-two__single-img .inner img {
    width: 100%;
    transition: .5s ease;
    mix-blend-mode: luminosity;
}

.services-two__single-img .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -15px;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: var(--thm-body-background);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 50px;
    z-index: 3;
}

.services-two__single-img .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    transition-delay: 0.6s;
    transition: .7s;
    z-index: -1;
}

.services-two__single:hover .services-two__single-img .icon-box::before {
    transform: scale(1.0);
    opacity: 1;
}

.services-two__single-img .icon-box span {
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__single-img .icon-box span {
    transform: scale(0.9);
}

.services-two__single-text {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 40px 30px 40px;
}

.services-two__single-text h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 14px;
}

.services-two__single-text h3 a {
    color: var(--thm-white);
}

.services-two__single-text h3 a:hover {
    color: var(--thm-primary-color);
}

.services-two__single-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    background: var(--thm-body-background);
    font-size: 14px;
    color: var(--thm-primary-color);
    border-radius: 5px;
    transition: .3s;
    z-index: 1;
}

.services-two__single:hover .services-two__single-btn {
    color: var(--thm-white);
}

.services-two__single-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--thm-primary-color);
    transition-delay: 0.6s;
    transition: .7s;
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}

.services-two__single:hover .services-two__single-btn::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}


/*=============================
    Services Details
===============================*/

.service-details-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
    text-align: right;
}

.service-details-sidebar-box {
    position: relative;
    display: block;
    margin-right: 20px;
}

.single-sidebar-box {
    position: relative;
    display: block;
    padding: 40px 40px 40px;
    margin-bottom: 60px;
    border-radius: 5px;
    background: var(--thm-black-bg);
}

.single-sidebar-box .title-box {
    position: relative;
    display: flex;
    margin-top: -7px;
    padding-bottom: 31px;
    text-align: right;
    flex-direction: column;
}

.single-sidebar-box .title-box h2 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-sidebar-box .title-box .border-line {
    position: relative;
    display: block;
    width: 45px;
    height: 2px;
    background: var(--thm-primary-color);
    margin-top: 12px;
}

.single-sidebar__service {
    position: relative;
    display: block;
}

.single-sidebar-box.single-sidebar__service {
    padding-bottom: 34px;
}

.single-sidebar__service-list {
    position: relative;
    display: block;
}

.single-sidebar__service-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.single-sidebar__service-list li:last-child {
    margin-bottom: 0px;
}

.single-sidebar__service-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-sidebar__service-list li a:hover,
.single-sidebar__service-list li a.active {
    color: var(--thm-primary-color);
}

.single-sidebar__service-list li a span {
    position: relative;
    display: inline-block;
    color: #616670;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    transition: .5s;
}

.single-sidebar__service-list li a:hover span,
.single-sidebar__service-list li a.active span {
    color: var(--thm-primary-color);
}

.single-sidebar-box.single-sidebar__contact {
    position: relative;
    display: block;
    padding: 130px 40px 120px;
    z-index: 1;
}

.single-sidebar__contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.single-sidebar__contact-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(185, 18, 2, 0.00) 0%, rgb(176 109 184 / 68%) 100%);
    border-radius: 5px;
    content: "";
    z-index: -2;
}

.single-sidebar__contact-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-body-background);
    opacity: 0.95;
    border-radius: 5px;
    content: "";
    z-index: -3;
}

.single-sidebar__contact-box {
    position: relative;
    display: block;
}

.single-sidebar__contact-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--thm-secondary-color);
    border-radius: 50%;
    margin: 0 auto;
}

.single-sidebar__contact-box .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 25px;
    line-height: 25px;
}

.single-sidebar__contact-box .text-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 26px;
}

.single-sidebar__contact-box .text-box p {
    margin: 0;
    margin-bottom: 1px;
}

.single-sidebar__contact-box .text-box a {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    font-family: var(--thm-heading-font-family);
}

.single-sidebar__contact-box .text-box a:hover {
    color: var(--thm-primary-color);
}

.single-sidebar__search {
    position: relative;
    display: block;
}

.single-sidebar__search form.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.single-sidebar__search form.search-form input[type="text"] {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 40px;
    border: 1px solid var(--thm-gray);
    color: var(--thm-paragraph-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-body-font-family);
    max-width: 200px;
    width: 100%;
    outline: none;
}

.single-sidebar__search form.search-form button {
    position: relative;
    display: block;
    border: none;
    margin-left: 10px;
    padding: 2px 18px;
}

.single-sidebar__search form.search-form button.btn-one {
    font-size: 16px;
    padding: 0px 20px;
}

.sidebar-quote-box {
    position: relative;
    display: block;
}

.sidebar-quote-box .text-box {
    position: relative;
    display: block;
    padding: 2.5rem;
    position: relative;
    border-radius: 5px;
    background: var(--thm-black-bg)
}

.sidebar-quote-box .text-box p {
    margin: 0;
}

.sidebar-quote-box .text-box .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 80px;
    opacity: .20;
}

.sidebar-quote-box .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.sidebar-quote-box .bottom-box .img-box {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-quote-box .bottom-box .img-box img {
    width: 100%;
}

.sidebar-quote-box .bottom-box .title-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.sidebar-quote-box .bottom-box .title-box h2 {
    font-size: 24px;
    line-height: 30px;
}

.sidebar-quote-box .bottom-box .title-box p {
    margin: 0;
}

.service-details__content {
    position: relative;
    display: block;
}

.service-details__content-img1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    background: var(--thm-body-background);
}

.service-details__content-img1 img {
    width: 100%;
    border-radius: 5px;
    mix-blend-mode: luminosity;
}

.service-details__content-img1 .icon-box {
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    width: 60px;
    height: 60px;
    background: var(--thm-white);
    border-radius: 0 8px 30px 8px;
}

.service-details__content-img1 .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 40px;
}

.service-details__content-text1 {
    position: relative;
    display: block;
}

.service-details__content-text1 p {
    margin: 0;
}

.service-details__content-text1 p+p {
    margin-top: 17px;
}

.service-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 60px;
}

.service-details__content-text2 .row {
    align-items: center;
}

.service-details__content-text2-img {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.service-details__content-text2-img img {
    width: 100%;
}

.service-details__content-text2 .content-box {
    position: relative;
    display: block;
}

.service-details__content-text2 .single-content {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.service-details__content-text2 .single-content.mb0 {
    margin-bottom: 0;
}

.service-details__content-text2 .single-content h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.service-details__content-text2 .single-content h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 17px;
    top: 2px;
    padding-right: 10px;
}

.service-details__content-text2 .single-content p {
    margin: 0;
}

.service-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 61px;
}

.service-details__content-text3 p {
    margin: 0;
}

.service-details__content-text4 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.service-details__content-text4 .content-box {
    position: relative;
    display: block;
    padding-right: 25px;
    flex: 1;
}

.service-details__content-text4 .content-box-single {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.service-details__content-text4 .content-box-single.mb {
    margin-bottom: 0;
}

.service-details__content-text4 .content-box-single h4 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.service-details__content-text4 .content-box-single p {
    margin: 0;
}

.service-details__content-text4 .img-box {
    position: relative;
    display: block;
    border-radius: 5px;
    max-width: 260px;
    width: 100%;
    overflow: hidden;
}

.service-details__content-text4 .img-box img {
    width: 100%;
}

/*=============================
    Services Three CSS
===============================*/

.service-three {
    border-radius: 60px 60px 0px 0px;
    background: var(--thm-black-bg);
    padding: 120px 0;
    overflow: hidden;
}

.services-three__single {
    background-color: var(--thm-body-background);
    padding: 15px;
    border-radius: 16px;
    transition: 0.4s all ease-in-out;
}

.services-three__single:hover .services-three__thumb-wrapper {
    transform: translateY(0);
    margin: 10px 0 20px 0;
}

.services-three__single:hover .service-three__content .btn-box {
    transform: translateY(-10px);
}

.services-three__single:hover .services-three__thumb-wrapper .number {
    -webkit-text-stroke: 1px var(--thm-primary-color);
    text-stroke: 1px var(--thm-primary-color);
    opacity: 1;
}

.services-three__single:hover .services-three__top svg path {
    fill: var(--thm-primary-color);
}


.services-three__top {
    display: flex;
    gap: 24px;
    padding-top: 20px;
    padding-left: 20px;
}

.services-three__top .icon {
    flex-shrink: 0;
}

.services-three__top svg path {
    transition: 0.4s all ease-in-out;
}

.service-three__content h3 a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.service-three__content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 20px;
}

.service-three__content .btn-box {
    margin-top: 20px;
    transform: translateY(10px);
    transition: 0.4s all ease-in-out;
}

.service-three__content .btn-box .button-style-2 {
    padding: 0;
    background-color: transparent;
    color: var(--thm-primary-color);
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.services-three__thumb-wrapper {
    position: relative;
    transform: translateY(-20px);
    transition: 0.4s all ease-in-out;
}

.services-three__thumb-wrapper .number {
    position: absolute;
    top: -24px;
    left: 20px;
    -webkit-text-stroke: 1px var(--thm-white);
    text-stroke: 1px var(--thm-white);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    opacity: 0.15;
    color: transparent;
    transition: 0.4s all ease-in-out;
}

.services-three__thumb-wrapper .thumb {
    margin-bottom: -20px;
}

.services-three__thumb-wrapper .thumb img {
    width: 100%;
    border-radius: 16px;
}


/*=============================
    Services Four CSS
===============================*/
.service-four {
    padding: 120px 0;
}

.services-four__single {
    background-color: var(--thm-black-bg);
    padding: 40px;
    border-radius: 12px;
}

.services-four__single-content {
    padding-top: 24px;
}

.services-four__single-content h3 {
    font-size: 24px;
    padding-bottom: 16px;
}

.services-four__single-content .btn-box {
    margin-top: 24px;
}

.services-four__single-content .btn-box .button-style-2 {
    padding: 0;
    background-color: transparent;
    line-height: 1;
}

.services-four__single-content .btn-box .button-style-2 i {
    color: var(--thm-white);
    transition: 0.3s all ease-in-out;
}

.services-four__single-content .btn-box .button-style-2:hover i {
    color: var(--thm-primary-color);
}


.service-four__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.service-four__bottom::after {
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 60%;
    content: "";
    background-color: rgba(255, 255, 255, .1);
}

.service3-btn-box {
    flex-shrink: 0;
}

.service3-btn-box a {
    text-transform: capitalize;
}

.service-four__bottom .swiper-nav-style1 {
    position: initial;
    align-items: center;
    height: auto;
}


/*=============================
    Services Five CSS
===============================*/
.section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*=============================
    14. About Css
===============================*/

/*=============================
     About One Css
===============================*/
.about-one {
    padding: 90px 0 120px;
}

.about-one__img {
    position: relative;
    display: block;
    padding-right: 55px;
    z-index: 1;
}

.about-one__shape1 {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
}

.about-one__shape1 img {
    filter: contrast(0.5);
    opacity: 0.50;
}

.about-one__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 110px;
    height: 110px;
    margin-left: -50px;
    margin-top: 20px;
    z-index: 2;
}

.about-one__img-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: 15px solid var(--thm-white);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 30px;
}

.about-one__img-icon a:hover {
    color: var(--thm-white);
}

.about-one__img-top {
    position: relative;
    display: block;
    padding-left: 55px;
}

.about-one__img-top ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
}

.about-one__img-top ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px 0;
    margin-bottom: 10px;
}

.about-one__single-img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-primary-color);
    border-radius: 60px 0px 0px 0px;
    z-index: -1;
}

.about-one__single-img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-one__single-img-box .inner img {
    width: 100%;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box .inner img {
    border-radius: 60px 0px 0px 0px;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box .inner::before img {
    border-radius: 60px 0px 0px 0px;
}

.about-one__img-top li:nth-child(2) .about-one__single-img-box .inner img {
    border-radius: 80px 10px;
}

.about-one__img-bottom {
    position: relative;
    display: block;
    padding-right: 50px;
}

.about-one__img-bottom ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

.about-one__img-bottom ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px 0;
}

.about-one__img-bottom ul li:nth-child(1) .about-one__single-img-box .inner img {
    border-radius: 50px 10px;
}

.about-one__img-bottom ul li:nth-child(2) .about-one__single-img-box .inner img {
    border-radius: 10px;
    border-bottom-right-radius: 80px;
}

.about-one__content {
    position: relative;
    display: block;
    padding-top: 30px;
}

.about-one__content .section-title {
    padding-bottom: 37px;
}

.about-one__content-text {
    position: relative;
    display: block;
}

.about-one__content-features {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-one__content-features ul {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-features ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--thm-primary-color);
    padding: 21px 30px 22px;
    border-radius: 5px;
}

.about-one__content-features ul li+li {
    margin-left: 30px;
}

.about-one__content-features ul li .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-features ul li .inner .icon {
    position: relative;
    display: block;
    margin-right: 20px;
    line-height: 0;
}

.about-one__content-features ul li .inner .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-one__content-features ul li:hover .inner .icon span {
    transform: scale(0.9);
}

.about-one__content-features ul li .inner h3 {
    font-size: 24px;
    line-height: 34px;
}

.about-one__content-text .bottom-text {
    position: relative;
    display: block;
    padding-top: 42px;
}

/*=================================
    About Two Css
===================================*/
.about-two {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.about-two__content {
    position: relative;
    display: block;
    margin-top: 50px;
}

.about-two__content .section-title {
    padding-bottom: 20px;
}

.about-two__content .text {
    position: relative;
    display: block;
}

.about-two__content .text p {
    margin: 0;
}

.about-two__content-list-box {
    position: relative;
    display: block;
    margin-top: 45px;
}

.about-two__content-list-box-single {
    position: relative;
    display: block;
}

.about-two__content-list-box-single ul {
    position: relative;
    display: block;
}

.about-two__content-list-box-single ul li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 15px;
}

.about-two__content-list-box-single ul li:last-child {
    margin-bottom: 0;
}

.about-two__content-list-box-single ul li .icon-box {
    position: absolute;
    top: 2px;
    left: 0;
}

.about-two__content-list-box-single ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary-color);
    font-size: 25px;
}

.about-two__content-list-box-single ul li p {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.about-two__img {
    position: relative;
    display: block;
    margin-left: 85px;
    z-index: 1;
}

.about-two__img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary-color);
    content: "";
    border-radius: 5px;
    content: "";
    z-index: -1;
    transform: rotate(5deg);
}

.about-two__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.about-two__img .inner::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-two__img:hover .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-two__img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-two__img:hover .inner img {
    transform: scale(1);
}

.about-two__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-two__video a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-two__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}

.about-two__video a::before,
.about-two__video a::after {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.about-two__video a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}



/*=============================
    About Three Css
===============================*/
.about-three {
    padding: 120px 0;
}

.about-three__img-wrapper {
    position: relative;
}

.about-three__shape1 {
    position: absolute;
    top: -26px;
    right: -26px;
}

.about-three__img img {
    width: 100%;
}

.about-three__content {
    max-width: 590px;
    margin: 0 auto;
}

.about-three__content .section-title__two {
    padding-bottom: 20px;
}

.about-three__content-features {
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 30px 0 40px 0;
}

.about-three__content-features .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 15px;
}

.about-three__content-features .features-list li {
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.about-three__content-features .features-list li .icon {
    margin-right: 6px;
    color: var(--thm-primary-color);
}

.about-three__content-features .counter {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    text-stroke: 1px var(--thm-white);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}


/*=============================
    About Four Css
===============================*/
.about-four {
    padding: 120px 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    background-color: var(--thm-black-bg);
}

.about-four__content {
    position: relative;
    z-index: 3;
}

.about-four__content .section-title__two {
    padding-bottom: 30px;
}

.about-four__img-wrapper {
    position: relative;
    z-index: 3;
}

.about-four__img-one {
    margin-bottom: 24px;
}

.about-four__shape-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-four__shape-right {
    position: absolute;
    bottom: 130px;
    right: 0;
}

.about-four__video-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 5;
}

.about-four__video {
    position: relative;
}

.about-four__video a {
    position: absolute;
    left: 45px;
    top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: var(--thm-body-background);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-four__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}

.about-four__video a::before,
.about-four__video a::after {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.about-four__video a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    100% {
        transform: rotate(-360deg);
    }
}


/*=============================
    About Five  Css
===============================*/

.about-five__thumb-one {
    border-radius: 16px;
    transform: rotate(-4.008deg);
}

.about-five__thumb-two {
    border-radius: 16px;
    transform: rotate(4.008deg);
}

.about-five__thumb-one img {
    border-radius: 16px;
}

.about-five__thumb-two img {
    border-radius: 16px;
}

.about-five__content {
    max-width: 550px;
}

.about-five__title {
    color: var(--thm-white);
    text-align: center;
    font-family: var(--thm-heading-font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 5px;
}


.about-five__text {
    color: var(--thm-body-font-color);
    text-align: center;
    font-family: var(--thm-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}

/*==================================
   15. Banner CSS
====================================*/
/*==================================
     Banner One
====================================*/
.banner-one {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-one__inner {
    position: relative;
    display: block;
}

.banner-one__single {
    position: relative;
    display: block;
    padding: 285px 0 295px;
}

.banner-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.banner-one .shape2 {
    position: absolute;
    top: 0;
    display: none;
    left: 5px;
    opacity: 0.3;
    z-index: 1;
}

.banner-one .shape3 {
    position: absolute;
    top: 215px;
    left: 125px;
    display: none;
    z-index: 1;
}

.banner-one .shape4 {
    position: absolute;
    top: 150px;
    right: 0;
    opacity: 0.3;
    z-index: 1;
    display: none;
}

.banner-one .shape5 {
    position: absolute;
    bottom: 390px;
    display: none;
    right: 95px;
    z-index: 1;
}

.banner-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1a1a1c4a;
    background-blend-mode: luminosity;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: -1;
}

.banner-one .swiper-slide-active .banner-one__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-one__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2e1647;
    opacity: 0.80;
}

.banner-one__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 0%, #2e1647 100%);
}

.banner-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 70px;
    max-width: 900px;
    margin: auto;
}

.banner-one__content .big-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.banner-one .swiper-slide-active .banner-one__content .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-one__content .big-title h2 {
    color: var(--thm-white);
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 2;
}

.banner-one__content .big-title h2 a.button-style-1 {
    position: relative;
    border-radius: 30px;
}

.main-slider__nav {
    top: 39%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
    display: none;
    z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 62px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    margin: 0;
    transition: all 500ms ease;
    z-index: 100;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
    left: 0;
}

.main-slider__nav .swiper-button-next {
    right: 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-white);
    background: var(--thm-primary-color);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}


/*==================================
    Banner Two
====================================*/
.banner-two {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 255px 0px 140px;
    z-index: 1;
}

.banner-two .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.banner-two .shape3 {
    position: absolute;
    top: 180px;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}

.banner-two .row {
    align-items: flex-end;
}

.banner-two__left-content {
    position: relative;
    display: block;
}

.banner-two__left-content .title {
    position: relative;
    display: block;
    margin-bottom: 129px;
}

.banner-two__left-content .title h2 {
    color: var(--thm-white);
    font-size: 68px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-two__left-content-text1 {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-two__left-content-text1 ul {
    position: relative;
    display: block;
}

.banner-two__left-content-text1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: -17px;
}

.banner-two__left-content-text1 ul li .img-box {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(190, 190, 190, 0.2);
}

.banner-two__left-content-text1 ul li .img-box img {
    width: 100%;
}

.banner-two__left-content-text1 ul li .icon-box {
    position: relative;
    display: block;
}

.banner-two__left-content-text1 ul li .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--thm-body-background);
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(190, 190, 190, 0.2);
}

.banner-two__left-content-text1 ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.banner-two__left-content-text1 .counter-box {
    position: relative;
    display: block;
    margin-left: 32px;
}

.banner-two__left-content-text1 .counter-box .count {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.banner-two__left-content-text1 .counter-box p {
    color: var(--thm-white);
    margin: 0;
}

.banner-two__left-content .btn-box {
    position: relative;
    display: block;
    margin-top: 67px;
}

.banner-two__img {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 85px;
    z-index: 1;
}

.banner-two__img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black-bg);
    border-radius: 205px 205px 0px 0px;
    content: "";
    z-index: -1;
}

.banner-two__img::after {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(180deg, rgba(185, 18, 2, 0.00) 0%, #B91202 100%);
    border-radius: 205px 205px 5px 5px;
    content: "";
    z-index: -2;
}

.banner-two__right-content {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-two__right-content .shape2 {
    position: absolute;
    top: -60px;
    left: -85px;
    z-index: -1;
}

.banner-two__right-content .text {
    position: relative;
    display: block;
    margin-bottom: 75px;
}

.banner-two__right-content .text p {
    margin: 0;
}

.banner-two__right-content .img-box {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.banner-two__right-content .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 33.51%, #141416 100%);
    content: "";
    z-index: 1;
}

.banner-two__right-content .img-box img {
    width: 100%;
}

.banner-two__right-content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.banner-two__right-content-bottom .icon-box {
    position: relative;
    display: block;
}

.banner-two__right-content-bottom .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 65px;
    line-height: 65px;
}

.banner-two__right-content-bottom .counter {
    position: relative;
    display: block;
    margin-left: 20px;
}

.banner-two__right-content-bottom .counter .count {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-two__right-content-bottom .text-box {
    position: relative;
    display: block;
    margin-left: 21px;
}

.banner-two__right-content-bottom .text-box p {
    color: var(--thm-white);
}

/*==================================
    Banner Three
====================================*/
.banner-three {
    position: relative;
    padding: 270px 0 90px;
    background-color: var(--thm-black-bg);
}

.banner-three__bg1 {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 0;
}

.banner-three__shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-three__shape2 {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 1;
}

.banner-three__shape3 {
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 1;
}



.banner-three-content {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.banner-three-content__pretitle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 36px;
}

.banner-three-content__title {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    text-transform: capitalize;
}

.banner-three-content__title-wrapper {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

.banner-three-content__title-wrapper .banner-title-shape1 {
    position: absolute;
    top: 60px;
    left: 40%;
}

.banner-three-content__title-wrapper .banner-title-shape2 {
    position: absolute;
    right: 0;
    top: -18px;
}

.banner-three__form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

.banner-three__form input[type="email"],
.banner-three__form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    padding-right: 30px;
    background: var(--thm-black-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 999px;
    transition: all 500ms ease;
    font-family: var(--thm-body-font-family);
    text-transform: none;
    outline: none;
}

.banner-three__form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.banner-three__form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.banner-three__form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.banner-three__form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.banner-three__form button {
    position: absolute;
    display: block;
    right: 4px;
    border: none;
    border-radius: 999px;
    height: 52px;
    text-transform: capitalize;
    line-height: 1;
}

.banner-three__form button.btn-one::after {
    background: var(--thm-secondary-color);
}


.banner-three__thumb {
    position: relative;
    z-index: 5;
    margin-top: 120px;
    margin-bottom: -500px;
}


/*==================================
    Banner Four
====================================*/
.banner-four {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 90px 0;
}

.banner-four__shape-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-four__shape-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-four-content {
    text-align: center;
}

.banner-four-content__title {
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: 104px;
    letter-spacing: -1px;
    background: linear-gradient(270deg, #1A1A1C -23.06%, #F2F0F5 47.93%, #1A1A1B 123.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.banner-four-content__text {
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
}

.banner-four-content__btn-wrapper {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    position: relative;
    z-index: 7;
}

.banner-second-btn {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-four__line-left {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.banner-four__line-right {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.banner-four__thumb {
    position: relative;
    text-align: center;
    margin-top: 90px;
    padding-top: 20px;
}

.banner-four__thumb-line-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-four__thumb-line-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-four__thumb-left {
    position: absolute;
    top: -9%;
    left: 0;
    z-index: 1;
}

.banner-four__thumb-right {
    position: absolute;
    top: -9%;
    right: 0;
    z-index: 1;
}

.banner-four__thumb-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.banner-four__thumb-ai {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding-bottom: 190px;
}

.banner-four__thumb-btn {
    color: #E3E4E9;
    font-family: var(--thm-body-font-family);
    font-size: 14.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}



/*==================================
    Banner Five
====================================*/

.banner-five {
    padding: 236px 0 120px;
    background: var(--thm-black-bg);
    position: relative;
}

.banner-five__shape1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.banner-five__shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}

.banner-five__shape3 {
    position: absolute;
    top: 25%;
    left: 15%;
}


.banner-five__video {
    position: absolute;
    top: 25%;
    right: 15%;
    transform: translate(-28%, -17%);
    z-index: 3;
}


.banner-five__video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background: var(--thm-black-bg);
    border: 1px solid var(--thm-border);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 50%;
    z-index: 5;
}

.banner-five__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}



.banner-five__video-text {
    position: relative;
    padding: 11px;
    background: var(--thm-black-bg);
    border: 1px solid var(--thm-border);
    border-radius: 50%;
    z-index: 1;
}

.banner-five-thumb {
    text-align: center;
    position: relative;
}


.banner-five-thumb__one {
    border-radius: 500px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.banner-five-thumb__one img {
    border-radius: 500px;
}


.banner-five-thumb__two {
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 12px;
    border-radius: 48%;
    border-top: 1px solid var(--thm-primary-color);
    border-bottom: 1px solid var(--thm-primary-color);
}

.banner-five-thumb__two img {
    width: 172px;
    height: 236px;
    border-radius: 50%;
    object-fit: cover;
}

.banner-five-content__title {
    text-align: center;
    font-family: var(--thm-heading-font-family);
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -1px;
    text-transform: capitalize;
    background: linear-gradient(0deg, #1A1A1C -33.12%, #FFF 219.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
}


.banner-five-counter__number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--thm-black-bg);
    margin-bottom: 24px;
}

.banner-five-rating {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 18px;
}

.banner-five-rating__thumb img {
    border-radius: 50%;
    margin-left: -18px;
}



.banner-five-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-five-social__link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-five-social__title {
    color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    text-transform: capitalize;
}


.banner-five-social__link a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #61667031;
    color: var(--thm-white);
}


.banner-five-social__link a:hover {
    background: var(--thm-primary-color);
    color: var(--thm-white);
}



/*=============================
    16. Blog CSS
===============================*/

/*=============================
    Blog One CSS
===============================*/
.blog-one {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single-img {
    position: relative;
    display: block;
    height: 300px;
}

.blog-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    height: 100%;
}

.blog-one__single-img .inner img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single:hover .blog-one__single-img .inner img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-one__single:hover .blog-one__single-img .inner img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single-img .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-body-background);
    opacity: 0.5;
    transition: all 700ms ease;
    z-index: 2;
}

.blog-one__single-img .inner img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single__date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 30px;
    top: 30px;
    width: 75px;
    height: 75px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    transition: all 700ms ease;
    z-index: 2;
}

.blog-one__single:hover .blog-one__single__date {
    background: var(--thm-primary-color);
}

.blog-one__single__date span {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.blog-one__single__content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 30px 34px 30px;
    z-index: 2;
}

.blog-one__single__meta {
    position: relative;
    display: block;
}

.blog-one__single__meta ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__single__meta ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.blog-one__single__meta ul li:last-child {
    margin-right: 0;
}

.blog-one__single__meta ul li i {
    margin-right: 8px;
}

.blog-one__single__meta ul li a {
    color: var(--thm-white);
    transition: all 500ms ease;
}

.blog-one__single__meta ul li a:hover {
    color: var(--thm-primary-color);
}

.blog-one__single__title {
    font-size: 24px;
    line-height: 30px;
    margin: 27px 0 28px;
}

.blog-one__single__title a {
    color: var(--thm-white);
    transition: all 500ms ease;
}

.blog-one__single__title a:hover {
    color: var(--thm-primary-color);
}

.blog-one__single__btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-weight: var(--thm-heading-font-weight);
    font-family: var(--thm-heading-font-family);
    transition: all 500ms ease;
}

.blog-one__single__btn i {
    margin-left: 9px;
    transition: all .3s linear;
    color: var(--thm-primary-color);
}

.blog-one__single__btn:hover {
    color: var(--thm-primary-color);
}


/*=============================
    Blog Two CSS
===============================*/
.blog-two {
    position: relative;
    display: block;
    padding: 90px 0px 90px;
    z-index: 1;
}

.blog-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 55px;
}

.blog-two__top .section-title {
    padding-bottom: 0px;
}

.blog-two__top .btn-box {
    position: relative;
    display: block;
    top: -15px;
}

.blog-two__single {
    position: relative;
    display: block;
}

.blog-two__single__meta {
    position: absolute;
    display: block;
    background: var(--thm-body-background);
    padding: 5px 10px;
    border-radius: 5px;
    left: 30px;
    right: 30px;
    bottom: 10px;
    z-index: 3;
}

.blog-two__single__meta ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-two__single__meta ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.blog-two__single__meta ul li i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--thm-primary-color);
    margin-right: 10px;
}

.blog-two__single__meta ul li a {
    color: var(--thm-body-font-color);
}

.blog-two__single-img {
    position: relative;
    display: block;
}

.blog-two__single-img .inner {
    position: relative;
    display: block;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    z-index: 1;
}

.blog-two__single-img .inner:before,
.blog-two__single-img .inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: 1;
}

.blog-two__single:hover .blog-two__single-img .inner:before {
    background-color: rgba(255, 255, 255, 0.2);
    right: 50%;
    left: 50%;
}

.blog-two__single:hover .blog-two__single-img .inner::after {
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    bottom: 50%;
}

.blog-two__single-img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__single-img .inner img {
    transform: scale(1);
}

.blog-two__single__content {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.blog-two__single__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog-two__single__btn {
    position: relative;
    display: inline-block;
    line-height: 32px;
    letter-spacing: 1.28px;
    color: var(--thm-white);
    text-transform: uppercase;
    font-family: var(--thm-heading-font-family);
    font-weight: var(--thm-heading-font-weight);
}

.blog-two__single__btn i {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
    top: 0px;
}

/*=============================
    Blog Three CSS
===============================*/
.bg-mask {
    mask-size: cover;
    mask-position: center;
    background-size: cover;
    background-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.blog-three-card {
    position: relative;
    max-width: 410px;
}

.blog-three-card__thumb {
    position: relative;
}

.blog-three-card__thumb-img {
    max-width: 410px;
}

.blog-three-card__link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 68px;
    border-radius: 20px;
    background: var(--black-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.3s;
}

.blog-three-card__link svg path {
    transition: all 0.3s;
}

.blog-three-card__link:hover svg path {
    fill: var(--thm-primary-color);
}

.blog-three-card__meta {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.blog-three-card__meta-tag {
    padding: 5px 16px;
    color: var(--thm-White);
    font-family: var(--thm-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    border: 1px solid var(--thm-border);
    border-radius: 100px;
}

.blog-three-card__meta-date {
    color: var(--thm-body-font-color);
    font-family: var(--thm-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}

.blog-three-card__title {
    color: var(--thm-White);
    font-family: var(--thm-title-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

/*=============================
    Blog Page CSS
===============================*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-page__content {
    position: relative;
    display: block;
}

.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 80px;
    z-index: 1;
}

.blog-page__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

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

.blog-page__single:hover .blog-page__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-page__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-page__single:hover .blog-page__single-img img {
    transform: scale(1);
}

.blog-page__single-content {
    position: relative;
    display: block;
    padding-top: 33px;
}

.blog-page__single-content .meta-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.blog-page__single-content .meta-box li {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-page__single-content .meta-box li:last-child {
    margin-right: 0px;
}

.blog-page__single-content .meta-box li a {
    color: var(--thm-pragraph-color);
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

.blog-page__single-content .meta-box li a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .meta-box li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
    top: 1px;
    padding-right: 3px;
}

.blog-page__single-content .title {
    position: relative;
    display: block;
    border-bottom: 1px solid #474747;
    padding-bottom: 18px;
    margin-bottom: 21px;
}

.blog-page__single-content .title h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-page__single-content h2 a {
    color: var(--thm-white);
}

.blog-page__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .text-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-page__single-content .text-box p {
    margin: 0;
}

.blog-page__single-content .btn-box {
    position: relative;
    display: block;
}

.blog-page__single-content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 30px 0px;
    border-radius: 5px;
    font-family: var(--thm-heading-font-family);
}

.blog-page__single-content .btn-box a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding-left: 3px;
}


/*=============================
    Blog Details CSS
===============================*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-details__content {
    position: relative;
    display: block;
}

.blog-details__content .blog-page__single {
    margin-bottom: 22px;
}

.blog-details__content-text1 {
    position: relative;
    display: block;
    border-top: 1px solid #525254;
    padding-top: 26px;
}

.blog-details__content-text1 p {
    margin: 0;
}


.blog-details__content-text2 {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 40px 80px 40px;
    margin-top: 30px;
}

.blog-details__content-text2 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--thm-body-background);
    margin: 0 auto 25px;
}

.blog-details__content-text2 .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.blog-details__content-text2 .text-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.blog-details__content-text2 .text-box h2 {
    color: var(--thm-pragraph-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blog-details__content-text2 .author-info {
    position: relative;
    display: block;
}

.blog-details__content-text2 .author-info h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.blog-details__content-text2 .author-info p {
    color: var(--thm-white);
    margin: 0;
}

.blog-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 31px;
}

.blog-details__content-text3 p {
    margin: 0;
}

.blog-details__content-text3 p+p {
    margin-top: 18px;
}

.blog-details__content-text3 .img-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 60px;
}

.blog-details__content-text3 .img-box img {
    width: 100%;
}

.blog-details__content-text4 {
    position: relative;
    display: block;
    margin-top: 31px;
}

.blog-details__content-text4 p {
    margin: 0;
}

.blog-details__content-text4 p+p {
    margin-top: 17px;
}

.blog-details__content-text5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--thm-black-bg);
    padding: 21px 30px 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.blog-details__content-text5 .meta-box {
    position: relative;
    display: block;
}

.blog-details__content-text5 .meta-box p {
    margin: 0;
}

.blog-details__content-text5 .meta-box p a {
    color: var(--thm-paragraph-color);
}

.blog-details__content-text5 .meta-box p a:hover {
    color: var(--thm-primary-color);
}

.blog-details__content-text5 .meta-box p span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 1px;
    padding-right: 10px;
}

.blog-details__content-text5 .social-links {
    position: relative;
    display: block;
}

.blog-details__content-text5 .social-links a {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.blog-details__content-text5 .social-links a+a {
    margin-left: 10px;
}

.blog-details__content-text6 {
    position: relative;
    display: block;
    padding-left: 115px;
    margin-top: 47px;
}

.blog-details__content-text6 .img-box {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 85px;
}

.blog-details__content-text6 .img-box img {
    width: 100%;
}

.blog-details__content-text6 .content-box {
    position: relative;
    display: block;
    flex: 1;
}

.blog-details__content-text6 .content-box .title {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.blog-details__content-text6 .content-box .title h3 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.blog-details__content-text6 .content-box .title span {
    color: var(--White, #FFF);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.blog-details__content-text6 .content-box p {
    margin: 0;
}

.blog-details__content-text6 .content-box .share-icon {
    position: relative;
    display: block;
    margin-top: 9px;
}

.blog-details__content-text6 .content-box .share-icon a {
    color: var(--thm-primary-color);
}

.blog-details__content-text6 .content-box .share-icon span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
}

.blog-details__form {
    position: relative;
    display: block;
    margin-top: 42px;
}

.blog-details__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__form .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.blog-details__form .title-box p {
    margin: 0;
}


.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: 1px solid #525252;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--thm-pragraph-color);
    display: block;
    border-radius: 5px;
    font-family: var(--thm-body-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-pragraph-color);
    height: 200px;
    width: 100%;
    background-color: transparent;
    padding: 20px 30px 30px;
    border: 1px solid #525252;
    outline: none;
    margin-bottom: 0px;
    border-radius: 5px;
    resize: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-form__input-box input[type="text"]:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box input[type="email"]:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box textarea:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box.text-message-box {
    margin-bottom: 20px;
}

.comment-form__btn-box .button-style-1 {
    width: 100%;
    border: none;
}


/*=============================
    Sidebar Css
===============================*/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 40px;
}

.sidebar__single .title-box {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 22px;
}

.sidebar__single .title-box h2 {
    color: var(--var(--thm-white));
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__search {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 45px 30px 45px;
    z-index: 1;
}

.sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    position: relative;
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-body-background);
    color: var(--thm-pragraph-color);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 5px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60px;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 15px;
    outline: none;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.sidebar__author {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 45px 40px 43px;
    border-radius: 5px;
    z-index: 1;
}

.sidebar__author-inner {
    position: relative;
    display: block;
}

.sidebar__author-inner .img-box {
    position: relative;
    display: block;
    width: 125px;
    margin: 0 auto 21px;
}

.sidebar__author-inner .img-box img {
    width: 100%;
}

.sidebar__author-inner h2 {
    color: var(--thm-white);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.sidebar__author-inner p {
    margin: 0;
}

.sidebar__author-inner .social-links {
    position: relative;
    display: block;
    margin-top: 30px;
}

.sidebar__author-inner .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__author-inner .social-links ul li {
    position: relative;
    display: block;
    padding-right: 20px;
    margin-left: 20px;
}

.sidebar__author-inner .social-links ul li:last-child {
    padding-right: 0;
}

.sidebar__author-inner .social-links ul li:first-child {
    margin-left: 0px;
}

.sidebar__author-inner .social-links ul li::before {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: #8a8687;
    content: "";
}

.sidebar__author-inner .social-links ul li:last-child:before {
    display: none;
}

.sidebar__author-inner .social-links ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
}

.sidebar__author-inner .social-links ul li a:hover {
    color: var(--thm-primary-color);
}


.sidebar__category {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 45px 40px 38px;
    border-radius: 5px;
    z-index: 1;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin-top: -2px;
}

.sidebar__category-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #424244;
}

.sidebar__category-list li:first-child a {
    margin-top: 0px;
}

.sidebar__category-list li:last-child a {
    padding-bottom: 0;
}

.sidebar__category-list li:last-child {
    border: none;
}

.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-pragraph-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 13px;
    margin-top: 13px;
    z-index: 1;
}

.sidebar__category-list li a:hover {
    color: var(--thm-primary-color);
}

.sidebar__category-list li a .square-box {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--thm-primary-color);
    margin-right: 10px;
}

.sidebar__category-list li a .square-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
    background: var(--thm-primary-color);
    content: "";
}


.sidebar__tag {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 45px 40px 25px;
    z-index: 1;
}

.sidebar__tag-list {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.sidebar__tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 10px 0px;
    margin-bottom: 20px;
}

.sidebar__tag-list li a {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 8px 15px 7px;
    background: var(--thm-body-background);
}

.sidebar__tag-list li a:hover {
    background: var(--thm-primary-color);
}

/*======================================
17. Contact Css
========================================*/

/*======================================
Contact One Css
========================================*/
.contact-one {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 180px 0px 180px;
    z-index: 1;
}

.contact-one.style2 {
    background: var(--thm-black-bg);
    padding: 120px 0;
}

.contact-one__thumb {
    position: relative;
}

.contact-one__thumb img {
    border-radius: 12px 0px 0px 12px;
    width: 100%;
}

.contact-one__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}


.contact-one__video a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    border: 1px solid var(--thm-border);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 50%;
    z-index: 5;
}

.contact-one__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}



.contact-one__bg {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 120px;
    left: 0;
    width: calc((100% - -230px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.contact-one__inner {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
    width: 100%;
    background: var(--thm-black-bg);
    padding: 60px 60px 60px;
    border-radius: 5px;
    float: right;
    z-index: 1;
}

.contact-one__form.style2 {
    background: var(--thm-black);
}

.contact-one__form .section-title {
    padding-bottom: 29px;
}

.contact-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__form .input-box .icon {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-one__form .input-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    font-weight: 700;
}

.contact-one__form .input-box input[type="text"],
.contact-one__form .input-box input[type="email"],
.contact-one__form .input-box textarea {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid #424244;
    color: var(--thm-pragraph-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    direction: rtl;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-body-font-family);
    outline: none;
}

.contact-one__form .input-box textarea {
    width: 100%;
    height: 130px;
    padding-top: 18px;
    outline: none;
    resize: none;
}

.contact-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form-btn {
    position: relative;
    display: block;
    margin-top: 0px;
}

.contact-one__form-btn button {
    width: 100%;
    border: none;
}

.contact-one__form-btn button.btn-one {
    width: 100%;
    justify-content: center;
}

/*======================================
Contact Page Css
========================================*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.contact-page__form {
    position: relative;
    display: block;
    margin-right: 20px;
}

.contact-page__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.contact-page__form .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}

.contact-page__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__form .input-box input[type="text"],
.contact-page__form .input-box input[type="email"],
.contact-page__form .input-box input[type="number"],
.contact-page__form .input-box textarea {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    width: 100%;
    height: 70px;
    border: none;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    outline: none;
}

.contact-page__form .input-box textarea {
    width: 100%;
    height: 200px;
    padding-top: 23px;
    outline: none;
    resize: none;
}

.contact-page__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form-btn {
    position: relative;
    display: block;
    margin-top: 0px;
}

.contact-page__form-btn button {
    border: none;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info .title-box {
    position: relative;
    display: block;
}

.contact-page__contact-info .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-page__contact-info .title-box p {
    margin: 0;
}

.contact-page__contact-info ul {
    position: relative;
    display: block;
    margin-top: 28px;
}

.contact-page__contact-info ul li {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 28px;
}

.contact-page__contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-page__contact-info ul li .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-primary-color);
    border-radius: 50%;
}

.contact-page__contact-info ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
}

.contact-page__contact-info ul li .text-box {
    position: relative;
    display: block;
}

.contact-page__contact-info ul li .text-box h3 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}

.contact-page__contact-info ul li .text-box p {
    margin: 0;
}

.contact-page__contact-info ul li .text-box p a {
    color: var(--thm-paragraph-color);
}

.contact-page__contact-info ul li .text-box p a:hover {
    color: var(--thm-primary-color);
}


/*======================================
    Google Map One
========================================*/
.google-map-one {
    position: relative;
    display: block;
    z-index: 1;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    height: 100%;
    height: 450px;
    width: 100%;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

/*=============================
    18. Fact Counter Css
===============================*/

/*=============================
    Fact Counter One Css
===============================*/
.fact-counter-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.fact-counter-one__single {
    position: relative;
    display: block;
}

.fact-counter-one__single-inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 32px 30px 30px;
    border-radius: 5px;
}

.fact-counter-one__single-inner .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 30px;
    width: 65px;
    height: 65px;
    background-color: var(--thm-secondary-color);
    border-radius: 0px 0px 5px 5px;
}

.fact-counter-one__single-inner .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.fact-counter-one__single:hover .fact-counter-one__single-inner .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.fact-counter-one__single-inner .outer-box {
    position: relative;
    display: block;
}

.fact-counter-one__single-inner .outer-box .outer-box__inner {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
}

.fact-counter-one__single-inner .outer-box h2 {
    position: relative;
    color: transparent;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 48px;
    line-height: 50px;
    font-family: var(--thm-heading-font-family);
}

.fact-counter-one__single-inner .outer-box .title {
    position: relative;
    display: block;
    padding-top: 9px;
}

.fact-counter-one__single-inner .outer-box .title p {
    color: var(--thm-body-font-color);
    margin: 0;
}

/*=============================
    Fact Counter Two Css
===============================*/
.fact-counter-two {
    position: relative;
    display: block;
    z-index: 1;
}

.fact-counter-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-left: 25px;
}

.fact-counter-two__single .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    transform: translateY(-50%);
    z-index: 2;
}

.fact-counter-two__single .icon span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.fact-counter-two__single:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.fact-counter-two__single-inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 27px 10px 25px;
    padding-left: 50px;
    border-radius: 5px;
}

.fact-counter-two__single-inner .text-box {
    position: relative;
    display: block;
}

.fact-counter-two__single-inner .text-box .count {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.fact-counter-two__single-inner .text-box p {
    margin: 0;
}


/*=============================
    19. Testimonial CSS
===============================*/

/*=============================
    Testimonial One  CSS
===============================*/
.testimonial-one {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 0px 0px 120px;
    z-index: 1;
}

.testimonial-one__inner {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 50px 50px 55px;
    padding-right: 35px;
    border-radius: 5px;
}

.testimonial-one__single-inner {
    position: relative;
    display: block;
    padding-left: 200px;
}

.testimonial-one__single-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
}

.testimonial-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--thm-body-background);
    border-radius: 5px;
}

.testimonial-one__single-img .inner img {
    width: 100%;
    transition: all 700ms ease;
    mix-blend-mode: luminosity;
}

.testimonial-one__single-img .quotes {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: var(--thm-primary-color);
    text-align: center;
    font-size: 15px;
    color: var(--thm-white);
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid var(--thm-secondary-color);
    z-index: 2;
}

.testimonial-one__single-text {
    position: relative;
    display: block;
}

.testimonial-one__single-text h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-one__single-text span {
    position: relative;
    display: block;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 4px;
}

.testimonial-one__single-text i {
    color: var(--thm-primary-color);
    margin-right: 1px;
}

.testimonial-one__single-text p {
    margin: 0;
    margin-top: 13px;
}

.swiper-pagination-dots-line {
    position: relative;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto !important;
    background: var(--thm-black-bg);
    border-radius: 5px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    margin-top: 60px !important;
    z-index: 55;
}

.swiper-pagination-dots-line .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 25%;
    height: 10px;
    float: left;
    background: transparent;
    border-radius: 5px;
    transition: all 500ms ease;
}

.swiper-pagination-dots-line .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-dots-line .swiper-pagination-bullet:hover {
    background: var(--thm-primary-color);
}

/* ========= */
.testimonial-one--about {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.testimonial-one--about .swiper-nav-style1 {
    top: 168px;
}


/*=============================
    Testimonial Two CSS
===============================*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.testimonial-two__inner {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 33px 40px 40px;
    border-radius: 5px;
    z-index: 1;
}

.testimonial-two__single .rating-box {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.testimonial-two__single .rating-box i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.testimonial-two__single .text-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.testimonial-two__single .text-box p {
    margin: 0;
}

.testimonial-two__single-author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__single-author-box .img-box {
    position: relative;
    display: block;
    width: 80px;
}

.testimonial-two__single-author-box .img-box .icon {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}

.testimonial-two__single-author-box .img-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 35px;
    line-height: 35px;
}

.testimonial-two__single-author-box .img-box .inner {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-two__single-author-box .img-box .inner img {
    width: 100%;
}

.testimonial-two__single-author-box .text-box2 {
    position: relative;
    display: block;
    margin-left: 30px;
}

.testimonial-two__single-author-box .text-box2 h2 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-two__single-author-box .text-box2 p {
    margin: 0;
}

.testimonial-two .swiper-nav-style1 {
    top: 183px;
}


/*=============================
    Testimonial One Page
===============================*/
.testimonial-one--page {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.testimonial-one--page .testimonial-one__single {
    margin-bottom: 30px;
}



/*=============================
    Testimonial Three Page
===============================*/

.testimonial-three {
    padding-bottom: 120px;
}

.testimonial-slider-three__wrapper {
    background-color: var(--thm-black-bg);
    padding: 60px;
}

.testimonial-three-left__single {
    text-align: center;
}

.testimonial-three-left__pretitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 14px;
}

.testimonial-three-left__pretitle .star svg {
    line-height: 1;
}

.testimonial-three-left__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three-left__avatar li {
    margin-left: -15px;
}

.testimonial-three-left__avatar li:first-child {
    margin-left: 0px;
}

.testimonial-three-left__ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 14px 0;
}

.testimonial-three-left__ratings li i {
    font-size: 14px;
    color: var(--thm-yellow);
}

.testimonial-three-left__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.testimonial-three-left__single .swiper-nav-style1 {
    position: initial;
    justify-content: center;
    padding: 0;
}


.testimonial-three-left__single .swiper-nav-style1 .swiper-button-next,
.testimonial-three-left__single .swiper-nav-style1 .swiper-button-prev {
    justify-content: center;
    align-items: center;
}

.testimonial-three__single {
    background-color: var(--thm-body-background);
    padding: 30px;
    border-radius: 16px;
}

.testimonial-three__single-text {
    margin-top: 20px;
    font-size: 18px;
}

.testimonial-three__single-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.testimonial-three__single-profile .content h4 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
}

.testimonial-three__single-profile .content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}

/*=============================
    Testimonial Four Page
===============================*/
.testimonial-four {
    padding: 120px 0;
    position: relative;
}

.testimonial-four__shape-left {
    position: absolute;
    left: 0;
    bottom: 25%;
}

.testimonial-four-left__single {
    position: relative;
}

.testimonial-four-left__single-thumb {
    position: relative;
}

.testimonial-four-left__single-thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 26.25%, rgba(20, 20, 22, 0.87) 78.17%, #141416 99.94%);
}

.testimonial-four-left__single-content {
    position: absolute;
    bottom: 0;
    left: 25%;
    display: flex;
    align-items: last baseline;
    justify-content: center;
    gap: 12px;
}


.testimonial-four-left__pretitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 14px;
}

.testimonial-four-left__pretitle .star svg {
    line-height: 1;
}

.testimonial-four-left__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-four-left__avatar li {
    margin-left: -15px;
}

.testimonial-four-left__avatar li:first-child {
    margin-left: 0px;
}

.testimonial-four-left__ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.testimonial-four-left__ratings li i {
    font-size: 14px;
    color: var(--thm-yellow);
}

.testimonial-four-left__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.testimonial-four__single {
    background-color: var(--thm-black-bg);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.testimonial-four__single::after {
    position: absolute;
    right: -47px;
    top: -19px;
    height: 60px;
    width: 120px;
    content: "";
    background-color: var(--thm-body-background);
    transform: rotate(45deg);
}

.rating-box {
    display: flex;
    align-items: center;
    color: orange;
    gap: 3px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}

.rating-box i {
    color: #ffcc6e;
    font-size: 16px;
}

.testimonial-four__single-text p {
    font-size: 18px;
    padding-top: 30px;
}


.testimonial-four__single-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}

.testimonial-four__single-profile .content h4 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
}

.testimonial-four__single-profile .content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}

.testimonial-four__bottom {
    margin-top: 60px;
    position: relative;
}

.testimonial-four__bottom::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 84%;
    content: "";
    background-color: rgba(255, 255, 255, .1);
}

.testimonial-four__bottom .swiper-nav-style1 {
    position: initial;
    align-items: center;
    height: auto;
}


/*=============================
    Testimonial Five CSS
===============================*/
.testimonial-five {
    background: var(--thm-body-background);
}

.testimonial-five .swiper-nav-style1 {
    top: 180px;
}

/*======================================
   20. Team Css
========================================*/

/*======================================
    Team One Css
========================================*/
.team-one {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 120px 0px 117px;
    z-index: 1;
}

.team-one__single {
    position: relative;
    display: block;
}

.team-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 5px 0px;
    margin-right: 30px;
    background: var(--thm-body-background);
    z-index: 5;
}

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

.team-one__single:hover .team-one__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.team-one__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
    mix-blend-mode: luminosity;
}

.team-one__single:hover .team-one__single-img img {
    transform: scale(1);
}

.team-one__social-icon {
    position: absolute;
    left: 30px;
    bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.team-one__social-icon .list-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 0 15px;
    display: none;
    text-align: center;
}

.team-one__social-icon .list-wrap li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-one__social-icon .list-wrap li:last-child {
    margin-bottom: 0;
}

.team-one__social-icon .list-wrap li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    z-index: 1;
}

.team-one__social-icon .list-wrap li a:hover {
    background: var(--thm-primary-color);
}

.team-one__social-icon .list-wrap li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.social-toggle-icon {
    color: #fff;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: var(--thm-primary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    z-index: 5;
}

.team-one__single-content {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 93px 0px 20px;
    border-radius: 5px;
    margin-top: -70px;
    z-index: 1;
}

.team-one__single-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.team-one__single-content h2 a {
    color: var(--thm-white);
}

.team-one__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.team-one__single-content p {
    margin: 0;
}

.team-one .swiper-nav-style1 {
    top: 183px;
}

.team-one .swiper-nav-style1 .swiper-button-next,
.team-one .swiper-nav-style1 .swiper-button-prev {
    background-color: #313133;
    drop-shadow: (0px 6px 50px rgba(37, 37, 37, 0.05));
}

.swiper-pagination {
    position: relative;
    margin-top: 57px;
    z-index: 55;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 9px;
    background: var(--thm-secondary-color);
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px solid var(--thm-secondary-color);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}


/*======================================
    Team Two Css
========================================*/
.team-two {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.team-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
}

.team-two__top .section-title {
    padding-bottom: 0;
}

.team-two__top .text-box {
    position: relative;
    display: block;
    max-width: 620px;
    width: 100%;
}

.team-two__top .text-box p {
    margin: 0;
}

.team-two__bottom {
    position: relative;
    display: block;
}

.team-two__single {
    position: relative;
    display: block;
    border-bottom: 2px solid #363636;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
    z-index: 1;
}

.team-two__single__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-two__single-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 590px;
    width: 100%;
}

.team-two__single-title {
    position: relative;
    display: block;
}

.team-two__single-title h2 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.team-two__single-title h2 a {
    color: var(--thm-white);
}

.team-two__single-title h2 a:hover {
    color: var(--thm-primary-color);
}

.team-two__single-content .text-box {
    position: relative;
    display: block;
    max-width: 180px;
    width: 100%;
}

.team-two__single-content .text-box p {
    margin: 0;
}

.team-two__single-icon-box {
    position: relative;
    display: block;
}

.team-two__single-icon-box .social-links {
    position: relative;
    display: block;
    z-index: 5;
}

.team-two__single-icon-box .social-links li {
    position: relative;
    display: inline-block;
}

.team-two__single-icon-box .social-links li.share {
    position: relative;
    display: block;
}

.team-two__single-icon-box .social-links>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.team-two__single-icon-box .social-links>li>a>span {
    position: relative;
    display: inline-block;
    top: 0px;
    color: #696969;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-two__single-icon-box .social-links>li>a:hover>span {
    color: var(--thm-primary-color);
}

.team-two__single-icon-box .social-links .share .social-links-inner {
    position: absolute;
    top: 50%;
    right: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 0;
    transform: scaleY(0);
    transform: translateY(-50%);
    overflow: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner {
    transform: scaleY(1.0, -50%);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li {
    position: relative;
    display: block;
    margin-right: 10px;
}

.team-two__single-icon-box .social-links .share .social-links-inner li:last-child {
    margin-right: 0;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #232428;
    background: transparent;
    border-radius: 50%;
    z-index: 1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.fb {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 500ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.fb,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.fb {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 200ms;
}


.team-two__single-icon-box .social-links .share .social-links-inner li a.tw {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 600ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.tw,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.tw {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.ins {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 700ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.ins,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.ins {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 400ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.pin {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 800ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.pin,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.pin {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover {
    border-color: var(--thm-primary-color);
    transition-delay: 0.3s;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover i {
    color: #ffffff;
}

.team-two__single-img {
    position: absolute;
    width: 225px;
    height: 225px;
    top: 50px;
    left: 185px;
    pointer-events: none;
    transform: translate(-100%, -50%);
    overflow: hidden;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s ease-out;
    z-index: -1;
}

.team-two__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(223, 42, 25, 0.00) 0%, rgba(223, 42, 25, 0.53) 100%);
    content: "";
    z-index: 1;
}

.team-two__single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform .4s ease-out;
}


/*======================================
    Team Page Css
========================================*/
.team-one--team-page {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 120px 0px 90px;
}

.team-one--team-page .team-one__single-content {
    background: var(--thm-black-bg);
}

.team-one--team-page .team-one__single {
    margin-bottom: 30px;
}


/*======================================
    21. Pricing CSS
========================================*/

/*======================================
    Pricing One CSS
========================================*/
.pricing-one {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 0px 0px 90px;
    z-index: 1;
}

.pricing-one__inner {
    position: relative;
    display: block;
}

.pricing-one__single {
    position: relative;
    display: block;
    border: 1px solid #3d3d3f;
    padding: 40px 40px 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-one__single .popular-text {
    position: absolute;
    top: 10px;
    right: 0px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #9d0f02;
    background: linear-gradient(90deg, #9d0f02 0%, rgba(223, 42, 25, 0.5634628851540616) 43%, rgba(223, 42, 25, 0.10968137254901966) 99%);
    padding: 8px 28px 7px 29px;
    z-index: 5;
}

.pricing-one__single .popular-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 20px;
    border-right: 25px solid var(--thm-secondary-color);
    border-bottom: 20px solid transparent;
}

.pricing-one__single .popular-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 25px;
    height: 20px;
    border-right: 25px solid var(--thm-secondary-color);
    border-top: 20px solid transparent;
}

.pricing-one__single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-one__single-left {
    position: relative;
    display: block;
    max-width: 385px;
    width: 100%;
    padding-right: 70px;
}

.pricing-one__single-left::before {
    position: absolute;
    top: -42px;
    right: 0;
    bottom: -42px;
    width: 1px;
    background: #3d3d3f;
    content: "";
}

.pricing-one__single-left h2 {
    color: var(--thm-white);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.pricing-one__single-left p {
    margin: 0;
}

.pricing-one__single-right {
    display: flex;
    position: relative;
    align-items: center;
}

.pricing-one__single-right-list {
    position: relative;
    display: block;
}

.pricing-one__single-right-list li {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 11px;
}

.pricing-one__single-right-list li:last-child {
    margin-bottom: 0;
}

.pricing-one__single-right-list li .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
}

.pricing-one__single-right-list li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 16px;
}

.pricing-one__single-right-list li p {
    margin: 0;
}

.pricing-one__single-right-price {
    position: relative;
    display: block;
    padding-left: 88px;
}

.pricing-one__single-right-price h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.pricing-one__single-right-price h2 span {
    position: relative;
    display: inline-block;
    font-size: 18px;
}

.pricing-btn {
    margin-left: 70px;
}

.pricing-btn .button-style-1 {
    border: 1px solid var(--thm-primary-color);
    background-color: transparent;
}

.pricing-btn .button-style-1:before,
.pricing-btn .button-style-1:after {
    background-color: var(--thm-primary-color);
}

/*==========================*/
.subscribe-one--pricing {
    position: relative;
    display: block;
    padding-bottom: 120px;
}



/*=============================
    Pricing Two CSS
===============================*/
.pricing-two {
    position: relative;
    display: block;
    padding: 120px 0px 112px;
    z-index: 1;
}

.pricing-two__single {
    position: relative;
    display: block;
    padding: 40px 40px 50px;
    background: var(--black-bg);
    border-radius: 5px;
    margin-bottom: 30px;
}

.pricing-two__title {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 10px;
}

.pricing-two__text {
    margin-bottom: 20px;
    padding: 0 10px;
}

.pricing-two__price {
    position: relative;
    display: inline-block;
    background: var(--thm-body-background);
    padding: 10px 70px;
    border-radius: 5px;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-two__price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.pricing-two__single:hover .pricing-two__price::before,
.pricing-two__single .pricing-two__price.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.pricing-two__price h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0;
}

.pricing-two__price h2 span {
    font-size: 18px;
    line-height: 27px;
}

.pricing-two__list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    line-height: 27px;
    color: var(--thm-gray);
    font-weight: var(--thm-heading-font-weight);
    font-family: var(--thm-heading-font-family);
}

.pricing-two__list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: var(--thm-secondary-color);
}

.pricing-two__single .pricing-btn {
    margin-left: 0;
    margin-top: 50px;
}

.pricing-two__single .pricing-btn .button-style-1 {
    width: 100%;
}

/*======================*/
.pricing-two--pricing {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}


/*=============================
    Pricing Three CSS
===============================*/
.pricing-three {
    padding: 120px 0 90px 0;
    background: linear-gradient(180deg, var(--thm-black-bg) 20.5%, var(--thm-black) 100%);
    border-radius: 16px 16px 0 0;
}

.pricing-two__single.style3 {
    border-radius: 5px;
    background: linear-gradient(180deg, var(--thm-black) 20.5%, var(--thm-black-bg) 100%);
    border: 1px solid var(--thm-black-bg);
}

.pricing-two__single.style3 .pricing-two__price {
    background: var(--thm-black-bg);
}

.pricing-three__head .section-title__two {
    padding-bottom: 0;
}

.price-three__nav {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: var(--thm-body-background);
    padding: 6px;
    border-radius: 999px;
    justify-content: center;
}

.price-three-nav-wrapper {
    display: flex;
    align-items: last baseline;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 36px 0;
}

.price-three-nav-wrapper p {
    color: var(--thm-primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-three__nav-item .nav-link {
    color: var(--thm-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    transition: 0.4s all ease-in-out;
    border-radius: 999px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
}


/*=============================
    Pricing Four CSS
===============================*/
.pricing-four {
    padding: 120px 0;
    background: var(--thm-black-bg);
    border-radius: 16px 16px 0 0;
}

.pricing-four__single {
    padding: 40px 30px;
    background-color: var(--thm-body-background);
    border-radius: 12px;
}

.pricing-four__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--black-bg);
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 36px;
}

.pricing-four__title {
    font-size: 24px;
    text-align: left;
    padding-bottom: 8px;
}

.pricing-four__price h2 {
    font-size: 36px;
    line-height: 42px;
}

.pricing-four__price h2 span {
    font-size: 18px;
    line-height: 27px;
}

.pricing-four__icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--thm-body-background);
    line-height: 60px;
    text-align: center;
}

.pricing-four__list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    line-height: 27px;
    color: var(--thm-gray);
    font-weight: var(--thm-heading-font-weight);
    font-family: var(--thm-heading-font-family);
}

.pricing-four__list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: var(--thm-secondary-color);
}

.pricing-four__single .pricing-btn {
    margin-left: 0;
    margin-top: 50px;
}

.pricing-four__single .pricing-btn .button-style-1 {
    width: 100%;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 8px 16px;
    background-color: var(--black-bg);
}

.pricing-four__single .pricing-btn .button-style-1.theme-btn {
    background-color: var(--thm-primary-color);
}

/*=============================
    Pricing Five CSS
===============================*/
.pricing-five {
    background: var(--black-bg);
}

.pricing-five .section-top {
    border-bottom: 1px solid var(--thm-border);
    margin-bottom: 60px;
}

.pricing-five-card {
    padding: 40px;
    border-radius: 10px;
    background: var(--thm-black);
}

.pricing-five-card__title {
    color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28%;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.pricing-five-card__text {
    color: var(--thm-body-font-color);
    font-family: var(--thm-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}


.pricing-five-card__feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}


.pricing-five-card__price {
    color: var(--thm-white);
    font-family: var(--thm-title-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 35px;
}


.pricing-five-card__price span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}


.pricing-five-card .button-style-3 .text {
    background: var(--thm-black-bg);
}


.pricing-five-card .button-style-3 span {
    background: var(--thm-black-bg);
}




/*======================================
    22. Subscribe CSS
========================================*/

/*======================================
    Subscribe One CSS
========================================*/
.subscribe-one {
    position: relative;
    display: block;
    z-index: 1;
}

.subscribe-one__inner {
    position: relative;
    display: block;
    background: var(--thm-primary-color);
    padding: 53px 0px 65px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.subscribe-one__inner .shape1 {
    position: absolute;
    bottom: 0px;
    right: -30px;
    opacity: 0.6;
    z-index: -1;
}

.subscribe-one__inner .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.subscribe-one__inner .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

.subscribe-one__form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-one__form input[type="email"],
.subscribe-one__form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    padding-right: 30px;
    background: transparent;
    border: 1px solid var(--thm-white);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-body-font-family);
    text-transform: none;
    outline: none;
}

.subscribe-one__form input::-webkit-input-placeholder {
    color: var(--thm-white);
}

.subscribe-one__form input:-moz-placeholder {
    color: var(--thm-white);
}

.subscribe-one__form input::-moz-placeholder {
    color: var(--thm-white);
}

.subscribe-one__form input:-ms-input-placeholder {
    color: var(--thm-white);
}

.subscribe-one__form button {
    position: relative;
    display: block;
    max-width: 190px;
    width: 100%;
    margin-left: 10px;
    border: none;
}

.subscribe-one__form button.btn-one::after {
    background: var(--thm-secondary-color);
}


/*====================================
    Subscribe Two CSS
======================================*/
.subscribe-one--two {
    position: relative;
    display: block;
    background: var(--thm-primary-color);
    padding: 78px 0px 80px;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    z-index: 1;
}

.subscribe-one--two .shape1 {
    position: absolute;
    bottom: 0;
    right: -35px;
    z-index: -1;
}

.subscribe-one--two .shape2 {
    position: absolute;
    bottom: 0;
    left: -30px;
    z-index: -1;
}

.subscribe-one--two .row {
    align-items: center;
}

.subscribe-one--two__content {
    position: relative;
    display: block;
    max-width: 480px;
    width: 100%;
}

.subscribe-one--two__content h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subscribe-one--two__content p {
    color: var(--thm-white);
}

.subscribe-one--two__form-box {
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
}

.subscribe-one--two__form-box .subscribe-one__form {
    display: block;
}

.subscribe-one--two__form-box .subscribe-one__form .input-box {
    margin-bottom: 30px;
}

.subscribe-one__form-bottom {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 630px;
    width: 100%;
}

.subscribe-one__form-bottom .btn-one i {
    top: 3px;
    z-index: 1;
}

.subscribe-one--two .subscribe-one__form input[type="email"],
.subscribe-one--two .subscribe-one__form input[type="text"] {
    border: 2px solid rgba(255, 255, 255, .2);
}

.subscribe-one--two__form-box .subscribe-one__form button {
    margin-left: 30px;
}



/*======================================
    Subscribe Four CSS
========================================*/
.subscribe-one.subscribe-one__four {
    position: relative;
}

.subscribe-one.subscribe-one__four::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    content: "";
    background-color: var(--thm-black-bg);
    border-radius: 16px 16px 0 0;
}


/*=============================
    23. Light Color
===============================*/

/*=============================
    Light Color
===============================*/
:root {
    --light-color: #ffffff;
    --dark-color: #141414;
}

/* Color Switcher */
.header-switch {
    position: fixed;
    top: 320px;
    right: 12px;
    z-index: 9999;
    padding: 8px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #242526;
}

.header-switch-label {
    width: 20px;
    height: 50px;
    position: relative;
    display: inline-block;
    transition: all .4s ease;
}

.header-switch-main {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    transition: all .4s ease;
    background-color: #141416;
}

.header-switch-main.round {
    border-radius: 15px
}

.header-switch-main::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    left: 3px;
    transition: 1s cubic-bezier(.52, 1.64, .37, .66)
}

.header-switch-input {
    display: none
}

.header-switch-input:not(:checked)+.header-switch-main::before {
    transform: translateY(30px);
    transition: .5s cubic-bezier(.52, 1.64, .37, .66);
}

.header-dark-settings {
    color: #fff;
    margin-bottom: 5px;
    transition: all .4s ease
}

.header-light-settings {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
    transition: all .4s ease;
}

/* = Light Color 
===============================================================================*/
img.light-logo {
    display: block;
    height: 91px;
    width: auto;
}

img.dark-logo {height: 120px;}

[data-theme="light-mode"] img.light-logo {
    display: none;
}

[data-theme="light-mode"] img.dark-logo {
    display: block;
}

/* = Background Color
===============================================================================*/
[data-theme="light-mode"],
[data-theme="light-mode"],
[data-theme="light-mode"] .sidebar__search-form input[type="search"],
[data-theme="light-mode"] .team-one__single-content,
[data-theme="light-mode"] .footer-one__two.about,
[data-theme="light-mode"] .blog-two__single__content,
[data-theme="light-mode"] .services-two__single-img .inner::before,
[data-theme="light-mode"] .services-two__single-text,
[data-theme="light-mode"] .header-switch-main,
[data-theme="light-mode"] .contact-one__form,
[data-theme="light-mode"] .sticky-menu,
[data-theme="light-mode"] body {
    background-color: var(--light-color);
}

[data-theme="light-mode"] .header-switch,
[data-theme="light-mode"] .services-three__single,
[data-theme="light-mode"] .services-four__single,
[data-theme="light-mode"] .working-process-four__single,
[data-theme="light-mode"] .pricing-four__icon {
    background-color: #d1d1d1;
}

[data-theme="light-mode"] .header-switch-main::before,
[data-theme="light-mode"] .banner-three__form input[type="email"],
.banner-three__form input[type="text"] {
    background-color: var(--dark-color);
}

[data-theme="light-mode"] .banner-one__bg:before {
    background: rgba(255, 255, 255, .7);
}

[data-theme="light-mode"] .menu-area .mobile-nav-toggler {
    background: transparent;
}

[data-theme="light-mode"] .main-header-three .menu-area__inner {
    background-color: transparent;
}

[data-theme="light-mode"] .banner-five-social__link a {
    background: #f1d6d9;
    color: var(--thm-primary-color);
}

[data-theme="light-mode"] .page-header__bg::before,
[data-theme="light-mode"] .banner-one__bg:after,
[data-theme="light-mode"] .pricing-two__single.style3 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #ffffff 100%);
}

[data-theme="light-mode"] .testimonial-three__single,
[data-theme="light-mode"] .pricing-four__single,
[data-theme="light-mode"] .testimonial-five,
[data-theme="light-mode"] .pricing-five-card,
[data-theme="light-mode"] .pricing-five-card .button-style-3 .text,
[data-theme="light-mode"] .button-style-3 span,
[data-theme="light-mode"] .price-three__nav,
[data-theme="light-mode"] .brand-three__slider-wrapper {
    background: var(--thm-white);
}


[data-theme="light-mode"] .brand-three__slider-wrapper::before,
[data-theme="light-mode"] .brand-three__slider-wrapper::after {
    display: none;
}

[data-theme="light-mode"] .brand-carousel-three .swiper-wrapper .swiper-slide img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(8%) contrast(100%);
}


[data-theme="light-mode"] .main-slider__nav .swiper-button-next,
[data-theme="light-mode"] .main-slider__nav .swiper-button-prev [data-theme="light-mode"] .pricing-btn .button-style-1:before,
[data-theme="light-mode"] .pricing-btn .button-style-1:after {
    background-color: #141416;
}

[data-theme="light-mode"] .button-style-1.btn-3.banner-second-btn {
    background: #141416;
    background-color: #141416 !important;
}


[data-theme="light-mode"] .pricing-three,
[data-theme="light-mode"] .pricing-two__single.style3 .pricing-two__price,
[data-theme="light-mode"] .feature-three,
[data-theme="light-mode"] .main-header-three__top-wrap {
    background: #f5f4fa;
}


[data-theme="light-mode"] .main-header-three__bottom {
    background: #f7f7f7;
}



[data-theme="light-mode"] .contact-page__form .input-box input[type="text"],
[data-theme="light-mode"] .contact-page__form .input-box input[type="email"],
[data-theme="light-mode"] .contact-page__form .input-box input[type="number"],
[data-theme="light-mode"] .contact-page__form .input-box textarea,
[data-theme="light-mode"] .blog-details__content-text5,
[data-theme="light-mode"] .blog-details__content-text2,
[data-theme="light-mode"] .sidebar__tag,
[data-theme="light-mode"] .sidebar__category,
[data-theme="light-mode"] .sidebar__search,
[data-theme="light-mode"] .sidebar__author,
[data-theme="light-mode"] .faq-one__accrodion .accrodion .accrodion-title,
[data-theme="light-mode"] .sidebar-quote-box .text-box,
[data-theme="light-mode"] .single-sidebar-box,
[data-theme="light-mode"] .fact-counter-two__single-inner,
[data-theme="light-mode"] .testimonial-two__single,
[data-theme="light-mode"] .projects-two__menu-box .project-filter li .filter-text,
[data-theme="light-mode"] .fact-counter-one__single-inner,
[data-theme="light-mode"] .working-process-one__single,
[data-theme="light-mode"] .testimonial-one__single,
[data-theme="light-mode"] .footer-one,
[data-theme="light-mode"] .team-one,
[data-theme="light-mode"] .testimonial-slider-three__wrapper,
[data-theme="light-mode"] .wcy-three,
[data-theme="light-mode"] .project-three__single,
[data-theme="light-mode"] .service-three,
[data-theme="light-mode"] .banner-three,
[data-theme="light-mode"] .banner-four,
[data-theme="light-mode"] .main-header-one,
[data-theme="light-mode"] .about-four,
[data-theme="light-mode"] .pricing-four,
[data-theme="light-mode"] .pricing-four__top,
[data-theme="light-mode"] .pricing-four__single .pricing-btn .button-style-1,
[data-theme="light-mode"] .testimonial-four__single,
[data-theme="light-mode"] .contact-one.style2,
[data-theme="light-mode"] .subscribe-one.subscribe-one__four::after,
[data-theme="light-mode"] .banner-five,
[data-theme="light-mode"] .swiper-pagination-dots-line,
[data-theme="light-mode"] .project-four,
[data-theme="light-mode"] .pricing-five,
[data-theme="light-mode"] .heading-slide,
[data-theme="light-mode"] .testimonial-four__bottom::after,
[data-theme="light-mode"] .footer-main--three,
[data-theme="light-mode"] .footer-bottom--three {
    background-color: #f5f4fa;
}


[data-theme="light-mode"] .button-style-3:hover span {
    background: var(--thm-primary-color);
}


[data-theme="light-mode"] .services-one__single,
[data-theme="light-mode"] .button-style-2 {
    background-color: transparent;
    color: var(--thm-black);
}

[data-theme="light-mode"],
[data-theme="light-mode"],
[data-theme="light-mode"],
[data-theme="light-mode"] .sidebar__tag-list li a,
[data-theme="light-mode"] .feature-one,
[data-theme="light-mode"] .pricing-two__single,
[data-theme="light-mode"] .banner-two,
[data-theme="light-mode"] .testimonial-one,
[data-theme="light-mode"] .contact-one,
[data-theme="light-mode"] .pricing-one,
[data-theme="light-mode"] .blog-one {
    background-color: transparent;
}

[data-theme="light-mode"] .blog-details__content-text2 .icon-box,
[data-theme="light-mode"] .tg-page-content blockquote::before,
[data-theme="light-mode"] .format-quote blockquote::before,
[data-theme="light-mode"] .tg-blog-details-content blockquote::before,
[data-theme="light-mode"] .pricing-two__price {
    background-color: rgba(185, 18, 2, .1);
}

[data-theme="light-mode"] .footer-one__two.about .footer-one__two-top-inner .social-links li a,
[data-theme="light-mode"] .footer-one__two-top-inner .social-links li a,
[data-theme="light-mode"] .project-details__text1-list ul li .icon-box {
    background-color: rgba(223, 42, 25, .15);
}

[data-theme="light-mode"] .pricing-one__single .popular-text {
    background: linear-gradient(90deg, #9d0f02 0%, rgba(223, 42, 25, 0.5634628851540616) 100%, rgba(223, 42, 25, 0.10968137254901966) 100%);
}

[data-theme="light-mode"] .contact-one__form,
[data-theme="light-mode"] .blog-two__single {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

[data-theme="light-mode"] .main-header-two .menu-area__inner {
    background-color: rgb(245 244 250);
}

[data-theme="light-mode"] .sidebar__tag-list li a:hover,
[data-theme="light-mode"] .logo-box-two {
    background-color: var(--thm-primary-color);
}

[data-theme="light-mode"] .pricing-one__single-left::before,
[data-theme="light-mode"] .main-header-two__bottom::before {
    background-color: #e3e3e3;
}

/* = Color
===============================================================================*/
[data-theme="light-mode"] .project-details__btn-box-single a,
[data-theme="light-mode"] .project-details__text3-single h4,
[data-theme="light-mode"] .project-details__text1-list ul li .text-box h4,
[data-theme="light-mode"] .project-details__text1-list ul li .text-box p,
[data-theme="light-mode"] .contact-page__contact-info .title-box h2,
[data-theme="light-mode"] .contact-page__form .title-box h2,
[data-theme="light-mode"] .contact-page__contact-info ul li .text-box h3,
[data-theme="light-mode"] .blog-details__content-text6 .content-box .title span,
[data-theme="light-mode"] .blog-details__content-text6 .content-box .title h3,
[data-theme="light-mode"] .blog-details__content-text5 .meta-box p a,
[data-theme="light-mode"] .blog-details__content-text2 .author-info p,
[data-theme="light-mode"] .blog-details__content-text2 .author-info h3,
[data-theme="light-mode"] .blog-details__form .title-box h2,
[data-theme="light-mode"] .sidebar__tag-list li a,
[data-theme="light-mode"] .sidebar__author-inner .social-links ul li a,
[data-theme="light-mode"] .blog-page__single-content .btn-box a,
[data-theme="light-mode"] .blog-page__single-content h2 a,
[data-theme="light-mode"] .faq-one__accrodion .accrodion .accrodion-title h2,
[data-theme="light-mode"] .service-details__content-text4 .content-box-single h4,
[data-theme="light-mode"] .service-details__content-text2 .single-content h4,
[data-theme="light-mode"] .single-sidebar-box .title-box h2,
[data-theme="light-mode"] .page-header__inner .thm-breadcrumb li,
[data-theme="light-mode"] .page-header__inner .thm-breadcrumb li a,
[data-theme="light-mode"] .page-header__inner h2,
[data-theme="light-mode"] .blog-two__single__btn,
[data-theme="light-mode"] .fact-counter-two__single-inner .text-box .count,
[data-theme="light-mode"] .testimonial-two__single-author-box .text-box2 h2,
[data-theme="light-mode"] .team-two__single-icon-box .social-links .share .social-links-inner li a i,
[data-theme="light-mode"] .team-two__single-title h2 a,
[data-theme="light-mode"] .projects-two__single-content h2 a,
[data-theme="light-mode"] .projects-two__menu-box .project-filter li .filter-text,
[data-theme="light-mode"] .services-two__single-text h3 a,
[data-theme="light-mode"] .main-header-two__bottom-right ul li a,
[data-theme="light-mode"] .banner-two__right-content-bottom .counter .count,
[data-theme="light-mode"] .pricing-btn .button-style-1,
[data-theme="light-mode"] .banner-two__left-content-text1 .counter-box .count,
[data-theme="light-mode"] .banner-two__left-content .title h2,
[data-theme="light-mode"] .services-one__single .button-style-2,
[data-theme="light-mode"] .button-style-1.secondary-white:hover span,
[data-theme="light-mode"] .footer-widget-blog-info .footer-blog-text h3 a,
[data-theme="light-mode"] .footer-widget-contact-info ul li .text-box p,
[data-theme="light-mode"] .footer-widget-contact-info ul li .text-box p a,
[data-theme="light-mode"] .our-company-info .text p,
[data-theme="light-mode"] .footer-widget-links ul li a,
[data-theme="light-mode"] .single-footer-widget .title h3,
[data-theme="light-mode"] .about-one__content-features ul li .inner .icon span,
[data-theme="light-mode"] .fact-counter-one__single-inner .outer-box .title p,
[data-theme="light-mode"] .services-one__single-title .icon span,
[data-theme="light-mode"] .banner-one__content .big-title h2,
[data-theme="light-mode"] .services-one__single-title h3 a,
[data-theme="light-mode"] .contact-info-box-one .icon span,
[data-theme="light-mode"] .team-one__single-content h2 a,
[data-theme="light-mode"] .contact-info-box-one .text p,
[data-theme="light-mode"] .contact-info-box-one .text a,
[data-theme="light-mode"] .header-light-settings,
[data-theme="light-mode"] .header-dark-settings,
[data-theme="light-mode"] .navbar-wrap ul li a,
[data-theme="light-mode"] .section-title h2,
[data-theme="light-mode"] h1,
[data-theme="light-mode"] h2,
[data-theme="light-mode"] h3,
[data-theme="light-mode"] h4,
[data-theme="light-mode"] h5,
[data-theme="light-mode"] h6,
[data-theme="light-mode"] .about-three__content-features .counter,
[data-theme="light-mode"] .brand-three__wrapper .brand-three__title,
[data-theme="light-mode"] .pricing-four__list ul li,
[data-theme="light-mode"] .banner-five-social__title,
[data-theme="light-mode"] .pricing-four__list ul li,
[data-theme="light-mode"] .about-five__title,
[data-theme="light-mode"] .button-style-3 .text,
[data-theme="light-mode"] .main-header-three__bottom-right ul li a,
[data-theme="light-mode"] .project-four-card__title,
[data-theme="light-mode"] .pricing-five-card__title,
[data-theme="light-mode"] .pricing-five-card__price,
[data-theme="light-mode"] .faq-two__accrodion .accrodion .accrodion-title h2,
[data-theme="light-mode"] .heading-slide__title,
[data-theme="light-mode"] .project-four-card__tag,
[data-theme="light-mode"] .banner-four__thumb-btn,
[data-theme="light-mode"] .price-three__nav-item .nav-link,
[data-theme="light-mode"] .services-four__single-content .btn-box .button-style-2 i,
[data-theme="light-mode"] .about-three__content-features .features-list li,
[data-theme="light-mode"] .blog-three-card__title,
[data-theme="light-mode"] .blog-three-card__meta-date,
[data-theme="light-mode"] .blog-three-card__meta-tag {
    color: var(--dark-color);
}


[data-theme="light-mode"] .button-style-3 span svg path,
[data-theme="light-mode"] .services-four__single-icon svg path,
[data-theme="light-mode"] .banner-four__thumb-btn svg path,
[data-theme="light-mode"] .pricing-four__icon svg path,
[data-theme="light-mode"] .working-process-four__single-icon svg path,
[data-theme="light-mode"] .services-three__top .icon svg path {
    fill: var(--dark-color);
    stroke: var(--dark-color);
}

[data-theme="light-mode"] .price-three-nav-wrapper .discount span svg path {
    stroke: var(--dark-color);
}

[data-theme="light-mode"] .banner-four__line-left,
[data-theme="light-mode"] .banner-four__line-right {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(8%) contrast(100%);
}

[data-theme="light-mode"] .banner-four__thumb-line-left,
[data-theme="light-mode"] .banner-four__thumb-line-right,
[data-theme="light-mode"] .banner-four__thumb-left,
[data-theme="light-mode"] .banner-four__thumb-right,
[data-theme="light-mode"] .banner-four__thumb-bottom,
[data-theme="light-mode"] .testimonial-four__shape-left,
[data-theme="light-mode"] .working-process-four__thumb,
[data-theme="light-mode"] .banner-three__shape1,
[data-theme="light-mode"] .banner-three__shape2,
[data-theme="light-mode"] .banner-three__shape3,
[data-theme="light-mode"] .banner-five__shape1 img,
[data-theme="light-mode"] .banner-five__shape2 img,
[data-theme="light-mode"] .banner-five__shape3 img  {
    filter: invert(100%) brightness(90%) contrast(75%) grayscale(100%);
}




[data-theme="light-mode"] .contact-page__contact-info ul li .text-box p a,
[data-theme="light-mode"] .banner-two__left-content-text1 .counter-box p,
[data-theme="light-mode"] .banner-two__right-content-bottom .text-box p,
[data-theme="light-mode"] .about-two__content-list-box-single ul li p,
[data-theme="light-mode"] .single-sidebar__service-list li a,
[data-theme="light-mode"] .header-contact-info ul li p a,
[data-theme="light-mode"] .working-process-one__btn,
[data-theme="light-mode"] .pricing-two__list ul li,
[data-theme="light-mode"] body p,
[data-theme="light-mode"] body {
    color: #616670;
}

[data-theme="light-mode"] .pricing-one .pricing-btn .button-style-1:hover,
[data-theme="light-mode"] .subscribe-one--two__content p,
[data-theme="light-mode"] .subscribe-one--two__content h2,
[data-theme="light-mode"] .single-sidebar__contact-box .text-box p,
[data-theme="light-mode"] .footer-one__two-top-inner .social-links li a:hover,
[data-theme="light-mode"] .team-two__single-icon-box .social-links .share .social-links-inner li a:hover i,
[data-theme="light-mode"] .pricing-two__single .pricing-btn .button-style-1:hover,
[data-theme="light-mode"] .banner-one__content .big-title h2 a.button-style-1,
[data-theme="light-mode"] .pricing-two__single:hover .pricing-two__price h2,
[data-theme="light-mode"] .contact-one__form-btn .button-style-1,
[data-theme="light-mode"] .button-style-1.secondary-white span,
[data-theme="light-mode"] .pricing-one__single .popular-text,
[data-theme="light-mode"] .pricing-two__price.active h2,
[data-theme="light-mode"] .blog-one__single__btn i,
[data-theme="light-mode"] .project-one__sub-title,
[data-theme="light-mode"] .button-style-3:hover text,
[data-theme="light-mode"] .nav-link.nav-link-item1.active,
[data-theme="light-mode"] .nav-link.nav-link-item2.active {
    color: var(--light-color);
}

[data-theme="light-mode"] .button-style-3:hover span {
    color: var(--light-color);
}

[data-theme="light-mode"] .button-style-3:hover span svg path {
    fill: var(--light-color);
}



[data-theme="light-mode"] .contact-page__contact-info ul li .text-box p a:hover,
[data-theme="light-mode"] .blog-details__content-text5 .meta-box p a:hover,
[data-theme="light-mode"] .sidebar__author-inner .social-links ul li a:hover,
[data-theme="light-mode"] .blog-page__single-content .btn-box a:hover,
[data-theme="light-mode"] .blog-page__single-content h2 a:hover,
[data-theme="light-mode"] .single-sidebar__service-list li a.active,
[data-theme="light-mode"] .single-sidebar__service-list li a:hover,
[data-theme="light-mode"] .footer-one__two-top-inner .social-links li a,
[data-theme="light-mode"] .blog-two__single__btn:hover,
[data-theme="light-mode"] .working-process-one__btn:hover,
[data-theme="light-mode"] .services-two__single-text h3 a:hover,
[data-theme="light-mode"] .main-header-two__bottom-right ul li a:hover,
[data-theme="light-mode"] .header-contact-info ul li p a:hover,
[data-theme="light-mode"] .pricing-btn .button-style-1:hover,
[data-theme="light-mode"] .copyright-menu ul li a:hover,
[data-theme="light-mode"] .footer-widget-blog-info .footer-blog-text h3 a:hover,
[data-theme="light-mode"] .footer-widget-contact-info ul li .text-box p a:hover,
[data-theme="light-mode"] .team-one__single-content h2 a:hover,
[data-theme="light-mode"] .footer-widget-links ul li a:hover,
[data-theme="light-mode"] .blog-one__single__btn:hover i,
[data-theme="light-mode"] .navbar-wrap>ul>li>a.active,
[data-theme="light-mode"] .navbar-wrap>ul>li:hover>a {
    color: var(--thm-primary-color);
}

[data-theme="light-mode"] .fact-counter-one__single-inner .outer-box h2 {
    color: var(--dark-color);
    -webkit-text-stroke: 1px var(--dark-color);
}

[data-theme="light-mode"] .working-process-one__big-text {
    color: rgba(185, 18, 2, .1);
}

/* = Border Color
===============================================================================*/
[data-theme="light-mode"] .project-details__text1-list ul,
[data-theme="light-mode"] .comment-form__input-box textarea,
[data-theme="light-mode"] .comment-form__input-box input[type="email"],
[data-theme="light-mode"] .comment-form__input-box input[type="text"],
[data-theme="light-mode"] .blog-details__content-text1,
[data-theme="light-mode"] .sidebar__tag-list li a,
[data-theme="light-mode"] .sidebar__category-list li,
[data-theme="light-mode"] .blog-page__single-content .title,
[data-theme="light-mode"] .pricing-one__single,
[data-theme="light-mode"] .footer-one__two .footer-bottom__inner,
[data-theme="light-mode"] .footer-one__two-top-inner,
[data-theme="light-mode"] .team-two__single,
[data-theme="light-mode"] .contact-one__form .input-box input[type="text"],
[data-theme="light-mode"] .contact-one__form .input-box input[type="email"],
[data-theme="light-mode"] .contact-one__form .input-box textarea,
[data-theme="light-mode"] .footer-bottom,
[data-theme="light-mode"] .pricing-two__single.style3,
[data-theme="light-mode"] .button-style-3 .text,
[data-theme="light-mode"] .button-style-3 span,
[data-theme="light-mode"] .faq-two__accrodion .accrodion .accrodion-title,
[data-theme="light-mode"] .pricing-five .section-top,
[data-theme="light-mode"] .section-title__two h5,
[data-theme="light-mode"] .project-four-card__tag {
    border-color: #cfcfcf;
}

[data-theme="light-mode"] .feature-one {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

[data-theme="light-mode"] .sidebar__tag-list li a {
    border: 1px solid;
}

[data-theme="light-mode"] .sidebar__tag-list li a:hover {
    color: var(--light-color);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

[data-theme="light-mode"] .project-details__text1-list ul li::before {
    background-color: #e3e3e3;
}

/* = Others
===============================================================================*/
[data-theme="light-mode"] .main-header-two .menu-area__inner .logo-box-two img,
[data-theme="light-mode"] .logo-box-two a img {
    filter: brightness(0) invert(1);
}

[data-theme="light-mode"] .main-header-two__top-right .btn-box .button-style-1 {
    border-radius: 0;
}

[data-theme="light-mode"] .services-two__single,
[data-theme="light-mode"] .pricing-two__single {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .06);
}

[data-theme="light-mode"] .services-two__single-btn {
    color: #df2a19;
    background-color: rgba(185, 18, 2, .1);
}

[data-theme="light-mode"] .services-two__single,
[data-theme="light-mode"] .pricing-two__single {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .06);
}

[data-theme="light-mode"] .contact-page-wrap .footer-one__two.about,
[data-theme="light-mode"] .team-page .footer-one__two.about,
[data-theme="light-mode"] .footer-one__two {
    padding-top: 50px;
}

[data-theme="light-mode"] .footer-one__two.about {
    padding-top: 0;
}



/*======================================
24. Brand Css
========================================*/

/*======================================
Brand Css
========================================*/
.brand-three.extra-padding {
    padding-top: 530px;
}


.brand-three__wrapper {
    max-width: 1260px;
    margin: 0 auto;
}

.brand-three__wrapper .brand-three__title {
    text-align: center;
    color: var(--thm-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.brand-three__slider-wrapper {
    position: relative;
}

.brand-three__slider-wrapper::before,
.brand-three__slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 3;
    pointer-events: none;
}

.brand-three__slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #141416 0%, transparent 100%);
}

.brand-three__slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #141416 0%, transparent 100%);
}




/*====================================================================
    25. Project CSS
======================================================================*/

/*====================================================================
    Project One CSS
======================================================================*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
}
/* Styling for the project section to add wave-like animation with staggered delays */
.project-one__single {
    position: relative;
    animation: waveEffect 3s ease-in-out infinite;
}

/* Assign incremental delays to each project card for sequential animation */
:nth-child(1) > .project-one__single {
    animation-delay: 0s;
}

:nth-child(2) > .project-one__single {
    animation-delay: 0.2s;
}

:nth-child(3) > .project-one__single {
    animation-delay: 0.4s;
}

:nth-child(4)  > .project-one__single{
    animation-delay: 0.6s;
}

/* Keyframes for wave-like animation */
@keyframes waveEffect {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
}

/* Ensure wave animation integrates with wow animations */
.wow {
    animation-name: waveEffect, fadeInUp, fadeInDown;
    animation-duration: 3s, 1s, 1s;
    animation-delay: var(--wow-delay), var(--wow-delay), var(--wow-delay);
    animation-fill-mode: forwards;
}

/* Optional: Adjust container padding and spacing for better visual flow */
.project-one {
    padding: 50px 0;
    overflow: hidden; /* Prevent overflow issues during animation */
}

/* Ensure images and content scale smoothly during animation */
.project-one__img-box {
    transition: transform 0.3s ease;
}

.project-one__img-box:hover {
    transform: scale(1.05); /* Slight zoom on hover for interactivity */
}

/* Style adjustments for the button to align with the wave theme */
.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-5px); /* Subtle lift on hover to match wave effect */
    background: #ad6fb6;
    border-color: #ad6fb6;
}
.project-one .container-fluid {
    max-width: 1760px;
    padding-left: 15px;
    padding-right: 15px;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img-box {
    position: relative;
    display: block;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
}
body:not(.home) .project-one__img {
    height:350px
}
.project-one__img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, rgb(95 75 132), rgba(223, 42, 25, 0));
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transition: all 500ms ease;
    z-index: 1;
}

.project-one__img img {
    width: 100%;
    transition: .9s ease;
    transform: scale(1.05);
}

.project-one__single:hover .project-one__img img {
    transform: scale(1);
}

.project-one__content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    overflow: hidden;
}

.project-one__title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 900ms ease;
}

.project-one__single:hover .project-one__title {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0%;
    background: var(--thm-white);
    transition: transform 1500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    content: "";
}

.project-one__single:hover .project-one__title::before {
    transform: scale(1, 1);
    transform-origin: left center;
    width: 100%;
}

.project-one__title a {
    color: var(--thm-white);
}

.project-one__sub-title {
    color: var(--thm-white);
    margin-top: 11px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 900ms ease;
}

.project-one__single:hover .project-one__sub-title {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__single:hover .project-one__img:before {
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.project-one__single:hover .project-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 700ms;
}

.project-one__gap .col-xl-3:nth-child(1) .project-one__single,
.project-one__gap .col-xl-3:nth-child(3) .project-one__single {
    margin-top: 70px;
}
body:not(.home) .project-one__gap .col-xl-3:nth-child(1) .project-one__single,
body:not(.home) .project-one__gap .col-xl-3:nth-child(3) .project-one__single {
    margin-top: 0;
    
}
body:not(.home) .project-one__gap .project-one__single {
    animation:none !important
}
/*=================*/
.project-one--project {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}


/*====================================================================
     Projects Two
======================================================================*/
.projects-two {
    position: relative;
    display: block;
    padding: 0px 0px 70px;
    z-index: 1;
}

.projects-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 55px;
}

.projects-two__top .section-title {
    padding-bottom: 0;
}

.projects-two__top .btn-box {
    position: relative;
    display: block;
    top: -15px;
}

.projects-two__menu-box {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.projects-two__menu-box .project-filter {
    position: relative;
    display: block;
    z-index: 1;
}

.projects-two__menu-box .project-filter li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.projects-two__menu-box .project-filter li:last-child {
    margin-bottom: 0px;
}

.projects-two__menu-box .project-filter li .filter-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 13px 20px 11px;
    cursor: pointer;
    transition: all .4s ease;
    font-family: var(--thm-heading-font-family);
    z-index: 1;
}

.projects-two__menu-box .project-filter li .filter-text i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 8px;
    line-height: 8px;
    font-weight: 400;
    top: 0px;
}

.projects-two__menu-box .project-filter li .filter-text:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: -1px;
    content: "";
    background: var(--thm-primary-color);
    border-radius: 5px;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.projects-two__menu-box .project-filter li:hover .filter-text:before,
.projects-two__menu-box .project-filter li.active .filter-text:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.projects-two__menu-box .project-filter li:hover .filter-text,
.projects-two__menu-box .project-filter li.active .filter-text {
    color: #ffffff;
}

.projects-two__menu-box .project-filter li .count {
    display: none;
}

.projects-two__content {
    position: relative;
    display: block;
}

.projects-two__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.projects-two__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.projects-two__link {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.7);
    transition: all 600ms ease;
    z-index: 2;
}

.projects-two__single:hover .projects-two__link {
    transform: scale(1);
    opacity: 1;
    transition-delay: 500ms;
}

.projects-two__link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--thm-white);
    border-radius: 50%;

    color: var(--thm-black);
    text-align: center;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

.projects-two__link a:hover {
    color: var(--thm-white);
    background: var(--thm-primary-color);
}

.projects-two__link a span::before {
    position: relative;
    display: inline-block;
    font-size: 25px;
}

.projects-two__single-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.projects-two__single:hover .projects-two__single-img::before {
    opacity: 0.60;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.projects-two__single-img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.projects-two__single:hover .projects-two__single-img img {
    transform: scale(1.05) rotate(0deg);
}

.projects-two__single-content {
    position: relative;
    display: block;
    padding-top: 23px;
}

.projects-two__single-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.projects-two__single-content h2 a {
    color: var(--thm-white);
}

.projects-two__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.projects-two__single-content p {
    margin: 0;
}



/*====================================================================
    Project Three
======================================================================*/
.project-three {
    padding: 110px 0;
    position: relative;
}

.project-three__single {
    background-color: var(--thm-black-bg);
    padding: 15px;
    border-radius: 16px;
}

.project-three__single .thumb img {
    width: 100%;
    border-radius: 17px;
}

.project-three__content {
    padding: 20px 0 6px 15px;
}

.project-three__content .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.project-three__content .btn-box {
    margin-top: 0px;
}

.project-three__content .btn-box .button-style-2 {
    padding: 0;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.project-three-slider-wrapper {
    position: relative;
    z-index: 3;
}

.project-right-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.project-left-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.project-three__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.project-three__bottom::after {
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 60%;
    content: "";
    background-color: rgba(255, 255, 255, .1);
}

.project3-btn-box {
    flex-shrink: 0;
}

.project3-btn-box a {
    text-transform: capitalize;
}

.project-three__bottom .swiper-nav-style1 {
    position: initial;
    align-items: center;
    height: auto;
}


/*====================================================================
    Project Four
======================================================================*/
.mb-60 {
    margin-bottom: 60px !important;
}

.project-four {
    background: var(--thm-black-bg);
}

.project-four-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 36px;
    gap: 25px;
}



.project-four-card__content {
    padding-bottom: 36px;
    border-bottom: 1px solid var(--thm-border);
    max-width: 456px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 180px;
}

.project-four-card:first-child .project-four-card__content {
    padding-top: 36px;
    border-top: 1px solid var(--thm-border);
}

.project-four-card__title {
    color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 40px;
    display: block;
}

.project-four-card__thumb img {
    border-radius: 18px;
    width: 100%;
    height: 100%;
}

.project-four-card__tag {
    padding: 5px 16px;
    color: var(--thm-white);
    font-family: var(--thm-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: inline-flex;
}


/*====================================================================
    Project Details
======================================================================*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0px 112px;
    z-index: 1;
}

.project-details__inner {
    position: relative;
    display: block;
}

.project-details__text1 {
    position: relative;
    display: block;
}

.project-details__text1-img {
    position: relative;
    display: block;
}

.project-details__text1-img-left {
    position: relative;
    display: block;
    margin-right: -27.5px;
}

.project-details__text1-img-left .single-img {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.project-details__text1-img-left .single-img img {
    width: 100%;
}

.project-details__text1-img-right {
    position: relative;
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: 28px;
}

.project-details__text1-img-right .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.project-details__text1-img-right .img-box img {
    width: 100%;
}

.project-details__text1-list {
    position: relative;
    display: block;
    margin-left: -40px;
}

.project-details__text1-list ul {
    position: relative;
    display: block;
    border: 1px solid #3d3d3f;
    border-radius: 5px;
    padding: 0px 35px 0px;
    padding-bottom: 33px;
}

.project-details__text1-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 34px;
    margin-top: 36px;
}

.project-details__text1-list ul li:last-child {
    padding-bottom: 0px;
}

.project-details__text1-list ul li::before {
    position: absolute;
    left: -35px;
    bottom: 0;
    right: -35px;
    height: 1px;
    background: #3d3d3f;
    content: "";
}

.project-details__text1-list ul li:last-child:before {
    display: none;
}

.project-details__text1-list ul li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1d1415;
}

.project-details__text1-list ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.project-details__text1-list ul li .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.project-details__text1-list ul li .text-box p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.project-details__text1-list ul li .text-box h4 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.project-details__text2 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.project-details__text2 p {
    margin: 0;
}

.project-details__text2 p+p {
    margin-top: 32px;
}

.project-details__text3 {
    position: relative;
    display: block;
    margin-top: 33px;
}

.project-details__text3-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-details__text3-single h4 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 19px;
}

.project-details__text3-single h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 18px;
    top: 2px;
    padding-right: 9px;
}

.project-details__text3-single p {
    margin: 0;
}

.project-details__text4 {
    position: relative;
    display: block;
}

.project-details__text4 p {
    margin: 0;
}

.project-details__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--thm-white);
    margin-top: 45px;
    padding-top: 30px;
}

.project-details__btn-box-single {
    position: relative;
    display: block;
}

.project-details__btn-box-single a {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    font-family: var(--thm-heading-font-family);
}

.project-details__btn-box-single a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    top: 1px;
    padding-right: 5px;
}

.project-details__btn-box-single a:hover {
    color: var(--thm-primary-color);
}

.project-details__btn-box-single p {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--thm-heading-font-family);
    margin-top: 13px;
}

.project-details__btn-box-single.style2 {
    position: relative;
    display: block;
    text-align: right;
}

.project-details__btn-box-single.style2 a span {
    padding-right: 0px;
    padding-left: 5px;
}

/*====================================================================
    26. Working Process Css
======================================================================*/

/*====================================================================
    Working Process One
======================================================================*/
.working-process-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.working-process-one__inner {
    position: relative;
    display: block;
}

.working-process-one__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 40px 40px 40px;
    border-radius: 5px;
    z-index: 1;
}

.working-process-one__title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 8px;
}

.working-process-one__title .circle {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.working-process-one__single:hover .working-process-one__title .circle {
    transform: scale(1.05);
}

.working-process-one__title .icon {
    position: absolute;
    left: 0px;
    top: 15px;
}

.working-process-one__title .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.working-process-one__single:hover .working-process-one__title .icon span {
    transform: scale(0.9);
}

.working-process-one__title h3 {
    font-size: 24px;
    line-height: 30px;
}

.working-process-one__text {
    margin-bottom: 30px;
}

.working-process-one__btn {
    color: var(--thm-primary-color);
    line-height: 32px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: var(--thm-heading-font-family);
    font-weight: var(--thm-heading-font-weight);
}

.working-process-one__btn i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -1px;
}

.working-process-one__btn:hover {
    color: var(--thm-white);
}

.working-process-one__big-text {
    position: absolute;
    right: 26px;
    bottom: 21px;
    color: rgba(255, 255, 255, .1);
    font-size: 68px;
    line-height: 0.8em;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.working-process-one .swiper-container {
    overflow: inherit;
    visibility: visible;
}


/*=================================
    Working Process Four Css
===================================*/
.working-process-four {
    padding: 100px 0 120px 0;
}

.working-process-four__single {
    background-color: var(--black-bg);
    padding: 40px;
    border-radius: 12px;
}

.working-process-four__single-icon svg path {
    transition: 0.3s all ease-in-out;
}

.working-process-four__single:hover .working-process-four__single-icon svg path {
    fill: var(--thm-primary-color);
}

.working-process-four__single-title {
    font-size: 24px;
    padding: 24px 0 18px 0;
}

.working-process-four__thumb {
    margin-bottom: -540px;
    margin-top: 30px;
}


/*====================================================================
    27. Feature CSS
======================================================================*/

/*====================================================================
    Feature One
======================================================================*/
.feature-one {
    position: relative;
    display: block;
    padding: 38px 0px 34px;
    background: var(--thm-black);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    overflow-x: hidden;
}

.feature-one__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.feature-one__wrap:hover .feature-one__title-box {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.feature-one__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    -webkit-animation: slide-left 10s linear infinite;
    animation: slide-left 10s linear infinite;
}

.feature-one__wrap .feature-one__title-box {
    padding: 0;
}

.feature-one__title-box>* {
    margin: 0 20px;
}

.feature-one__title {
    position: relative;
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.feature-one__title span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 40px;
}

.feature-one__title .icon-one {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    margin-left: 2px;
}

@keyframes slide-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/*====================================================================
    Marquee
======================================================================*/

.heading-slide {
    padding: 12px 0;
    background: var(--thm-black);
}

.heading-slide__title {
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-family: var(--thm-heading-font-family);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
}

.heading-slide__icon {
    display: flex;
    align-items: center;
    height: 100%;
}

.heading-slide__active .swiper-wrapper {
    transition-timing-function: linear;
    display: flex;
    align-items: center;
}

.heading-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}

/*====================================================================
    28. Faq Css
======================================================================*/

/*====================================================================
    Faq One
======================================================================*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0px 100px;
    z-index: 1;
}

.faq-one__inner {
    position: relative;
    display: block;
}

.faq-one__accrodion {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    cursor: pointer;
    padding: 17px 0px 15px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title h2 {
    position: relative;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title h2::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
    font-family: 'icomoon' !important;
    color: var(--thm-primary-color);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
    content: "\e921";
}

.faq-one__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e922";
    font-family: 'icomoon' !important;
    color: var(--thm-primary-color);
}


.faq-one__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 27px 0px 15px;
}

.faq-one__accrodion .accrodion.active .accrodion-content {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner p {
    margin: 0;
}


/*====================================================================
    Faq Two
======================================================================*/
.faq-two {
    position: relative;
    display: block;
}

.faq-two__thumb {
    margin-top: 50px;
}

.faq-two__thumb img {
    border-radius: 12px;
}

.faq-two__inner {
    position: relative;
    display: block;
}

.faq-two__accrodion {
    position: relative;
    display: block;
}

.faq-two__accrodion .accrodion {
    position: relative;
    display: block;
    overflow: hidden;
    border: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 20px 0 20px;
    cursor: pointer;
    color: var(--thm-white);
    font-family: var(--thm-title-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-top: 1px solid var(--thm-border);
}

.faq-two__accrodion .accrodion:last-child .accrodion-content {
    border-bottom: 1px solid var(--thm-border);
}

.faq-two__accrodion .accrodion.active .accrodion-title {
    padding: 20px 0 0;
}

.faq-two__accrodion .accrodion .accrodion-title h2 {
    position: relative;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-two__accrodion .accrodion.active .accrodion-title h2 {
    color: var(--thm-primary-color);
}

.faq-two__accrodion .accrodion .accrodion-title .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-two__accrodion .accrodion .accrodion-title .arrow-down {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.faq-two__accrodion .accrodion.active .accrodion-title .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}


.faq-two__accrodion .accrodion.active .accrodion-title .arrow-down {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.faq-two__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 5px 0px 20px;
}

.faq-two__accrodion .accrodion.active .accrodion-content {
    position: relative;
    display: block;
}

.faq-two__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-two__accrodion .accrodion .accrodion-content .inner p {
    margin: 0;
}




/*====================================================================
    29. Why Choose Us
======================================================================*/
/*====================================================================
     Why Choose Us three
======================================================================*/
.wcy-three {
    background-color: var(--black-bg);
    padding: 120px 0;
    border-radius: 16px 16px 0 0;
}

.wcu-three-content {
    padding-right: 60px;
}

.wcu-three-content .section-title__two {
    padding-bottom: 30px;
}

.wcu-three-content__list-wrapper {
    padding-left: 50px;
    position: relative;
}

.wcu-three-content__list-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    border-radius: 999px;
    content: "";
    background-color: var(--thm-body-background);
}

.wcu-three-content__list-wrapper::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 6px;
    border-radius: 999px;
    content: "";
    background-color: var(--thm-primary-color);
}

.wcu-three-content__list {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.wcu-three-content__list-icon {
    height: 60px;
    width: 60px;
    background-color: var(--thm-body-background);
    border-radius: 4px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wcu-three-content__list-icon.active {
    background-color: var(--thm-primary-color);
}

.wcu-three-content__list-content h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.wcu-three-content__list-content p {
    max-width: 330px;
}

.wcu-three__thumb-wrapper {
    padding: 30px 0 0 52px;
    position: relative;
}

.wcu-three__thumb-one img {
    width: 100%;
    border-radius: 20px;
}

.wcu-three__thumb-two {
    position: absolute;
    left: 0;
    top: 0;
}

.wcu-three__thumb-shape {
    position: absolute;
    right: -30px;
    top: 0;
}

/*====================================================================
    30. Video
======================================================================*/
.video-one {
    position: relative;
}

.video-one__thumb {
    padding: 60px 40px 0;
    border-radius: 16px;
    position: relative;
}

.video-one__thumb img {
    border-radius: 16px;
}

.video-one__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}



.video-one__video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 50%;
    z-index: 5;
}

.video-one__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}



.video-one__video-text {
    position: relative;
    padding: 11px;
    background: var(--dark-color);
    border-radius: 50%;
    z-index: 1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #5f4b84;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    border: 0;
}

.fixed-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.fixed-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to right,transparent,#000);
}

.banner-content.text-center {
    margin-bottom: 80px;
}

.row.gutter-y-30.project-one__gap {
    margin-bottom: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #493868;
    border-color: #493868;
    padding: 15px 45px;
    font-size: 25px;
}

.big-title {
    max-width: 70%;
    text-align: right;
}


.socials {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
}

.socials a {
    color:#fff;
    font-size:22px;
}

.breadcrum-area {background: #61498a2e;border-radius: 0 0 50% 50%;}

.breadcrumb {
    flex-direction: column;
    justify-content: center;
    height: 240px;
    padding-top: 90px;
}

h1.title.h2 {
    margin: 11px 0 0 0;
    font-size: 44px;
}

.breadcrumb ul li {
    font-size: 13px;
}

.breadcrumb ul li i {
    margin: 0 5px;
    font-size: 9px;
}

section.map iframe {
    width: 100%;
    padding: b;
}

.service-details__content * {
    padding: revert;
    margin: revert;
}
.con-contents {
    display: flex;
    flex-wrap: wrap;
}

.cbox {
    flex: 1;
    min-width: 100%;
    padding: 23px;
    border: 1px solid #ffffff3d;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.cbox h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
  .con-contents .icon-svg svg {width: 39px;he;height: 39px;}


.cbox-con {
    flex: 1;
    margin-inline-start: 20px;
}

.single-sidebar-box.single-sidebar__service * {
    max-width: 100%;
   
}
.single-sidebar-box.single-sidebar__service input {
    background:none;
    border: 1px solid #ffffff30;
    margin: 11px 0;
}
.single-sidebar-box.single-sidebar__service textarea {
     max-height: 70px;
    background:none;
        border: 1px solid #ffffff30;
    margin: 11px 0;
}

.all-images >div {
    display: none;
}

div#tab-1 {
    display: flex;
}

.tabs {
    display: flex;
    margin: 0 0 50px 0;
    justify-content: center;
}

.tab {
    flex: 1;
    text-align: center;
    margin: 5px;
    background: #ffffff1c;
    padding: 15px;
    cursor: pointer;
    border-radius: 25px;
}

.tab.active {
    background: #ae6db7;
    color: #fff;
}
.image {
    margin: 15px 0 0 0;
}
@media(max-width:767px) {
    .breadcrumb {
        padding-top:0;
        height: auto;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

.social-link a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 10px;
    background: #ffffff21;
    color: #fff;
    border-radius: 50%;
}
.floating-container {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .floating-button {
      width: 60px;
      height: 60px;
      background-color: #5f4b84; /* WhatsApp green */
      color: #fff;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.2s;
    }

    .floating-button.phone {
      background-color: #5f4b84; /* Blue for phone */
    }

    .floating-button:hover {
      transform: scale(1.1);
      color: #fff;
    }

    .floating-button i {
      margin: 0;
    }
.banner-vide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-vide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-vide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #2e1647cc;
}

.cbox-con a {
    direction: ltr;
    display: inline-block;
    text-align: end;
}