/* CSS Index
============================
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
============================
*/


/*=============================
	1. Google Fonts
===============================*/


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');



/*** 
====================================================================
	Css Files
====================================================================
***/
/* Module Css */
@import url('module-css/header.css');
@import url('module-css/footer.css');
@import url('module-css/services.css');
@import url('module-css/about.css');
@import url('module-css/banner.css');
@import url('module-css/blog.css');
@import url('module-css/breadcrumb.css');
@import url('module-css/contact.css');
@import url('module-css/fact-counter.css');
@import url('module-css/partner.css');
@import url('module-css/testimonial.css');
@import url('module-css/team.css');


/*=============================
	1. Variable CSS
===============================*/
:root {
    --thm-body-font: 'Rubik', sans-serif;
    --thm-heading-font: 'Rajdhani', sans-serif;
    --thm-primary: #d92226;
    --thm-primary-rgb: 246, 139, 33;
    --thm-secondary: #1037B6;
    --thm-secondary-rgb: 16, 55, 182;

    --thm-body-font-color: #616670;
    --thm-body-font-size: 16px;
    --thm-body-font-line-height: 30px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #121212;
    --thm-heading-font-weight: 700;

    --thm-body-background: #F4F4F4;
    --thm-black-bg: #212121;

    --thm-white: #ffffff;
    --thm-black: #121212;
    --thm-border: #D8D8D8;
    

    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
    --thm-red: #D50106;


    
}


.body-gray-bg {
    background-color: var(--thm-body-background);
}


body {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-font-line-height);
    font-weight: var(--thm-body-font-weight);
    font-family: var(--thm-body-font);
    font-style: normal;
}

p {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-font-line-height);
    font-weight: var(--thm-body-font-weight);
    font-family: var(--thm-body-font);
    margin-bottom: 0;
}

.auto-container {
    position: static;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}


.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}


button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

a,
button {
    color: var(--thm-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    outline: medium none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    color: var(--thm-primary);
    text-decoration: none;
}


ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}


img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-heading-font);
    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}





/*== Swiper Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 162px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 40px;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 400;
    border: 1px solid var(--thm-white);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 10px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 400;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}


/*== Swiper Nav Style1 Css ======*/
#swiper-dot-style1 {
    position: relative;
    z-index: 55;
    line-height: 0;
    background-color: transparent;
    bottom: 0;
    padding-bottom: 17px;
}

#swiper-dot-style1 .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: var(--thm-secondary);
    border-radius: 50%;
    opacity: 0.50;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1.0;
}

#swiper-dot-style1 .swiper-pagination-bullet::before {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px solid var(--thm-secondary);
    border-radius: 50%;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#swiper-dot-style1 .swiper-pagination-bullet:hover {
    transform: scale(1.0);
}


/*== Swiper Scroll pagination progressbar Css ======*/
.scroll-pagination {
    position: relative;
    height: 6px;
    width: 300px;
    margin: 85px auto 0;
}

.scroll-pagination .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    background: #e3e3e3;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.scroll-pagination .swiper-pagination-progressbar-fill {
    background: #ff9600 !important;
    border-radius: 10px;
    cursor: pointer;
}




/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    background: transparent;
    color: var(--thm-black);
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--thm-heading-font);
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-black);
    background: var(--thm-primary);
    border-color: var(--thm-primary);
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: var(--thm-white);
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-white);
}





/*=============================
	Sec Title CSS
===============================*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 55px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.sec-title .sub-title h4 {
    color: var(--thm-secondary);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sec-title h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}



/*=============================
	Thm Btn
===============================*/
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    font-family: var(--thm-heading-font);
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.thm-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleY(1);
    background-color: var(--thm-primary);
    transition-duration: 500ms;
    z-index: -1;
}

.thm-btn:hover:after {
    transform: scaleY(0);
    transition-duration: 900ms;
}

.thm-btn:before {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0px;
    content: "";
    background: var(--thm-secondary);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition-duration: 700ms;
    z-index: 1;
    bottom: 0;
}

.thm-btn:hover:before {
    top: -30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.thm-btn .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.thm-btn i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    z-index: 1;
}





.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}


hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary);
    color: var(--thm-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}






/***
=============================================
   Search Popup
=============================================
***/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    background-color: var(--thm-black);
    opacity: 1.0;
    cursor: pointer;
}

.search-close-btn {
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transform: inherit;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    width: 60px;
    height: 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close-btn:hover {
    background-color: var(--thm-primary);
}

.search-close-btn i {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}




.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--thm-white);
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: var(--thm-white);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 75px;
}

.search-popup__content .btn-one {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    background-color: var(--thm-primary);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .btn-one::before {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--thm-black);
}

.search-popup__content .btn-one i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    margin-left: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.search-popup__content .btn-one:hover i::before {
    color: var(--thm-white);
}

.search-popup__content .btn-one i {
    margin-left: 0px;
}






/*=============================
	Extra Info Css
===============================*/
.extra-info {
	background: var(--thm-secondary) none repeat scroll 0 0;
	height: 100%;
	padding: 50px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 450px;
	z-index: 999999;
	overflow-y: scroll;
	transform: translateX(100%);
}
.extra-info.active {
    transform: translateX(0);
}

.offcanvas-overly {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .9;
    visibility: visible;
}


.close-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.close-icon:hover {
    background-color: #fff;
}

.close-icon>button {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    cursor: pointer;
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.close-icon>button:hover {
    color: var(--thm-primary);
}


.logo-side {
    position: relative;
    display: block;
}

.logo-side a {
    position: relative;
    display: inline-block;
}

.logo-side img {
    width: auto;
}

.side-info {
    border-top: 2px solid rgba(255, 255, 255, .10);
    padding-top: 25px;
    margin-top: 25px;
}

.side-info .content-box {
    position: relative;
    display: block;
}

.side-info .content-box h3 {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 40px;
}

.side-info .content-box .text {
    position: relative;
    display: block;
    padding-top: 20px;
}

.side-info .content-box .text p {
    color: rgba(255, 255, 255, .9);
}



.sidebar-contact-info {
    position: relative;
    display: block;
}

.sidebar-contact-info h3 {
    color: var(--thm-white);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 25px;
}

.sidebar-contact-info ul li+li {
    margin-top: 11px;
}

.sidebar-contact-info ul li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 0;
}

.sidebar-contact-info ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 16px;
}

.sidebar-contact-info ul li .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .text p {
    color: rgba(255, 255, 255, .9);
}

.sidebar-contact-info ul li .text p a {
    color: rgba(255, 255, 255, .9);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .text p a:hover {
    color: var(--thm-primary);
}



.side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 29px;
}

.side-content-newsletter-box h3 {
    color: var(--thm-white);
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group {
    position: relative;
    display: block;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #444444;
    font-size: 18px;
    font-family: var(--thm-body-font);
    font-weight: 400;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .10);
    padding-left: 25px;
    padding-right: 70px;
}

.side-content-newsletter-box .form-group input[type="email"]:focus {
    color: var(--thm-white);
}

.side-content-newsletter-box .form-group input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}

.side-content-newsletter-box .form-group input[type="email"]:-moz-placeholder {
    color: #ffffff;
}

.side-content-newsletter-box .form-group input[type="email"]::-moz-placeholder {
    color: #ffffff;
}

.side-content-newsletter-box .form-group input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
}


.side-content-newsletter-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-content-newsletter-box .form-group .thm-btn {
    color: var(--thm-white);
    font-size: 20px;
    border-radius: 5px;
    border: none;
}

.side-content-newsletter-box .form-group .thm-btn i {
    margin-left: 0px;
    font-size: 20px;
}

.side-content-newsletter-box .form-group .thm-btn:before {
    background: var(--thm-black);
}



.side-social-links {
    position: relative;
    display: none;
    padding-top: 40px;
}

.side-social-links ul {
    position: relative;
    display: flex;
    align-items: center;
}

.side-social-links ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.side-social-links ul li+li {
    margin-left: 10px;
}

.side-social-links ul li a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 900;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.side-social-links ul li a:hover {
    color: var(--thm-white);
}

.side-social-links ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--thm-primary);
    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;
}

.side-social-links ul li:hover a::before {
    opacity: 1;
    transform: scale(1);
}





/*== Accordion Box Style 1 Css ======*/
.accordion-box-one {
    position: relative;
    display: block;
}

.accordion-box-one .accordion {
    position: relative;
    display: block;
}

.accordion-box-one .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 27px;
    border-bottom: 2px solid #333F4D;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box-one .accordion .accord-btn::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--thm-primary);
    transition: all 600ms ease 100ms;
    z-index: 1;
}

.accordion-box-one .accordion .accord-btn.active::before {
    width: 100%;
}

.accordion-box-one .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e963";
    top: 50%;
    right: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-one .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box-one .accordion .accord-btn.active:after {
    color: var(--thm-primary);
    font-size: 20px;
    content: "\e965";
}

.accordion-box-one .accordion .accord-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-family: var(--thm-heading-font);
    transition: all 500ms ease;
}

.accordion-box-one .accordion .accord-btn.active h3 {
    color: var(--thm-primary);
}

.accordion-box-one .accordion .accord-btn h3 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-black);
    font-size: 32px;
    font-weight: 700;
    margin-right: 8px;
}

.accordion-box-one .accordion .accord-content {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-right: 0px;
    display: none;
    margin-top: 21px;
}

.accordion-box-one .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-one .accordion .accord-content p {
    margin: 0;
}


/*=============================
	25. Preloader
===============================*/
#preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 9999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}




.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}


/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
    background: var(--thm-primary);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--thm-secondary);
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background-color: var(--thm-body-background);
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
    position: relative;
    display: block;
}

.rating-box a {
    position: relative;
    color: #fcaf3b;
    font-size: 15px;
    line-height: 15px;
}

/***
=============================================
    xs Sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../img/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .6;
    visibility: visible;
    transition-delay: 0.0s;
    right: 100%;
    background-color: #000000;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms ease 800ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid var(--thm-white);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-white);
    border-color: var(--thm-white);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-white);
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--thm-body-font-color);
    transition: all 500ms ease;
    outline: none;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: transparent;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
    position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
    position: relative;
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--thm-body-font-color);
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-white);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--thm-white);
}




/*=============================
	Project One CSS
===============================*/
.project-one {
    position: relative;
    display: block;
    padding: 140px 0 110px;
    z-index: 1;
}

.project-one__content-box {
    position: relative;
    display: block;
}

.project-one__content-box .sec-title {
    padding-bottom: 20px;
}

.project-one__content-box .text {
    position: relative;
    display: block;
}

.project-one__content-box .text p {
    margin: 0;
}

.project-one__single {
    position: relative;
    display: block;
    border-bottom: 3px solid var(--thm-black);
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single:hover {
    border-color: var(--thm-secondary);
    transform: translateY(-5px);
}

.project-one__single-img {
    position: relative;
    display: block;
}

.project-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.project-one__single-img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(0deg, #000000 40%, rgba(var(--thm-secondary-rgb), 0.90) 70%);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.project-one__single:hover .project-one__single-img .inner::before {
    opacity: 0.70;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.project-one__single-img .inner img {
    width: 100%;
    transform: scale(1.0);
}

.project-one__single:hover .project-one__single-img .inner img {
    transform: scale(1.05) rotate(1deg);
}

.project-one__single-img .overlay-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-50px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 5;
}

.project-one__single:hover .project-one__single-img .overlay-icon {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 200ms;
}

.project-one__single .project-one__single-img .overlay-icon a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single .project-one__single-img .overlay-icon a:hover {
    color: var(--thm-primary);
}

.project-one__single-content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 23px 64px 32px;
}

.project-one__single-content .title-box {
    position: relative;
    display: block;
}

.project-one__single-content .title-box h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
}

.project-one__single-content .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-content .title-box h3 a:hover {
    color: var(--thm-secondary);
}

.project-one__single-content .title-box p {
    margin: 0;
}

.project-one__single-content .btn-box {
    position: relative;
    display: block;
    padding-top: 23px;
    line-height: 0;
}

.project-one__single-content .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 25px;
    font-family: var(--thm-heading-font);
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-content .btn-box a:hover {
    color: var(--thm-secondary);
    letter-spacing: 1.15px;
}

.project-one__single-content .btn-box a span {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-secondary);
    font-size: 16px;
    font-weight: 900;
    margin-left: 6px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__single-content .btn-box a:hover span {
    color: var(--thm-primary);
}




/*=============================
	Project Two CSS
===============================*/
.project-two {
    position: relative;
    display: block;
    background-color: #f2f6f9;
    padding: 140px 0 110px;
    z-index: 1;
}

.project-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-two__single-img {
    position: relative;
    display: block;
}

.project-two__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.project-two__single-img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(0deg, #000000 -1.22%, rgba(0, 0, 0, 0.70) 60.99%);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.project-two__single:hover .project-two__single-img .inner::before {
    left: 30px;
    border-top-left-radius: 5px;
    opacity: 1.0;
}


.project-two__single-img .inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 108px;
    right: 0;
    height: 50px;
    background-color: var(--thm-primary);
    border-top-left-radius: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.1s ease-in-out 0.2s;
    z-index: -1;
}

.project-two__single:hover .project-two__single-img .inner::after {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.5s;
}



.project-two__single .project-two__single-img .inner img {
    width: 100%;
    transform: scale(1.0) rotate(0deg) translateX(0px);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
}

.project-two__single:hover .project-two__single-img .inner img {
    transform: scale(1.0) rotate(0deg) translateX(30px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.project-two__single-overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--thm-primary);
    padding: 23px 30px 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.1s ease-in-out 0.2s;
    z-index: 3;
}

.project-two__single:hover .project-two__single-overlay-content {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.5s;
}

.project-two__single-overlay-content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-two__single-overlay-content-inner .title-box {
    position: relative;
    display: block;
}

.project-two__single-overlay-content-inner .title-box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.project-two__single-overlay-content-inner .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-two__single-overlay-content-inner .title-box h3 a:hover {
    color: var(--thm-secondary);
}

.project-two__single-overlay-content-inner .title-box p {
    color: var(--thm-white);
}

.project-two__single-overlay-content-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.project-two__single-overlay-content-inner .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: var(--thm-secondary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-two__single-overlay-content-inner .btn-box a:hover {
    background-color: var(--thm-black);
}

.project-two__single-overlay-content-inner .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-two__single-overlay-content-inner .btn-box a:hover span {
    color: var(--thm-white);
}



/*=============================
	Project Three CSS
===============================*/
.project-three {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 130px 0 94px;
    z-index: 1;
}

.project-three__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
}

.project-three__top .sec-title {
    max-width: 650px;
    width: 100%;
    padding-bottom: 0;
}

.project-three__top .sub-title h4 {
    color: var(--thm-primary);
}

.project-three__top .sec-title h2 {
    color: var(--thm-white);
}

.project-three__top .btn-box {
    position: relative;
    display: inline-block;
    line-height: 0;
    top: -15px;
}

.project-three__top .btn-box .thm-btn {
    color: var(--thm-white);
    font-family: var(--thm-heading-font);
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border-radius: 5px;
}

.project-three__top .btn-box .thm-btn::after {
    border-radius: 5px;
    border: 1px solid var(--thm-primary);
    background-color: transparent;
}

.project-three__top .btn-box .thm-btn::before {
    background-color: var(--thm-primary);
}

.project-three__top .btn-box .thm-btn i {
    font-size: 16px;
    font-weight: 700;
    top: -1px;
}

.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__single-img {
    position: relative;
    display: block;
}

.project-three__single-img .inner {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.project-three__single-img .inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    background: linear-gradient(0deg, #000000 1.22%, rgba(255, 255, 255, 0.00) 80.99%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.project-three__single:hover .project-three__single-img .inner::before {
    transform: scaleY(1.0);
}

.project-three__single .project-three__single-img .inner img {
    width: 100%;
}


.project-three__single-overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--thm-primary);
    padding: 30px 30px 30px;
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
}

.project-three__single:hover .project-three__single-overlay-content {
    opacity: 1;
    transform: translateY(0);
}

.project-three__single-overlay-content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-three__single-overlay-content-inner .title-box {
    position: relative;
    display: block;
}

.project-three__single-overlay-content-inner .title-box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.project-three__single-overlay-content-inner .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__single-overlay-content-inner .title-box h3 a:hover {
    color: var(--thm-secondary);
}

.project-three__single-overlay-content-inner .title-box p {
    color: var(--thm-white);
}

.project-three__single-overlay-content-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.project-three__single-overlay-content-inner .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: var(--thm-secondary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__single-overlay-content-inner .btn-box a:hover {
    background-color: var(--thm-black);
}

.project-three__single-overlay-content-inner .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-three__single-overlay-content-inner .btn-box a:hover span {
    color: var(--thm-white);
}




/*=============================
	Video One Css
===============================*/
.video-one {
    position: relative;
    display: block;
    padding: 245px 0px 245px;
    z-index: 3;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.video-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(16, 55, 182, 0.65) 0%, rgba(16, 55, 182, 0.00) 100%);
    z-index: 1;
}

.video-one .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    background: var(--thm-primary);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.video-one .icon:hover {
    background-color: var(--thm-secondary);
}

.video-one .icon:after,
.video-one .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-one .icon:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-one .icon .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-one .icon .video-popup span::before {
    position: relative;
    color: var(--thm-white);
    font-size: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-one .icon:hover .video-popup span::before {
    color: var(--thm-primary);
}



/*=============================
	Video two Css
===============================*/
.video-two {
    position: relative;
    display: block;
    padding: 312px 0px 312px;
    z-index: 3;
}

.video-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.video-two__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18, 18, 18, 0.4);
    z-index: 1;
}

.video-two .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: var(--thm-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.video-two .icon:hover {
    background-color: var(--thm-secondary);
}

.video-two .icon:after,
.video-two .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.video-two .icon:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.video-two .icon .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-two .icon .video-popup span::before {
    position: relative;
    color: var(--thm-white);
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-two .icon:hover .video-popup span::before {
    color: var(--thm-white);
}




/*=============================
	Cta One Css
===============================*/
.cta-one {
    background-color: var(--thm-secondary);
    padding: 80px 0px 80px;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__inner-box {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
}

.cta-one__inner-box .title-box {
    position: relative;
    display: block;
}

.cta-one__inner-box .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.cta-one__inner-box .title-box p {
    color: var(--thm-white);
}

.cta-one__newsletter-box {
    position: relative;
    display: block;
    top: 10px;
}

.cta-one__newsletter-box .cta-one__form-group {
    position: relative;
    display: block;
    width: 590px;
    margin-left: 89px;
}

.cta-one__newsletter-box .cta-one__form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    border: none;
    color: var(--thm-white);
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    background-color: rgb(255, 255, 255, 0.10);
    padding-left: 40px;
    padding-right: 250px;
}

.cta-one__newsletter-box form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="text"]:-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="text"]::-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="email"]:-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="email"]::-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-white);
}


.cta-one__newsletter-box form textarea::-webkit-input-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form textarea:-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form textarea::-moz-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box form textarea:-ms-input-placeholder {
    color: var(--thm-white);
}

.cta-one__newsletter-box .cta-one__form-group button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: none;
    color: var(--thm-white);
    font-family: var(--thm-heading-font);
    letter-spacing: 1.28px;
    text-transform: uppercase;
    background: var(--thm-base);
    line-height: 60px;
    border-radius: 5px;
    transition: all 300ms ease 100ms;
}

.cta-one__newsletter-box .cta-one__form-group button i {
    color: #ffffff;
    margin-right: 12px;
}







.cta-one--style2 {
    background-color: var(--thm-primary);
    padding: 73px 0px 65px;
}

.cta-one__inner--style2 {
    justify-content: space-between;
}

.cta-one__inner-box--style2 {
    max-width: 750px;
}

.cta-one__inner-box--style2 .title-box h2 {
    line-height: 1.3em;
    margin-bottom: 0;
}

.cta-one__btn--style2 .thm-btn {
    color: var(--thm-black);
}

.cta-one__btn--style2 .thm-btn:hover {
    color: var(--thm-white);
}

.cta-one__btn--style2 .thm-btn::after {
    background-color: var(--thm-white);
}







/*=============================
	Cta Two Css
===============================*/
.cta-two {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    z-index: 11;
}

.cta-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 82px;
    padding-left: 275px;
    padding-bottom: 80px;
}


.cta-two__img {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.cta-two__img:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -130px;
    bottom: 0;
    width: 392px;
    background-color: var(--thm-secondary);
    clip-path: polygon(40% 0, 100% 0, 60% 100%, 0% 100%);
    z-index: -1;
}


.cta-two__inner-box {
    position: relative;
    display: block;
}

.cta-two__inner-box .title-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.cta-two__inner-box .title-box h2 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.cta-two__inner-box .title-box p {
    margin: 0;
}

.cta-two__newsletter-box {
    position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
}

.cta-two__form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-two__form-group input[type='email'] {
    position: relative;
    display: block;
    width: 300px;
    height: 65px;
    border: 1px solid #E3E3E3;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-family: var(--thm-body-font);
    font-weight: 400;
    border-radius: 5px;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 0px;
}

.cta-two__form-group form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="text"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="text"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="email"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="email"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.cta-two__form-group button {
    position: relative;
    display: block;
    border: none;
    color: var(--thm-white);
    line-height: 45px;
    font-family: var(--thm-heading-font);
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--thm-base);
    margin-left: 20px;
    transition: all 300ms ease 100ms;
}

.cta-two__form-group button.thm-btn:before {
    background: var(--thm-primary);
}

.cta-two__form-group button.thm-btn::after {
    background: var(--thm-secondary);
}



/*=============================
	Cta Three Css
===============================*/
.cta-three {
    position: relative;
    display: block;
    background-color: transparent;
    overflow: hidden;
    z-index: 5;
}

.cta-three::before {
    content: "";
    position: absolute;
    top: 137px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-black);
}

.cta-three__bg {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-radius: 5px;
    max-width: 1290px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-three__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    border-radius: 5px;
    background-color: var(--thm-secondary);
    mix-blend-mode: hard-light;
}

.cta-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 84px 81px 64px;
    z-index: 8;
}

.cta-three__content .title {
    position: relative;
    display: block;
    max-width: 470px;
}

.cta-three__content .title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
}

.cta-three__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-three__content .btn-box .thm-btn {
    line-height: 40px;
}



/*==========================================
	Scrolling Text One Css
==========================================*/
.scrolling-text-one {
    position: relative;
    display: block;
}

.scrolling-text-one .inner {
    position: relative;
    display: block;
}

.scrolling-text-one .inner ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.scrolling-text-one .inner ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
    float: left;
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.2em;
    font-family: var(--thm-heading-font);
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 40px;
}

.scrolling-text-one .inner ul li .stroke {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-black);
    margin-right: 40px;
}


.scrolling-text-one .inner ul li .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 40px;
}

.scrolling-text-one .inner ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary);
    font-size: 64px;
}



/*==========================================
	Scrolling Text Two Css
==========================================*/
.scrolling-text-two {
    padding-top: 130px;
}

.scrolling-text-two .inner ul+ul {
    margin-top: 21px;
}



/*==========================================
	Scrolling Text Three Css
==========================================*/
.scrolling-text-three {
    padding-top: 60px;
}

.scrolling-text-three .inner ul li {
    color: var(--thm-white);
}

.scrolling-text-three .inner ul li .stroke {
    -webkit-text-stroke: 1px var(--thm-white);
}




/*=============================
	Who we Are Css
===============================*/
.who-we-are-one {
    position: relative;
    display: block;
    background-color: #f2f6f9;
    padding: 120px 0px 83px;
    z-index: 1;
}

.who-we-are-one__content-box {
    position: relative;
    display: block;
}

.who-we-are-one .sec-title {
    padding-bottom: 20px;
}

.who-we-are-one__content-box .text {
    position: relative;
    display: block;
}

.who-we-are-one__content-box .text p {
    margin: 0;
}

.who-we-are-one__img-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 33px;
}

.who-we-are-one__img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--thm-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.who-we-are-one__img-box:hover::before {
    opacity: .70;
    transition: all 500ms linear;
}

.who-we-are-one__img-box img {
    width: 100%;
}



/*=============================
	FAQ One Css
===============================*/
.faq-one {
    position: relative;
    display: block;
    padding: 97px 0px 0px;
    z-index: 1;
}

.faq-one__bg {
    position: absolute;
    left: 0;
    bottom: -117px;
    opacity: 0.07;
}

.faq-one__title {
    position: relative;
    display: block;
    padding-top: 58px;
}

.faq-one__title .sec-title {
    padding-bottom: 31px;
}

.faq-one__title .text {
    position: relative;
    display: block;
}

.faq-one__title .text p {
    margin: 0;
}

.faq-one__content {
    position: relative;
    display: block;
}



/*==========================================
	Project Details Page Css
==========================================*/
.project-details-page {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 140px 0px 140px;
    z-index: 1;
}

.project-details-page__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-details-page__img img {
    width: 100%;
}

.project-details__info-box {
    position: relative;
    display: block;
}

.project-details__info-box-inner {
    position: relative;
    display: block;
    border: 1px solid #E3E3E3;
    padding: 32px 40px 29px;
}

.project-details__info-box-inner .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 23px;
}

.project-details__info-box-inner .title h3 {
    font-size: 24px;
    line-height: 30px;
}

.project-details__info-box-inner .title .line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--thm-secondary);
    top: 1px;
}

.project-details__info-box-inner .text {
    position: relative;
    display: block;
}

.project-details__info-box-inner .text p {
    margin: 0;
}

.project-details__info-box-inner .list-info-box {
    position: relative;
    display: block;
    padding-top: 31px;
}

.project-details__info-box-inner .list-info-box>ul {
    position: relative;
    display: block;
}

.project-details__info-box-inner .list-info-box>ul>li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    margin-bottom: 21px;
}

.project-details__info-box-inner .list-info-box>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.project-details__info-box-inner .list-info-box>ul>li h4 {
    font-size: 18px;
    line-height: 30px;
}

.project-details__info-box-inner .list-info-box>ul>li p {
    margin-left: 25px;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box {
    position: relative;
    display: block;
    margin-left: 25px;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box>ul {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box>ul>li {
    position: relative;
    display: block;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box>ul>li+li {
    margin-left: 5px;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box>ul>li .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.project-details__info-box-inner .list-info-box>ul>li .reting-box>ul>li .icon span {
    position: relative;
    display: inline-block;
    color: #f68b21;
    font-size: 14px;
}

.project-details__info-box .social-links {
    position: relative;
    display: block;
    padding-top: 40px;
}

.project-details__info-box .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-details__info-box .social-links ul li {
    position: relative;
    display: block;
}

.project-details__info-box .social-links ul li+li {
    margin-left: 10px;
}

.project-details__info-box .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3c59ff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.project-details__info-box .social-links ul li a.color2 {
    background-color: #2d3fad;
}

.project-details__info-box .social-links ul li a.color3 {
    background-color: #9727ef;
}

.project-details__info-box .social-links ul li a.color3 {
    background-color: #17c1ff;
}


.project-details__info-box .social-links ul li a:hover {
    color: var(--thm-white);
}

.project-details__info-box .social-links ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: var(--thm-primary);
    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;
}

.project-details__info-box .social-links ul li:hover a::before {
    opacity: 1;
    transform: scale(1);
    border-radius: 50%;
}

.project-details__content {
    position: relative;
    display: block;
    padding-top: 33px;
}

.project-details__content .title {
    position: relative;
    display: block;
}

.project-details__content .title h3 {
    font-size: 32px;
    line-height: 1.1em;
}

.project-details__content .text {
    position: relative;
    display: block;
    padding-top: 22px;
}

.project-details__content .text p {
    margin: 0;
}

.project-details__content .text p+p {
    margin-top: 21px;
}

.project-details-inner {
    position: relative;
    display: block;
    padding-top: 60px;
}

.project-details-inner-list-item {
    position: relative;
    display: block;
}

.project-details-inner__list-item ul {
    position: relative;
    display: block;
}

.project-details-inner__list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details-inner__list-item ul li+li {
    margin-top: 10px;
}

.project-details-inner__list-item ul li .circle {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--thm-secondary);
    background-color: transparent;
    margin-right: 20px;
}

.project-details-inner__list-item ul li p {
    margin: 0;
}

.project-details-inner__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-details-inner__img-box img {
    width: 100%;
}

.project-details-inner__img-box-video {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.project-details-inner__img-box-video .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: var(--thm-white);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.project-details-inner__img-box-video .icon:hover {
    background-color: var(--thm-secondary);
}

.project-details-inner__img-box-video .icon:after,
.project-details-inner__img-box-video .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.project-details-inner__img-box-video .icon:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.project-details-inner__img-box-video .icon .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.project-details-inner__img-box-video .icon .video-popup span::before {
    position: relative;
    color: var(--thm-secondary);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-details-inner__img-box-video .icon:hover .video-popup span::before {
    color: var(--thm-primary);
}




/*=============================
	Who we Are About Css
===============================*/
.who-we-are-one--about {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 0px 0px 128px;
}




/*=============================
	Fact Counter Two About Css
===============================*/
.fact-counter-two--about {
    position: relative;
    display: block;
    background: var(--thm-white);
}




/*=============================
	Scrolling Text One About Css
===============================*/
.scrolling-text-one.about {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding-top: 20px;
}




/*=============================
	Testimonials Two About Css
===============================*/
.testimonials-two--about {
    position: relative;
    display: block;
}

.testimonials-two--about .scroll-pagination .swiper-pagination-progressbar-fill {
    background: var(--thm-secondary) !important;
}




/*=============================
	Service Two Service Css
===============================*/
.service-two--service {
    position: relative;
    display: block;
    padding: 140px 0 52px;
}




/*=============================
	FAQ One Service Css
===============================*/
.faq-one--service {
    position: relative;
    display: block;
    padding: 0px 0px 140px;
}




/*=============================
	Project Three Project Css
===============================*/
.project-three--project {
    position: relative;
    display: block;
    padding: 140px 0px 140px;
    background: var(--thm-white);
}

.project-three--project .project-three__top .sub-title h4 {
    color: var(--thm-secondary);
}

.project-three--project .project-three__top .sec-title h2 {
    color: var(--thm-black);
}

.project-three--project .project-three__top .btn-box .thm-btn {
    color: var(--thm-secondary);
}

.project-three--project .project-three__top .btn-box .thm-btn:hover {
    color: var(--thm-white);
}

.project-three--project .project-three__top .btn-box .thm-btn::before {
    background-color: var(--thm-primary);
}

.project-three--project .project-three__top .btn-box .thm-btn::after {
    border: 1px solid var(--thm-secondary);
}

.project-three--project .scrolling-text-three .inner ul li .stroke {
    -webkit-text-stroke: 1px var(--thm-black);
}

.project-three--project .scrolling-text-three .inner ul li {
    color: var(--thm-black);
}

.project-three--project .scrolling-text-three {
    padding-top: 110px;
}

.project-three--project .project-three__single-overlay-content {
    background-color: var(--thm-body-background);
}

.project-three--project .project-three__single-overlay-content-inner .title-box h3 a {
    color: var(--thm-black);
}

.project-three--project .project-three__single-overlay-content-inner .title-box p {
    color: var(--thm-body-font-color);
}




/*=============================
	Faq One Faq Css
===============================*/
.faq-one--faq {
    position: relative;
    display: block;
    padding: 140px 0px 140px;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--thm-heading-font);
    transition: all 500ms ease;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn {
    padding-top: 17px;
    padding-bottom: 16px;
    border-top: 1px solid #e3e3e3;
    border-bottom: none;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn.bdrb {
    border-bottom: 1px solid #e3e3e3;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn::before {
    display: none;
}

.faq-one--faq .accordion-box-one .accordion .accord-content {
    padding-bottom: 30px;
    margin-top: 1px;
    padding-right: 45px;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn::after {
    content: "\e94d";
    color: var(--thm-secondary);
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
}

.faq-one--faq .accordion-box-one .accordion .accord-btn.active:after {
    color: var(--thm-secondary);
    content: "\e94f";
}



/* Updated CSS */
.header-topbar-v4__inner {
    padding: 5px 0;
}
.header-topbar-v4__inner:before {
    display: none;
}
.header-topbar-v4 {
    background: #fff;
}

.header-contact-info-one--v4 ul li p,
.header-contact-info-one--v4 ul li p a {
    color: var(--thm-black);
}
.header-contact-info-one--v4 ul li p span {
    margin-right: 5px;
    padding-right: 5px;
    display: inline-block;
    color: var(--thm-body-font-color);
    border-right: 1px solid var(--thm-border);
}
.header-contact-info-one--v4 ul li .icon span {
    color: var(--thm-red);
}
.header-contact-info-one--v4 ul li p a:hover {
    color: var(--thm-red);
}
.header-social-link-one--v4 ul li a {
    color: var(--thm-black);
    font-size: 15px;
}
.header-social-link-one--v4 ul li a:hover {
    transform: scale(1.1);
    color: var(--thm-red);
}

.header-middle-v4__inner {
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: -20px 0px 40px rgba(0, 0, 0, 0.16);
    padding-left: 30px;
    padding-right: 20px;
}
.header-middle-v4 {
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li {
    border-right: 1px solid #ececec;
    margin: 0;
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li:last-child {
    border: none;
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li a {
    margin-right: 40px;
    padding-left: 40px;
    font-size: 14px;
    color: var(--thm-body-font-color);
    padding-top: 23px;
    padding-bottom: 23px;
    letter-spacing: -0.02em;
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li a:hover {
    color: var(--thm-red);
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li li a {
    padding: ;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li a:after {
    font-size: 15px;
}

.header-middle-v4__inner .navbar-wrap.main-menu ul li.active > a {
    color: var(--thm-red);
}
.header-middle-v4__inner .navbar-wrap.main-menu ul li.active > a::after {
    color: inherit;
}
.header-middle-v4__inner .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-area.sticky-menu .header-middle-v4 {
    position: relative;
    top: 0;
    box-shadow: none !important;
}
.menu-area.sticky-menu .header-middle-v4 .header-middle-v4__inner {
    box-shadow: none;
}

.bg-off-white {
    background: #f7f7f7 !important;
}
.bg-cover-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    opacity: 0.5;
    z-index: -1;
}
.thm-btn-2 {
	background: var(--thm-black);
	padding: 10px 34px;
	display: inline-block;
	position: relative;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.thm-btn-2 svg {
    fill: currentColor;
}
.thm-btn-2:hover {
    background: var(--thm-red);
}
.thm-btn-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    opacity: 0.3;
    transition: all 0.3s ease;
    margin-top: -20px;
}
.thm-btn-2:hover .thm-btn-icon {
    opacity: 0.1;
    transform: scale(2.5);
}
.thm-btn-2.thm-btn-2__primary {
    background: var(--thm-red);
}
.thm-btn-2.thm-btn-2__primary:hover {
    background: var(--thm-heading-font-color);
}
.thm-btn-2.thm-btn-2__border {
    background: transparent;
    border: 1px solid var(--thm-black);
    color: var(--thm-black) !important;
}
.thm-btn-2.thm-btn-2__border:hover {
    background: var(--thm-red);
    color: #fff !important;
    border-color: transparent !important;
}

.thm-btn-2.thm-btn-2__white {
    background-color: #fff;
    border: 1px solid var(--thm-black);
    color: var(--thm-black) !important;
}
.thm-btn-2.thm-btn-2__white:hover {
    border-color: transparent !important;
    color: var(--thm-red) !important;
}
.banner-one__bgv4 {
    position: absolute;
    right: 0;
    top: 19%;
    max-width: 950px;
}

.banner-content-v4__label {
    color: var(--thm-red);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}
.banner-content-v4__title {
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.lt-space {
    letter-spacing: -0.02em;
}
.banner-content-v4__title span {
    color: var(--thm-red);
    text-decoration: underline;
}
.banner-content-v4__button {
    margin-top: 45px;
}
.banner-content-v4__text {
    margin-top: 15px;
}
.banner-content-v4__text p {
    font-size: 16px;
}
.banner-content-v4 {
    max-width: 590px;
}
.hero-social-popup {
    display: flex;
    align-items: center;
    position: absolute;
    transform: rotate(-90deg);
    left: -60px;
    top: 40%;
}
.social-links-label {
    font-size: 14px;
    color: var(--thm-black);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ececec;
    line-height: initial;
}

.hero-social-popup ul li a {
    color: var(--thm-body-font-color);
}
.track-orders {
    background: #fff;
    z-index: 333;
}
.track-orders__inner {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
    top: -90px;
    z-index: 3333;
    margin-bottom: -90px;
}

.track-orders__content {
    background: var(--thm-black);
    display: flex;
    padding: 40px 50px;
}
.track-orders__single {
}
.track-orders__single {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #2a2a2a;
}
.track-orders__single-heading {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.track-orders__single p,
.track-orders__single p a {
    font-size: 16px;
    color: #ffffffb8;
    display: block;
}
.track-orders__single:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.track-orders-forms {
    display: flex;
    flex-direction: column;
    min-width: 61%;
    padding: 40px;
}
.track-orders-form {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.track-orders-form .track-orders-form__input {
    border: 1px solid #ececec;
    padding: 15px 20px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: start;
    align-items: center;
    width: 71%;
}
.track-orders-form .track-orders-form__input input {
    border: none;
    width: 100%;
    background: transparent;
}
.track-orders-form__title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-brand-inside {
    position: absolute;
    top: 28%;
    right: 8%;
    transform: rotate(4.95deg);
}
.banner-brand-inside__title {
    font-size: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 55px;
    text-transform: uppercase;
}
.banner-brand-inside__title span {
    opacity: 0.4;
    font-size: 50px;
    letter-spacing: 0.08em;
}

.homev4-about {
    padding: 120px 0 165px;
    background: #fff;
}
.homev4-about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.homev4-about__img {
    width: 60%;
    display: flex;
    align-items: end;
    position: relative;
}
.homev4-about__content {
    max-width: 560px;
    position: relative;
    top: 50px;
}
.homev4-about__img--two {
    position: absolute;
    right: 60px;
    bottom: -100px;
    border: 4px solid #ffffff;
    filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
}

.homev4-about__countdown {
    background: var(--thm-red);
    padding: 30px;
    min-width: 240px;
    text-align: center;
    position: absolute;
    left: -100px;
    bottom: -97px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.homev4-about__countdown h4 {
    font-size: 40px;
    color: #fff;
}
.homev4-about__countdown p {
    color: #ffffffc2;
    font-size: 16px;
}
.progress-bar-v4 {
    padding-top: 20px;
}
.section-title-v4__label {
    font-size: 14px;
    color: var(--thm-red);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.section-title-v4__title {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0;
}
.section-title-v4__text {
    margin-top: 15px;
}
.section-title-v4 {
    margin-bottom: 30px;
}
.pw-skills__single h4 {
    font-size: 18px;
}
.section-title-v4__label--v2 {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-widget-v4 {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}
.progress-bar-v4__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.progress-bar-v4 .progress {
    background: #ececec;
    height: 5px;
    position: relative;
    overflow: initial;
}
.progress-bar-v4 .progress .progress-bar {
    background: var(--thm-red);
    position: relative;
    overflow: initial;
}
.progress-bar-v4 .progress .percent {
    position: absolute;
    right: 0;
    top: -49px;
    background: var(--thm-red);
    z-index: 3333;
    font-size: 14px;
    font-weight: 700;
    width: 45px;
    height: 30px;
    bottom: 0;
}
.progress-bar-v4 .progress .percent::after {
    right: 0;
    position: absolute;
    left: 60%;
    bottom: -8px;
    content: "";
    border-top: 13px solid var(--thm-red);
    border-left: 25px solid transparent;
    margin-left: -8px;
}
.contact-widget-v4__single span {
    font-size: 14px;
    text-transform: uppercase;
}
.contact-widget-v4__single p,
.contact-widget-v4__single p a {
    color: var(--thm-black);
    font-size: 16px;
}
.homev4-about__btn {
    margin-top: 32px;
}
.homev4-about__countdown::before {
    right: 0;
    position: absolute;
    left: -21px;
    top: 0;
    content: "";
    border-top: 40px solid var(--thm-red);
    border-left: 30px solid transparent;
    margin-left: -8px;
}
.homev4-features {
    padding: 120px 0;
}
.homev4-features__inner {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    position: relative;
}
.homev4-features__single {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    z-index: 333;
}
.homev4-features__icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 30px;
}
.homev4-features__title {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.homev4-features__text {
    color: #ffffffe0;
    font-size: 16px;
}
.overlay-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #d70006;
    mix-blend-mode: multiply;
    z-index: -1;
}
.homev4-features__inside {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homev4-features__line {
    position: absolute;
    top: 28%;
    left: 15%;
    width: 70%;
    height: 1px;
}

.homev4-map {
    padding: 130px 0 250px;
}
.scrolling-text-one--v4 {
    line-height: initial;
}
.scrolling-text-one--v4 ul li {
    text-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase !important;
    font-size: 240px !important;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    -webkit-text-stroke: 3px var(--thm-black);
}
.home-v4-counter h3 {
    font-size: 68px;
    color: var(--thm-red);
    letter-spacing: -0.02em;
}
.home-v4-counter__inner {
    display: flex;
    align-items: first baseline;
    font-size: 18px;
    text-transform: uppercase;
    gap: 20px;
}
.home-v4-counter .home-v4-counter__inner b {
    color: var(--thm-black);
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.home-v4-counters {
    margin-top: 50px;
}
.investor-contact {
    max-width: 420px;
    background: var(--thm-red);
    padding: 40px;
    text-align: center;
    min-width: 410px;
}
.investor-contact__heading {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ffffff70;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}
.investor-contact__title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.investor-contact__title span {
    text-transform: initial;
    color: #ffffffc4;
    font-size: 16px;
    font-weight: 400;
}
.investor-contact__list {
    border-top: 1px dashed #ffffff70;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ffffff70;
    margin-top: 25px;
}
.investor-contact__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}
.investor-contact__list li a i {
    color: #ffffff70;
}
.investor-contact__social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #fff;
}
.investor-contact__social ul li a {
    color: #fff;
    opacity: 0.7;
}
.investor-contact__social ul li a:hover {
    color: ;
    opacity: 1;
}
.investor-contact__social {
    margin-top: 20px;
}

.calculator-area__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.calculator-area__form {
    background: #fff;
    max-width: 600px;
    min-width: 600px;
    border-top: 2px solid var(--thm-red);
    padding: 70px;
    top: -240px;
    border-radius: 0px;
}
.calculator-area__form button {
    margin-top: 40px;
}
.calculator-area__form .contact-one__input-box input {
    border: none !important;
    padding: 0 !important;
}
.contact-one__input-box--select {
    display: inline-flex;
}
.calculator-area__form .contact-one__input-box .nice-select {
    padding: 0;
    width: 100%;
    font-weight: 400;
    height: initial !important;
    min-height: initial;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
.calculator-area__form .contact-one__input-box .nice-select::after {
    border-color: var(--thm-black);
}
.calculator-area__form .contact-one__input-box .nice-select span {
    color: var(--thm-black);
    font-size: 14px;
}
.calculator-area__form .contact-one__input-box .list {
    background: #fff;
}
.calculator-area__form .contact-one__input-box .list li.selected,
.calculator-area__form .contact-one__input-box .list li:hover {
    background: var(--thm-black) !important;
    color: #fff !important;
}
.calculator-area__form .contact-one__input-box .list li,
.calculator-area__form .contact-one__input-box .list li.focus {
    color: var(--thm-black) !important;
    background-color: transparent !important;
}

.calculator-area__form .contact-one__input-box {
    display: flex !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.calculator-area__form .section-title-v4__title {
    margin-bottom: 20px;
}
.scrolling-text-one.scrolling-text-one--v5 {
    position: absolute;
    bottom: -77px;
    z-index: -1;
    line-height: inherit;
}
.scrolling-text-one.scrolling-text-one--v5 .inner li {
    display: inline-block;
    font-size: 250px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff40;
}
.calculator-area {
    padding: 120px 0 0;
}
.brands-area {
    background: #fff;
    padding: 120px 0;
}

.brands-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.brands-logos__single {
    min-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border: 1px solid #ececec;
    position: relative;
    transition: all 0.3s ease;
}
.brands-logos__single svg {
    position: absolute;
    right: 23px;
    fill: #121212;
    opacity: 0.5;
    opacity: 0;
    visibility: hidden;
}
.brands-logos__single:hover svg {
    opacity: 1;
    visibility: visible;
}
.brands-logos__single svg {
}
.brands-logos__single:hover {
    box-shadow: 6px 6px 0px #000;
    border: 1px solid var(--thm-black);
}

.mg-top-80 {
    margin-top: 80px !important;
}
.mg-top-50 {
    margin-top: 50px !important;
}
.mg-top-20 {
    margin-top: 20px !important;
}
.cta-area {
    background: var(--thm-red);
    padding: 20px 0;
}
.cta-area__inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-area__img {
    display: flex;
    align-items: center;
    gap: 30px;
}
.cta-area__content {
    text-align: center;
}
.cta-area__title {
    font-size: 40px;
    color: #ffff;
    text-transform: uppercase;
}
.cta-area__title--sub {
    color: #eb8082;
    text-transform: uppercase;
    font-size: 40px;
}

.blogv4-single__main {
    display: flex;
}
.blogv4-single__content {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--thm-border);
    padding-top: 35px;
}
.blogv4-single__cat {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-body-font-color);
    margin-bottom: 5px;
    display: inline-flex;
    gap: 10px;
}
.blogv4-single__title {
    font-size: 24px;
    text-transform: uppercase;
}
.blogv4-single__title:hover a {
    color: var(--thm-red);
}
.blogv4-single__content .thm-btn-2 {
    margin-top: 60px;
}
.blogv4-single__date {
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: initial;
    padding-top: 35px;
}
.blogv4-single__date span {
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-red);
}
.blogv4-area {
    padding: 120px 0;
    background-color: #fff;
}

.newsletter-area {
    background: var(--thm-red);
    padding-bottom: 70px;
}
.newsletter-area__inner {
    display: flex;
    justify-content: space-between;
}
.newsletter-area__content h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}
.newsletter-area__content span {
    position: absolute;
    font-size: 70px;
    color: #df3338;
    left: -40px;
    top: -27px;
    z-index: -1;
}
.newsletter-area__content {
    position: relative;
}

.track-orders-form.track-orders-form--subscribe input {
    color: #fff !important;
}
.track-orders-form.track-orders-form--subscribe {
    color: #fff;
    min-width: 572px;
}
.track-orders-form.track-orders-form--subscribe button {
    border-color: transparent;
}

.location-slider__single {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.location-slider__inner {
    background: #fff;
    position: relative;
}
.nc-slider-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    bottom: 140px;
    background: #fff;
    z-index: 333;
    font-size: 20px;
    color: var(--thm-heading-font-color);
    font-size: 30px;
}
.location-slider__content {
    margin-top: 40px;
}
.location-slider__title {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
#location-button-next {
    right: -120px;
    left: initial;
}
#location-button-prev {
    left: -120px;
}

.location-slider {
    position: relative;
    top: -120px;
    z-index: 100;
    margin-bottom: -120px;
    padding-bottom: 40px;
}

.google-map-two iframe {
    width: 100%;
    height: 700px;
}

.footer-main__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff20;
    border-bottom: 1px solid #ffffff20;
    padding: 20px 0;
}
.footer-main__bottom-social ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer-main__bottom-social ul li a {
    font-size: 16px;
    color: #fff;
}
.footer-main__bottom-social ul li a:hover {
    color: var(--thm-red);
}
.footer-v4 {
    background: var(--thm-black);
}
.scrolling-text-one.scrolling-text-one--v6 ul li {
    font-weight: 700;
    font-size: 160px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    opacity: 0.5;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.mg-top-30 {
    margin-top: 30px;
}
.footer-main__inner--v4 {
    padding-bottom: 120px;
}

.single-footer-widget--v4 .title h3 {
    text-transform: uppercase;
    font-size: 24px;
}
.single-footer-widget--v4 .title {
    margin-bottom: 40px;
}
.single-footer-widget--v4 .title h3 span {
    color: var(--thm-red);
}
.services-v4 {
    padding: 90px 0 120px;
    background: #f7f7f7;
}

.services-v4-card:hover .thm-btn-2 {
    background: var(--thm-red);
    color: #fff !important;
    border-color: transparent !important;
}
.services-v4-card:hover .services-v4-card__num {
    background: var(--thm-red);
    color: #fff;
}
.services-v4-card {
    display: flex;
    align-items: center;
    gap: 50px;
}
.services-v4-card__num {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--thm-black);
    transition: all 0.3s ease;
}
.services-v4-card__thumb {
    position: relative;
    min-width: 280px;
    overflow: hidden;
}
.services-v4-card__thumb img {
    transition: all 0.3s ease;
    width: 100%;
}
.services-v4-card:hover img {
    transform: scale(1.1);
}
.services-v4-card__title {
    margin-bottom: 20px;
    font-size: 24px;
}
.services-v4-card__content .thm-btn-2 {
    margin-top: 25px;
    display: ;
}

.services-v4-card:hover .services-v4-card__num {
    background: var(--thm-red);
    color: #fff;
}

.services-v4__single,
.services-v4-card {
    margin-top: 30px;
}

.funfact-v4 {
    background: #fff;
    padding: 120px 0;
}
.funfact-v4__single {
    background: none !important;
    border: none;
    border-bottom: 1px solid var(--thm-border) !important;
    padding: 0 0 40px;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 0px !important;
}
.funfact-v4__single:last-child {
    margin: 0 !important;
}
.funfact-v4__single.active button i::before {
    content: "\f068";
}
.funfact-v4__single.list-group-item.active button {
    background: var(--thm-red);
    border-color: transparent;
    color: #fff;
}
.funfact-v4__inner {
    display: flex;
    align-items: center;
    gap: 50px;
}
.funfact-v4__btn {
    min-width: 50px;
    min-height: 50px;
    border: 1px solid var(--thm-border);
    border-radius: 100%;
    color: var(--thm-heading-font-color);
}
.funfact-v4__title {
    font-size: 68px;
    min-width: 170px;
    color: transparent !important;
    -webkit-text-stroke: 1.2px var(--thm-black);
}
.funfact-v4__list {
    margin-top: 80px;
}
.funfact-v4__single:last-child {
    margin: 0 !important;
}

.funfact-v4__single.active .funfact-v4__title {
    -webkit-text-stroke: 1.2px var(--thm-red);
}
.funfact-v4__single.active {
    border-bottom-color: var(--thm-red) !important;
}
.dot-bg {
    position: absolute;
    bottom: -12%;
    left: 8%;
}
.brands-full-section {
    position: relative;
    padding: 130px 0;
    background: #fff;
}

.brands-full-img {
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 333;
}
.brands-hr-line {
    position: absolute;
    right: 0;
    height: 1px;
    background: #d9d9d9;
    min-width: 100%;
    margin: 0 auto;
}
.testimonialv4-section {
    background: #fff;
    padding-bottom: 120px;
}
.testimonialsv4__content {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-top: 2px solid var(--thm-red);
    padding: 40px;
    position: relative;
}
.testimonialsv4__author {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.testimonialsv4__content::before {
    content: "";
    position: absolute;
    bottom: -11px;
    border-left: 6px solid transparent;
    border-right: 19px solid transparent;
    border-top: 12px solid #fff;
}

.testimonials-v4__inner {
    margin-top: 50px;
    width: 90vw;
}
.banner-one--v4 {
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonialsv4__content p {
    font-size: 24px;
    line-height: 36px;
}

@media only screen and (min-width: 1200px) {
    .pd-right-80 {
        padding-right: 80px;
    }
}
.calculator-area__form input,
.calculator-area__form select,
.nice-select span {
    font-size: 14px;
}
.calculator-area__form input::-moz-placeholder {
    color: #aeaeae !important;
    opacity: 1 !important;
}
.calculator-area__form input::-webkit-input-placeholder {
    color: #aeaeae !important;
    opacity: 1 !important;
}
.calculator-area__form input:-ms-input-placeholder {
    color: #aeaeae !important;
    opacity: 1 !important;
}
.calculator-area__form input::-ms-input-placeholder {
    color: #aeaeae !important;
    opacity: 1 !important;
}
.contact-one__input-radio label {
    color: var(--thm-black);
    font-size: 14px;
}

.place-holder-white input::-moz-placeholder {
    color: #ffffff70 !important;
    opacity: 1 !important;
}
.place-holder-white input::-webkit-input-placeholder {
    color: #ffffff70 !important;
    opacity: 1 !important;
}
.place-holder-white input:-ms-input-placeholder {
    color: #ffffff70 !important;
    opacity: 1 !important;
}
.place-holder-white input::-ms-input-placeholder {
    color: #ffffff70 !important;
    opacity: 1 !important;
}
.single-footer-widget--v4 ul li a:hover {
    color: #fff;
}
.footer-widget__newsletter {
    margin-top: 30px;
}

.footer-widget__newsletter {
    background: #fff;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 20px;
    display: flex;
}
.footer-widget__newsletter button {
    background: var(--thm-red);
    width: 40px;
    height: 40px;
    color: #fff;
}
.footer-widget__newsletter .form-group {
    display: flex;
    align-items: center;
    width: 100% !important;
}
.footer-widget__newsletter .form-group input {
    border: none;
    padding: 0;
}
.footer-widget__newsletter form,
.footer-widget__newsletter .form-group {
    width: 100% !important;
    min-width: 100%;
    justify-content: space-between;
}
.copyright-text--v4 {
    padding: 15px 0;
}
.copyright-text--v4 p {
    font-size: 16px;
}
.copyright-text--v4 p a {
    color: #fff;
    font-weight: 700;
}

/* Home V5 */
.banner-content-v4__title.banner-content-v4__title--v5 {
    color: #fff;
}
.banner-content-v4__label.banner-content-v4__label--v5 {
    color: #fff;
}
.main-header.main-header-four.main-header-four--v5
    .main-header-one__inner-right__bottom {
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.main-header-four--v5 .navigation li {
    border: none !important;
}
.main-header-four--v5 .navigation li a {
    color: #ffffff8f !important;
}
.main-header-four--v5 .navigation li a:hover {
    color: #fff !important;
}
.main-header-four--v5 .navigation li ul li a {
    color: var(--thm-black) !important;
}
.main-header-four--v5 .navigation li ul li a:hover {
    color: var(--thm-red) !important;
}
.main-menu-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-menu-buttons a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.main-menu-buttons__arrow:hover {
    transform: scale(0.9);
}
.main-menu-buttons__phone:hover {
    background: #fff;
    color: var(--thm-red);
}
.main-menu-buttons__phone {
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
}
.main-menu-buttons__arrow {
    width: 50px;
    background: var(--thm-red);
}
.main-header-four--v5 .navbar-wrap.main-menu ul li a {
    margin-right: 26px;
    padding-left: 26px;
}
.main-header-four--v5 .navbar-wrap.main-menu ul li.active > a {
    color: #fff !important;
}
.logo-right-hr-line {
    width: 60px;
    height: 1px;
    background: #334f68;
}

.main-header-v5__inside {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.track-orders-forms.track-orders-forms--v3 {
    padding: 0;
    background: #12121230;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 180px;
    min-width: 100%;
}
.track-orders-forms--v3__inner {
    width: 100%;
    display: inline-flex;
}
.track-orders-forms--v3__inner input {
    border: none !important;
    border: none;
}
.track-orders-forms--v3__inner .track-orders-form__input {
    border: none;
    border-right: 1px solid #0f3657;
    height: 80px;
}
.track-orders-forms--v3__inner .track-orders-form__input input {
    color: #fff;
}
.track-orders-forms--v3__inner .track-orders-form__input:last-child {
    border: none;
}

.banner-one.banner-one--v4.banner-one--v5 {
    min-height: 970px;
    padding: 0;
}
.banner-one.banner-one--v4.banner-one--v5 .banner-one__content {
    margin-top: 180px;
}
.track-orders-forms--v3__inner i {
    color: #fff;
}
.track-orders-forms--v3 button {
    min-width: 200px;
    height: 80px;
}
.main-header-four--v5 .menu-area.sticky-menu .header-middle-v4 {
    background: var(--thm-black);
}
.homev5-services__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homev5-services {
    padding: 120px 0;
}

.service-small-cta {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-small-cta p {
    background: #fff;
    border: 1px solid var(--thm-red);
    padding: 4px 20px;
    color: var(--thm-black);
}
.service-small-cta p a {
    color: var(--thm-red);
    text-decoration: underline;
}
.service-small-cta p a:hover {
    color: var(--thm-black);
}

.servicev5-single__number {
    font-size: 60px;
    color: transparent !important;
    -webkit-text-stroke: 1px var(--thm-black);
    margin-bottom: 30px;
    display: block;
    line-height: initial;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.servicev5-single__icon {
    margin-bottom: 50px;
}
.servicev5-single__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.servicev5-single__text {
    font-size: 16px;
}

.servicev5-single__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.servicev5-single {
    margin-right: 90px;
    padding-right: 90px;
    border-right: 1px solid var(--thm-border) !important;
    min-width: 28.5%;
    max-width: 28.5%;
}
.servicev5-single:last-child {
    margin: 0;
    padding: 0;
    border: none !important;
}
.homev5-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--thm-heading-font-color);
}

.homev5-about__btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}
.homev5-about__btn-contact {
    color: var(--thm-heading-font-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.homev5-about__btn-contact i {
    color: var(--thm-red);
}
.homev5-about__btn-contact:hover {
    color: var(--thm-red);
}
.homev5-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mg-btm-20 {
    margin-bottom: 20px;
}
.homev5-about {
    background: #fff;
}

.homev5-animate {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: -75px;
    top: 50%;
    z-index: 3333;
    margin-top: -75px;
    transition: all 0.3s ease;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
}
.homev5-animate:hover {
    transform: scale(0.9);
}
.homev5-imgs {
    position: relative;
}
.homev5-animate span {
    position: absolute;
    left: ;
}
.pd-top-10 {
    padding-top: 10px;
}

.homev5-about__inner {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 215px;
}
.homev4-about__content--v5 {
    top: 0;
}

.animate-rotate {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.homev5-cta {
    background: #fff;
    padding: 120px 0;
}
.homev5-cta__inner {
    display: flex;
    align-items: center;
    gap: 85px;
}
.homev5-cta__inner .section-title-v4 {
    display: ;
}
.homev5-cta__title h2 span {
    color: transparent !important;
    -webkit-text-stroke: 1.2px var(--thm-black);
}
.homev5-cta__button {
    min-width: 200px;
}
.homev5-cta__title {
    min-width: 350px;
}
.scrolling-text-one--v7 {
    background: #fff;
    padding-bottom: 120px;
    border-bottom: 1px solid var(--thm-border) !important;
}
.scrolling-text-one--v7 ul li {
    display: inline-block;
    font-size: 120px;
    font-weight: 700;
    line-height: initial;
    text-transform: uppercase;
    color: var(--thm-red);
    letter-spacing: -0.02em;
    margin-right: 20px;
    padding-right: 20px;
}
.scrolling-text-one--v7 ul li span {
    margin-left: 50px;
    margin-right: 50px;
}

.team-v5__thumb {
    position: relative;
}
.team-v5__thumb-img {
    max-width: 300px;
    position: relative;
}
.team-v5__click {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--thm-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.team-v5__click:hover {
    background: var(--thm-black);
}
.team-v5__social {
    position: absolute;
    right: -10px;
    top: 77px;
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.team-v5__label {
    text-align: center;
}

.team-v5__content {
    text-align: center;
    margin-top: 40px;
}
.team-v5__title {
    text-transform: uppercase;
}

.team-v5__single.active .team-v5__click i::before {
    content: "\f068";
}
.team-v5__single.active .team-v5__social {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.team-v5__social li {
    position: relative;
}
.team-v5__social li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    color: var(--thm-black);
}
.team-v5__social li a:hover {
    background-color: var(--thm-red);
    color: #fff;
}
.team-v5__social ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.team-v5__social li:nth-child(2n) {
    right: -8px;
}
.team-v5__social li:nth-child(3n) {
    right: -2px;
}
.team-v5 {
    background: #fff;
    padding: 120px 0;
}
.team-v5__single-mg {
    margin-top: 50px;
}
.team-v5__single {
    margin-top: 30px;
}

.tr-process-main {
    display: flex;
}
.tr-process-main__single {
    position: relative;
    flex: 1;
    transition: all 0.3s ease;
    overflow: hidden;
}
.tr-process-main__single img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.tr-process-main__content {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    min-width: 430px;
    align-items: center;
}
.tr-process-main__title h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.tr-process-main__title span {
    position: absolute;
    left: 6px;
    font-size: 120px;
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    display: inline-block;
    opacity: 0.3;
    bottom: -30px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.tr-process-main__title {
    line-height: initial;
}
.tr-process-main__single::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tr-process-main__single.active {
    flex: 2;
}
.tr-process-main__button {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 333;
}
.tr-process-main__button a {
    width: 60px;
    height: 60px;
    background: var(--thm-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    min-width: 60px;
    color: #fff;
    font-size: 16px;
}
.tr-process-main__button a:hover {
    background: #fff;
    color: var(--thm-red) !important;
}

.tr-process-main__single.active .tr-process-main__button,
.tr-process-main__single.active .tr-process-main__title h3 {
    opacity: 1;
    visibility: visible;
}

.featured-testimonials__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.featured-testimonials__rating {
    display: flex;
    gap: 20px;
}
.featured-testimonials__rating ul {
    display: flex;
    align-items: center;
    gap: ;
    gap: 5px;
}
.featured-testimonials__rating span {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-heading-font-color);
    letter-spacing: -0.02em;
}
.featured-testimonials__author h4 {
    letter-spacing: -0.02em;
    font-size: 24px;
}
.featured-testimonials__author p {
    font-size: 16px;
}
.featured-testimonials__rating ul li {
    color: var(--thm-red);
}
.request-form__inside {
    display: flex;
    justify-content: center;
    align-items: center;
}
.request-form__inner {
    display: flex;
    gap: 100px;
}
.request-form {
    padding: 120px 0;
    background: #fff;
}

.contact-one__form.request-form__main {
    min-width: 450px;
    width: 450px;
    background: var(--thm-black);
}
.contact-one__form.request-form__main .section-title-v4__label {
    color: #fff;
}
.request-form__content {
    max-width: 630px;
}
.request-form__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33%;
    z-index: -1;
}
.featured-testimonials {
    background: #f7f7f7;
    padding: 0 40px 40px;
    margin-top: 90px;
}
.featured-testimonials__thumb {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}
.featured-testimonials__content {
    margin-top: 20px;
}

.request-form__main-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff5e;
}
.request-form__main .contact-one__input-box input,
.request-form__main .contact-one__input-box select,
.request-form__main .contact-one__input-box .nice-select {
    background: #202020 !important;
    height: 40px !important;
    border: none !important;
    padding: 0 20px !important;
    width: 100%;
    align-items: center;
    display: flex;
}
.request-form__main .thm-btn-2 .thm-btn-icon {
    position: absolute;
    left: 28%;
}
.request-form__main .contact-one__input-box .nice-select::after {
    border-color: #fff !important;
}
.request-form__main .contact-one__input-box {
    margin-bottom: 20px !important;
}
.request-form__main button {
    width: 100%;
    margin-top: 20px;
}
.request-form__main-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.request-form-bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.request-form-bottom__title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff2e;
    text-align: center;
}
.request-form__main .contact-one__input-box .nice-select span {
    color: #ffffff50;
    font-size: 14px;
    font-weight: 400;
}
.request-form__main .list {
    background: #202020;
}
.request-form__main .list li {
    font-weight: 400;
    font-size: 14px;
}

.faq-section-v3 {
    background: #fff;
    padding: 120px 0;
}

.accordion-block--v2 .accord-btn {
    padding: 0 !important;
    border: none !important;
    padding-bottom: 20px !important;
}
.accordion-block--v2 .accord-btn h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.accordion-inside-row {
    display: flex;
    gap: 60px;
    align-items: center;
}
.accordion-inside-row__thumb {
    min-width: 49%;
}
.accordion-inside-row__content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.accordion.accordion-block.accordion-block--v2 .accord-btn::after,
.accordion.accordion-block.accordion-block--v2 .accord-btn::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}
.accordion.accordion-block.accordion-block--v2 .accord-btn:after {
    width: 40px;
    height: 40px;
    background: var(--thm-black);
    color: #fff;
    content: "\2b";
    border-radius: 100%;
}
.accordion.accordion-block.accordion-block--v2 .accord-btn.active:after {
    content: "\f068";
    background: var(--thm-red);
}
.accordion.accordion-block.accordion-block--v2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
}
.accordion.accordion-block.accordion-block--v2 .accord-btn {
    padding: 0 !important;
}

.accordion.accordion-block.accordion-block--v2 .accord-btn::before {
    display: none;
}

.accordion.accordion-block.accordion-block--v2 .accord-btn.active h3 {
    color: var(--thm-red);
}

.why-choose {
    padding: 120px 0;
}
.why-choose-card {
    position: absolute;
    left: -200px;
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 540px;
    background: var(--thm-red);
    padding: 70px;
    bottom: -70px;
}
.why-choose__inner {
    display: flex;
    gap: 100px;
    padding-bottom: 70px;
}
.why-choose__content {
    position: relative;
}
.why-choose__thumb {
    min-width: 740px;
}
.why-choose__content--inside {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose__content--inside {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose-card__single b {
    font-size: 18px;
    font-weight: ;
    color: #fff;
    text-transform: uppercase;
}
.why-choose-card__single h3 {
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 68px;
}
.why-choose-card__single .title p {
    color: #fffc;
    font-size: 16px;
}

.blogv4-single.blogv4-single--v2 {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.blogv4-single.blogv4-single--v2:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__date {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__date span {
    color: #fff;
    font-size: 68px;
    letter-spacing: -0.02em;
}
.blogv4-single__thumb {
    position: relative;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__thumb::before {
    background: linear-gradient(
        119.95deg,
        #c01625 0%,
        rgba(192, 22, 37, 0) 51.72%
    );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blogv4-single.blogv4-single--v2 .blogv4-single__content {
    padding: 0;
    margin: 0;
    border: none;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__cat {
    text-transform: uppercase;
    color: var(--thm-red);
    font-weight: 700;
    margin-bottom: 20px;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__title {
    font-size: 32px;
    letter-spacing: -0.02em;
}
.blogv4-single.blogv4-single--v2 .blogv4-single__thumb {
    max-width: 300px;
    min-width: 300px;
}

.blogv4-single.blogv4-single--v2 .thm-btn-2 {
    min-width: 160px;
}

.big-cta {
    display: flex;
    justify-content: space-between;
}
.big-cta__column {
    min-width: 50%;
}
.big-cta__card {
    width: 340px;
    height: 310px;
    background: var(--thm-red);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.big-cta__single {
    min-height: 600px;
    position: relative;
}
.big-cta__card-title {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.big-cta__card--v2 {
    background-color: var(--thm-black);
}
.footer-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
    border-bottom: 1px solid #ffffff3d;
    margin-bottom: 100px;
}

.footer-widget__links-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-widget__links-contact ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-widget__links-contact ul li p,
.footer-widget__links-contact ul li a {
    color: #fff;
}

.footer-widget__links-contact ul li span {
    color: #717171;
}
.copyright-text--v5 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #ffffff20;
}
.footer-cta__title {
    font-size: 68px;
    color: #fff;
    text-transform: uppercase;
}
.footer-cta__title span {
    background: linear-gradient(
        90deg,
        #ffffff 1.01%,
        rgba(255, 255, 255, 0) 103.42%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
}

.footer-inner-row {
    display: flex;
    gap: 65px;
    flex-wrap: wrap;
}
.footer-inner-column {
    min-width: 15%;
    max-width: 15%;
}
.pg-bradcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 30px;
}
.pg-bradcrumb__title {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 68px;
}
.pg-bradcrumb__list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}
.pg-bradcrumb__list li a {
    color: var(--thm-heading-font-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.pg-bradcrumb__list li.active a {
    color: var(--thm-red);
}

.pg-bradcrumb__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-slider-slides__single {
    display: flex;
    gap: 100px;
    align-items: center;
}
.tab-slider-slides__thumb {
    min-width: 560px;
}
.tab-slider-slides__content .section-title-v4__title {
	line-height: 110%;
}
.section-space {
    padding: 120px 0;
}
.section-white {
    background-color: #fff;
}

.tab-slider-nav .slick-track {
    transform: none !important;
    min-width: 100%;
    max-width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-slider-nav__single span {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    position: relative;
    line-height: initial;
}
.tab-slider-nav__single {
    min-width: 170px;
    cursor: pointer;
}
.tab-slider-nav__single.slick-current span,
.tab-slider-nav__single.item-active span {
    color: var(--thm-red);
}


.tab-slider-nav__single span::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	background: var(--thm-black);
	border-radius: 100%;
	bottom: -30px;
	margin-left: -10px;
	z-index: 33;
}
.tab-slider-nav__single.slick-current span::before,
.tab-slider-nav__single.item-active span::before{
    background: var(--thm-red);
}
.tab-slider-nav {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	padding-bottom: 8px;
}
.tab-slider-nav button {
    position: absolute;
    top: 35px;
    font-size: 0;
    z-index: 333;
    left: -20px;
}
.tab-slider-nav button.slick-next {
    left: initial;
    right: -20px;
}
.tab-slider-top {
    margin-bottom: 60px;
}
.tab-slider-nav button::before {
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f104";
    color: var(--thm-red);
}
.tab-slider-nav button.slick-next::before {
    content: "\f105";
}
.tab-slider-top .slick-list {
    overflow: visible;
}

.jobs-vacancy-list__single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jobs-vacancy-list__title {
    font-size: 18px;
}

.jobs-vacancy-list__column {
    min-width: 29.5%;
}
.homev4-about__img--one,
.homev4-about__img--two {
    transition: all 0.3s ease;
}
.homev4-about__img--one:hover,
.homev4-about__img--two:hover {
    transform: scale(1.1);
}
.footer-widget__text p {
    color: #fff9;
}

.scrolling-text-one.scrolling-text-one--v6:before {
    content: "";
    z-index: 3333;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(#0000, #121212),
        linear-gradient(#0000000f, #121212);
}
.scrolling-text-one.scrolling-text-one--v6 {
    position: relative;
}

.brands-logos__main {
    background: #fff;
    display: flex;
    justify-content: end;
    margin-top: 80px;
}
.brands-logos__main .brands-logos {
    max-width: 1190px;
    gap: 50px;
}
.brands-logos__main .brands-logos__single {
    min-width: 260px;
}
.footer-inner-column .footer-widget__links-box ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.range-slider-main .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #717171;
    outline: none;
}
.range-slider-main .slider:hover {
    opacity: 1;
}
.range-slider-main .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: none !important;
}
.range-slider-main .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.range-slider-main .value {
    text-align: center;
    margin-top: 10px;
}

.range-slider-main .value {
    text-align: right;
    margin: 0;
    height: initial;
    font-size: 14px;
    color: #fff;
    line-height: initial;
}
.range-slider-main.slider-container {
    margin-bottom: 25px;
}



/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events *{
  outline:0;
}
.h--timeline-container,
.h--timeline-events{
    position:relative;
    width:100%;
    max-width:100%;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin:0;
    padding:0;
}
.h--timeline{
    opacity:0;
    transition:opacity 0.2s;
    font-size:1rem;
    font-weight:normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity:1
}
.h--timeline-container{
    height:100px;
}
.h--timeline-dates{
    position:relative;
    height:100%;
    margin:0 18px;
    overflow:hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
	position: absolute;
	z-index: 1;
	left: -20px;
	top: 49px;
	height: 2px;
	background-color: #ECECEC;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:var(--thm-red);
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:left center;
    -ms-transform-origin:left center;
    transform-origin:left center;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s, -webkit-transform 0.3s;
}


/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
	position: absolute;
	bottom: 12px;
	z-index: 2;
	text-align: center;
	font-size: 22px;
	font-family: var(--font-primary);
	font-weight: 700;
	padding-bottom: 14px;
	color: var(--thm-black);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.h--timeline-date.h--timeline-date--selected {
	color: var(--thm-red)
}
.h--timeline-date::after,
.h--timeline-date::before{
    content:'';
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom: -20px;
    height: 20px;
    width: 20px;
    border-radius:50%;
    border-width:2px;
    border-style:solid;
    border-color:transparent;
    background-color:var(--thm-black);
    transition:background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom: -14px;
    height:9px;
    width:9px;
    border-width:0px;
    border-color:transparent;
    background-color:transparent;
    z-index:2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition:background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    /*! background-color:#f7f7f7; */
    /*! border-color:var(--thm-red); */
}
.h--timeline-date--selected{
    pointer-events:none
}
.h--timeline-date--selected::after{
    background-color:#f7f7f7;
    border-color:var(--thm-red);
}
.h--timeline-date--selected::before{
    /*! background-color:var(--thm-red); */
}
.h--timeline-date--older-event::after{
    background-color:var(--thm-red);
    border-color:var(--thm-red);
}


/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
	font-size: 0;
	position: absolute;
	z-index: 1;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	transition: border-color 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: #666666;
	text-align: center;
	border: none;
}
.h--timeline-navigation::after {
	content: '';
	/* position: absolute; */
	height: 16px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.h--timeline-navigation:hover {
	border-color: var(--thm-red);
	color: var(--thm-red);
}
.h--timeline-navigation--prev{
    left:-20px;
    -webkit-transform:translateY(-50%) rotate(180deg);
    -ms-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next {
	right: -20px;
	top: 52%;
}
.h--timeline-navigation--inactive{
    cursor:not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position:0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color:#f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
    overflow:hidden;
    transition:height .4s;
	padding-bottom: 0;
}
.h--timeline-event{
    position:absolute;
    z-index:1;
    width:100%;
    left:0;
    top:0;
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%);
    padding:1px 5%;
    opacity:0;
    -webkit-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
}
.h--timeline-event-content{
    max-width:100%;
    margin:4rem auto 0;
	padding: 0;
	border-radius: 5px;
}
.h--timeline-event--selected{
    position:relative;
    z-index:2;
    opacity:1;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name:cd-enter-right;
    animation-name:cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name:cd-enter-left;
    animation-name:cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction:reverse;
}
.h--timeline-event-title{
    color:#000;
    font-size:3rem;
    font-weight:600;
}
.h--timeline-event-date{
    display:block;
    font-style:italic;
    margin:0.5rem auto;
    margin:1rem auto;
}
.h--timeline-event-date::before{
    content:'- ';
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity:0;
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity:0;
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}


/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
    /*! background-color:#fff; */
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.14);
}
.h--timeline-date::before {
    /*! background-color: var(--thm-red); */
    box-shadow: 0px 4px 33px rgb(0 0 0 / 14%);
}
.h--timeline-date--selected::after{
    /*! background-color:#f7f7f7; */
    /*! border-color:var(--thm-red); */
}
.h--timeline-date--older-event::after{
    background-color:var(--thm-red);
    border-color:var(--thm-red);
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom: 12px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    /*! width:21px; */
    /*! height:21px; */
    /*! bottom: -20px; */
    /*! background-color:#f7f7f7; */
    border-color:transparent;
    background: var(--thm-red);
}
.h--timeline-line li:nth-child(2n) .h--timeline-date::after {
	bottom: -20px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    /*! bottom: -24px; */
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom: -18px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom: -14px;
}

.h--timeline-date:hover {
    color: var(--thm-red);
  }

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .banner-one__bgv4 {
        max-width: 700px;
    }
    .banner-brand-inside {
        right: 3%;
    }
    .hero-social-popup {
        left: -90px;
    }
    .homev4-about__countdown {
        left: -10px;
    }
}

@media only screen and (max-width: 1100px) {
    .banner-one__bgv4,
    .hero-social-popup {
        display: none;
    }
    .track-orders__content {
        min-width: 50%;
    }
    .track-orders__content {
        padding: 40px 30px;
    }
    .track-orders-forms {
        min-width: 50%;
        max-width: 50%;
    }
    .track-orders-form .thm-btn-2 {
        min-width: 180px;
    }
    .homev4-about__content {
        max-width: 42%;
    }
    .homev4-about__img--two {
        right: -16px;
    }
    .homev4-about__countdown {
        left: 0;
    }
    .services-v4-card__thumb {
        min-width: 202px;
    }
    .section-title-v4 br {
        display: none;
    }
    .scrolling-text-one--v4 ul li {
        font-size: 140px !important;
    }
    .home-v4-counter__inner {
        flex-direction: column;
    }
    .calculator-area__form {
        max-width: 560px;
        min-width: 560px;
    }
    .cta-area__inside {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .cta-area {
        padding: 50px 0;
    }
    .cta-area__img {
        flex-direction: column;
    }

    .blogv4-single__main {
        flex-direction: column;
        align-items: start;
    }
    .blogv4-single__content {
        padding: 0;
        margin: 0;
        border: none;
        margin-top: 10px;
    }
    .blogv4-single__date {
        padding-top: 10px;
    }
    .blogv4-single__content .thm-btn-2 {
        margin-top: 30px;
    }
    .blogv4-single__date {
        padding-top: 10px;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    .google-map-two iframe {
        width: 100%;
        height: 500px;
    }
    .main-header-v5__inside {
        gap: 20px;
    }
    .servicev5-single {
        padding-right: 25px;
        margin-right: 25px;
        min-width: 30%;
        max-width: 30%;
    }
    .homev5-about__inner {
        gap: 100px;
    }
    .scrolling-text-one--v7 ul li {
        font-size: 80px;
    }
    .why-choose__thumb {
        min-width: 540px;
    }
    .footer-inner-row {
        gap: 30px;
    }
    .footer-inner-column {
        min-width: 17%;
        max-width: 17%;
    }
    .single-footer-widget.single-footer-widget--v4 {
        margin: 0;
    }
    .header-middle-v4 {
        top: -0;
    }
    .pg-bradcrumb__list {
        margin-top: 20px;
    }
    .pg-bradcrumb {
        min-height: 400px;
        justify-content: center;
        align-items: center;
    }

    .tab-slider-nav .slick-track {
        flex-wrap: wrap;
        gap: 0;
    }
    .tab-slider-nav .slick-track .tab-slider-nav__single {
        min-width: 128px;
    }
    .tab-slider-nav button.slick-prev {
        left: 0px;
    }
    .tab-slider-nav button.slick-next {
        right: 0px;
    }
    .tab-slider-slides__single {
        gap: 30px;
    }
    .tab-slider-slides__thumb {
        min-width: 460px;
    }
    .section-title-v4__title {
        font-size: 40px;
        margin: 0;
    }
    .jobs-vacancy-list__column {
        min-width: 28.4%;
    }
}

@media only screen and (max-width: 991px) {
    .track-orders__inner {
        flex-direction: column;
        min-width: 100%;
    }
    .track-orders-forms {
        width: 100% !important;
        min-width: 100%;
    }

    .track-orders__content {
        min-width: 100%;
        max-width: 100%;
    }
    .track-orders__single {
        width: 50%;
        max-width: 50%;
    }
    .homev4-about__countdown {
        left: -90px;
        bottom: 30px;
    }
    .homev4-about__img--two {
        right: -90px;
        bottom: -40px;
    }
    .homev4-about__inner {
        flex-direction: column;
    }
    .homev4-about__content {
        max-width: 100%;
    }
    .services-v4-card__thumb {
        min-width: 275px;
    }

    .calculator-area__inner {
        flex-direction: column;
        justify-content: initial;
        align-items: center;
        gap: 30px;
    }
    .contact-one__form.calculator-area__form {
        top: 0;
        margin: 0;
        min-width: 100%;
    }
    .investor-contact {
        width: 100% !important;
        min-width: 100%;
    }
    .calculator-area {
        padding: 120px 0;
    }

    .scrolling-text-one.scrolling-text-one--v5 {
        position: relative;
    }
    .scrolling-text-one.scrolling-text-one--v5 .inner li {
        font-size: 100px;
    }
    .brands-logos__single {
        min-width: 200px;
    }

    .brands-full-img img {
        max-width: 80%;
    }
    .newsletter-area__inner {
        flex-direction: column;
        gap: 30px;
    }

    .google-map-two iframe {
        min-height: 400px;
        height: 400px;
    }
    .track-orders-forms.track-orders-forms--v3 {
        margin-top: 50px;
    }
    .banner-one.banner-one--v4.banner-one--v5 {
        min-height: 770px;
        padding: 0;
    }

    .homev5-about__inner {
        flex-direction: column;
        padding: 0 20px;
    }
    .homev5-about {
    }
    .homev5-animate {
        left: 50%;
        margin-left: -75px;
        margin-top: -75px;
    }
    .homev5-cta__inner {
        flex-direction: column;
        gap: 30px;
        align-items: start;
    }
    .brands-logos__main .brands-logos {
        max-width: 100%;
        gap: 20px;
    }
    .team-v5__single-mg {
        margin: 0;
    }
    .team-v5__social {
        right: 45px;
    }
    .tr-process-main {
        flex-wrap: wrap;
    }
    .tr-process-main__single {
        width: 50%;
        flex: initial !important;
    }
    .tr-process-main__content {
        flex-wrap: wrap;
        min-width: 100%;
    }
    .request-form__inner {
        gap: 50px;
        flex-wrap: wrap;
    }
    .request-form__bg {
        display: none;
    }
    .contact-one__form.request-form__main {
        width: 100%;
        min-width: 100%;
    }
    .request-form__content {
        max-width: 100%;
    }
    .request-form {
        background: #f7f7f7;
    }
    .featured-testimonials {
        background: #fff;
    }
    .accordion-inside-row__content {
        gap: 20px;
    }
    .accordion-inside-row {
        gap: 30px;
    }
    .why-choose__inner {
        flex-direction: column;
    }

    .why-choose__inner {
        flex-direction: column;
    }
    .why-choose-card {
        position: relative;
        left: initial;
        width: 100%;
        justify-content: space-between;
    }
    .blogv4-single.blogv4-single--v2 {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .big-cta__single {
        min-height: 400px;
    }
    .footer-inner-column {
        min-width: 30%;
        max-width: 30%;
    }
    .footer-cta__title {
        font-size: 55px;
    }
    .tab-slider-nav .slick-track .tab-slider-nav__single {
        min-width: 95px;
    }
    .tab-slider-slides__single {
        flex-direction: column;
    }
    .jobs-vacancy-list__column {
        min-width: 26.8%;
    }
    .homev4-map {
        padding: 120px 0;
    }
    .pg-bradcrumb__title {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-content-v4__title {
        font-size: 32px;
    }
    .banner-one--v4 {
        min-height: 700px;
    }

    .track-orders__single {
        min-width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }
    .track-orders__content {
        flex-direction: column;
        gap: 30px;
    }
    .track-orders-form {
        flex-direction: column;
        align-items: start;
    }
    .track-orders-form .track-orders-form__input {
        width: 100%;
    }
    .track-orders-forms {
        padding: 25px;
    }
    .homev4-about__img--one {
        transform: none !important;
    }
    .homev4-about__img--two {
        right: initial;
        left: initial;
        bottom: initial;
        position: relative;
    }
    .homev4-about__img {
        flex-direction: column;
        width: 100%;
    }
    .homev4-about__img img {
        transform: none !important;
    }
    .homev4-about__img--two {
        display: none;
    }
    .homev4-about__countdown {
        left: 0;
        bottom: -40px;
    }
    .services-v4-card {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .funfact-v4__inner {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .funfact-v4__title {
        font-size: 42px;
    }
    .funfact-v4__list {
        margin-top: 30px;
    }
    .homev4-features__inner {
        flex-direction: column;
    }
    .scrolling-text-one--v4 ul li {
        font-size: 40px !important;
    }
    .home-v4-counter h3 {
        font-size: 40px;
    }
    .contact-one__form.calculator-area__form {
        padding: 30px;
    }
    .section-title-v4__title {
        font-size: 34px;
    }
    .scrolling-text-one.scrolling-text-one--v5 .inner li {
        font-size: 60px;
    }

    .brands-logos__single {
        min-width: 150px;
        max-width: 150px;
        padding: 30px;
    }
    .brands-logos {
        gap: 20px;
    }

    .brands-hr-line {
        display: none;
    }
    .brands-full-section {
        padding-top: 0;
    }
    .testimonialsv4__content p {
        font-size: 18px;
    }
    .cta-area__title {
        font-size: 28px;
    }
    .cta-area__title--sub {
        font-size: 28px;
    }
    .google-map-two iframe {
        min-height: 300px !important;
        max-height: 300px;
    }
    .newsletter-area__content h3 {
        font-size: 25px;
    }
    .track-orders-form.track-orders-form--subscribe {
        min-width: 100%;
    }
    .scrolling-text-one.scrolling-text-one--v6 ul li {
        font-size: 100px;
    }
    .main-header-v5__inside {
        min-width: 100%;
        justify-content: space-between;
    }
    .main-menu-buttons {
        display: none;
    }
    .banner-one.banner-one--v4.banner-one--v5 {
        min-height: 600px;
        padding: 0 0 20px;
    }
    .track-orders-form .track-orders-form__input,
    .track-orders-form .thm-btn-2 {
        width: 100%;
        height: 50px;
    }
    .homev5-services__top {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .servicev5-single {
        min-width: 100%;
        width: 100%;
        border: none !important;
        padding: 0;
        margin: 0;
    }
    .servicev5-single__flex {
        gap: 30px;
    }
    .homev5-about__btn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
    .scrolling-text-one--v7 ul li {
        font-size: 50px;
    }
    .tr-process-main__single {
        width: 100%;
    }
    .tr-process-main__title h3 {
        font-size: 35px;
    }
    .featured-testimonials__bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .accordion-inside-row {
        flex-direction: column;
    }
    .why-choose__thumb {
        min-width: 100%;
    }
    .why-choose__inner {
        gap: 20px;
    }
    .why-choose-card {
        min-width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: start;
    }
    .why-choose-card__single h3 {
        font-size: 54px;
    }
    .blogv4-single.blogv4-single--v2 .blogv4-single__thumb {
        min-width: 100%;
        width: 100%;
    }
    .blogv4-single.blogv4-single--v2 .blogv4-single__thumb img {
        width: 100%;
    }
    .blogv4-single.blogv4-single--v2 .blogv4-single__title {
        font-size: 25px;
    }

    .big-cta__card {
        flex-direction: column;
        width: 100%;
        padding: 20px;
        height: initial;
    }
    .big-cta__column {
        min-width: 100%;
        flex-direction: column;
    }
    .big-cta {
        flex-direction: column;
        gap: 20px;
    }
    .footer-cta__inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .footer-cta__title {
        font-size: 42px;
    }
    .footer-inner-column {
        min-width: 100%;
        max-width: 100%;
    }
    .copyright-text--v5 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .tab-slider-nav__single span::before {
        display: none;
    }
    .tab-slider-nav {
        border: none;
    }
    .tab-slider-nav__single span {
        font-size: 18px;
    }
    .tab-slider-nav .slick-track .tab-slider-nav__single {
        min-width: 24%;
    }
    .jobs-vacancy-list__single {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .jobs-vacancy-list__single {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footer-cta__inner {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .footer-main__inner--v4 {
        padding-bottom: 50px;
    }
    .services-v4-card__thumb {
        min-width: 100% !important;
    }
    .tr-process-main__single img {
        height: 250px;
    }
}
.flex-center{
     display: none;
    flex-direction: column;
    align-items: center;   
}
}
