/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*== Default Css ==*/
:root {
    --thm-font: "Onest", sans-serif;
    --thm-font-2: "Sen", sans-serif;
    --thm-primary-color: #fd5621;
    --thm-primary-color-rgb: 253, 86, 33;

    --thm-body-font-color: #6c6e73;
    --thm-body-font-color-2: #9aa3b8;
    --thm-body-font-size: 17px;
    --thm-body-line-height: 26px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #0c1a39;
    --thm-white: #ffffff;
    --thm-black: #0c1a39;
    --thm-black-bg: #122652;
    --thm-black-bg-rgb: 18, 38, 82;
    --thm-gray-bg: #f3f4f6;
    --thm-border-color: #e8eaf0;
    --thm-border-color-1: #2a3f6c;
    --thm-border-radius: 6px;
}


body {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
}

.body-bg-1 {
    background-color: #ffffff;
    padding: 30px 30px 0;
}


.body-bg-2 {
    background-color: #ffffff;
}



p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
}

a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

a:hover {
    color: inherit;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.auto-container {
    position: static;
    max-width: 1800px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}



body.locked {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0;
}



dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}













.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 5px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    cursor: pointer;
}


/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: 10px;
    color: var(--thm-white);
    font-size: 18px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-primary-color-rgb), 1);
    border-radius: 10px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: var(--thm-black);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: var(--thm-black);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.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 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    margin: 0;
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 0;
}



/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/


.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-primary-color);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #a3afa6;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 10px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group .btn-one {
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 30px;
    margin-top: 20px;
}

.side-content-newsletter-box .form-group .btn-one:hover {
    color: var(--thm-white);
}

.side-content-newsletter-box .form-group .btn-one::before {
    background: var(--thm-black-bg);
}

.side-content-newsletter-box .form-group .btn-one::after {
    background: var(--thm-primary-color);
}

.side-content-newsletter-box .form-group .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}






/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px;
}




/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 47px;
}

.sec-title.withtext {
    padding-bottom: 52px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
}

.sec-title .sub-title .decor {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 17px;
    border: 2px solid var(--thm-primary-color);
}

.sec-title .sub-title .decor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.sec-title .sub-title .decor::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.sec-title .sub-title h4 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 1;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}

.sec-title h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
}

.sec-title.white h2 {
    color: var(--thm-white);
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 11px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    right: 100%;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -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);
}

.btn-one i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 9px;
    top: 0px;
    z-index: 1;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}


/*== Section Btn Css ======*/
.section-btn {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 40px;
    z-index: 1;
}

.section-btn::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}

.section-btn-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 7px 25px 7px;
    z-index: 1;
}

.section-btn-inner p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.section-btn-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-white);
    background-repeat: repeat;
    z-index: -1;
}

.section-btn-inner p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.section-btn-inner p a i {
    font-size: 14px;
    margin-right: 6px;
}

.section-btn-inner p a:hover {
    color: var(--thm-primary-color);
}




/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(var(--thm-primary-color-rgb), 0.3);
    border: 0px solid;
    margin: 0px 6px;
    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: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}






/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 140px;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #dbdee7;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0;
    transition: all 700ms ease 3s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
    border-radius: 0%;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}


/*== Scrool To Top Css ======*/
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    transform: rotate(0deg);
    z-index: 99999999999;
}

.scroll-to-top.scroll-to-top1 {
    right: 40px;
    bottom: 65px;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 4px;
    margin-right: 10px;
    position: relative;
    display: none;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-primary-color);
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    border: none;
    color: var(--thm-white);
    font-size: 20px;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text--style2 {
    color: var(--thm-primary-color);
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.scroll-to-top .scroll-bar-text--style3 {
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}

.scroll-to-top .scroll-bar-text:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: transparent;
}

.scroll-to-top.bg2 .scroll-bar-text {
    background: #0a3e56;
}


.scroll-to-top--style2 {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
    display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
    width: auto;
    height: auto;
    background: transparent;
}

.scroll-to-top--style2 .scroll-bar-text p {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.scroll-to-top--style2 .scroll-bar-text:hover p {
    color: var(--thm-primary-color);
}

.scroll-to-top--style2 .scroll-bar-text span {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 10px;
    color: var(--thm-primary-color);
    font-size: 16px;
}




/*== Styled Pagination Css ======*/
.styled-pagination,
.paginate-links{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.paginate-links {
    gap: 10px;
}

.styled-pagination::before {
    display: none;
}

.styled-pagination.pdtop60 {
    padding-top: 60px;
}

.styled-pagination.pdtop30 {
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
}

.styled-pagination li+li {
    margin-left: 10px;
}

.styled-pagination li a,
.styled-pagination li > span,
.paginate-links > span,
.paginate-links a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: #aeb7c6;
    font-size: 21px;
    transition: all 500ms ease;
}

.styled-pagination li:hover a span:before {
    color: var(--thm-white);
}

.styled-pagination li a span {}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
    color: var(--thm-white);
    border-color: transparent;
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.styled-pagination li.prev {
    transform: rotate(180deg);
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a,
.styled-pagination li > span,
.paginate-links > span,
.paginate-links a:hover {
    color: var(--thm-white);
    border-color: transparent;
    background: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.styled-pagination li:hover.prev a {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 30%);
}

.styled-pagination li.prev a {
    overflow: hidden;
    transform: rotate(0deg);
    border: 1px solid var(--thm-border-color);
}

.styled-pagination li.next a {
    overflow: hidden;
    transform: rotate(0deg);
}

.styled-pagination li:hover.next a {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
}





/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin: 2px auto 0px;
    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;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== checked Css Css ======*/
.checked-box2 {
    position: relative;
    display: block;
    min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    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;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== Star Rating Style1 Css ======*/
.star-rating-style1 {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.star-rating-style1 input[type="radio"] {
    display: none;
}

.star-rating-style1 label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary-color);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.star-rating-style1 input[type="radio"]:checked~label {
    color: var(--thm-white);
}

.star-rating-style1 label:hover,
.star-rating-style1 label:hover~label {
    color: var(--thm-white);
}



/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.accordion-box-style1 .accordion .accord-btn.active {
    border-left: 1px solid var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 58px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn.active .left {
    border-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn.active .left::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.accordion-box-style1 .accordion .accord-btn .left h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
}

.accordion-box-style1 .accordion .accord-btn.active .left h4 {
    color: var(--thm-white);
}

.accordion-box-style1 .accordion .accord-btn h3 {
    color: var(--thm-body-font-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
}

.accordion-box-style1 .accordion .accord-btn.active h3 {
    color: var(--thm-black);
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e90e";
    top: 50%;
    right: 25px;
    color: var(--thm-black);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-primary-color);
    content: "\e901";
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    padding: 34px 30px 38px;
    display: none;
    z-index: 2;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0;
}




/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box li+li {
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    border: none;
    padding: 21px 30px 21px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #F9F9F9;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-primary-color);
}

.accordion-box .block .acc-btn::before {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e935";
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
    content: "\e936";
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: none;
    background-color: #F9F9F9;
    padding: 4px 30px 43px;
    padding-right: 70px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}






/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300px;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 300px;
    background-color: var(--thm-primary-color);
    opacity: 1.0;
    cursor: pointer;
}

.search-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 24px;
}



.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
    z-index: 10;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 70px;
    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;
    border-radius: 0;
    background-color: var(--thm-black);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciĆĀ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}








/*================================
    Served Style1 Css
================================*/
.served-style1 {
    padding: 120px 0px 120px;
}

.served-style1__inner {
    position: relative;
    display: block;
    min-height: 680px;
}

.served-style1__tab {
    position: relative;
    display: block;
    min-height: 680px;
}

.served-style1__tab-btn {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 275px;
    z-index: 10;
}

.served-style1__tab-btn ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 370px;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    clip-path: polygon(100% 0, 100% 83%, 88% 100%, 0 100%, 0 0);
    padding: 0px 0px 0px;
}

.served-style1__tab-btn ul::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -49px;
    width: 1px;
    height: 200px;
    background-color: var(--thm-border-color);
    transform: rotate(40deg);
}

.served-style1__tab-btn ul+ul {
    margin-left: 30px;
}

.served-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    cursor: pointer;
    padding: 0px 0px 0px;
}

.served-style1__tab-btn ul li:last-child {
    border-bottom: none;
}

.served-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 59px;
    border-right: 1px solid var(--thm-border-color);
    font-size: 26px;
    line-height: 0;
}

.served-style1__tab-btn ul li .icon .icon-car-battery .path1:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path2:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path3:before,
.served-style1__tab-btn ul li .icon .icon-ecommerce .path1:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path1:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path2:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path1:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path2:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path3:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path1:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path2:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path3:before,
.served-style1__tab-btn ul li .icon .icon-solar-panel .path1:before,
.served-style1__tab-btn ul li .icon .icon-flight .path1:before,
.served-style1__tab-btn ul li .icon .icon-beverage .path1:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path1:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path2:before {
    color: var(--thm-primary-color);
}

.served-style1__tab-btn ul li .icon .icon-car-battery .path4:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path5:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path6:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path7:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path8:before,
.served-style1__tab-btn ul li .icon .icon-ecommerce .path2:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path3:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path4:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path2:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path3:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path1:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path4:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path5:before,
.served-style1__tab-btn ul li .icon .icon-solar-panel .path2:before,
.served-style1__tab-btn ul li .icon .icon-flight .path2:before,
.served-style1__tab-btn ul li .icon .icon-flight .path3:before,
.served-style1__tab-btn ul li .icon .icon-beverage .path2:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path3:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path4:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path5:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path6:before {
    color: var(--thm-black);
}

.served-style1__tab-btn ul li h3 {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 28px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style1__tab-btn ul li:hover h3,
.served-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
    font-weight: 600;
}



.served-style1__tab .tabs-content-box {
    position: relative;
    display: block;
    min-height: 680px;
    max-width: 500px;
    width: 100%;
}

.served-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    min-height: 680px;
    visibility: hidden;
}

.served-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style1__tab .tab-content-box-item .served-style1-tab-content-box-item {
    opacity: 0;
    min-height: 680px;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style1__tab .tab-content-box-item.tab-content-box-item-active .served-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-served-style1 {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
}

.single-served-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.single-served-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    z-index: 1;
}

.single-served-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-served-style1 .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}

.single-served-style1 .img-box .overlay-title {
    position: absolute;
    left: 40px;
    bottom: 32px;
    right: 120px;
    z-index: 5;
}

.single-served-style1 .img-box .overlay-title>h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-served-style1 .img-box .overlay-title>h3>a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-served-style1 .img-box .overlay-title>h3>a:hover {
    color: var(--thm-primary-color);
}

.single-served-style1 .img-box .overlay-title p {
    color: var(--thm-body-font-color-2);
}

.single-served-style1 .img-box .overlay-title>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-served-style1 .img-box .overlay-title>a:hover {
    color: var(--thm-primary-color);
}

.single-served-style1 .img-box .overlay-title a i {
    font-size: 21px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}




.served-style1__content {
    position: absolute;
    display: block;
    padding-left: 600px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.served-style1__content .sec-title {
    padding-bottom: 31px;
}

.served-style1__content .text-box {
    position: relative;
    display: block;
}

.served-style1__content .text-box p {
    margin: 0;
}

.served-style1__content .banner-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 402px;
}

.served-style1__content .banner-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    font-size: 28px;
    line-height: 0;
}

.served-style1__content .banner-box .icon .icon-chat .path1:before,
.served-style1__content .banner-box .icon .icon-chat .path2:before,
.served-style1__content .banner-box .icon .icon-chat .path3:before,
.served-style1__content .banner-box .icon .icon-chat .path4:before,
.served-style1__content .banner-box .icon .icon-chat .path5:before {
    color: var(--thm-black);
}

.served-style1__content .banner-box .icon .icon-chat .path6:before {
    color: var(--thm-primary-color);
}

.served-style1__content .banner-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.served-style1__content .banner-box .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.served-style1__content .banner-box .title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style1__content .banner-box .title a:hover {
    color: var(--thm-primary-color);
}

.served-style1__content .banner-box .title a i {
    font-size: 21px;
    margin-left: 3px;
}



/*
================================
    Process Style1 Css
================================
*/
.process-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.process-style1-big-title1 {
    position: absolute;
    left: 0;
    bottom: 91px;
    right: 0;
    overflow: hidden;
}

.process-style1-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.process-style1-scrolling-text ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.process-style1-scrolling-text ul li {
    position: relative;
    float: left;
    margin-left: 80px;
    color: transparent;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 800;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdee7;
}

.process-style1-scrolling-text ul.list li.item:nth-child(2),
.process-style1-scrolling-text ul.list li.item:nth-child(3),
.process-style1-scrolling-text ul.list li.item:nth-child(4) {
    margin-top: 0px;
}


.process-style1-big-title2 {
    position: absolute;
    left: 0;
    bottom: 263px;
    right: 0;
    overflow: hidden;
}

.process-style1-big-title2 .process-style1-scrolling-text ul li {
    background-image: none;
}


.process-style1 .shape-img-box {
    position: absolute;
    top: 0;
    right: 0;
}

.process-style1 .shape-img-box img {
    width: auto;
}

.process-style1 ul li:nth-child(2) {
    margin-top: 100px;
}

.process-style1 ul li:nth-child(3) {
    margin-top: 200px;
}

.process-style1 ul li:nth-child(4) {
    margin-top: 300px;
}

.single-process-style1 {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-bottom: 30px;
}

.single-process-style1 .shape1 {
    position: absolute;
    top: 20px;
    right: -172px;
}

.single-process-style1 .shape1 img {
    width: auto;
}

.single-process-style1 .start-box {
    position: absolute;
    top: 13px;
    left: 0;
    display: flex;
    align-items: center;
}

.single-process-style1 .start-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 10px;
}

.single-process-style1 .start-box h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.single-process-style1 .end-box {
    position: absolute;
    top: 13px;
    right: 0;
    display: flex;
    align-items: center;
}

.single-process-style1 .end-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-left: 10px;
}

.single-process-style1 .end-box h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.single-process-style1 .count-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px auto 0px;
    background-color: transparent;
    border: 1px solid #dbdee7;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-process-style1:hover .count-box {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.single-process-style1 .count-box h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-process-style1:hover .count-box h4 {
    color: var(--thm-white);
}



.single-process-style1-content {
    position: relative;
    display: block;
    overflow: hidden;
    transform: translateY(0px);
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    clip-path: polygon(100% 0, 100% 75%, 85% 100%, 0 100%, 0 0);
    padding: 31px 23px 32px;
}

.single-process-style1-title {
    position: relative;
    display: block;
}

.single-process-style1-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
}

.single-process-style1-title p {
    margin: 0;
}

.single-process-style1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    background-color: var(--thm-black-bg);
    padding: 27px 25px 27px;
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.single-process-style1:hover .single-process-style1-overlay {
    opacity: 1;
    transform: translateY(0px);
}

.single-process-style1-overlay p {
    color: var(--thm-body-font-color-2);
}


/*** 
=================================================
    Transportation Style1     
=================================================
***/
.transportation-style1 {
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    padding: 120px 0px 114px;
    margin: 0px 80px 0px;
}

.transportation-style1__inner {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    border-bottom: 1px solid var(--thm-border-color-1);
}

.transportation-style1__inner .row {
    align-items: center;
}

.transportation-style1-list {
    position: relative;
    display: block;
    border-right: 1px solid var(--thm-border-color-1);
    margin-right: 35px;
}

.single-transportation-style1 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 30px 0px 30px;
}

li.single-transportation-style1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -999999px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color-1);
}

li:last-child.single-transportation-style1::before {
    display: none;
}

.single-transportation-style1-left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-transportation-style1-left .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-bottom-left-radius: var(--thm-border-radius);
}

.single-transportation-style1-left .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-primary-color-rgb), .65);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-transportation-style1:hover .img-box::before {
    opacity: 1;
}

.single-transportation-style1-left .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-transportation-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-transportation-style1-left .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-top-right-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 0);
    font-size: 40px;
    line-height: 0;
}

.single-transportation-style1-left .icon-holder .icon-plane .path1:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path1:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path2:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path3:before,
.single-transportation-style1-left .icon-holder .icon-truck .path1:before,
.single-transportation-style1-left .icon-holder .icon-truck .path2:before,
.single-transportation-style1-left .icon-holder .icon-truck .path3:before,
.single-transportation-style1-left .icon-holder .icon-truck .path4:before,
.single-transportation-style1-left .icon-holder .icon-truck .path5:before {
    color: var(--thm-black);
}

.single-transportation-style1-left .icon-holder .icon-plane .path2:before,
.single-transportation-style1-left .icon-holder .icon-plane .path3:before,
.single-transportation-style1-left .icon-holder .icon-plane .path4:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path4:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path5:before,
.single-transportation-style1-left .icon-holder .icon-truck .path6:before,
.single-transportation-style1-left .icon-holder .icon-truck .path7:before {
    color: var(--thm-primary-color);
}

.single-transportation-style1-right {
    position: relative;
    display: block;
    padding-left: 30px;
    flex: 1;
}

.single-transportation-style1-right h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.single-transportation-style1-right h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-transportation-style1-right h3 a:hover {
    color: var(--thm-primary-color);
}

.single-transportation-style1-right p {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-transportation-style1 .shape {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-transportation-style1:hover .shape {
    opacity: 1;
    transform: translateY(0px);
}

.single-transportation-style1 .shape img {
    width: auto;
}



.transportation-style1-content {
    position: relative;
    display: block;
}

.transportation-style1-text {
    position: relative;
    display: block;
}

.transportation-style1-text p {
    color: var(--thm-body-font-color-2);
}

.transportation-style1-list-item {
    position: relative;
    display: block;
    margin-top: 17px;
}

.transportation-style1-list-item li {
    position: relative;
    display: block;
    padding-left: 25px;
}

.transportation-style1-list-item li+li {
    margin-top: 9px;
}

.transportation-style1-list-item li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 0;
}

.transportation-style1-list-item li h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.transportation-style1-download {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 42px;
}

.transportation-style1-download .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 26px;
    line-height: 0;
}

.transportation-style1-download .icon .icon-form .path1:before,
.transportation-style1-download .icon .icon-form .path2:before,
.transportation-style1-download .icon .icon-form .path3:before,
.transportation-style1-download .icon .icon-form .path4:before,
.transportation-style1-download .icon .icon-form .path5:before,
.transportation-style1-download .icon .icon-form .path6:before,
.transportation-style1-download .icon .icon-form .path7:before,
.transportation-style1-download .icon .icon-form .path8:before,
.transportation-style1-download .icon .icon-form .path9:before {
    color: var(--thm-black);
}

.transportation-style1-download .icon .icon-form .path10:before {
    color: var(--thm-primary-color);
}

.transportation-style1-download .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.transportation-style1-download .title p {
    color: var(--thm-body-font-color-2);
    line-height: 22px;
}

.transportation-style1-download .title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style1-download .title a:hover {
    color: var(--thm-primary-color);
}

.transportation-style1-download .title a i {
    font-size: 21px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.transportation-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 59px;
}

.transportation-style1__bottom .left-box {
    position: relative;
    display: block;
}

.transportation-style1__bottom .left-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.transportation-style1__bottom .left-box h3 span {
    font-size: 36px;
}

.transportation-style1__bottom .middle-box {
    position: relative;
    display: block;
}

.transportation-style1__bottom .middle-box img {
    width: auto;
}

.transportation-style1__bottom .right-box {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style1__bottom .right-box .icon {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 0;
    padding-right: 21px;
    border-right: 1px solid var(--thm-border-color-1);
}

.transportation-style1__bottom .right-box .icon .icon-email .path1:before {
    color: var(--thm-primary-color);
}

.transportation-style1__bottom .right-box .icon .icon-email .path2:before,
.transportation-style1__bottom .right-box .icon .icon-email .path3:before,
.transportation-style1__bottom .right-box .icon .icon-email .path4:before,
.transportation-style1__bottom .right-box .icon .icon-email.path5:before,
.transportation-style1__bottom .right-box .icon .icon-email .path6:before {
    color: var(--thm-white);
}

.transportation-style1__bottom .right-box .title {
    position: relative;
    display: block;
    padding-left: 22px;
    flex: 1;
}

.transportation-style1__bottom .right-box .title h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.transportation-style1__bottom .right-box .title p {
    color: var(--thm-white);
}

.transportation-style1__bottom .right-box .title p a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style1__bottom .right-box .title p a:hover {
    color: var(--thm-primary-color);
}




/*** 
=================================================
    Choose Style1      
=================================================
***/
.choose-style1 {
    padding: 120px 0px 120px;
}

.choose-style1 .row {
    align-items: center;
}

.choose-style1-content {
    position: relative;
    display: block;
}

.choose-style1-content li+li {
    margin-top: 40px;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 40px 32px;
    padding-right: 170px;
    margin-left: 100px;
}

.single-choose-style1.mr100 {
    margin-left: 0;
    margin-right: 100px;
}

.single-choose-style1-title {
    position: relative;
    display: block;
}

.single-choose-style1-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-choose-style1-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1-title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style1-title p {
    margin: 0;
}

.single-choose-style1-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 40px;
    line-height: 0;
}

.single-choose-style1-icon.topicon {
    bottom: auto;
    top: 25px;
}

.single-choose-style1-icon .icon-nanotech .path1:before,
.single-choose-style1-icon .icon-nanotech .path2:before,
.single-choose-style1-icon .icon-nanotech .path3:before,
.single-choose-style1-icon .icon-nanotech .path4:before,
.single-choose-style1-icon .icon-nanotech .path5:before,
.single-choose-style1-icon .icon-call-center .path2:before,
.single-choose-style1-icon .icon-budget .path10:before,
.single-choose-style1-icon .icon-budget .path11:before,
.single-choose-style1-icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
}

.single-choose-style1-icon .icon-nanotech .path6:before,
.single-choose-style1-icon .icon-nanotech .path7:before,
.single-choose-style1-icon .icon-nanotech .path8:before,
.single-choose-style1-icon .icon-call-center .path1:before,
.single-choose-style1-icon .icon-budget .path1:before,
.single-choose-style1-icon .icon-budget .path2:before,
.single-choose-style1-icon .icon-budget .path3:before,
.single-choose-style1-icon .icon-budget .path4:before,
.single-choose-style1-icon .icon-budget .path5:before,
.single-choose-style1-icon .icon-budget .path6:before,
.single-choose-style1-icon .icon-budget .path7:before,
.single-choose-style1-icon .icon-budget .path8:before,
.single-choose-style1-icon .icon-budget .path9:before {
    color: var(--thm-black);
}

.single-choose-style1-box {
    position: absolute;
    bottom: 0;
    right: -85px;
    width: 175px;
    height: 90px;
    background-color: transparent;
    border: 1px dashed var(--thm-primary-color);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--thm-border-radius);
}

.single-choose-style1-box.topborder {
    border-top-left-radius: 0;
    border-bottom-left-radius: var(--thm-border-radius);
    border-top: none;
    border-bottom: 1px dashed var(--thm-primary-color);
    bottom: auto;
    top: 0;
}

.single-choose-style1-box::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -16px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.single-choose-style1-box.topborder::before {
    top: auto;
    bottom: -6px;
}

.choose-style1-img {
    position: relative;
    display: block;
}

.choose-style1-shape1 {
    position: absolute;
    top: 0;
    left: -164px;
    bottom: 0;
    width: 281px;
    z-index: -1;
    background-size: 100% 100%;
}

.choose-style1-img .img1 {
    position: relative;
    display: block;
    text-align: right;
    z-index: 5;
}

.choose-style1-img .img1::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 64px;
    width: 232px;
    height: 170px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.196516) 0%, rgba(255, 255, 255, 0.8211659663865546) 37%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.choose-style1-img .img1 img {
    width: auto;
}

.choose-style1-img .img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    z-index: -1;
}

.choose-style1-img .img2 img {
    width: auto;
}



/**
===================================================
    History Style1 Css
===================================================
**/
.history-style1 {
    background-color: var(--thm-gray-bg);
    border-top: 1px solid #dbdee7;
}

.history-style1 .container {
    max-width: 1870px;
}

.history-style1 .row {
    --bs-gutter-x: 0px;
}


.history-style1-experience {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-right: -45px;
    padding: 120px 0px 120px;
}

.history-style1-experience .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 290px;
    width: 100%;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 82% 100%, 0 100%, 0 0);
}

.history-style1-experience .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-style1-experience .img-box:hover::before {
    opacity: 1;
}

.history-style1-experience .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-style1-experience .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}


.history-style1-experience .content {
    position: relative;
    display: block;
    padding-left: 45px;
    padding-top: 17px;
    flex: 1;
    z-index: 5;
}

.history-style1-experience .content .count {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: -100px;
}

.history-style1-experience .content .count h2 {
    color: var(--thm-primary-color);
    font-size: 140px;
    line-height: 1.0em;
}

.history-style1-experience .content .count .plus {
    position: relative;
    top: -8px;
    left: -10px;
    color: var(--thm-primary-color);
    font-size: 140px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
}

.history-style1-experience .content .text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.history-style1-experience .content .text h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}




.history-style1__inner-box {
    position: relative;
    display: block;
    margin-left: 40px;
}



.single-history-style1 {
    position: relative;
    display: block;
}

.single-history-style1 .row {
    --bs-gutter-x: 0px;
}

.history-style1-inner {
    position: relative;
    display: block;
    border-left: 1px solid #dbdee7;
    padding: 120px 0px 120px;
    margin-left: 80px;
}

.history-style1-inner li {
    position: relative;
    display: block;
    padding-left: 85px;
}

.history-style1-inner li+li {
    margin-top: 30px;
}

.history-style1-border-line1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: -1px;
    width: 1px;
    height: 70px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-border-line1 {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}



.history-style1-border-line2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #dbdee7;
}

.history-style1-border-line2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-border-line2::before {
    width: 100%;
}



.history-style1-box11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.history-style1-inner li:hover .history-style1-box11 {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.history-style1-box11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--thm-white);
    transform: scale(0);
    opacity: 0;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-box11::before {
    opacity: 1;
    transform: scale(1);
}

.history-style1-box11::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdee7;
    transform: scale(1);
    opacity: 1;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-box11::after {
    opacity: 0;
    transform: scale(0);
}



.history-style1-content-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.history-style1-content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 15px;
    height: 35px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.history-style1-content-box .year-box {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-left: 1px solid #dbdee7;
    padding: 41.99px 20px 41.64px;
    padding-left: 40px;
}

.history-style1-content-box .year-box h3 {
    color: #dbdee7;
    font-size: 30px;
    line-height: 40px;
}

.history-style1-content-box .img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    overflow: hidden;
    width: 70px;
    border-radius: var(--thm-border-radius);
}

.history-style1-content-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-style1-inner li:hover .history-style1-content-box .img-box::before {
    opacity: 1;
}

.history-style1-content-box .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-style1-inner li:hover .history-style1-content-box .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.history-style1-content-box .img-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.history-style1-inner li:hover .history-style1-content-box .img-box .icon {
    opacity: 1;
    transform: scale(1);
}

.history-style1-content-box .title-box {
    position: relative;
    display: block;
    padding: 0px 60px 0px;
    padding-right: 35px;
}

.history-style1-content-box .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.history-style1-content-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.history-style1-content-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.history-style1-content-box .title-box p {
    margin: 0;
}


.history-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    bottom: 120px;
    left: -110px;
}


/*** 
=================================================
    Project Style1      
=================================================
***/
.project-style1 {
    padding: 120px 0px 120px;
}

.project-style1 .container {
    max-width: 100%;
    padding: 0;
}

.project-style1__inner {
    position: relative;
    display: block;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.single-project-style1:hover .img-box {
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.single-project-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-style1:hover .img-box::before {
    opacity: 1;
}

.single-project-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-style1 .img-box .overlay-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-icon {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-project-style1 .img-box .overlay-icon a:hover {
    color: var(--thm-white);
}

.single-project-style1 .img-box .overlay-icon a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-project-style1 .img-box .overlay-icon a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    opacity: 0;
    transform: scaleY(0);
    transition: all 600ms ease 200ms;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-content {
    opacity: 1;
    transform: scaleY(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .img-box .overlay-content .category {
    position: relative;
    display: block;
    text-align: right;
    line-height: 0;
}

.single-project-style1 .img-box .overlay-content .category h6 {
    position: relative;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--thm-primary-color);
    padding: 8px 20px 8px;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-project-style1 .img-box .overlay-content .title {
    position: relative;
    display: block;
    border-radius: 5px 0px 0px 5px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 100% 60%, 93% 100%, 0 100%, 0 0);
    padding: 13px 20px 13px;
}

.single-project-style1 .img-box .overlay-content .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-project-style1 .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color);
}


.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 50px auto 0px;
}



/*** 
===============================
    Choose Style2     
===============================
***/
.choose-style2 {
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
}

.choose-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.choose-style2__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
}

.choose-style2__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
}


.choose-style2__img {
    position: absolute;
    bottom: 0;
    margin-left: -145px;
}

.choose-style2__img img {
    width: auto;
}

.choose-style2__content {
    position: relative;
    display: block;
}

.choose-style2__content .sec-title {
    padding-bottom: 42px;
}

.choose-style2__content .sec-title h2 {
    font-size: 47px;
}

.choose-style2-text {
    position: relative;
    display: block;
}

.choose-style2-text p {
    color: var(--thm-body-font-color-2);
}

.choose-style2-list {
    position: relative;
    display: block;
    padding-top: 24px;
}

.choose-style2-list li {
    position: relative;
    display: block;
    padding-left: 100px;
}

.choose-style2-list li+li {
    margin-top: 36px;
}

.choose-style2-list li .icon {
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    font-size: 35px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li:hover .icon {
    background-color: var(--thm-primary-color);
}

.choose-style2-list li .icon .icon-nanotech .path1:before,
.choose-style2-list li .icon .icon-nanotech .path2:before,
.choose-style2-list li .icon .icon-nanotech .path3:before,
.choose-style2-list li .icon .icon-nanotech .path4:before,
.choose-style2-list li .icon .icon-nanotech .path5:before,
.choose-style2-list li .icon .icon-call-center .path2:before,
.choose-style2-list li .icon .icon-budget .path10:before,
.choose-style2-list li .icon .icon-budget .path11:before,
.choose-style2-list li .icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li .icon .icon-nanotech .path6:before,
.choose-style2-list li .icon .icon-nanotech .path7:before,
.choose-style2-list li .icon .icon-nanotech .path8:before,
.choose-style2-list li .icon .icon-call-center .path1:before,
.choose-style2-list li .icon .icon-budget .path1:before,
.choose-style2-list li .icon .icon-budget .path2:before,
.choose-style2-list li .icon .icon-budget .path3:before,
.choose-style2-list li .icon .icon-budget .path4:before,
.choose-style2-list li .icon .icon-budget .path5:before,
.choose-style2-list li .icon .icon-budget .path6:before,
.choose-style2-list li .icon .icon-budget .path7:before,
.choose-style2-list li .icon .icon-budget .path8:before,
.choose-style2-list li .icon .icon-budget .path9:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li:hover .icon .icon-nanotech .path1:before,
.choose-style2-list li:hover .icon .icon-nanotech .path2:before,
.choose-style2-list li:hover .icon .icon-nanotech .path3:before,
.choose-style2-list li:hover .icon .icon-nanotech .path4:before,
.choose-style2-list li:hover .icon .icon-nanotech .path5:before,
.choose-style2-list li:hover .icon .icon-nanotech .path6:before,
.choose-style2-list li:hover .icon .icon-nanotech .path7:before,
.choose-style2-list li:hover .icon .icon-nanotech .path8:before,
.choose-style2-list li:hover .icon .icon-call-center .path1:before,
.choose-style2-list li:hover .icon .icon-call-center .path2:before,
.choose-style2-list li:hover .icon .icon-budget .path1:before,
.choose-style2-list li:hover .icon .icon-budget .path2:before,
.choose-style2-list li:hover .icon .icon-budget .path3:before,
.choose-style2-list li:hover .icon .icon-budget .path4:before,
.choose-style2-list li:hover .icon .icon-budget .path5:before,
.choose-style2-list li:hover .icon .icon-budget .path6:before,
.choose-style2-list li:hover .icon .icon-budget .path7:before,
.choose-style2-list li:hover .icon .icon-budget .path8:before,
.choose-style2-list li:hover .icon .icon-budget .path9:before,
.choose-style2-list li:hover .icon .icon-budget .path10:before,
.choose-style2-list li:hover .icon .icon-budget .path11:before,
.choose-style2-list li:hover .icon .icon-budget .path12:before {
    color: var(--thm-white);
}

.choose-style2-list li .content-box {
    position: relative;
    display: block;
}

.choose-style2-list li .content-box .title {
    position: relative;
    display: block;
}

.choose-style2-list li .content-box .title h3 {
    font-size: 24px;
    color: var(--thm-white);
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

.choose-style2-list li .content-box .title h3 span {
    font-weight: 600;
}

.choose-style2-list li .content-box .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.choose-style2-list li .content-box .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.choose-style2-list li .content-box .text {
    position: relative;
    display: block;
    padding-top: 23px;
}

.choose-style2-list li .content-box .text p {
    color: var(--thm-body-font-color-2);
}


/*** 
===============================
       Pricing Style1    
===============================
***/
.pricing-style1 {
    padding: 120px 0px 90px;
}

.single-pricing-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 89% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover {
    background-color: var(--thm-primary-color);
}

.single-pricing-style1-title {
    position: relative;
    display: block;
    padding: 13px 30px 13px;
}

.single-pricing-style1-title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-pricing-style1-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    clip-path: polygon(0 0, 89% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
    padding: 20px 0px 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-inner {
    background-color: var(--thm-black-bg);
    border-color: var(--thm-black-bg);
}

.single-pricing-style1-price {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 0px 30px 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price {
    border-color: var(--thm-border-color-1);
}

.single-pricing-style1-price h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 {
    color: var(--thm-white);
}

.single-pricing-style1-price h2 sup {
    font-size: 20px;
    line-height: 30px;
    top: -26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 sup {
    color: var(--thm-white);
}

.single-pricing-style1-price h2 sub {
    color: #a6aec1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    top: -3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 sub {
    color: var(--thm-body-font-color-2);
}

.single-pricing-style1-list {
    position: relative;
    display: block;
    padding: 34px 30px 32px;
}

.single-pricing-style1-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li {
    border-color: var(--thm-border-color-1);
}

.single-pricing-style1-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-pricing-style1-list li .left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-pricing-style1-list li .left .icon {
    position: relative;
    display: block;
    color: #a6aec1;
    font-size: 12px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1-list li .left p {
    color: var(--thm-black);
    margin-left: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .left p {
    color: var(--thm-white);
}

.single-pricing-style1-list li .left p.color {
    color: #a6aec1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .left p.color {
    color: #586a8c;
}

.single-pricing-style1-list li .icon2 {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1-list li .icon2.color {
    color: #a6aec1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .icon2.color {
    color: #586a8c;
}

.single-pricing-style1-btn {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}

.single-pricing-style1-btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one {
    color: var(--thm-black);
}

.single-pricing-style1-btn .btn-one i {
    font-size: 21px;
    margin-right: 0px;
    margin-left: 4px;
    top: -1px;
}

.single-pricing-style1-btn .btn-one:before {
    background: var(--thm-white);
}

.single-pricing-style1-btn .btn-one::after {
    background: var(--thm-black-bg);
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

/*** 
===============================
      Served-style2   
===============================
***/
.served-style2 {
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    margin: 0px 80px 0px;
    padding: 120px 0px 112px;
}

.served-style2_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.served-style2__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 47px;
}

.served-style2__top .sec-title {
    padding-bottom: 0;
}

.served-style2__top .btn-box {
    position: relative;
    display: block;
    top: -6px;
}

.served-style2__top .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2__top .btn-box a:hover {
    color: var(--thm-primary-color);
}

.served-style2__top .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.served-style2-content {
    position: relative;
    display: block;
    padding-right: 100px;
}

.served-style2-content--style2 {
    padding-right: 0;
}

.served-style2__inner {
    position: relative;
    display: block;
    background-color: #efefef;
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.served-style2__tab {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
}

.served-style2__tab11 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
}

.served-style2__tab .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.served-style2__tab11 .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.served-style2__tab-btn ul {
    position: relative;
    display: block;
    border-right: 1px solid var(--thm-border-color);
}

.served-style2__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    cursor: pointer;
    padding: 0px 0px 0px;
}

.served-style2__tab-btn ul li:last-child {
    border-bottom: none;
}

.served-style2__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 59px;
    border-right: 1px solid var(--thm-border-color);
    font-size: 26px;
    line-height: 0;
}

.served-style2__tab-btn ul li .icon .icon-car-battery .path1:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path2:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path3:before,
.served-style2__tab-btn ul li .icon .icon-ecommerce .path1:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path1:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path2:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path1:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path2:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path3:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path1:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path2:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path3:before,
.served-style2__tab-btn ul li .icon .icon-solar-panel .path1:before,
.served-style2__tab-btn ul li .icon .icon-flight .path1:before,
.served-style2__tab-btn ul li .icon .icon-beverage .path1:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path1:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path2:before,
.served-style2__tab-btn ul li .icon .icon-tube .path3:before,
.served-style2__tab-btn ul li .icon .icon-hook .path4:before {
    color: var(--thm-primary-color);
}

.served-style2__tab-btn ul li .icon .icon-car-battery .path4:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path5:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path6:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path7:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path8:before,
.served-style2__tab-btn ul li .icon .icon-ecommerce .path2:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path3:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path4:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path2:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path3:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path1:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path4:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path5:before,
.served-style2__tab-btn ul li .icon .icon-solar-panel .path2:before,
.served-style2__tab-btn ul li .icon .icon-flight .path2:before,
.served-style2__tab-btn ul li .icon .icon-flight .path3:before,
.served-style2__tab-btn ul li .icon .icon-beverage .path2:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path3:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path4:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path5:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path6:before,
.served-style2__tab-btn ul li .icon .icon-tube .path1:before,
.served-style2__tab-btn ul li .icon .icon-tube .path2:before,
.served-style2__tab-btn ul li .icon .icon-hook .path1:before,
.served-style2__tab-btn ul li .icon .icon-hook .path2:before,
.served-style2__tab-btn ul li .icon .icon-hook .path3:before {
    color: var(--thm-black);
}

.served-style2__tab-btn ul li h3 {
    position: relative;
    display: block;
    flex: 1;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 20px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2__tab-btn ul li h3.plr {
    padding: 0px 15px 0px;
}

.served-style2__tab-btn ul li:hover h3,
.served-style2__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
    font-weight: 600;
}

.served-style2__tab .tabs-content-box {
    position: relative;
    display: block;
}

.served-style2__tab11 .tabs-content-box {
    position: relative;
    display: block;
}

.served-style2__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.served-style2__tab11 .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.served-style2__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style2__tab11 .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style2__tab .tab-content-box-item .served-style2-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style2__tab11 .tab-content-box-item .served-style2-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style2__tab .tab-content-box-item.tab-content-box-item-active .served-style2-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.served-style2__tab11 .tab-content-box-item.tab-content-box-item-active .served-style2-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-served-style2 {
    position: relative;
    display: block;
    padding: 17px 28px 22px;
}

.single-served-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 230px;
    height: 320px;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.single-served-style2 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-served-style2 .img-box:hover::before {
    opacity: 1;
}

.single-served-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-served-style2 .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}

.served-style2-content-btn {
    position: relative;
    display: block;
    padding-top: 32px;
}

.served-style2-content-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2-content-btn a:hover {
    color: var(--thm-primary-color);
}

.served-style2-content-btn a i {
    position: relative;
    top: -1px;
    font-size: 21px;
    margin-left: 4px;
}

.served-style2-fact-counter {
    position: absolute;
    bottom: 0;
    margin-right: 0px;
    margin-left: -10px;
}

.single-served-style2-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-primary-color);
    padding: 32px 30px 31px;
    min-width: 270px;
    border-top-right-radius: var(--thm-border-radius);
}

.single-served-style2-fact-counter.two {
    background-color: var(--thm-black-bg);
    border-top-right-radius: 0;
}

.single-served-style2-fact-counter.two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 40px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.single-served-style2-fact-counter .sub-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-served-style2-fact-counter .sub-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-served-style2-fact-counter .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
}

.single-served-style2-fact-counter .odometer-counting h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.single-served-style2-fact-counter.two .odometer-counting h2 {
    color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .odometer-counting span {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-top: 1px;
}

.single-served-style2-fact-counter.two .odometer-counting span {
    color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .odometer-counting span sub {
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-left: 10px;
}

.single-served-style2-fact-counter .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(253, 86, 33);
    background: linear-gradient(90deg, rgba(253, 86, 33, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 24px 0px 48px;
}

.single-served-style2-fact-counter.two .border-line {
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-served-style2-fact-counter .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-served-style2-fact-counter.two .border-line::before {
    background-color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    font-size: 120px;
    line-height: 0;
    color: #fa6c35;
    z-index: 0;
}

.single-served-style2-fact-counter.two .icon {
    color: #1b305d;
}

.single-served-style2-fact-counter .text {
    position: relative;
    display: block;
}

.single-served-style2-fact-counter .text p {
    color: #fae1d9;
}

.single-served-style2-fact-counter.two .text p {
    color: var(--thm-body-font-color-2);
}

/*** 
===============================
        Cta Style1    
===============================
***/
.cta-style1 {
    background-color: var(--thm-gray-bg);
    padding: 45px 0px 0px;
}

.cta-style1__inner {
    position: relative;
    display: block;
    background-color: var(--thm-primary-color);
}

.cta-style1-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-style1-content .shape1 {
    position: absolute;
    left: 47%;
    bottom: 0;
}

.cta-style1-content .shape2 {
    position: absolute;
    left: 320px;
    bottom: 15px;
}

.cta-style1-content .title-box {
    position: relative;
    display: block;
}

.cta-style1-content .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 600;
}

.cta-style1-content .img-box {
    position: relative;
    display: block;
    margin-top: -45px;
}

.cta-style1-content .img-box img {
    width: auto;
}

.cta-style1-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-style1-content .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.cta-style1-content .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.cta-style1-content .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.cta-style1-content .btn-box .btn-one::before {
    background-color: var(--thm-black-bg);
}

.cta-style1-content .btn-box .btn-one:after {
    background-color: var(--thm-white);
}


/*** 
===============================
    Benefits Style1 Css    
===============================
***/
/*
.benefits-style1 {
    background-color: var(--thm-gray-bg);
    padding: 250px 0px 115px;
}

.benefits-style1-big-title {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}
*/

.benefits-style1-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.benefits-style1-scrolling-text ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.benefits-style1-scrolling-text ul li {
    position: relative;
    float: left;
    margin-left: 80px;
    color: transparent;
    font-size: 150px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #e9ebef, #f3f4f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #dcdfe8;
}

.benefits-style1-left {
    position: relative;
    display: block;
    top: -5px;
}

.benefits-style1-text {
    position: relative;
    display: block;
}

.benefits-style1-text p {
    margin: 0;
}

.benefits-style1-left-list {
    position: relative;
    display: block;
    padding-top: 25px;
}

.benefits-style1-left-list-single {
    position: relative;
    display: block;
}

.benefits-style1-left-list-single .inner-title {
    position: relative;
    display: block;
}

.benefits-style1-left-list-single .inner-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.benefits-style1-left-list-single .inner-title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(243, 244, 246);
    background: linear-gradient(90deg, rgba(243, 244, 246, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin-top: 15px;
}

.benefits-style1-left-list-single .inner-title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.benefits-style1-left-list-single ul {
    position: relative;
    display: block;
    padding-top: 33px;
}

.benefits-style1-left-list-single ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.benefits-style1-left-list-single ul li+li {
    margin-top: 15px;
}

.benefits-style1-left-list-single ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
}

.benefits-style1-left-list-single ul li p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}

.benefits-style1-bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 36px;
}

.benefits-style1-bottom .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    font-size: 20px;
    line-height: 0;
}

.benefits-style1-bottom .icon .icon-flyer .path1:before,
.benefits-style1-bottom .icon .icon-flyer .path2:before,
.benefits-style1-bottom .icon .icon-flyer .path3:before {
    color: var(--thm-primary-color);
}

.benefits-style1-bottom .icon .icon-flyer .path4:before,
.benefits-style1-bottom .icon .icon-flyer .path5:before,
.benefits-style1-bottom .icon .icon-flyer .path6:before,
.benefits-style1-bottom .icon .icon-flyer .path7:before {
    color: #e6e8ed;
}

.benefits-style1-bottom .text {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.benefits-style1-bottom .text p {
    margin: 0;
    line-height: 24px;
}

.benefits-style1-bottom .text a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.benefits-style1-bottom .text a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.benefits-style1-bottom .text a:hover {
    color: var(--thm-primary-color);
}

.benefits-style1-right {
    position: relative;
    display: block;
    padding-right: 70px;
}

.benefits-style1-right-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-primary-color);
    border-radius: var(--thm-border-radius);
    padding: 77px 50px 77px;
}

.benefits-style1-right-inner .sec-title {
    padding-bottom: 27px;
}

.benefits-style1-right-inner .sec-title .sub-title .decor {
    border-color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title .sub-title .decor::before,
.benefits-style1-right-inner .sec-title .sub-title .decor::after {
    background-color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title .sub-title h4 {
    color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title h2 {
    color: var(--thm-white);
}

.benefits-style1-right-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.benefits-style1-right-inner .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.benefits-style1-right-inner .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.benefits-style1-right-inner .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.benefits-style1-right-inner .btn-box .btn-one::before {
    background-color: var(--thm-black-bg);
}

.benefits-style1-right-inner .btn-box .btn-one:after {
    background-color: var(--thm-white);
}

.benefits-style1-right-img {
    position: absolute;
    top: 60px;
    right: -35px;
    z-index: 5;

}

.benefits-style1-right-img img {
    width: auto;
}


/*** 
===================================
   Transportation Style2 Css    
===================================
***/
.transportation-style2 {
    background-color: var(--thm-gray-bg);
}

.transportation-style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: var(--thm-white);
}

.transportation-style2__inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    padding: 120px 0px 120px;
    margin: 0px 80px 0px;
}

.transportation-style2-list {
    position: relative;
    display: block;
}

.transportation-style2-list li+li {
    margin-top: 20px;
}

.single-transportation-style2 {
    position: relative;
    display: block;
}

.single-transportation-style2-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    clip-path: polygon(100% 0, 100% 77%, 97% 100%, 0 100%, 0 0);
    padding: 19px 29px 19px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .single-transportation-style2-inner {
    background-color: var(--thm-border-color);
    border-color: var(--thm-border-color);
}

.single-transportation-style2-inner::before {
    content: "";
    position: absolute;
    bottom: -61px;
    right: 0px;
    height: 190px;
    background-color: var(--thm-border-color-1);
    width: 1px;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .single-transportation-style2-inner::before {
    display: none;
}

.transportation-style2-left {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style2-left-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style2-left-inner .count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #203565;
    margin-right: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.single-transportation-style2:hover .transportation-style2-left-inner .count {
    background-color: var(--thm-primary-color);
}

.transportation-style2-left-inner .count h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.transportation-style2-left-inner .border-line {
    position: absolute;
    top: 50%;
    left: 43px;
    width: 50px;
    border: 1px dashed #2a3f6c;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .transportation-style2-left-inner .border-line {
    border-color: var(--thm-primary-color);
}

.transportation-style2-left-inner .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.transportation-style2-left-inner .img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .65);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-transportation-style2:hover .transportation-style2-left-inner .img::before {
    opacity: 1;
}

.transportation-style2-left-inner .img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-transportation-style2:hover .transportation-style2-left-inner .img img {
    transform: scale(1.07) rotate(0deg);
}

.transportation-style2-left-text {
    position: relative;
    display: block;
    padding-left: 40px;
    flex: 1;
}

.transportation-style2-left-text h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.transportation-style2-left-text h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style2-left-text h3 a:hover {
    color: var(--thm-primary-color);
}

.single-transportation-style2:hover .transportation-style2-left-text h3 a {
    color: var(--thm-black);
}

.transportation-style2-left-text h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-transportation-style2:hover .transportation-style2-left-text h6 {
    color: var(--thm-body-font-color);
}

.transportation-style2-right {
    position: relative;
    display: block;
}

.transportation-style2-right .icon1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    font-size: 46px;
    line-height: 0;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-transportation-style2:hover .transportation-style2-right .icon1 {
    opacity: 0;
    transform: translateY(80px);
}

.transportation-style2-right .icon1 .icon-plane .path1:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path1:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path2:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path3:before,
.transportation-style2-right .icon1 .icon-truck .path1:before,
.transportation-style2-right .icon1 .icon-truck .path2:before,
.transportation-style2-right .icon1 .icon-truck .path3:before,
.transportation-style2-right .icon1 .icon-truck .path4:before,
.transportation-style2-right .icon1 .icon-truck .path5:before,
.transportation-style2-right .icon1 .icon-train .path1:before,
.transportation-style2-right .icon1 .icon-train .path2:before,
.transportation-style2-right .icon1 .icon-train .path3:before {
    color: var(--thm-black);
}

.transportation-style2-right .icon1 .icon-plane .path2:before,
.transportation-style2-right .icon1 .icon-plane .path3:before,
.transportation-style2-right .icon1 .icon-plane .path4:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path4:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path5:before,
.transportation-style2-right .icon1 .icon-truck .path6:before,
.transportation-style2-right .icon1 .icon-truck .path7:before,
.transportation-style2-right .icon1 .icon-train .path4:before {
    color: var(--thm-primary-color);
}

.transportation-style2-right .icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 25px;
    line-height: 0;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.transportation-style2-right .icon2:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-transportation-style2:hover .transportation-style2-right .icon2 {
    opacity: 1;
    transform: translateY(0px);
}

.single-transportation-style2 .overlay-content {
    position: absolute;
    top: -10px;
    right: 170px;
    bottom: 0;
    width: 320px;
    height: 170px;
    opacity: 0;
    transform: rotate(0deg);
    background-color: #203565;
    border-radius: var(--thm-border-radius);
    padding: 34px 35px 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}

.single-transportation-style2:hover .overlay-content {
    opacity: 1;
    transform: rotate(-10deg);
}

.single-transportation-style2 .overlay-content p {
    color: var(--thm-body-font-color-2);
}

/*** 
===============================
    Choose Style3 Css   
===============================
***/
.choose-style3 {
    padding: 120px 0px 120px;
}

.choose-style3-list {
    position: relative;
    display: block;
}

.choose-style3-list li+li {
    margin-top: 80px;
}

.single-choose-style3 {
    position: relative;
    display: block;
    padding-top: 35px;
    z-index: 5;
}

.single-choose-style3 .icon-holder {
    position: absolute;
    top: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    font-size: 36px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-choose-style3.two .icon-holder {
    left: 30px;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 35% 100%, 0% 75%);
}

.single-choose-style3:hover .icon-holder {
    background-color: var(--thm-primary-color);
}

.single-choose-style3 .icon-holder .icon-nanotech .path1:before,
.single-choose-style3 .icon-holder .icon-nanotech .path2:before,
.single-choose-style3 .icon-holder .icon-nanotech .path3:before,
.single-choose-style3 .icon-holder .icon-nanotech .path4:before,
.single-choose-style3 .icon-holder .icon-nanotech .path5:before,
.single-choose-style3 .icon-holder .icon-call-center .path2:before,
.single-choose-style3 .icon-holder .icon-budget .path10:before,
.single-choose-style3 .icon-holder .icon-budget .path11:before,
.single-choose-style3 .icon-holder .icon-budget .path12:before,
.single-choose-style3 .icon-holder .icon-shield .path1:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style3 .icon-holder .icon-nanotech .path6:before,
.single-choose-style3 .icon-holder .icon-nanotech .path7:before,
.single-choose-style3 .icon-holder .icon-nanotech .path8:before,
.single-choose-style3 .icon-holder .icon-call-center .path1:before,
.single-choose-style3 .icon-holder .icon-budget .path1:before,
.single-choose-style3 .icon-holder .icon-budget .path2:before,
.single-choose-style3 .icon-holder .icon-budget .path3:before,
.single-choose-style3 .icon-holder .icon-budget .path4:before,
.single-choose-style3 .icon-holder .icon-budget .path5:before,
.single-choose-style3 .icon-holder .icon-budget .path6:before,
.single-choose-style3 .icon-holder .icon-budget .path7:before,
.single-choose-style3 .icon-holder .icon-budget .path8:before,
.single-choose-style3 .icon-holder .icon-budget .path9:before,
.single-choose-style3 .icon-holder .icon-shield .path2:before,
.single-choose-style3 .icon-holder .icon-shield .path3:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style3:hover .icon-holder .icon-nanotech .path1:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path2:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path3:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path4:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path5:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path6:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path7:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path8:before,
.single-choose-style3:hover .icon-holder .icon-call-center .path1:before,
.single-choose-style3:hover .icon-holder .icon-call-center .path2:before,
.single-choose-style3:hover .icon-holder .icon-budget .path1:before,
.single-choose-style3:hover .icon-holder .icon-budget .path2:before,
.single-choose-style3:hover .icon-holder .icon-budget .path3:before,
.single-choose-style3:hover .icon-holder .icon-budget .path4:before,
.single-choose-style3:hover .icon-holder .icon-budget .path5:before,
.single-choose-style3:hover .icon-holder .icon-budget .path6:before,
.single-choose-style3:hover .icon-holder .icon-budget .path7:before,
.single-choose-style3:hover .icon-holder .icon-budget .path8:before,
.single-choose-style3:hover .icon-holder .icon-budget .path9:before,
.single-choose-style3:hover .icon-holder .icon-budget .path10:before,
.single-choose-style3:hover .icon-holder .icon-budget .path11:before,
.single-choose-style3:hover .icon-holder .icon-budget .path12:before,
.single-choose-style3:hover .icon-holder .icon-shield .path1:before,
.single-choose-style3:hover .icon-holder .icon-shield .path2:before,
.single-choose-style3:hover .icon-holder .icon-shield .path3:before {
    color: var(--thm-white);
}

.single-choose-style3-inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 70%);
    padding: 12px 30px 27px;
}

.single-choose-style3-inner.two {
    clip-path: polygon(100% 0, 100% 69%, 85% 100%, 0 100%, 0 0);
}

.single-choose-style3 .count-box {
    position: relative;
    display: block;
}

.single-choose-style3.two .count-box {
    text-align: right;
}

.single-choose-style3 .count-box h3 {
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-choose-style3 .title-box {
    position: relative;
    display: block;
    text-align: right;
    padding: 9px 0px 0px;
}

.single-choose-style3.two .title-box {
    text-align: left;
}

.single-choose-style3 .title-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-choose-style3 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style3 .title-box p {
    color: var(--thm-body-font-color-2);
}

.choose-style3-round {
    position: relative;
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    margin-left: -65px;
}

.choose-style3-round-text__dot1 {
    position: absolute;
    top: 140px;
    left: 65px;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
}

.choose-style3-round-text__dot2 {
    position: absolute;
    top: 140px;
    right: 60px;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
}

.choose-style3-round-text__dot3 {
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
    margin: 0 auto;
}

.choose-style3-round-text__top {
    position: absolute;
    top: 15px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(0deg);
}

.choose-style3-round-text__middle {
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(-117deg);
}

.choose-style3-round-text__bottom {
    position: absolute;
    top: 0px;
    left: auto;
    bottom: 0;
    right: 15px;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(117deg);
}

.choose-style3-round .overlay-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 370px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 0px;
    z-index: 1;
}

.choose-style3-round .overlay-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .7);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.choose-style3-round .overlay-img:hover::before {
    opacity: 1;
}

.choose-style3-round .overlay-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.choose-style3-round .overlay-img:hover img {
    transform: scale(1.07) rotate(0deg);
}

/*** 
===============================
        Faq Style1    
===============================
***/
.faq-style1 {
    position: relative;
    display: block;
}

.faq-style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: var(--thm-gray-bg);
}

.faq-style1__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 120px 0px 120px;
}

.faq-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.12;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.faq-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18, 38, 82);
    background: linear-gradient(118deg, rgba(18, 38, 82, 1) 0%, rgba(18, 38, 82, 0.5018382352941176) 100%);
}

.faq-style1__content {
    position: relative;
    display: block;
}

.faq-style1-content-inner {
    position: relative;
    display: block;
}

.faq-style1-content-inner .accordion-box .block {
    border-radius: var(--thm-border-radius);
}

.faq-style1-content-inner .accordion-box .block .acc-btn {
    display: flex;
    align-items: flex-start;
    background: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    padding: 15px 25px 16px;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active {
    background-color: var(--thm-gray-bg);
    border-color: var(--thm-gray-bg);
    border-radius: 0;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.faq-style1-content-inner .accordion-box .block .acc-btn::before {
    display: none;
}

.faq-style1-content-inner .accordion-box .block .acc-btn .icon {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-border-color-1);
    font-size: 20px;
    line-height: 0;
    top: 10px;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .icon {
    color: var(--thm-primary-color);
    -webkit-text-stroke-color: var(--thm-primary-color);
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title {
    position: relative;
    display: block;
    padding-left: 17px;
    flex: 1;
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .title h3 {
    color: var(--thm-black);
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .title h6 {
    color: var(--thm-primary-color);
}

.faq-style1-content-inner .accordion-box .block .acc-content {
    background-color: var(--thm-white);
    padding: 24px 25px 22px;
    padding-right: 65px;
}

.faq-style1__text {
    position: relative;
    display: block;
    padding-top: 25px;
}

.faq-style1__text p {
    color: var(--thm-body-font-color-2);
}

.faq-style1__text p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style1__text p a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.faq-style1__text p a:hover {
    color: var(--thm-primary-color);
}

.faq-style1__form {
    position: relative;
    display: block;
    margin-left: 100px;
}

.faq-style1__form-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 36px 40px 40px;
}

.faq-style1__form-inner .title {
    position: relative;
    display: block;
}

.faq-style1__form-inner .title h2 {
    font-size: 36px;
    line-height: 1.0em;
    margin-bottom: 9px;
}

.faq-style1__form-inner .title p {
    margin: 0;
}

#faq-style1-form {
    position: relative;
    display: block;
    padding-top: 32px;
}

#faq-style1-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#faq-style1-form .form-group .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
    z-index: 1;
}

#faq-style1-form .form-group .icon2 {
    top: 27px;
}

#faq-style1-form .input-box {
    position: relative;
    display: block;
}

#faq-style1-form input[type="text"],
#faq-style1-form textarea {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 500ms ease;
}

#faq-style1-form textarea {
    height: 120px;
    border-radius: var(--thm-border-radius);
    padding: 14px 50px 10px;
    padding-right: 20px;
}

#faq-style1-form input[type="text"]:focus,
#faq-style1-form textarea:focus {
    border-color: var(--thm-primary-color);
}

#faq-style1-form input[type="text"]::-webkit-input-placeholder,
#faq-style1-form input[type="text"]:-moz-placeholder,
#faq-style1-form input[type="text"]::-moz-placeholder,
#faq-style1-form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

#faq-style1-form textarea::-webkit-input-placeholder,
#faq-style1-form textarea:-moz-placeholder,
#faq-style1-form textarea::-moz-placeholder,
#faq-style1-form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color-2);
}

#faq-style1-form .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
}

#faq-style1-form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

#faq-style1-form .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color);
    font-size: 14px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 100%;
    width: 20px;
}

#faq-style1-form .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#faq-style1-form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#faq-style1-form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#faq-style1-form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#faq-style1-form .nice-select .option:hover,
#faq-style1-form .nice-select .option.focus,
#faq-style1-form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#faq-style1-form .btn-box {
    position: relative;
    display: block;
}

#faq-style1-form .btn-box .btn-one {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

#faq-style1-form .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

#faq-style1-form .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

#faq-style1-form .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
}

.faq-style1__form .phone-content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-primary-color);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 33px 0px 31px;
}

.faq-style1__form .phone-content h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.faq-style1__form .phone-content h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 3px;
}

.faq-style1__form .phone-content h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style1__form .phone-content h3 a:hover {
    color: var(--thm-black);
}


/*** 
===============================
     Cta Style2 Css    
===============================
***/
.cta-style2 {
    padding: 0px 0px 40px;
}

.cta-style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: var(--thm-gray-bg);
    z-index: -1;
}

.cta-style2__img {
    position: absolute;
    right: 240px;
    bottom: 0;
    z-index: 5;
}

.cta-style2__img img {
    width: auto;
}

.cta-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 111px 0px 120px;
}

.cta-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .08;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.cta-style2__big-title {
    position: relative;
    display: block;
}

.cta-style2__big-title h2 {
    color: var(--thm-white);
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
}

.cta-style2__video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 510px;
    margin: 38px auto 0px;
}

.cta-style2__video-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    border: 2px solid var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.cta-style2__video-img::before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0px;
    height: 190px;
    background-color: var(--thm-primary-color);
    width: 2px;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cta-style2__video-img img {
    width: 100%;
}

.cta-style2__video-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.cta-style2__video-img .overlay .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 20px;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.cta-style2__video-img .overlay .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-black-bg);
}

.cta-style2__video-img .overlay .video-popup::after,
.cta-style2__video-img .overlay .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.cta-style2__video-img .overlay .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.cta-style2__video-content {
    position: relative;
    display: block;
    padding-left: 40px;
    flex: 1;
}

.cta-style2__video-content .text {
    position: relative;
    display: block;
}

.cta-style2__video-content .text p {
    color: var(--thm-body-font-color-2);
}

.cta-style2__video-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 27px;
}

.cta-style2__video-content .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.cta-style2__video-content .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.cta-style2__video-content .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.cta-style2__video-content .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.cta-style2__video-content .btn-box .btn-one:after {
    background-color: var(--thm-white);
}


/*** 
===============================
    Cases Style1 Css    
===============================
***/
.cases-style1 {
    position: relative;
}

.cases-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.cases-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18, 38, 82) 50%);
    background-image: -webkit-linear-gradient(90deg, rgb(18 38 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18 38 82 / 0%) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18, 38, 82) 50%);
}

.cases-style1 .container {
    max-width: 100%;
    padding: 0;
}

.cases-style1 .row {
    --bs-gutter-x: 0px;
}

.cases-style1 ul li .single-cases-style1 {
    border-right: 1px solid rgb(255, 255, 255, .5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cases-style1 ul li .single-cases-style1:hover {
    border-color: transparent;
}

.cases-style1 ul li:last-child .single-cases-style1 {
    border-right: none;
}

.single-cases-style1 {
    position: relative;
    display: block;
}

.single-cases-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .5);
    clip-path: polygon(100% 0, 100% 96%, 93% 100%, 0 100%, 0 0);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
    transform-origin: top right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.single-cases-style1:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}

.single-cases-style1 .category-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 34px 40px 0px;
    padding-right: 0;
}

.single-cases-style1 .category-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 12px;
    line-height: 0;
    margin-right: 10px;
}

.single-cases-style1 .category-box h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1:hover .category-box h6 {
    color: var(--thm-primary-color);
}

.single-cases-style1 .title-box {
    position: relative;
    display: block;
    padding: 485px 40px 30px;
}

.single-cases-style1 .title-box h3 {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.single-cases-style1 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-cases-style1 .btn-box {
    position: relative;
    display: block;
    background-color: transparent;
    border-top: 1px solid rgb(255, 255, 255, .5);
    padding: 16.5px 40px 16.5px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.single-cases-style1:hover .btn-box {
    border-color: var(--thm-primary-color);
}

.single-cases-style1 .btn-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 60%, 95% 100%, 0 100%, 0 0);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
    transform-origin: top right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.single-cases-style1:hover .btn-box::before {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}

.single-cases-style1 .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1 .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.single-cases-style1 .btn-box a:hover {
    color: var(--thm-black);
}

.single-cases-style1 .count-box {
    position: absolute;
    top: 26px;
    right: 34px;
}

.single-cases-style1 .count-box h2 {
    color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--thm-gray-bg);
    font-size: 90px;
    line-height: 1.0em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1:hover .count-box h2 {
    color: var(--thm-gray-bg);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--thm-gray-bg);
}


/*** 
===============================
    Choose Style4 Css    
===============================
***/
.choose-style4 {
    background-color: var(--thm-gray-bg);
    z-index: 10;
}

.choose-style4 .container {
    max-width: 1500px;
}

.single-choose-style4 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(10% 0, 100% 0, 100% 78%, 90% 100%, 0 100%, 0 25%);
    padding: 32px 40px 32px;
    padding-right: 140px;
}

.choose-style4-title {
    position: relative;
    display: block;
}

.choose-style4-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 11px;
}

.choose-style4-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.choose-style4-title h3 a:hover {
    color: var(--thm-primary-color);
}

.choose-style4-title p {
    margin: 0;
}

.choose-style4-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: transparent;
    border: 1px dotted var(--thm-primary-color);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--thm-border-radius);
    font-size: 40px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style4:hover .choose-style4-icon {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.choose-style4-icon .icon-nanotech .path1:before,
.choose-style4-icon .icon-nanotech .path2:before,
.choose-style4-icon .icon-nanotech .path3:before,
.choose-style4-icon .icon-nanotech .path4:before,
.choose-style4-icon .icon-nanotech .path5:before,
.choose-style4-icon .icon-call-center .path2:before,
.choose-style4-icon .icon-budget .path10:before,
.choose-style4-icon .icon-budget .path11:before,
.choose-style4-icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style4-icon .icon-nanotech .path6:before,
.choose-style4-icon .icon-nanotech .path7:before,
.choose-style4-icon .icon-nanotech .path8:before,
.choose-style4-icon .icon-call-center .path1:before,
.choose-style4-icon .icon-budget .path1:before,
.choose-style4-icon .icon-budget .path2:before,
.choose-style4-icon .icon-budget .path3:before,
.choose-style4-icon .icon-budget .path4:before,
.choose-style4-icon .icon-budget .path5:before,
.choose-style4-icon .icon-budget .path6:before,
.choose-style4-icon .icon-budget .path7:before,
.choose-style4-icon .icon-budget .path8:before,
.choose-style4-icon .icon-budget .path9:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path3:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path4:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path5:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path6:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path7:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path8:before,
.single-choose-style4:hover .choose-style4-icon .icon-call-center .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-call-center .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path3:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path4:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path5:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path6:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path7:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path8:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path9:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path10:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path11:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path12:before {
    color: var(--thm-white);
}



/*** 
===============================
   Recognations Style1 Css    
===============================
***/
.recognations-style1 {
    padding: 120px 0px 120px;
}

.recognations-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.recognations-style1__content {
    position: relative;
    display: block;
}

.recognations-style1__content-text {
    position: relative;
    display: block;
}

.recognations-style1__content-text p {
    margin: 0;
}


.recognations-style1__inner {
    position: relative;
    display: block;
}

.single-recognations-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    clip-path: polygon(100% 0, 100% 86%, 90% 100%, 0 100%, 0 0);
    padding: 40px 30px 32px;
}

.single-recognations-style1 .shape {
    position: absolute;
    bottom: 0;
}

.single-recognations-style1 .shape img {
    width: auto;
}

.single-recognations-style1 .icon {
    position: relative;
    display: flex;
    justify-content: center;
}

.single-recognations-style1 .icon img {
    width: auto;
}

.single-recognations-style1 .content-box {
    position: relative;
    display: block;
    padding: 25px 0px 0px;
}

.single-recognations-style1 .content-box h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.single-recognations-style1 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 5px;
}

.single-recognations-style1 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-recognations-style1 .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-recognations-style1 .content-box h5 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.recognations-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: -150px;
    bottom: 0;
}



/*** 
==========================
   Contact Style1 Css
==========================
***/
.contact-style1 {
    
}

.contact-style1 .auto-container {
    max-width: 1873px;
}

.contact-style1__inner {
    position: relative;
    display: block;
}

.contact-style1__tab {
    position: relative;
    display: block;
}

.contact-style1__tab-btn {
    position: relative;
    display: block;
}

.contact-style1__tab-btn::before {
    content: "";
    position: absolute;
    left: -9999999px;
    top: 0;
    right: -9999999px;
    height: 1px;
    background-color: #dbdee7;
}

.contact-style1__tab-btn::after {
    content: "";
    position: absolute;
    left: -9999999px;
    bottom: 0;
    right: -9999999px;
    height: 1px;
    background-color: #dbdee7;
}

.contact-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    border-left: 1px solid #dbdee7;
    border-right: 1px solid #dbdee7;
    padding: 20px 0px 20px;
}

.contact-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 292px;
    width: 100%;
    cursor: pointer;
    border-right: 1px solid #dbdee7;
    padding: 0px 30px 0px;
}

.contact-style1__tab-btn ul li:last-child {
    border-right: none;
}

.contact-style1__tab-btn ul li h3 {
    color: #a6aec1;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1__tab-btn ul li:hover h3,
.contact-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
}

.contact-style1__tab-btn ul li .icon {
    color: #a6aec1;
    font-size: 20px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1__tab-btn ul li:hover .icon,
.contact-style1__tab-btn ul li.active-btn-item .icon {
    color: var(--thm-primary-color);
    transform: rotate(90deg);
}

.contact-style1__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.single-contact-style1 {
    position: relative;
    display: block;
}

.contact-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.contact-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.contact-style1__tab .tab-content-box-item .contact-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.contact-style1__tab .tab-content-box-item.tab-content-box-item-active .contact-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-contact-style1-tab {
    position: relative;
    display: block;
}

.contact-style1-google-map {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: #646464;
    z-index: 1;
}

.contact-style1-google-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.08;
    z-index: 1;
}

.contact-page__map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    mix-blend-mode: luminosity;
}

.contact-style1-google-map .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.contact-style1-google-map .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-radius: 50%;
}

.contact-style1-google-map .icon a img {
    width: auto;
}

.contact-style1-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    height: 100%;
}

.contact-style1-img img {
    width: 100%;
    height: 580px;
}

.contact-style1-img .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 570px;
    width: 100%;
    background-color: rgba(var(--thm-black-bg-rgb), .95);
    clip-path: polygon(100% 0, 100% 89%, 90% 100%, 0 100%, 0 0);
    padding: 53px 60px 0px;
    z-index: 5;
}

.contact-style1-img .overlay-content .top-box {
    position: relative;
    display: block;
    padding-right: 40px;
}

.contact-style1-img .overlay-content .top-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.contact-style1-img .overlay-content .top-box p {
    color: var(--thm-body-font-color-2);
}

.contact-style1-img .overlay-content .bottom-box {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    padding-top: 32px;
    margin-top: 32px;
}

.contact-style1-img .overlay-content .bottom-box .single-box {
    position: relative;
    display: block;
    padding-right: 35px;
}

.contact-style1-img .overlay-content .bottom-box .single-box.two {
    margin-top: 24px;
}

.contact-style1-img .overlay-content .bottom-box .single-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li {
    position: relative;
    nav-down: auto;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p {
    color: var(--thm-body-font-color-2);
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p a:hover {
    color: var(--thm-white);
}

.contact-style1-img .overlay-content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 37px;
}

.contact-tab__btn {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.contact-tab__btn:hover {
    color: var(--thm-white);
}

.contact-tab__btn i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.contact-tab__btn::before {
    background-color: var(--thm-primary-color);
}

.contact-tab__btn:after {
    background-color: var(--thm-white);
}



/*** 
=============================================
    Contact Style2 Css      
=============================================
***/
.contact-style2 {
    position: relative;
}

.contact-style2--style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: var(--thm-gray-bg);
}

.contact-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 120px 0px 112px;
}

.contact-style2 .sec-title {
    padding-bottom: 40px;
}

.contact-style2__form {
    position: relative;
    display: block;
}

#contact-style2-form {
    position: relative;
    display: block;
}

#contact-style2-form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

#contact-style2-form .inner-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

#contact-style2-form ul.row {
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    --bs-gutter-x: 0px;
}

#contact-style2-form ul.list {
    margin-top: 30px;
}

#contact-style2-form ul li {
    border-bottom: 1px solid var(--thm-border-color-1);
    padding: 23px 25px 7px;
}

#contact-style2-form ul li.item {
    padding: 23px 0px 0px;
}

#contact-style2-form ul li:nth-child(1).item {
    border-right: none;
}

#contact-style2-form ul li:nth-child(1) {
    border-right: 1px solid var(--thm-border-color-1);
}

#contact-style2-form ul li:nth-child(3) {
    border-right: 1px solid var(--thm-border-color-1);
}

#contact-style2-form ul li:last-child {
    border-bottom: none;
}

#contact-style2-form ul li .form-group {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group .title {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group .title2 {
    padding: 0px 25px 0px;
}

#contact-style2-form ul li .form-group .title h4 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

#contact-style2-form ul li .form-group .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 48px;
    color: #44577c;
    font-size: 17px;
    line-height: 48px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 0px 0px;
    padding-right: 0px;
    transition: all 0.2s ease-in-out;
}

#contact-style2-form ul li .form-group .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color-2);
    font-size: 12px;
    top: -3px;
    right: 0px;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 22px;
    width: 22px;
    border-radius: var(--thm-border-radius);
    background-color: #203565;
}

#contact-style2-form ul li .form-group .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0px 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#contact-style2-form ul li .form-group .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#contact-style2-form ul li .form-group .nice-select .option {
    color: var(--thm-black);
    padding: 0px 20px 0px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#contact-style2-form ul li .form-group .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#contact-style2-form ul li .form-group .nice-select .option:hover,
#contact-style2-form ul li .form-group .nice-select .option.focus,
#contact-style2-form ul li .form-group .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#contact-style2-form ul li .form-group .input-box {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group input[type="text"],
#contact-style2-form ul li .form-group input[type="email"],
#contact-style2-form ul li .form-group textarea {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 48px;
    color: #44577c;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px;
    padding-right: 0px;
    transition: all 500ms ease;
}

#contact-style2-form ul li .form-group textarea {
    height: 110px;
    border-radius: var(--thm-border-radius);
    padding: 12px 25px 10px;
    padding-right: 20px;
}

#contact-style2-form ul li .form-group input[type="text"]::-webkit-input-placeholder,
#contact-style2-form ul li .form-group input[type="text"]:-moz-placeholder,
#contact-style2-form ul li .form-group input[type="text"]::-moz-placeholder,
#contact-style2-form ul li .form-group input[type="text"]:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form ul li .form-group input[type="email"]::-webkit-input-placeholder,
#contact-style2-form ul li .form-group input[type="email"]:-moz-placeholder,
#contact-style2-form ul li .form-group input[type="email"]::-moz-placeholder,
#contact-style2-form ul li .form-group input[type="email"]:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form ul li .form-group textarea::-webkit-input-placeholder,
#contact-style2-form ul li .form-group textarea:-moz-placeholder,
#contact-style2-form ul li .form-group textarea::-moz-placeholder,
#contact-style2-form ul li .form-group textarea:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form .checked-box1 {
    margin-top: 28px;
}

#contact-style2-form .checked-box1 label {
    padding-left: 40px;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 26px;
}

#contact-style2-form .checked-box1 input[type="checkbox"]+label span {
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #203565;
    border: none;
    border-radius: 5px;
}

#contact-style2-form .checked-box1 input[type="checkbox"]+label span::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 6px auto 0px;
}

#contact-style2-form .btn-box {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 11px;
}

#contact-style2-form .btn-box button {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#contact-style2-form .btn-box button:hover {
    color: var(--thm-primary-color);
}

#contact-style2-form .btn-box button i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

/*** 
=============================================
    Faq Page Css      
=============================================
***/
.faq-page {
    padding: 120px 0px 120px;
}

.faq-page__inner {
    position: relative;
    display: block;
}

.faq-page__tab {
    position: relative;
    display: block;
}

.faq-page-tab__button {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.faq-page-tab__button ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-page-tab__button ul li {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 10px 22px 6px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.faq-page-tab__button ul li:hover,
.faq-page-tab__button ul li.active-btn-item {
    background-color: var(--thm-primary-color);
}

.faq-page-tab__button ul li+li {
    margin-left: 10px;
}

.faq-page-tab__button ul li h6 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-tab__button ul li:hover h6,
.faq-page-tab__button ul li.active-btn-item h6 {
    color: var(--thm-white);
}

.faq-page__tab .tabs-content-box {
    position: relative;
    display: block;
}

.faq-page__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-page__tab .tab-content-box-item .faq-page-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.faq-page__tab .tab-content-box-item.tab-content-box-item-active .faq-page-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-faq-page-tab {
    position: relative;
    display: block;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn {
    align-items: flex-start;
    padding: 17px 25px 19px;
    padding-right: 25px;
    border-radius: 5px;
    transition: all 200ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active {
    background-color: var(--thm-gray-bg);
    border-color: var(--thm-gray-bg);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn::after {
    display: none;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .icon {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    top: 9px;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active .icon {
    color: var(--thm-primary-color);
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 6px;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h6 {
    color: #a6aec1;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active .title h6 {
    color: var(--thm-primary-color);
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content {
    background-color: var(--thm-gray-bg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    padding: 1px 25px 22px;
    padding-right: 65px;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content .text {
    position: relative;
    display: block;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content .text p {
    margin: 0;
}



/*** 
===============================
    History Page    
===============================
***/
.history-page {
    padding: 120px 0px 120px;
}

.history-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.history-page .row {
    --bs-gutter-x: 0px;
}

.history-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #dbdee7;
}

.history-page-list {
    position: relative;
    display: block;
    padding-right: 85px;
}

.history-page-list--style2 {
    padding-right: 0;
    padding-left: 85px;
    padding-top: 150px;
}

.history-page-item {
    position: relative;
    display: block;
}

.history-page-list li+li {
    margin-top: 150px;
}

.history-page-border-line1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: -86px;
    width: 1px;
    height: 70px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-border-line1--style2 {
    right: auto;
    left: -85px;
}

.history-page-item:hover .history-page-border-line1 {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.history-page-border-line2 {
    position: absolute;
    top: 50%;
    right: -85px;
    width: 30px;
    height: 1px;
    background-color: #dbdee7;
}

.history-page-border-line2--style2 {
    right: auto;
    left: -84px;
}

.history-page-border-line2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.history-page-item:hover .history-page-border-line2::before {
    width: 100%;
}

.history-page-box11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.history-page-box11--style2 {
    right: auto;
    left: -54px;
}

.history-page-item:hover .history-page-box11 {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.history-page-box11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--thm-white);
    transform: scale(0);
    opacity: 0;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-item:hover .history-page-box11::before {
    opacity: 1;
    transform: scale(1);
}

.history-page-box11::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdee7;
    transform: scale(1);
    opacity: 1;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-item:hover .history-page-box11::after {
    opacity: 0;
    transform: scale(0);
}

.history-page-content-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 80%);
}

.history-page-content-box--style2 {
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.history-page-content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 15px;
    height: 35px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.history-page-content-box .year-box {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-left: 1px solid #dbdee7;
    padding: 41.99px 20px 41.64px;
    padding-left: 40px;
}

.history-page-content-box .year-box h3 {
    color: #dbdee7;
    font-size: 30px;
    line-height: 40px;
}

.history-page-content-box .img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    overflow: hidden;
    width: 70px;
    border-radius: var(--thm-border-radius);
}

.history-page-content-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-page-item:hover .history-page-content-box .img-box::before {
    opacity: 1;
}

.history-page-content-box .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-page-item:hover .history-page-content-box .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.history-page-content-box .img-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.history-page-item:hover .history-page-content-box .img-box .icon {
    opacity: 1;
    transform: scale(1);
}

.history-page-content-box .title-box {
    position: relative;
    display: block;
    padding: 0px 60px 0px;
    padding-right: 35px;
}

.history-page-content-box .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.history-page-content-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.history-page-content-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.history-page-content-box .title-box p {
    margin: 0;
}


/*** 
===============================
    Project Page One Css
===============================
***/
.project-page-one {
    padding: 120px 0px 120px;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 60px;
    margin-top: -8px;
}

.project-filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 17px;
}

.project-filter li {
    position: relative;
    display: block;
}

.project-filter li+li {
    margin-left: 55px;
}

.project-filter li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 5;
}

.project-filter li .filter-text::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -18px;
    right: 0px;
    height: 1px;
    background: var(--thm-primary-color);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 10;
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: var(--thm-primary-color);
}

.project-filter li .count {
    position: relative;
    top: -7px;
    right: -5px;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    padding: 0px 7px 0px;
    opacity: 0;
    transform: scale(0);
    transition: all 300ms linear;
    transition-delay: 0.2s;
}

.project-filter li:hover .count,
.project-filter li.active .count {
    opacity: 1;
    transform: scale(1);
}

.project-filter li .count::before {
    content: "[";
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    color: var(--thm-primary-color);
}

.project-filter li .count::after {
    content: "]";
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    color: var(--thm-primary-color);
}

.single-project-style1--1 {
    margin-bottom: 30px;
}

.single-project-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    text-align: center;
    padding-top: 20px;
}

.single-project-style1__btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.single-project-style1__btn .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.single-project-style1__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-project-style1__btn .btn-one:after {
    background-color: var(--thm-black-bg);
}

/*** 
===============================
    Project Page two Css
===============================
***/



.single-project-page-two {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-project-page-two .img-box {
    position: relative;
    display: block;
}

.single-project-page-two .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    margin-right: 30px;
}

.single-project-page-two .img-box .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-page-two:hover .img-box .inner::before {
    opacity: 1;
}

.single-project-page-two .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-page-two:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-page-two .img-box .inner .overlay-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    transform: translateY(-50%);
}

.single-project-page-two .img-box .inner .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #d1d5df;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.single-project-page-two:hover .img-box .inner .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.single-project-page-two .img-box .inner .overlay-icon a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-white);
    background-color: var(--thm-white);
}

.single-project-page-two .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 16.5px 25px 16.5px;
    z-index: 5;
}

.single-project-page-two .img-box .overlay-content .title {
    position: relative;
    display: block;
}

.single-project-page-two .img-box .overlay-content .title h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-project-page-two .img-box .overlay-content .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 1px;
}

.single-project-page-two .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-page-two .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-project-page-two .img-box .overlay-content .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-project-page-two:hover .img-box .overlay-content .btn-box {
    opacity: 1;
    transform: scale(1);
}

.single-project-style2__btn--instyle2 {
    padding-top: 0px;
}


/*** 
===============================
    Project Page Three Css
===============================
***/
.project-page-three__left {
    position: relative;
    display: block;
}

.single-project-page-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-project-page-three .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-project-page-three .img-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: translateX(10px);
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 700ms ease;
    z-index: 10;
}

.single-project-page-three:hover .img-box::after {
    opacity: 1;
    transform: translateX(0px);
}

.single-project-page-three .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-page-three:hover .img-box::before {
    opacity: 1;
}

.single-project-page-three .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-page-three:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}


.single-project-page-three .img-box .overlay-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-project-page-three:hover .img-box .overlay-icon {
    opacity: 1;
    transform: scale(1);
}

.single-project-page-three .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-project-page-three .img-box .overlay-icon a:hover {
    color: var(--thm-white);
}

.single-project-page-three .img-box .overlay-icon a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-project-page-three .img-box .overlay-icon a:hover::before {
    opacity: 1;
    transform: scale(1);
}


/*** 
===============================
    Project Details Css
===============================
***/
.project-details-page {
    padding: 120px 0px 112px;
}

.project-details__sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

.project-details__info {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.project-details__info .inner-title {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee7;
    padding: 19.5px 30px 19.5px;
}

.project-details__info .inner-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.project-details__sidebar-content {
    position: relative;
    display: block;
    padding: 35px 30px 35px;
}

.project-details__list {
    position: relative;
    display: block;
    padding: 0px 0px 35px;
}

.project-details__list li+li {
    margin-top: 30px;
}

.project-details__item {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
}

.project-details__item-icon .icon-user .path1:before,
.project-details__item-icon .icon-clipboard .path1:before,
.project-details__item-icon .icon-clipboard .path2:before,
.project-details__item-icon .icon-clipboard .path3:before,
.project-details__item-icon .icon-clipboard .path4:before,
.project-details__item-icon .icon-clipboard .path5:before,
.project-details__item-icon .icon-clipboard .path6:before,
.project-details__item-icon .icon-clipboard .path7:before,
.project-details__item-icon .icon-clipboard .path8:before,
.project-details__item-icon .icon-clipboard .path9:before,
.project-details__item-icon .icon-calendar .path1:before,
.project-details__item-icon .icon-location-1 .path1:before {
    color: var(--thm-black);
}

.project-details__item-icon .icon-user .path2:before,
.project-details__item-icon .icon-clipboard .path10:before,
.project-details__item-icon .icon-calendar .path2:before,
.project-details__item-icon .icon-calendar .path3:before,
.project-details__item-icon .icon-calendar .path4:before,
.project-details__item-icon .icon-calendar .path5:before,
.project-details__item-icon .icon-calendar .path6:before,
.project-details__item-icon .icon-calendar .path7:before,
.project-details__item-icon .icon-location-1 .path2:before {
    color: var(--thm-primary-color);
}

.project-details__text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.project-details__text p {
    margin: 0;
    line-height: 21px;
}

.project-details__text h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.project-details__btn {
    position: relative;
    display: block;
    line-height: 0;
}

.project-details__btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.project-details__btn .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.project-details__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}

.project-details__btn .btn-one:after {
    background-color: var(--thm-black-bg);
}

.project-details__social {
    position: relative;
    display: block;
    padding-top: 44px;
}

.project-details__social .inner-title {
    position: relative;
    display: block;
}

.project-details__social .inner-title h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.project-details__social ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.project-details__social ul li {
    position: relative;
    display: block;
}

.project-details__social ul li+li {
    margin-left: 10px;
}

.project-details__social ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #e9eaf0;
    color: #acb3c5;
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.project-details__social ul li a:hover {
    color: var(--thm-white);
    border-color: transparent;
}

.project-details__social ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.project-details__social ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.project-details__content {
    position: relative;
    display: block;
    margin-top: -6px;
}

.project-details-text1 {
    position: relative;
    display: block;
    padding-bottom: 42px;
}

.project-details-text1 p {
    margin: 0;
}

.project-details-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 88%, 94% 100%, 0 100%, 0 0);
}

.project-details-img img {
    width: 100%;
}

.project-details-text2 {
    position: relative;
    display: block;
    padding-top: 44px;
}

.project-details-text2 p {
    margin: 0;
}

.project-details-single {
    position: relative;
    display: block;
    padding-top: 37px;
}

.project-details-single .title {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.project-details-single .title h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 17px;
}

.project-details-single .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.project-details-single .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.project-details-single .text {
    position: relative;
    display: block;
}

.project-details-single .text p {
    margin: 0;
}

.project-details-single ul {
    position: relative;
    display: block;
    padding-top: 16px;
}

.project-details-single ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details-single ul li+li {
    margin-top: 8px;
}

.project-details-single ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
}

.project-details-single ul li p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}


/*** 
=============================================
    Industry Details Page Css      
=============================================
***/
.industry-details-page {
    padding: 120px 0px 120px;
}

.industry-details-content {
    position: relative;
    display: block;
}

.industry-details-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.industry-details-img img {
    width: 1000%;
}

.industry-details-title1 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.industry-details-title1 h2 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
}

.industry-details-title1 h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.industry-details-title1 h2 a:hover {
    color: var(--thm-primary-color);
}

.industry-details-title1 .text {
    position: relative;
    display: block;
    padding-top: 23px;
}

.industry-details-title1 .text p {
    margin: 0;
}

.industry-details-title1 .text p+p {
    margin-top: 21px;
}

.tailored-services {
    position: relative;
    display: block;
    padding-top: 49px;
}

.tailored-services .title {
    position: relative;
    display: block;
}

.tailored-services .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.tailored-services .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.tailored-services .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.tailored-services .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.tailored-services .text p {
    margin: 0;
}

.tailored-services-inner {
    position: relative;
    display: block;
    padding-top: 32px;
}

.single-tailored-services {
    position: relative;
    display: block;
    padding-top: 35px;
    margin-bottom: 30px;
}

.single-tailored-services-icon {
    position: absolute;
    top: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 30px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-tailored-services:hover .single-tailored-services-icon {
    color: var(--thm-primary-color);
}

.single-tailored-services-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 53px 30px 27px;
}

.single-tailored-services-inner h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 11px;
}

.single-tailored-services-inner h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tailored-services-inner h3 a:hover {
    color: var(--thm-primary-color);
}

.single-tailored-services-inner p {
    margin: 0;
}

.single-tailored-services-inner .count {
    position: absolute;
    top: 11px;
    right: 19px;
}

.single-tailored-services-inner .count h4 {
    color: #a6aec1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tailored-services:hover .single-tailored-services-inner .count h4 {
    color: var(--thm-primary-color);
}

.why-choose-us11 {
    position: relative;
    display: block;
    padding-top: 26px;
}

.why-choose-us11 .title {
    position: relative;
    display: block;
}

.why-choose-us11 .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.why-choose-us11 .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.why-choose-us11 .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.why-choose-us11 .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.why-choose-us11 .text p {
    margin: 0;
}

.why-choose-us11__inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
    margin-top: 42px;
}

.why-choose-us11__tab {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-us11__button {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
}

.why-choose-us11__button ul {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}

.why-choose-us11__button ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color-1);
    padding: 13px 0px 13px;
}

.why-choose-us11__button ul li:first-child {
    padding: 0px 0px 13px;
}

.why-choose-us11__button ul li:last-child {
    border-bottom: none;
    padding: 13px 0px 0px;
}

.why-choose-us11__button ul li .title {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.why-choose-us11__button ul li .title h4 {
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .title h4,
.why-choose-us11__button ul li.active-btn-item .title h4 {
    color: var(--thm-primary-color);
}

.why-choose-us11__button ul li .title i {
    color: var(--thm-primary-color);
    font-size: 23px;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .title i,
.why-choose-us11__button ul li.active-btn-item .title i {
    opacity: 1;
    transform: translateX(0px);
}

.why-choose-us11__button ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-body-font-color-2);
    font-size: 23px;
    line-height: 0;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .icon,
.why-choose-us11__button ul li.active-btn-item .icon {
    opacity: 0;
}

.why-choose-us11__tab .tabs-content-box {
    position: relative;
    display: block;
}



.why-choose-us11__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.why-choose-us11__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.why-choose-us11__tab .tab-content-box-item .why-choose-us11-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.why-choose-us11__tab .tab-content-box-item.tab-content-box-item-active .why-choose-us11-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-why-choose-us11 {
    position: relative;
    display: block;
}

.single-why-choose-us11 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.single-why-choose-us11 .img-box img {
    width: 100%;
}

.single-why-choose-us11 .img-box .ovelay-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: rgb(243, 244, 246, .95);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 87% 100%, 0 100%, 0 0);
    padding: 24px 30px 22px;
    padding-right: 25px;
}

.back-to-blog-post-btn--style2 {
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    margin-top: 50px;
}

.why-choose-us11-sidebar {
    position: relative;
    display: block;
}

.service-details-banner--style2 {
    margin-top: 0;
}



/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    position: relative;
    display: block;
}

.error-page-img {
    position: absolute;
    bottom: 175px;
    right: 40px;
    z-index: 1;
}

.error-page-img img {
    width: auto;
}

.error-page .big-title {
    position: absolute;
    top: 0px;
    left: -645px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    -webkit-text-stroke: 1px #d4d7e0;
    font-size: 780px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-style: normal;
}

.error-page-content-box {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.error-page-img1 {
    position: relative;
    display: block;
}

.error-page-img1 img {
    width: auto;
}

.error-page-content-box .title {
    position: relative;
    display: block;
    padding-top: 9px;
}

.error-page-content-box .title h2 {
    color: var(--thm-black);
    font-size: 100px;
    line-height: 1.0em;
    font-weight: 600;
}

.error-page-content-box .text {
    position: relative;
    display: block;
    padding-top: 18px;
}

.error-page-content-box .text p {
    font-size: 19px;
    line-height: 29px;
    color: var(--thm-body-font-color);
}

.error-page-content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
    border: none;
}

.error-page-content-box .btn-box .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.error-page-content-box .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.error-page-content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
    border: none;
}

.error-page-content-box .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
    border: none;
}

.error-page__scrolling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-gray-bg);
    padding: 14px 0px 14px;
    z-index: 10;
}

.error-page__scrolling2 {
    top: auto;
    bottom: 0;
}

.error-page__scrolling .inner {
    position: relative;
    display: block;
}

.error-page__scrolling .inner ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.error-page__scrolling .inner ul li {
    position: relative;
    display: block;
    white-space: nowrap;
    float: left;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 100px;
    transition: all .4s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.coming-soon-page__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: rgba(var(--thm-black-bg-rgb), .95);
}

.coming-soon-page__content {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 0px 150px 0px;
    padding-right: 180px;
}

.coming-soon-page__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.coming-soon-page__logo {
    position: relative;
    display: block;
}

.coming-soon-page__logo a {
    position: relative;
    display: inline-block;
}

.coming-soon-page__logo a img {
    width: auto;
}

.coming-soon-page__title {
    position: relative;
    display: block;
    padding-top: 72px;
}

.coming-soon-page__title h2 {
    color: var(--thm-white);
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
}

.coming-soon-page__text {
    position: relative;
    display: block;
    padding-top: 22px;
}

.coming-soon-page__text p {
    color: var(--thm-body-font-color-2);
    font-size: 19px;
    line-height: 29px;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 34px 0 0px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
}

.timer-box .countdown-timer li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.timer-box .countdown-timer li::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.timer-box .countdown-timer li:first-child::before,
.timer-box .countdown-timer li:first-child::after {
    display: none;
}

.timer-box .countdown-timer li+li {
    margin-left: 55px;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: absolute;
    top: 50%;
    right: -22px;
    color: #aeb8c1;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: translateY(-50%) rotate(-180deg);
}

.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
    margin-top: 62px;
}

.subscribe-box-style1 .inner-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.subscribe-box-style1 .inner-title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form .input-box {
    position: relative;
    display: block;
}

.subscribe-box-style1 form .input-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 444px;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: rgb(255, 255, 255, .1);
    border: none !important;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input::-webkit-input-placeholder,
.subscribe-box-style1 form input:-moz-placeholder,
.subscribe-box-style1 form input::-moz-placeholder,
.subscribe-box-style1 form input:-ms-input-placeholder {
    color: var(--thm-body-font-color-2);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-white);
    border-radius: 5px;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form button i {
    color: var(--thm-black);
    font-size: 25px;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form button:hover {
    background-color: var(--thm-primary-color);
}

.subscribe-box-style1 form button:hover i {
    color: var(--thm-white);
}

.coming-soon-social-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.coming-soon-social-box li {
    position: relative;
    display: block;
}

.coming-soon-social-box li+li {
    margin-left: 10px;
}

.coming-soon-social-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203565;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.coming-soon-social-box li a:hover {
    color: var(--thm-white);
    background-color: transparent;
}

.coming-soon-social-box li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.coming-soon-social-box li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.coming-soon-page__big-title {
    position: absolute;
    top: 0px;
    left: 44.5%;
    bottom: 0px;
    overflow: hidden;
}

.coming-soon-page__big-title-inner {
    overflow: hidden;
}

.coming-soon-page__big-title-inner ul {
    position: relative;
    display: flex;
    align-items: center;
    will-change: transform;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}

.coming-soon-page__big-title-inner ul li {
    position: relative;
    display: block;
    margin-top: 67px;
    color: rgb(255, 255, 255, .15);
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}




/*** 
===============================
Projects Style3  
===============================
***/
.projects-style4 {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.projects-style4 .sec-title {
    padding-bottom: 29px;
}

.projects-style4 .container-fluid {
    padding: 0px 0px 0px;
    max-width: 1920px;
}

.projects-style4::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    content: "";
    z-index: -1;
}

.projects-style4 .sec-title .sub-title h4 {
    color: var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor {
    border: 2px solid var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor::before {
    background-color: var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor::after {
    background-color: var(--thm-white);
}

.projects-style4 .sec-title h2 {
    color: var(--thm-white);
}

.projects-style4__inner {
    position: relative;
    display: block;
}

.projects-style4__outer-box {
    position: relative;
    display: block;
}



.projects-style4__single-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.projects-style4__single-box li {
    position: relative;
    flex: 0 0 50%;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.projects-style4__single-box li.active {
    flex: 0 0 50%;
}

.projects-style4__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 650px;
}

.projects-style4__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    border-radius: 0px;
    z-index: -1;
}

.projects-style4__single-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7651435574229692) 9%, rgba(0, 0, 0, 0.7707457983193278) 14%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.48783263305322133) 57%, rgba(0, 0, 0, 0.35057773109243695) 95%);
    opacity: 0;
    border-radius: 0px;
    -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;
    content: "";
    z-index: 1;
}

.projects-style4__single-inner:hover .projects-style4__single-bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.projects-style4__single-box li.active .projects-style4__single-inner .projects-style4__single-bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}




.projects-style4__single-content {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--thm-black-bg);
    padding: 31px 40px 32px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 2;
}

.projects-style4__single-inner:hover .projects-style4__single-content {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.projects-style4__single-box li.active .projects-style4__single-inner .projects-style4__single-content {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}


.projects-style4__single-content .text-box {
    position: relative;
    display: block;
}

.projects-style4__single-content .text-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.projects-style4__single-content .text-box h2 a {
    color: var(--thm-white);
}

.projects-style4__single-content .text-box h2 a:hover {
    color: var(--thm-primary-color);
}

.projects-style4__single-content .text-box p {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.projects-style4__single-content .btn-box {
    position: relative;
    display: block;
    margin-left: 70px;
    flex: 1;
}

.projects-style4__single-content .btn-box a {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    padding: 0px 40px 0px;
    z-index: 1;
}

.projects-style4__single-content .btn-box a:hover {
    color: var(--thm-white);
}

.projects-style4__single-content .btn-box a::before {
    position: absolute;
    top: -47px;
    left: 0;
    bottom: -48px;
    right: 0;
    background: var(--thm-gray-bg);
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.projects-style4__single-content .btn-box a:hover::before {
    background: var(--thm-primary-color);
}

.projects-style4__single-content .btn-box a span:before {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    top: 6px;
}


.projects-style4__carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background-color: var(--thm-white);
    border: none;
}


.projects-style4__tab {
    position: relative;
    display: block;
}

.projects-style4__tab-btn {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.projects-style4__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-style4__tab-btn ul li {
    position: relative;
    display: block;
    cursor: pointer;
}

.projects-style4__tab-btn ul li+li {
    margin-left: 35px;
}

.projects-style4__tab-btn ul li h3 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.projects-style4__tab-btn ul li:hover h3,
.projects-style4__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
}








.projects-style4__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.projects-style4__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.projects-style4__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.projects-style4__tab .tab-content-box-item .projects-style4-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.projects-style4__tab .tab-content-box-item.tab-content-box-item-active .projects-style4-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.projects-style4__tab-single {
    position: relative;
    display: block;
}





@media(min-width: 768px) {
    .projects-style4__single-box li {
        flex: 1;
    }

    .projects-style4__single-box li.active {
        flex: 2.3;
    }

}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .projects-style4__single-box li {
        flex: 0 0 100%;
    }

    .projects-style4__single-box li.active {
        flex: 0 0 100%;
    }



}



.projects-style4__carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 140px;
    margin: 0;
    z-index: 10;
}






















/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}

.cursor::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    background-color: var(--thm-primary-color);
    opacity: 0.30;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: none;
}

.cursor-follower.active {
    opacity: 0.10;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */






#ui-datepicker-div.ui-widget-content {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-black) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary-color);
    border-radius: 0;
    color: var(--thm-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


















/*--------------------------------------------------
# End Css 
----------------------------------------------------*/