/*** 
=============================================
    Fact Counter style1 Css
=============================================
***/
.fact-counter-style1 {
    padding: 120px 0px 120px;
    background-color: var(--thm-black-bg);
}

.fact-counter-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: 1;
}

.fact-counter-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    background-color: var(--thm-black-bg);
    z-index: -1;
}

.fact-counter-style1 .container {
    max-width: 1785px;
}

.single-fact-counter-style1 {
    position: relative;
    /* display: flex; */
    align-items: center;
    z-index: 3;
}

.single-fact-counter-style1__category {
    position: relative;
    display: block;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.single-fact-counter-style1__category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-fact-counter-style1__content {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-left: 14px;
}

.single-fact-counter-style1__content::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 5px;
    width: 1px;
    background-color: #3b536b;
}

.single-fact-counter-style1__content .count-outer {
    position: relative;
    display: block;
}

.single-fact-counter-style1__content .count-outer span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-white);
    font-size: 72px;
    line-height: 72px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-fact-counter-style1__content .count-outer .icon-plus-sign {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-white);
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-left: -13px;
}

.single-fact-counter-style1__content .count-outer .k {
    position: relative;
    top: -3px;
    margin-left: -5px;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-white);
    font-size: 60px;
    line-height: 70px;
    font-family: var(--thm-font-2);
    font-weight: 400;
    font-style: normal;
}

.single-fact-counter-style1__content .text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-fact-counter-style1__content .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: capitalize;
}

.single-fact-counter-style1__content .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-top: 23px;
}

.single-fact-counter-style1__content .icon .icon-steering-wheel-1 .path1:before {
    color: var(--thm-primary-color);
}

.single-fact-counter-style1__content .icon .icon-steering-wheel-1 .path2:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-celebrity .path1:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-celebrity .path2:before {
    color: var(--thm-primary-color);
}

.single-fact-counter-style1__content .icon .icon-map .path1:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-map .path2:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-map .path3:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-map .path4:before {
    color: var(--thm-primary-color);
}

.single-fact-counter-style1__content .icon .icon-taxi-driver .path1:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-taxi-driver .path2:before {
    color: var(--thm-white);
}

.single-fact-counter-style1__content .icon .icon-taxi-driver .path3:before {
    color: var(--thm-primary-color);
}




/*** 
=============================================
    Fact Counter style2 Css
=============================================
***/
.fact-counter-style2 {
    background-color: var(--thm-primary-color);
}

.fact-counter-style2__bg::before {
    background-color: var(--thm-primary-color);
}

.single-fact-counter-style2__content::before {
    background-color: rgb(255, 255, 255, 0.25);
}

.single-fact-counter-style2__content .text p {
    color: var(--thm-white);
}

.single-fact-counter-style2__content .icon .icon-steering-wheel-1 .path1:before {
    color: var(--thm-white);
}



.single-fact-counter-style2__content .icon .icon-celebrity .path2:before {
    color: var(--thm-white);
}



.single-fact-counter-style2__content .icon .icon-map .path4:before {
    color: var(--thm-white);
}



.single-fact-counter-style2__content .icon .icon-taxi-driver .path3:before {
    color: var(--thm-white);
}





























































/*============== End Crgb(255, 255, 255)==========*/
/*** 
=============================================
   Testimonial Style1 Css
=============================================
***/
.testimonial-style1 {
    /* background-image: -moz-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%);
    background-image: -webkit-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 100%, rgb(240, 247, 243) 45%);
    background-image: -ms-linear-gradient(-90deg, rgb(240, 247, 243) 0%, rgba(240, 247, 243, 0.01) 45%, rgb(240, 247, 243) 45%); */
    padding: 120px 0px 120px;
    background-color:#f7f4f3;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
}

.single-testimonial-style1__inner {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.single-testimonial-style1__inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    z-index: -1;
}

.single-testimonial-style1__inner::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    background-color: #e4dfdd;
    border-radius: var(--thm-border-radius);
    z-index: -2;
}

.single-testimonial-style1__inner .arrow-down {
    position: absolute;
    left: 35px;
    bottom: -45px;
    width: 45px;
    height: 45px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

.single-testimonial-style1__quote {
    position: absolute;
    top: 18px;
    right: 30px;
}

.single-testimonial-style1__top {
    position: relative;
    display: block;
}

.single-testimonial-style1__top .title {
    position: relative;
    display: block;
    padding: 11px 30px 11px;
}

.single-testimonial-style1__top .title h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__inner .border-line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.single-testimonial-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 30px 30px;
}

.single-testimonial-style1__img {
    position: relative;
    display: block;
    max-width: 140px;
    width: 100%;
}

.single-testimonial-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.single-testimonial-style1__img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner::before {
    opacity: 0.5;
}

.single-testimonial-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-testimonial-style1:hover .single-testimonial-style1__img .inner img {
    transform: scale(1.05) rotate(0deg);
}

.single-testimonial-style1__img .rating-box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 35px;
    background-color: var(--thm-black-bg);
    height: 70px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.single-testimonial-style1__img .rating-box .icon {
    position: relative;
    display: block;
    margin-bottom: 3px;
    line-height: 0;
}

.single-testimonial-style1__img .rating-box .icon i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 16px;
}

.single-testimonial-style1__img .rating-box p {
    color: var(--thm-white);
}

.single-testimonial-style1__text {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 30px;
}

.single-testimonial-style1__text p {
    margin: 0;
}

.single-testimonial-style1__leaner-box {
    position: relative;
    display: block;
    padding-left: 105px;
    padding-top: 23px;
}

.single-testimonial-style1__leaner-box h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-testimonial-style1__leaner-box h3 span {
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.testimonial-style1 .section-btn {
    margin-top: 52px;
}


.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}





.testimonial-style1--1 {
    background-image: none;
    background-image: none;
    background-image: none;
}




/*** 
=============================
   Testimonial Style2 Css
=============================
***/
.testimonial-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
    overflow: hidden;
}

.testimonial-style2__shape {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.testimonial-style2__shape .rotatescale {
    -webkit-animation-duration: 90s;
    -moz-animation-duration: 90s;
    -ms-animation-duration: 90s;
    animation-duration: 90s;
}

.testimonial-style2 .sec-title {
    padding-bottom: 20px;
}

.testimonial-style2__inner {
    position: relative;
    display: block;
}

.testimonial-style2__single {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.testimonial-style2__single .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.testimonial-style2__single .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.testimonial-style2__single:hover .img-box::before {
    opacity: 0.7;
}

.testimonial-style2__single .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.testimonial-style2__single:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}


.testimonial-style2__single .contant-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 30px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 54px 70px 0px;
}

.testimonial-style2__single .contant-box .shape1 {
    position: absolute;
    top: 10px;
    left: 10px;
}

.testimonial-style2__single .contant-box .shape2 {
    position: absolute;
    bottom: 85px;
    right: 10px;
}

.testimonial-style2__single .contant-box>.text {
    position: relative;
    display: block;
    padding-bottom: 51px;
}

.testimonial-style2__single .contant-box .text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.testimonial-style2__single .contant-box .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0px 23px;
}

.testimonial-style2__single .contant-box .bottom-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    right: -70px;
    height: 1px;
    background-color: var(--thm-border-color);
}

.testimonial-style2__single .contant-box .bottom-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    transform: translateX(50%);
    background-color: var(--thm-border-color);
}

.testimonial-style2__single .contant-box .bottom-box .leaner-name {
    position: relative;
    display: block;
}

.testimonial-style2__single .contant-box .bottom-box .leaner-name h3 {
    font-size: 20px;
    line-height: 30px;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .icon {
    position: relative;
    display: block;
    margin-right: 5px;
    color: #04bf61;
    font-size: 16px;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .text {
    position: relative;
    display: block;
}

.testimonial-style2__single .contant-box .bottom-box .rating-box .text p {
    color: var(--thm-black);
}



.testimonial-style2__quote {
    position: relative;
    display: block;
    padding-top: 30px;
}

.testimonial-style2__quote .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.testimonial-style2__quote .img-box .quote-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    opacity: 0.9;
    z-index: 1;
}

.testimonial-style2__quote .img-box .quote-box i {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 170px;
    line-height: 170px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    margin: 30px 0px 0px;
    left: 50%;
    transform: translateX(50%);
}

.testimonial-style2 .section-btn {
    margin-top: 130px;
}




/*** 
=============================
   Testimonial Style3 Css
=============================
***/
.testimonial-style3 {
    background-color: var(--thm-white);
    overflow: hidden;
}

.testimonial-style3 .container {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 0;
}

.testimonial-style3__content {
    position: relative;
    display: block;
    overflow: hidden;
}




.single-testimonial-style3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    padding: 111px 0px 120px;
    padding-right: 160px;
    z-index: 1;
}

.single-testimonial-style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgb(16, 16, 21);
    background: linear-gradient(90deg, rgba(16, 16, 21, 0) 30%, rgba(16, 16, 21, 0.639093137254902) 50%, rgba(16, 16, 21, 1) 75%);
}

.single-testimonial-style3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgb(14, 33, 59);
    background: linear-gradient(90deg, rgba(14, 33, 59, 0.7987570028011204) 0%, rgba(14, 33, 59, 0.8015581232492998) 25%, rgba(14, 33, 59, 0) 55%);
}

.single-testimonial-style3__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    z-index: -1;
}

.single-testimonial-style3__content {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    z-index: 3;
}

.single-testimonial-style3__content .name-course {
    position: relative;
    display: block;
}

.single-testimonial-style3__content .name-course h3 {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}

.single-testimonial-style3__content .name-course p {
    color: #a9a9b0;
    font-size: 18px;
    line-height: 28px;
}

.single-testimonial-style3__content .name-course p span {
    color: var(--thm-white);
    font-weight: 600;
}

.single-testimonial-style3__content .text {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-testimonial-style3__content .text p {
    color: #a9a9b4;
    font-size: 24px;
    line-height: 34px;
}

.single-testimonial-style3__content .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    z-index: 3;
}

.single-testimonial-style3__content .rating-box li {
    position: relative;
    display: block;
}

.single-testimonial-style3__content .rating-box li+li {
    margin-left: 5px;
}

.single-testimonial-style3__content .rating-box li .icon {
    position: relative;
    display: block;
    color: #ffcd3c;
    font-size: 20px;
    line-height: 20px;
}

.single-testimonial-style3__icon {
    position: absolute;
    bottom: 28px;
    right: 50px;
    z-index: 3;
}

.single-testimonial-style3__icon span {
    color: #1d1d22;
    font-size: 155px;
}



.testimonial-style3-carousel .owl-dots {
    position: absolute;
    top: 50px;
    left: 50%;
    counter-reset: slides-num;
    transform: translateX(-50%);
    margin-left: 150px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    margin-top: 0 !important;
}

.testimonial-style3-carousel .owl-dots::after {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "0"counter(slides-num);
    font-size: 16px;
    color: #a9a9b0;
    font-weight: 700;
    font-family: var(--thm-font-2);
    margin-right: -50px;
}

.testimonial-style3-carousel .owl-dots:before {
    position: absolute;
    content: '';
    right: 40px;
    top: 43px;
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.35);
    transform: rotate(10deg);
}

.testimonial-style3-carousel .owl-dots button span {
    display: none !important;
}

.testimonial-style3-carousel .owl-dots button {
    position: absolute;
    top: 35px;
    right: 65px;
    counter-increment: slides-num;
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.testimonial-style3-carousel .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.testimonial-style3-carousel .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    right: 0px;
}




/*** 
=============================
   Testimonials Page Css
=============================
***/
.testimonial-style1--style2 {
    padding: 120px 0px 80px;
}

.single-testimonial-style1--style2 {
    margin-bottom: 32px;
}
/*** 
========================
    Partner Style1 Css
========================
***/
.partner-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.partner-style1 .container {
    max-width: 1710px;
}

.partner-style1__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--thm-border-color);
    padding: 5px 0;
}

.partner-style1__single a {
    position: relative;
    display: inline-block;
}

.partner-style1__single a img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0.1s;
    filter: grayscale(0%);
    width: auto !important;
}

.partner-style1__single a:hover img {
    opacity: 0.6;
    filter: grayscale(0%);
    transition: all 0.8s ease-in-out 0.1s;
}

.partner-style1-carousel {
    position: relative;
}
/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 860px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-style1 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 860px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}





/*** 
===========================
    Footer style1 Css
===========================
***/
.footer-style1 {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    overflow: hidden;
    padding: 0px 0px 0px;
    z-index: 10;
}

.footer-style1__upper {
    position: relative;
    display: block;
    padding: 28px 100px 2px;
    z-index: 1;
}

.footer-style1__upper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    border-bottom: 2px dashed #3e5f62;
}

.footer-style1__upper-content {
    position: relative;
    display: block;
    padding-left: 0px;
    min-height: 30px;
    z-index: 1;
}

.footer-style1__upper-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    right: 0;
    background: rgb(26, 55, 58);
    background: linear-gradient(90deg, rgba(26, 55, 58, 0.9472163865546218) 0%, rgba(26, 55, 58, 0.7287289915966386) 5%, rgba(26, 55, 58, 0) 15%, rgba(26, 55, 58, 0) 85%, rgba(26, 55, 58, 0.7483368347338936) 95%, rgba(26, 55, 58, 1) 100%);
    z-index: 2;
}

.footer-style1__upper-content .inner-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #405f62;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    display: none;
}

.footer-style1__upper .car_img {
    position: absolute;
    left: 100px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 30px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}


/*==== Footer Top ====*/
.footer-style1__top {
    position: relative;
    display: block;
    padding-top: 60px;
}

.footer-style1__top .container {
    max-width: 1320px;
}

.footer-style1__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--thm-border-radius);
    background-color: #264649;
    padding: 54px 60px 55px;
}

.footer-style1__top-inner-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

.footer-style1__top-inner-left li {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
}

.footer-style1__top-inner-left li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
}

.footer-style1__top-inner-left li .icon-box .icon-location .path1:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path2:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path3:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path4:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path5:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path6:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path7:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path8:before {
    color: var(--thm-primary-color);
}

.footer-style1__top-inner-left li .icon-box .icon-location .path9:before {
    color: var(--thm-primary-color);
}

.footer-style1__top-inner-left li .icon-box .icon-call-center .path1:before {
    color: var(--thm-black);
}

.footer-style1__top-inner-left li .icon-box .icon-call-center .path2:before {
    color: var(--thm-primary-color);
}

.footer-style1__top-inner-left li .title-box {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 30px;
}

.footer-style1__top-inner-left li .title-box h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 11px;
}

.footer-style1__top-inner-left li .title-box p {
    color: #a5b9bb;
}

.footer-style1__top-inner-left li .title-box p a {
    color: #a5b9bb;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-style1__top-inner-left li .title-box p a:hover {
    color: var(--thm-primary-color);
}

.footer-style1__top-inner-right {
    position: relative;
    display: block;
    flex: 1;
}

.footer-style1__top-inner-right .shape {
    position: absolute;
    top: -30px;
    left: -40px;
}

.footer-style1__top-inner-right .btn-box {
    position: relative;
    display: inline-block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 22px 35px 22px;
}

.footer-style1__top-inner-right .btn-box p {
    position: relative;
    color: var(--thm-white);
    display: flex;
    align-items: center;
}

.footer-style1__top-inner-right .btn-box p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-style1__top-inner-right .btn-box p a:hover {
    color: var(--thm-primary-color);
}

.footer-style1__top-inner-right .btn-box p a i {
    margin-right: 7px;
}


/*==== Footer Main ====*/
.footer-main {
    position: relative;
    display: block;
    padding: 120px 0px 112px;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.our-company-info-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.footer-logo-style1 {
    position: relative;
    display: block;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style1 a img {
    width: auto;
}

.footer-social-links-style1 {
    position: relative;
    display: block;
    margin-top: 40px;
}

.footer-social-links-style1 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-social-links-style1 ul li {
    position: relative;
    display: block;
}

.footer-social-links-style1 ul li+li {
    margin-left: 10px;
}

.footer-social-links-style1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: transparent;
    border: 1px solid #2f5154;
    border-radius: var(--thm-border-radius);
    color: var(--thm-white);
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-social-links-style1 ul li:hover a {
    color: #ffffff;
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.subscribe-box-form {
    position: relative;
    display: block;
    padding-top: 33px;
}

.subscribe-box-form .text {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.subscribe-box-form .text p {
    color: #a5b9bb;
}

.subscribe-box-form form {
    position: relative;
    display: block;
}

.subscribe-box-form form .form-group {
    position: relative;
    display: block;
}

.subscribe-box-form form .form-group .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    transform: translateY(-50%);
}

.subscribe-box-form form input[type="email"] {
    position: relative;
    display: block;
    border: 0px solid transparent;
    background-color: #264649;
    border-radius: var(--thm-border-radius);
    width: 100%;
    height: 60px;
    color: #a5b9bb;
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 50px;
    padding-right: 20px;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.subscribe-box-form form input[type="email"]::-webkit-input-placeholder {
    color: #a5b9bb;
}

.subscribe-box-form form input[type="email"]:-moz-placeholder {
    color: #a5b9bb;
}

.subscribe-box-form form input[type="email"]::-moz-placeholder {
    color: #a5b9bb;
}

.subscribe-box-form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.subscribe-box-form form .btn-box {
    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: 19px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.subscribe-box-form form .btn-box i {
    margin-right: 7px;
}

.subscribe-box-form form .btn-box:hover {
    color: var(--thm-primary-color);
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.single-footer-widget .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
}

.footer-widget-links {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
}

.footer-widget-links ul li+li {
    margin-top: 15px;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #a5b9bb;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-white);
    margin-left: 5px;
}

.footer-widget-links ul li a i {
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-left: 5px;
    transform: translateX(-10px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-widget-links ul li a:hover i {
    opacity: 1;
    transform: translateX(0px);
}

.footer-widget-mobile-app {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-mobile-app .text {
    position: relative;
    display: block;
}

.footer-widget-mobile-app .text p {
    color: #a5b9bb;
}

.footer-widget-mobile-app .app-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
    margin-top: 17px;
}

.footer-widget-mobile-app .app-box li {
    position: relative;
    display: block;
    width: 120px;
    height: 130px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 20px 0px 0px;
}

.footer-widget-mobile-app .app-box li+li {
    margin-left: 10px;
}

.footer-widget-mobile-app .app-box li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 40px;
    margin: 0 auto;
}

.footer-widget-mobile-app .app-box li h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 13px;
}

.footer-widget-mobile-app .app-box li h6 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-mobile-app .app-box li h6 a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-mobile-app .download-material {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.footer-widget-mobile-app .download-material .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 17px;
}

.footer-widget-mobile-app .download-material .title {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 20px;
}

.footer-widget-mobile-app .download-material .title h4 {
    font-size: 18px;
    line-height: 24px;
}

.footer-widget-mobile-app .download-material .title h4 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-mobile-app .download-material .title h4 a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-mobile-app .download-material .title p {
    color: #a5b9bb;
    margin: 5px 0 0;
}


/*==== Footer Bottom ====*/
.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #2f5154;
    padding: 25px 0px 23px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #a5b9bb;
    margin: 0;
}

.copyright-text p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text p a:hover {
    color: var(--thm-white);
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    position: relative;
    display: block;
}

.footer-menu ul li+li {
    margin-left: 20px;
}

.footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: #a5b9bb;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu ul li a:hover {
    color: var(--thm-white);
}



/*** 
===========================
    Footer style2 Css
===========================
***/
.footer-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    /* padding: 120px 0px 0px; */
}


/***==== Footer Top ====***/
.footer-style2__top {
    position: relative;
    display: block;
}

.footer-style2__top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #3f556d;
}

.footer-style2__top-left {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #283e55;
    border: 1px solid #3f556d;
    border-radius: var(--thm-border-radius);
    padding: 31px 30px 31px;
}

.footer-style2__top-left .logo-box {
    position: relative;
    display: block;
}

.footer-style2__top .logo-box a {
    position: relative;
    display: inline-block;
}

.footer-style2__top .logo-box a img {
    width: auto;
}



.footer-style2__top .phone-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-left: 30px;
    flex: 1;
}

.footer-style2__top .phone-box::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    bottom: -31px;
    width: 1px;
    background-color: #3f556d;
}

.footer-style2__top .phone-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--thm-white);
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.footer-style2__top .phone-box .text {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 15px;
}

.footer-style2__top .phone-box .text p {
    color: var(--thm-white);
}

.footer-style2__top .phone-box .text h6 {
    font-size: 16px;
    line-height: 19px;
}

.footer-style2__top .phone-box .text h6 a {
    color: var(--thm-white);
}

.footer-style2__top .phone-box .text h6 a:hover {
    color: var(--thm-primary-color);
}



.footer-style2__top-right {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #283e55;
    border: 1px solid #3f556d;
    border-radius: var(--thm-border-radius);
    padding: 10px 10px 10px;
}

.footer-style2__top-right .ticket-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.footer-style2__top .ticket-box::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    width: 1px;
    background-color: #3f556d;
    z-index: 2;
}

.footer-style2__top-right .ticket-box .boll-box1 {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #283e55;
    z-index: 1;
}

.footer-style2__top-right .ticket-box .percentage {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-white);
    border-top-left-radius: var(--thm-border-radius);
    border-bottom-left-radius: var(--thm-border-radius);
    padding: 16px 15px 18px;
    padding-right: 25px;
}

.footer-style2__top-right .ticket-box .percentage::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-right: 3px dashed var(--thm-black-bg);
}

.footer-style2__top-right .ticket-box .percentage h3 {
    font-size: 22px;
    line-height: 32px;
}

.footer-style2__top-right .ticket-box .percentage h6 {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.footer-style2__top-right .ticket-box .offers {
    position: relative;
    display: block;
    background-color: var(--thm-primary-color);
    flex: 1;
    transform: rotate(180deg);
    padding: 17px 17px 17px;
    writing-mode: vertical-lr;
    padding-right: 9px;
    height: 88px;
}

.footer-style2__top-right .ticket-box .offers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    border-left: 3px dotted var(--thm-black-bg);
}

.footer-style2__top-right .ticket-box .offers h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-style2__top-right .ticket-box .boll-box2 {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #283e55;
    z-index: 1;
}

.footer-style2__top-right .title-box {
    position: relative;
    display: block;
    margin-left: 30px;
    padding-right: 40px;
}

.footer-style2__top-right .title-box h3 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
}



.footer-style2__top-right .btn-box {
    position: relative;
    display: block;
    padding-left: 27px;
    line-height: 0;
}

.footer-style2__top-right .btn-box::before {
    content: "";
    position: absolute;
    top: -44px;
    left: 0;
    bottom: -44px;
    width: 1px;
    background-color: #3f556d;
    z-index: 2;
}

.footer-style2__top-right .btn-box a {
    position: relative;
    display: inline-block;
    color: #a1aab4;
    font-size: 20px;
    line-height: 13px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-style2__top-right .btn-box a:hover {
    color: var(--thm-primary-color);
}


/***==== Footer Main Style2 ====***/
.footer-main-style2 {
    position: relative;
    display: block;
    padding: 60px 0px 60px;
}

.footer-main-style2__inner {
    position: relative;
    display: block;
}

.single-footer-widget-style2 {
    position: relative;
    display: block;
}

.single-footer-widget-style2 .title {
    position: relative;
    display: block;
    margin-top: -9px;
}

.single-footer-widget-style2 .title h3 {
    color: var(--thm-white);
    font-size: 23px;
    line-height: 30px;
}

.footer-widget-links-style2 {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-links-style2 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style2 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style2 ul li+li {
    margin-top: 16px;
}

.footer-widget-links-style2 ul li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style2 ul li a:hover {
    color: var(--thm-white);
}

.footer-widget-links-style2 ul li a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 10px;
    background-color: #ff6b49;
    border-radius: var(--thm-border-radius);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.footer-widget-links-style2 ul li a:hover::before {
    background-color: var(--thm-primary-color);
}



.footer-widget-contact-info {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-contact-info .phone-email-box {
    position: relative;
    display: block;
}

.footer-widget-contact-info .phone-email-box p {
    color: #a1aab4;
}

.footer-widget-contact-info .phone-email-box p+P {
    margin-top: 5px;
}

.footer-widget-contact-info .phone-email-box p a {
    color: #a1aab4;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-contact-info .phone-email-box p a:hover {
    color: var(--thm-white);
}

.footer-widget-contact-info .phone-email-box .btn-box {
    position: relative;
    display: block;
    padding-top: 11px;
}

.footer-widget-contact-info .phone-email-box .btn-box 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;
}

.footer-widget-contact-info .phone-email-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-contact-info .phone-email-box .btn-box a i {
    margin-right: 6px;
}

.footer-widget-contact-info .office-time {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-contact-info .office-time ul {
    position: relative;
    display: block;
}

.footer-widget-contact-info .office-time ul li {
    position: relative;
    display: block;
}

.footer-widget-contact-info .office-time ul li+li {
    margin-top: 11px;
}

.footer-widget-contact-info .office-time ul li .day {
    position: relative;
    display: block;
}

.footer-widget-contact-info .office-time ul li .day p {
    color: #a1aab4;
}

.footer-widget-contact-info .office-time ul li .time {
    position: relative;
    display: block;
}

.footer-widget-contact-info .office-time ul li .time p {
    color: var(--thm-white);
}



.footer-widget-blog-post {
    position: relative;
    display: block;
    padding-top: 24px;
}

.footer-widget-blog-post>ul {
    position: relative;
    display: block;
}

.footer-widget-blog-post>ul>li {
    position: relative;
    display: block;
}

.footer-widget-blog-post>ul>li+li {
    margin-top: 25px;
}

.footer-widget-blog-post>ul>li>.category {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
}

.footer-widget-blog-post>ul>li>.category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    background-color: #496078;
}

.footer-widget-blog-post>ul>li>.category h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-widget-blog-post>ul>li>.meta-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 9px;
    width: 6px;
    height: 6px;
    background-color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li:last-child:before {
    display: none;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li+li {
    margin-left: 30px;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li>.icon {
    position: relative;
    display: block;
    color: #a1aab4;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li>.text {
    position: relative;
    display: block;
}

.footer-widget-blog-post>ul>li>.meta-box .meta-info>li>.text>p {
    color: #a1aab4;
}

.footer-widget-blog-post>ul>li>.title {
    position: relative;
    display: block;
    padding-top: 17px;
}

.footer-widget-blog-post>ul>li>.title h3 {
    font-size: 18px;
    line-height: 28px;
}

.footer-widget-blog-post>ul>li>.title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-blog-post>ul>li>.title h3 a:hover {
    color: var(--thm-primary-color);
}



/***==== Footer Bottom Style2 ====***/
.footer-bottom-style2 {
    position: relative;
    display: block;
    background-color: #4a0001;
    padding:20px 0px 20px;
}

.footer-bottom-style2 .bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.footer-bottom-style2 .bottom-inner .title {
    position: relative;
    display: block;
}

.footer-bottom-style2 .bottom-inner .title h4 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
}

.footer-bottom-style2 .bottom-inner .logo {
    position: relative;
    display: block;
    padding-top: 23px;
}

.footer-bottom-style2 .bottom-inner .logo ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-style2 .bottom-inner .logo ul li {
    position: relative;
    display: block;
}

.footer-bottom-style2 .bottom-inner .logo ul li+li {
    margin-left: 10px;
}

.footer-bottom-style2 .bottom-inner .logo ul li a {
    position: relative;
    display: inline-block;
}

.footer-bottom-style2 .bottom-inner .logo ul li a img {
    width: auto;
}

.footer-bottom-style2 .bottom-inner .copyright-text {
    position: relative;
    display: block;
    
}

.footer-bottom-style2 .bottom-inner .copyright-text p {
    color: #ffffff;
}

.footer-bottom-style2 .bottom-inner .copyright-text p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-bottom-style2 .bottom-inner .copyright-text p a:hover {
    color: var(--thm-white);
}

.footer-social-links-style2 {
    position: relative;
    display: block;
    padding-top: 22px;
}

.footer-social-links-style2 ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-links-style2 ul li {
    position: relative;
    display: block;
}

.footer-social-links-style2 ul li+li {
    margin-left: 10px;
}

.footer-social-links-style2 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    overflow: hidden;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    color: var(--thm-white);
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.footer-social-links-style2 ul li a:hover {
    color: var(--thm-primary-color);
}

.footer-social-links-style2 ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%;
    background-color: #354b63;
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.footer-social-links-style2 ul li a:hover::before {
    background-color: var(--thm-white);
    height: 100%;
}



/*** 
===========================
    Footer style3 Css
===========================
***/
.footer-style3 {
    position: relative;
    display: block;
}

.footer-main-style3 {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 120px 0px 114px;
}

.footer-main-style3__inner {
    position: relative;
    display: block;
}

.single-footer-widget-style3 {
    position: relative;
    display: block;
}

.our-company-info-box-style2 {
    position: relative;
    display: block;
    padding-right: 60px;
}

.footer-logo-style3 {
    position: relative;
    display: block;
}

.footer-logo-style3 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style3 a img {
    width: auto;
}

.our-company-info-box-style2 .text {
    position: relative;
    display: block;
    padding-top: 33px;
}

.our-company-info-box-style2 .text p {
    color: #a9a9b0;
}

.our-company-info-box-style2 .fact-box {
    position: relative;
    display: flex;
    align-items: center;
    background: rgb(238, 33, 41);
    background: linear-gradient(90deg, rgba(238, 33, 41, 1) 0%, rgba(16, 16, 21, 1) 70%);
    border-radius: var(--thm-border-radius);
    padding: 15px 15px 15px;
    margin-top: 32px;
}

.our-company-info-box-style2 .fact-box .left {
    position: relative;
    display: flex;
    align-items: center;
}

.our-company-info-box-style2 .fact-box .left .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    font-size: 45px;
}

.our-company-info-box-style2 .fact-box .left .icon .icon-steering-wheel-1 .path1:before {
    color: var(--thm-primary-color);
}

.our-company-info-box-style2 .fact-box .left .icon .icon-steering-wheel-1 .path2:before {
    color: var(--thm-black);
}

.our-company-info-box-style2 .fact-box .left .year {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.our-company-info-box-style2 .fact-box .left .year h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.our-company-info-box-style2 .fact-box .left .year h2 {
    color: var(--thm-white);
    font-size: 36px;
    line-height: 1.1em;
}

.our-company-info-box-style2 .fact-box .right {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 20px;
}

.our-company-info-box-style2 .fact-box .right h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
}



.single-footer-widget-style3 .title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.single-footer-widget-style3 .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
}

.footer-widget-links-style3 {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget-links-style3 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style3 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style3 ul li+li {
    margin-top: 11px;
}

.footer-widget-links-style3 ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #a9a9b0;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style3 ul li a:hover {
    color: var(--thm-white);
    margin-left: 5px;
}

.footer-widget-links-style3 ul li a .icon {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 11px;
}



.footer-widget-Locations-info {
    position: relative;
    display: block;
    margin-top: 9px;
}

.footer-widget-Locations-info .nice-select {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #2a2a33;
    width: 100%;
    height: 60px;
    color: #a9a9b0;
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 500ms ease;
}

.footer-widget-Locations-info .nice-select:focus {
    border-color: var(--thm-primary-color);
}

.footer-widget-Locations-info .nice-select::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #a8a8af;
    border-right: 2px solid #a8a8af;
    right: 0px;
    margin-top: 0px;
    top: 22px;
    z-index: 10;
}

.footer-widget-Locations-info .nice-select .list {
    background-color: #ffffff;
    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;
    z-index: 100;
}

.footer-widget-Locations-info .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;
}

.footer-widget-Locations-info .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;
}

.footer-widget-Locations-info .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.footer-widget-Locations-info .nice-select .option:hover,
.footer-widget-Locations-info .nice-select .option.focus,
.footer-widget-Locations-info .nice-select .option.selected.focus {
    color: var(--thm-white) !important;
    background-color: var(--thm-primary-color);
}



.footer-widget-Locations-info .list-item {
    position: relative;
    display: block;
    padding-top: 30px;
}

.footer-widget-Locations-info .list-item li {
    position: relative;
    display: block;
}

.footer-widget-Locations-info .list-item li+li {
    margin-top: 23px;
}

.footer-widget-Locations-info .list-item li .title {
    position: relative;
    display: block;
    padding-bottom: 7px;
}

.footer-widget-Locations-info .list-item li .title h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
}

.footer-widget-Locations-info .list-item li .text {
    position: relative;
    display: block;
}

.footer-widget-Locations-info .list-item li .text p {
    color: #a9a9b0;
}

.footer-widget-Locations-info .list-item li .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 5px;
}

.footer-widget-Locations-info .list-item li .btn-box 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;
}

.footer-widget-Locations-info .list-item li .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-Locations-info .list-item li .btn-box a i {
    margin-right: 6px;
}



.footer-bottom-style3 {
    position: relative;
    display: block;
    background-color: #09090c;
    padding: 25px 0px 19px;
}

.footer-bottom-style3 .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text-style3 {
    position: relative;
    display: block;
}

.copyright-text-style3 p {
    color: #a9a9b0;
}

.copyright-text-style3 p a {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text-style3 p a:hover {
    color: var(--thm-white);
}



.footer-social-links-style3 {
    position: relative;
    display: block;
}

.footer-social-links-style3 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-social-links-style3 ul li {
    position: relative;
    display: block;
}

.footer-social-links-style3 ul li+li {
    margin-left: 40px;
}

.footer-social-links-style3 ul li a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-social-links-style3 ul li a:hover {
    color: var(--thm-primary-color);
}

.footer-menu-style3 {
    position: relative;
    display: block;
}

.footer-menu-style3 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-menu-style3 ul li {
    position: relative;
    display: block;
}

.footer-menu-style3 ul li+li {
    margin-left: 20px;
}

.footer-menu-style3 ul li a {
    position: relative;
    display: inline-block;
    color: #a9a9b0;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu-style3 ul li a:hover {
    color: var(--thm-white);
}



/*** 
===========================
    Footer style4 Css
===========================
***/
.footer-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    margin-bottom: 20px;
}

.footer-style4__round-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    margin: 0px auto;
    z-index: 1;
}

.footer-style4__round-box .icon-box {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.footer-style4__round-box .icon-box .icon-schedule .path1:before {
    color: var(--thm-primary-color);
}

.footer-style4__round-box .icon-box .icon-schedule .path2:before {
    color: var(--thm-white);
}

.footer-style4__round-box .icon-box .icon-schedule .path3:before {
    color: var(--thm-white);
}

.footer-style4__round-box .icon-box .icon-schedule .path4:before {
    color: var(--thm-white);
}

.footer-style4__round-box .icon-box .icon-schedule .path5:before {
    color: var(--thm-white);
}

.footer-style4__round-box .icon-box .icon-schedule .path6:before {
    color: var(--thm-white);
}

.footer-style4__round-box .btn-box {
    position: relative;
    display: block;
    padding-top: 7px;
}

.footer-style4__round-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    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;
}

.footer-style4__round-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-style4__round-box .btn-box a i {
    margin-top: 7px;
}

.footer-style4__curved-circle {
    position: absolute;
    bottom: -4px;
    right: 0px;
    width: 200px;
    height: 200px !important;
    color: #a5a5ac;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 1px;
    transform: rotate(0deg);
}





.footer-main-style4 {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    margin: -100px 20px 0px;
    padding: 160px 0px 105px;
}

.single-footer-widget-style4 {
    position: relative;
    display: block;
}

.single-footer-widget-style4 .title {
    position: relative;
    display: block;
    margin-top: -7px;
}

.single-footer-widget-style4 .title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
}

.footer-widget-links-style4 {
    position: relative;
    display: block;
    padding-top: 25px;
}

.footer-widget-links-style4 ul {
    position: relative;
    display: block;
}

.footer-widget-links-style4 ul li {
    position: relative;
    display: block;
}

.footer-widget-links-style4 ul li+li {
    margin-top: 15px;
}

.footer-widget-links-style4 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5b5c5f;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style4 ul li a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-links-style4 ul li a .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    width: 60px;
    color: #a1a3ab;
    font-size: 14px;
    line-height: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links-style4 ul li a:hover .icon {
    color: var(--thm-primary-color);
}

.footer-widget-links-style4 ul li a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    width: 48px;
    height: 1px;
    opacity: 0;
    transform: translateX(-20px);
    background-color: var(--thm-primary-color);
    transition: all 300ms linear;
    transition-delay: 0.2s;
}

.footer-widget-links-style4 ul li a:hover .icon::before {
    opacity: 1;
    transform: translateX(0px);
}



.footer-widget-rating {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 30px 30px 17px;
    max-width: 370px;
    margin: 0 auto;
}

.footer-widget-rating__left-shape {
    position: absolute;
    top: 0;
    left: -65px;
    bottom: 0;
    width: 65px;
    overflow: hidden;
}

.footer-widget-rating__left-shape ul {
    position: absolute;
    top: 60px;
    left: -60px;
    will-change: transform;
    transform: translateY(0);
    white-space: nowrap;
    -webkit-animation: marqueeinvert 20s linear infinite;
    animation: marqueeinvert 20s linear infinite;
}

.footer-widget-rating__left-shape ul li {
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
}

.footer-widget-rating__left-shape ul li+li {
    margin-top: 200px;
}

.footer-widget-rating__left-shape ul li span {
    color: #e3e4e8;
    font-size: 40px;
}


@keyframes marqueeinvert {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-moz-keyframes marqueeinvert {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes marqueeinvert {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}





.footer-widget-rating__right-shape {
    position: absolute;
    top: 0;
    right: -65px;
    bottom: 0;
    width: 65px;
    overflow: hidden;
}

.footer-widget-rating__right-shape ul {
    position: absolute;
    top: 60px;
    right: -60px;
    will-change: transform;
    transform: translateY(0);
    white-space: nowrap;
    -moz-animation: scroll-top1 20s linear infinite;
    -webkit-animation: scroll-top1 20s linear infinite;
    animation: scroll-top1 20s linear infinite;
}

.footer-widget-rating__right-shape ul li {
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

.footer-widget-rating__right-shape ul li+li {
    margin-top: 200px;
}

.footer-widget-rating__right-shape ul li span {
    color: #e3e4e8;
    font-size: 40px;
}



@-moz-keyframes scroll-top1 {
    0% {
        -moz-transform: translateY(0%);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}

@-webkit-keyframes scroll-top1 {
    0% {
        -webkit-transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}












.footer-logo-style4 {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.footer-logo-style4 a {
    position: relative;
    display: inline-block;
}

.footer-logo-style4 a img {
    width: auto;
}

.footer-widget-rating .rating-box {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 24px 0px 17px;
}

.footer-widget-rating .rating-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.footer-widget-rating .rating-box ul li {
    position: relative;
    display: block;
}

.footer-widget-rating .rating-box ul li+li {
    margin-left: 5px;
}

.footer-widget-rating .rating-box ul li .icon {
    position: relative;
    display: inline-block;
    color: #00b67a;
    font-size: 16px;
    line-height: 16px;
}

.footer-widget-rating .rating-box h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.footer-widget-rating .rating-box p {
    margin: 0;
}

.footer-widget-rating .rating-box h3 {
    color: #224af5;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
}

.footer-widget-rating .btn-box {
    position: relative;
    display: block;
}

.footer-widget-rating .btn-box 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;
    padding-top: 19px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-rating .btn-box a:hover {
    color: var(--thm-primary-color);
}

.footer-widget-rating .btn-box a i {
    margin-right: 5px;
}



.footer-widget-gallery {
    position: relative;
    display: block;
    padding-top: 32px;
}

.footer-widget-gallery ul {
    position: relative;
    display: block;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-widget-gallery ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 7.5px 15px;
}

.footer-widget-gallery ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.footer-widget-gallery ul li .img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.footer-widget-gallery ul li:hover .img-box::before {
    opacity: 0.85;
}

.footer-widget-gallery ul li .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.footer-widget-gallery ul li:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.footer-widget-gallery ul li .img-box .overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(10px);
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 3;
}

.footer-widget-gallery ul li:hover .img-box .overlay-icon {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.footer-widget-gallery ul li .img-box .overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-gallery ul li .img-box .overlay-icon a:hover {
    color: var(--thm-primary-color);
}





.footer-widget-gallery ul li .img-box2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.footer-widget-gallery ul li .img-box2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #173ace;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.footer-widget-gallery ul li .img-box2 img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.footer-widget-gallery ul li .img-box2 .overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 3;
}

.footer-widget-gallery ul li .img-box2 .overlay-icon a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    color: var(--thm-white);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-gallery ul li .img-box2 .overlay-icon a i {
    font-size: 20px;
    margin-bottom: 6px;
}




.footer-bottom-style4 {
    background-color: var(--thm-black-bg);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 25px 0px 23px;
    margin: 0px 20px 0px;
}

.footer-bottom-style4 .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text-style4 {
    position: relative;
    display: block;
}

.copyright-text-style4 p {
    color: #a5a5ac;
}

.copyright-text-style4 p a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text-style4 p a:hover {
    color: var(--thm-primary-color);
}

.footer-payment-options {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-payment-options li {
    position: relative;
    display: block;
}

.footer-payment-options li+li {
    margin-left: 10px;
}

.footer-payment-options li a {
    position: relative;
    display: inline-block;
    color: #a5a5ac;
    font-size: 46px;
    line-height: 46px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-payment-options li a:hover {
    color: var(--thm-white);
}




























/**  End Css  **/
/*** 
=============================================
    Blog Style1 Css
=============================================
***/
.blog-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-blog-style1__img {
    position: relative;
    display: block;
    padding-bottom: 45px;
}

.single-blog-style1__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    z-index: 1;
}

.single-blog-style1__img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
   
    z-index: 1;
}

.single-blog-style1:hover .single-blog-style1__img .inner::before {
    opacity: 0.9;
}

.single-blog-style1__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-blog-style1:hover .single-blog-style1__img .inner img {
    transform: scale(1.05) rotate(0deg);
}

.single-blog-style1__overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 45px;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-30px);
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 3;
}

.single-blog-style1:hover .single-blog-style1__overlay-icon {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.single-blog-style1__overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1__overlay-icon a:hover {
    color: var(--thm-primary-color);
    background-color: transparent;
}

.single-blog-style1__overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 25px;
    overflow: hidden;
    border-radius: 0px 4px 4px 4px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 14px 17px 15px;
    padding-right: 5px;
    z-index: 3;
}

.single-blog-style1__overlay-content .date-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    background-color: var(--thm-black-bg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-blog-style1:hover .single-blog-style1__overlay-content .date-box {
    background-color: var(--thm-primary-color);
}

.single-blog-style1__overlay-content .date-box h6 {
    color: var(--thm-white);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.single-blog-style1__overlay-content .category {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.single-blog-style1__overlay-content .category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    
}

.single-blog-style1__overlay-content .category h5 {
    font-size: 14px;
    line-height: 24px;
    /* text-transform: uppercase; */
    padding-top: 8px;
}

.single-blog-style1__overlay-content .meta-box {
    position: relative;
    display: block;
}

.single-blog-style1__overlay-content .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-style1__overlay-content .meta-box .meta-info li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-style1__overlay-content .meta-box .meta-info li+li {
    margin-left: 30px;
}

.single-blog-style1__overlay-content .meta-box .meta-info li::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 9px;
    width: 6px;
    height: 6px;
    background-color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.single-blog-style1__overlay-content .meta-box .meta-info li:last-child:before {
    display: none;
}

.single-blog-style1__overlay-content .meta-box .meta-info li .icon {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.single-blog-style1__overlay-content .meta-box .meta-info li .text {
    position: relative;
    display: block;
}

.single-blog-style1__overlay-content .meta-box .meta-info li .text p {
    margin: 0;
}


.single-blog-style1__title {
    position: relative;
    display: block;
    margin-top: 26px;
}

.single-blog-style1__title h3 {
    font-size: 22px;
    line-height: 32px;
}

.single-blog-style1__title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1__title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-blog-style1__title .btn-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.single-blog-style1__title .btn-box 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;
    padding-left: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1__title .btn-box a:hover {
    color: var(--thm-primary-color);
    padding-left: 0px;
}

.single-blog-style1__title .btn-box a i {
    font-size: 18px;
    margin-right: 7px;
}

.single-blog-style1__title .btn-box a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--thm-black);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1__title .btn-box a:hover::before {
    width: 0;
}

.blog-style1 .section-btn {
    margin-top: 12px;
}



/*** 
=============================================
    Blog Style2 Css
=============================================
***/
.blog-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.blog-style2__title {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-style2__title .sec-title {
    padding-bottom: 33px;
}

.blog-style2__title .text-box {
    position: relative;
    display: block;
}

.blog-style2__title .text-box p {
    margin: 0;
}

.blog-style2__title .btn-box1 {
    position: relative;
    display: block;
    padding: 6px 0px 36px;
}

.blog-style2__title .btn-box1 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;
}

.blog-style2__title .btn-box1 a:hover {
    color: var(--thm-primary-color);
}

.blog-style2__title .btn-box1 a i {
    margin-right: 6px;
}

.blog-style2__title .shape1 {
    position: relative;
    display: block;
    line-height: 0;
}

.blog-style2__title .shape1 img {
    width: auto;
}

.blog-style2__title .newsletter-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.blog-style2__title .newsletter-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

.blog-style2__title .newsletter-box p {
    margin: 0;
}

.blog-style2__form {
    position: relative;
    display: block;
    padding-top: 22px;
}

.blog-style2__form form {
    position: relative;
    display: block;
}

.blog-style2__form form .form-group {
    position: relative;
    display: block;
    margin: 0px 0 0px;
}

.blog-style2__form form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-style2__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.blog-style2__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.blog-style2__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.blog-style2__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.blog-style2__form .checked-box1 {
    position: relative;
    display: block;
    padding-top: 12px;
}

.blog-style2__form .checked-box1 input[type="checkbox"]+label span {
    width: 15px;
    height: 15px;
    border: 1px solid var(--thm-border-color);
    border-radius: 4px;
}

.blog-style2__form .checked-box1 label span:before {
    top: 0px;
    width: 9px;
    height: 9px;
    border-radius: 4px;
}

.blog-style2__form .checked-box1 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.blog-style2__form .btn-box {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-top: 25px;
}

.blog-style2__form .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.blog-style2__form .btn-box .btn-one::after {
    background-color: var(--thm-black-bg);
}




.blog-style2__inner {
    position: relative;
    display: block;
}

.blog-style2__inner>li+li {
    margin-top: 40px;
}

.blog-style2__single {
    position: relative;
    display: block;
}

.blog-style2__single .row {
    --bs-gutter-x: 0px;
}

.blog-style2__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    border-top-right-radius: 0px;
    margin-right: 25px;
}

.blog-style2__single-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-style2__single:hover .blog-style2__single-img::before {
    opacity: 0.9;
}

.blog-style2__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.blog-style2__single:hover .blog-style2__single-img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-style2__single-img .date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    transform: rotate(180deg);
    padding: 15px 2px 15px;
    writing-mode: vertical-lr;
    z-index: 3;
}

.blog-style2__single-img .date-box p {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font);
    font-weight: 700;
    text-transform: uppercase;
}

.blog-style2__single-content {
    position: relative;
    display: block;
    margin-left: -25px;
    padding: 25px 30px 0px;
    background-color: var(--thm-gray-bg);
    background-image: -moz-linear-gradient(-90deg, rgb(247, 244, 243) 0%, rgb(255, 255, 255) 75%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 244, 243) 0%, rgb(255, 255, 255) 75%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 244, 243) 0%, rgb(255, 255, 255) 75%);
    border-top-right-radius: var(--thm-border-radius);
}

.blog-style2__single-content-top {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 25px 12px;
}

.blog-style2__single-content-top .category {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.blog-style2__single-content-top .category::before {
    content: "";
    position: absolute;
    left: 0;
    
    right: 0;
    
    
}

.blog-style2__single-content-top .category h6 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-style2__single-content-top .meta-box {
    position: relative;
    display: block;
}

.blog-style2__single-content-top .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style2__single-content-top .meta-box .meta-info li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style2__single-content-top .meta-box .meta-info li+li {
    margin-left: 30px;
}

.blog-style2__single-content-top .meta-box .meta-info li::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 9px;
    width: 6px;
    height: 6px;
    background-color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.blog-style2__single-content-top .meta-box .meta-info li:last-child:before {
    display: none;
}

.blog-style2__single-content-top .meta-box .meta-info li .icon {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.blog-style2__single-content-top .meta-box .meta-info li .text {
    position: relative;
    display: block;
}

.blog-style2__single-content-top .meta-box .meta-info li .text p {
    margin: 0;
}

.blog-style2__single-content .title-box {
    position: relative;
    display: block;
    padding-top: 26px;
}

.blog-style2__single-content .title-box h3 {
    font-size: 22px;
    line-height: 32px;
}

.blog-style2__single-content .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2__single-content .title-box h3 a:hover {
    color: var(--thm-primary-color);
}



.blog-style2__single-content .text-box {
    position: relative;
    display: block;
    margin-right: -5px;
    padding-top: 17px;
}

.blog-style2__single-content .btn-box {
    position: relative;
    display: block;
    padding-top: 24px;
    line-height: 0;
}

.blog-style2__single-content .btn-box 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;
    padding-left: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style2__single-content .btn-box a:hover {
    color: var(--thm-primary-color);
    padding-left: 0px;
}

.blog-style2__single-content .btn-box a i {
    font-size: 18px;
    margin-right: 7px;
}

.blog-style2__single-content .btn-box a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--thm-black);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.blog-style2__single-content .btn-box a:hover::before {
    width: 0;
}



/*** 
=====================================
    Blog Style3 Css
=====================================
***/
.blog-style3 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.blog-style3__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 49px;
}

.blog-style3__top .sec-title {
    padding-bottom: 0;
}

.blog-style3__top .sec-title .sub-title h4 {
    background-color: var(--thm-primary-color);
}

.blog-style3__top .sec-title .sub-title h4::before {
    background-color: var(--thm-primary-color);
}

.blog-style3__top .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-bottom: -22px;
}

.blog-style3__top .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.blog-style3__top .btn-box .btn-one::after {
    background-color: var(--thm-black-bg);
}

.single-blog-style3-outer {
    position: relative;
    display: block;
}

.blog-style3__img {
    position: relative;
    display: block;
    padding-bottom: 45px;
}

.blog-style3__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    z-index: 1;
}

.blog-style3__img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-blog-style3-outer:hover .blog-style3__img .inner::before {
    opacity: 0.9;
}

.blog-style3__img .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-blog-style3-outer:hover .blog-style3__img .inner img {
    transform: scale(1.05) rotate(0deg);
}

.blog-style3__overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 45px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-30px);
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 3;
}

.single-blog-style3-outer:hover .blog-style3__img .blog-style3__overlay-icon {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.blog-style3__overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style3__overlay-icon a:hover {
    color: var(--thm-primary-color);
    background-color: transparent;
}

.blog-style3__overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 40px;
    overflow: hidden;
    border-radius: 0px 4px 4px 0px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 14px 60px 15px;
    padding-right: 5px;
    z-index: 3;
}

.blog-style3__overlay-content .date-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    background-color: var(--thm-black-bg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-blog-style3-outer:hover .blog-style3__overlay-content .date-box {
    background-color: var(--thm-primary-color);
}

.blog-style3__overlay-content .date-box h6 {
    color: var(--thm-white);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.blog-style3__overlay-content .category {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-style3__overlay-content .category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color);
}

.blog-style3__overlay-content .category h5 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-style3__overlay-content .meta-box {
    position: relative;
    display: block;
}

.blog-style3__overlay-content .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style3__overlay-content .meta-box .meta-info li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-style3__overlay-content .meta-box .meta-info li+li {
    margin-left: 30px;
}

.blog-style3__overlay-content .meta-box .meta-info li::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 9px;
    width: 6px;
    height: 6px;
    background-color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.blog-style3__overlay-content .meta-box .meta-info li:last-child:before {
    display: none;
}

.blog-style3__overlay-content .meta-box .meta-info li .icon {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.blog-style3__overlay-content .meta-box .meta-info li .text {
    position: relative;
    display: block;
}

.blog-style3__overlay-content .meta-box .meta-info li .text p {
    margin: 0;
}


.blog-style3__title {
    position: relative;
    display: block;
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    margin-top: -45px;
    padding: 75px 39px 31px;
}

.blog-style3__title h3 {
    font-size: 26px;
    line-height: 36px;
}

.blog-style3__title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style3__title h3 a:hover {
    color: var(--thm-primary-color);
}

.blog-style3__title .btn-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

.blog-style3__title .btn-box 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;
    padding-left: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-style3__title .btn-box a:hover {
    color: var(--thm-primary-color);
    padding-left: 0px;
}

.blog-style3__title .btn-box a i {
    font-size: 18px;
    margin-right: 7px;
}

.blog-style3__title .btn-box a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--thm-black);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.blog-style3__title .btn-box a:hover::before {
    width: 0;
}

.blog-style3__content {
    position: relative;
    display: block;
}

.blog-style3__content>li+li {
    margin-top: 40px;
}

.single-blog-style3 {
    position: relative;
    display: block;
}

.single-blog-style3-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-blog-style3-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-blog-style3:hover .single-blog-style3-img::before {
    opacity: 0.7;
}

.single-blog-style3-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-blog-style3:hover .single-blog-style3-img img {
    transform: scale(1.05) rotate(0deg);
}

.single-blog-style3-img .date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    transform: rotate(180deg);
    padding: 10px 7px 10px;
    writing-mode: vertical-lr;
    z-index: 3;
}

.single-blog-style3-img .date-box p {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-style3-content {
    position: relative;
    display: block;
}

.single-blog-style3-content .category {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.single-blog-style3-content .category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color);
}

.single-blog-style3-content .category h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-blog-style3-content .meta-box {
    position: relative;
    display: block;
}

.single-blog-style3-content .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-style3-content .meta-box .meta-info>li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-style3-content .meta-box .meta-info>li+li {
    margin-left: 30px;
}

.single-blog-style3-content .meta-box .meta-info>li::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 9px;
    width: 6px;
    height: 6px;
    background-color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.single-blog-style3-content .meta-box .meta-info>li:last-child:before {
    display: none;
}

.single-blog-style3-content .meta-box .meta-info>li>.icon {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.single-blog-style3-content .meta-box .meta-info>li>.text {
    position: relative;
    display: block;
}

.single-blog-style3-content .meta-box .meta-info>li>.text p {
    margin: 0;
}

.single-blog-style3-content .title-box {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-blog-style3-content .title-box h3 {
    font-size: 22px;
    line-height: 32px;
}

.single-blog-style3-content .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style3-content .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-blog-style3-content .btn-box {
    position: relative;
    display: block;
    padding-top: 11px;
}

.single-blog-style3-content .btn-box 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;
    padding-left: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style3-content .btn-box a:hover {
    color: var(--thm-primary-color);
    padding-left: 0px;
}

.single-blog-style3-content .btn-box a i {
    font-size: 18px;
    margin-right: 7px;
}

.single-blog-style3-content .btn-box a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: var(--thm-black);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-blog-style3-content .btn-box a:hover::before {
    width: 0;
}



.single-blog-style3-outer--1 {
    margin-bottom: 30px;
}







/*** 
===========================
    Blog Page One Css
===========================
***/
.blog-page-one {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.single-blog-style3-outer--2 {
    margin-bottom: 50px;
}

.blog-style3__title p {
    padding-top: 15px;
}

.blog-page-one .styled-pagination {
    justify-content: start;
}

.blog-page-one .styled-pagination.pdtop30 {
    padding-top: 10px;
}





/*===== Sidebar Css======*/
.sidebar-box-style2 {
    position: relative;
    display: block;
    margin-left: 20px;
}

.sidebar-search-box-one {
    position: relative;
    display: block;
}

.sidebar-search-box-one form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box-one .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--thm-border-color);
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding-left: 20px;
    padding-right: 65px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-one .search-form input[type="text"]:focus {
    color: var(--thm-black);
    border-color: var(--thm-primary-color);
}

.sidebar-search-box-one .search-form input::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.sidebar-search-box-one .search-form input:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.sidebar-search-box-one .search-form input::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.sidebar-search-box-one .search-form input:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.sidebar-search-box-one .search-form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    right: 6px;
    bottom: 6px;
    width: 48px;
    height: 48px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    color: var(--thm-white);
    font-size: 20px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box-one .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box-one .search-form input[type="text"]:focus+button,
.sidebar-search-box-one .search-form button:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-sidebar-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.single-sidebar-box .sidebar-title {
    position: relative;
    display: flex;
    align-items: center;
}

.single-sidebar-box .sidebar-title .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 15px;
}

.single-sidebar-box .sidebar-title .icon img {
    width: auto;
}

.single-sidebar-box .sidebar-title h3 {
    font-size: 20px;
    line-height: 30px;
}

.sidebar-categories-box {
    position: relative;
    display: block;
    padding-top: 27px;
}

.sidebar-categories-box .list-item {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
}

.sidebar-categories-box .list-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-border-color);
}

.sidebar-categories-box .list-item li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 18px 25px 18px;
    cursor: pointer;
}

.sidebar-categories-box .list-item li:last-child {
    border-bottom: 0px solid transparent;
}

.sidebar-categories-box .list-item li .title {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-categories-box .list-item li .title .icon {
    position: relative;
    display: block;
    color: #97a69e;
    font-size: 14px;
    line-height: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box .list-item li:hover .title .icon {
    color: var(--thm-primary-color);
}

.sidebar-categories-box .list-item li .title .icon .icon2 {
    margin-left: -17px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-categories-box .list-item li:hover .title .icon .icon2 {
    margin-left: -4px;
    opacity: 1;
}

.sidebar-categories-box .list-item li .title a {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}

.sidebar-categories-box .list-item li:hover .title a {
    color: var(--thm-primary-color);
}

.sidebar-categories-box .list-item li .count {
    position: relative;
    display: block;
}

.sidebar-categories-box .list-item li .count h6 {
    color: #97a69e;
    font-size: 14px;
    line-height: 24px;
}


.sidebar-blog-post {
    position: relative;
    display: block;
    padding-top: 27px;
}

.sidebar-blog-post .list-item {
    position: relative;
    display: block;
}

.sidebar-blog-post .list-item li {
    position: relative;
    display: block;
    padding-left: 90px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--thm-border-color);
}

.sidebar-blog-post .list-item li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid transparent;
}

.sidebar-blog-post .list-item li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.sidebar-blog-post .list-item li .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black-bg);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.sidebar-blog-post .list-item li:hover .img-box::before {
    opacity: 0.9;
}

.sidebar-blog-post .list-item li .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.sidebar-blog-post .list-item li:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.sidebar-blog-post .list-item li .content-box {
    position: relative;
    display: block;
    min-height: 70px;
}

.sidebar-blog-post .list-item li .content-box .category {
    position: relative;
    display: inline-block;
    top: -6px;
}

.sidebar-blog-post .list-item li .content-box .category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color);
}

.sidebar-blog-post .list-item li .content-box .category h6 {
    color: #545956;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.sidebar-blog-post .list-item li .content-box .title {
    position: relative;
    display: block;
    margin-top: 0;
}

.sidebar-blog-post .list-item li .content-box .title h3 {
    font-size: 16px;
    line-height: 22px;
}

.sidebar-blog-post .list-item li .content-box .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post .list-item li .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.sidebar-blog-tag {
    position: relative;
    display: block;
    padding-top: 27px;
}

.sidebar-blog-tag ul {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar-blog-tag ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px 10px;
}

.sidebar-blog-tag ul li a {
    position: relative;
    display: block;
    padding: 10px 14px 11px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-tag ul li:hover a {
    color: var(--thm-white);
    border: 1px solid var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.banner-style1--1 {
    margin-top: 40px;
}



/*** 
===========================
    Blog Page Two Css
===========================
***/
.blog-page-two {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.sidebar-box-style2--2 {
    margin-left: 0;
    margin-right: 20px;
}

.blog-style2__single-content--2 {
    background-image: -moz-linear-gradient(-90deg, rgb(240 247 243) 0%, rgb(255, 255, 255) 75%);
    background-image: -webkit-linear-gradient(-90deg, rgb(240 247 243) 0%, rgb(255, 255, 255) 75%);
    background-image: -ms-linear-gradient(-90deg, rgb(240 247 243) 0%, rgb(255, 255, 255) 75%);
}




/*** 
===========================
    Blog Page Three Css
===========================
***/
.blog-page-three {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.blog-page-three-content {
    position: relative;
    display: block;
}

.blog-page-three-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.blog-page-three-content .img-box img {
    width: 100%;
}

.blog-page-three-content .text-box1 {
    position: relative;
    display: block;
    margin-top: 43px;
}

.blog-page-three-content .text-box1 p {
    margin: 0;
}

.blog-page-three-content .text-box1 p:first-child::first-letter {
    position: relative;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-top: 7px;
    margin-right: 20px;
    padding: 8px 10px 8px
}

.blog-page-three-content .text-box1 p+p {
    margin-top: 25px;
}



.blog-page-three-content .quote-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 32px 40px 30px;
    margin-top: 42px;
}

.blog-page-three-content .quote-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px dashed var(--thm-primary-color);
}

.blog-page-three-content .quote-box .title {
    position: relative;
    display: block;
}

.blog-page-three-content .quote-box .title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    font-family: var(--thm-font);
}



.blog-page-three-content .quote-box .words-by {
    position: relative;
    display: inline-block;
    background-color: #580102;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    padding: 12px 41px 12px;
    margin-left: -41px;
    margin-top: 20px;
    z-index: 1;
}

.blog-page-three-content .quote-box .words-by p {
    margin: 0;
}

.blog-page-three-content .quote-box .words-by p span {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.blog-page-three-content .quote-box-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.blog-page-three-content .text-box2 {
    position: relative;
    display: block;
    padding: 44px 0px 0px;
}

.blog-page-three-content .text-box2 p {
    margin: 0;
}



.blog-page-three-content .approach-techniques {
    position: relative;
    display: block;
    padding-top: 42px;
}

.blog-page-three-content .approach-techniques .title {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.blog-page-three-content .approach-techniques .title h3 {
    font-size: 30px;
    line-height: 40px;
}

.blog-page-three-content .approach-techniques .text {
    position: relative;
    display: block;
}

.blog-page-three-content .approach-techniques .text p {
    margin: 0;
}

.blog-page-three-content .approach-techniques .text1 {
    position: relative;
    display: block;
    padding-top: 16px;
    padding-bottom: 0px;
}

.blog-page-three-content .approach-techniques .text1 p {
    color: var(--thm-black);
    font-weight: 500;
}

.blog-page-three-content .approach-techniques .list-item {
    position: relative;
    display: block;
    padding-top: 16px;
}

.blog-page-three-content .approach-techniques .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-page-three-content .approach-techniques .list-item li+li {
    margin-top: 16px;
}

.blog-page-three-content .approach-techniques .list-item li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    margin-right: 10px;
    line-height: 0;
}

.blog-page-three-content .approach-techniques .list-item li p {
    position: relative;
    flex: 1;
}



.eessential-for-every-driver {
    position: relative;
    display: block;
    padding-top: 42px;
}

.eessential-for-every-driver .title h3 {
    font-size: 30px;
    line-height: 40px;
}

.eessential-for-every-driver .list-item {
    position: relative;
    display: block;
    padding-top: 23px;
}

.eessential-for-every-driver .list-item li {
    position: relative;
    display: block;
    padding-left: 45px;
}

.eessential-for-every-driver .list-item li+li {
    margin-top: 15px;
}

.eessential-for-every-driver .list-item li .icon {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 25px;
    line-height: 25px;
}

.eessential-for-every-driver .list-item li .icon .icon-checklist .path1:before {
    color: var(--thm-black);
}

.eessential-for-every-driver .list-item li .icon .icon-checklist .path2:before {
    color: var(--thm-primary-color);
}

.eessential-for-every-driver .list-item li p {
    margin: 0;
}

.eessential-for-every-driver .list-item li p span {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}



.blog-post-tag2 {
    position: relative;
    display: block;
    padding-top: 48px;
}

.blog-post-tag2 .title {
    position: relative;
    display: block;
    padding-left: 22px;
}

.blog-post-tag2 .title .icon {
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 0;
}

.blog-post-tag2 .title .icon i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
}

.blog-post-tag2 .title h4 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-post-tag2 ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 21px;
}

.blog-post-tag2 ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px 0px;
}

.blog-post-tag2 ul li span {
    position: relative;
    display: block;
    padding: 10px 15px 11px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--thm-font);
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-post-tag2 ul li:hover span {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}



.blog-author-box {
    position: relative;
    display: block;
    border-radius: 4px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 40px 26px;
    margin-top: 60px;
}

.blog-author {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.blog-author .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 4px;
}

.blog-author .img-box img {
    width: 100%;
}

.blog-author .text-box {
    position: relative;
    display: block;
    padding-left: 40px;
    flex: 1;
    top: -6px;
}

.blog-author .text-box__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

.blog-author .text-box__top .left {
    position: relative;
    display: block;
}

.blog-author .text-box__top .left h5 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.blog-author .text-box__top .left h3 {
    font-size: 22px;
    line-height: 32px;
}

.blog-author .text-box__top .right {
    position: relative;
    display: block;
}

.blog-author .text-box__top .right .social-links {
    position: relative;
    display: block;
}

.blog-author .text-box__top .right .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-author .text-box__top .right .social-links ul li {
    position: relative;
    display: block;
}

.blog-author .text-box__top .right .social-links ul li+li {
    margin-left: 10px;
}

.blog-author .text-box__top .right .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 42px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1
}

.blog-author .text-box__top .right .social-links ul li a:hover {
    color: var(--thm-white);
    border: 1px solid var(--thm-primary-color);
}

.blog-author .text-box__top .right .social-links ul li a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-primary-color);
    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;
}

.blog-author .text-box__top .right .social-links ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.blog-author .text-box .text-box__bottom {
    position: relative;
    display: block;
}

.blog-author .text-box .text-box__bottom p {
    margin: 0;
}

.blog-author .text-box .text-box__bottom a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 17px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-author .text-box .text-box__bottom a:hover {
    color: var(--thm-primary-color);
}

.blog-author .text-box .text-box__bottom a span {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-author .text-box .text-box__bottom a:hover span {
    color: var(--thm-primary-color);
}



.blog-prev-next-option {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.blog-prev-next-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #e3e4ea;
}

.blog-prev-next-option .single-box {
    position: relative;
    display: block;
}

.blog-prev-next-option .single-box.left {
    text-align: left;
}

.blog-prev-next-option .single-box.right {
    text-align: right;
}

.blog-prev-next-option .single-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 0;
}

.blog-prev-next-option .single-box .title-box .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 11px;
}

.blog-prev-next-option .single-box .title-box .button-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #97a69e;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-prev-next-option .single-box .title-box .button-box a:hover {
    color: var(--thm-primary-color);
}

.blog-prev-next-option .single-box .title-box .button-box a span {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}

.blog-prev-next-option .single-box.left .title-box .button-box a span {
    margin-right: 7px;
    transform: rotate(180deg);
}

.blog-prev-next-option .single-box.right .title-box .button-box a span {
    margin-left: 7px;
}

.blog-prev-next-option .single-box .title-box h3 {
    font-size: 18px;
    line-height: 28px;
}

.blog-prev-next-option .single-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-prev-next-option .single-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}



.back-to-blog-post-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--thm-gray-bg);
    margin-top: 40px;
}

.back-to-blog-post-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.back-to-blog-post-btn a:hover {
    color: var(--thm-primary-color);
}

.back-to-blog-post-btn a span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    margin-right: 9px;
    top: -1px;
}



.comment-box {
    position: relative;
    display: block;
    margin-top: 53px;
}

.comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.comment-box .inner-title h2 {
    font-size: 30px;
    line-height: 40px;
}


.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .outer-box li+li {
    margin-top: 40px;
}

.single-comment {
    position: relative;
    display: block;
}

.comment-box .outer-box .single-comment .inner {
    position: relative;
    display: block;
}

.comment-box .single-comment .inner .single-comment-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.comment-box .single-comment .inner .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.comment-box .single-comment .inner .single-comment-box .img-holder img {
    width: 100%;
}

.comment-box .single-comment .inner .single-comment-box .text-holder {
    position: relative;
    display: block;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    top: -5px;
    margin-bottom: 13px;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .top h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .top h4 {
    color: #97a69e;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .text {
    position: relative;
    display: block;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .text p {
    margin: 0;
}


.comment-box .single-comment .inner .single-comment-box .text-holder .btn-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .btn-box 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;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .btn-box a:hover {
    color: var(--thm-primary-color);
}

.comment-box .single-comment .inner .single-comment-box .text-holder .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 16px;
    top: 0px;
    margin-right: 6px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-box .single-comment .inner .single-comment-box .text-holder .btn-box a:hover span {
    color: var(--thm-primary-color);
}




.add-comment-box {
    position: relative;
    display: block;
    padding-top: 53px;
}

.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.add-comment-box .inner-title h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 11px;
}

.add-comment-box .inner-title p {
    margin: 0;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.add-comment-box #add-comment-form .input-box .field-label {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box .field-label p {
    margin: 0;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid #dde6e3;
    background: transparent;
    width: 100%;
    height: 55px;
    color: #a0a3b1;
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    padding: 0 20px;
    transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
    height: 120px;
    padding: 14px 20px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: var(--thm-primary-color);
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: var(--thm-primary-color);
}

.add-comment-box #add-comment-form .checked-box1 input[type="checkbox"]+label span {
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-gray-bg);
    border: 1px solid var(--thm-border-color);
    border-radius: 4px;
}

.add-comment-box #add-comment-form .checked-box1 label span:before {
    width: 7px;
    height: 7px;
    margin: 3px auto 0px;
}

.add-comment-box #add-comment-form .checked-box1 label {
    padding-left: 25px;
}



.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 35px;
}

.add-comment-box #add-comment-form .button-box .btn-one::before {
    background: var(--thm-primary-color);
}

.add-comment-box #add-comment-form .button-box .btn-one::after {
    background: var(--thm-black-bg);
}








/*** 
=============================================
    End Css
=============================================
***/
/*** 
=============================================
    Breadcrumb style1
=============================================
***/
.breadcrumb-style1 {
    position: relative;
    display: block;
    z-index: 10;
    top:-50px;
}

.breadcrumb-style1-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.breadcrumb-style1-bg__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #01070b;
    opacity: 0.20;
}

.breadcrumb-style1-bg__overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: -moz-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgba(0, 0, 0, 0.01) 20%, rgb(0, 0, 0) 20%);
    background-image: -webkit-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgba(0, 0, 0, 0.01) 20%, rgb(0, 0, 0) 20%);
    background-image: -ms-linear-gradient(-90deg, rgb(238, 246, 242) 0%, rgba(0, 0, 0, 0.01) 20%, rgb(0, 0, 0) 20%);
}

.breadcrumb-style1 .inner-content {
    position: relative;
    display: block;
    padding: 168px 0px 158px;
    text-align: center;
}

.breadcrumb-style1 .title {
    position: relative;
    display: block;
    z-index: 1;
}

.breadcrumb-style1 .title h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
     text-shadow: 0 0 6px black;
}



.breadcrumb-menu {
    position: absolute;
    left: 0;
    bottom: 34px;
}

.breadcrumb-menu ul {
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 22px;
    font-family: var(--thm-font);
    font-weight: 400;
    text-transform: capitalize;
}

.breadcrumb-menu ul li+li {
    margin-left: 7px;
}

.breadcrumb-menu ul li a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li a:hover,
.breadcrumb-menu ul li.active {
    color: var(--thm-primary-color)
}

.breadcrumb-menu ul li span {
    font-size: 14px;
    color: var(--thm-white);
}
/*** 
==========================
   Contact Style1 Css
==========================
***/
.contact-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 0px;
    z-index: 10;
}

.contact-style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background-color: var(--thm-white);
    z-index: 1;
}

.contact-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 200px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}

.contact-style1__inner {
    position: relative;
    display: block;
}

.contact-style1__img1 {
    position: absolute;
    left: -200px;
    bottom: 200px;
}

.contact-style1__img1 img {
    width: auto;
}

.contact-style1__img2 {
    position: absolute;
    right: -200px;
    bottom: 200px;
}

.contact-style1__img2 img {
    width: auto;
}



.contact-style1__content {
    position: relative;
    display: block;
    padding: 0px 0px 80px;
    z-index: 3;
}

.contact-style1__content .sec-title {
    padding-bottom: 20px;
}

.contact-style1__content .sec-title .sub-title h4 {
    background-color: var(--thm-primary-color);
}

.contact-style1__content .sec-title .sub-title h4::before {
    background-color: var(--thm-primary-color);
}

.contact-style1__content .phone-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-style1__content .phone-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 24px;
    margin-right: 15px;
    top: 1px;
}

.contact-style1__content .phone-box h3 {
    font-size: 30px;
    line-height: 40px;
}

.contact-style1__content .phone-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1__content .phone-box h3 a:hover {
    color: var(--thm-primary-color);
}

.contact-style1__content .text {
    position: relative;
    display: block;
    padding-top: 15px;
}

.contact-style1__content .text p {
    margin: 0;
}

.contact-style1__content .text p+p {
    margin-top: 3px;
}

.contact-style1__content .text p span {
    color: var(--thm-black);
}

.contact-style1__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
}

.contact-style1__content .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.contact-style1__content .btn-box .btn-one::after {
    background-color: var(--thm-black);
}



.contact-style1__form {
    position: relative;
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 40px 30px;
    z-index: 3;
}

.contact-style1__form .row {
    --bs-gutter-x: 10px;
}

.contact-style1__form form {
    position: relative;
    display: block;
}

.contact-style1__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.contact-style1__form form .nice-select {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    border-bottom: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease;
}

.contact-style1__form form .nice-select:focus {
    border-color: var(--thm-black);
}

.contact-style1__form form .nice-select::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #aca3a3;
    border-right: 2px solid #aca3a3;
    right: 30px;
    margin-top: 0px;
    top: 25px;
    z-index: 10;
}

.contact-style1__form form .nice-select .list {
    background-color: #ffffff;
    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;
    z-index: 100;
}

.contact-style1__form 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;
}

.contact-style1__form 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;
}

.contact-style1__form form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.contact-style1__form form .nice-select .option:hover,
.contact-style1__form form .nice-select .option.focus,
.contact-style1__form form .nice-select .option.selected.focus {
    color: var(--thm-white) !important;
    background-color: var(--thm-primary-color);
}



.contact-style1__form form .input-box {
    position: relative;
    display: block;
}

.contact-style1__form form input[type="text"],
.contact-style1__form form input[type="email"],
.contact-style1__form form textarea {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease;
}

.contact-style1__form form textarea {
    height: 100px;
    padding-top: 16px;
    padding-left: 30px;
    padding-right: 110px;
    padding-bottom: 10px;
}

.contact-style1__form form input[type="text"]:focus,
.contact-style1__form form input[type="email"]:focus,
.contact-style1__form form textarea:focus {
    border-color: var(--thm-black);
}

.contact-style1__form form .form-group .btn-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-style1__form form .form-group .btn-box:hover {
    background-color: var(--thm-primary-color);
}

.contact-style1__form form .form-group .btn-box span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-style1__form form .form-group .btn-box:hover span {
    color: var(--thm-white);
}

.contact-style1__form form .form-group .btn-box span i {
    font-size: 15px;
    margin-bottom: 2px;
}

.contact-style1__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form textarea::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form textarea:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form textarea::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-style1__form form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}



/*** 
================================
    Contact Info Style3 Css
================================
***/
.contact-info-style3 {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.single-contact-info-style3 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 0px 160px 0px;
    padding-right: 0;
    margin-bottom: 30px;
}

.single-contact-info-style3 .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 160px;
    font-size: 60px;
    line-height: 60px;
}

.single-contact-info-style3 .icon .icon-call-center .path1:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-call-center .path2:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-location .path1:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path2:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path3:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path4:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path5:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path6:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path7:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-location .path8:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-location .path9:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-time .path1:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-time .path2:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-time .path3:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-time .path4:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-time .path5:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path1:before {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .icon .icon-faq .path2:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path3:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path4:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path5:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path6:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .icon .icon-faq .path7:before {
    color: var(--thm-black);
}

.single-contact-info-style3 .text {
    position: absolute;
    top: 50%;
    left: 140px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    padding: 0px 6px 0px;
    z-index: 5;
}

.single-contact-info-style3 .text h4 {
    font-size: 16px;
    line-height: 26px;
}

.single-contact-info-style3 .content-box {
    position: relative;
    display: block;
    border-left: 1px solid var(--thm-border-color);
    padding: 33px 60px 31px;
}

.single-contact-info-style3 .content-box .phone-email {
    position: relative;
    display: block;
}

.single-contact-info-style3 .content-box .phone-email p {
    margin: 0;
}

.single-contact-info-style3 .content-box .phone-email p+p {
    margin-top: 5px;
}

.single-contact-info-style3 .content-box .phone-email p span {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-contact-info-style3 .content-box .phone-email p a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-style3 .content-box .phone-email p a:hover {
    color: var(--thm-primary-color);
}

.single-contact-info-style3 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-contact-info-style3 .content-box .btn-box--2 {
    padding-top: 22px;
}

.single-contact-info-style3 .content-box .btn-box 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;
}

.single-contact-info-style3 .content-box .btn-box a i {
    margin-right: 6px;
}

.single-contact-info-style3 .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.contact-info-style3-social-links {
    position: relative;
    display: block;
    padding-top: 23px;
}

.contact-info-style3-social-links .title {
    position: relative;
    display: block;
}

.contact-info-style3-social-links .title h3 {
    font-size: 20px;
    line-height: 30px;
}

.contact-info-style3-social-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}

.contact-info-style3-social-links ul li {
    position: relative;
    display: block;
    padding: 0px 8px;
}

.contact-info-style3-social-links ul li+li {
    margin-left: 10px;
}

.contact-info-style3-social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: transparent;
    border: 1px solid #cbc7c6;
    border-radius: var(--thm-border-radius);
    color: var(--thm-black);
    font-size: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.contact-info-style3-social-links ul li:hover a {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: #ffbbab;
}
























/*** 
=============================================
    Main Contact Form Css
=============================================
***/
.main-contact-form {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.main-contact-form .container {
    max-width: 1320px;
}

.main-contact-form__inner {
    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.12);
    padding: 52px 60px 37px;
}


.contact-form {
    position: relative;
    display: block;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.contact-form form .form-group .label-box {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.contact-form form .form-group .label-box label {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 426px;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contact-form form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.contact-form form input[type="email"]:focus {
    border-color: var(--thm-primary-color);
}

.contact-form form textarea:focus {
    border-color: var(--thm-primary-color);
}



.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #97a69e;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #97a69e;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #97a69e;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #97a69e;
}



.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #97a69e;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #97a69e;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #97a69e;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #97a69e;
}



.contact-form form textarea::-webkit-input-placeholder {
    color: #97a69e;
}

.contact-form form textarea:-moz-placeholder {
    color: #97a69e;
}

.contact-form form textarea::-moz-placeholder {
    color: #97a69e;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #97a69e;
}

.contact-form form .button-box {
    margin-top: -98px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-form form button {
    position: relative;
    display: block;
    line-height: 0;
}

.contact-form form button.btn-one {
    display: block;
    width: 100%;
    line-height: 35px;
}

.contact-form form button.btn-one::after {
    background-color: var(--thm-black-bg);
}







/*** 
=============================================
    End Css
=============================================
***/
/*
==========================
  Service style1 Css
==========================
*/
.service-style1 {
    /* background-color: var(--thm-black-bg); */
    padding: 120px 0 120px;
}

.service-style1 .sec-title .sub-title h4 {
    background-color: var(--thm-primary-color);
}

.service-style1 .sec-title .sub-title h4::before {
    background-color: var(--thm-primary-color);
}

.service-style1 .sec-title h2 {
    color: #580102;
}

.service-style1 .row {
    min-height: 570px;
}


.single-service-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 23px 30px 30px;
    max-width: 370px;
    margin: 0 auto;
}

.single-service-style1__title {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.single-service-style1__title h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}

.single-service-style1__title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1__title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style1__title h6 {
    color: #97a69e;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.service-style1__shape1 {
    position: absolute;
    top: 41px;
    right: 30px;
}

.single-service-style1__img {
    position: relative;
    display: block;
    padding-bottom: 100px;
}

.single-service-style1__inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.single-service-style1__inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.single-service-style1:hover .single-service-style1__inner::before {
    opacity: 0.80;
}

.single-service-style1__inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}


.single-service-style1__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    
    left: -30px;
    bottom: 183px;
    width: 80px;
    height: 75px;
    background-color: #580102;
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.single-service-style1:hover .single-service-style1__icon {
    left: 0;
    bottom: 135px;
    background-color: #580102;
}

.single-service-style1__icon::before {
    content: "";
    position: absolute;
    top: -34px;
    left: 0;
    width: 82px;
    height: 35px;
    background-color: #580102;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style1:hover .single-service-style1__icon::before {
    background-color: #580102;
}

.single-service-style1__icon .icon-driving .path1:before {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1__icon .icon-driving .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1__icon .icon-driving .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1__icon .icon-driving .path4:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1__icon .icon-driving-license .path1:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path2:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path3:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path4:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path5:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path6:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path7:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path7:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path8:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path8:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path9:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path9:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-driving-license .path10:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path10:before {
    color: var(--thm-white);
}


.single-service-style1__icon .icon-driving-license .path11:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path11:before {
    color: var(--thm-white);
}


.single-service-style1__icon .icon-driving-license .path12:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving-license .path12:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-shield .path1:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-shield .path2:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .single-service-style1__icon .icon-shield .path2:before {
    color: var(--thm-white);
}

.single-service-style1:hover .single-service-style1__icon .icon-driving .path1:before {
    color: var(--thm-white);
}

.service-style1__shape2 {
    position: absolute;
    top: -58px;
    left: 0;
}



.single-service-style1__text {
    position: absolute;
    left: 0;
    top:250px;
    bottom: -25px;
    right: 0;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 24px 25px 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 11;
}

.single-service-style1__text p {
    margin: 0;
}

.single-service-style1__text .btn-box {
    position: relative;
    display: block;
    transform: perspective(400px) rotateY(0deg) translateY(30px);
    transform-origin: bottom;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style1:hover .single-service-style1__text .btn-box {
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    visibility: visible;
    height: 24px;
    margin-top: 11px;
}

.single-service-style1__text .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 105px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-service-style1__text .btn-box a i {
    margin-right: 6px;
}



.service-style1 .section-btn {
    margin-top: 40px;
}

.service-style1 .section-btn::before {
    background-color: #2f5154;
}

.service-style1 .section-btn-inner {
    border: 1px solid #2f5154;
}

.service-style1 .section-btn-inner-bg {
    background-color: #1a373a;
    background-blend-mode: hard-light;
}

.service-style1 .section-btn-inner p {
    color: #a5b9bb;
}

.service-style1 .section-btn-inner p a {
    color: var(--thm-white);
}

.service-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -95px;
    right: -95px;
    bottom: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: -1;
    width: auto;
}

.service-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #2f5154;
}



/*
==========================
  Service style2 Css
==========================
*/
.service-style2 {
    background-color: var(--thm-white);
    padding: 120px 0px 95px;
}

.service-style2__img {
    position: relative;
    display: block;
}

.service-style2__img .inner {
    position: relative;
    display: block;
    z-index: 1;
}

.service-style2__img .inner::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 100px;
    bottom: 0;
    right: 70px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    z-index: -1;
}

.service-style2__img .inner img {
    width: auto;
}

.service-style2__img-title {
    position: absolute;
    top: 0px;
    left: -20px;
    bottom: 0;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    z-index: -1;
    color: var(--thm-white);
    font-size: 90px;
    line-height: 1.1em;
    font-weight: 800;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}

.service-style2__img-rotated-text {
    position: absolute;
    top: 60px;
    right: -60px;
    width: 150px;
    height: 150px;
    z-index: 11;
}

.service-style2-rotated-text {
    position: absolute;
    bottom: 0;
    right: -7px;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 3px;
    transform: rotate(65deg);
    width: 150px;
    height: 150px !important;
}

.service-style2__img-rotated-text .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-style2__img-rotated-text .overlay-text h3 {
    color: var(--thm-primary-color);
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}

.service-style2__img-rotated-text .overlay-text h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}





.service-style2__contant {
    position: relative;
    display: block;
    padding-left: 100px;
}

.service-style2__contant .sec-title {
    padding-bottom: 34px;
}

.service-style2__contant .text-box {
    position: relative;
    display: block;
}

.service-style2__contant .text-box p {
    margin: 0;
}

.service-style2__contant-inner {
    position: relative;
    display: block;
    margin-top: 36px;
}

.service-style2__single {
    position: relative;
    display: block;
}

.service-style2__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.service-style2__single-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    /* background-color: #580102; */
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.service-style2__single:hover .service-style2__single-img::before {
    opacity: 0.9;
}

.service-style2__single-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    /* background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9836309523809523) 0%, rgba(88, 1, 2, 0) 50%); */
    z-index: 1;
}

.service-style2__single:hover .service-style2__single-img::after {
    opacity: 0;
}

.service-style2__single-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.service-style2__single:hover .service-style2__single-img img {
    transform: scale(1.05) rotate(0deg);
}

.service-style2__single-overlay-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: translateX(0px);
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.service-style2__single:hover .service-style2__single-overlay-icon {
    transform: translateX(100px);
}

.service-style2__single-overlay-icon .icon-driving .path1:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving .path2:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving .path3:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving .path4:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path1:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path2:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path3:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path4:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path5:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path6:before {
    color: var(--thm-black);
}

.service-style2__single-overlay-icon .icon-driving-license .path7:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving-license .path8:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving-license .path9:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving-license .path10:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving-license .path11:before {
    color: var(--thm-primary-color);
}

.service-style2__single-overlay-icon .icon-driving-license .path12:before {
    color: var(--thm-primary-color);
}



.service-style2__single-overlay-btn {
    position: absolute;
    right: -1px;
    bottom: 0px;
    z-index: 3;
}

.service-style2__single-overlay-btn .btn-one {
    padding-right: 25px;
    border-radius: 0;
    color: #fff;
}

.service-style2__single-overlay-btn .btn-one:hover {
    color: var(--thm-white);
}

.service-style2__single-overlay-btn .btn-one::before {
    background-color: var(--thm-primary-color);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: -10px;
}

.service-style2__single-overlay-btn .btn-one::after {
    background-color: var(--thm-primary-color);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    top: 1px;
}

.service-style2__single-overlay-btn .shape1 {
    position: absolute;
    left: -20px;
    bottom: -1px;
    opacity: 1;
    transform: translate(0px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-style2__single-overlay-btn:hover .shape1 {
    opacity: 0;
    transform: translate(50px);
}

.service-style2__single-overlay-btn .shape2 {
    position: absolute;
    left: -20px;
    bottom: -1px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-style2__single-overlay-btn:hover .shape2 {
    opacity: 1;
    transform: translateX(0px);
}



.service-style2__single-img .count-box {
    position: absolute;
    left: -10px;
    bottom: -8px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.service-style2__single:hover .service-style2__single-img .count-box {
    left: 23px;
    bottom: 16px;
}

.service-style2__single-img .count-box h2 {
    color: rgb(255, 255, 255, 0.2);
    font-size: 48px;
    line-height: 1.1em;
}

.service-style2__single-overlay-text {
    position: absolute;
    top: 75px;
    left: 25px;
    opacity: 0;
    transform: scaleY(0);
    transition: all 400ms ease 200ms;
    z-index: 3;
}

.service-style2__single:hover .service-style2__single-overlay-text {
    opacity: 1;
    transform: scaleY(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-style2__single-overlay-text p {
    color: #a1aab4;
}

.service-style2__single-title {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 22px 25px 22px;
}

.service-style2__single-title h3 {
    font-size: 20px;
    line-height: 30px;
}

.service-style2__single-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-style2__single-title h3 a:hover {
    color: var(--thm-primary-color);
}

.service-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: -100px;
    width: 60px;
    height: 160px;
    transform: translateY(-50%);
    z-index: 1;
}

.service-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    margin: 10px 0px;
    background-color: var(--thm-white);
}

.service-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    overflow: visible;
}

.service-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 300ms ease 100ms;
}

.service-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer .owl-item.active {
    opacity: 1;
}


.service-style2-carousel.owl-nav-style-one.owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 30px;
    bottom: -70px;
    width: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}



/*
==========================
  Service style3 Css
==========================
*/
.service-style3 {
    padding: 120px 0px 120px;
}

.service-style3__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: -1;
}

.service-style3__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    opacity: 0.92;
}

.service-style3__content {
    position: relative;
    display: block;
}

.service-style3__content .sec-title {
    padding-bottom: 24px;
}

.service-style3__content .sec-title .sub-title h4 {
    background-color: var(--thm-primary-color);
}

.service-style3__content .sec-title .sub-title h4::before {
    background-color: var(--thm-primary-color);
}

.service-style3__content .sec-title h2 {
    color: var(--thm-white);
}

.service-style3__content .text {
    position: relative;
    display: block;
}

.service-style3__content .text p {
    color: #a9a9b0;
}

.service-style3__inner {
    position: relative;
    display: block;
}

.single-service-style3 {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid rgb(88 1 2);
    padding: 49px 39px 41px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-service-style3:hover {
    border-color: transparent;
}

.single-service-style3::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-primary-color);
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
    z-index: -1;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-service-style3:hover::before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-service-style3 .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-service-style3 .top-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.single-service-style3 .top-box .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(240, 33, 41, 1) 0%, rgba(16, 16, 21, 1) 100%);
    z-index: -1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-service-style3:hover .top-box .icon::after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
}

.single-service-style3 .top-box .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #580102;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.single-service-style3:hover .top-box .icon::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
    transition-delay: 0.6s;
}

.single-service-style3 .top-box .icon .icon-driving {
    color: var(--thm-white);
    transition: all 300ms linear;
    transition-delay: 0.2s;
}

.single-service-style3:hover .top-box .icon .icon-driving {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving .path1:before {
    color: var(--thm-white);
    transition: all 300ms linear;
    transition-delay: 0.2s;
}

.single-service-style3:hover .top-box .icon .icon-driving .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driving-license .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path1:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path2:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path3:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path4:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path4:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path5:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path5:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path6:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path6:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path7:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path7:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-driving-license .path8:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path8:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driving-license .path9:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path9:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driving-license .path10:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path10:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driving-license .path11:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path11:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driving-license .path12:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driving-license .path12:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-shield .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-shield .path1:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-shield .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-shield .path2:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .shape {
    position: relative;
    display: block;
    line-height: 0;
}

.single-service-style3 .top-box .shape span {
    font-size: 46px;
    color: rgba(255, 255, 255,);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-service-style3:hover .top-box .shape span {
    background: linear-gradient(to right, var(--thm-primary-color) 60%, var(--thm-white) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-service-style3 .top-box .count {
    position: relative;
    display: block;
}

.single-service-style3 .top-box .count h2 {
    color: #44444a;
    font-size: 36px;
    line-height: 1.1em;
}


.single-service-style3 .content-box {
    position: relative;
    display: block;
    padding-top: 27px;
}

.single-service-style3 .content-box .title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.single-service-style3 .content-box .title h3 {
    font-size: 22px;
    line-height: 32px;
}

.single-service-style3 .content-box .title h3 a {
    color: #580102;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style3 .content-box .text {
    position: relative;
    display: block;
}

.single-service-style3 .content-box .text p {
    color: #181818;
}

.single-service-style3 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 26px;
}

.single-service-style3 .content-box .btn-box 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;
}

.single-service-style3 .content-box .btn-box a i {
    margin-right: 6px;
}

.single-service-style3 .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    margin-right: -400px;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav {
    display: none;
}



/*
==========================
  Service style4 Css
==========================
*/
.service-style4 {
    background-color: var(--thm-white);
    padding: 120px 0px 90px;
}

.service-style4 .sec-title .sub-title h4 {
    background-color: var(--thm-primary-color);
}

.service-style4 .sec-title .sub-title h4::before {
    background-color: var(--thm-primary-color);
}


.single-service-style4 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-service-style4 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.single-service-style4 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-service-style4:hover .img-box::before {
    opacity: 0.9;
}

.single-service-style4 .img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9836309523809523) 0%, rgba(20, 43, 45, 0) 50%);
    z-index: 1;
}

.single-service-style4:hover .img-box::after {
    opacity: 0;
}

.single-service-style4 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-service-style4:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.single-service-style4 .img-box .overlay-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: translateX(0px);
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.single-service-style4:hover .img-box .overlay-icon {
    transform: translateX(100px);
}

.single-service-style4 .img-box .overlay-icon .icon-driving .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving .path2:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving .path3:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving .path4:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path1:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path2:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path3:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path4:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path5:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path6:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path7:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path8:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path9:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path10:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path11:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driving-license .path12:before {
    color: var(--thm-primary-color);
}



.single-service-style4 .img-box .overlay-icon .icon-shield .path1:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-shield .path2:before {
    color: var(--thm-primary-color);
}



.single-service-style4 .img-box .overlay-btn {
    position: absolute;
    right: -1px;
    bottom: 0px;
    z-index: 3;
}

.single-service-style4 .img-box .overlay-btn .btn-one {
    padding-right: 25px;
    border-radius: 0;
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-btn .btn-one:hover {
    color: var(--thm-white);
}

.single-service-style4 .img-box .overlay-btn .btn-one::before {
    background-color: var(--thm-primary-color);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: 0;
    right: -10px;
}

.single-service-style4 .img-box .overlay-btn .btn-one::after {
    background-color: var(--thm-gray-bg);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    top: 1px;
}

.single-service-style4 .img-box .overlay-btn .btn-one:hover::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.single-service-style4 .img-box .overlay-btn .shape1 {
    position: absolute;
    left: -20px;
    bottom: -1px;
    opacity: 1;
    transform: translate(0px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style4 .img-box .overlay-btn:hover .shape1 {
    opacity: 0;
    transform: translate(50px);
}

.single-service-style4 .img-box .overlay-btn .shape2 {
    position: absolute;
    left: -20px;
    bottom: -1px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style4 .img-box .overlay-btn:hover .shape2 {
    opacity: 1;
    transform: translateX(0px);
}

.single-service-style4 .img-box .count-box {
    position: absolute;
    left: -10px;
    bottom: -8px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.single-service-style4:hover .img-box .count-box {
    left: 23px;
    bottom: 16px;
}

.single-service-style4 .img-box .count-box h2 {
    color: rgb(255, 255, 255, 0.2);
    font-size: 48px;
    line-height: 1.1em;
}

.single-service-style4 .img-box .overlay-text {
    position: absolute;
    top: 75px;
    left: 25px;
    right: 25px;
    opacity: 0;
    transform: scaleY(0);
    transition: all 400ms ease 200ms;
    z-index: 3;
}

.single-service-style4:hover .img-box .overlay-text {
    opacity: 1;
    transform: scaleY(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-service-style4 .img-box .overlay-text p {
    color: #a1aab4;
}


.single-service-style4-title {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 15px 25px 15px;
}

.single-service-style4-title h3 {
    font-size: 20px;
    line-height: 30px;
}

.single-service-style4-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4-title h3 a:hover {
    color: var(--thm-primary-color);
}



.service-style4-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    padding: 47px 25px 60px;
    width: 270px;
}

.service-style4-banner .title-box {
    position: relative;
    display: inline-block;
}

.service-style4-banner .title-box h3 {
    color: var(--thm-white);
    font-size: 26px;
    line-height: 36px;
}

.service-style4-banner .title-box h3 span {
    font-size: 20px;
    line-height: 30px;
}



.service-style4-banner .title-box ul {
    position: absolute;
    top: 40px;
    left: 115px;
    display: flex;
    align-items: center;
    max-width: 65px;
    width: 100%;
}

.service-style4-banner .title-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
}

.service-style4-banner .title-box ul li img {
    width: auto;
}

.service-style4-banner .title-box ul li+li {
    margin-left: 5px;
}

.service-style4-banner .text-box {
    position: relative;
    display: block;
    padding-top: 11px;
}

.service-style4-banner .text-box p {
    color: var(--thm-white);
}

.service-style4-banner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 23px;
}

.service-style4-banner .btn-box .btn-one {
    display: block;
    width: 100%;
    color: var(--thm-black);
    text-align: center;
    line-height: 35px;
}

.service-style4-banner .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.service-style4-banner .btn-box .btn-one::after {
    background-color: var(--thm-black);
}

.service-style4-banner .btn-box .btn-one::after {
    background-color: var(--thm-white);
}

.service-style4-banner .shape1 {
    position: absolute;
    top: 20px;
    left: 25px;
    line-height: 0;
}

.service-style4-banner .shape1 img {
    width: auto;
}

.service-style4-banner .shape2 {
    position: absolute;
    right: 25px;
    bottom: 20px;
    line-height: 0;
}

.service-style4-banner .shape2 img {
    width: auto;
}








/*
==========================
    Service Page Css
==========================
*/
.service-page {
    background-color: var(--thm-white);
    padding: 120px 0px 120px;
}

.sidebar-style1 {
    position: relative;
    display: block;
    padding-right: 20px;
}

.single-sidebar-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-sidebar-style1 .title-box {
    position: relative;
    display: block;
    margin-top: -8px;
}

.single-sidebar-style1 .title-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.single-sidebar-style1 .title-box .shape {
    position: relative;
    display: block;
    line-height: 0;
}

.single-sidebar-style1 .title-box .shape img {
    width: auto;
}



.services-details-pages-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.services-details-pages-link ul {
    position: relative;
    display: block;
}

.services-details-pages-link ul li {
    position: relative;
    display: block;
}

.services-details-pages-link ul li+li {
    margin-top: 10px;
}

.services-details-pages-link ul li .title {
    position: relative;
    display: block;
}

.services-details-pages-link ul li .title a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 16px 25px 16px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-details-pages-link ul li .title a i {
    position: relative;
    display: inline-block;
    color: #97a69e;
    margin-right: 6px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-details-pages-link ul li .title a:hover i {
    opacity: 0;
    transform: translateX(-20px);
}

.services-details-pages-link ul li .title a:hover {
    color: var(--thm-white);
    border-color: transparent;
    padding-left: 0;
}


.services-details-pages-link ul li .title a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background-color: var(--thm-primary-color);
    z-index: -1;

    opacity: 0;
    transform: translateX(-50%);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.services-details-pages-link ul li .title a:hover::before {
    opacity: 1;
    transform: translateX(0%);
}


.services-details-pages-link ul li .title a::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 20px;
    bottom: 4px;
    clip-path: polygon(30% 0, 100% 50%, 30% 100%, 0% 100%, 70% 50%, 0% 0%);
    background-color: var(--thm-white);
    width: 40px;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: right;
    transform-style: preserve-3d;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.services-details-pages-link ul li .title a:hover::after {
    transform: scaleX(1.0);
}




.single-sidebar-style1 .download-box {
    position: relative;
    display: block;
    padding-top: 30px;
}

.single-sidebar-style1 .single-download-box {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 27px 25px 24px;
}

.single-sidebar-style1 .single-download-box .icon-box {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 45px;
}

.single-sidebar-style1 .single-download-box .icon-box .icon-file .path1:before {
    color: var(--thm-black);
}

.single-sidebar-style1 .single-download-box .icon-box .icon-file .path2:before {
    color: var(--thm-primary-color);
}

.single-sidebar-style1 .single-download-box .icon-box .icon-file .path3:before {
    color: var(--thm-primary-color);
}

.single-sidebar-style1 .single-download-box .title {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-sidebar-style1 .single-download-box .title h4 {
    font-size: 16px;
    line-height: 26px;
}

.single-sidebar-style1 .single-download-box .title h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-style1 .single-download-box .title h4 a:hover {
    color: var(--thm-primary-color);
}

.single-sidebar-style1 .single-download-box .btn-box {
    position: relative;
    display: block;
    padding-top: 12px;
}

.single-sidebar-style1 .single-download-box .btn-box a {
    position: relative;
    display: 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;
}

.single-sidebar-style1 .single-download-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.single-sidebar-style1 .single-download-box .btn-box a i {
    margin-right: 6px;
}

.single-sidebar-style1 .single-download-box .file-size {
    position: absolute;
    top: 15px;
    right: 0;
    background-color: var(--thm-gray-bg);
    padding: 1px 25px 2px;
    padding-right: 10px;
}

.single-sidebar-style1 .single-download-box .file-size::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 25px;
    background-color: var(--thm-white);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.single-sidebar-style1 .single-download-box .file-size h6 {
    color: var(--thm-body-font-color);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}



.banner-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #122729;
    border-radius: var(--thm-border-radius);
}

.banner-style1__bg {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.banner-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18, 39, 41);
    background: linear-gradient(0deg, rgba(18, 39, 41, 1) 0%, rgba(18, 39, 41, 0.9528186274509804) 15%, rgba(18, 39, 41, 0.8463760504201681) 50%, rgba(18, 39, 41, 0.9023984593837535) 80%, rgba(18, 39, 41, 1) 100%);
    z-index: 1;
}

.banner-style1___inner {
    position: relative;
    display: block;
    padding: 43px 30px 50px;
    z-index: 5;
}

.banner-style1___inner .title-box {
    position: relative;
    display: block;
}

.banner-style1___inner .title-box h4 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
}

.banner-style1___inner .title-box h2 {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 36px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: 5px;
}

.banner-style1___inner .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-primary-color);
    padding: 13px 0px 13px;
    margin: 26px 22px 0px;
}

.banner-style1___inner .list-item::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -21px;
    bottom: 0;
    width: 22px;
    height: 51px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.banner-style1___inner .list-item::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -22px;
    bottom: 0;
    width: 22px;
    height: 51px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.banner-style1___inner .list-item li {
    position: relative;
    display: block;
}

.banner-style1___inner .list-item li+li {
    margin-left: 25px;
}

.banner-style1___inner .list-item li::before {
    content: "";
    position: absolute;
    left: -14px;
    bottom: 9px;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: var(--thm-white);
}

.banner-style1___inner .list-item li:first-child::before {
    display: none;
}

.banner-style1___inner .list-item li h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.banner-style1___inner .content-box {
    position: relative;
    display: block;
    padding-top: 23px;
}

.banner-style1___inner .content-box h4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.banner-style1___inner .content-box h4 i {
    color: var(--thm-primary-color);
    margin-right: 10px;
}

.banner-style1___inner .content-box h4 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-style1___inner .content-box h4 a:hover {
    color: var(--thm-primary-color);
}

.banner-style1___inner .content-box p {
    color: #a5b9bb;
}

.banner-style1___inner .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 22px;
}

.banner-style1___inner .content-box .btn-box .btn-one {
    color: var(--thm-black);
}

.banner-style1___inner .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.banner-style1___inner .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.banner-style1___inner .content-box .btn-box .btn-one::after {
    background-color: var(--thm-white);
}




.service-page-content {
    position: relative;
    display: block;
}

.service-page-content>.title-box {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 41px;
}

.service-page-content .title-box h3 {
    font-size: 30px;
    line-height: 40px;
}

.service-page-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.service-page-content .img-box img {
    width: 100%;
}

.service-page-content .text-box {
    position: relative;
    display: block;
    padding-top: 43px;
}

.service-page-content .text-box p {
    margin: 0;
}



.learning-journey {
    position: relative;
    display: block;
    padding-top: 52px;
}

.learning-journey-content {
    position: relative;
    display: block;
}

.learning-journey-content>.title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 24px;
}

.learning-journey-content .title h3 {
    font-size: 30px;
    line-height: 40px;
}

.learning-journey-content .text {
    position: relative;
    display: block;
}

.learning-journey-content .text p {
    margin: 0;
}

.learning-journey-content .download {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.learning-journey-content .download .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 17px;
}

.learning-journey-content>.download>.title {
    position: relative;
    display: block;
    flex: 1;
    padding-left: 20px;
}

.learning-journey-content .download .title h3 {
    font-size: 18px;
    line-height: 24px;
}

.learning-journey-content .download .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.learning-journey-content .download .title h3 a:hover {
    color: var(--thm-primary-color);
}

.learning-journey-content .download .title p {
    margin: 0;
}

.learning-journey-list {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 40px 30px 40px;
}

.learning-journey-list ul {
    position: relative;
    display: block;
}

.learning-journey-list ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.learning-journey-list ul li+li {
    margin-top: 18px;
}

.learning-journey-list ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.learning-journey-list ul li .icon img {
    width: auto;
}

.learning-journey-list ul li .text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.learning-journey-list ul li .text p {
    color: var(--thm-black);
}



.what-we-offer {
    position: relative;
    display: block;
    padding-top: 52px;
}

.what-we-offer>.title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

.what-we-offer>.title h3 {
    font-size: 30px;
    line-height: 40px;
}

.what-we-offer>.text {
    position: relative;
    display: block;
}

.what-we-offer>.text p {
    margin: 0;
}

.what-we-offer__inner {
    position: relative;
    display: block;
    padding-top: 42px;
}



.single-what-we-offer {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 26px 0px 26px;
    margin-bottom: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-what-we-offer:hover {
    background-color: transparent;
    box-shadow: none;
}

.single-what-we-offer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-what-we-offer:hover::before {
    opacity: 1;
}

.single-what-we-offer .top-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 30px 25px;
}

.single-what-we-offer .top-box .animated-arrow {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.single-what-we-offer .top-box .animated-arrow .img1 {
    position: relative;
    display: inline-block;
    line-height: 0;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-what-we-offer:hover .top-box .animated-arrow .img1 {
    opacity: 0;
    transform: translateY(20px);
}

.single-what-we-offer .top-box .animated-arrow .img1 img {
    width: auto;
}

.single-what-we-offer .top-box .animated-arrow .img2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-what-we-offer:hover .top-box .animated-arrow .img2 {
    opacity: 1;
    transform: translateY(0px);
}

.single-what-we-offer .top-box .animated-arrow .img2 img {
    width: auto;
}

.single-what-we-offer>.top-box>.title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.single-what-we-offer .top-box .title-box .count {
    position: relative;
    display: block;
}

.single-what-we-offer .top-box .title-box .count h4 {
    color: #97a69e;
    font-size: 16px;
    line-height: 16px;
}

.single-what-we-offer .top-box .title-box h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 8px 0 0;
}

.single-what-we-offer .border-box {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--thm-border-color);
}

.single-what-we-offer .bottom-box {
    position: relative;
    display: block;
    padding: 26px 30px 0px;
}

.single-what-we-offer .bottom-box .text {
    position: relative;
    display: block;
}

.single-what-we-offer .bottom-box .text p {
    margin: 0;
}

.single-what-we-offer .bottom-box .list-item {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-what-we-offer .bottom-box .list-item .title {
    position: relative;
    display: inline-block;
}

.single-what-we-offer .bottom-box .list-item .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: var(--thm-border-color);
}

.single-what-we-offer .bottom-box .list-item .title h4 {
    font-size: 16px;
    line-height: 26px;
}

.single-what-we-offer .bottom-box .list-item ul {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-what-we-offer .bottom-box .list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.single-what-we-offer .bottom-box .list-item ul li+li {
    margin-top: 11px;
}

.single-what-we-offer .bottom-box .list-item ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 18px;
}

.single-what-we-offer .bottom-box .list-item ul li .text {
    position: relative;
    display: block;
    padding-left: 10px;
}

.single-what-we-offer .bottom-box .list-item ul li .text p {
    margin: 0;
}



.benefits-box {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    padding: 39px 39px 39px;
    margin-top: 30px;
}

.benefits-box-inner {
    position: relative;
    display: block;
}

.benefits-box__tab {
    position: relative;
    display: block;
}

.benefits-box__content {
    position: relative;
    display: block;
    margin-right: 10px;
}

.benefits-box__content .title {
    position: relative;
    display: block;
    padding-bottom: 14px;
    margin-top: -8px;
}

.benefits-box__content .title h3 {
    font-size: 30px;
    line-height: 40px;
}

.benefits-box__content .text {
    position: relative;
    display: block;
}

.benefits-box__content .text p {
    margin: 0;
}

.benefits-box__tab-btn {
    position: relative;
    display: block;
    padding-top: 22px;
}

.benefits-box__tab-btn .tabs-button-box {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
}

.benefits-box__tab-btn .tabs-button-box li {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 14px 30px 13px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.benefits-box__tab-btn .tabs-button-box li:hover,
.benefits-box__tab-btn .tabs-button-box li.active-btn-item {
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.benefits-box__tab-btn .tabs-button-box li:last-child {
    border-bottom: 0px solid transparent;
}

.benefits-box__tab-btn .tabs-button-box li h6 {
    font-size: 16px;
    line-height: 26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.benefits-box__tab-btn .tabs-button-box li:hover h6,
.benefits-box__tab-btn .tabs-button-box li.active-btn-item h6 {
    color: var(--thm-primary-color);
}

.benefits-box__tab-btn .tabs-button-box li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.benefits-box__tab-btn .tabs-button-box li:hover .icon,
.benefits-box__tab-btn .tabs-button-box li.active-btn-item .icon {
    opacity: 1;
    transform: translateX(0px);
}



.benefits-box__tab .tabs-content-box {
    position: relative;
    display: block;
}

.benefits-box__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.benefits-box__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.benefits-box__tab .tab-content-box-item .benefits-box__content-tab-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.benefits-box__tab .tab-content-box-item.tab-content-box-item-active .benefits-box__content-tab-item {
    opacity: 1;
    transform: translateY(0px);
}

.single-benefits-box {
    position: relative;
    display: block;
}

.single-benefits-box .img-box {
    position: relative;
    display: block;
    overflow: inherit;
}

.single-benefits-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-benefits-box .img-box .inner img {
    width: 100%;
}

.single-benefits-box .img-box .overlay-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: -20px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 33px 40px 32px;
    z-index: 3;
}

.single-benefits-box .img-box .overlay-text p {
    margin: 0;
}



.banner-box {
    position: relative;
    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: 25px 30px 25px;
    margin-top: 60px;
}

.banner-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-box .title-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    font-size: 30px;
    line-height: 30px;
}

.banner-box .title-box .icon .icon-enrollment .path1:before {
    color: var(--thm-primary-color);
}

.banner-box .title-box .icon .icon-enrollment .path2:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path3:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path4:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path5:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path6:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path7:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path8:before {
    color: var(--thm-black);
}

.banner-box .title-box .icon .icon-enrollment .path9:before {
    color: var(--thm-black);
}

.banner-box .title-box .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.banner-box .title-box .title h4 {
    font-size: 18px;
    line-height: 28px;
}

.banner-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.banner-box .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.banner-box .btn-box .btn-one::after {
    background: var(--thm-black);
}




/*** 
===========================
    Overview Style2 Css
===========================
***/
.overview-style2 {
    padding: 120px 0px 176px;
    background-color: var(--thm-white);
    
    z-index: 10;
}

.overview-style2-content {
    position: relative;
    display: block;
}

.overview-style2-content .sec-title {
    padding-bottom: 34px;
}

.overview-style2-content .text {
    position: relative;
    display: block;
}

.overview-style2-content .text p {
    margin: 0;
}

.overview-style2-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 39px;
}

.overview-style2-content .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.overview-style2-content .btn-box .btn-one::after {
    background-color: var(--thm-black-bg);
}



.overview-style2-list {
    position: relative;
    display: block;
    padding-left: 70px;
}

.overview-style2-list .scrolling-text {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-right: 1px solid var(--thm-border-color);
    padding: 25px 0px 0px;
    padding-right: 13px;
}

.overview-style2-list .scrolling-text h2 {
    color: #e2e9e6;
    font-size: 36px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.overview-style2-list .list-item {
    position: relative;
    display: block;
    border-left: 1px solid var(--thm-border-color);
}

.overview-style2-list .list-item li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 25px 30px 25px;
    border-bottom: 1px solid var(--thm-border-color);
}

.overview-style2-list .list-item li:first-child {
    padding-top: 0;
}

.overview-style2-list .list-item li:last-child {
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
}

.overview-style2-list .list-item li .icon {
    position: relative;
    display: block;
    font-size: 35px;
    top: 4px;
}

.overview-style2-list .list-item li .icon .icon-done .path1::before {
    color: var(--thm-border-color);
}

.overview-style2-list .list-item li .icon .icon-done .path2::before {
    color: var(--thm-primary-color);
}

.overview-style2-list .list-item li .title-box {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.overview-style2-list .list-item li .title-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.overview-style2-list .list-item li .title-box p {
    margin: 0;
}

.overview-style2 .big-title {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    padding-top: 28px;
}

.overview-style2 .big-title h1 {
    font-size: 150px;
    list-style: 1.0em;
    font-weight: 800;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #f0f7f3 40%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.overview-style2 .big-title .icon {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.overview-style2 .big-title .icon:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}



/*** 
======================================
    Service Style1--style2 Css
======================================
***/
.service-style1--style2 {
    background-color: var(--thm-white);
    padding: 140px 0px 90px;
}

.single-service-style1--style2 {
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    margin-bottom: 30px;
}

.single-service-style1__icon .icon-seat-belt .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-seat-belt .path1:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-seat-belt .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-seat-belt .path2:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-seat-belt .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-seat-belt .path3:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-seat-belt .path4:before {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-seat-belt .path4:before {
    color: var(--thm-white);
}



.single-service-style1__icon .icon-driver .path1:before {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-driver .path1:before {
    color: var(--thm-white);
}


.single-service-style1__icon .icon-driver .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-driver .path2:before {
    color: var(--thm-white);
}


.single-service-style1__icon .icon-online-course .path1:before {
    color: var(--thm-primary-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path1:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path2:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path3:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path4:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path4:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path5:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path5:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path6:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path6:before {
    color: var(--thm-white);
}

.single-service-style1__icon .icon-online-course .path7:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .single-service-style1__icon .icon-online-course .path7:before {
    color: var(--thm-white);
}



.single-service-style1--style2 .single-service-style1__text {
    padding: 24px 20px 24px;
}





/*** 
======================================
    Service Page Two Css
======================================
***/
.service-style3--style2 {
    background-color: var(--thm-black-bg);
    padding: 120px 0px 90px;
}

.service-style3--style2 .service-style3__bg {
    opacity: 0.03;
    mix-blend-mode: luminosity;
}

.service-style3--style2 .service-style3__bg:before {
    display: none;
}


.single-service-style3--style2 {
    border-color: rgb(255, 255, 255, 0.15);
    margin-bottom: 30px;
}

.single-service-style3--style2 .top-box .icon::after {
    background: linear-gradient(180deg, rgba(4, 191, 97, 1) 0%, rgba(26, 55, 58, 1) 100%);
}

.single-service-style3--style2 .top-box .count h2 {
    color: #3c585b;
}

.single-service-style3--style2 .content-box .text p {
    color: #a5b9bb;
}



.single-service-style3 .top-box .icon .icon-seat-belt .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-seat-belt .path1:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-seat-belt .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-seat-belt .path2:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-seat-belt .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-seat-belt .path3:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-seat-belt .path4:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-seat-belt .path4:before {
    color: var(--thm-primary-color);
}



.single-service-style3 .top-box .icon .icon-driver .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driver .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-driver .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-driver .path2:before {
    color: var(--thm-black);
}



.single-service-style3 .top-box .icon .icon-online-course .path1:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .top-box .icon .icon-online-course .path2:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path2:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-online-course .path3:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path3:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-online-course .path4:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path4:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-online-course .path5:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path5:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-online-course .path6:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path6:before {
    color: var(--thm-black);
}

.single-service-style3 .top-box .icon .icon-online-course .path7:before {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3:hover .top-box .icon .icon-online-course .path7:before {
    color: var(--thm-black);
}




/*** 
===========================
    Blog Page Three Css
===========================
***/
.overview-style2--style3 {
    padding: 120px 0px 120px;
}



.single-service-style4 .img-box .overlay-icon .icon-seat-belt .path1:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-seat-belt .path2:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-seat-belt .path3:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-seat-belt .path4:before {
    color: var(--thm-primary-color);
}



.single-service-style4 .img-box .overlay-icon .icon-driver .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-driver .path2:before {
    color: var(--thm-black);
}



.single-service-style4 .img-box .overlay-icon .icon-online-course .path1:before {
    color: var(--thm-primary-color);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path2:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path3:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path4:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path5:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path6:before {
    color: var(--thm-black);
}

.single-service-style4 .img-box .overlay-icon .icon-online-course .path7:before {
    color: var(--thm-black);
}




.service-style4-content {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 30px 30px 30px;
    max-width: 570px;
    margin-bottom: 30px;
}

.service-style4-content .row {
    --bs-gutter-x: 0px;
}

.service-style4-content .service-style4-banner {
    overflow: visible;
    background-color: transparent;
    padding: 17px 0px 30px;
    padding-right: 30px;
    width: 255px;
}

.service-style4-content .service-style4-banner .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.service-style4-content .service-style4-banner .shape1 {
    top: -10px;
    left: 0px;
}

.service-style4-content .service-style4-banner .shape2 {
    right: 30px;
    bottom: -10px;
}

.service-style4-banner-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.service-style4-banner-img img {
    width: 100%;
}





/*** 
=============================================
    End Css
=============================================
***/
/*** 
=======================
    Team Style1 Css
=======================
***/
.team-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 120px;
}

.team-style1--white-bg {
    background-color: var(--thm-white);
}

.single-team-style1 {
    position: relative;
    display: block;
}

.single-team-style1-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 23px 25px 30px;
    margin-right: 30px;
}

.single-team-style1-inner--style2 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}


.single-team-style1-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.single-team-style1-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
}

.single-team-style1-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1-title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-team-style1-title span {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-team-style1-border {
    position: relative;
    display: block;
    width: 320px;
    height: 1px;
    background-color: #e2e9e6;
    margin-left: -25px;
}

.single-team-style1-text {
    position: relative;
    display: block;
    padding-top: 18px;
}

.single-team-style1-text p {
    margin: 0;
}

.single-team-style1-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
}

.single-team-style1-social-link {
    position: relative;
    display: flex;
    align-items: center;
}

.single-team-style1-social-link li {
    position: relative;
    display: block;
}

.single-team-style1-social-link li+li {
    margin-left: 10px;
}

.single-team-style1-social-link li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #e2e9e6;
    border-radius: 4px;
    color: var(--thm-black);
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-team-style1-social-link li:hover a {
    color: var(--thm-primary-color);
    border-color: var(--thm-gray-bg);
    background-color: var(--thm-gray-bg);
}

.single-team-style1-btn {
    position: relative;
    display: block;
    line-height: 0;
}

.single-team-style1-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: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-team-style1-btn a i {
    font-size: 16px;
    margin-right: 7px;
}

.single-team-style1-btn a:hover {
    color: var(--thm-primary-color);
}


.single-team-style1-img {
    position: absolute;
    top: 30px;
    right: 0;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-team-style1-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    opacity: 0;
    z-index: 1;
    
}

.single-team-style1:hover .single-team-style1-img::before {
    opacity: 0.80;
}

.single-team-style1-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-team-style1:hover .single-team-style1-img img {
    transform: scale(1.05) rotate(0deg);
}

.single-team-style1-shape {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.team-style1 .section-btn::before {
    background-color: #d6ddda;
}

.team-style1 .section-btn-inner-bg {
    background-color: var(--thm-gray-bg);
}

.team-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0;
}



.team-style1-carousel--style2.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-style1-carousel--style2.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.team-style1-carousel--style2.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}




.team-style1--2 {
    padding: 120px 0px 90px;
}

.team-style1--2 .single-team-style1 {
    margin-bottom: 30px;
}



/*** 
===========================
    Team Style1 End Css
===========================
***/