/* 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
============================
*/


/*=============================
	1.Google Fonts
===============================*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&amp;display=swap');


/*** 
====================================================================
	Css Files
====================================================================
***/
/* Module Css */
@import url('module-css/header.css');
@import url('module-css/footer.css');
@import url('module-css/services.css');
@import url('module-css/about.css');
@import url('module-css/banner.css');
@import url('module-css/blog.css');
@import url('module-css/breadcrumb.css');
@import url('module-css/contact.css');
@import url('module-css/fact-counter.css');
@import url('module-css/partner.css');
@import url('module-css/testimonial.css');
@import url('module-css/team.css');


/*=============================
	1. Variable CSS
===============================*/
:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-primary: #fc7320;
    --thm-primary-rgb: 233, 11, 53;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-black: #11161f;
    --thm-black-rgb: 17, 22, 31;
    --thm-gray: #767676;
    --thm-gray-rgb: 118, 118, 118;
    --thm-gray-bg: #f5f5f8;
    --thm-gray-bg-rgb: 245, 245, 248;
    --thm-font-size: 16px;
    --thm-font-weight: 400;
    --thm-white-bg: #ffffff;
    --thm-heading-font-weight: 700;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
}

body {
    font-family: var(--thm-font);
    font-weight: var(--thm-font-weight);
    font-size: var(--thm-font-size);
    line-height: 30px;
    color: #000;
    background-color: white !important;
    font-style: normal;
}

p {
    font-size: var(--thm-font-size);
    font-weight: var(--thm-font-weight);
    line-height: 30px;
    color: #000;
    margin-bottom: 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;
}

button {
    outline: none;
    border: 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);
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary);
    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-font);
    color: #000;
    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: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*container*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.auto-container {
   max-width: 1140px!important;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
.auto-container {
   max-width: 1140px!important;
}
.pbmit-service-style-6 .pbmit-service-title {
    font-size: 17px!important;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
.auto-container {
   max-width: 1280px!important;
}
.pbmit-service-style-6 .pbmit-service-title {
    font-size: 17px!important;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
.auto-container {
   max-width: 1500px!important;
}
}
/*== 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;
    padding-bottom: 30px;
}

.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;
}

.sec-title h2 {
    color: #000;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.04em;
    letter-spacing: 1px;
}


/*=============================
	Thm Btn
===============================*/
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.018em;
    font-family: var(--thm-font);
    border-radius: 10px;
    -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: linear-gradient(to bottom, #A8E063 0%, #4CAF50 50%, #1E5631 100%);
    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: var(--thm-white);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}


/*== 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: black;
    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: #3399ff;
    color: #fff;
}
*::-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);
}

.auto-container {
    position: static;
    max-width: 1560px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

/* Bootstrap 5 */
.container {
/*    max-width: 1200px;*/
    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;
}

.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: 25px;
    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: 85px;
}

.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: var(--thm-primary);
    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: 40px 0px 40px;
    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: 20px;
    padding-bottom: 20px;
}

.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: #fc7320;
    font-size: 54px;
    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: 10px 0px 20px;
    z-index: 1;
}

.contact-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background: var(--thm-gray-bg);
    content: "";
    z-index: -1;
}

.contact-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    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: 50px;
    left: 0px;
    bottom: 50px;
    right: 0;
    width: calc((100% - 74px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background: #d0d0d0;
    background-size: cover;
    background-position: center;
}

.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;
    max-width: 270px;
    background: #000;
    padding: 26px 16px 26px;
}

.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;
    /*letter-spacing: 4px;*/
}

.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: 600px;
    width: 100%;
    background: var(--thm-white);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 20px 36px 20px;
    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 .sec-title h2 {
    color: var(--thm-white);
}

.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: 60px 0px 60px;
    background: var(--thm-black);
    z-index: 1;
}

.project-two .sec-title h2 {
    color: var(--thm-white);
}

.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 {
    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: #008036;
    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 Details Css
===============================*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.project-details__inner {
    position: relative;
    display: block;
}

.project-details-img {
    position: relative;
    display: block;
}

.project-details-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-details-img .inner img {
    width: 100%;
}


.project-details__text1 {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 43px 45px 42px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -60px;
    z-index: 5;
}

.project-details__text1>ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-details__text1>ul>li {
    position: relative;
    display: block;
}

.project-details__text1>ul>li .text-box {
    position: relative;
    display: block;
}

.project-details__text1>ul>li .text-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.014em;
}

.project-details__text1>ul>li .text-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.project-details__text1>ul>li .social-links {
    position: relative;
    display: block;
    line-height: 0;
}

.project-details__text1>ul>li .social-links>li {
    position: relative;
    display: inline-block;
}

.project-details__text1>ul>li .social-links>li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #4661c5;
    border-radius: 50%;
    color: var(--thm-white);
    float: left;
}

.project-details__text1>ul>li .social-links>li a.tw {
    background: #1da1f2;
}

.project-details__text1>ul>li .social-links>li a.ins {
    background: #ff2e2e;
}

.project-details__text1>ul>li .social-links>li a.in {
    background: #0073b0;
}

.project-details__text1>ul>li .social-links>li a+a {
    margin-left: 15px;
}

.project-details__text1>ul>li .social-links>li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}


.project-details__text2 {
    position: relative;
    display: block;
    margin-top: 39px;
}

.project-details__text2 h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 33px;
}

.project-details__text2 p {
    margin: 0;
}


.project-details__text2-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.project-details__text2-bottom .tag-box {
    position: relative;
    display: block;
}

.project-details__text2-bottom .tag-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-weight: 16px;
    line-height: 35px;
    font-weight: 400;
    padding: 0px 20px 0px;
    background: var(--thm-gray-bg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-details__text2-bottom .tag-box a:hover {
    color: var(--thm-white);
    background: var(--thm-primary);
}

.project-details__text2-bottom .tag-box a+a {
    margin-left: 5px;
}

.project-details__text2-bottom .icon-box {
    position: relative;
    display: block;
}

.project-details__text2-bottom .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--thm-black);
    color: var(--thm-white);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.project-details__text2-bottom .icon-box a:hover {
    color: var(--thm-white);
    background: var(--thm-primary);
}

.project-details__text2-bottom .icon-box a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}


.project-details__previous-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.project-details__previous-next .single-box {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__previous-next .single-box .icon-box {
    position: relative;
    display: block;
}

.project-details__previous-next .single-box .icon-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-details__previous-next .single-box .icon-box a:hover {
    color: var(--thm-primary);
}

.project-details__previous-next .single-box .icon-box a span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}

.project-details__previous-next .single-box .text-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.project-details__previous-next .single-box .text-box p {
    margin: 0;
}

.project-details__previous-next .single-box .text-box h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-details__previous-next .single-box .text-box h4 a {
    color: var(--thm-black);
}

.project-details__previous-next .single-box .text-box h4 a:hover {
    color: var(--thm-primary);
}

.project-details__previous-next .single-box.next {
    position: relative;
}

.project-details__previous-next .single-box.next .text-box {
    text-align: right;
    margin-left: 0;
    margin-right: 30px;
}


/***
=====================================================
Shop Page
=====================================================
***/
.shop-page {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.shop-page__top {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.shop-page__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--thm-gray-bg);
    padding: 0px 30px 0px;
    border-radius: 5px;
}

.shop-page__top-left {
    position: relative;
    display: block;
}

.shop-page__top-left p {
    color: var(--thm-black);
    margin: 0;
}

.shop-page__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
}

.product-view-style {
    position: relative;
    display: block;
    padding-left: 23px;
    margin-left: 7px;
    max-width: 80px;
    width: 100%;
}

.product-view-style::before {
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 1px;
    width: 1px;
    background: var(--thm-gray);
    content: "";
}

.product-view-style li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.product-view-style li:last-child {
    margin-right: 0;
}

.product-view-style li a {
    position: relative;
    display: block;
    border-radius: 0%;
    color: var(--thm-black);
    font-size: 16px;
    text-align: center;
    transition: all 300ms ease 100ms;
}

.product-view-style li a:hover {
    color: var(--thm-primary);
}

.shop-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.shop-page__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
    z-index: 1;
}

.shop-page__single-img::before {
    position: absolute;
    top: 0%;
    right: 0%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    -webkit-transform: translateX(-50%, -50%);
    transform: translateX(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.shop-page__single:hover .shop-page__single-img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.shop-page__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.shop-page__single:hover .shop-page__single-img img {
    transform: scale(1.1) rotate(1deg);
}

.shop-page__single-img .text {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-white);
    font-size: 14px;
    width: 55px;
    height: 25px;
    border-radius: 25px;
    background: var(--thm-primary);
    z-index: 5;
}

.shop-page__single-img .btn-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    transition: 700ms ease;
    z-index: 2;
}

.shop-page__single:hover .shop-page__single-img .btn-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.shop-page__single-img .btn-box a {
    position: relative;
    display: block;
    line-height: 55px;
    background-color: var(--thm-black);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    padding: 0px 40px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-page__single-img .btn-box a:hover {
    background: var(--thm-primary);
}

.shop-page__single-content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
    padding: 32px 25px 32px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.shop-page__single-content .text-box {
    position: relative;
    display: block;
}

.shop-page__single-content .text-box h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 2px;
}

.shop-page__single-content .text-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-page__single-content .text-box h4 a:hover {
    color: var(--thm-primary);
}

.shop-page__single-content .text-box p {
    color: var(--thm-primary);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.shop-page__single-content .rating-box {
    position: relative;
    display: block;
}

/***
=====================================================
Shop Details
=====================================================
***/
.shop-details {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.shop-details__top {
    position: relative;
    display: block;
}

.shop-details__top-img {
    position: relative;
    display: block;
}

.shop-details__top-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-details__link {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
}

.shop-details__link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--thm-black);
    border-radius: 50%;
}

.shop-details__link a span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 18px;
}

.shop-details__top-img .inner img {
    width: 100%;
}


.shop-details__top-content {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: -10px;
}

.shop-details__top-content-text1 {
    position: relative;
    display: block;
}

.shop-details__top-content-text1 h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.shop-details__review {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details__review .rating-box {
    position: relative;
    display: block;
}

.shop-details__review .text-box {
    position: relative;
    display: block;
    margin-left: 13px;
}

.shop-details__review .text-box p {
    margin: 0;
}

.shop-details__top-content-text1 h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 10px;
}

.shop-details__top-content-text1 p {
    margin: 0;
}

.shop-details__top-content-text2 {
    position: relative;
    display: block;
    margin-top: 23px;
}

.shop-details__top-content-text2 h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
}

.shop-details__top-content-text2 p {
    color: var(--thm-primary);
    margin: 0;
}

.shop-details__top-content-text3 {
    position: relative;
    display: block;
    margin-top: 25px;
}

.shop-details__top-content-text3 .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details__top-content-text3 .product-quantity {
    position: relative;
    display: block;
}

.shop-details__top-content-text3 .product-quantity-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--thm-gray);
    border-radius: 0px;
    padding-left: 1px;
}

.shop-details__top-content-text3 .product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 102px;
    height: 60px;
}

.shop-details__top-content-text3 .product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 30px;
    flex: none;
    height: 60px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    margin: 0 auto;
    text-align: center;
    border: none;
    font-family: var(--thm-font);
    z-index: 5;
    left: 11px;
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: absolute;
    top: 19px;
    right: 23px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-left: none;
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    border-right: none;
}

.shop-details__top-content-text3 .product-quantity-box .form-control {
    background: transparent;
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 1px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-family: 'icomoon' !important;
    content: "\e934";
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    transform: rotate(0deg);
}

.shop-details__top-content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: 'icomoon' !important;
    content: "\e935";
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    margin-top: 22px;
}

.shop-details__top-content-text3 .cart-btn {
    position: relative;
    display: block;
    margin-left: 30px;
}

.shop-details__top-content-text4 {
    position: relative;
    display: block;
    margin-top: 31px;
}

.shop-details__top-content-text4 p {
    margin: 0;
}

.shop-details__top-content-text4 p span {
    color: var(--thm-black);
    font-weight: 500;
}

.shop-details__top-content-text5 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.shop-details__top-content-text5 .title-box {
    position: relative;
    display: block;
    margin-right: 20px;
}

.shop-details__top-content-text5 .title-box p {
    color: var(--thm-black);
    font-weight: 700;
}

.shop-details__top-content-text5 .social-links {
    position: relative;
    display: block;
}

.shop-details__top-content-text5 .social-links ul {
    position: relative;
    display: block;
}

.shop-details__top-content-text5 .social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.shop-details__top-content-text5 .social-links ul li:last-child {
    margin-right: 0px;
}

.shop-details__top-content-text5 .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--thm-black);
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-details__top-content-text5 .social-links ul li a:hover {
    background: var(--thm-primary);
    border-color: var(--hm-primary);
    color: var(--thm-white);
}

.shop-details__top-content-text5 .social-links ul li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.shop-details__description {
    position: relative;
    display: block;
    border: 1px solid var(--thm-black);
    padding: 50px 60px 50px;
    margin-top: 60px;
}

.shop-details__description h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.shop-details__description p {
    margin: 0;
}

.shop-details__description p+p {
    margin-top: 36px;
}


.shop-details__client-reviews {
    position: relative;
    display: block;
    margin-top: 50px;
}

.shop-details__client-reviews .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.shop-details__client-reviews .title-box h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
}

.shop-details__client-reviews .inner {
    position: relative;
    display: block;
    padding-left: 110px;
}

.shop-details__client-reviews .inner .img-box {
    position: absolute;
    top: 7px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.shop-details__client-reviews .inner .img-box img {
    width: 100%;
}

.shop-details__client-reviews .inner .content-box {
    position: relative;
    display: block;
}

.shop-details__client-reviews .inner .content-box h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--thm-gray);
}

.shop-details__client-reviews .inner .content-box h4 span {
    color: var(--thm-black);
}

.shop-details__client-reviews .inner .content-box .rating-box {
    position: relative;
    display: block;
}

.shop-details__client-reviews .inner .content-box p {
    margin: 0;
}

.shop-details__form {
    position: relative;
    display: block;
    margin-top: 45px;
}

.shop-details__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.shop-details__form .title-box h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: capitalize;
}

.shop-details__form form {
    position: relative;
}

.shop-details__form form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.shop-details__form form .form-group input[type="text"],
.shop-details__form form .form-group input[type="email"],
.shop-details__form form .form-group input[type="tel"],
.shop-details__form form .form-group input[type="url"],
.shop-details__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);
}

.shop-details__form form .form-group textarea {
    height: 180px;
    resize: none;
    padding-top: 21px;
}

/***
=======================================
    Error Page
=======================================
***/
.error-page {
    position: relative;
    display: block;
    padding: 104px 0px 120px;
    background: #ffffff;
    z-index: 1;
}

.error-page__shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    z-index: -1;
}

.error-page__wrapper {
    position: relative;
    display: block;
}

.error-page__content {
    position: relative;
    display: block;
}

.error-page__content h2 {
    color: transparent;
    -webkit-text-stroke: 4px var(--thm-black);
    font-size: 250px;
    line-height: 0.9em;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-page__content h3 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 25px;
}

.error-page__content p {
    color: var(--thm-black);
    font-weight: 600;
    margin: 0px;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    margin-top: 41px;
}

/*=============================
Project Three Project Css
===============================*/
.project-three--project {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.project-three__single {
    margin-bottom: 30px;
}

.project-three--project.project-three::before {
    display: none;
}

.project-three--project .project-three__single-content {
    right: 20px;
    padding-right: 30px;
}

.project-three--project .project-three__single:hover .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--project .project-three__single:hover .project-three__single-content p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 900ms;
}

.project-three--project .project-three__single:hover .project-three__single-content h2 {
    text-transform: capitalize;
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}

.project-three--project .project-three__single:hover .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;
}


/***
=====================================================
Cart Page
=====================================================
***/
.cart-page {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 113px 0px 120px;
}

.cart-page__left {
    position: relative;
    display: block;
    margin-right: -30px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .cart-table {
        min-width: 800px;
    }
}

.cart-table {
    margin-bottom: 24px;
}

.cart-table thead th {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 0;
    border: none;
    padding-bottom: 12px;
    font-family: var(--thm-font);
    text-transform: capitalize;
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid #eaeaea;
}

.cart-table tbody td {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
    vertical-align: middle;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
    font-family: var(--thm-font);
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 85px;
    margin-right: 26px;
}

.cart-table .product-box .img-box .inner {
    position: relative;
    display: block;
    width: 85px;
    border-radius: 3px;
    overflow: hidden;
}

.cart-table .product-box .img-box img {
    width: 100%;
}

.product-box-croos-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    height: 25px;
    width: 25px;
    background-color: var(--thm-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--thm-white);
    z-index: 2;
}

.cart-table h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    font-family: var(--thm-font);
}

.cart-table h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--thm-primary);
}

.cart-cupon__form-box {
    position: relative;
    display: block;
}

.cart-cupon__sub-title {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.cart-cupon__form {
    position: relative;
    display: block;
}

.cart-cupon__input {
    width: 100%;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 210px;
    font-family: var(--thm-font);
    font-size: 15px;
    color: rgba(var(--thm-black-rgb), 0.5);
    height: 60px;
    border: 1px solid #dddddd;
    outline: none;
    font-weight: 400;
    outline: none;
}

.cart-cupon__form input[type="text"]:focus {
    border: 1px solid #dddddd;
}

.cart-cupon__form::placeholder {
    color: rgba(var(--thm-black-rgb), .5);
}

.cart-cupon__form button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border: none;
    outline: none !important;
    padding: 0px 60px 0px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0;
    font-family: var(--thm-font);
}

.cart-cupon__btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-black);
    position: relative;
    display: inline-block;
    font-family: var(--thm-font);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 23px;
}

.cart-cupon__btn:hover {
    color: var(--thm-primary);
}

.cart-cupon__btn:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-cupon__btn:hover:before {
    background: var(--thm-primary);
}

.cart-page__right {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-top: 5px;
}

.cart-page__total-box {
    position: relative;
    display: block;
}

.cart-page__total-table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    background-color: var(--thm-gray-bg);
    padding-bottom: 25px;
}

.cart-page__total-table {
    min-width: 330px;
    width: 100%;
}

.cart-page__total-table tbody {
    position: relative;
}

.cart-page__total-table tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0px;
    border-bottom: 1px solid #e4e2e0;
    margin-left: 20px;
    margin-right: 20px;
}

.cart-page__total-table tbody tr:first-child {
    background-color: rgba(var(--thm-gray-rgb), 0.3);
    padding: 13px 20px;
    border-bottom: 0;
    margin: 0;
}

.cart-page__total-table tbody tr:last-child {
    border-bottom: 0;
}

.cart-page__total-table tbody tr td {
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
    text-transform: capitalize;
}

.cart-page__total-table tbody tr td .flat-rate {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
}

.cart-page__total-table tbody tr td .shipping-usa {
    font-size: 14px;
    color: rgba(8, 5, 1, 0.7);
    line-height: 20px;
}

.cart-page__total-table tbody tr td .change-address {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--thm-black);
    line-height: 14px;
    font-weight: 400;
}

.cart-page__total-table tbody tr td .change-address a {
    color: var(--thm-black);
}

.cart-page__total-table tbody tr td .change-address:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--thm-black);
}

.proceed-checkout {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    outline: none;
    padding: 9px 0;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-page .product-quantity {
    position: relative;
    display: block;
    max-width: 152px;
    border-radius: 0px;
    margin-right: 20px;
}

.cart-page .product-quantity-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 0px;
    overflow: hidden;
    padding-left: 1px;
}

.cart-page .product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 150px;
    height: 60px;
}

.cart-page .product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 50px;
    flex: none;
    height: 60px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    margin: 0 auto;
    text-align: center;
    border: none;
    font-family: var(--thm-font);
    z-index: 5;
    left: 50px;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #f7f7f7;
    color: var(--thm-black);
    cursor: pointer;
    height: 60px;
    width: 50px;
    margin: 0;
    padding: 0;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    float: right;
    border-left: none;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    float: left;
    border-right: none;
}

.cart-page .product-quantity-box .form-control {
    background: #f7f7f7;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 11px;
    left: 0px;
    right: 10px;
    width: 100%;
    height: 100%;
    font-family: 'icomoon' !important;
    content: "\e934";
    color: var(--thm-black);
    font-size: 15px;
    padding: 0;
    line-height: 60px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(0deg);
    font-weight: 700;
}

.cart-page .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 100%;
    height: 100%;
    font-family: 'icomoon' !important;
    content: "\e935";
    color: var(--thm-black);
    font-size: 15px;
    padding: 0;
    line-height: 60px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

.cart-page .table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

/*** 
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
}

.checkout-area .form {
    position: relative;
    display: block;
    margin-top: -7px;
}

.checkout-area .form .title {
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.checkout-area .form .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.checkout-area .form form .field-label {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
}

.checkout-area .form form .field-label.style2 {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
}

.checkout-area form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    color: rgba(var(--thm-black-rgb), .8);
    font-size: 15px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0px;
    width: 100%;
    outline: none;
    transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea {
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    color: rgba(var(--thm-black-rgb), .8);
    font-size: 15px;
    font-weight: 400;
    height: 120px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: none;
}

.checkout__select-box {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.checkout__select-box .nice-select {
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    color: rgba(var(--thm-black-rgb), .8);
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0px;
    width: 100%;
    outline: none;
    transition: all 500ms ease;
}

.checkout__select-box .nice-select .list {
    width: 100%;
}

.checkout-area__checkbox {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.checkout-area__checkbox-single+.checkout-area__checkbox-single {
    margin-top: 0px;
}

.checkout-area__checkbox-single label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: rgba(9, 9, 9, 0.87);
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}

.checkout-area__checkbox-single input[type="checkbox"] {
    display: none;
}

.checkout-area__checkbox-single input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    border: 1px solid #d6d3d0;
    cursor: pointer;
    border-radius: 0%;
    transition: all 300ms ease;
}

.checkout-area__checkbox-single label span:before {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    content: "";
    background: #d6d3d0;
    border-radius: 0%;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-area__checkbox-single input[type="checkbox"]:checked+label span {
    border-color: #d6d3d0;
}

.checkout-area__checkbox-single input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}

.checkout-area__sidebar {
    position: relative;
    display: block;
    margin-left: 45px;
}

.checkout-area__sidebar-single {
    position: relative;
    display: block;
    background: var(--thm-gray-bg);
    padding: 26px 20px 37px;
    margin-bottom: 30px;
}

.checkout-area__sidebar-single.mb0 {
    margin-bottom: 0;
    padding-bottom: 55px;
}

.checkout-area__sidebar-single .title {
    position: relative;
    display: block;
    border-bottom: 1px solid #e4e2e0;
    padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.checkout-area__sidebar-single ul {
    position: relative;
    display: block;
}

.checkout-area__sidebar-single ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e2e0;
    padding-top: 24px;
    padding-bottom: 23px;
}

.checkout-area__sidebar-single ul li.bg {
    position: relative;
    z-index: 1;
}

.checkout-area__sidebar-single ul li.bg::before {
    position: absolute;
    top: -1px;
    left: -20px;
    bottom: -1px;
    right: -20px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.checkout-area__sidebar-single ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.checkout-area__sidebar-single ul li .text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
    position: relative;
    display: block;
    margin-right: 15px;
    width: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
    width: 100%;
}

.checkout-area__sidebar-single ul li .title-one {
    position: relative;
    display: block;
}

.checkout-area__sidebar-single ul li .title-one p {
    color: #080501;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box {
    position: relative;
    display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.checkout-area__sidebar-single ul li .title-box p span {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.checkout-area__sidebar-single ul li .price {
    position: relative;
    display: block;
    line-height: 0;
}

.checkout-area__sidebar-single ul li .price p {
    color: #080501;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.checkout-area__sidebar-single ul li .price .text1 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.checkout-area__sidebar-single ul li .price span {
    color: rgba(var(--thm-black-rgb), 0.7);
    font-size: 14px;
    line-height: 20px;
}

.checkout-area__sidebar-single ul li .price a {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    margin-top: 5px;
}

.checkout__payment {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 40px;
}

.checkout__payment__item {
    position: relative;
    display: block;
    border: 1px solid #232323;
    padding: 14px 20px 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 10px;
}

.checkout__payment__item--active.checkout__payment__item {
    border-color: var(--thm-primary);
}

.checkout__payment__item.mb0 {
    margin-bottom: 0;
}

.checkout__payment__title {
    display: flex;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    align-items: center;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checkout__payment__title::before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #0d0d0d;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: transparent;
    border-color: var(--thm-primary);
    content: '\f00c';
}

.checkout__payment__content {
    font-size: 15px;
    line-height: 25px;
    margin-top: 13px;
}

.checkout__payment__checkbox {
    position: relative;
    display: block;
    margin-top: 28px;
}

.checkout__payment__checkbox label {
    color: rgb(8, 5, 1, 0.87);
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 25px;
}

.checkout__payment-btn {
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.checkout__payment-btn a {
    width: 100%;
    background: var(--thm-primary);
    color: #ffffff;
}

.checkout__payment-btn a.thm-btn {
    justify-content: center;
}

/*** 
=============================================
Project Four Css
=============================================
***/
.project-three--project.style4 {
    position: relative;
    display: block;
    padding-top: 0px;
}
/*karthika*/
.padding-top{
    padding-top: 40px;
}
.padding-bottom {
    padding-bottom: 40px;
}
/*announcement*/
.test {
    height: 510px;
    background-color: #574f4f00;
    overflow: hidden;
    box-shadow: 0px 0px 3px 1px #fc7320;
    border-radius: 5px;
}
.test ul {
    list-style: none;
    position: relative;
}
.padd-left-scroll {
    padding: 5px 15px 5px 15px !important;
    margin-bottom: 10px;
}
.fon-size{
    font-size: 16px;
}
.fnt {
    font-size: 14px;
}
.new-pad{
    padding: 5px 15px 5px 2px !important;
    margin-bottom: 10px;
}
.marg-bord-btm {
    border-bottom: 1px solid #ddd;
    margin: 8px 0 ;
}
.pad-left-s {
    padding: 0px 15px;
}
.date-left {
    /*border-left: 2px solid #a9c200;*/
    background: #fc7320;
    width: 78px!important;
    height: 64px;
    font-size: 13px;
    padding: 2px!important;
    color: #000;
}
.fnt-17 {
    font-size: 17px !important;
}
.dis-f {
    display: flex !important;
}
.new-gi {
    width: 22px !important;
    height: 22px;
    padding-left: 1px;
    margin-bottom: 10px !important;
}
.new-gi-1 {
    padding-left: 10px;
    position: absolute;
}
.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blogwordswrp-eventss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 58px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lh-15 {
    line-height: 1.6;
}
.fnt-we-600{
    font-weight: 600;
}
/*blog*/
.blog .image img{
    border-radius: 50px;
   /* max-height: 550px;
    max-width: 448px;*/
}
/*scroll*/
.services-stack__image {
    position: relative;
    overflow: hidden
}

.services-stack__image .service-img-m {
    display: none
}

@media only screen and (min-width: 992px) {
    .services-stack__image {
        position:absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        padding-left: 0
    }

    .services-stack__image .service-img {
        position: absolute;
        right: -15%;
        bottom: 0;
        height: 100%;
        width: auto
    }

    .services-stack__image .service-img-s {
        display: none
    }

    .services-stack__image .service-img-m {
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .services-stack__image .service-img {
        position:absolute;
        right: 0;
        bottom: -5%;
        max-height: none;
        height: 100%;
        width: auto
    }
}
.stack-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .stack-item {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .stack-item {
    padding-bottom: 5rem;
  }
}
.services-stack__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff    ;
    border: 1px solid #8f93a1;
    -moz-border-radius: var(--_radius);
    border-radius: 2rem;
}
#services{
    background-color: var(--secondary-color)    ;
}
.services-stack__title {
  padding: 2.6rem 3rem 0 3rem;
  margin-bottom: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .services-stack__title {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .services-stack__title {
    padding: 4rem 5rem 1.6rem 5rem;
  }
}

.services-stack__descr {
  padding: 0 3rem;
  margin-bottom: 2.3rem;
}
.services-stack__descr i {
  display: inline-block;
  font-size: 5.4rem;
  color: var(--t-bright);
  margin-bottom: 2.3rem;
  margin-left: -0.2rem;
}
@media only screen and (min-width: 768px) {
  .services-stack__descr {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    margin-bottom: 0;
    padding: 2.6rem 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .services-stack__descr {
    padding: 1rem 5rem 4.6rem 5rem;
  }
}
.service-img-m.right-move{
    right: -12% !important;
}
.services-parent h1 {
    font-size: 46px;
    font-weight: 500;
}
.services-parent h1, .services-parent h2, .services-parent p {
    color: #000 !important;
}
.services-parent p {
    font-size: 18px;
}
.services-stack {
  width: 100%;
  position: relative;
  height: 65vh;
  min-height: 615px;
}
@media only screen and (min-width: 768px) {
  .services-stack {
    height: 500px;
    min-height: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .services-stack {
    height: 600px;
  }
} 
@media only screen and (max-width: 1600px) {
.services-parent p {
    font-size: 19px !important;
}
}
@media only screen and (min-width: 1600px) {
  .services-stack {
    height: 570px;
  }
}
.new-padding{
    padding-top: 100px; 
  margin-top: -100px;
}
@media only screen and (min-width: 1600px) {
    .mxd-services-cards__tags {
        gap: 1.4rem;
        margin-bottom: 3.8rem;
    }
}
.mxd-services-cards__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.2rem;
}
.tag-outline-opposite {
    background-color: transparent;
    border-style: solid;
    border-color: #000!important;
    color: #000!important;
}
@media only screen and (min-width: 1600px) {
    .tag-default {
        height: 3.6rem;
        line-height: 3.6rem;
        padding: 0 1.4rem;
        -moz-border-radius: 1.8rem;
        border-radius: 1.8rem;
        font-size: 1.6rem;
    }
}
.tag-default {
    height: 2.2rem;
    line-height: 3.2rem;
    padding: 0 1.2rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    border-width: 1px;
}
.tag {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    outline: 0;
    font: inherit;
    background-color: transparent;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.des-view1{
  display: block;
}

@media only screen and (max-width: 1799px) {
    .des-view1{
        display: none!important;
    }
}

@media only screen and (max-width: 991px) {
    .padd-left-scroll {
        padding: 5px 15px !important;
        margin-bottom: 10px;
    }
}
.des-view{
  display: block;
}
.mb-view{
  display: none!important;
}

@media (max-width: 1200px) {
    .menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fc7320;
    display: none;
    padding: 24px 8px 24px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
    z-index: 5;
    margin-right: 0px !important;
}
}

/*mobile view*/
@media only screen and (max-width: 991px){
.main-header-one__left .logo-box img{
/*    height: 50px!important;
    width:73px !important;*/
    margin-left: 0px;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #008036;
    display: none;
    padding: 24px 8px 24px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
    z-index: 5;
    margin-right: 30px;
}
.section-title h2.title {
    font-size: 22px!important;
    line-height: 30px!important;
}
}
@media only screen and (max-width: 991px){
.des-view{
  display: none!important;
}
.mb-view{
  display: block!important;
}
.mb-padding0{
  padding-top: 0px!important
}
.mb-padding{
  padding-top: 5px!important;
}
.mb-padding1{
  padding-top: 10px!important;
}
.mb-padding2{
  padding-top: 15px!important;
}
.mb-padding3{
  padding-top: 20px!important;
}
.mb-padding4{
  padding-top: 30px!important;
}
.mb-padding5{
  padding-top: 40px!important;
}
.mb-paddingb0{
  padding-bottom: 1px!important;
}
.mb-paddingb{
  padding-bottom: 5px;
}
.mb-paddingb1{
  padding-bottom: 10px!important;
}
.mb-paddingb2{
  padding-bottom: 15px!important;
}
.mb-paddingb3{
  padding-bottom: 20px!important;
}
.mb-paddingb4{
  padding-bottom: 30px;
}
.mb-paddingb5{
  padding-bottom: 40px;
}
.mb-margin3{
  margin-top: 0px;
}
.mb-margin3b{
  margin-bottom: 0px;
}
.mb-text-center{
  text-align: center!important;
}
.mb-justify-content-center {
  justify-content: center;
}
.cont-pad{
    padding: 0px 15px!important;
}
.menu-wrap {
    margin: 0 0;
}
.mb-justi p{
    text-align: justify;
}
.mb-text-center {
    text-align: center;
}
.mb-d-block {
    display: block!important;
}
.page-header {
    padding: 100px 0px 60px;
}
.sec-title {
    padding-bottom: 10px;
}
.goal .segment {
    margin-right: 0px!important;
    padding: 30px 20px 30px 20px!important;
}
.goal .segment1 {
    margin-left: 0px!important;
    padding: 30px 20px 30px 20px!important;
}
.award-item {
    padding: 20px 20px!important;
    gap: 16px!important;
}
.award-item .award-arrow {
    padding: 12px!important;
}
.award-item .award-arrow i {
    font-size: 45px!important;
    line-height: 4px!important;
}
#dynamic-breadcrumb .thm-breadcrumb {
    margin: 0 10px!important;
}
.woocommerce-tabs ul.tabs li a {
    padding: 20px 20px!important;
    font-size: 17px;
}
.woocommerce-tabs .panel {
    padding: 26px!important;
}
.thm-btn {
    font-size: 12px!important;
    padding-left: 14px!important;
    padding-right: 14px!important;
}
h3 {
    font-size: 20px;
}
.ttm-row.about-section_1 {
    padding: 30px 0px 20px 0px!important;
}
.spacing-15 {
    margin: 0px!important;
    padding: 34px 20px 30px 20px!important;
}
.about-nine-left-box {
    padding: 0px 0px 0px 0px!important;
}
.about-nine-right-box {
    padding: 30px 0px 0px 0px!important;
}
.section-title.style2 {
    margin-bottom: 0px!important;
}
.about-one__content-progress {
    margin-top: 18px!important;
}
.about-one__content-bottom {
    margin-top: 20px;
}
.step-item.step-1 .step-header:after {
    display: none!important;
}
.step-item.step-2 .step-header:after {
    display: none!important;
}
.step-item {
    padding: 20px 10px 0!important;
}
.about-one__content-progress-single .title {
    width: 100px!important;
}
.about-one__content-progress {
    width: 77%!important;
}
.pl-45 {
    padding-left: 0px!important;
}
}
@media only screen and (max-width: 991px) {
    .why-choose-box-1 .why-choose-item {
        flex-direction: row!important;
    }
    .why-choose-box-1 .why-choose-item .icon-box {
        margin-left: 0px!important;
        margin-right: 15px!important;
    }
    .why-choose-box-1 .why-choose-item .why-choose-content {
        text-align: left!important;
    }
    .why-choose-item {
        margin-bottom: 30px!important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-2 {
        padding: 10px 5px!important;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 28px 48px!important;
    }
    .about-one__content-progress {
        width: 84%!important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sidebar__single {
        padding: 30px 20px 30px!important;
    }
    .sidebar__category-list li a {
        padding: 4px 8px 6px;
    }
    .about-one__content-progress {
        width: 88%!important;
    }
}
/*.project-three__top .sec-title {
  flex: 1;
  text-align: center;
}*/
.theme-color{
    color: #008036;
}
.new-top{
    margin-top: -40px;
}
.cont-pad{
    padding: 0 7.5rem;
}
.our-para p{
    font-size: 18px;
}
/*.new-blog span{
    background: var(--thm-primary);
    padding: 10px 10px 10px 10px;
    color: #000!important;
    border-radius: 30px;
}*/
.section-title__line{
    left: 162px;
    position: absolute;
    bottom: 20px;
}
.section-title__line:before {
    position: absolute;
    bottom: 0;
    left: 143px;
    height: 2px;
    width: 200px;
    content: "";
    background-color: #fc7320;
}
.section-title__line1{
    left: 196px;
    position: absolute;
    bottom: 10px;
}
.section-title__line1:before {
    position: absolute;
    bottom: 0;
    left: 177px;
    height: 2px;
    width: 70px;
    content: "";
    background-color: #fc7320;
}
.section-title__linenew{
    left: 392px;
    position: absolute;
    bottom: 20px;
}
.section-title__linenew:before {
    position: absolute;
    bottom: 0;
    left: 350px;
    height: 2px;
    width: 150px;
    content: "";
    background-color: #008036;
}
.section-title__linenew1{
    left: 412px;
    position: absolute;
    bottom: 10px;
}
.section-title__linenew1:before {
    position: absolute;
    bottom: 0;
    left: 375px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #008036;
}
.new-blog h4{
    line-height: 34px;
    font-weight: 600;
}
/*button shine*/
.new-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-arrow {
  height: 50px;
  background: #fc7320;
  width: 50px;
  line-height: 50px;
  border-radius: 30px;
  overflow: hidden;
  color: #000;
}

.arrow-bounce {
  animation: bounce 8s infinite;
}

@keyframes bounce {
  0%, 5% {
    transform: translateX(0);
    stroke: #fff;
  }
  10% {
    transform: translateX(20px); /* half of 40px */
  }
  12.5% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(5px);
  }
  20%, 25% {
    transform: translateX(0);
  }

  25%, 30% {
    transform: translateX(0);
    stroke: #000;
  }
  35% {
    transform: translateX(20px);
  }
  37.5% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(5px);
  }
  45%, 50% {
    transform: translateX(0);
  }

  50%, 55% {
    transform: translateX(0);
    stroke: #fff;
  }
  60% {
    transform: translateX(20px);
  }
  62.5% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(5px);
  }
  70%, 75% {
    transform: translateX(0);
  }

  75%, 80% {
    transform: translateX(0);
    stroke: #000;
  }
  85% {
    transform: translateX(20px);
  }
  87.5% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(5px);
  }
  95%, 100% {
    transform: translateX(0);
    stroke: #fff;
  }
}
.blog .sec-title h1{
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 3px;
}
/*footer*/
.facebook span {
    color: #0866ff;
}
.linkedin span {
    color: #0274b3;
}
.instagram span {
    color: #d82f83;
}
/*counter*/
.content-box .count {
    font-family: "Space Grotesk", sans-serif;
}
/*address*/
.address p{
    color: #000;
    font-weight: 500;
}
/*about us*/
.light-mode .about-area{
  background: #E8E8E7;
}
.about-area .left{
  padding-right: 96px;
}
.about-area .right{
  position: relative;
}
.about-area .right-image2{
  margin-top: 10%;
  z-index: 2;
  position: absolute;
  right: 136px;
}
.about-area .right-image3{
  margin-top: -30%;
  position: relative;
  z-index: 1;
  margin-left: 20%;
}
.about-area .nubmer{
  font-size: 450px;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: -5px;
  margin-left: 15%;
  margin-top: -266px;
  margin-bottom: -7px;
  opacity: 0.2;
}
@media (max-width: 1399px) {
  .about-area .nubmer {
    font-size: 320px;
    margin-left: 20%;
  }
}
@media (max-width: 1199px) {
  .about-area .nubmer {
    font-size: 245px;
    margin-left: 24%;
  }
}
@media (min-width: 992px){
  .about-area .nubmer{
    color: var(--black-100);
    text-shadow: 1px 1px 0 #A47967, 
    -1px -1px 0 #A47967, 
    1px -1px 0 #A47967,
    -1px 1px 0 #A47967, 
    1px 1px 0 #A47967;
  }
  .light-mode .about-area .nubmer{
    color: var(--black-10);
    text-shadow: 1px 1px 0 #A47967, 
    -1px -1px 0 #A47967, 
    1px -1px 0 #A47967,
    -1px 1px 0 #A47967, 
    1px 1px 0 #A47967;
  }
}
@media (max-width: 991px){
  .about-area .nubmer{
    display: none;
  }
  .about-area .left {
    padding-right: 0;
    margin-bottom: 0px;
  }
  .about-area .button-pri {
    right: 0px;
  }
}
@media (max-width: 767px){
  .about-area .right-image2,
  .about-area .right-image3{
    display: none;
  }
  .about-area .right img{
    width: 100%;
    max-width: 100%;
  }
}
.firstimg {
    max-height: 440px;
    max-width: 330px;
}
/*footer*/
.new-border {
    border: 1px solid #ffffff7d;
    border-radius: 20px;
    background: #d0d0d0;
}
.text-bor span{
    border: 1px solid #fc7320;
    border-radius: 20px;
    padding: 6px 14px 6px 14px;
    max-width: 100%;
}
.phone a:hover{
    color: #000;
}
/*goal*/
.goal .segment {
    background: #030708;
    padding: 60px 60px 60px 60px;
    border-radius: 20px;
    margin-right: -150px;
    position: relative;
}
.new-img img{
    border-radius: 30px;
    max-height: 700px;
}
.goal .segment1 {
    background: #000;
    padding: 60px 60px 60px 60px;
    border-radius: 20px;
    margin-left: -150px;
    position: relative;
}
.new-img1 img{
    text-align: right;
    border-radius: 30px;
    max-height: 700px;
}
/*strength*/
.tj-award-section {
   background: #3c3e45;
   padding-top: 30px;
   padding-bottom: 30px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.tj-heading-area {
    margin-bottom: 10px;
}
.award-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    border: 1px solid #fff;
    padding: 24px 60px;
    margin-bottom: 20px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.award-item .award-text span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #b99a80;
    margin-bottom: 5px;
}
.award-item .award-text .title {
    margin-bottom: 0;
    line-height: 1.4;
}
.award-item .desc {
    max-width: 440px;
    width: 100%;
    text-align: center;
}
.award-item .desc p:last-child {
    margin-bottom: 0;
}
.award-item .desc p {
    line-height: 1.8;
}
.award-item .award-arrow {
    position: relative;
    z-index: 2;
    padding: 15px;
}
.award-item .award-arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/web-images/about/award-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.award-item .award-arrow i {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    /*-webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);*/
    color: #fff;
}
/*location*/
.location-map {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 600px;
  overflow: hidden;
}
.location-map-img img {
  display: block;
  width: 100%;
  height: auto;
}

.location-item {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  pointer-events: auto;
  /* bounce-in on load */
  animation: bounceIn 0.9s ease forwards;
}

.location-item.saudi-arabia { left: 69%; top: 47%; animation-delay: 0.15s; }
.location-item.egypt        { left: 56%; top: 47%; animation-delay: 0.30s; }
.location-item.uae          { left: 75%; top: 46%; animation-delay: 0.45s; }

.location-item .point {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #FF5E14;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  border: 2px solid #fff;
  z-index: 3;
  transition: transform 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-item .point::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50%;
  z-index: 4;
}

.location-item .point::before {
  content: "";
  position: absolute;
  /*left: 50%;
  top: 50%;*/
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fc7320;
  z-index: 2;
  animation: ripple-1 1.5s infinite;
}
@keyframes ripple-1 {
    0% {
    transform: scale(1);
    opacity: 0.8;
}
100% {
    transform: scale(3);
    opacity: 0;
}
}

/* Slight hover scale */
.location-item:hover .point {
  transform: rotate(-45deg) scale(1.08);
}

/* Tooltip / info bubble */
.location-item .info {
  padding: 6px 12px;
  position: absolute;
  left: 50%;
  bottom: 36px; /* distance above the pin tip */
  transform: translateX(-50%);
  background: #FF5E14;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
  pointer-events: none;
}

/* tooltip arrow */
.location-item .info::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #FF5E14;
}

/* show on hover or when active */
.location-item:hover .info,
.location-item.active .info {
  opacity: 1;
  visibility: visible;
  bottom: 46px;
  pointer-events: auto;
}

@keyframes bounceIn {
  0%   { transform: translate(-50%, -220%) scale(0.2); opacity: 0; }
  60%  { transform: translate(-50%, -85%)  scale(1.08); opacity: 1; }
  80%  { transform: translate(-50%, -95%)  scale(0.96); }
  100% { transform: translate(-50%, -100%) scale(1); }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.45;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .location-item .info { font-size: 13px; bottom: 40px; }
  .location-item .point { width: 18px; height: 18px; }
  .location-item .point::after { width: 7px; height: 7px; }
  .location-item .point::before { width: 18px; height: 18px; }
}
/*contact*/
.contact-page__top-content-bottom.new{
    padding: 30px 30px 30px 30px;
    background: #fde1d1;
    border-radius: 40px;
}
.section-title__linenew3{
    right: 42%;
    position: absolute;
    bottom: 30px;
}
.section-title__linenew3:before {
    position: absolute;
    bottom: 0;
    right: 30%;
    height: 2px;
    width: 284px;
    content: "";
    background-color: #fc7320;
}
.section-title__linenew31{
    right: 54%;
    position: absolute;
    bottom: 6px;
}
.section-title__linenew31:before {
    position: absolute;
    bottom: 0;
    right: 54%;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #fc7320;
}
/*product*/
.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}
.services-card {
    padding: 15px 15px 15px;
    background: #f5f5f8;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 42px);
   
    box-shadow: 0 0 7px 0 #00000070;
}
.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(../images/web-images/pattern.jpg);
}
.services-card i {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.services-card h5 a, .services-card h4 a, .services-card h2 a {
    display: block;
    color: #fff !important;
    font-size: 17px;
}
.ht-50 {
    height: 50px;
}
.services-card .learn-btn {
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.btn-2 {
    padding: 12px 15px;
    font-size: 14px;
    background: linear-gradient(to bottom, #A8E063 0%, #4CAF50 50%, #1E5631 100%);
    border-radius: 10px;
    text-align: center;
    line-height: 1.8;
}
.services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 170px 0 0 0;
    opacity: 0;
}
.text-justify{
  text-align: justify;
}
/*tabs*/
.woocommerce-tabs {
    clear: both;
    margin: 1em 0
}
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}
.woocommerce-tabs ul.tabs li+li {
    border-top: none
}
.woocommerce-tabs ul.tabs li {
    display: block;
    position: relative;
    top: 0
}
.woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
    right: .4em
}
.woocommerce-tabs ul.tabs li.active a {
    background: linear-gradient(47deg, #fc7320 0, #ba4600 100%);
    border-color: #4199d0;
    color: #fff
}
.new-list li:before{
    content: '\f192';
    font-family: "Font Awesome 6 Free";
    color: #fc7320;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: -7px;
}
.woocommerce-tabs ul.tabs li a {
    background: #f7f6fb;
    border-radius: 5px 5px 0 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-right: 1px;
    padding: 28px 60px;
    text-transform: capitalize;
}
.woocommerce-tabs ul.tabs li a:hover {
    background: linear-gradient(47deg, #fc7320 0, #ba4600 100%);
    color: #fff
}
.woocommerce-tabs .panel {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0 5px 5px 5px;
    border-top: 4px solid #fc7320;
    margin-top: 0;
    padding: 40px
}
.woocommerce-tabs .panel h2 {
    color: #262c31;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.25em
}
.woocommerce-tabs .panel .commentlist .star-rating {
    color: #a9c200;
    font-size: 18px
}
.woocommerce-tabs .panel .commentlist .comment_container {
    padding-left: 83px
}
.woocommerce-tabs .panel .commentlist .comment_container>img {
    height: 90px;
    max-width: 90px;
    width: 90px
}
.woocommerce-tabs .panel .commentlist .comment_container .meta {
    margin-bottom: 0
}
.woocommerce-tabs .panel .commentlist .comment_container .meta strong {
    font-size: 18px
}
.woocommerce-tabs .panel .commentlist .comment_container .meta strong+span {
    display: none
}
.woocommerce-tabs .panel .commentlist .comment_container .meta time {
    color: #777a7c;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0
}
.woocommerce-tabs .panel .comment-form-rating {
    width: 100%
}
.woocommerce-tabs .panel .comment-reply-title {
    margin-bottom: 5px
}
@media(min-width: 768px) {
    .woocommerce-tabs ul.tabs {
        display:-webkit-box;
        display: -webkit-flex;
        display: flex
    }
    .woocommerce-tabs ul.tabs li a {
        margin-bottom: 0
    }
}
.woocommerce-tabs .shop_attributes {
    margin-top: 0
}
.woocommerce-tabs .shop_attributes tr td,.woocommerce-tabs .shop_attributes tr th {
    padding-bottom: 10px;
    padding-top: 10px
}
.woocommerce-tabs .shop_attributes th {
    padding-left: 0
}
.woocommerce-tabs .shop_attributes th:after {
    content: ":"
}
/*feature*/
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-ihbox-box {
    background-color: #fff;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box {
    padding: 45px 40px 50px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f6f6f6;
    min-height: 210px;
}
.pbmit-ihbox-style-17 {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.pbmit-ihbox-style-17 .pbmit-element-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #000;
}
.pbmit-ihbox-style-17 .pbmit-heading-desc {
    margin-bottom: 10px;
}
.pbmit-heading-desc {
    text-align: justify;
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-box-number-wrap {
    background-color: #fed9c2;
}
.pbmit-ihbox-style-17 .pbmit-box-number-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    height: 60px;
    padding: 11px;
    border-radius: 20px 0 0;
    background-color: #fff;
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-box-number-wrap::after, .pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-box-number-wrap::before {
    box-shadow: 0 20px 0 0 #fff;
}
.pbmit-ihbox-style-17 .pbmit-box-number-wrap::after, .pbmit-ihbox-style-17 .pbmit-box-number-wrap::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff;
    z-index: 1;
}
.pbmit-ihbox-style-17 .pbmit-box-number-wrap::before {
    bottom: 0;
    right: 100%;
    border-bottom-right-radius: 20px;
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-ihbox-box-number {
    background-color: #fff;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box-number {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500 !important;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
    color: #031e5a;
    background-color: #f6f6f6;
}
.pbmit-bg-color-light-2 {
    background-color: #fed9c2;
}
.ihbox-style-10-bg-area {
    padding: 40px 30px;
    border-radius: 20px;
}
/*marquee*/
.marqueeinfinite {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
    font-size: 1.25rem;
  overflow: hidden;
    background: #fc7320;
  white-space: nowrap;
}
.infinite-mar{
 color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;

}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}

.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}


.scroll-left {
height: 30px; 
overflow: hidden;
position: relative;

}

.mbl-blck{
display: none;
}
.ds-flex{
display: flex;
}
/*support 2nd seg*/
.our-process{
    padding: 40px 0 50px;
}

.step-item{
    text-align: center;
    padding: 20px 40px 0;
    position: relative;
}

.step-header{
    margin-bottom: 30px;
    position: relative;
}

.step-item.step-1 .step-header:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 212px;
    height: 46px;
    background: url(../../assets/images/web-images/process-icon1.svg) no-repeat center center;
    background-size: 100% auto;
    transform: translate(156px,-50%);
}

.step-item.step-2 .step-header:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 212px;
    height: 46px;
    background: url(../../assets/images/web-images/process-icon2.svg) no-repeat center center;
    background-size: 100% auto;
    transform: translate(156px,-50%);
}

.step-header .step-icon{
    width: 120px;
    height: 120px;
    position: relative;
    background: #fc7320;
    margin: 0 auto;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-header .step-icon .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    font-size: 44px;
}

.step-header .step-icon .icon i{
    position: relative;
    z-index: 1;
}

.step-header .step-icon .icon:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 30px;
    transform: translate(-100%,100%);
    transition: all 0.3s ease-out;
}

.step-item:hover .step-icon .icon:before{
    transform: translate(0);
}

.step-header .step-no{
    display: block;
    height: 48px;
    width: 48px;
    background: #fc7320;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 4px solid #fff;
}

.step-content h3{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-content p{
    margin-bottom: 0;
}
.our-gallery img{
    border-radius: 30px;
}
/*products*/
.new-product .our-product {
    padding: 10px 10px 30px 10px;
    border: 1px solid #fc7320;
    border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .menu-wrap {
        margin: 0px 15px;
    }
}
/*why choos us*/
.why-choose-us{
    position: relative;
    background: #eeeeee;
    padding: 40px 0 40px 0;
}

.why-choose-us .icon-star-image{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(10px, -50%);
}

.why-choose-box-1{
    position: relative;
    z-index: 1;
}

.why-choose-box-1 .why-choose-item{
    flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box{
    margin-left: 28px;
    margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content{
    text-align: right;
}

.why-choose-item{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.why-choose-item:last-child{
    margin-bottom: 0;
}

.why-choose-item .icon-box{
    margin-right: 28px;
}

.why-choose-item .icon-box i{
    font-size: 40px;
    color: var(--thm-primary);
}

.why-choose-content{
    width: calc(100% - 63px);
}

.why-choose-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.why-choose-content p{
    margin: 0;
}

.why-choose-image{
    position: relative;
    z-index: 1;
}
.just p{
    text-align: justify;
}
/*industry*/
.pbmit-service-style-6 .pbminfotech-post-item {
    border-radius: 30px;
    border: 1px solid rgb(64 50 38 / 15%);
}
.pbmit-service-style-6 .pbmit-service-image-wrapper {
    position: relative;
}
.pbmit-service-style-6 .pbmit-featured-wrapper {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}
.pbmit-service-style-6 .pbmit-featured-wrapper img {
    width: 100%;
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper {
    position: absolute;
    left: 50%;
    bottom: -34px;
    display: table;
    text-align: center;
    z-index: 1;
    padding: 6px 6px 0 6px;
    border-radius: 50px 50px 0 0;
    background-color: #fff;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::before {
    right: calc(100% - 4%);
    border-bottom-right-radius: 20px;
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::after, .pbmit-service-style-6 .pbmit-service-icon-wrapper::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 34px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.pbmit-service-style-6 .pbmit-service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    background-color: var(--thm-primary);
}
.pbmit-service-style-6 .pbmit-content-box {
    text-align: center;
    padding: 60px 20px 20px 20px;
}
.pbmit-service-style-6 .pbmit-service-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    word-break: break-all;
}
.pbmit-service-style-6 .pbmit-service-description p {
/*    margin-bottom: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;
    line-clamp: 4;*/
    -webkit-box-orient: vertical;
    min-height: 150px;
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::after {
    left: calc(100% - 4%);
    border-bottom-left-radius: 20px;
}
/*last*/
.featured-imagebox-services.style2 {
    margin-top: 50px;
}
.featured-imagebox {
    margin: 15px 0;
}
.featured-imagebox, .featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.featured-imagebox-services.style2 .featured-content h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
}
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}
.featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.featured-imagebox-services.style2 .featured-content .featured-desc p {
    color: #475B52;
    font-size: 55px;
    font-weight: 400;
    line-height: 49px;
}
.mt-50 {
    margin-top: 50px;
}
.pl-45 {
    padding-left: 45px;
}
.section-title {
    position: relative;
    margin-bottom: 15px;
}
.mt-40 {
    margin-top: 40px;
}
/*gallery*/
.team-grid .team-img {
    margin-bottom: 25px;
    background-color: #f0f0f0;
    box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.08);
    border-radius: 999px;
    padding: 76px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.team-grid .team-img:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fc7320;
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
/*service*/
.ttm-row.about-section_1 {
    padding: 142px 0 10px;
}
.mr_120 {
    margin-right: -120px;
}
.mt_52 {
    margin-top: -52px;
}
.spacing-15 {
    padding: 37px 39px 38px 30px;
    margin: 58px -20px 100px;
}
.z-index-1 {
    z-index: 1;
}
.ttm-bgcolor-grey {
    background: #f3f3f3;
}
.ml_115 {
    margin-left: -115px;
}
/*2nd*/
.about-section-nine{
    padding: 40px 0 40px 0;
}
.about-nine-left-box{
    padding: 35px 15px 0px 0px;
}
.about-nine-img{
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
    border-radius: 30px 30px 0 0;
}
.about-nine-img img{
    mix-blend-mode: multiply;
}
.about-nine-right-box{
    padding: 40px 0px 0px 30px;
}
.service-section-nine{
    margin: 0 30px;
    border-radius: 30px;
    background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}
.service-nine-left-box{
    position: relative;
    padding: 100px 90px 150px 0px;
}
.service-nine-left-box .service-left-img{
    border-radius: 20px;
}
.service-nine-left-box .ihbox-style-23-area{
    left: 0;
    bottom: 15.2%;
}
.service-nine-left-box .ihbox-style-23-wrap{
    position: relative;
    padding: 16px 25px 0px 25px;
    border-radius: 0px 20px 0px 20px;
    background-color: #fff;
}
.service-nine-left-box .ihbox-style-23-wrap:before,
.service-nine-left-box .ihbox-style-23-wrap:after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 9px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.service-nine-left-box .ihbox-style-23-wrap:before{
    bottom: 100%;
    right: calc(100% - 20px);
    border-bottom-left-radius: 20px;
}
.service-nine-left-box .ihbox-style-23-wrap:after{
    left: 100%;
    border-bottom-left-radius: 20px;
}
.service-nine-left-box .ihbox-style-18-area{
    right: 2px;
    top: 177px;
}
.service-nine-left-box .ihbox-style-18-wrap{
    transform: rotate(-90deg);
}
.service-nine-right-box{
    padding-top: 150px;
}
.fid-section-nine{
    padding: 10px 0 100px 0;
}
.about-us-nine-bg{
    margin: 0 50px;
    padding: 115px 10px 125px 0px;
    background-image: url(../images/homepage-9/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.about-us-nine-bg .about-us-content{
    padding: 80px;
    border-radius: 30px;
}
.pbmit-ihbox-style-22{
    margin-bottom: 16px;
}
.pbmit-ihbox-style-22,
.pbmit-ihbox-style-22 .pbmit-ihbox-contents,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
    transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-box{
    align-items: flex-start;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg{
    margin-right: 35px;
    position: relative;
    display: inline-block;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-svg{
    background-color: #fff;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper{
    font-size: 35px;
    line-height: 35px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #f6f6f6;
    color: #fc7320;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg{
    fill: #fc7320;
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper{
    color: #fff;
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22:hover .pbmit-ihbox-svg-wrapper svg{
    fill: #fff;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
    content: "";
    position: absolute;
    background-color: #fc7320;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-20px, -20px);
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: -1;
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22:hover .pbmit-ihbox-svg-wrapper::before{
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    opacity: 1;
}
.pbmit-ihbox-style-22 .pbmit-element-title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.pbmit-ihbox-style-22 .pbmit-heading-desc{
    margin-bottom: 0;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-image{
    background-color: transparent !important;
}
.pbmit-ihbox-style-22 .pbmit-xinterio-icon{
    margin-top: 5px;
    display: inline-block;
}
/*service 3rd*/
.section-title.style2 {
    margin-bottom: 32px;
}
.section-title .title-header {
    padding-bottom: 0px;
}
.section-title h2.title {
    font-size: 24px;
    line-height: 32px;
    position: relative;
}
.ttm-row.services-section_3 {
    padding: 55px 0 55px 0;
}
.featured-icon-box.style9 {
    text-align: center;
    margin: 29px 0 7px;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box.style9 .featured-icon {
    margin-bottom: 20px;
}
.featured-icon-box.style9 .featured-icon .ttm-icon {
    background-color: #fff;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: all 500ms ease;
    font-size: 60px;
    border-radius: 20px;
}
.ttm-icon_element-fill.ttm-icon_element-color-white {
    color: var(--thm-primary);
}
.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}
.featured-icon-box.style9 .featured-content .featured-title h3 {
    margin-bottom: 11px;
}
.featured-title9 h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.featured-icon-box.style9 .featured-content .featured-desc p {
    margin-bottom: 0px;
}
/*about*/
.goal .segment .icon {
    font-size: 40px;
    color: var(--thm-primary);
}
.goal .segment1 .icon {
    font-size: 40px;
    color: var(--thm-primary);
}
/*industry mb*/
.our-industry .our-segement {
    padding: 20px 20px 20px 20px;
    border-radius: 30px;
    border: 1px solid #000;
    height: calc(100% - 0px);
}
/*new mobile view*/ 
.des-view2 {
    display: block;
}
.mb-view2 {
    display: none!important;
}
@media only screen and (max-width: 1199px) {
.des-view2 {
    display: none!important;
}
.mb-view2 {
    display: block!important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
.section-title__linenew {
    left: 5%!important;
}
.section-title__linenew1 {
    left: 8%!important;
}
.section-title__line {
    left: 0%!important;
}
.section-title__line1 {
    left: 8%;
}
.date-left {
    width: 110px !important;
}
.section-title__linenew3 {
    right: 31%;
}
}
@media only screen and (min-width: 1101px) and (max-width: 1199px) {
.section-title__linenew {
    left: 5%!important;
}
.section-title__linenew1 {
    left: 8%!important;
}
.section-title__line {
    left: 0%!important;
}
.section-title__line1 {
    left: 4%;
}
.section-title__linenew3 {
    right: 36%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.section-title__linenew {
    left: 12%!important;
}
.section-title__linenew1 {
    left: 14%!important;
}
.section-title__line {
    left: 6%!important;
}
.section-title__line1 {
    left: 12%;
}
.date-left {
    width: 110px !important;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
.section-title__linenew {
    left: 20%!important;
}
.section-title__linenew1 {
    left: 22%!important;
}
.section-title__line {
    left: 14%!important;
}
.section-title__line1 {
    left: 19%;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
.section-title__linenew {
    left: 20%!important;
}
.section-title__linenew1 {
    left: 22%!important;
}
.section-title__line {
    left: 14%!important;
}
.section-title__line1 {
    left: 19%;
}
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
.section-title__linenew {
    left: 24%!important;
}
.section-title__linenew1 {
    left: 26%!important;
}
}
/*container*/

@media (min-width: 1450px){
.container {
    max-width: 1400px;
}
}
@media (min-width: 1700px){
.container{
    max-width: 1640px;
}
}
@media (min-width: 1950px){
.container {
    max-width: 1890px;
}
}
.new-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.project-two .new-container {
    overflow: hidden;
}
.gallery .image img {
    border-radius: 30px;
}
.padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.our-address {
    padding: 0px 30px 10px 30px;
}

@media only screen and (max-width: 1300px) {
    
 .navbar-wrap ul li+li {
    margin-left: 28px;
}

}
















/*HARISH*/

.mt-30 {
    margin-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}



@media (min-width: 1200px) {
    .spl-nav-arrow {
        display: flex !important;
    }
}
.spl-icon {
    align-content: center;
    padding-left: 10px;
    display: block;
}
.navbar-wrap>ul>li.menu-item-has-children .spl-icon {
    align-content: center;
    padding-bottom: 0px;
    color: white;
    margin-top: -10px;
    padding-left: 10px;
}

.sticky-menu .navbar-wrap>ul>li.menu-item-has-children .spl-icon {
    align-content: center;
    padding-bottom: 0px;
    margin-top: 0px;
    color: black;
    padding-left: 10px;
}

.sticky-menu .navbar-wrap>ul>li.menu-item-has-children .spl-icon {
    align-content: center;
    padding-left: 10px;
    padding-bottom: 0px;
}
.sticky-menu .new-details {
    display: none !important;
}


@media (max-width: 1199px) {
    .spl-icon {
        display: none !important;
    }
}


@media (min-width: 1599px) {
    .section-title h2 {
        font-size: 32px;
    }
    .title h2 {
        font-size: 32px;
    }
}

.alicon-center {
    align-content: center !important;
}
.txt-justy {
    text-align: justify !important;
}

@media (max-width: 1700px) {
    .featured-icon-box.style9 .featured-icon .ttm-icon {
        background-color: #fff;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        display: block;
        margin: 0 auto;
        transition: all 500ms ease;
        font-size: 50px;
        border-radius: 20px;
    }
    .ttm-row.services-section_3
    {
        padding: 25px 0 25px 0;
    }
}
/*
@media (min-width: 1399px) and (max-width: 1699px) {
    .services-card {
    padding: 30px 10px 25px;
    background: #f5f5f8;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 42px);
    min-height: 300px;
    box-shadow: 0 0 7px 0 #00000070;
}
}*/


@media (max-width: 1700px) {
    .spl-seg-hide {
        display: none !important;
    }
    .why-choose-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
}
.spl-seg-hide {
        display: block;
    }

@media (max-width: 1440px) {
    .spl-serv-hide {
        display: none !important;
    }
    .spl-serv-view {
        display: block !important;
    }
}

.spl-serv-hide {
    display: block;
}
.spl-serv-view {
        display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .spl-why-hide {
        display: none !important;
    }
}

.spl-why-hide {
    display: flex;
}

.spl-pb40 {
    padding-bottom: 40px !important;
}
.image {
    text-align: center !important;
}

@media (max-width: 575px) {
    .spl-wid50 {
        width: 100% !important;
    }

}



.navigation .sub-menu {
  display: none;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.menu-item-has-children.open > .sub-menu {
  display: block;
}

.menu-item-has-children .spl-icon {
  transition: transform 0.2s ease;
  cursor: pointer;
}

.menu-item-has-children.open .spl-icon {
  transform: rotate(180deg);
}


.bg-active a{
    background: #ff8438 !important;
    color: white !important;
}


.spl-rel-padd {
        padding-right: 0px !important;
    padding-left: 30px !important;
}

@media (max-width: 768px) {
    .services-details {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 0px 0px 0px !important;
    }
}

.juscon-end {
    justify-content: flex-end;
}

/* COUNTER START */
.counter_section {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.single_counter_center {
    width: 200px;
    height: 200px;
    border: 7px solid #1d4c26;
    border-radius: 50%;
    margin: 0 auto;
    padding: 13px;
    position: relative;
    margin-top: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.single_counter_center::after,
.single_counter_center::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #008036;
    border-radius: 50%;
    top: -17px;
    left: 43%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.single_counter_center::before {
    top: -17px;
    left: 55%;
}

.single_counter_center h2 {
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 150px;
    background: #74c54d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.single_counter_center h2 span {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    color: white;
    position: relative;
    padding-right: 27px;
}

.single_counter_center h2 span::after {
    position: absolute;
    content: "+";
    top: 0;
    right: -10px;
    font-size: 50px;
    font-weight: 900;
    color: var(--colorWhite);
}

.sing-count h2 span::after {
    position: absolute;
    content: "%";
    top: 0;
    right: -28px;
    font-size: 50px;
    font-weight: 900;
    color: var(--colorWhite);
}

.mob-view {
    display: none !important;
}

.single_counter p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
/*    text-transform: capitalize;*/
    margin-top: 25px;
}

/* COUNTER END */

.spl-proname {
    border-radius: 100px;
    background: linear-gradient(to bottom, #A8E063 0%, #4CAF50 50%, #1E5631 100%);
    padding: 13px 0px !important;
    margin: 0px 50px;
    color: white;
    font-size: 17px !important;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);*/
    position: relative;
    top: -80px;
}
.spl-imghei img{
    height: 350px;
    width: 380px;
    border-radius: 15px;
}






/** testimonial-style-nine **/

.testimonial-style-nine{
  position: relative;
  width: 100%;
  padding: 0px 0px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-nine:before {
  position: absolute;
  content: '';
  background: url(../images/icons/map-shap-2.png);
  width: 100%;
  height: 415px;
  left: 0px;
  top: 230px;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-nine .testimonial-content{
  position: relative;
  padding: 0px 250px;
}

.testimonial-style-nine .testimonial-content .image-box{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 47px;
}

.testimonial-style-nine .testimonial-content .image-box:before{
  position: absolute;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-weight: 600;
  color: white;
  background: #008036;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  right: -7px;
  bottom: -6px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-style-nine .testimonial-content .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-nine .testimonial-content .text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: black;
  font-style: italic;
  margin-bottom: 30px;
}

.testimonial-style-nine .testimonial-content .author-info .name{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-weight: 500;
  margin-bottom: 1px;
  padding-top: 34px;
}

.testimonial-style-nine .testimonial-content .author-info .name:before{
  position: absolute;
  content: '';
  background: #fd9f26;
  height: 2px;
  width: 40px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.testimonial-style-nine .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
}

.testimonial-style-nine .owl-nav .owl-prev,
.testimonial-style-nine .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 40px;
  width: 65px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all 500ms ease;
  cursor: pointer;
}

.testimonial-style-nine .owl-nav .owl-prev{
  left: 0px;
}

.testimonial-style-nine .owl-nav .owl-next{
  right: 0px;
}

.testimonial-style-nine .owl-nav .owl-prev:hover,
.testimonial-style-nine .owl-nav .owl-next:hover{
  background: #fff;
  color: #4527a4;
}

.spl-martop130 {
    margin-top: 130px !important;
}
.spl-martop160 {
    margin-top: 160px !important;
}

.new-martop140 {
    margin-top: 160px;
}

.spl-chevr::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    content: "\f101"; 
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 7px;
    color: white;
}






/*ABOUT US*/

.why-choose-us-four {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .why-choose-us-four {
    padding: 80px 0 55px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-four .feature-block {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-four .feature-block .inner-block {
    padding: 25px 15px;
  }
}
.why-choose-us-four .inner-container {
  position: relative;
}
.why-choose-us-four .inner-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .why-choose-us-four .inner-container .image {
    display: none;
  }
}
.why-choose-us-four .inner-container .image img {
  width: 100%;
  height: 100%;
}
.why-choose-us-four .content-box {
  margin-top: 30px;
  margin-left: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-four .content-box {
    margin-top: 0;
    margin-left: 0;
  }
}
.why-choose-us-four .sec-title-style-three {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--theme-color1);
  margin-bottom: 48px;
}
.why-choose-us-four .sec-title-style-three .text {
  margin-bottom: 0;
}
.why-choose-us-four .sec-title-style-three:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  width: 102px;
  height: 3px;
  left: 0;
  bottom: 1.5px;
}

/***

====================================================================
    Services Section Two
====================================================================

***/
.service-section-two {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0 90px;
}
.service-section-two .sec-title {
  margin-bottom: 54px;
}
.service-section-two .outer-box {
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.service-section-two .outer-box:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(49.89%, rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.42) 49.89%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.service-section-two .outer-box:hover .arrow-box {
  top: 30px;
}
.service-section-two .outer-box .swiper-horizontal {
  padding-bottom: 0;
}
.service-section-two .outer-box .arrow-box {
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-two .outer-box .arrow-box .slider-prev,
.service-section-two .outer-box .arrow-box .slider-next {
  background-color: var(--theme-color1);
  border-radius: 3px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.service-block-two .inner-box {
  border-right: 1px solid var(--theme-color2);
  overflow: hidden;
  position: relative;
  min-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box {
    min-height: 500px;
  }
}
.service-block-two .inner-box:hover .overlay-content, .service-block-two .inner-box.active .overlay-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.service-block-two .inner-box:hover .content, .service-block-two .inner-box.active .content {
  opacity: 0;
  visibility: hidden;
}
.service-block-two .content {
  position: relative;
  padding: 43px 50px 71px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-two .content {
    padding: 30px 30px 60px;
  }
}
.service-block-two .content .icon-box {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
  font-size: 40px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  width: 80px;
  margin-bottom: 46px;
}
.service-block-two .content .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .content .title a {
  color: #fff;
}
.service-block-two .content .title a:hover {
  color: var(--theme-color2);
}
.service-block-two .overlay-content {
  background-color: var(--theme-color-white);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 40px 48px 52px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-align: center;
}
@media (max-width: 1299.98px) {
  .service-block-two .overlay-content {
    padding: 60px 30px 40px;
  }
}
.service-block-two .overlay-content .icon-box {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  font-size: 40px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  width: 80px;
  margin-bottom: 45px;
}
.service-block-two .overlay-content .icon-box .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.service-block-two .overlay-content .title {
  border-bottom: 1px solid var(--theme-color2);
  color: var(--headings-color);
  padding-bottom: 30px;
  margin-bottom: 31px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .overlay-content .title a:hover {
  color: var(--theme-color-black);
}
.service-block-two .overlay-content .title:before {
  position: absolute;
  content: "";
  background-color: var(--headings-color);
  width: 98.92px;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .overlay-content .text {
  color: #232323;
}
/*** 

====================================================================
    Feature Section Three 
====================================================================

***/
.features-section-three {
  background-color: var(--theme-color-white);
  position: relative;
}
.features-section-three .sec-title-style-three .title {
  max-width: 553px;
}
@media (max-width: 991.98px) {
  .features-section-three .sec-title-style-three .title {
    max-width: 650px;
  }
}
.features-section-three .outer-container {
  max-width: 1800px;
  background-color: var(--theme-color1);
  margin: 0 auto;
  padding: 0 0 100px;
}
@media (max-width: 991.98px) {
  .features-section-three .outer-container {
    padding: 0 0 80px;
  }
}
.features-section-three .inner-container {
  padding: 140px 100px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .features-section-three .inner-container {
    padding: 100px 15px;
  }
}
@media (max-width: 991.98px) {
  .features-section-three .inner-container {
    padding: 0 15px;
  }
}
.features-section-three .inner-container .bg-image {
  left: auto;
  right: 100px;
  bottom: 0;
  width: calc(55% - 8px);
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .features-section-three .inner-container .bg-image {
    display: none;
  }
}
.features-section-three .inner-container .bg-image:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.features-section-three .inner-container .bg-image img {
  width: 100%;
  height: 100%;
}
.features-section-three .sec-title-box {
  padding: 100px 100px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .features-section-three .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 0 72px 15px;
  }
}
.features-section-three .sec-title-box .sec-right-box {
  max-width: 435px;
}
.features-section-three .sec-title-box .sec-right-box .text {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--theme-color2);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 32px;
  position: relative;
}
.features-section-three .sec-title-box .sec-right-box .text:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-dark);
  width: 102px;
  height: 3px;
  bottom: -1.5px;
  left: 0;
}
.features-section-three .sec-title-box .sec-right-box .theme-btn {
  padding: 12px 25.5px;
}

.feature-block-three .inner-block {
  background-color: var(--theme-color-white);
  padding: 40px 40px 31px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1599.98px) {
  .feature-block-three .inner-block {
    padding: 30px;
  }
}
.feature-block-three .inner-block:hover .icon-box .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.feature-block-three .inner-block .icon-box {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color-dark);
  margin-bottom: 29px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-block .icon-box .icon {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-block .title {
  position: relative;
  margin-bottom: 9px;
}
.feature-block-three .inner-block .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .feature-block-three .inner-block .text {
    font-size: 17px;
  }
}




.about-content-style-1 {
    margin-left: 50px;
}
.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
    font-family: "Parkinsans", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: inline-block;
}
.about-content-style-1 .text {
    margin-top: 15px;
    max-width: 600px;
}
.about-content-style-1 .about-button {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 45px;
}
.theme-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--theme);
    font-family: "Parkinsans", sans-serif;
    padding: 18px 34px;
    color: var(--white);
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    transition: all 0.4s 
ease-in-out;
}
.theme-btn::before {
    content: "";
    height: 0px;
    width: 0px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s 
ease-in-out;
    z-index: -1;
}
.about-content-style-1 .about-button .theme-btn::before {
    background-color: var(--header);
}
.about-content-style-1 .about-button .content h4 {
    font-weight: 700;
    font-family: "Parkinsans", sans-serif;
}
.about-content-style-1 .circle-progress-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 55px;
    flex-wrap: wrap;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar {
    display: flex;
    align-items: center;
    gap: 5px;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    position: relative;
    height: 80px;
    width: 90px;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    position: absolute;
    height: 79px;
    width: 79px;
    border-radius: 50%;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
    background-color: rgba(153, 165, 55, 0.3) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
    clip: rect(0 50px 100px 0);
    background-color: var(--theme) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    position: absolute;
    height: 79px;
    width: 79px;
    border-radius: 50%;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    position: absolute;
    height: 79px;
    width: 79px;
    border-radius: 50%;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left
 {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: var(--bg) !important;
}
.about-content-style-1 .circle-progress-bar-wrapper .single-circle-bar .content h6 {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    font-family: "Parkinsans", sans-serif;
}


 :root{
      --pale:#eef1ea; /* section background */
      --card-bg:#fff;
      --icon-bg:#111;
      --muted:#6b6b6b;
    }

    /* Section wrapper */
    .approach-section{
      background: var(--pale);
      padding: 70px 0;
    }

    /* Constrain the content width and add left offset like the screenshot */
    .approach-inner{
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .approach-top {
      display: flex;
      gap: 30px;
      align-items: flex-start;
      margin-bottom: 40px;
    }

    .approach-tag {
      color: #9aa09a;
      font-size: 0.85rem;
      margin-bottom: 12px;
    }

    .approach-title {
      font-weight: 700;
      font-size: 2.1rem;
      line-height: 1.05;
      margin: 0 0 10px;
    }

    .approach-right {
      text-align: left;
    }

    .divider-line {
      width: 70px;
      height: 4px;
      background: #111;
      margin: 12px 0;
    }

    .read-more-btn {
      background: #111;
      color: #fff;
      border: 0;
      padding: .6rem 1rem;
      font-weight: 600;
      border-radius: 2px;
    }

    /* image & feature cards area */
    .approach-media {
      position: relative;
      margin-top: 30px;
    }

    .approach-media img {
      width: 100%;
      display: block;
      border-radius: 2px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

    /* Feature cards that overlap the image */
    .feature-cards {
      position: absolute;
      left: -18%;
      top: 40%;
      transform: translateY(-50%);
      display: flex;
      gap: 18px;
      z-index: 5;
    }

    .feature-card {
      width: 260px;
      background: var(--card-bg);
      padding: 26px;
      box-shadow: 0 8px 20px rgba(15,15,15,0.08);
      border-radius: 2px;
      position: relative;
    }

    /* small black square with icon */
    .feat-icon {
      width: 48px;
      height: 48px;
      background: var(--icon-bg);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-radius: 2px;
      margin-bottom: 14px;
    }

    .feature-card h5 {
      margin: 0 0 10px;
      font-size: 1.05rem;
      font-weight: 700;
    }

    .feature-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.45;
    }

    /* Slight vertical stagger for cards (visual overlap like screenshot) */
    .feature-cards .feature-card:nth-child(1){ transform: translateY(-28px); }
    .feature-cards .feature-card:nth-child(2){ transform: translateY(0); }
    .feature-cards .feature-card:nth-child(3){ transform: translateY(28px); }

    /* RESPONSIVE ADJUSTMENTS */
    @media (max-width: 991.98px) {
      .approach-top { flex-direction: column; }
      .approach-right { margin-top: 12px; }
      .feature-cards {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        margin-top: 20px;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
      }
      .feature-card { width: 100%; max-width: 520px; margin: 0 auto;}
      .feature-cards .feature-card:nth-child(1),
      .feature-cards .feature-card:nth-child(2),
      .feature-cards .feature-card:nth-child(3){ transform: none; }
    }

    @media (max-width: 575.98px){
      .approach-title{ font-size: 1.6rem; }
      .feature-card { padding: 18px; }
    }




/* ========== Base variables (tweak as needed) ========== */
.stack {
  --gap: 30px;          /* spacing between stacked cards */
  --slide: 250px;       /* how far the swap anim slides left */
  --card-w: 350px;
  --card-h: 500px;

  position: relative;
  width: var(--card-w);
  height: var(--card-h);
  margin: 0 auto;       /* center in its column */
  perspective: 1200px;  /* for rotateY to look right */
}

/* remove hard offsets that break layouts */
.stack { right: auto; top: 100px; }

/* ========== Card ========== */
.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* base transform */
  width: var(--card-w);
  height: var(--card-h);
  border-radius: 2rem;
  box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.25),
    0 15px 20px rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.card.small {
  height: 350px !important;
  width: 350px;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

/* ========== Stack positions (from back to front) ========== */
.card:nth-last-child(n + 5) {
  --x: calc(-50% + (var(--gap) * 3));
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + (var(--gap) * 2));
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + var(--gap));
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - var(--gap));
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

/* ========== Animation ========== */
.swap {
  animation: swap 1.3s ease-out forwards;
}

/* single keyframes; media queries just adjust --slide */
@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - var(--slide)), -50%)
               scale(0.85) rotate(-5deg) rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - var(--gap)), -50%) scale(0.5);
    z-index: -1;
  }
}

/* ========== Responsive tweaks (change sizes & slide distance) ========== */
@media (max-width: 1200px) {
  .stack {
    --card-w: 250px;
    --card-h: 380px;
    --slide: 200px;
  }
}

@media (max-width: 1050px) {
  .stack {
    --card-w: 220px;
    --card-h: 350px;
    --slide: 150px;
  }
}

@media (max-width: 990px) {
  .stack {
    --card-w: 200px;
    --card-h: 300px;
  }
}

@media (max-width: 950px) {
  .stack { grid-area: stacked; }
}

@media (max-width: 650px) {
  .stack {
    --card-w: 180px;
    --card-h: 260px;
  }
}

.spl-imp-lft {
  width: 160px !important;
  height: 160px !important;
  max-width: none !important;
}

.it-work-content {
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  border-radius: 12px;
}

.it-work-content.swiper-slideravice {
  background: #1e3a8a;  /* blue background */
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.it-work-content.swiper-slideravice h3,
.it-work-content.swiper-slideravice p,
.it-work-content.swiper-slideravice a {
  color: #fff;
}

@media (max-width: 768px) {
.t-sm-none{
  display: none;
}
}


@media (max-width: 1200px) {
  .tag1 {
    top: 150px !important;
    left: 10% !important;
}
.tag2
 {
    top: 150px;
    right: 5% !important;
}

.tag3 {
    bottom: 36px;
    left: 5%;
}

.tag4 {
    bottom: 36px;
    right: 5%;
}
}

@media (max-width: 1440px) {
  .tag1 {
    top: 150px;
    left: 22%;
}
.tag2
 {
    top: 150px;
    right: 17%;
}
}
@media (max-width: 1650px) {
  .tag2
 {
    top: 150px;
    right: 21%;
}

}

.process-box-layout1 ul.content-holder li svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

.content-holder {
    list-style-type: none;
}
.bend1 {
    position: relative;
    left: 28%;
}
.bend2 {
    position: relative;
    left: 32%;
}


/** application-setup **/

.application-setup{
  position: relative;
  padding: 20px 0px 50px 0px;
}

.application-setup .sec-title{
  margin-bottom: 0px;
}

.application-setup .single-item{
  position: relative;
}

.application-setup .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 0px 30px;
  padding: 74px 30px 39px 30px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}

.application-setup .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(245, 245, 245, 0.5);
  width: 470px;
  height: 470px;
  right: -115px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.application-setup .single-item:hover .inner-box:before{
  bottom: -270px;
}

.application-setup .single-item .inner-box:after{
  position: absolute;
  content: '';
  background: rgba(245, 245, 245, 0.7);
  width: 470px;
  height: 470px;
  right: -145px;
  bottom: -470px;
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease;
}

.application-setup .single-item:hover .inner-box:after{
  bottom: -330px;
}

.application-setup .single-item .count-box{
  position: absolute;
  left: 80px;
  top: -30px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: -webkit-linear-gradient(-45deg, #092ef1 0%, #010570 100%);
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
  z-index: 2;
}

.application-setup .single-column:nth-child(2) .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #fab000 0%, #cd8400 100%);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.application-setup .single-column:last-child .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #9ff300 0%, #1a8300 100%);
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.application-setup .single-item .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #222;
  margin-bottom: 25px;
}

.application-setup .single-item .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.application-setup .single-item .inner-box h3 a:hover{
  color: #4527a4;
}

.application-setup .single-item .inner-box .text{
  position: relative;
  font-size: 16px;
}

.application-setup .single-column:nth-child(2){
  padding-top: 70px;
}

.lh-17 {
    line-height: 1.7 !important;
}
.txt-justy {
    text-align: justify !important;
}

@media(max-width: 1440px) {
    .main-header-one__left .logo-box a img {
        width: 70%;
    }
    .navbar-wrap ul li+li {
        margin-left: 14px !important;
    }
    .single_counter_center h2 {
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 150px;
    background: #74c54d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
        }
    .single_counter_center {
    width: 200px;
    height: 200px;
    border: 7px solid #1d4c26;
    border-radius: 50%;
    margin: 0 auto;
    padding: 13px;
    position: relative;
    margin-top: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
        }
    .single_counter_center h2 span {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: white;
    position: relative;
    padding-right: 27px;
        }
        .single_counter_center h2 span::after {
    position: absolute;
    content: "+";
    top: 0;
    right: -5px;
    font-size: 36px;
    font-weight: 900;
    color: var(--colorWhite);
        }
        .sing-count h2 span::after {
    position: absolute;
    content: "%";
    top: 0;
    right: -15px;
    font-size: 36px;
    font-weight: 900;
    color: var(--colorWhite);
        }
    .single_counter p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    /* text-transform: capitalize; */
    margin-top: 25px;
        }
        .service-section .container-fluid {
    padding: 0 80px !important;
        }
    .sec-title {
    position: relative;
    display: block;
     padding-bottom: 0px; 
        }
    
}

@media (max-width: 991px) {
    .service-section .container-fluid {
    padding: 0 15px !important;
        }
    .section-padding {
        padding: 20px 0 !important;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .spl-hide {
        display: none !important;
    }

}

@media (max-width: 1700px) {
    .navbar-wrap ul li+li {
        margin-left: 25px;
    }

}





/* -- Contact */
.contact-info {
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 0 25px 10px;
    min-height: 210px;
    box-shadow: 0px 3px 10px #1d4c26;
    border-radius: 15px;
}
/*.contact-info::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
}*/
.contact-info .main-i {
    width: 69px;
    height: 69px;
    display: inline-block;
    background-color: #008036;
    color: #ffffff;
    line-height: 69px;
    font-size: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.contact-info .main-i::after {
    content: "";
    height: 15px;
    width: 9px;
    border-bottom: 15px solid #1d4c26; 
    border-left: 9px solid transparent;
    position: absolute;
    left: -9px;
    top: 0;
    display: inline-block;
}
.contact-info h5 {
    color: black;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 20px;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.6);*/
    font-weight: 800;
    letter-spacing: 0.8px;
    margin: 15px 0;
    text-transform: uppercase;
}
.contact-info p,
.contact-info a {
    font-size: 16px;
    color: black;
    letter-spacing: 0.72px;
}
.contact-info a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    word-wrap: break-word;
}
.contact-info a:hover {
    color: #008036;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .form-control {
    padding: 10px 18px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    background-color: transparent;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    height: 50px;
    text-transform: uppercase;
    color: #555555;
}
.contact-form .form-control::-webkit-input-placeholder {
   color: #555555;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #555555; 
}
.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #555555;
}
.contact-form .form-control:-ms-input-placeholder {  
   color: #555555; 
}
.contact-form textarea.form-control {
    height: 220px;
}
.contact-form  input[type="submit"] { 
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    background-color: #ffc527;
    border: 1px solid #ffc527;
    padding: 11px 24px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    margin: 15px 0 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.contact-form  input[type="submit"]:hover {
    color: #ffc527;
    background-color: #ffffff;
}
.alert-msg {
    color: #50B948;
    display: inline-block;
    width: 100%;
    margin: 20px 15px 0;
}
.alert-msg-success {
    color: #50B948;
}
.alert-msg-failure {
    color: #b11e1e;
}
/*.spl-padd-327{
    padding-bottom: 327px;
}   */




/*################################# */
/* contact-form-style-2 */
/* ################################# */
/*.pq-form-box-style-1.pq-style-2{
    background-color: #fff5e6;
}*/
.pq-form-box-style-1.pq-style-2 .pq-form input{
    /*background-color: #fff5e6;*/
    color: black;
    border: 1px solid #008036;
    border-radius: 7px;
}
.pq-form-box-style-1.pq-style-2 .pq-form textarea{
    /*background-color: #fff5e6;*/
    border: 1px solid #008036;
    color: black;
    border-radius: 7px; 
}
.pq-form-box.pq-style-2{
    margin-top: 20px;
}
.pq-form-box-style-1 .pq-form .name {
    border-radius: 7px;
}
input, textarea, input.form-control {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: black;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    height: 55px;
    line-height: 54px;
    outline: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: var(--border-radius);
}
.pq-form {
    position: relative;
    width: 100%;
  }

  .pq-form select {
    appearance: none;          /* removes default arrow */
    -webkit-appearance: none;
    border: 1px solid #896b4c;
    background-color: #fff5e6;
    -moz-appearance: none;
    padding-right: 40px;       /* space for icon */
  }

  .pq-select::after {
    content: "\f078";          /* Font Awesome chevron-down */
    font-family: "FontAwesome"; 
    font-weight: 100;
    position: absolute;
    right: 15px;
    top: 68%;
    transform: translateY(-50%);
    pointer-events: none;      /* clicks go through */
    color: #333;               /* icon color */
  }

.cons-bg{
    width: 100%;
}

.pq-button-flat{
    background: #896b4c;
    padding: 15px 25px;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
}
.spl-hei100 {
    height: 100px !important;
    overflow-y: auto !important;
}
.spl-martop60 {
    margin-top: 70px !important;
}
.spl-martop36 {
    margin-top: -36px !important;
}
.spl-borright {
    border-right: 2px solid white;
}

.spl-white {
    color: white !important;
}

.spl-subimg {
    border-radius: 10px !important;
}


.spl-page-header {
    position: relative;
    display: block;
    top: 70px !important;
    padding: 90px 0px 90px;
    overflow: hidden;
    z-index: 1;
}
/* Qonstruct Construction Business HTML-5 Template */

/*** 

====================================================================
    Fluid One
====================================================================

***/

.fluid-one{
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
}

.fluid-one .outer-container{
    position: relative;
}

.fluid-one .left-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
}

.fluid-one_image{
    position: relative;
    display: none;
}

.fluid-one_image img{
    position: relative;
    width: 100%;
    display: block;
}

.fluid-one .right-box {
    position: relative;
    float: right;
    width: 50%;
    padding: 30px 15px 40px 60px;
}

.fluid-one .right-box_inner{
    position: relative;
    max-width: 580px;
}

.fluid-block_one{
    position:relative;
    z-index:1;
    margin-bottom: 30px;
}

.fluid-block_one:last-child{
    margin-bottom: 0px;
}

.fluid-block_one-inner{
    position:relative;
    padding-left: 70px;
}

.fluid-block_one-icon{
    position:absolute;
    left:0px;
    top:5px;
    width:48px;
    height:48px;
    font-size: 37px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    font-family: "flaticon_qonstruct";
    background-color: var(--main-color);
}

.fluid-block_one-icon:after{
    position:absolute;
    content:'';
    left:-8px;
    bottom:-8px;
    width: 48px;
    height: 48px;
    z-index:-1;
    background:url(../images/icons/vector.png) no-repeat;
}

.fluid-block_one-title{
    position:relative;
    color: var(--color-two);
}

.fluid-block_one-text{
    position:relative;
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
    color: var(--color-two);
}

.fluid-one_content{
    position:absolute;
    right:-40px;
    bottom:50px;
    padding: 40px 50px;
    border-top: 8px solid var(--main-color);
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}

.fluid-one_content-inner{
    position:relative;
    padding-left: 100px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--color-two);
}

.fluid-one_content-icon{
    position:absolute;
    left:0px;
    top:0px;
    line-height:1em;
    font-size: 70px;
    font-weight: normal;
    color: var(--main-color);
    font-family: "flaticon_qonstruct";
}


/* Qonstruct Construction Business HTML-5 Template */

/*** 

====================================================================
    Welcome One
====================================================================

***/

.welcome-one{
    position:relative;
    padding: 50px 0px 0px;
}

.welcome-one_image-column{
    position:relative;
    margin-bottom: 30px;
}

.welcome-one_image-outer{
    position:relative;
}

.welcome-one_image{
    position:relative;
    opacity:0;
    clip-path: polygon(49% 0, 51% 0, 51% 100%, 49% 100%);
}

.welcome-one_image.now-in-view{
    opacity:1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.welcome-one_content-column{
    position:relative;
    margin-bottom: 30px;
}

.welcome-one_content-outer{
    position:relative;
}

.welcome-one_tag{
    position:relative;
    font-size:20px;
    display: flex;
    font-weight: 600;
    line-height:1em;
    width: 100%;
    justify-content: left;
    align-content: center;
    color: var(--color-two);
    background-color:#f5f5f5;
    padding: 25px 25px 25px 35px;
    border-radius: 0px 50px 50px 0px;
}

.welcome-one_tag span{
    position:relative;
    line-height:1em;
    margin-right: 15px;
    color: var(--main-color);
    font-family: "flaticon_qonstruct";
}

.welcome-one_experiance{
    position:relative;
    font-size:30px;
    display: block;
    font-weight: 600;
    line-height:1em;
    margin-top: 30px;
    color: var(--color-two);
}

.welcome-one_experiance .odometer{
    position:relative;
    font-size: 72px;
    line-height:1em;
    font-weight:700;
    margin-right: 20px;
    color: var(--main-color);
}

.welcome-one_content{
    position:relative;
    padding-left: 125px;
}

.welcome-one_content .award-box{
    position:absolute;
    left:0px;
    top:0px;
    width:101px;
    z-index:1;
    padding-bottom: 40px;
    text-align: center;
}

.welcome-one_content .award-box:before{
    position:absolute;
    content:'';
    left:10px;
    top:50px;
    right:10px;
    bottom:0px;
    background-color:#151824;
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
}

.welcome-one_content .award-text{
    position:relative;
    font-size:16px;
    padding:0px 15px;
    color: var(--white-color);
}

.welcome-one_content .award-text span{
    position:relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    margin-top: 10px;
}

.welcome-one_content .award-text span:before{
    position:absolute;
    content:'';
    left: 50%;
    top:0px;
    width:30px;
    height: 2px;
    transform: translateX(-50%);
    background-color: var(--main-color);
}

.welcome-one_content .award-box .star{
    position:relative;
    width:101px;
    height:101px;
    z-index:1;
    font-size: 18px;
    line-height:101px;
    margin-bottom: 15px;
    color: var(--white-color);
}

.welcome-one_content .award-box .star:after{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:-1;
    background:url(../images/icons/circle.png) no-repeat;
}

.welcome-one_button{
    position:relative;
    margin-top: 30px;
}



/*------------------------------------------
    How Its Work Style1 Css
--------------------------------------------*/
.how-its-work-style1 {
    background-color: var(--thm-white);
}

.how-its-work-style1 .sec-title.withtext {
    padding-bottom: 30px;
}

.how-its-work-style1__single {
    position: relative;
    display: block;
    padding: 60px 20px 20px 20px;
}

.how-its-work-style1__single .img-box {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    z-index: 1;
}

.how-its-work-style1__single .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #1d4c26;
    transform: rotate(135deg);
    z-index: -1;
}

.how-its-work-style1__single .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.how-its-work-style1__single .icon-box span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #001a39;
}

.how-its-work-style1__single .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.how-its-work-style1__single .img-box .inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.how-its-work-style1__single:hover .img-box .inner::before {
    opacity: 0.40;
}

.how-its-work-style1__single .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.how-its-work-style1__single:hover .img-box .inner img {
    transform: scale(1.05) rotate(0deg);
}

.how-its-work-style1__single .img-box .inner .count-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #008036;
    padding-left: 30px;
    padding-bottom: 57px;
    z-index: 3;
}

.how-its-work-style1__single .img-box .inner .count-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-family: var(--thm-font-2);
    font-weight: 500;
}

.how-its-work-style1__single .content-box {
    position: relative;
    display: block;
    padding-top: 63px;
    z-index: 3;
}

.how-its-work-style1__single .content-box h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 13px;
}

.how-its-work-style1__single .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.how-its-work-style1__single .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.how-its-work-style1__single .content-box p {
    margin: 0;
}

.how-its-work-style1__consult {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 620px;
    border-radius: 6px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    margin: 52px auto 0;
    padding: 0px 40px 0px;
    padding-right: 0;
}

.how-its-work-style1__consult .text {
    position: relative;
    display: block;
}

.how-its-work-style1__consult .text p {
    color: var(--thm-black);
}

.how-its-work-style1__consult .btn-box {
    position: relative;
    display: block;
    margin-left: auto;
}

.how-its-work-style1__consult .btn-box .btn-one {
    padding-top: 8px;
    padding-bottom: 7px;
}


.hero-frame {
    display: inline-block;
    border-radius: 15px;
    padding: 10px;
    border: 4px solid var(--atf-thm-color);
    background: var(--atf-thm-white);
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}
.hero-frame img {
    display: block;
    width: 420px;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
}

/* Decorative diagonal stripes (behind image) */
.hero-frame::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 20%;
    width: 120px;
    height: 120px;
    transform: rotate(50deg);
    background: linear-gradient(90deg, rgb(0 128 54), transparent);
    border-radius:50%;
    z-index:-1;
    animation: 8s infinite moving;
}
.hero-frame::before {
    content: "";
    position: absolute;
    left: 11%;
    bottom: 17%;
    width: 120px;
    height: 120px;
    transform: rotate(50deg);
    background: linear-gradient(90deg, rgb(0 128 54), transparent);
    animation: zoom 9s infinite;
    border-radius: 50%;
}
.atf-main-btn.mt-35 {
    display: flex;
    align-items: center;
    gap: 35px;
}

.call-lg:hover{
color: unset !important;
}
  .call-us-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 30px;
      background: linear-gradient(to bottom, #A8E063 0%, #4CAF50 50%, #1E5631 100%);
      color: white;
      font-size: 20px;
      font-weight: bold;
      border: 2px solid #11234d;
      border-radius: 40px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
      text-decoration: none;
      transition: all 0.1s ease;
     animation: blink-border 2.5s infinite;
    }

    .call-us-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    }

    .call-us-btn:active {
      transform: translateY(1px);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .call-icon {
      background: #fff;
      color: #11234d;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
    }

    @keyframes blink-border {
      0%, 100% { border-color: #7ed958; }
      50% { border-color: #fff; }
    }
    .call-us-btn:hover{
         color: #fff;
    }



.marqueeinfinite {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  top: 130px;
  color: #fff;
    font-size: 1.25rem;
  overflow: hidden;
    background: #1d4c26;
  white-space: nowrap;
}
.infinite-mar{
 color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;

}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}

.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;

}
.services-card {
    padding: 30px 18px 25px;
            background: linear-gradient(rgb(25 59 43), rgb(26 60 44)), url(assets/images/web-images/home/foot-bg.jpg) !important;
                width: 100%;

    background: #008138;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 30px);
}
.location-grid {
    color: #fff !important;
    padding: 0px 15px !important;
        background: #1E5631 ;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    -webkit-transition: .7s !important;
    transition: .7s !important;
    text-align: center;
    line-height: 33px;
}

.spl-wid50 img {
    width: 50% !important;
}
.juscon-center {
    justify-content: center !important;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .section-title__linenew:before {
        position: absolute;
        bottom: -20px;
        left: 350px;
        height: 2px;
        width: 150px;
        content: "";
        background-color: #008036;
    }
    .section-title__linenew1:before {
        position: absolute;
        bottom: -20px;
        left: 375px;
        height: 2px;
        width: 50px;
        content: "";
        background-color: #008036;
    }
    .welcome-one_tag {
        /*width: 85% !important;*/
    }
}
@media (min-width: 1441px) and (max-width: 1700px) {
    .welcome-one_tag {
        /*width: 73% !important;*/
    }

}

.spl-square {
    padding-right: 20px !important;
    align-content: center !important;
}







/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 230px;
  right: 60px !important;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 49px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/*box-shadow: 0 1px 15px rgb(32 33 36 / 61%);*/
}
a.blantershow-chat svg {
  transform: scale(1.2);
}
.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 60px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  background: white !important;
  resize: none;
  margin: 0px !important;
  /*padding: 9px;*/
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}
a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../senthaa/image-senthaa/whatsapp-bg.webp");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 135px;
    right: 44px;
    z-index: 9;
    width: 35px;
}

.call-phone {
    height: 40px;
    z-index: 1003;
    position: fixed;
    right: 53px;
    bottom: 117px;
}


.scroll-to-top {
    position: fixed;
    bottom: 45px;
    right: 50px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.scroll-top-inner {
    width: 42px;
    height: 42px;
    background: #1d4c26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.scroll-top-inner:hover {
    background: #1d4c26;
}

.scroll-bar-text span {
    font-size: 20px;
    color: #fff;
    padding-top: 7px;
}

.spl-marleft140 {
    margin-left: 140px !important;
}
.spl-marright140 {
    margin-right: 140px !important;
}
.bg-set{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #00000026;
    box-shadow: 0 5px 21px 0 rgb(0 128 54);
}
.spl-txtwhite {
    color: white !important;
}
/*.spl-zin {
    z-index: -1 !important;
}
*/

@media (max-width: 700px) {
    .spl-martop160 {
        margin-top: 20px !important;
    }
    .sec-title {
        position: relative;
        display: block;
        padding-bottom: 20px !important;
    }
    .bg-set {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid #00000026;
        margin-bottom: 20px;
        box-shadow: 0 1px 4px 0 rgb(0 128 54);
    }
}
.spl-viewall1 {
    margin-top: -100px !important;
}
.spl-viewall2 {
    margin-top: -65px !important;
}
.spl-viewall3 {
    margin-top: -65px !important;
}
.spl-viewall4 {
    margin-top: -100px !important;
}
@media (max-width: 991px) {
    .testimonial-style-nine .testimonial-content {
        position: relative;
         padding: 0px 0px; 
    }
    .testimonial-style-nine .testimonial-content .text{
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 36px;
        color: black;
        font-style: italic;
        margin-bottom: 10px;
    }
    .testimonial-style-nine .testimonial-content .author-info .name{
      position: relative;
      display: block;
      font-size: 20px;
      line-height: 32px;
      color: black;
      font-weight: 500;
      margin-bottom: 1px;
      padding-top: 15px;
    }
    .page-header {
        position: relative;
        display: block;
        top: 110px;
        padding: 90px 0px 90px;
        overflow: hidden;
        z-index: 1;
    }
    .new-martop140 {
        margin-top: 120px;
    }
    .font-28 {
        font-size: 28px !important;
    }
    .font-18 {
        font-size: 18px !important;
    }
    .application-setup {
        position: relative;
        padding: 20px 0px 30px 0px;
    }
    .application-setup .single-item .inner-box{
      position: relative;
      display: block;
      overflow: hidden;
      background: #fff;
      margin: 0px 0px;
      padding: 55px 20px 20px 20px;
      box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
      border-top-left-radius: 50px;
      z-index: 1;
      transition: all 500ms ease;
    }
    .award-item .desc {
        max-width: 100%; 
        width: 100%;
        text-align: center;
    }
    .application-setup .single-item .inner-box h3{
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 36px;
      font-weight: 500;
      color: #222;
      margin-bottom: 25px;
    }
    .spl-marleft140 {
        margin-left: 0px !important;
    }
    .spl-marright140 {
        margin-right: 0px !important;
    }
    .application-setup .single-column:nth-child(2) {
        padding-top: 55px;
    }
    .stack {
        right: auto;
         top: 0px; 
    }
    .page-header__inner {
        position: relative;
        display: block;
        text-align: center !important;
    }
    .spl-martop130 {
        margin-top: 100px !important;
    }
    .marqueeinfinite {
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      top: 70px;
      z-index: 10;
      color: #fff;
        font-size: 1.25rem;
      overflow: hidden;
        background: #1d4c26;
      white-space: nowrap;
    }
    .spl-mob-call{
        display: block !important;
    }
    .call-us-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 15px;
      margin: 0px 20px;
      background: linear-gradient(to bottom, #A8E063 0%, #4CAF50 50%, #1E5631 100%);
      color: white;
      font-size: 20px;
      font-weight: bold;
      border: 2px solid #11234d;
      border-radius: 40px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
      text-decoration: none;
      transition: all 0.1s ease;
     animation: blink-border 2.5s infinite;
    }
    .spl-margintop {
        margin-top: 50px !important;
    }
    .welcome-one_tag {
        position: relative;
        font-size: 20px;
        display: flex;
        font-weight: 600;
        line-height: 1em;
        width: 100%;
        justify-content: left;
        align-content: center;
        color: var(--color-two);
        background-color: #f5f5f5;
        padding: 20px 20px 20px 20px;
        line-height: 1.3;
        border-radius: 0px 50px 50px 0px;
    }
    .welcome-one_content-column {
        position: relative;
        margin-bottom: 0px;
    }
    .alite-center {
        align-items: center !important;
    }
    .spl-mailicon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .spl-mob-martop130 {
        margin-top: 130px !important;
    }

}


@media (min-width: 700px) and (max-width: 1200px) {
    #jssor_1 {
        top: 110px !important;
    }
    .sec-title {
        position: relative;
        display: block;
        padding-bottom: 20px;
    }
    .application-setup .single-column:nth-child(2) {
        padding-top: 0px;
    }
}

.active a {
    color: green !important;
}
/* Hexagon cards for lab features */
.hex-card {
    /*background: url('../../assets/images/web-images/home/main-bg.jpg');*/
    background: 
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
        url('../../assets/images/web-images/home/main-bg.jpg');
    padding: 30px 25px;
    border-radius: 0; /* override any old radius */
    border: none;
    /*box-shadow: 0 0 25px rgba(0, 166, 81, 0.35);*/
    clip-path: polygon(
        25% 5%,
        75% 5%,
        100% 50%,
        75% 95%,
        25% 95%,
        0 50%
    );
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 190px;
}

.hex-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 32px rgba(0, 166, 81, 0.55);
}

/* Icon inside hexagon */
.hex-card img {
    max-width: 55px;
}

/* Title spacing tweak */
.hex-card h6 {
    margin-bottom: 0;
}

/* Mobile adjustments */
@media (max-width: 575.98px) {
    .hex-card {
        padding: 22px 15px;
        min-height: 170px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .hex-card h6 {
        margin-bottom: 0;
        font-size: 17px;
    }
}
