/* CSS Index
============================
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
============================
*/

@import url('module-css/testimonial.css');

/*== Swiper Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 162px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 40px;
}

.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: 40px;
    border-radius: 20px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 400;
    border: 1px solid var(--thm-white);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 10px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 400;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    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;
}

/*=============================
	Sec Title CSS
===============================*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    /* padding-bottom: 57px; */
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sec-title .sub-title h5 {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
}


/*=============================
	Thm Btn
===============================*/
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 10px;
    background-color: transparent;
    color:white;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.018em;
    font-family: var(--thm-font);
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.thm-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: #895702;
    z-index: -1;
}

.thm-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.thm-btn:before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn:hover:before {
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
    color:#895702;
    -webkit-box-shadow: 2px 2px 20px 0px #895702;
    -moz-box-shadow: 2px 2px 20px 0px rgb(255, 255, 255);
    /* box-shadow: 2px 2px 20px 0px black; */
}


/*== Owl Nav Style1 Css ======*/
.owl-nav-style1.owl-theme .owl-nav {
    position: relative;
    display: block;
    margin-top: 0;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    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;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-next {
    margin-left: 15px;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev:hover,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.owl-nav-style1.owl-carousel .owl-nav button.owl-prev span,
.owl-nav-style1.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.owl-nav-style1.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 53px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    margin: 0px 10px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -1px;
    bottom: -5px;
    right: -1px;
    border-radius: 9px;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}


.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

hr {
    border-bottom: 1px solid var(--thm-primary);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-gray);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-gray);
    font-size: var(--thm-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-gray);
    font-size: var(--thm-font-size);
    opacity: 1;
}


.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary) 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);
}


.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.fix {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

/***
=============================================
   Search Popup
=============================================
***/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
    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;
    -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;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.95;
    cursor: pointer;
}

.search-popup__close-icon {
    position: absolute;
    top: 30px;
    right: 47px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999;
}

.search-popup__close-icon:hover {
    background: var(--thm-primary);
}

.search-popup__close-icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transform: rotate(45deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__close-icon:hover span {
    color: var(--thm-white);
}

.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-box {
    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);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .btn-box:hover {
    background: var(--thm-black);
}

.search-popup__content .btn-box 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-box:hover i::before {
    color: var(--thm-white);
}


/*=============================
	25. Preloader
===============================*/
#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: 4px solid var(--thm-primary);
    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);
    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;
}


/* 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);
    transition: 1s ease;
    border: none;
    font-size: 20px;
}

.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-black);
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background-color: var(--thm-body-background);
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
    position: relative;
    display: block;
}

.rating-box a {
    position: relative;
    color: #895702;
    font-size: 15px;
    line-height: 15px;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 0px;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    border: 1px solid rgba(var(--thm-gray-rgb), 0.6);
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 0%;
    color: var(--thm-gray);
    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-gray);
    font-size: 17px;
    font-weight: 700;
    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);
}


/***
=============================================
    xs 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.html), 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-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 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 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.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-primary);
    border-color: var(--thm-primary);
}

.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;
    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;
}

.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-white);
    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-white);
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary);
}

.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: block;
    width: 40px;
    height: 40px;
    background: var(--thm-white);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 40px;
    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);
    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-black);
}


/***
=============================================
Feauture One
=============================================
***/
.feauture-one {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 90px;
    z-index: 1;
}

.feauture-one__single {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    padding: 31px 40px 40px;
    margin-bottom: 30px;
    z-index: 1;
}

.feauture-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: var(--thm-black);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.feauture-one__single:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.feauture-one__single-text {
    position: relative;
    display: block;
    margin-bottom: 54px;
}

.feauture-one__single-text p {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-one__single:hover .feauture-one__single-text p {
    color: #848484;
}

.feauture-one__single-text h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
}

.feauture-one__single-text h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-one__single:hover .feauture-one__single-text h2 a {
    color: var(--thm-white);
}

.feauture-one__single-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feauture-one__single-bottom .btn-box {
    position: relative;
    display: block;
}

.feauture-one__single-bottom .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-one__single:hover .feauture-one__single-bottom .btn-box a {
    background: var(--thm-primary);
}

.feauture-one__single-bottom .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-one__single:hover .feauture-one__single-bottom .btn-box a span {
    color: var(--thm-white);
}

.feauture-one__single-bottom .icon-box {
    position: relative;
    display: block;
}

.feauture-one__single-bottom .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 50px;
    line-height: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-one__single:hover .feauture-one__single-bottom .icon-box span {
    color: var(--thm-white);
}




/***
=============================================
Feauture Three
=============================================
***/
.feauture-three {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.feauture-three .shape1 {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: -1;
}

.feauture-three .row {
    align-items: center;
}

.feauture-three__img {
    position: relative;
    display: block;
    margin-right: -20px;
}

.feauture-three__img .inner {
    position: relative;
    display: block;
}

.feauture-three__img .inner img {
    position: relative;
    max-width: none;
    float: right;
    border-radius: 30px;
    border: 13px solid var(--thm-black);
}

.feauture-three__content {
    position: relative;
    display: block;
    margin-left: 70px;
}

.feauture-three__content .sec-title {
    padding-bottom: 28px;
}

.feauture-three__content .text-box {
    position: relative;
    display: block;
}

.feauture-three__content .text-box p {
    margin: 0;
}

.feauture-three__content .btn-box {
    position: relative;
    display: block;
    margin-top: 45px;
}


/***
=============================================
Video One
=============================================
***/
.video-one {
    position: relative;
    display: block;
    padding: 250px 0px 0px;
    background: var(--thm-black);
    z-index: 1;
}

.video-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    text-align: center;
    z-index: -1;
}

.video-one .auto-container {
    max-width: 1620px;
    width: 100%;
}

.video-one__inner {
    position: relative;
    display: block;
    padding: 129px 0px 140px;
    z-index: 1;
}

.video-one__inner .shape1 {
    position: absolute;
    left: 635px;
    bottom: 185px;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.video-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #020d23;
    opacity: 0.6;
    content: "";
    z-index: -2;
}

.video-one__inner .title-box {
    position: relative;
    display: block;
}

.video-one__inner .title-box h2 {
    color: var(--thm-white);
    font-size: 80px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.video-one__video-btn {
    position: relative;
    display: block;
    margin-top: 37px;
}

.video-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    width: 140px;
    height: 140px;
    background: rgba(var(--thm-white-rgb), 0.15);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin: 0 auto;
}

.video-one__icon:hover {
    background: var(--thm-primary);
    color: var(--thm-white);
}

.video-one__icon::before,
.video-one__icon::after {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    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;
}

.video-one__icon::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
}

/***
=============================================
Feauture Two
=============================================
***/
.feauture-two {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    margin-top: -130px;
    margin-bottom: -130px;
    z-index: 3;
}

.feauture-two__single {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 100px 0px 100px;
    padding-right: 40px;
    overflow: hidden;
    box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.06);
    z-index: 1;
}

.feauture-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: var(--thm-primary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.feauture-two__single:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.feauture-two__single-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 210px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.feauture-two__single-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: #000000;
    opacity: 0;
    z-index: 1;
    content: "";
}

.feauture-two__single:hover .feauture-two__single-img:before {
    opacity: 0.5;
}

.feauture-two__single-img .icon-box {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--thm-black);
    border: 5px solid var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.feauture-two__single:hover .feauture-two__single-img .icon-box {
    background: var(--thm-white);
    border-color: var(--thm-primary);
}

.feauture-two__single-img .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 50px;
    line-height: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-two__single:hover .feauture-two__single-img .icon-box span {
    color: var(--thm-black);
}

.feauture-two__single-content {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
    float: right;
}

.feauture-two__single-content h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}

.feauture-two__single-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.feauture-two__single:hover .feauture-two__single-content h2 a {
    color: var(--thm-white);
}


/***
=============================================
Faq One
=============================================
***/
.faq-one {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    padding: 120px 0px 250px;
    overflow: hidden;
    z-index: 1;
}

.faq-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: -1;
}

.faq-one__inner {
    position: relative;
    display: block;
}

.faq-one__inner .big-title {
    position: absolute;
    top: 0;
    left: -180px;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.faq-one__inner .big-title h2 {
    color: #eaeaea;
    font-size: 200px;
    line-height: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-one__accrodion {
    position: relative;
    display: block;
    max-width: 870px;
    width: 100%;
    float: right;
}

.faq-one__accrodion .accrodion {
    position: relative;
    display: block;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.faq-one__accrodion .accrodion:last-child {
    margin-bottom: 0px;
}

.faq-one__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 500ms ease;
    background: #ffffff;
    border-radius: 0px;
    padding-top: 23px;
    padding-left: 40px;
    padding-bottom: 22px;
    padding-right: 40px;
}

.faq-one__accrodion .accrodion .accrodion-title.active {
    padding-bottom: 22px;
}

.faq-one__accrodion .accrodion .accrodion-title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms ease;
}

.faq-one__accrodion .accrodion .accrodion-title h3::before {
    position: absolute;
    top: 50%;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--thm-primary);
    border: 0px solid var(--thm-primary);
    border-radius: 0%;
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
    font-family: 'icomoon' !important;
    content: "\e90d";
}

.faq-one__accrodion .accrodion.active .accrodion-title h3::before {
    content: "\e911";
    font-family: 'icomoon' !important;
    color: var(--thm-white);
    background: var(--thm-black);
}


.faq-one__accrodion .accrodion .accrodion-content {
    position: relative;
    display: none;
    padding-top: 0px;
    padding-left: 40px;
    padding-bottom: 39px;
    padding-right: 40px;
    background: #ffffff;
}

.faq-one__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 22px 30px 22px;
}

.faq-one__accrodion .accrodion .accrodion-content .inner p {
    margin: 0;
    color: var(--thm-black);
}

/*=============================
	Project One CSS
===============================*/
.project-one {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 90px;
    z-index: 1;
}

.project-one .auto-container {
    max-width: 1940px;
    width: 100%;
    padding: 0px 5px;
}

.project-one .row {
    --bs-gutter-x: 10px;
}

.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-one__single-img::before {
    position: absolute;
    top: 20px;
    left: 15px;
    bottom: 20px;
    right: 15px;
    background: rgba(var(--thm-black-rgb), 0.9);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    content: "";
    z-index: 1;
}

.project-one__single:hover .project-one__single-img::before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    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-img img {
    width: 100%;
    transition: .7s ease;
    transform: scale(1.0);
}

.project-one__single:hover .project-one__single-img img {
    transform: scale(1.08);
}

.project-one__single .overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 800ms ease;
    z-index: 5;
}

.project-one__single:hover .overlay-btn {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__single .overlay-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-white);
    color: var(--thm-black);
    z-index: 1;
}

.project-one__single .overlay-btn a:hover {
    color: var(--thm-white);
}

.project-one__single .overlay-btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0%;
    background: var(--thm-primary);
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    content: "";
    z-index: -1;
}

.project-one__single .overlay-btn a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.project-one__single .overlay-btn a+a {
    margin-left: 10px;
}

.project-one__single .overlay-btn a span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}

.project-one__single .overlay-text {
    position: absolute;
    left: 55px;
    bottom: 55px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 800ms ease;
    z-index: 5;
}

.project-one__single:hover .overlay-text {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__single .overlay-text p {
    color: #abafb5;
    text-transform: capitalize;
}

.project-one__single .overlay-text h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-one__single .overlay-text h2 a {
    color: var(--thm-white);
}

.project-one__single .overlay-text h2 a:hover {
    color: var(--thm-primary);
}

/***
=============================================
Call To Action One
=============================================
***/
.call-to-action-one {
    position: relative;
    display: block;
    padding: 161px 0px 180px;
    z-index: 1;
}

.call-to-action-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.call-to-action-one__bg::before {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: rgba(var(--thm-white-rgb), 0.1);
    content: "";
}

.call-to-action-one__inner {
    position: relative;
    display: block;
}

.call-to-action-one__content {
    position: relative;
    display: block;
}

.call-to-action-one__content h2 {
    color: var(--thm-white);
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 9px;
}

.call-to-action-one__content h3 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}

.call-to-action-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 39px;
}

.call-to-action-one__content .btn-box .thm-btn:before {
    background: var(--thm-primary);
}

.call-to-action-one__content .btn-box .thm-btn:after {
    background-color: var(--thm-black);
}

/***
=============================================
Why Choose Us One
=============================================
***/
.why-choose-us-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.why-choose-us-one .row {
    align-items: center;
}

.why-choose-us-one__img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-us-one__img .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.why-choose-us-one__img ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.why-choose-us-one__img ul li {
    position: relative;
    display: block;
    padding: 0px 5px 0px;
}

.why-choose-us-one__img ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.why-choose-us-one__img ul li .img-box::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 8;
    pointer-events: none;
}

.why-choose-us-one__img ul li .img-box:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-us-one__img ul li .img-box img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-us-one__img ul li .img-box:hover img {
    transform: scale(1);
}


.why-choose-us-one__content {
    position: relative;
    display: block;
    margin-left: 70px;
}

.why-choose-us-one__content ul {
    position: relative;
    display: block;
}

.why-choose-us-one__content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dedede;
    margin-bottom: 41px;
    padding-bottom: 40px;
}

.why-choose-us-one__content ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.why-choose-us-one__content ul li:last-child {
    border-bottom: none;
}

.why-choose-us-one__content ul li .inner {
    position: relative;
    display: block;
    padding-left: 100px;
}

.why-choose-us-one__content ul li .inner .icon-box {
    position: absolute;
    top: 8px;
    left: 0;
}

.why-choose-us-one__content ul li .inner .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 65px;
    line-height: 65px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-us-one__content ul li:hover .inner .icon-box span {
    color: var(--thm-primary);
    transform: scale(0.9);
}

.why-choose-us-one__content ul li .inner .content-box {
    position: relative;
    display: block;
}

.why-choose-us-one__content ul li .inner .content-box h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 7px;
}

.why-choose-us-one__content ul li .inner .content-box p {
    margin: 0;
}

/***
=============================================
Contact One
=============================================
***/
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0px 50px;
    z-index: 1;
}

.contact-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 170px;
    right: 0;
    background: var(--thm-gray-bg);
    content: "";
    z-index: -1;
}

.contact-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 170px;
    right: 0;
    opacity: 0.6;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.contact-one__bg {
    position: absolute;
    top: 120px;
    left: 0px;
    bottom: 170px;
    right: 0;
    width: calc((100% - 74px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.contact-one__counter {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.contact-one__counter ul {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__counter ul li {
    position: relative;
    display: block;
    width: 270px;
    background: var(--thm-black);
    padding: 26px 40px 38px;
}

.contact-one__counter ul li:last-child {
    background: var(--thm-primary);
}

.contact-one__counter ul li .content-box {
    position: relative;
    display: block;
}

.contact-one__counter ul li .content-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 2px;
}

.contact-one__counter ul li .content-box h2 .plus {
    position: relative;
    display: inline-block;
    right: 7px;
}

.contact-one__counter ul li .content-box p {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.contact-one__img {
    position: absolute;
    right: 0;
    bottom: 170px;
    z-index: -1;
}

.contact-one__inner {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    background: var(--thm-white);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 73px 80px 80px;
    float: right;
    z-index: 1;
}

.contact-one__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.contact-one__form .title-box p {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.contact-one__form .title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.04em;
}

.contact-one__form form {
    position: relative;
}

.contact-one__form form .form-group {
    position: relative;
    margin-bottom: 20px;
}


.contact-one__form form .form-group input[type="text"],
.contact-one__form form .form-group input[type="email"],
.contact-one__form form .form-group input[type="tel"],
.contact-one__form form .form-group input[type="url"],
.contact-one__form form .form-group textarea {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    text-transform: none;
    padding: 0px 30px 0px;
    width: 100%;
    height: 60px;
    background-color: var(--thm-gray-bg);
    border-radius: 0px;
    outline: none;
    border: none;
    font-family: var(--thm-font);
}

.contact-one__form form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 21px;
}

/***
=============================================
Pricing One
=============================================
***/
.pricing-one {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}

.pricing-one__single {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    border: 1px solid #dcdcdc;
    padding: 15px 15px 60px;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0.9) rotateX(0deg);
    transition: all 0.4s linear;
    background: transparent;
    border: 1px solid var(--thm-primary);
    opacity: 0;
    border-radius: 0px;
    content: "";
    z-index: -1;
}

.pricing-one__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.pricing-one__single-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 265px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.pricing-one__single .table-header {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 35px 45px 45px;
}

.pricing-one__single .table-header h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .table-header h2 {
    color: var(--thm-primary);
}

.pricing-one__single .table-header h2 span {
    font-size: 18px;
}

.pricing-one__single .table-header p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.table-header-bottom {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 37px;
}

.table-header-bottom .icon-box {
    position: relative;
    display: block;
}

.table-header-bottom .icon-box img {
    width: auto;
}

.table-header-bottom .text-box {
    position: relative;
    display: block;
    width: 125px;
    background: var(--thm-white);
    box-shadow: 0px 0px 14px 0px rgba(4, 23, 26, 0.08);
    text-align: center;
    padding: 3px 0px 2px;
}

.table-header-bottom .text-box p {
    color: var(--thm-black);
    font-weight: 700;
}

.pricing-one__single .table-content {
    position: relative;
    display: block;
    padding: 33px 40px 35px;
    padding-right: 20px;
}

.pricing-one__single .table-content ul {
    position: relative;
    display: block;
}

.pricing-one__single .table-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.pricing-one__single .table-content ul li .icon-box {
    position: relative;
    display: block;
}

.pricing-one__single .table-content ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 20px;
}

.pricing-one__single .table-content ul li .text-box {
    position: relative;
    display: block;
    margin-left: 12px;
}

.pricing-one__single .table-content ul li .text-box p {
    margin: 0;
}

.pricing-one__single .table-footer {
    position: relative;
    display: block;
    padding-left: 40px;
}

.pricing-one__single .table-footer .btn-box {
    position: relative;
    display: block;
}

.pricing-one__single .table-footer .btn-box .thm-btn::before {
    background: var(--thm-primary);
}

.pricing-one__single .table-footer .btn-box .thm-btn::after {
    background: var(--thm-black);
}

/***
=============================================
Feauture Style2
=============================================
***/
.feauture-one.style2 {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
}

.feauture-one.style2 .feauture-one__single {
    background: var(--thm-white);
    box-shadow: 0px 4px 60px 0px rgba(4, 23, 26, 0.08);
}

.feauture-one.style2 .feauture-one__single-bottom .btn-box a {
    background: var(--thm-gray-bg);
}

.feauture-one.style2 .feauture-one__single:hover .feauture-one__single-bottom .btn-box a {
    background: var(--thm-primary);
}

/***
=============================================
Video Two
=============================================
***/
.video-one--two {
    position: relative;
    display: block;
    padding-top: 102px;
}

/*=============================
Scrolling Text One Css
===============================*/
.scrolling-text-one {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.scrolling-text-one__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.scrolling-text-one__wrap:hover .scrolling-text-one__title {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.scrolling-text-one__title {
    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 20s linear infinite;
    animation: slide-left 20s linear infinite;
}

.scrolling-text-one__wrap .scrolling-text-one__title {
    padding: 0;
    -webkit-animation: slide-left 20s linear infinite;
    animation: slide-left 20s linear infinite;
}

.scrolling-text-one__title h2 {
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--thm-white-rgb), 0.4);
    font-size: 100px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


@keyframes slide-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/*=============================
Feauture Four Css
===============================*/
.feauture-two.style4 {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

/*=============================
Awards One Css
===============================*/
.awards-one {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 120px 0px 120px;
    z-index: 1;
}

.awards-one__inner {
    position: relative;
    display: block;
}

.awards-one__inner ul {
    position: relative;
    display: block;
}

.awards-one__single {
    position: relative;
}

.awards-one__inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2e3540;
    padding: 33px 0px 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.awards-one__inner ul li::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 2px;
    background: var(--thm-primary);
    transform: scaleX(0.9) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 0;
    content: "";
}

.awards-one__inner ul li:hover::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.awards-one__inner ul li:first-child {
    border-top: 2px solid #2e3540;
}

.awards-one__inner ul li .content-box {
    position: relative;
    display: flex;
    align-items: center;
}

.awards-one__inner ul li .date-box {
    position: relative;
    display: block;
    text-align: center;
}

.awards-one__inner ul li .date-box span {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.awards-one__inner ul li .date-box h2 {
    color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.awards-one__inner ul li .logo-box {
    position: relative;
    display: block;
    margin-left: 130px;
}

.awards-one__inner ul li .logo-box img {
    width: 100%;
}

.awards-one__inner ul li .text-box {
    position: relative;
    display: block;
    margin-left: 130px;
}

.awards-one__inner ul li .text-box p {
    color: var(--thm-white);
}

.awards-one__inner ul li .text-box h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.awards-one__inner ul li .text-box h2 a {
    color: var(--thm-white);
}

.awards-one__inner ul li .text-box h2 a:hover {
    color: var(--thm-primary);
}

.awards-one__img {
    position: absolute;
    width: 220px;
    height: 95px;
    top: 50px;
    left: 185px;
    pointer-events: none;
    transform: translate(-100%, -50%);
    overflow: hidden;
    border-radius: 0%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s ease-out;
    z-index: 9;
}

.awards-one__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform .4s ease-out;
}

/*=============================
Project Two Css
===============================*/
.project-two {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background: var(--thm-black);
    z-index: 1;
}



.project-two .container {
    overflow: hidden;
}

.project-two .overlay-content {
    position: absolute;
    left: 0;
    bottom: 29px;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 800ms ease;
    z-index: 5;
}

.project-two .swiper-slide-active .overlay-content {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-two .overlay-content p {
    color: var(--thm-white);
}

.project-two .overlay-content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-two .overlay-content h2 a {
    color: var(--thm-white);
}

























/*=============================
Project Three Css
===============================*/
.project-three {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 1;
}

.project-three .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}

.project-three::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-gray-bg);
    height: 510px;
    content: "";
    z-index: -1;
}

.project-three__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 57px;
}

.project-three__top .sec-title {
    padding-bottom: 0px;
}

.project-three__top .btn-box {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.project-three__top .btn-box a {
    color: var(--thm-primary);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    text-decoration: underline;
}


.project-three__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.project-three__box li {
    position: relative;
    flex: 0 0 50%;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.project-three__box li.active {
    flex: 0 0 50%;
}

.project-three__single-inner {
    position: relative;
    display: block;
    min-height: 550px;
}

.project-three__single-inner .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thm-black);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(540px) rotateX(-10deg);
    -ms-transform: perspective(540px) rotateX(-10deg);
    transform: perspective(540px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.project-three__single-inner:hover .bg-overlay {
    opacity: 0.65;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.project-three__box li.active .project-three__single-inner .bg-overlay {
    opacity: 0.65;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.project-three__single-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.project-three__overlay-icon {
    position: absolute;
    top: 40px;
    right: 25px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 5;
}

.project-three__box li.active .project-three__overlay-icon {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.project-three__overlay-icon ul {
    position: relative;
    display: block;
}

.project-three__overlay-icon ul>li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.project-three__overlay-icon ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-white);
    z-index: 1;
}

.project-three__overlay-icon ul>li>a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0%;
    background: var(--thm-primary);
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    content: "";
    z-index: -1;
}

.project-three__overlay-icon ul>li>a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.project-three__overlay-icon ul>li>a span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__overlay-icon ul>li>a:hover span {
    color: var(--thm-white);
}

.project-three__single-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--thm-white);
    padding: 33px 40px 31px;
    padding-right: 110px;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -ms-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    transition-property: all;
    opacity: 0;
    z-index: 3;
}

.project-three__box li.active .project-three__single-content {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .6s;
    transition-property: all;
    opacity: 1;
}

.project-three__single-content p {
    margin: 0;
    line-height: 26px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 700ms ease;
}

.project-three__box li.active .project-three__single-content p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 900ms;
}

.project-three__single-content h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(2rem);
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 0.5s;
}

.project-three__box li.active .project-three__single-content h2 {
    text-transform: capitalize;
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}

.project-three__single-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__single-content h2 a:hover {
    color: var(--thm-primary);
}


#project-three__pagination {
    position: relative;
    display: block;
    text-align: center;
    max-width: 730px;
    margin: 0 auto !important;
    background: #e6e6e6;
    border-radius: 0px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    margin-top: 60px !important;
}

#project-three__pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 33.333%;
    height: 2px;
    float: left;
    background: transparent;
    border-radius: 0px;
    transition: all 500ms ease;
}

#project-three__pagination .swiper-pagination-bullet-active {
    background: var(--thm-primary);
}





















/*=============================
About One About Css
===============================*/
.about-one--about {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

/*=============================
Brand Two About Css
===============================*/
.brand-one--two.about {
    position: relative;
    display: block;
    padding-top: 116px;
    z-index: 1;
}

/*=============================
Testimonials Two Testimonials Css
===============================*/
.testimonials-two--testimonials {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.testimonials-two--testimonials .testimonials-two__single {
    margin-bottom: 30px;
}

/*=============================
Cta One Css
===============================*/
.cta-one {
    position: relative;
    display: block;
    background: var(--thm-primary);
    padding: 49px 0px 49px;
    z-index: 1;
}

.cta-one__pattern {
    position: absolute;
    top: 0;
    left: 140px;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.12;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-one__content {
    position: relative;
    display: block;
}

.cta-one__content h2 {
    color: var(--thm-white);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.cta-one__btn {
    position: relative;
    display: block;
}

.cta-one__btn .thm-btn:after {
    background-color: transparent;
    border: 1px solid var(--thm-white);
}

/*=============================
Faq One Faq Css
===============================*/
.faq-one--faq {
    position: relative;
    display: block;
    padding-bottom: 120px;
}




/*** 
=============================================
Project Four Css
=============================================
***/
.project-three--project.style4 {
    position: relative;
    display: block;
    padding-top: 0px;
}