@charset "UTF-8";
/* Author: thewebmax team
=========================
This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files [Table of contents] are outlined below
---------------------------------------------------
** - ========================
	 GENERAL
	 ========================
/*---------------------------------------------------*/
/*______Section Title Position______*/
/*______Client Carousel______*/
/*______Footer Dark Version______*/
/*______Footer Light______*/
/*______Newsletter______*/
/*______Newsletter Form______*/
/*______Widget Services______*/
/*______Scroll top btn css______*/
/*______Inner Page Banner______*/
/*______Pagination Style______*/
/*______Blog Side Bar______*/
/*______Side bar tags______*/
/*______Comment list Section______*/
/*______Comment Form______*/
/*______Comment Area______*/
/*______Loading______*/
/*______Loading Animation Start______*/
/*______Section Overlay______*/
/*______Google Map______*/
/*______Map Grayscale______*/
/*______Checked Input______*/
/*______Accordion Button______*/
/*______Client Carousel______*/
/*______Next Prev Arrow Color______*/
/*______Title Small Heading______*/
/*______Title Heading______*/
/*______Icon Left Style______*/
/*______Icon Left Style 2______*/
/*______Next Prev Button Position______*/
/*______Price Box______*/
/*______Testimonial Style______*/
/*______Latest Blog______*/
/*______Latest Blog______*/
/*______Play button circle Animation______*/
/*______News Post______*/
/*______Post Detail______*/
/*______Team______*/
/*______Faq Accordion Style______*/
/*______Blockquote______*/
/*______Progress Bar Section______*/
/*______Our Skills Section______*/
/*______Make It A Marquee______*/
/*______Contact Form______*/
/*______Contact Us Page______*/
/*______Filter Hover Navigation______*/
/*______Team Detail Section______*/
/*______Video Section______*/
/*______Play Button______*/
/*______Testimonial2 Style______*/
/*______Working Steps______*/
/*______Categories______*/
/*______Why Choose Us______*/
/*______Icon List Style (1)______*/
/*______Icon List Style (2)______*/
/*______Why Choose Us______*/
/*______Our vehicle Fleet______*/
/*______Step towards section______*/
/*______About Us Section______*/
/*______Explore Section______*/
/*______WIDE RANGE SECTION______*/
/*______Error 404______*/
/*______Form Control______*/
/*______Inner Banner Search Bar______*/
/*______List Page Filter______*/
/*______Dealer List______*/
/*______Gallery______*/
/*______Left Search Filter______*/
/*______Custom Scrollbar______*/
/*______Filter Form______*/
/*______Side Bar Elements______*/
/*______How It Work______*/
/*______Facilities______*/
/*______Gallery______*/
/*______Classic Single Post______*/
/*______Blog Detail Page______*/
/*______Available Rent Section______*/
/*______Blog Detail Next Previous______*/
/*______Car Detail Carousal______*/
/*______Car Detail Contac Form______*/
/*______Side Map______*/
/*______Video Section______*/
/*______Achivment Section______*/
/*______Home 2 Car Brands Section______*/
/*______Home page 2 Banner______*/
/*______Zoom in out Animation______*/
/*______Home 1 Banner______*/
/*______Price Number Animation______*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/*===GENERAL===*/
.site-bg-primary {
    background-color: #ce0000;
}

.site-bg-black {
    background-color: #000;
}

.site-bg-dark {
    background-color: #101010;
}

.site-bg-light {
    background-color: rgb(231, 234, 237);
}

.site-bg-white {
    background-color: #fff;
}

.site-text-primary {
    color: #ce0000;
}

.site-text-black {
    color: #000;
}

.site-text-light {
    color: #565656;
}

.site-text-dark {
    color: #18191d;
}

.site-text-white {
    color: #fff !important;
}

.site-text-blue {
    color: #003366 !important;
}

.site-text-white-big {
    color: white;
    font-size: 27px;
    font-weight: 600
}

.site-bg-sevice {
    background-color: #e7eaed;
}

.site-text-sevices {
    color: #003366;

}

.hr-black {
    border: 1px solid #000;
    width: 100%;
    margin: 20px 0;
}


body {
    color: #565656;
    font-family: "Work Sans", sans-serif;
    line-height: 1.7;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 14px;
    background-color: #fff;
}

body:has(.light-view) {
    color: #18191d;
    background-color: #fff;
}

a {
    color: #18191d;
    outline: 0px none;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0px none;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    color: inherit;
}

.overflow-hide {
    overflow: hidden;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.shadow-bx {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.wt-icon-box-wraper:after {
    content: "";
    display: table;
    clear: both;
}

ol.commentlist li:after {
    content: "";
    display: table;
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

ul {
    padding: 0px;
}

::-moz-selection {
    background: #484848;
    color: #fff;
}

::selection {
    background: #484848;
    color: #fff;
}

/*===Heading & Title====*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
    line-height: 1.2;
    color: #18191d;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 46px;
    font-weight: 500;
}

h3 {
    font-size: 22px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

/*---Text align--- */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
    list-style-position: outside;
    padding: 0px;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li {
    padding: 0px;
}

ol li {
    padding: 0px;
}

.list-simple li {
    margin-bottom: 10px;
}

.list-simple li ul {
    margin-left: 15px;
    margin-top: 10px;
}

.list-simple.list-unstyled li ul {
    margin-left: 30px;
    margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
    font-weight: 600;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 3px;
    display: block;
    font-size: 15px;
    color: #000;
}

.list-circle li:before {
    top: 6px;
    font-size: 10px;
    content: "\f111";
}

.list-angle-right li:before {
    content: "\f105";
}

.list-arrow li:before {
    content: "\f0da";
}

.list-check li:before {
    content: "\f00c";
}

.list-checked li:before {
    content: "\f046";
}

.list-check-circle li:before {
    content: "\f058";
}

.list-chevron-circle li:before {
    content: "\f138";
}

.list-arrow-circle li:before {
    content: "\f0a9";
}

.list-times-circle li:before {
    content: "\f057";
}

/*---Padding (around)---*/
.p-a0 {
    padding: 0px;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

.p-a110 {
    padding: 110px;
}

.p-a120 {
    padding: 120px;
}

.p-a130 {
    padding: 130px;
}

.p-a140 {
    padding: 140px;
}

.p-a150 {
    padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
    padding-top: 0px;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

.p-t110 {
    padding-top: 110px;
}

.p-t120 {
    padding-top: 120px;
}

.p-t130 {
    padding-top: 130px;
}

.p-t140 {
    padding-top: 140px;
}

.p-t150 {
    padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
    padding-bottom: 0px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b110 {
    padding-bottom: 110px;
}

.p-b120 {
    padding-bottom: 120px;
}

.p-b130 {
    padding-bottom: 130px;
}

.p-b140 {
    padding-bottom: 140px;
}

.p-b150 {
    padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
    padding-left: 0px;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}

.p-l110 {
    padding-left: 110px;
}

.p-l120 {
    padding-left: 120px;
}

.p-l130 {
    padding-left: 130px;
}

.p-l140 {
    padding-left: 140px;
}

.p-l150 {
    padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
    padding-right: 0px;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

.p-r110 {
    padding-right: 110px;
}

.p-r120 {
    padding-right: 120px;
}

.p-r130 {
    padding-right: 130px;
}

.p-r140 {
    padding-right: 140px;
}

.p-r150 {
    padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-lr120 {
    padding-left: 120px;
    padding-right: 120px;
}

.p-lr150 {
    padding-left: 150px;
    padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.p-tb150 {
    padding-bottom: 150px;
    padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
    margin: -1px;
}

.m-a0 {
    margin: 0px;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

.m-a110 {
    margin: 110px;
}

.m-a120 {
    margin: 120px;
}

.m-a130 {
    margin: 130px;
}

.m-a140 {
    margin: 140px;
}

.m-a150 {
    margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
    margin-top: 0px;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

.m-t110 {
    margin-top: 110px;
}

.m-t120 {
    margin-top: 120px;
}

.m-t130 {
    margin-top: 130px;
}

.m-t140 {
    margin-top: 140px;
}

.m-t150 {
    margin-top: 150px;
}

/*---Marging (bottom)---*/
.m-b0 {
    margin-bottom: 0px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-b110 {
    margin-bottom: 110px;
}

.m-b120 {
    margin-bottom: 120px;
}

.m-b130 {
    margin-bottom: 130px;
}

.m-b140 {
    margin-bottom: 140px;
}

.m-b150 {
    margin-bottom: 150px;
}

/*---Marging (left)---*/
.m-l0 {
    margin-left: 0px;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

.m-l110 {
    margin-left: 110px;
}

.m-l120 {
    margin-left: 120px;
}

.m-l130 {
    margin-left: 130px;
}

.m-l140 {
    margin-left: 140px;
}

.m-l150 {
    margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
    margin-right: 0px;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

.m-r110 {
    margin-right: 110px;
}

.m-r120 {
    margin-right: 120px;
}

.m-r130 {
    margin-right: 130px;
}

.m-r140 {
    margin-right: 140px;
}

.m-r150 {
    margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-lr120 {
    margin-left: 120px;
    margin-right: 120px;
}

.m-lr150 {
    margin-left: 150px;
    margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.m-tb120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.m-tb150 {
    margin-bottom: 150px;
    margin-top: 150px;
}

/*---Colum gap less---*/
.no-col-gap [class*=col-xs-],
.no-col-gap [class*=col-sm-],
.no-col-gap [class*=col-md-],
.no-col-gap [class*=col-lg-] {
    padding-left: 0px;
    padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
    background-position: center;
}

.bg-top-left {
    background-position: top left;
}

.bg-top-right {
    background-position: top right;
}

.bg-top-center {
    background-position: top center;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-right {
    background-position: bottom right;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-left-center {
    background-position: left;
}

.bg-right-center {
    background-position: left;
}

.bg-auto {
    background-size: auto;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-full-width {
    background-size: 100% auto;
}

.bg-full-height {
    background-size: auto 100%;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-scroll {
    background-attachment: scroll;
}

/*===Overlay ( transparient box style)===*/
.overlay-wraper {
    position: relative;
}

.overlay-main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.overlay-light .overlay-main {
    opacity: 0.3;
}

.overlay-dark .overlay-main {
    opacity: 0.9;
}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
    position: relative;
    z-index: 1;
}

/*---Buttons--- */
.site-button-link {
    position: relative;
    color: #ce0000;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
}

.site-button-link:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    transition: 0.5s all ease;
    opacity: 0;
    font-weight: 900;
}

.site-button-link:hover {
    padding-left: 15px;
    color: #000;
}

.site-button-link:hover:after {
    font-size: 14px;
    left: 0px;
    opacity: 1;
}

.site-button-link.site-text-white {
    color: #fff;
}

.site-button-link.site-text-white:hover {
    color: #18191d;
}

.site-button-link.site-text-secondry {
    color: #ce0000;
}

.site-button-link.site-text-secondry:hover {
    color: #ce0000;
}

/* Theme default button */
/*====Button Effect====*/

.reservation-btn {
    border: none;
    font-size: 17px;
    background-color: #ce0000;
    font-family: "Work Sans", sans-serif;
    /* cursor: pointer; */
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    color: #fff;
    transition: 0.5s all ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.reservation-btn:hover {
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.site-button {
    border: none;
    font-size: 14px;
    background-color: transparent;
    font-family: "Work Sans", sans-serif;
    /* cursor: pointer; */
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    color: #ce0000;
    transition: 0.5s all ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.site-button em {
    font-style: normal;
    transition: 0.5s all ease;
}

.site-button em::after {
    width: 0%;
    height: 2px;
    background-color: #ce0000;
    position: absolute;
    right: 0%;
    bottom: 0%;
    content: "";
    opacity: 0;
    transition: 0.5s all ease;
}

.site-button.dark-bg {
    background-color: #000;
}

.site-button.btn-large {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.site-button:hover {
    border-radius: 20px;
    color: #ce0000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.site-button:hover em:after {
    width: 100%;
    opacity: 1;
    right: auto;
    left: 0%;
}

.site-button-secondry {
    border: none;
    font-size: 14px;
    background-color: #ce0000;
    font-family: "Work Sans", sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    color: #fff;
    transition: 0.5s all ease;
    text-transform: uppercase;
}

.site-button-secondry.btn-large {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.site-button-secondry em {
    font-style: normal;
    transition: 0.5s all ease;
}

.site-button-secondry.dark-bg {
    background-color: #000;
}

.site-button-secondry:hover {
    color: #18191d;
}

.site-button-secondry:hover {
    border-radius: 20px;
    color: #fff;
    transform: skew(0deg);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.site-button-secondry:hover em {
    transform: skew(0deg);
}

.mfp-video.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: -25px;
    color: #fff;
    display: block;
    z-index: 10;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.mfp-video.video-play-btn:hover {
    background-color: #0f1221;
    color: #fff;
    border: 2px solid transparent;
}

.mfp-video.video-play-btn i {
    margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
    text-transform: uppercase;
}

/*Button size */
.button-sm {
    padding: 6px 14px;
    font-size: 14px;
}

.button-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.button-xl {
    padding: 30px 50px;
    font-size: 24px;
}

/*Button rounded */
.radius-no {
    border-radius: 0px;
}

.radius-sm {
    border-radius: 10px;
}

.radius-md {
    border-radius: 20px;
}

.radius-xl {
    border-radius: 100px;
}

.radius-bx {
    border-radius: 100%;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: auto;
    display: block;
    transition: opacity 200ms ease;
    background-color: #ddd;
}

.owl-carousel .owl-dots .owl-dot:hover {
    border: 1px solid #ce0000;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ce0000;
}

.owl-carousel .owl-dots .owl-dot.active {
    position: relative;
    border: 1px solid #ce0000;
}

.owl-carousel .owl-dots .owl-dot.active span {
    height: 4px;
    width: 4px;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #ce0000;
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-left .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-right .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
    text-align: center;
}

/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
    text-align: left;
}

/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
    text-align: right;
}

/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
    text-align: center;
}

/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
    text-align: left;
}

/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav,
.owl-btn-bottom-right .owl-dots {
    text-align: right;
}

/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    right: 0;
}

/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
    opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ce0000;
    color: #fff;
    padding: 0px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-style: normal;
    font-size: 18px;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #101010;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {
    background-color: #101010;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:active i,
.owl-carousel .owl-nav button.owl-prev:active i {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    background-color: #101010;
    color: #fff;
    opacity: 0.9;
}

.owl-carousel .owl-nav button.owl-next:focus i,
.owl-carousel .owl-nav button.owl-prev:focus i {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: 0px;
}

.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #222;
    margin-right: 5px;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0px;
}

.owl-btn-bottom-left .owl-nav {
    text-align: left;
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    text-align: left;
}

.owl-dots-bottom-right .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    text-align: right;
}

.owl-dots-bottom-center .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
}

/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*-------------------------------------
	Tabs
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
    padding: 20px 0px 0px 0px;
    background-color: #fff;
}

.wt-tabs .nav-tabs {
    border: 0px;
}

.wt-tabs .nav-tabs>li {
    border: 1px solid #ebebeb;
}

.wt-tabs .nav-tabs>li>a {
    color: #000;
    background-color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    border: 0px;
    display: block;
    font-weight: 600;
}

.wt-tabs .nav-tabs>li>a i {
    margin-right: 5px;
}

.wt-tabs .nav-tabs>li a.active {
    background-color: #bbb;
    color: #000;
}

.wt-tabs .nav-tabs>li a.active:focus {
    background-color: #bbb;
    color: #000;
}

.wt-tabs .nav-tabs>li a.active:hover {
    background-color: #bbb;
    color: #000;
}

.wt-tabs .nav>li>a:focus {
    background-color: transparent;
    border: 0px;
}

.wt-tabs .nav>li>a:hover {
    background-color: transparent;
    border: 0px;
}

.wt-tabs .nav li a:hover {
    border: 1px;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
        justify-content: flex-start;
    }
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a {
    color: #000;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span {
    display: block;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span i {
    font-weight: normal;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a.active {
    color: #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:focus {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:hover {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tab-pane {
    color: #fff;
}

@media (max-width: 991px) {
    .wt-tabs.tabs-default .tab-pane {
        padding: 0px;
    }
}

.header-style-1 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-1.hdr-transparent.site-header {
    position: absolute;
}

.header-style-1.hdr-transparent.site-header .is-fixed .header-middle {
    max-width: 100%;
    padding: 0px 90px;
}

@media (max-width: 1599px) {
    .header-style-1.hdr-transparent.site-header .is-fixed .header-middle {
        padding: 0px 30px;
    }
}

.header-style-1.hdr-transparent.site-header .is-fixed .main-bar.color-fill {
    background-color: #fff;
}

.header-style-1.light-hdr {
    position: relative;
}

.header-style-1.light-hdr .main-bar {
    background-color: #f4f5f7;
}

.header-style-1.light-hdr .is-fixed .header-middle {
    max-width: 100%;
    padding: 0px 90px;
}

@media (max-width: 1599px) {
    .header-style-1.light-hdr .is-fixed .header-middle {
        padding: 0px 30px;
    }
}

.header-style-1.light-hdr .is-fixed .main-bar.color-fill {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    border-radius: 0px;
}

.header-style-1.light-hdr .header-nav .nav>li {
    position: relative;
    font-family: "Work Sans", sans-serif;
}

.header-style-1.light-hdr .header-nav .nav>li>a {
    color: #18191d;
}

.header-style-1.light-hdr .header-nav .nav>li.active>a,
.header-style-1.light-hdr .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #000;
}

.header-style-1.light-hdr .header-nav .nav>li:hover>a {
    color: #ce0000 !important;
    text-decoration: underline !important;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu {
    background-color: #f4f5f7;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #ececec;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu li a {
    color: #000;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu li:hover>a {
    color: #ce0000;
}

.header-style-1.light-hdr .header-nav .nav>li .sub-menu li .fa {
    color: #000;
}

.header-style-1.light-hdr .wt-topbar-left-info li a {
    color: #18191d;
}

.header-style-1.light-hdr .wt-topbar-left-info li a span i {
    color: #fff;
}

.header-style-1.light-hdr .navbar-toggler .icon-bar {
    background: #101010;
}

.header-style-1.with-logo-bg-strip {
    overflow: hidden;
}

.header-style-1.with-logo-bg-strip .logo-header {
    position: relative;
    z-index: 1;
}

.header-style-1.with-logo-bg-strip .logo-header:after {
    background-color: #ce0000;
    content: "";
    left: auto;
    top: -20px;
    bottom: -20px;
    right: -20px;
    position: absolute;
    z-index: -1;
    width: 1500px;
}

@media (max-width: 1199px) {
    .header-style-1.with-logo-bg-strip .logo-header:after {
        bottom: -4px;
        top: -4px;
    }
}

@media (max-width: 480px) {
    .header-style-1.with-logo-bg-strip .logo-header:after {
        bottom: 0px;
        top: 0px;
    }
}

.header-style-1.with-logo-bg-strip .main-bar {
    background-color: #fff;
}

.header-style-1.with-logo-bg-strip .is-fixed .main-bar.color-fill {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    border-radius: 0px;
}

.header-style-1.top-bar-style-2 .top-bar.site-bg-dark {
    background-color: #101010;
}

.header-style-1.top-bar-style-2 .wt-topbar-left {
    position: relative;
    z-index: 1;
}

.header-style-1.top-bar-style-2 .wt-topbar-left:before {
    content: "";
    background-color: #ce0000;
    position: absolute;
    right: -160px;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    width: 3000px;
    transform: skew(-15deg);
    box-shadow: 3px 0px #98abee;
}

@media (max-width: 1199px) {
    .header-style-1.top-bar-style-2 .wt-topbar-left:before {
        right: -60px;
    }
}

.header-style-1.top-bar-style-2 .wt-topbar-left .wt-topbar-left-info li {
    border-right-color: #fff;
}

.header-style-1.top-bar-style-2 .wt-topbar-left .wt-topbar-left-info li a {
    color: #fff;
}

.header-style-1 .top-bar {
    overflow: hidden;
    min-height: 56px;
    align-items: center;
    display: flex;
}

.header-style-1 .top-bar .top-bar-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1017px) {
    .header-style-1 .top-bar .top-bar-wrap {
        display: none;
    }
}

.header-style-1 .top-bar .container {
    position: relative;
    z-index: 1;
}

.header-style-1 .top-bar .wt-topbar-right-info p {
    margin-bottom: 0px;
}

.header-style-1 .top-bar .wt-topbar-right-info p i {
    margin-right: 5px;
}

@media (max-width: 1017px) {
    .header-style-1 .container {
        max-width: 100%;
    }
}

.header-style-1 .header-middle {
    padding: 0px 0px;
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px !important;
}

.header-style-1 .wt-topbar-left-info {
    margin: 0px;
    display: flex;
    align-items: center;
    list-style: none;
}

.header-style-1 .wt-topbar-left-info li {
    padding-right: 20px;
    margin-right: 20px;
}

@media (max-width: 1440px) {
    .header-style-1 .wt-topbar-left-info li {
        padding-right: 10px;
        margin-right: 10px;
    }
}

.header-style-1 .wt-topbar-left-info li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

@media (max-width: 1825px) {
    .header-style-1 .wt-topbar-left-info li:last-child {
        display: none;
    }
}

.header-style-1 .wt-topbar-left-info li a {
    list-style: none;
    display: block;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .header-style-1 .wt-topbar-left-info li a {
        font-size: 16px;
    }
}

.header-style-1 .wt-topbar-left-info li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 10px;
    height: 50px;
    width: 50px;
    background-color: #ce0000;
    font-size: 24px;
    margin-right: 10px;
}

@media (max-width: 1440px) {
    .header-style-1 .wt-topbar-left-info li a span {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

.header-style-1 .header-info-wraper {
    display: flex;
    align-items: center;
}

@media (max-width: 1017px) {}

.header-style-1 .header-bottom .navigation-bar {
    display: flex;
    align-items: center;
}

.header-style-1 .header-info {
    margin-right: 60px;
}

@media (max-width: 1017px) {
    .header-style-1 .header-info {
        margin-right: 0px;
    }
}

.header-style-1 .header-info ul {
    display: flex;
    align-items: center;
    margin: 0px;
    list-style: none;
}

.header-style-1 .header-info ul li {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

@media (max-width: 400px) {
    .header-style-1 .header-info ul li {
        margin-left: 10px;
    }
}

.header-style-1 .header-info ul li:last-child {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .header-style-1 .header-info ul li:last-child {
        display: none;
    }
}

.header-style-1 .header-info ul li .twm-icon-box-wraper {
    display: flex;
    align-items: center;
}

.header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box {
    min-width: 40px;
    width: 40px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width:1017px) {
    .header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box {
        min-width: 24px;
        width: 24px;
    }
}

.header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ce0000;
    opacity: 0.3;
    z-index: -1;
}

.header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box-content .twm-tilte {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

@media (max-width: 1017px) {
    .header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box-content .twm-tilte {
        margin-bottom: 0px;
        font-size: 14px;
    }
}

.header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box-content p {
    margin-bottom: 8px;
}

.header-style-1 .header-nav-btn-section {
    float: right;
    display: flex;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-left {
    margin-right: 10px;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    background-color: #e0eeff;
    color: #ce0000;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:before {
    width: 0%;
    height: 100%;
    position: absolute;
    right: 100%;
    bottom: 0px;
    content: "";
    background-color: #3898e2;
    opacity: 0.1;
    z-index: -1;
    transition: 0.5s all ease;
}

@media (max-width: 575px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
        padding: 6px 12px;
        font-size: 14px;
    }
}

@media (max-width: 1360px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
        font-size: 0px;
    }
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    padding-right: 5px;
}

@media (max-width: 1360px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
        font-size: 16px;
        padding-right: 0px;
    }
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:hover:before {
    width: 100%;
    right: 0%;
    opacity: 0.1;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-right {
    margin-right: 10px;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    background-color: #ce0000;
    color: #ce0000;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:before {
    width: 0%;
    height: 100%;
    position: absolute;
    right: 100%;
    bottom: 0px;
    content: "";
    background-color: #18191d;
    opacity: 0.1;
    z-index: -1;
    transition: 0.5s all ease;
}

@media (max-width: 575px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
        padding: 6px 12px;
        font-size: 14px;
    }
}

@media (max-width: 1360px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
        font-size: 0px;
    }
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
    padding-right: 5px;
}

@media (max-width: 1360px) {
    .header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
        font-size: 16px;
        padding-right: 0px;
    }
}

.header-style-1 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:hover:before {
    width: 100%;
    right: 0%;
    opacity: 1;
}

.header-style-1 .header-search a.header-search-icon {
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .header-style-1 .header-search a.header-search-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.header-style-1 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

@media (max-width: 575px) {
    .header-style-1 .extra-nav {
        margin-right: 10px;
    }
}

/* old header responsive before add size to logo */
/* @media (max-width: 480px) { */
@media (max-width: 540px) {
    .header-style-1 .extra-nav {
        display: none;
    }
}

.header-style-1 .extra-nav .extra-cell {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}

.header-style-1 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

@media (max-width: 600px) {
    .header-style-1 .extra-nav .extra-cell {
        padding-left: 0px;
    }
}

.header-style-1 .extra-nav .extra-cell .header-btn {
    margin-right: 10px;
}

@media (max-width: 540px) {
    .header-style-1 .extra-nav .extra-cell .header-btn {
        display: none;
    }
}

.header-style-1 .logo-header {
    /*--logo for header---*/
    width: 190px;
    padding: 0px;
    font-size: 36px;
    color: #000;
    margin: 0px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1199px) {
    .header-style-1 .logo-header {
        width: 130px;
    }
}

@media (max-width: 400px) {
    .header-style-1 .logo-header {
        width: 150px;
    }
}

.header-style-1 .logo-header .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 10px 0;
}

.header-style-1 .logo-header .logo-header-inner img {
    max-width: 430px;
    /* max-width: 100%; */
    max-height: 100%;
}
/* @media (max-width: 1120px) {
    .header-style-1 .logo-header .logo-header-inner img {
        max-width: 200px;



}
} */


.header-style-1.site-header {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.header-style-1.site-header ul,
.header-style-1.site-header ol {
    margin-bottom: 0px;
}

.header-style-1 .main-bar {
    /*--main-bar--*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-1 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 15px;
    padding: 12px 10px;
}

@media (max-width: 540px) {
    .header-style-1 .navbar-toggler {
        margin-left: 0px;
    }
}

.header-style-1 .navbar-toggler:focus {
    box-shadow: none !important;
}

.header-style-1 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-1 .header-nav {
    position: relative;
    padding: 0px;
    z-index: 10;
    /*-- Submenu direction---*/
}

.header-style-1 .header-nav .nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

/* old header responsive before make logo big */
/* @media (max-width: 1110px) { */
@media (max-width: 1200px) {
    .navigation-bar .header-nav .navbar-all-height{
        height: 100vh;
        padding-left: 15px;
    }

    .header-style-1 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #ddd;
    }

    .header-style-1 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
        font-size: 15px;
        color: #000;
    }

    .header-style-1 .is-fixed .color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }

    .header-style-1 .has-child .submenu-toogle {
        display: block;
        width: 100%;
        text-align: right;
    }

    .header-style-1 .has-child {
        position: relative;
    }

    .header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
        z-index: 0;
    }

    .header-style-1 .header-nav .nav>li:first-child a {
        padding-left: 12px;
    }

    .header-style-1 .header-nav .nav>li .sub-menu li .fa {
        z-index: 1;
        top: 4px;
        width: 100%;
        padding: 10px;
        text-align: right;
    }

    .header-style-1 .header-nav .nav>li .sub-menu li>a:hover+.fa {
        z-index: 0;
    }

    .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
        margin-left: 20px;
    }

    .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }


    .header-style-1 .header-info ul li .twm-icon-box-wraper .twm-icon-box-content p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .header-style-1 .header-info-wraper {
        position: absolute;
        right: 20px;
    }

    .header-style-1 .header-info-wraper .site-button {
        display: none;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu {
        transition: none !important;
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }

    .header-style-1.mobile-sider-drawer-menu.active .header-nav {
        left: 14px;
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 41px;
        position: relative;
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }

    .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }

    .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }

    .header-style-1 .top-bar {
        min-height: auto;
    }

    .header-style-1 .header-nav .nav>li>a:hover,
    .header-style-1 .header-nav .nav>li>a:active,
    .header-style-1 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }

    .header-style-1 .extra-nav {
        margin-right: 26px;
    }

    .header-style-1 .navbar-toggler {
        display: block !important;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
    }

    .header-style-1 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .header-style-1 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }

    .header-style-1 .header-nav.navbar-collapse {
        align-items: start;
    }

    .header-style-1 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }

    .header-style-1 .header-nav .nav li {

        float: none;
    }

    .header-style-1 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }

    .header-style-1 .header-nav .nav>li.active>a,
    .header-style-1 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }

    .header-style-1 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }

}

.header-style-1 .header-nav .nav>li .sub-menu_v2.show-sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.header-style-1 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

.header-style-1 .header-nav .nav>li {
    position: relative;
    margin: 0px 0px;
    padding: 0px;
    font-family: "Work Sans", sans-serif;
}

.header-style-1 .header-nav .nav>li>a {
    color: #000;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    padding: 35px 20px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 500;
    display: block;
}

@media (max-width: 1440px) {
    .header-style-1 .header-nav .nav>li>a {
        padding: 35px 15px;
    }
}

@media (max-width: 1300px) {
    .header-style-1 .header-nav .nav>li>a {
        padding: 12px 10px;
        font-size: 14px;
    }
}

.header-style-1 .header-nav .nav>li>a {
    font-size: 15px;
}

.header-style-1 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #ce0000;
}

.header-style-1 .header-nav .nav>li>a:active,
.header-style-1 .header-nav .nav>li>a:focus {
    background-color: transparent;
}


.header-style-1 .header-nav .nav>li.active>a,
.header-style-1 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #000;
}

.header-style-1 .header-nav .nav>li:hover>a {
    color: #ce0000;
}

.header-style-1 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-1 .header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

.header-style-1 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-1 .header-nav .nav>li .sub-menu li a {
    font-family: "Work Sans", sans-serif;
    color: #000;
    display: block;
    font-size: 13px;
    padding: 11px 20px;
    padding-left: 20px;
    font-weight: 500;
}

.header-style-1 .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>a {
    color: #ce0000;
}

.header-style-1 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-1 .header-nav .nav>li .sub-menu li .fa {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: -1;
}

.header-style-1 .header-nav .nav>li .sub-menu li.has-child.nav-active>a {
    color: #ce0000;
}

.header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
}


.header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-1 .header-nav .nav>li:first-child a {
    padding-left: 0px;
}

.header-style-1 .header-nav .nav>li:last-child a {
    padding-right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
    border-left: 6px solid transparent;
}

.header-style-1 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 20px;
    border-left: 6px solid #ce0000;
}

.header-style-1 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 8px;
    left: 0px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

.header-style-1 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "−";
}

@media (max-width: 1017px) {
    .header-style-1 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 1017px) {
    .header-style-1 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

.header-style-1 .sticky-no .header-middle {
    position: static !important;
}

.header-style-1 .is-fixed .header-middle {
    position: fixed;
    max-width: 1274px;
    padding: 0px 20px;
    left: 0px;
    top: 0px;
    right: 0px;
}

.header-style-1 .is-fixed .main-bar.color-fill {
    background-color: #fff;
}

.header-style-1.no-fixed {
    position: relative;
}

.main-bar {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.color-fill.main-bar {
    position: fixed;
    top: 0%;
}

/*Header Light==============================================================*/
.light-view .header-style-1 {
    background-color: #fff;
    /*---header id Fixed---*/
}

.light-view .header-style-1.hdr-transparent.site-header {
    background-color: rgba(255, 255, 255, 0.7);
}

.light-view .header-style-1 .top-bar {
    background-color: #f4f5f7;
}

.light-view .header-style-1 .top-bar .wt-topbar-left-info li a {
    color: #18191d;
}

.light-view .header-style-1 .top-bar .wt-topbar-right-info p {
    color: #18191d;
}

.light-view .header-style-1 .top-bar .wt-topbar-right-info p i {
    margin-right: 5px;
}

.light-view .header-style-1.top-bar-style-2 .top-bar.site-bg-dark {
    background-color: #101010;
}

.light-view .header-style-1.top-bar-style-2 .top-bar.site-bg-dark .wt-topbar-right-info p {
    color: #fff;
}

.light-view .header-style-1.top-bar-style-2 .wt-topbar-left .wt-topbar-left-info li {
    border-right-color: #fff;
}

.light-view .header-style-1.top-bar-style-2 .wt-topbar-left .wt-topbar-left-info li a {
    color: #fff;
}

.light-view .header-style-1 .header-nav .nav>li>a {
    color: #18191d;
}

.light-view .header-style-1 .header-search a.header-search-icon {
    color: #18191d;
}

.light-view .header-style-1 .is-fixed .main-bar.color-fill {
    background-color: #efefef;
    border-radius: 10px;
}

.light-view .header-style-1 .navbar-toggler .icon-bar {
    background: #101010;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

.header-style-1 .wt-topbar-left-info li a:hover {
    color: #ce0000,
}

/*______Section Title Position______*/
.section-head.center {
    text-align: center;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section-head.center {
        margin-bottom: 20px;
    }
}

.section-head.left {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section-head.left {
        margin-bottom: 20px;
    }
}

.section-head.left .twm-large-title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-head.left .twm-large-title {
        margin-bottom: 30px;
    }
}

.section_carts_title {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.section_carts_title p {
    color: #ce0000;
    font-size: 20px;
    margin: 15px 0px;

}

.section-head.aside-section {
    margin-bottom: 30px;
}

.section-head p {
    margin-bottom: 0px;
}

.section-head-detail {
    margin-top: 0px;
    display: -webkit-box;
    display: box;
    /* Fallback for older specs */
    -webkit-line-clamp: 10;
    line-clamp: 10;
    /* Standard property */
    -webkit-box-orient: vertical;
    box-orient: vertical;
    /* Fallback for older specs */
    overflow: hidden;
    text-overflow: ellipsis;
}

/*______Client Carousel______*/
.home-client-carousel {
    padding: 30px 10px 10px 10px;
    background-color: #ce0000;
    z-index: 1;
    position: relative;
    bottom: -70px;
    left: 0px;
}

@media (max-width: 991px) {
    .home-client-carousel {
        bottom: 0px;
    }
}

.home-client-carousel:after,
.home-client-carousel:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
}

.home-client-carousel:after {
    right: 10px;
    bottom: -10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.home-client-carousel:before {
    left: -10px;
    top: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home-client-carousel.owl-carousel .owl-dots {
    margin-top: 10px;
}

.home-client-carousel .client-logo a img {
    width: auto;
    height: 70px;
    margin: auto;
}

/*______Footer Dark Version______*/
.footer-dark {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;

    background-size: cover;
    /*______Widget Services______*/
}

@media (max-width: 991px) {
    .footer-dark {
        padding-top: 40px;
    }
}

.footer-dark p {
    font-weight: 300;
}

.footer-dark .ftr-list {
    list-style: none;
    margin-bottom: 30px;
}

.footer-dark .ftr-list li {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0px 0px 15px 30px;
    position: relative;
}

.footer-dark .ftr-list li a {
    cursor: inherit;
    color: rgba(255, 255, 255, 0.9);
}

.footer-dark .ftr-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 18px;
    color: #ce0000;
}

.footer-dark .ftr-list li span {
    margin-left: 5px;
}

.footer-dark .ftr-list li:last-child {
    padding-bottom: 0px;
}

.footer-dark .twm-icon-style-left p a {
    color: #565656;
    cursor: auto;
}

.footer-dark .footer-top {
    padding: 0px 0px 90px 0px;
}

@media (max-width: 991px) {
    .footer-dark .footer-top {
        padding: 30px 0px 0px 0px;
    }
}

@media (max-width: 480px) {
    .footer-dark .footer-top .col-6 {
        width: 100%;
    }
}

.footer-dark .logo-footer {
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 85px 55px 45px 55px;
    border-radius: 0px 0px 30px 30px;
}

@media (max-width: 991px) {
    .footer-dark .logo-footer {
        background-color: transparent;
        padding: 0px;
        max-width: 220px;
    }
}

@media (max-width: 575px) {
    .footer-dark .logo-footer {
        max-width: 140px;
    }
}

.footer-dark .f-about-info {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-dark .ftr-right-section {
    padding-top: 110px;
}

@media (max-width: 991px) {
    .footer-dark .ftr-right-section {
        padding-top: 50px;
    }
}

.footer-dark .widget-title {
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-dark .footer-bottom {
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
    background-color: #000;
}

.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-bottom-info {
        padding: 5px 10px;
    }
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-copy-right {
        margin: 5px 10px 5px 0px;
        display: inline-block;
    }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    color: #fff;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text span {
    padding: 0px 6px;
    text-transform: uppercase;
}

.footer-dark .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .footer-dark .widget_services ul {
        display: grid;
        grid-template-columns: auto auto;
    }
}

.footer-dark .widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.footer-dark .widget_services ul li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 0px 0px 10px 0px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 14px;
}

.footer-dark .widget_services ul li a:hover {
    color: #ce0000;
}

/*______Footer Light______*/
.footer-light {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    background: url(../images/footer-bg-light.jpg) center no-repeat;
    background-size: cover;
    /*Widget Services*/
    /*Newsletter*/
    /*Newsletter Form*/
}

@media (max-width: 991px) {
    .footer-light {
        padding-top: 40px;
    }
}

.footer-light p {
    font-weight: 300;
}

.footer-light .ftr-list {
    list-style: none;
    margin-bottom: 30px;
}

.footer-light .ftr-list li {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0px 0px 15px 30px;
    position: relative;
}

.footer-light .ftr-list li a {
    cursor: inherit;
    color: rgba(0, 0, 0, 0.6);
}

.footer-light .ftr-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 18px;
    color: #ce0000;
}

.footer-light .ftr-list li span {
    margin-left: 5px;
}

.footer-light .ftr-list li:last-child {
    padding-bottom: 0px;
}

.footer-light .twm-icon-style-left p a {
    color: #565656;
    cursor: auto;
}

.footer-light .footer-top {
    padding: 0px 0px 90px 0px;
}

@media (max-width: 991px) {
    .footer-light .footer-top {
        padding: 30px 0px;
    }
}

@media (max-width: 480px) {
    .footer-light .footer-top .col-6 {
        width: 100%;
    }
}

.footer-light .logo-footer {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 85px 55px 45px 55px;
    border-radius: 0px 0px 30px 30px;
}

@media (max-width: 991px) {
    .footer-light .logo-footer {
        background-color: transparent;
        padding: 0px;
        max-width: 220px;
    }
}

@media (max-width: 575px) {
    .footer-light .logo-footer {
        max-width: 140px;
    }
}

.footer-light .f-about-info {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-light .ftr-right-section {
    padding-top: 110px;
}

@media (max-width: 991px) {
    .footer-light .ftr-right-section {
        padding-top: 50px;
    }
}

.footer-light .widget-title {
    font-family: "Work Sans", sans-serif;
    color: #18191d;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-light .footer-bottom {
    padding: 0px;
    color: #18191d;
    position: relative;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
}

.footer-light .footer-bottom .footer-bottom-info {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-light .footer-bottom .footer-bottom-info {
        padding: 5px 10px;
    }
}

@media (max-width: 991px) {
    .footer-light .footer-bottom .footer-copy-right {
        margin: 5px 10px 5px 0px;
        display: inline-block;
    }
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
    color: #18191d;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text span {
    padding: 0px 6px;
    text-transform: uppercase;
}

.footer-light .widget_time-duraion ul {
    list-style: none;
}

.footer-light .widget_time-duraion ul li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-light .widget_time-duraion ul li span {
    margin-right: 20px;
}

.footer-light .widget_time-duraion ul li:last-child {
    margin-bottom: 0px;
}

.footer-light .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-light .widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.footer-light .widget_services ul li a {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 0px 0px 10px 0px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 14px;
}

.footer-light .widget_services ul li a:hover {
    color: #ce0000;
}

.footer-light .twm-subscribe-nl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #222;
    padding-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .footer-light .twm-subscribe-nl {
        display: block;
    }
}

.footer-light .twm-subscribe-nl .twm-nl-title {
    color: #18191d;
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .footer-light .twm-subscribe-nl .twm-nl-title {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.footer-light .twm-subscribe-nl .twm-nl-section {
    padding: 0px 12px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 416px;
    flex: 1;
}

@media (max-width: 400px) {
    .footer-light .twm-subscribe-nl .twm-nl-section {
        padding: 0px;
        border: none;
        background-color: transparent;
    }
}

.footer-light .ftr-nw-form {
    display: flex;
    position: relative;
}

@media (max-width: 400px) {
    .footer-light .ftr-nw-form {
        display: block;
        text-align: center;
    }
}

.footer-light .ftr-nw-form .form-control {
    height: 50px;
    border: 0px;
    background-color: #fff;
    padding: 0px 10px 0px 0px;
    color: #565656;
}

@media (max-width: 400px) {
    .footer-light .ftr-nw-form .form-control {
        border: 1px solid #f4f5f7;
        padding: 0px 12px;
        background-color: #fff;
        flex: 1;
        border-radius: 0px;
    }
}

.footer-light .ftr-nw-form .form-control:focus {
    background: none;
}

.footer-light .ftr-nw-form .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.footer-light .ftr-nw-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 300;
}

.footer-light .ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 28px;
    color: #ce0000;
    border: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    background: none;
    white-space: nowrap;
}

.footer-light .ftr-nw-form .ftr-nw-subcribe-btn:hover {
    color: #ce0000;
}

@media (max-width: 400px) {
    .footer-light .ftr-nw-form .ftr-nw-subcribe-btn {
        display: block;
        width: 100%;
        border: 1px solid #f4f5f7;
        background-color: #fff;
        padding: 0px;
        margin-top: 6px;
    }

    .footer-light .ftr-nw-form .ftr-nw-subcribe-btn:hover {
        color: #fff;
        background-color: #ce0000;
    }
}

.footer-top .widget {
    margin-bottom: 0px;
}

.footer-top .widget.widget_about {
    margin-right: 130px;
}

@media (max-width: 1199px) {
    .footer-top .widget.widget_about {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .footer-top .widget.widget_about {
        margin-right: 0px;
    }
}

.widget {
    margin-bottom: 40px;
}

.widget .widget-bg {
    padding: 30px;
    background-color: #f4f5f7;
    border-top: 1px solid #cacaca;
    border-radius: 0px 0px 20px 20px;
}

@media (max-width: 1199px) {
    .widget .widget-bg {
        padding: 20px;
    }
}

/*______Newsletter______*/
.twm-subscribe-nl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #222;
    padding-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .twm-subscribe-nl {
        display: block;
    }
}

.twm-subscribe-nl .twm-nl-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .twm-subscribe-nl .twm-nl-title {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-subscribe-nl .twm-nl-section {
    padding: 0px 12px;
    background-color: #000;
    border-radius: 8px;
    max-width: 416px;
    flex: 1;
}

@media (max-width: 767px) {
    .twm-subscribe-nl .twm-nl-section {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .twm-subscribe-nl .twm-nl-section {
        padding: 0px;
        border: none;
        background-color: transparent;
    }
}

/*______Newsletter Form______*/
.ftr-nw-form {
    display: flex;
    position: relative;
}

@media (max-width: 400px) {
    .ftr-nw-form {
        display: block;
        text-align: center;
    }
}

.ftr-nw-form .form-control {
    height: 50px;
    border: 0px;
    background-color: #000;
    padding: 0px 10px 0px 0px;
    color: #565656;
}

@media (max-width: 400px) {
    .ftr-nw-form .form-control {
        border: 1px solid #222;
        padding: 0px 12px;
        background-color: #000;
        flex: 1;
        border-radius: 0px;
    }
}

.ftr-nw-form .form-control:focus {
    background: none;
}

.ftr-nw-form .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.ftr-nw-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 300;
}

.ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 28px;
    color: #ce0000;
    border: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    background: none;
    white-space: nowrap;
}

.ftr-nw-form .ftr-nw-subcribe-btn:hover {
    color: #ce0000;
}

@media (max-width: 400px) {
    .ftr-nw-form .ftr-nw-subcribe-btn {
        display: block;
        width: 100%;
        border: 1px solid #222;
        background-color: #000;
        padding: 0px;
        margin-top: 6px;
    }

    .ftr-nw-form .ftr-nw-subcribe-btn:hover {
        color: #fff;
        background-color: #ce0000;
    }
}

.gris-2-column {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0px 30px;
    list-style: none;
}

@media (max-width: 1199px) {
    .gris-2-column {
        grid-template-columns: auto;
    }
}

@media (max-width: 991px) {
    .gris-2-column {
        grid-template-columns: auto auto;
    }
}

.widget_time-duraion ul {
    list-style: none;
}

.widget_time-duraion ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 15px;
}

.widget_time-duraion ul li span {
    margin-right: 20px;
}

.widget_time-duraion ul li:last-child {
    margin-bottom: 0px;
}

/*______Scroll top btn css______*/
button.scroltop {
    height: 2.1em;
    width: 2.7em;
    background: #1d1b18;
    border: none;
    position: fixed;
    right: 5px;
    bottom: 50px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
    border: 1px solid #fff;
    line-height: 2em;
    border-radius: 14px;
}

button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

/*______Inner Page Banner______*/
.wt-bnr-inr {
    /* height: 640px; */
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.wt-bnr-inr:after {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 32%, rgb(255, 97, 0) 100%);
    mix-blend-mode: color;
}

@media (max-width: 768px) {
    .wt-bnr-inr {
        height: 230px;
    }
}

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.wt-bnr-inr-entry {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .wt-bnr-inr-entry {
        padding-top: 100px;
    }
}

.wt-bnr-inr-entry .banner-title-outer {
    position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title2 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.wt-bnr-inr-entry .banner-title-outer .wt-subtitle2 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.wt-bnr-inr-entry .banner-title-outer .wt-title {
    font-size: 28px;
    margin-bottom: 0px;
    position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
    display: inline-block;
    margin-bottom: 100px;
    margin-top: 100px;
    padding-right: 40px;
    position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name:after,
.wt-bnr-inr-entry .banner-title-outer .banner-title-name:before {
    position: absolute;
    right: 0px;
    top: 50%;
    content: "";
    width: 6px;
    height: 40px;
    transform: skew(-15deg) translateY(-50%);
}
.invisible{
    visibility: hidden;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name:after {
    background-color: #fff;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name:before {
    background-color: #ce0000;
    right: 6px;
}

@media (max-width: 768px) {
    .wt-bnr-inr-entry .banner-title-outer .banner-title-name {
        margin-bottom: 40px;
    }
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

@media (max-width: 768px) {
    .wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
        font-size: 32px;
    }
}

/*______Pagination Style______*/
.pagination-outer {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .pagination-outer {
        margin-bottom: 30px;
    }
}

.pagination-outer .pagination-style1 {
    position: relative;
    display: inline-block;
}

.pagination-outer .pagination-style1 ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}

.pagination-outer .pagination-style1 ul li {
    position: relative;
    margin: 0px 3px 0px;
}

@media (max-width: 400px) {
    .pagination-outer .pagination-style1 ul li {
        margin: 0px 1px 0px;
    }
}

.pagination-outer .pagination-style1 ul li.prev a {
    width: 46px;
    height: 46px;
    font-size: 14px;
    transition: 0.5s all ease;
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .pagination-outer .pagination-style1 ul li.prev a {
        width: 30px;
        height: 30px;
    }
}

.pagination-outer .pagination-style1 ul li.next a {
    width: 46px;
    height: 46px;
    font-size: 14px;
    transition: 0.5s all ease;
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .pagination-outer .pagination-style1 ul li.next a {
        width: 30px;
        height: 30px;
    }
}

.pagination-outer .pagination-style1 ul li a {
    position: relative;
    background-color: #f4f5f7;
    width: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .pagination-outer .pagination-style1 ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

.pagination-outer .pagination-style1 ul li.active a {
    background-color: #ce0000;
    color: #fff;
}

.pagination-outer .pagination-style1 ul li:hover a {
    background-color: #ce0000;
    color: #fff;
}

/*______Blog Side Bar______*/
@media (max-width: 991px) {
    .side-bar {
        margin-bottom: 30px;
    }
}

.side-bar .widget:last-child {
    margin-bottom: 0px;
}

.side-bar .widget-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #18191d;
}

.side-bar .search-bx .input-group {
    display: flex;
}

.side-bar .search-bx .input-group .form-control {
    height: 54px;
    background-color: #f4f5f7;
    font-size: 20px;
    border: none;
    padding: 0px 25px;
    border-radius: 0px;
}

.side-bar .search-bx .input-group .btn {
    color: #18191d;
    background-color: #f4f5f7;
    border-radius: 0px;
    height: 54px;
    width: 54px;
    min-width: 54px;
    padding: 0px 15px;
    font-size: 24px;
}

.side-bar .search-bx .input-group .btn:focus {
    box-shadow: none;
    border: none;
}

.side-bar .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.side-bar .widget_services ul li {
    position: relative;
    padding: 0px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.side-bar .widget_services ul li:last-child {
    padding-bottom: 0px;
}

.side-bar .widget_services ul li a {
    color: #18191d;
    margin-left: 0px;
    padding: 0px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s all ease;
}

.side-bar .widget_services ul li a:before {
    display: none;
}

.side-bar .widget_services ul li .feather {
    color: #18191d;
    font-size: 18px;
    margin-right: 15px;
}

.side-bar .widget_services ul li .badge {
    font-size: 16px;
    color: #ce0000;
    font-weight: 500;
}

.side-bar .widget_services ul li:hover a {
    color: #ce0000;
}

.side-bar .widget_services ul li:hover:before {
    background-color: #ce0000;
    color: #fff;
}

/*______Side bar tags______*/
.tw-sidebar-tags-wrap .tagcloud {
    margin-top: -3px;
    display: flex;
    flex-wrap: wrap;
}

.tw-sidebar-tags-wrap .tagcloud a {
    padding: 8px 20px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    color: #18191d;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s all ease;
}

@media (max-width: 575px) {
    .tw-sidebar-tags-wrap .tagcloud a {
        padding: 4px 14px;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 14px;
    }
}

.tw-sidebar-tags-wrap .tagcloud a:hover {
    background-color: #ce0000;
    color: #fff;
}

/*______Comment list Section______*/
ol.comment-list {
    list-style: none;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-bottom: 20px;
        display: block;
    }
}

@media (max-width: 360px) {
    ol.comment-list li.comment .comment-body {
        display: block;
    }
}

ol.comment-list li.comment .au-info-section {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    ol.comment-list li.comment .au-info-section {
        display: block;
    }
}

ol.comment-list li.comment .au-info-section .au-rating {
    display: flex;
}

@media (max-width: 575px) {
    ol.comment-list li.comment .au-info-section .au-rating {
        margin-bottom: 20px;
    }
}

ol.comment-list li.comment .au-info-section .au-rating button {
    background: none;
    border: none;
    padding: 0px;
    font-size: 12px;
    color: #ce0000;
    display: block;
}

ol.comment-list li.comment .comment-author {
    display: block;
    min-width: 70px;
    width: 70px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-author {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

ol.comment-list li.comment .comment-author img {
    border-radius: 20px;
}

@media (max-width: 360px) {
    ol.comment-list li.comment .comment-author {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

ol.comment-list li.comment .fn {
    display: inline-block;
    color: #18191d;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
    font-family: "Work Sans", sans-serif;
    padding-right: 10px;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .fn {
        padding-right: 0px;
    }
}

ol.comment-list li.comment .fn-date {
    color: #18191d;
    margin-bottom: 10px;
    display: inline-block;
}

ol.comment-list li.comment .reply {
    position: absolute;
    right: 0px;
    top: 25px;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .reply {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 0px;
        position: inherit;
    }
}

ol.comment-list li.comment .reply .comment-reply-link {
    position: relative;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
    color: #ce0000;
}

ol.comment-list li.comment p {
    margin: 0px;
    font-weight: 500;
}

ol.comment-list li.comment .children {
    list-style: none;
    margin-left: 80px;
}

ol.comment-list li.comment:last-child .children {
    list-style: none;
    margin-left: 80px;
}

@media (max-width: 767px) {
    ol.comment-list li.comment:last-child .children {
        margin-left: 0px;
    }
}

ol.comment-list li.comment:last-child .children .comment-body {
    padding: 0px;
    margin: 0px;
    border: none;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0px 15px !important;
}

/*______Comment Form______*/
.comment-respond {
    margin-top: 50px;
}

.comment-respond .comment-reply-title {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #18191d;
}

.comment-respond .form-submit .site-button {
    position: relative;
    border: none;
}

/*______Comment Area______*/
.comments-area {
    background-color: #f4f5f7;
    border-radius: 30px;
    padding: 30px;
}

@media (max-width: 480px) {
    .comments-area {
        padding: 30px 10px;
    }
}

.comments-area .comment-head-title {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #18191d;
}

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    display: none;
}

.comments-area .comment-form .comment-form-author label span,
.comments-area .comment-form .comment-form-email label span,
.comments-area .comment-form .comment-form-comment label span {
    position: relative;
    display: inline-block;
}

.comments-area .comment-form .comment-form-author input[type=text],
.comments-area .comment-form .comment-form-email input[type=text],
.comments-area .comment-form .comment-form-comment input[type=text] {
    height: 56px;
    padding: 10px 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 40px;
    font-size: 16px;
}

.comments-area .comment-form .comment-form-author input[type=text]:focus,
.comments-area .comment-form .comment-form-email input[type=text]:focus,
.comments-area .comment-form .comment-form-comment input[type=text]:focus {
    box-shadow: none;
    background-color: #efefef;
}

.comments-area .comment-form .comment-form-author input[type=text].form-control:focus,
.comments-area .comment-form .comment-form-email input[type=text].form-control:focus,
.comments-area .comment-form .comment-form-comment input[type=text].form-control:focus {
    box-shadow: none;
    background-color: #efefef;
}

.comments-area .comment-form .comment-form-comment textarea {
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 40px;
    font-size: 16px;
}

.comments-area .comment-form .comment-form-comment textarea.form-control:focus {
    box-shadow: none;
}

.comment-form .form-control:-webkit-input-placeholder {
    color: #101010;
    font-size: 14px;
}

@media (max-width: 991px) {

    .section-full.p-t150,
    .section-full.p-b120,
    .section-full.p-tb150 {
        padding-top: 58px;
        padding-bottom: 20px;
    }
}

/*______Loading______*/
.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.loading-area .loading-box {
    width: 100%;
    height: 100%;
    background-color: #000106;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.loading-area .loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
}

.loading-area .loading-pic .loader-gif {
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*______Section Overlay______*/
.overlay-wraper {
    position: relative;
}

.overlay-wraper .overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.overlay-wraper>.container {
    position: relative;
    z-index: 1;
}

.overlay-wraper>.container-fluid {
    position: relative;
    z-index: 1;
}

/*______Google Map______*/
.google-map {
    width: 100%;
    height: 460px;
}

.google-map iframe {
    width: 100%;
    border: 0px;
    filter: grayscale(100%);
}

img.grayscale {
    filter: grayscale(100%);
}

.gmap-outline {
    display: flex;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .gmap-outline {
        margin-bottom: 0px;
    }
}

.gmap-outline iframe {
    width: 100%;
    margin: 0px 150px;
    height: 600px;
    border-radius: 100px;
}

@media (max-width: 1199px) {
    .gmap-outline iframe {
        margin: 0px 15px;
    }
}

@media (max-width: 768px) {
    .gmap-outline iframe {
        height: 360px;
        border-radius: 40px;
    }
}

/*______Map Grayscale______*/
.map-grayscle {
    filter: grayscale(100%);
}

/*______Checked Input______*/
.form-check-input {
    width: 16px;
    height: 16px;
}

.form-check-input:checked {
    background-color: #ce0000;
    border-color: #ce0000;
}

.form-check-input:checked[type=radio] {
    background-image: none;
    position: relative;
}

.form-check-input:checked[type=radio]:after {
    background-color: #ce0000;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
}

.form-check-input[type=radio] {
    background-color: transparent;
}

/*______Accordion Button______*/
.accordion-button:after {
    background-image: none;
    content: "\e930";
    font-family: "Feather";
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #101010;
    text-align: center;
    font-size: 22px;
}


.accordion-button:not(.collapsed):after {
    background-image: none;
    content: "\e92e";
    transform: none;
}

@keyframes mainBar_on_scrollAnimatio {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

/*______Client Carousel______*/
.home-client-carousel3 {
    padding: 45px 0px;
    border-bottom: 1px solid #ce0000;
}

.home-client-carousel3 .owl-stage {
    display: flex;
    align-items: center;
}

.home-client-carousel3 .ow-client-logo {
    display: flex;
    align-items: center;
}

.home-client-carousel3 .client-logo {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.home-client-carousel3 .client-logo a {
    height: auto;
    display: flex;
    justify-content: space-around;
}

.home-client-carousel3 .client-logo a img {
    width: 100%;
    height: auto;
    opacity: 30%;
}

.home-client-carousel3 .client-logo a:hover img {
    opacity: 100%;
}

.bg-none {
    background-color: transparent;
}

.bg-none:focus {
    background-color: transparent;
}

.widget .section-head-small {
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 3px solid #ce0000;
}

.pos-relative {
    position: relative;
    z-index: 1;
}

/*______Next Prev Arrow Color______*/
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.swiper-button-wrap {
    position: absolute;
    left: 50px;
    bottom: 50px;
    height: 96px;
    width: 180px;
}

@media (max-width: 1440px) {
    .swiper-button-wrap {
        left: 20px;
        bottom: 20px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #ce0000;
    width: 42px;
    height: 42px;
    transition: 0.5s all ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
    background-color: #101010;
}

/*______Title Small Heading______*/
.twm-sm-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ce0000;
    position: relative;
    letter-spacing: 2px;
}

.twm-sm-title.left {
    padding: 0px 15px;
    display: inline-block;
}

.twm-sm-title.left:after,
.twm-sm-title.left:before {
    position: absolute;
    content: "-";
    font-size: 14px;
    color: #ce0000;
}

.twm-sm-title.left:after {
    left: 0px;
    bottom: 0px;
}

.twm-sm-title.left:before {
    right: 0px;
    bottom: 0px;
}

.twm-sm-title.site-text-white {
    color: #fff;
}

.twm-sm-title.site-text-white:after,
.twm-sm-title.site-text-white:before {
    color: #fff;
}

/*______Title Heading______*/
.twm-large-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .twm-large-title {
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .twm-large-title {
        font-size: 22px;
    }
}

.p-text {
    margin-bottom: 30px;
}

/*______Icon Left Style______*/
.in-dark-area p {
    color: #999999;
}

.twm-icon-style-left {
    display: flex;
    align-items: start;
    align-items: center;
}

@media (max-width: 1199px) {
    .twm-icon-style-left {
        display: block;
    }
}

.twm-icon-style-left .twm-media {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    background-color: #ce0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .twm-icon-style-left .twm-media {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-icon-style-left .twm-media img {
    width: auto;
    max-width: 48px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(107%) contrast(103%);
}

.twm-icon-style-left .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-icon-style-left p {
    margin-bottom: 0px;
}

.twm-icon-style-left p a {
    color: #565656;
    cursor: auto;
}

.twm-icon-style-left.large-set .twm-media {
    min-width: 88px;
    width: 88px;
    height: 88px;
    margin-right: 18px;
    background-color: #ce0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 20px 20px 0px 0px;
}

@media (max-width: 575px) {
    .twm-icon-style-left.large-set .twm-media {
        min-width: 70px;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}

@media (max-width: 420px) {
    .twm-icon-style-left.large-set .twm-media {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-icon-style-left.large-set .twm-media img {
    width: auto;
}

.twm-icon-style-left.large-set .twm-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #003366;
}

@media (max-width: 768px) {
    .twm-icon-style-left.large-set .twm-title {
        font-size: 18px;
    }
}

.twm-icon-style-left.large-set .twm-title2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.twm-icon-style-left.icon-no-bg .twm-media {
    background-color: transparent;
    margin-right: 20px;
}

.twm-icon-style-left.with-bdr-frame {
    border: 1px solid #222;
    background-color: #101010;
    padding: 20px;
}

.twm-icon-style-left.with-bdr-frame .twm-media {
    margin-right: 20px;
}

/*______Icon Left Style 2______*/
.twm-icon-style-left2 {
    display: flex;
    align-items: start;
    align-items: center;
    background-color: #f4f5f7;
    border-radius: 20px;
    padding: 50px 30px 50px 0px;
}

@media (max-width: 420px) {
    .twm-icon-style-left2 {
        display: block;
        padding: 20px;
    }
}

.twm-icon-style-left2 p {
    margin-bottom: 0px;
}

.twm-icon-style-left2 p a {
    color: #565656;
    cursor: auto;
}

.twm-icon-style-left2.large-set .twm-media {
    min-width: 88px;
    width: 88px;
    height: 88px;
    margin-right: 20px;
    background-color: #ce0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 6px 0px #e45803;
}

@media (max-width: 575px) {
    .twm-icon-style-left2.large-set .twm-media {
        min-width: 70px;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}

@media (max-width: 420px) {
    .twm-icon-style-left2.large-set .twm-media {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-icon-style-left2.large-set .twm-media img {
    width: auto;
    max-width: 48px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(107%) contrast(103%);
}

.twm-icon-style-left2.large-set .twm-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #18191d;
}

@media (max-width: 768px) {
    .twm-icon-style-left2.large-set .twm-title {
        font-size: 18px;
    }
}

.twm-icon-style-left2.large-set .twm-title2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

/*______Next Prev Button Position______*/
.next-prev-top-right .owl-nav {
    position: absolute;
    top: -87px;
    right: 0%;
    margin: 0px;
    padding: 0px;
    width: 100px;
    text-align: right;
}

@media (max-width: 991px) {
    .next-prev-top-right .owl-nav {
        position: inherit;
        right: inherit;
        width: auto;
        top: auto;
        transform: none;
        text-align: center;
        margin-top: 30px;
    }
}

/*______Price Box______*/
.twm-price-bx {
    background-color: #fff;
    padding: 50px 12px 12px 12px;
    margin-bottom: 30px;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 575px) {
    .twm-price-bx {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-price-bx .twm-price-bx-detail {
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 575px) {
    .twm-price-bx .twm-price-bx-detail {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-price-bx .twm-title {
    font-size: 26px;
    display: inline-block;
    color: #18191d;
    margin-bottom: 30px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .twm-price-bx .twm-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .twm-price-bx .twm-title {
        font-size: 22px;
    }
}

.twm-price-bx .twm-price-digit {
    background-color: #f4f5f7;
    color: #18191d;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    position: relative;
    padding-left: 16px;
    display: table;
    margin-left: -12px;
    padding: 30px;
    border-radius: 0px 30px 30px 0px;
}

@media (max-width: 991px) {
    .twm-price-bx .twm-price-digit {
        padding: 20px 30px;
    }
}

.twm-price-bx .twm-price-info {
    padding-left: 16px;
    padding-bottom: 1px;
}

.twm-price-bx .twm-price-info .twm-list {
    padding: 30px 0px;
}

.twm-price-bx .twm-price-info .twm-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.twm-price-bx .twm-price-info .twm-list ul li {
    display: block;
    color: #18191d;
    padding: 6px 0px 6px 45px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .twm-price-bx .twm-price-info .twm-list ul li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .twm-price-bx .twm-price-info .twm-list ul li {
        font-size: 14px;
        padding: 6px 0px 6px 30px;
    }
}

.twm-price-bx .twm-price-info .twm-list ul li:before {
    font-family: "Feather";
    content: "\e92b";
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ce0000;
    color: #fff;
    display: inline-flex;
    align-items: normal;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 7px;
}

@media (max-width: 575px) {
    .twm-price-bx .twm-price-info .twm-list ul li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
}

.twm-price-bx.active-plan {
    position: relative;
}

.twm-price-bx.active-plan .twm-popular {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 55px;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(to bottom, rgb(255, 97, 0) 35%, rgb(100, 38, 0) 100%);
}

.twm-price-bx.active-plan .twm-price-bx-detail {
    background-color: #f4f5f7;
}

.twm-price-bx.active-plan .twm-price-digit {
    background-color: #fff;
}

.twm-price-bx.active-plan .twm-price-digit .twm-price {
    color: #ce0000;
}

.twm-price-bx.active-plan .twm-readmore-btn .site-button {
    background-color: #000;
}

.twm-price-bx .twm-purchase-btn {
    margin-bottom: 18px;
}

/*______Testimonial Style______*/
.twm-testimonial {
    display: flex;
    margin: 20px 0px 0px 100px;
}

@media (max-width: 1365px) {
    .twm-testimonial {
        margin: 20px 0px 0px 58px;
    }
}

@media (max-width: 1199px) {
    .twm-testimonial {
        margin: 20px 0px 0px 10px;
    }
}

@media (max-width: 575px) {
    .twm-testimonial {
        display: block;
        margin: 0px;
    }
}

.twm-testimonial .twm-media {
    position: relative;
    text-align: center;
    left: -20px;
    top: -20px;
    bottom: -20px;
    height: 320px;
}

@media (max-width: 1199px) {
    .twm-testimonial .twm-media {
        height: 192px;
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 575px) {
    .twm-testimonial .twm-media {
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        margin-bottom: 50px;
    }
}

.twm-testimonial .twm-media:after {
    background-color: #1d24ca;
    z-index: -1;
    content: "";
    width: 80px;
    bottom: -20px;
    top: 20px;
    left: -20px;
    position: absolute;
    transform: skewX(-5deg);
}

.twm-testimonial .twm-media .media-pic {
    width: 250px;
    height: 320px;
    transform: skewX(-5deg);
    overflow: hidden;
    background-color: #ce0000;
}

@media (max-width: 1199px) {
    .twm-testimonial .twm-media .media-pic {
        width: 150px;
        height: 192px;
    }
}

.twm-testimonial .twm-media .media-pic img {
    transform: skewX(5deg);
    max-width: 120%;
    display: block;
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.twm-testimonial .twm-media img {
    width: 100%;
}

.twm-testimonial .twm-content {
    flex: 1;
    padding: 30px 30px 30px 150px;
    background-color: #000;
    border: 1px solid #222;
    margin-left: -100px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .twm-testimonial .twm-content {
        margin-left: 0px;
        padding: 20px;
    }
}

.twm-testimonial .twm-testimonial-detail {
    border-bottom: 1px solid #565656;
    margin-bottom: 20px;
}

.twm-testimonial .twm-testimonial-detail p {
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 1199px) {
    .twm-testimonial .twm-testimonial-detail p {
        font-size: 16px;
    }
}

.twm-testimonial .twm-author-info {
    display: flex;
    justify-content: space-between;
}

.twm-testimonial .twm-author-info .twm-author-detail .twm-title {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #fff;
}

.twm-testimonial .twm-author-info .twm-author-detail .twm-position {
    color: #565656;
    font-size: 16px;
}

.twm-testimonial .twm-quote-icon svg {
    fill: #ce0000;
    transform: scaleX(-1);
    width: 65px;
    height: 50px;
}

.twm-inline-list ul {
    margin-bottom: 50px;
    display: grid;
    grid: 50%/auto auto;
    grid-gap: 10px;
    list-style: none;
}

@media (max-width: 1365px) {
    .twm-inline-list ul {
        grid: inherit;
    }
}

.twm-inline-list ul li {
    position: relative;
}

.twm-inline-list ul li:before {
    font-family: "Feather";
    content: "\e92b";
    font-size: 18px;
    width: 30px;
    color: #ce0000;
    display: inline-flex;
    line-height: 1.2;
    top: 4px;
    position: relative;
}

.twm-inline-list2 ul {
    margin-bottom: 30px;
    display: block;
    list-style: none;
}

.twm-inline-list2 ul li {
    position: relative;
    font-size: 18px;
    color: #18191d;
    font-weight: 600;
    margin-bottom: 6px;
    padding-left: 50px;
    min-height: 36px;
}

@media (max-width: 420px) {
    .twm-inline-list2 ul li {
        font-size: 14px;
        padding-top: 4px;
        padding-left: 30px;
        min-height: 30px;
    }
}

.twm-inline-list2 ul li:before {
    font-family: "Feather";
    content: "\e92b";
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ce0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    top: 4px;
    left: 0px;
    position: absolute;
}

@media (max-width: 420px) {
    .twm-inline-list2 ul li:before {
        font-size: 14px;
        width: 20px;
        height: 20px;
    }
}

/*______Latest Blog______*/
.twm-blog-section-wrap {
    padding-left: 18px;
    padding-right: 18px;
}

@media (max-width: 575px) {
    .twm-blog-section-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.twm-lt-blog {
    position: relative;
}

.twm-lt-blog .twm-post-info-wrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 130px 30px 30px 30px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 73%);
}

@media (max-width: 991px) {
    .twm-lt-blog .twm-post-info-wrap {
        display: block;
        padding: 40px 20px 20px 20px;
    }
}

@media (max-width: 420px) {
    .twm-lt-blog .twm-post-info-wrap {
        padding: 20px;
        position: inherit;
        background-color: #101010;
    }
}

.twm-lt-blog .twm-post-info-wrap .twm-post-info {
    padding: 0px 0px 0px 26px;
}

@media (max-width: 991px) {
    .twm-lt-blog .twm-post-info-wrap .twm-post-info {
        padding: 10px 0px 0px 0px;
    }
}

.twm-lt-blog .wt-post-media {
    position: relative;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .twm-lt-blog .wt-post-media {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-lt-blog .wt-post-media>a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 420px) {
    .twm-lt-blog .wt-post-media>a img {
        height: 300px;
    }
}

.twm-lt-blog .wt-post-media .twm-vid-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.twm-lt-blog .wt-post-media .twm-vid-btn-wrap .twm-vid-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ce0000;
    border-radius: 50%;
}

.twm-lt-blog .wt-post-media .twm-vid-btn-wrap .twm-vid-btn i {
    color: #ce0000;
}

.twm-lt-blog .post-date-wrap {
    min-width: 80px;
    width: 80px;
}

.twm-lt-blog .post-date {
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 3px solid #ce0000;
    padding: 20px 10px;
}

@media (max-width: 420px) {
    .twm-lt-blog .post-date {
        display: flex;
        background: none;
        border-radius: 0px;
        border: none;
        padding: 0px;
        align-items: baseline;
    }
}

.twm-lt-blog .post-date span {
    display: block;
}

.twm-lt-blog .post-date span.date {
    color: #ce0000;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    font-weight: 700;
    margin-bottom: 4px;
}

@media (max-width: 420px) {
    .twm-lt-blog .post-date span.date {
        margin-bottom: 0px;
    }
}

.twm-lt-blog .post-date span.month {
    color: #18191d;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px 0px 2px;
    text-transform: uppercase;
}

@media (max-width: 420px) {
    .twm-lt-blog .post-date span.month {
        color: #fff;
    }
}

.twm-lt-blog .post-author {
    display: flex;
    align-items: center;
}

.twm-lt-blog .post-author .au-name {
    color: #ce0000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.twm-lt-blog .post-author {
    color: #ce0000;
    margin-bottom: 10px;
}

.twm-lt-blog .post-author i {
    color: #101010;
}

.twm-lt-blog .post-author a {
    color: #565656;
}

.twm-lt-blog .post-title {
    font-size: 22px;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .twm-lt-blog .post-title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .twm-lt-blog .post-title {
        font-size: 18px;
    }
}

.twm-lt-blog .post-title a {
    color: #fff;
}

.twm-lt-blog .post-title:hover a {
    color: #ce0000;
}

/*______Latest Blog______*/
.twm-blog-grid-2-section-wrap {
    padding-left: 18px;
    padding-right: 18px;
}

@media (max-width: 768px) {
    .twm-blog-grid-2-section-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.twm-blog-grid-2 {
    position: relative;
}

.twm-blog-grid-2 .twm-post-info-wrap {
    position: relative;
    padding: 55px 30px 30px 30px;
    background-color: #f4f5f7;
}

@media (max-width: 420px) {
    .twm-blog-grid-2 .twm-post-info-wrap {
        padding: 45px 20px 20px 20px;
    }
}

.twm-blog-grid-2 .twm-post-info-wrap .twm-post-info {
    padding: 0px;
}

.twm-blog-grid-2 .wt-post-media {
    position: relative;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .twm-blog-grid-2 .wt-post-media {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-blog-grid-2 .wt-post-media .blog-list-carousel {
    z-index: 0;
}

@media (max-width: 420px) {
    .twm-blog-grid-2 .wt-post-media .blog-list-carousel.owl-carousel .owl-item img {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.twm-blog-grid-2 .wt-post-media>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 350px;
}

@media (max-width: 420px) {
    .twm-blog-grid-2 .wt-post-media>img {
        height: 300px;
    }
}

.twm-blog-grid-2 .wt-post-media .twm-vid-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.twm-blog-grid-2 .wt-post-media .twm-vid-btn-wrap .twm-vid-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

.twm-blog-grid-2 .wt-post-media .twm-vid-btn-wrap .twm-vid-btn i {
    color: #ce0000;
    font-size: 24px;
}

.twm-blog-grid-2 .post-date-wrap {
    min-width: 80px;
    width: 80px;
    position: absolute;
    top: -70px;
}

.twm-blog-grid-2 .post-date {
    background-color: #ce0000;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 3px solid #101010;
    padding: 20px 10px;
}

.twm-blog-grid-2 .post-date span {
    display: block;
}

.twm-blog-grid-2 .post-date span.date {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    font-weight: 700;
    margin-bottom: 4px;
}

.twm-blog-grid-2 .post-date span.month {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px 0px 2px;
    text-transform: uppercase;
}

.twm-blog-grid-2 .post-author {
    display: flex;
    align-items: center;
}

.twm-blog-grid-2 .post-author .au-name {
    color: #ce0000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.twm-blog-grid-2 .post-author {
    color: #ce0000;
    margin-bottom: 10px;
}

.twm-blog-grid-2 .post-author i {
    color: #101010;
}

.twm-blog-grid-2 .post-author a {
    color: #565656;
}

.twm-blog-grid-2 .post-title {
    font-size: 22px;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .twm-blog-grid-2 .post-title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .twm-blog-grid-2 .post-title {
        font-size: 18px;
    }
}

.twm-blog-grid-2 .post-title a {
    color: #18191d;
    transition: 0.5s all ease;
}

.twm-blog-grid-2 .post-title:hover a {
    color: #ce0000;
}

.twm-blog-grid-2.blog-list-type-view .post-title {
    margin-bottom: 15px;
}

/*______Play button circle Animation______*/
.btn-animation {
    position: relative;
}

.btn-animation::before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #101010;
    content: "";
    animation: pulse 1s infinite;
    border: 4px solid #101010;
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

/*______News Post______*/
.twm-news-post {
    display: flex;
    margin-bottom: 25px;
}

.twm-news-post .wt-post-media {
    position: relative;
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.twm-news-post .twm-post-info {
    padding: 0px;
}

.twm-news-post .post-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.twm-news-post .post-title {
    margin-bottom: 0px;
}

.twm-news-post .post-title a {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #18191d;
    font-weight: 500;
    transition: 0.5s all ease;
}

.twm-news-post .post-title a:hover {
    color: #ce0000;
}

.twm-news-post .post-title:hover {
    color: #ce0000;
}

/*______Post Detail______*/
.widget-post-bx .twm-news-post:last-child {
    margin-bottom: 0px;
}

/*______Team______*/
.twm-team-section {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
}

.twm-team-section::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    bottom: 30%;
    background-color: #f4f5f7;
    width: 80%;
    border-radius: 40px;
}

.twm-team-section .twm-team-info {
    text-align: center;
    position: relative;
    padding: 25px 25px 50px 25px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 0px 40px 0px 0px;
}

.twm-team-section .twm-team-info .twm-s-title {
    font-size: 16px;
    color: #565656;
    margin-bottom: 0px;
}

.twm-team-section .twm-team-info .twm-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #18191d;
}

@media (max-width: 768px) {
    .twm-team-section .twm-team-info .twm-title {
        font-size: 18px;
    }
}

.twm-team-section .twm-team-info .twm-title.site-text-dark {
    color: #101010;
}

.twm-team-section .twm-team-info .twm-title:hover {
    color: #ce0000;
}

.twm-team-section .twm-team-media {
    position: relative;
    overflow: hidden;
    background-color: #000;
    transition: opacity 0.35s, transform 0.35s;
    border-radius: 40px 0px 40px 40px;
    margin-top: -30px;
}

.twm-team-section .twm-team-media .twm-team-social {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    transition: 0.5s all ease;
}

.twm-team-section .twm-team-media .twm-team-social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.twm-team-section .twm-team-media .twm-team-social ul li {
    margin-bottom: 5px;
}

.twm-team-section .twm-team-media .twm-team-social ul li a {
    background-color: #ce0000;
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 0px 10px 10px 0px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.twm-team-section .twm-team-media .twm-team-social ul li a i {
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 3;
    transform: rotateY(0deg);
}

.twm-team-section .twm-team-media .twm-team-social ul li a i:hover {
    color: #fff;
    transform: rotateY(360deg);
}

.twm-team-section .twm-team-media .twm-team-social ul li a span {
    font-size: 14px;
    opacity: 0;
    color: #fff;
    position: absolute;
    left: -100%;
    height: 46px;
    line-height: 46px;
    z-index: -1;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
    min-width: 60px;
    text-indent: -500px;
    transition: 0.8s;
}

.twm-team-section .twm-team-media .twm-team-social ul li a span::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -300px;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: -1;
}

.twm-team-section .twm-team-media .twm-team-social ul li a:hover span {
    text-indent: 0px;
    opacity: 1;
    transition: 0.3s;
    left: 100%;
}

.twm-team-section .twm-team-media .twm-team-social ul li a:hover span:before {
    left: 0%;
}

.twm-team-section .twm-team-media .twm-team-social ul li a:hover i {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

.twm-team-section .twm-team-media .twm-team-social ul li:nth-child(1) a span:before {
    background: #000;
}

.twm-team-section .twm-team-media .twm-team-social ul li:nth-child(2) a span:before {
    background: #3b5999;
}

.twm-team-section .twm-team-media .twm-team-social ul li:nth-child(3) a span:before {
    background: #ee2a7b;
}

.twm-team-section .twm-team-media .twm-team-social ul li:nth-child(4) a span:before {
    background: #dd4b39;
}

.twm-team-section .twm-team-media img {
    width: 100%;
}

.twm-team-section .twm-social {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.twm-team-section:hover .twm-team-media .twm-team-social {
    left: 0px;
}

.twm-rating-wrap span {
    display: inline;
    cursor: pointer;
}

.twm-rating-wrap span i {
    color: #ce0000;
    font-size: 16px;
}

/*______Faq Accordion Style______*/
.twm-faq-section-1 .twm-faq-info-wrap {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .twm-faq-section-1 .twm-faq-info-wrap {
        margin-left: 0px;
    }
}

.twm-faq-section-2 .twm-faq-info-wrap {
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .twm-faq-section-2 .twm-faq-info-wrap {
        margin-right: 0px;
    }
}

.twm-faq-info {
    background-color: #f4f5f7;
    padding: 20px;
    border-radius: 20px;
}

.twm-acdn .accordion-item {
    border: 0px;
    margin-bottom: 14px;
    border-radius: 0px;
    overflow: hidden;
    text-align: left;
    background-color: #f4f5f7;
}

.twm-acdn .accordion-item:last-child {
    margin-bottom: 0px;
}

.twm-acdn .accordion-item .accordion-button {
    font-size: 18px;
    color: #18191d;
    padding: 15px 40px 15px 30px;
    background-color: #fff;
    font-weight: 600;
    border-top: 0px;
    font-family: "Work Sans", sans-serif;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .twm-acdn .accordion-item .accordion-button {
        font-size: 16px;
        padding: 10px 30px 10px 20px;
    }
}

.twm-acdn .accordion-item .accordion-button:after {
    right: 26px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #18191d;
    position: absolute;
}

@media (max-width: 767px) {
    .twm-acdn .accordion-item .accordion-button:after {
        right: 15px;
    }
}

.twm-acdn .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.twm-acdn .accordion-item .accordion-button:not(.collapsed):after {
    color: #18191d !important;
}

.twm-acdn .accordion-body {
    padding: 20px 30px;
    font-size: 14px;
    color: #565656;
}

@media (max-width: 767px) {
    .twm-acdn .accordion-body {
        padding: 10px 15px;
    }
}

@media (max-width: 1024px) {
    .twm-acdn .tb-title {
        font-size: 16px;
    }
}

/*______Blockquote______*/
blockquote.author-quote {
    padding: 36px 60px 36px 80px;
    margin: 30px 0px;
    border-radius: 100px 0px 0px 100px;
    background-color: #f4f5f7;
    border-right: 4px solid #ce0000;
}

@media (max-width: 767px) {
    blockquote.author-quote {
        padding: 30px;
        border-radius: 40px 0px 0px 40px;
    }
}

blockquote.author-quote .twm-bq-content {
    font-size: 16px;
    line-height: 26px;
    color: #18191d;
    font-style: italic;
    font-weight: 500;
}

blockquote.author-quote .twm-bq-content .twm-bq-atr-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    font-style: normal;
    position: relative;
    padding-left: 48px;
}

blockquote.author-quote .twm-bq-content .twm-bq-atr-name:before {
    content: "";
    height: 2px;
    width: 38px;
    background-color: #ce0000;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.map {
    height: 710px;
    width: 100%;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

@media (max-width: 1024px) {
    .map {
        height: 320px;
    }
}

.twm-social .twm-title {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #18191d;
}

.twm-social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.twm-social ul li {
    margin-right: 5px;
}

.twm-social ul li a {
    background-color: #ce0000;
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px 10px 0px 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.twm-social ul li a i {
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 3;
    transform: rotateY(0deg);
}

.twm-social ul li a i:hover {
    color: #fff;
    transform: rotateY(360deg);
}

.twm-social ul li a:hover i {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

.twm-social ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.twm-social ul li a:hover:before {
    top: 0;
}

.twm-social ul li:nth-child(1) a:before {
    background: #000;
}

.twm-social ul li:nth-child(2) a:before {
    background: #3b5999;
}

.twm-social ul li:nth-child(3) a:before {
    background: #ee2a7b;
}

.twm-social ul li:nth-child(4) a:before {
    background: #dd4b39;
}

/*______Progress Bar Section______*/
.our-skills-item {
    overflow: hidden;
}

.our-skills-item .progress {
    background-color: #f4f5f7;
    overflow: visible;
    height: 10px;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .our-skills-item .progress {
        position: relative;
    }
}

.our-skills-item .progress-bar {
    --progress-bar-count: 100%;
    width: var(--progress-bar-count);
    line-height: 8px;
    overflow: visible;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .our-skills-item .progress-bar {
        position: static;
    }
}

.our-skills-item .progress-bar span {
    color: #18191d;
    display: flex;
    justify-content: center;
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}

.our-skills-item .progressText {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Work Sans", sans-serif;
    color: #18191d;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.progress-box {
    margin-bottom: 20px;
}

.progress-bar-anim {
    animation-name: progress-bar-anim;
}

/*______Our Skills Section______*/
.our-skills-item-wrap .twm-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.our-skills-item-wrap .our-skills-item:last-child .progress-box {
    margin-bottom: 0px;
}

@keyframes progress-bar-anim {
    0% {
        width: 0%;
    }

    100% {
        width: var(--progress-bar-count);
    }
}

.twm-primary-overlay-wrap {
    position: relative;
}

.twm-primary-overlay-wrap .twm-primary-overlay {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}

/*______Make It A Marquee______*/
.TickerNews {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.TickerNews .ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.TickerNews .ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.TickerNews .ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.TickerNews .ti_news {
    float: left;
}

.TickerNews .ti_news a {
    display: block;
    margin-right: 10px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 800;
    color: #98abee;
    margin-right: 110px;
    transition: 0.5s all ease;
}

.TickerNews .ti_news a:hover {
    transition: 0.5s all ease;
    animation-play-state: paused;
    color: #fff;
}

/*______Contact Form______*/
.cons-contact-form-new .form-control {
    height: 56px;
    padding: 10px 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 40px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .cons-contact-form-new .form-control {
        border-radius: 16px;
    }
}

.cons-contact-form-new .form-control:focus {
    box-shadow: none;
    background-color: #efefef;
}

.cons-contact-form-new textarea.form-control {
    padding-top: 15px;
    height: 180px;
    resize: none;
}

/*______Contact Us Page______*/
.twm-contact-section-wrap {
    overflow: hidden;
}

.twm-contact-page-detail {
    margin-bottom: 30px;
    padding: 80px 0px 80px 60px;
    background-color: #f6f6f5;
    border-radius: 100px 0px 0px 100px;
    position: relative;
}

.twm-contact-page-detail:after {
    background-color: #f6f6f5;
    left: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    width: 3000px;
}

@media (max-width: 1199px) {
    .twm-contact-page-detail {
        padding: 50px 0px 50px 50px;
    }
}

@media (max-width: 991px) {
    .twm-contact-page-detail {
        padding: 30px;
        border-radius: 30px;
    }

    .twm-contact-page-detail:after {
        display: none;
    }
}

.twm-contact-page-detail .twm-icon-style-left {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .twm-contact-page-detail .twm-icon-style-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .twm-contact-page-detail .twm-icon-style-left {
        display: flex;
    }

    .twm-contact-page-detail .twm-icon-style-left .twm-media {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

.twm-contact-page-detail .p-text {
    font-size: 18px;
}

.twm-maskingtext {
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .twm-maskingtext {
        margin-bottom: 30px;
    }
}

.twm-maskingtext h1 {
    font-size: 200px;
    line-height: 160px;
    display: inline-table;
    color: #000;
    margin: 0px;
}

@media (max-width: 1199px) {
    .twm-maskingtext h1 {
        font-size: 100px;
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    .twm-maskingtext h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .twm-maskingtext h1 {
        font-size: 36px;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    .twm-maskingtext h1 {
        font-size: 26px;
    }
}

.twm-maskingtext img {
    position: absolute;
    top: 50%;
    left: -70px;
    width: 100%;
    mix-blend-mode: lighten;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .twm-maskingtext img {
        display: none;
    }
}

.twm-get-info-section {
    max-width: 1030px;
    margin: 0px auto;
}

@media (max-width: 991px) {
    .twm-get-info-section .row [class*=col-] .twm-get-info-wrap.st02-small {
        margin-bottom: 60px;
    }

    .twm-get-info-section .row [class*=col-]:last-child .twm-get-info-wrap.st02-small {
        margin-bottom: 0px;
    }
}

.twm-get-info-wrap {
    margin-left: 88px;
}

@media (max-width: 1199px) {
    .twm-get-info-wrap {
        margin-left: 0px;
    }
}

.twm-get-info-wrap ul {
    list-style: none;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .twm-get-info-wrap ul {
        margin-bottom: 0px;
    }
}

.twm-get-info-wrap ul li {
    margin-bottom: 40px;
}

.twm-get-info-wrap.st02-small {
    margin-left: 0px;
}

.twm-get-info-wrap.st02-small .wm-h-title {
    margin-bottom: 30px;
    font-weight: 600;
}

.twm-get-info-wrap.st02-small ul {
    margin-bottom: 30px;
}

.twm-get-info-wrap.st02-small ul li {
    margin-bottom: 30px;
}

.twm-get-info-wrap.st02-small ul li:last-child {
    margin-bottom: 0px;
}

.twm-get-info-wrap.st02-small ul .twm-get-info .twm-media {
    min-width: 36px;
    width: 36px;
    height: 48px;
    margin-right: 20px;
    font-size: 28px;
}

.twm-get-info-wrap.st02-small ul .twm-get-info .twm-title {
    font-size: 16px;
    line-height: 24px;
}

.twm-get-info-wrap.st02-small ul .twm-get-info p {
    margin-bottom: 8px;
    font-size: 14px;
}

.twm-get-info {
    display: flex;
    align-items: start;
    align-items: center;
}

.twm-get-info .twm-media {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    color: #ce0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

@media (max-width: 480px) {
    .twm-get-info .twm-media {
        min-width: 36px;
        width: 36px;
        height: 48px;
        margin-right: 20px;
        font-size: 28px;
    }
}

.twm-get-info .twm-media img {
    width: auto;
    max-width: 48px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(107%) contrast(103%);
}

.twm-get-info .twm-title {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #18191d;
}

@media (max-width: 480px) {
    .twm-get-info .twm-title {
        font-size: 16px;
    }
}

.twm-get-info .twm-title a {
    color: #18191d;
    cursor: auto;
}

.twm-get-info p {
    margin-bottom: 8px;
    font-size: 18px;
}

@media (max-width: 480px) {
    .twm-get-info p {
        font-size: 14px;
    }
}

/*______Filter Hover Navigation______*/
.filter-navigation-wrap {
    text-align: center;
}

.filter-navigation {
    margin-bottom: 0px;
    display: inline-block;
}

.filter-navigation li {
    display: block;
    float: left;
    list-style: outside none none;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .filter-navigation li {
        margin-right: 2px;
    }
}

.filter-navigation li a.btn-inline {
    position: relative;
    font-size: 18px;
    color: #18191d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 600;
    padding: 4px 20px;
    font-family: "Work Sans", sans-serif;
    transition: 0.5s all ease;
}

.filter-navigation li a.btn-inline:hover {
    color: #ce0000;
}

@media (max-width: 991px) {
    .filter-navigation li a.btn-inline {
        font-size: 16px;
        padding: 4px 10px;
    }
}

.filter-navigation li.active a {
    display: block;
    color: #ce0000;
}

@media (max-width: 767px) {
    .filter-navigation li a.btn-inline {
        font-size: 14px;
        padding: 4px 8px;
    }

    .filter-navigation-wrap {
        text-align: left;
        padding-bottom: 10px;
    }
}

/*______Team Detail Section______*/
.twm-team-detail-section {
    max-width: 1075px;
    padding: 0px 20px;
    margin: 0px auto;
}

@media (max-width: 767px) {
    .twm-team-detail-section {
        max-width: 560px;
    }
}

.twm-team-detail {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .twm-team-detail {
        margin: 0px 0px 30px 0px;
    }
}

.twm-team-detail .twm-team-d-pic {
    margin-right: -5px;
}

@media (max-width: 767px) {
    .twm-team-detail .twm-team-d-pic {
        margin: 0px 0px 30px 0px;
    }
}

.twm-team-detail .twm-team-d-pic img {
    border-radius: 50px 0px 50px 50px;
}

.twm-team-d-info-wrap {
    margin: 0px 0px 20px 20px;
    border: 1px solid #ececec;
    border-radius: 0px 50px 50px 50px;
}

@media (max-width: 767px) {
    .twm-team-d-info-wrap {
        margin: 0px 0px 30px 0px;
    }
}

.twm-team-d-info {
    padding: 50px;
    border: 1px solid #ce0000;
    background-size: cover;
    border-radius: 0px 50px 50px 50px;
    position: relative;
    z-index: 1;
    margin: 20px 20px -20px 20px;
}

@media (max-width: 768px) {
    .twm-team-d-info {
        padding: 30px;
    }
}

.twm-team-d-info .twm-team-d-title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #18191d;
}

@media (max-width: 768px) {
    .twm-team-d-info .twm-team-d-title {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .twm-team-d-info .twm-team-d-title {
        font-size: 20px;
    }
}

.twm-team-d-info .twm-team-d-position {
    font-size: 16px;
    color: #18191d;
    margin-bottom: 20px;
}

.split-caratiares {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Number of visible lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .twm-team-d-info .twm-team-d-position {
        margin-bottom: 30px;
    }
}

.twm-team-d-info .twm-team-d-detail {
    list-style: none;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .twm-team-d-info .twm-team-d-detail {
        margin-bottom: 30px;
    }
}

.twm-team-d-info .twm-team-d-detail li {
    display: block;
    margin-bottom: 10px;
}

.twm-team-d-info .twm-team-d-detail li span {
    color: #18191d;
    font-size: 18px;
    font-weight: 600;
    width: 150px;
    display: inline-block;
}

@media (max-width: 420px) {
    .twm-team-d-info .twm-team-d-detail li span {
        width: 100%;
        display: block;
    }
}

.twm-team-d-info .twm-team-d-detail li a {
    color: #565656;
    cursor: auto;
}

.twm-team-info .row {
    display: flex;
    align-items: end;
}

.twm-team-info-detail-wrap {
    margin: 0px 90px;
}

@media (max-width: 767px) {
    .twm-team-info-detail-wrap {
        margin: 0px;
    }
}

.twm-team-info-detail-wrap .twm-team-d-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #18191d;
}

@media (max-width: 768px) {
    .twm-team-info-detail-wrap .twm-team-d-title {
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .twm-team-info-detail-wrap .twm-team-d-title {
        font-size: 22px;
    }
}

.twm-team-info-detail-wrap .twm-team-d-title span {
    color: #ce0000;
}

.twm-team-info-detail-wrap p:last-child {
    margin-bottom: 0px;
}

.twm-t-workexp .twm-t-workexp-list {
    list-style: none;
}

.twm-t-workexp .twm-t-workexp-list>li {
    border-bottom: 1px solid #ce0000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.twm-t-workexp .twm-t-workexp-list>li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.twm-t-workexp .twm-t-workexp-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .twm-t-workexp .twm-t-workexp-info {
        display: block;
    }
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-date {
    font-size: 18px;
    font-weight: 500;
    color: #18191d;
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-date span {
    padding-left: 10px;
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul {
    list-style: none;
    display: flex;
}

@media (max-width: 575px) {
    .twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul {
        flex-wrap: wrap;
    }
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul li {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul li:after {
    background-color: #ce0000;
    height: 14px;
    width: 2px;
    position: absolute;
    right: 0px;
    top: 7px;
    content: "";
    transform: skew(-12deg);
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul li:last-child:after {
    display: none;
}

.twm-t-workexp .twm-t-workexp-info .twm-t-workexp-detail ul li i {
    color: #ce0000;
    font-size: 10px;
    margin-right: 10px;
}

/*______Video Section______*/
.video-section-outer {
    margin-top: 92px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .video-section-outer {
        margin-top: 0px;
    }
}

.video-section-outer img {
    height: 586px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .video-section-outer img {
        height: 300px;
    }
}

.video-section {
    position: relative;
    z-index: 1;
}

.video-section img {
    width: 100%;
}

/*______Play Button______*/
.play-now-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #ce0000;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    animation: ripple-video 3s infinite;
    z-index: 1;
}

.play-now-video .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now-video .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*______Testimonial2 Style______*/
.twm-testimonial2 {
    background-color: #f4f5f7;
    border-radius: 100px 100px 0px 0px;
    padding: 40px 30px 30px 30px;
    position: relative;
}

@media (max-width: 575px) {
    .twm-testimonial2 {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-testimonial2 .twm-testimonial-head {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.twm-testimonial2 .twm-testimonial-head .media-pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px 50px 0px 50px;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .twm-testimonial2 .twm-testimonial-head .media-pic {
        border-radius: 30px 30px 0px 30px;
    }
}

.twm-testimonial2 .twm-testimonial-head .media-pic img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.twm-testimonial2 .twm-testimonial-detail p {
    font-size: 14px;
    line-height: 24px;
}

.twm-testimonial2 .twm-author-detail .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-testimonial2 .twm-author-detail .twm-position {
    color: #565656;
    font-size: 14px;
}

.twm-testimonial2 .twm-quote-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 0.1;
}

.twm-testimonial2 .twm-quote-icon img {
    width: 70px;
}

.twm-testimonial2.drk-view {
    background-color: transparent;
    padding: 0px;
}

.twm-testimonial2.drk-view .twm-testimonial-detail p {
    color: #fff;
    opacity: 0.6;
}

.twm-testimonial2.drk-view .twm-author-detail .twm-title {
    color: #fff;
}

.twm-testimonial2.drk-view .twm-author-detail .twm-position {
    color: #fff;
    opacity: 0.6;
}

/*______Working Steps______*/
.twm-w-steps-section-wrap {
    background-size: cover;
    background-position: center bottom;
}

.twm-w-steps .twm-w-step-count {
    background-color: #101010;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    width: 100px;
    justify-content: center;
    padding: 0px 0px 10px;
    margin-bottom: -10px;
}

.twm-w-steps .twm-w-step-count span {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.twm-w-steps .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-w-steps .twm-w-step-detail {
    border-radius: 30px 30px 0px 0px;
    padding: 30px;
    background-color: #f4f5f7;
    box-shadow: -6px -6px #fff;
    position: relative;
    z-index: 1;
}

.twm-w-steps .twm-w-step-detail p {
    margin-bottom: 0px;
}

/*______Categories______*/
.twm-categories-section-wrap {
    position: relative;
}

.twm-categories-section-wrap:after {
    content: "";
    height: 200px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ce0000;
    border-radius: 0px 0px 100px 100px;
}

@media (max-width: 575px) {
    .twm-categories-section-wrap:after {
        border-radius: 0px 0px 50px 50px;
    }
}

.twm-w-chooseus-section {
    display: flex;
    align-items: center;
}

.twm-categories-type .twm-media {
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .twm-categories-type .twm-media {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-categories-type .twm-media img {
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.twm-categories-type .twm-media .twm-media-link {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.twm-categories-type .twm-media .twm-media-link .twm-media-link-content {
    background-color: #fff;
    display: inline-flex;
    color: #101010;
    font-size: 18px;
    padding: 3px 30px;
    font-weight: 500;
    border-radius: 0px 20px 0px 0px;
    transition: 0.5s all ease;
}

.twm-categories-type .twm-media:hover .twm-media-link .twm-media-link-content {
    background-color: #ce0000;
    color: #fff;
}

.twm-categories2-type-wrap {
    margin-top: 20px;
}

.twm-categories2-type {
    background-color: #f4f5f7;
    border-radius: 30px 30px 0px 0px;
}

.twm-categories2-type .twm-media-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.twm-categories2-type .twm-media-wrap .twm-media {
    width: 100px;
    height: 100px;
    background-color: #000;
    padding: 34px 20px 10px 20px;
    border-radius: 0px 0px 20px 20px;
    position: relative;
}

.twm-categories2-type .twm-media-wrap .twm-media:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #444;
    border-left: 10px solid transparent;
}

.twm-categories2-type .twm-media-wrap .twm-media img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(125deg) brightness(102%) contrast(100%);
}

.twm-categories2-type .twm-media-link {
    padding-top: 120px;
}

.twm-categories2-type .twm-media-link .twm-media-link-content {
    background-color: #fff;
    display: inline-flex;
    color: #101010;
    font-size: 18px;
    padding: 3px 30px;
    font-weight: 500;
    border-radius: 0px 20px 0px 0px;
    transition: 0.5s all ease;
}

.twm-categories2-type:hover .twm-media-link .twm-media-link-content {
    background-color: #ce0000;
    color: #fff;
}

/*______Why Choose Us______*/
.twm-w-chooseus-media {
    position: relative;
    z-index: 1;
}

.twm-w-chooseus-media::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 600px;
    background-color: #ce0000;
    content: "";
    border-radius: 50px 50px 0px 0px;
    z-index: -1;
}

@media (max-width: 767px) {
    .twm-w-chooseus-media::after {
        display: none;
    }
}

.twm-w-chooseus-media .twm-media {
    padding-top: 100px;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .twm-w-chooseus-media .twm-media {
        padding-top: 30px;
        padding-right: 0px;
    }
}

.twm-w-chooseus-media .twm-media img {
    width: 100%;
}

/*______Icon List Style (1)______*/
@media (max-width: 991px) {
    .twm-list-icon-style1 {
        margin-bottom: 30px;
    }
}

.twm-list-icon-style1 ul {
    list-style: none;
    margin: 0px 30px 0px 26px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .twm-list-icon-style1 ul {
        margin: 0px 0px 0px 26px;
    }
}

.twm-list-icon-style1 ul:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 120px;
    background-color: #ce0000;
    z-index: -1;
    border-radius: 0px 20px 20px 0px;
}

@media (max-width: 767px) {
    .twm-list-icon-style1 ul:after {
        display: none;
    }
}

.twm-list-icon-style1 ul li {
    border-bottom: 1px solid #fff;
}

.twm-list-icon-style1 ul li:first-child .twm-list-icon-style-bx {
    border-radius: 20px 20px 0px 0px;
}

.twm-list-icon-style-bx {
    display: flex;
    background-color: #f4f5f7;
    padding: 28px 28px 28px 0px;
}

.twm-list-icon-style-bx .twm-icon-bx {
    margin-right: 20px;
    margin-left: -20px;
}

.twm-list-icon-style-bx .twm-icon-bx span {
    background-color: #000;
    padding: 15px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0px 0px 20px;
    box-shadow: -7px -7px #f4f5f7;
}

.twm-list-icon-style-bx .twm-icon-bx-detail .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-list-icon-style-bx .twm-icon-bx-detail p {
    margin-bottom: 0px;
}

/*______Icon List Style (2)______*/
.twm-list-icon-style2 ul {
    list-style: none;
    margin: 0px 30px 0px 0px;
}

@media (max-width: 480px) {
    .twm-list-icon-style2 ul {
        margin: 0px;
    }
}

.twm-list-icon-style2 ul li {
    border-bottom: 1px solid #f4f5f7;
}

.twm-list-icon-style2 ul li:first-child .twm-list-icon-style-bx {
    border-radius: 20px 20px 0px 0px;
}

.twm-list-icon-style-bx2 {
    display: flex;
    padding: 28px 28px 28px 0px;
}

@media (max-width: 480px) {
    .twm-list-icon-style-bx2 {
        padding: 28px 0px 28px 0px;
    }
}

.twm-list-icon-style-bx2 .twm-icon-bx {
    margin-right: 20px;
}

.twm-list-icon-style-bx2 .twm-icon-bx span {
    background-color: #ce0000;
    padding: 15px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0px 0px 20px;
}

.twm-list-icon-style-bx2 .twm-icon-bx span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(167deg) brightness(106%) contrast(102%);
}

.twm-list-icon-style-bx2 .twm-icon-bx-detail .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-list-icon-style-bx2 .twm-icon-bx-detail p {
    margin-bottom: 0px;
}

/*______Why Choose Us______*/
.twm-w-chooseus2-media {
    position: relative;
    z-index: 1;
    margin-left: 98px;
}

@media (max-width: 1199px) {
    .twm-w-chooseus2-media {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .twm-w-chooseus2-media {
        margin: 40px 0px 40px 0px;
    }
}

.twm-w-chooseus2-media::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 600px;
    background-color: #ce0000;
    content: "";
    border-radius: 50px 50px 0px 0px;
    z-index: -1;
}

@media (max-width: 480px) {
    .twm-w-chooseus2-media::after {
        display: none;
    }
}

.twm-w-chooseus2-media .twm-media {
    padding-top: 100px;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .twm-w-chooseus2-media .twm-media {
        padding-top: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 480px) {
    .twm-w-chooseus2-media .twm-media {
        padding: 0px;
    }
}

.twm-w-chooseus2-media .twm-media img {
    width: 100%;
    border-radius: 30px;
}

.twm-need-help-bx {
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 15px;
    border-radius: 0px 20px 0px 0px;
}

@media (max-width: 767px) {
    .twm-need-help-bx {
        left: auto;
        right: 0px;
    }
}

@media (max-width: 575px) {
    .twm-need-help-bx {
        position: relative;
        right: auto;
        bottom: auto;
        border-radius: 0px;
        padding: 20px 0px 0px 0px;
        display: none;
    }
}

.twm-need-help-bx .twm-title {
    font-size: 38px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .twm-need-help-bx .twm-title {
        font-size: 22px;
    }
}

.twm-need-help-bx span {
    color: #ce0000;
    display: block;
    font-size: 24px;
}

@media (max-width: 480px) {
    .twm-need-help-bx span {
        font-size: 16px;
    }
}

.twm-need-help-bx .twm-need-help-icon {
    padding-left: 20px;
}

.twm-need-help-bx .twm-need-help-content {
    text-align: right;
}

.twm-need-help-bx2 {
    background-color: #fff;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 20px 20px 10px 20px;
    border-radius: 20px 20px 0px 0px;
}

@media (max-width: 991px) {
    .twm-need-help-bx2 {
        position: relative;
        right: auto;
        bottom: auto;
        border-radius: 0px;
        padding: 20px 0px 0px 0px;
    }
}

.twm-need-help-bx2 .twm-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .twm-need-help-bx2 .twm-title {
        font-size: 22px;
    }
}

.twm-need-help-bx2 span {
    color: #ce0000;
    display: block;
    font-size: 24px;
}

@media (max-width: 480px) {
    .twm-need-help-bx2 span {
        font-size: 16px;
    }
}

.twm-need-help-bx2 .twm-need-help-icon {
    padding-left: 20px;
}

.twm-need-help-bx2 .twm-need-help-content {
    text-align: right;
}

/*______Our vehicle Fleet______*/
.twm-vehicle-fleet-bx .twm-media {
    position: relative;
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section {
    position: absolute;
    padding: 20px 10px;
    text-align: center;
    right: 30px;
    bottom: -3px;
    min-width: 130px;
    border-bottom: 3px solid #ce0000;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .twm-vehicle-fleet-bx .twm-media .twm-price-section {
        min-width: auto;
        padding: 10px;
    }
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .twm-vehicle-fleet-bx .twm-media .twm-price-section .v-price {
        font-size: 22px;
        line-height: 22px;
    }
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-detail {
    background-color: #101010;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    width: 100%;

}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-detail em {
    font-style: normal;
    transition: 0.5s all ease;
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-detail em::after {
    width: 0%;
    height: 2px;
    background-color: #ce0000;
    position: absolute;
    right: 0%;
    bottom: 0%;
    content: "";
    opacity: 0;
    transition: 0.5s all ease;
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-detail:hover {
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.twm-vehicle-fleet-bx .twm-media .twm-price-section .v-detail:hover em:after {
    width: 100%;
    opacity: 1;
    right: auto;
    left: 0%;
}

.twm-vehicle-fleet-bx .twm-media-pic {
    overflow: hidden;
    /* border-radius: 100px 100px 0px 0px; */
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 350px !important;



}

@media (max-width: 575px) {
    .twm-vehicle-fleet-bx .twm-media-pic {
        /* border-radius: 50px 50px 0px 0px; */
    }
}

.twm-vehicle-fleet-bx .twm-media-pic img {
    /* width:  636px; */
    /* height: 554px; */
    /* height: 350px; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.twm-vehicle-fleet-bx .twm-media-pic .twm-media-pic-new {
    height: 554px;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.twm-vehicle-fleet-bx .twm-vehicle-fleet-content {
    padding: 30px;
    background-color: #f4f5f7;
    /* background-color: #ce0000; */
    min-height: 19vh;
}

.twm-vehicle-fleet-bx .twm-vehicle-fleet-content .twm-v-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.twm-vehicle-fleet-bx .twm-vehicle-fleet-content .twm-v-title:hover a {
    color: #ce0000;
}

.twm-vehicle-facility {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.twm-vehicle-facility li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
}

.twm-vehicle-facility li span {
    display: inline-block;
    width: 30px;
    padding-right: 10px;
}

.twm-vehicle-facility li span img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(3017%) hue-rotate(6deg) brightness(108%) contrast(103%);
}

.twm-vehicle-facility li:last-child {
    /* padding-right: 0px; */
}

.twm-vehicle-facility li:last-child:after {
    /* display: none; */
}

.twm-vehicle-fuel-type {
    list-style: none;
    margin: 0px;
    display: flex;
}

.twm-vehicle-fuel-type li {
    font-size: 14px;
    color: #ce0000;
    font-weight: 500;
    position: relative;
    padding: 0px 10px;
}

.twm-vehicle-fuel-type li:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #565656;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.twm-vehicle-fuel-type li:first-child {
    padding-left: 0px;
}

.twm-vehicle-fuel-type li:last-child {
    padding-right: 0px;
}

.twm-vehicle-fuel-type li:last-child:after {
    display: none;
}

.twm-vehicle-fuel-type li del {
    color: #565656;
}

.twm-vehicle-fleet-bx2 .twm-media {
    position: relative;
}

.twm-vehicle-fleet-bx2 .twm-media .twm-price-section {
    display: flex;
    align-items: baseline;
    position: absolute;
    padding: 12px 10px 6px;
    text-align: center;
    left: 30px;
    bottom: 0px;
    min-width: 110px;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.twm-vehicle-fleet-bx2 .twm-media .twm-price-section .v-price {
    color: #ce0000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.twm-vehicle-fleet-bx2 .twm-media .twm-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

.twm-vehicle-fleet-bx2 .twm-media-pic {
    overflow: hidden;
    border-radius: 30px;
}

.twm-vehicle-fleet-bx2 .twm-media-pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.twm-vehicle-fleet-bx2 .twm-vehicle-fleet-content {
    padding: 55px 30px 30px 30px;
    border: 1px solid #ececec;
    border-radius: 0px 0px 30px 30px;
    margin-top: -25px;
}

.twm-vehicle-fleet-bx2 .twm-vehicle-fleet-content .twm-v-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.twm-vehicle-fleet-bx2 .twm-vehicle-fleet-content .twm-v-title:hover a {
    color: #ce0000;
}

.twm-vehicle-fleet-bx3 {
    display: block !important;
}

.twm-vehicle-fleet-bx3 .twm-media {
    width: 100% !important;
}

.twm-vehicle-fleet-bx3 .twm-media-pic {
    border-radius: 50px 50px 0px 0px !important;
    height: 450px;
    align-content: center;
}

.twm-vehicle-fleet-bx3 .twm-media-pic img {
    width: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important;
    height: auto;
}

@media (max-width: 575px) {
    .twm-vehicle-fleet-bx3 {
        display: block;
    }
}

.twm-vehicle-fleet-bx3 .twm-media {
    width: 260px;
}

@media (max-width: 1199px) {
    .twm-vehicle-fleet-bx3 .twm-media {
        width: 200px;
    }

    .twm-vehicle-fleet-bx3 .twm-media-pic {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .twm-vehicle-fleet-bx3 .twm-media-pic {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .twm-vehicle-fleet-bx3 .twm-media {
        width: 100%;
    }

    .twm-vehicle-fleet-bx3 .twm-media-pic {
        height: auto;
    }
}

.twm-vehicle-fleet-bx3 .twm-media-pic {
    overflow: hidden;
    border-radius: 50px 0px 0px 50px;
}

@media (max-width: 575px) {
    .twm-vehicle-fleet-bx3 .twm-media-pic {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-vehicle-fleet-bx3 .twm-media-pic img {
    width: 100%;
    /* -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; */
    /* height: 250px; */
    /* height: 100%; */
}

.twm-vehicle-fleet-bx3 .twm-vehicle-fleet-content {
    flex: 1;
    padding: 20px 20px 60px 20px;
    border: 1px solid #ececec;
    position: relative;
}

.twm-vehicle-fleet-bx3 .twm-vehicle-fleet-content .twm-v-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.twm-vehicle-fleet-bx3 .twm-vehicle-fleet-content .twm-v-title:hover a {
    color: #ce0000;
}

.twm-vehicle-fleet-bx3 .twm-vehicle-fuel-type {
    margin-bottom: 20px;
}

.twm-vehicle-fleet-bx3 .twm-price-section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.twm-vehicle-fleet-bx3 .twm-price-section {
    display: flex;
    align-items: baseline;
}

.twm-vehicle-fleet-bx3 .twm-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 20px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .twm-vehicle-fleet-bx3 .twm-price-section .v-price {
        font-size: 22px;
        line-height: 22px;
    }
}

.twm-vehicle-fleet-bx3 .twm-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

.twm-vehicle-fleet-bx3 .v-detail {
    background-color: #101010;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
}

.twm-vehicle-fleet-bx3 .v-detail em {
    font-style: normal;
    transition: 0.5s all ease;
}

.twm-vehicle-fleet-bx3 .v-detail em::after {
    width: 0%;
    height: 2px;
    background-color: #ce0000;
    position: absolute;
    right: 0%;
    bottom: 0%;
    content: "";
    opacity: 0;
    transition: 0.5s all ease;
}

.twm-vehicle-fleet-bx3 .v-detail:hover {
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.twm-vehicle-fleet-bx3 .v-detail:hover em:after {
    width: 100%;
    opacity: 1;
    right: auto;
    left: 0%;
}

.twm-vehicle-fleet-large-bx {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0px 100px;
}

@media (max-width: 991px) {
    .twm-vehicle-fleet-large-bx {
        border-radius: 0px 0px 0px 40px;
    }
}

.twm-vehicle-fleet-large-bx .twm-media-pic {
    overflow: hidden;
    border-radius: 100px;
}

@media (max-width: 991px) {
    .twm-vehicle-fleet-large-bx .twm-media-pic {
        border-radius: 40px;
    }
}

@media (max-width: 767px) {
    .twm-vehicle-fleet-large-bx .twm-media-pic {
        border-radius: 40px 40px 0px 0px;
    }
}

.twm-vehicle-fleet-large-bx .twm-media-pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 991px) {
    .twm-vehicle-fleet-large-bx .twm-media-pic img {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .twm-vehicle-fleet-large-bx .twm-media-pic img {
        height: 280px;
    }
}

@media (max-width: 420px) {
    .twm-vehicle-fleet-large-bx .twm-media-pic img {
        height: 220px;
    }
}

.twm-vehicle-fleet-large-bx .twm-price-section {
    position: absolute;
    left: 20px;
    top: 0px;
    padding: 20px 10px;
    text-align: center;
    min-width: 110px;
    width: 110px;
    height: 100px;
    border-radius: 0px 0px 20px 20px;
    background-color: #ce0000;
}

@media (max-width: 575px) {
    .twm-vehicle-fleet-large-bx .twm-price-section {
        left: 30px;
    }
}

@media (max-width: 480px) {
    .twm-vehicle-fleet-large-bx .twm-price-section {
        min-width: auto;
        width: auto;
        height: auto;
        padding: 10px;
    }
}

.twm-vehicle-fleet-large-bx .twm-price-section .v-price {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .twm-vehicle-fleet-large-bx .twm-price-section .v-price {
        font-size: 22px;
        line-height: 26px;
    }
}

.twm-vehicle-fleet-large-bx .twm-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .twm-vehicle-fleet-large-bx .twm-price-section .v-duration {
        margin-bottom: 0px;
    }
}

.twm-vehicle-fleet-large-bx .twm-vehicle-fleet-content {
    position: absolute;
    left: 20px;
    bottom: 0px;
    padding: 20px 20px 20px 150px;
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 20px 20px 0px 0px;
}

@media (max-width: 767px) {
    .twm-vehicle-fleet-large-bx .twm-vehicle-fleet-content {
        position: static;
        left: auto;
        bottom: auto;
        padding: 20px;
        border-radius: 0px 0px 40px 40px;
        max-width: 100%;
    }
}

.twm-vehicle-fleet-large-bx .twm-vehicle-fleet-content .twm-v-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 420px) {
    .twm-vehicle-fleet-large-bx .twm-vehicle-fleet-content .twm-v-title {
        font-size: 20px;
    }
}

.twm-vehicle-fleet-large-bx .twm-vehicle-fleet-content .twm-v-title:hover a {
    color: #ce0000;
}

/*______Step towards section______*/
.twm-step-towards-section-wrap {
    position: relative;
    z-index: 1;
}

.twm-step-towards-section-wrap .twm-half-bg-pic {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 50vw;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 767px) {
    .twm-step-towards-section-wrap .twm-half-bg-pic {
        display: none;
    }
}

.twm-step-towards-section {
    display: flex;
    justify-content: center;
}

/*______About Us Section______*/
.twm-abus-section-wrap {
    padding: 25px;
    overflow: hidden;
}

.twm-abus-left {
    position: relative;
    padding: 0px 0px 140px 0px;
}

@media (max-width: 767px) {
    .twm-abus-left {
        padding: 0px 0px 80px 0px;
    }
}

@media (max-width: 400px) {
    .twm-abus-left {
        padding: 0px 0px 60px 0px;
    }
}

.twm-abus-left .twm-media {
    max-width: 534px;
    position: relative;
}

.twm-abus-left .twm-media img {
    width: 100%;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 575px) {
    .twm-abus-left .twm-media img {
        border-radius: 50px 50px 0px 0px;
    }
}

.twm-abus-left .twm-media .twm-abus-video {
    background-color: #fff;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 0px;
    top: 136px;
}

.twm-abus-left .twm-media .twm-abus-video .icon {
    border: 2px solid #000;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

@media (max-width: 575px) {
    .twm-abus-left .twm-media .twm-abus-video .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .twm-abus-left .twm-media .twm-abus-video {
        width: auto;
        padding: 20px;
    }
}

.twm-abus-left .twm-media2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.twm-abus-year-section {
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 1199px) {
    .twm-abus-year-section {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        background-color: #fff;
        padding: 20px;
        border-radius: 0px 0px 20px 0px;
        display: inline-table;
    }
}

.twm-abus-year-section .tem-abus-year-content {
    text-align: right;
    position: absolute;
    left: -16px;
    top: 36px;
    transform: rotate(-90deg);
    transform-origin: bottom center;
}

@media (max-width: 1199px) {
    .twm-abus-year-section .tem-abus-year-content {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
        transform-origin: inherit;
        text-align: left;
    }
}

.twm-abus-year-section span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18191d;
    letter-spacing: 2px;
}

.twm-abus-year-section .year-title {
    font-size: 100px;
    color: #ce0000;
    line-height: 70px;
    font-weight: 900;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .twm-abus-year-section .year-title {
        font-size: 60px;
        color: #ce0000;
        line-height: 40px;
    }
}

.twm-abus-st2-section {}

.twm-abus-section-wrap .twm-large-title {
    text-align: center;

}

@media (max-width: 1199px) {
    .twm-abus-st2-section {
        max-width: 936px;
        margin: 120px auto 0px;
    }
}

@media (max-width: 991px) {
    .twm-abus-st2-section {
        max-width: 720px;
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .twm-abus-st2-section {
        max-width: 516px;
    }
}

@media (max-width: 767px) {
    .twm-abus-st2-section {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .twm-abus-st2-section {
        max-width: 100%;
        padding: 0px;
        margin: 60px 12px 0px 10px;
    }
}

.twm-abus2-right-pic {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .twm-abus2-right-pic {
        height: 500px;
    }
}

.twm-abus2-right-pic .abus2-right-pic {
    position: absolute;
    right: 12px;
    bottom: 0px;
    z-index: 1;
}

.twm-abus2-right-pic .abus2-right-pic .twm-title {
    font-size: 100px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0px;
}

@media (max-width: 1365px) {
    .twm-abus2-right-pic .abus2-right-pic .twm-title {
        font-size: 80px;
        line-height: 56px;
    }
}

@media (max-width: 1199px) {
    .twm-abus2-right-pic .abus2-right-pic .twm-title {
        font-size: 50px;
        line-height: 38px;
    }
}

@media (max-width: 1199px) {
    .twm-abus2-right-pic .abus2-right-pic .twm-title {
        font-size: 40px;
        line-height: 30px;
    }
}

.twm-abus2-right-pic:before {
    right: 184px;
    bottom: 0px;
}

.twm-abus2-right-pic:after {
    right: 60px;
    top: 0px;
}

.twm-abus2-left {
    position: relative;
    margin-right: -84px;
    margin-bottom: 40px;
}

@media (max-width: 1365px) {
    .twm-abus2-left {
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .twm-abus2-left {
        margin-bottom: 60px;
        margin-right: 0px;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }
}

.twm-abus2-left .twm-abus-video {
    background-color: #f4f5f7;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    right: -168px;
    top: 0px;
    z-index: 1;
}

.twm-abus2-left .twm-abus-video .icon {
    border: 2px solid #000;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

@media (max-width: 575px) {
    .twm-abus2-left .twm-abus-video .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .twm-abus2-left .twm-abus-video {
        position: inherit;
        background-color: #fff;
        border-radius: 20px 0px 0px 20px;
        right: auto;
        top: auto;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .twm-abus2-left .twm-abus-video {
        width: 90px;
        padding: 20px;
    }
}

.twm-abus2-year-section .tem-abus-year-content {
    text-align: right;
}

@media (max-width: 991px) {
    .twm-abus2-year-section .tem-abus-year-content {
        text-align: left;
    }
}

.twm-abus2-year-section span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18191d;
    letter-spacing: 2px;
}

.twm-abus2-year-section .year-title {
    font-size: 100px;
    color: #ce0000;
    line-height: 70px;
    font-weight: 900;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .twm-abus2-year-section .year-title {
        font-size: 50px;
        line-height: 36px;
    }
}

.twm-abus3-section-wrap {
    position: relative;
    overflow: hidden;
}

.twm-abus3-right-pic {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.twm-abus3-right-pic .twm-serv-media {
    position: absolute;
    right: 60px;
    bottom: 0px;
    z-index: 5;
}

.twm-abus3-right-pic:after,
.twm-abus3-right-pic:before {
    content: "";
    width: 245px;
    height: 600px;
    position: absolute;
    background-color: #ce0000;
    mix-blend-mode: multiply;
    transform: skew(-12deg);
    z-index: 3;
}

.twm-abus3-right-pic:before {
    right: 184px;
    bottom: 0px;
}

.twm-abus3-right-pic:after {
    right: 60px;
    top: 0px;
}

.twm-abus3-right-content:after {
    content: "";
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 700px;
    position: absolute;
    background-color: #f4f5f7;
}

.twm-abus-st2-large-title {
    padding-top: 120px;
}

.twm-abus-st2-large-title .twm-title {
    font-size: 100px;
    line-height: 70px;
    font-weight: 900;
    color: #ce0000;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 3px;
    opacity: 0.2;
}

@media (max-width: 767px) {
    .twm-abus-st2-large-title .twm-title {
        font-size: 50px;
        line-height: 35px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1199px) {
    .twm-abus-st2-large-title {
        padding-top: 50px;
    }
}

/*______Explore Section______*/
.twm-explore-section-wrap {
    margin-top: 140px;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width: 1199px) {
    .twm-explore-section-wrap {
        text-align: center;
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .twm-explore-section-wrap {
        border-radius: 50px;
        margin: 0px 12px;
    }
}

.twm-explore-section-wrap .row {
    display: flex;
    align-items: center;
}

.twm-explore-section-wrap .section-head {
    padding: 50px 0px;
    margin: 0px;
}

.twm-explore-section-wrap .section-head .twm-large-title {
    margin: 0px;
}

.twm-explore-section-wrap .twm-mid-section-btn {
    padding: 50px 0px;
    text-align: right;
}

@media (max-width: 1199px) {
    .twm-explore-section-wrap .twm-mid-section-btn {
        text-align: center;
    }
}

.twm-explore-section-wrap .twm-mid-section-car {
    position: relative;
}

.twm-explore-section-wrap .twm-mid-section-car:after,
.twm-explore-section-wrap .twm-mid-section-car:before {
    content: "";
    height: 100px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.twm-explore-section-wrap .twm-mid-section-car:after {
    left: 0px;
}

.twm-explore-section-wrap .twm-mid-section-car:before {
    right: 0px;
}

@media (max-width: 767px) {
    .twm-explore-section-wrap .twm-mid-section-car:after {
        display: none;
    }

    .twm-explore-section-wrap .twm-mid-section-car:before {
        display: none;
    }
}

.twm-explore-section-wrap .twm-mid-section-car .twm-media {
    position: absolute;
    top: -240px;
    width: 100%;
    left: 0px;
    text-align: center;
}

.twm-explore-section-wrap .twm-mid-section-car .twm-media img {
    max-width: 476px;
}

@media (max-width: 1199px) {
    .twm-explore-section-wrap .twm-mid-section-car .twm-media img {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .twm-explore-section-wrap .twm-mid-section-car .twm-media {
        position: inherit;
        top: auto;
    }
}

/*______WIDE RANGE SECTION______*/
.twm-cntr-with-icon {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f4f5f7;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.twm-cntr-with-icon:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background-color: #ce0000;
    transition: transform 1s ease-in-out;
}

.twm-cntr-with-icon:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 30px;
    background-color: #ce0000;
    transition: transform 1s ease-in-out;
}

.twm-cntr-with-icon .icon-media {
    margin: 0px auto 10px;
}

.twm-cntr-with-icon .icon-media img {
    height: 40px;
}

.twm-cntr-with-icon .counter {
    font-size: 36px;
    font-weight: 500;
    color: #ce0000;
}

.twm-cntr-with-icon .symble {
    font-size: 36px;
    font-weight: 500;
    color: #ce0000;
    font-style: normal;
}

.twm-cntr-with-icon .icon-content-info {
    font-size: 18px;
    font-weight: 600;
    color: #18191d;
    margin-bottom: 0px;
}

.twm-cntr-with-icon:hover:after {
    transform: translateY(-300px);
}

.twm-cntr-with-icon:hover:before {
    transform: translateY(300px);
}

.twm-cntr-with-icon:hover .icon-media {
    margin: 0px auto 10px;
}

.twm-cntr-with-icon:hover .icon-media img {
    animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/*______Error 404______*/
.twm-error-section {
    display: flex;
    align-items: center;
}

.twm-error-content {
    text-align: center;
}

.twm-error-content .sm-title {
    color: #ce0000;
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.twm-error-content .large-text {
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px #ce0000;
    -webkit-text-fill-color: #fff;
    text-shadow: 0px 12px #F3F3F3;
}

@media (max-width: 991px) {
    .twm-error-content .large-text {
        font-size: 100px;
        line-height: 80px;
    }
}

.twm-error-content .md-text {
    font-size: 36px;
    color: #18191d;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .twm-error-content .md-text {
        font-size: 22px;
    }
}

.twm-error-content .error-discription {
    font-size: 18px;
    font-weight: 600;
    color: #18191d;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .twm-error-content .error-discription {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/*______Form Control______*/
.form-control {
    width: 100%;
    height: 34px;
    padding: 2px 10px;
    border: none;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #f0f0f0;
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b9b9b9;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #b9b9b9;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b9b9b9;
    font-size: 14px;
}

.form-group {
    margin-bottom: 30px;
}

.twm-search-section-wrap {
    background-color: #f6f6f5;
    padding: 60px 0px;
    border-radius: 0px 0px 60px 60px;
}

@media (max-width: 575px) {
    .twm-search-section-wrap {
        border-radius: 0px;
        padding: 40px 0px;
    }
}

.twm-search-section-area {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.twm-search-section-area .twm-s-section-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.twm-vehicle-search-section {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: end;
}

@media (max-width: 1199px) {
    .twm-vehicle-search-section {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .twm-vehicle-search-section {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767px) {
    .twm-vehicle-search-section {
        display: grid;
        grid-template-columns: auto;
        gap: 10px;
    }
}

.twm-vehicle-search-section label {
    padding-bottom: 10px;
}

.twm-vehicle-search-section .form-group {
    margin-right: 10px;
    margin-bottom: 0px;
    min-width: 175px;
}

@media (max-width: 1199px) {
    .twm-vehicle-search-section .form-group {
        margin-right: 0px;
    }
}

.twm-vehicle-search-section .form-select {
    color: #b9b9b9;
    font-size: 14px;
}

.twm-vehicle-search-section .form-select option {
    color: #18191d;
    font-size: 14px;
}

.twm-vehicle-search-section .twm-vehicle-search-btn a {
    white-space: nowrap;
}

.twm-vehicle-search-section .twm-vehicle-search-btn .site-button {
    height: 34px;
}

@media (max-width: 1199px) {
    .twm-vehicle-search-section .twm-vehicle-search-btn {
        width: 100%;
    }

    .twm-vehicle-search-section .twm-vehicle-search-btn .site-button {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .twm-vehicle-search-section .twm-vehicle-search-btn {
        margin-top: 10px;
    }
}

.twm-input-with-icon input {
    position: relative;
    border-right: 0px;
    color: #b9b9b9;
    font-size: 12px;
}

.twm-input-with-icon .input-group-append.input-group-addon .input-group-text {
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border-color: #f0f0f0;
    color: #b9b9b9;
    font-size: 14px;
}

.form-group-2column-wrap .form-group-2column {
    display: flex;
}

@media (max-width: 575px) {
    .form-group-2column-wrap .form-group-2column {
        display: block;
    }

    .form-group-2column-wrap .form-group-2column .input-group {
        margin-bottom: 10px;
    }

    .form-group-2column-wrap .form-group-2column .input-group:last-child {
        margin-bottom: 0px;
    }
}

.form-group-2column-wrap .form-group-2column .input-group {
    margin-right: 10px;
}

.form-group-2column-wrap .form-group-2column .input-group:last-child {
    margin-right: 0px;
}

@media (max-width: 575px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 250px;
    }
}

/*______Inner Banner Search Bar______*/
.twm-inner-banner-s-bar .twm-search-section-wrap {
    padding: 0px;
    background-color: transparent;
    margin-bottom: 60px;
}

/*______List Page Filter______*/
.product-filter-wrap {
    padding-bottom: 30px;
}

.product-filter-wrap .woocommerce-result-count-left {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
}

@media (max-width: 767px) {
    .product-filter-wrap {
        display: block !important;
    }

    .product-filter-wrap .woocommerce-result-count-left {
        margin-bottom: 10px;
        display: block;
    }
}

.product-filter-wrap .twm-filter-select {
    display: flex;
    align-items: center;
}

@media (max-width: 400px) {
    .product-filter-wrap .twm-filter-select {
        display: block;
    }
}

.product-filter-wrap .twm-filter-select .woocommerce-result-count {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .product-filter-wrap .twm-filter-select .woocommerce-result-count {
        display: block;
        width: 100%;
        max-width: 120px;
    }
}

.product-filter-wrap .twm-filter-select .form-select {
    min-width: 175px;
    font-size: 14px;
}

.twm-cars4-section-wrap {
    padding-left: 28px;
    padding-right: 28px;
}

@media (max-width: 575px) {
    .twm-cars4-section-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*______Dealer List______*/
@media (max-width: 1024px) {
    .twm-dl-carousel-large {
        padding: 0px 15px;
    }
}

.swiper-dealer-list,
.swiper-dealer-list2 {
    position: relative;
}

.swiper-dealer-list .swiper-button-next,
.swiper-dealer-list .swiper-button-prev,
.swiper-dealer-list2 .swiper-button-next,
.swiper-dealer-list2 .swiper-button-prev {
    display: none;
}

.twm-dealer-product {
    background-color: #f4f5f7;
    border-radius: 0px 30px 30px 30px;
    padding: 20px;
    height: 270px;
}

.twm-dealer-product .twm-d-info {
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 0px 30px 30px 30px;
}

.twm-dealer-product .twm-d-info .twm-d-pro-name {
    font-size: 18px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
}

.twm-dealer-product .twm-d-media {
    height: 50px;
}

.twm-dealer-product .twm-d-media img {
    width: auto;
    margin: 0px auto;
    display: block;
    height: 100%;
}

/*______Gallery______*/
.twm-gallery-section .media {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    position: relative;
}

.twm-gallery-section .media .icon-view {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    background-color: #ce0000;
    color: #fff;
    font-size: 28px;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: 0.5s all ease;
    transform: translateY(-100px);
    opacity: 0;
}

.twm-gallery-section .twm-gallery-info {
    padding: 45px 30px 20px 30px;
    border: 5px solid #f4f5f7;
    margin-right: 30px;
    margin-top: -30px;
    border-radius: 0px 0px 30px 30px;
}

.twm-gallery-section .twm-gallery-info .twm-title {
    font-size: 18px;
    margin-bottom: 0px;
}

.twm-gallery-section:hover .media .icon-view {
    opacity: 1;
    transform: translateY(0px);
}

.twm-cars3-section-wrap {
    position: relative;
}

/*______Left Search Filter______*/
.styleswitcher {
    position: fixed;
    left: -328px;
    bottom: 30px;
    top: 160px;
    width: 328px;
    z-index: 999;
    transition: all 0.5s linear;
    z-index: 1;
}

.styleswitcher .switch-btn {
    color: #fff !important;
    background-color: #ce0000;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

.styleswitcher .switch-btn:hover {
    background-color: #101010;
    color: #fff;
}

.styleswitcher .styleswitcher-inner {
    position: absolute;
    top: 37px;
    left: 0px;
    padding: 5px;
    width: 100%;
    background-color: #f4f5f7;
    border-radius: 0px 0px 30px 0px;
    max-height: 800px;
    overflow: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.13);
}

.styleswitcher .switcher-btn-bx {
    position: absolute;
    right: -80px;
    top: 3px;
    transform: 0.5s all ease;
}

.styleswitcher.active {
    left: -66px;
}

.styleswitcher.active .styleswitcher-inner {
    left: 66px;
}

/*______Custom Scrollbar______*/
.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

.styleswitcher-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.1);
}

.styleswitcher-inner:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.styleswitcher-inner .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

/*______Filter Form______*/
/*______Side Bar Elements______*/
.twm-sidebar-ele-filter {
    margin: 30px 0px;
}

.twm-sidebar-ele-filter .section-head-small {
    font-size: 16px;
}

.twm-sidebar-ele-filter .form-group label {
    padding-bottom: 10px;
}

.twm-sidebar-ele-filter ul {
    list-style: none;
}

.twm-sidebar-ele-filter ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    color: #18191d;
}

.twm-side-filter-form {
    padding: 30px;
}

.twm-side-filter-form .form-group {
    margin-bottom: 10px;
}

.twm-side-filter-form .form-group label {
    margin-bottom: 10px;
}

.filter-button-group {
    margin-left: 20px;
    margin-right: 20px;
    /* display: flex;
    flex-direction: column;
    gap: 10px; */

}

.twm-side-filter-form .filter-button {
    color: #fff;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    text-transform: uppercase;
    background-color: #127384;
    transition: 0.5s all ease;
    align-items: center;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    border: none;
}

.twm-side-filter-form .filter-button:hover {
    color: #000;
    background-color: transparent;
    border: solid 1px #127384;
}

.twm-side-filter-form .reset-filter-button {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #127384;
    transition: 0.5s all ease;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    border: none;
}

.twm-side-filter-form .reset-filter-button:hover {
    color: #000;
    background-color: transparent;
    border: solid 1px #127384;
}

.twm-min-max-number {
    display: flex;
    justify-content: space-between;
}

.twm-min-max-number .twm-min-number,
.twm-min-max-number .twm-max-number {
    background-color: #fff;
    width: 100px;
    height: 56px;
    border-radius: 5px;
}

.twm-min-max-number .twm-min-number input:focus,
.twm-min-max-number .twm-max-number input:focus {
    border-radius: none;
    outline: none;
}

.twm-min-max-number .twm-min-number label,
.twm-min-max-number .twm-max-number label {
    margin: 0px;
    padding: 0px 10px;
    display: block;
    text-align: left;
    opacity: 0.5;
}

.twm-min-max-number .twm-min-number-bx {
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

.twm-min-max-number .twm-min-number-bx em {
    font-style: normal;
    color: #18191d;
}

.twm-min-max-number input[type=number] {
    width: 100%;
    border: none;
    text-align: left;
    font-size: 14px;
    background: none;
}

/*______How It Work______*/
.twm-how-it-work-wrap {
    margin-bottom: 115px;
}

@media (max-width: 1199px) {
    .twm-how-it-work-wrap {
        margin-bottom: 0px;
    }
}

.twm-how-it-work-wrap .twm-how-it-work-media {
    margin-bottom: -115px;
    margin-right: 40px;
    margin-left: -12px;
}

@media (max-width: 1199px) {
    .twm-how-it-work-wrap .twm-how-it-work-media {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .twm-how-it-work-wrap .twm-how-it-work-media {
        max-width: 720px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px auto;
    }
}

@media (max-width: 767px) {
    .twm-how-it-work-wrap .twm-how-it-work-media {
        max-width: 534px;
    }
}

@media (max-width: 575px) {
    .twm-how-it-work-wrap .twm-how-it-work-media {
        max-width: 100%;
        padding: 0px;
    }
}

.twm-how-it-work-wrap .twm-how-it-work-media img {
    border-radius: 0px 0px 100px 0px;
    height: 952px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1199px) {
    .twm-how-it-work-wrap .twm-how-it-work-media img {
        height: 760px;
    }
}

@media (max-width: 991px) {
    .twm-how-it-work-wrap .twm-how-it-work-media img {
        border-radius: 0px 0px 50px 50px;
        height: 400px;
    }
}

.twm-how-it-work-wrap .twm-how-it-work-content {
    max-width: 656px;
    padding: 120px 20px 90px 0px;
}

@media (max-width: 1199px) {
    .twm-how-it-work-wrap .twm-how-it-work-content {
        padding: 60px 20px 0px 0px;
    }
}

@media (max-width: 991px) {
    .twm-how-it-work-wrap .twm-how-it-work-content {
        max-width: 740px;
        margin: 0px auto;
        padding: 50px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .twm-how-it-work-wrap .twm-how-it-work-content {
        max-width: 554px;
    }
}

@media (max-width: 575px) {
    .twm-how-it-work-wrap .twm-how-it-work-content {
        max-width: 100%;
        padding: 0px;
        margin: 40px 0px 30px 0px;
    }
}

.twm-w-steps-st2 .twm-w-step-count {
    display: flex;
    width: 100px;
    justify-content: center;
    padding: 0px 0px 10px;
    margin-bottom: -10px;
}

.twm-w-steps-st2 .twm-w-step-count span {
    font-size: 50px;
    font-weight: 700;
    color: #ce0000;
}

@media (max-width: 1024px) {
    .twm-w-steps-st2 .twm-w-step-count span {
        font-size: 50px;
        line-height: 38px;
        padding-bottom: 20px;
    }
}

.twm-w-steps-st2 .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-w-steps-st2 .twm-w-step-detail {
    border-radius: 30px 30px 0px 0px;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .twm-w-steps-st2 .twm-w-step-detail {
        padding: 20px;
    }
}

.twm-w-steps-st2 .twm-w-step-detail p {
    margin-bottom: 0px;
}

/*______Facilities______*/
.twm-facilities-bx {
    padding: 30px;
    background-color: #f4f5f7;
    border-radius: 20px 20px 0px 0px;
}

.twm-facilities-bx .twm-media {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ce0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 20px 20px 0px 20px;
}

@media (max-width: 420px) {
    .twm-facilities-bx .twm-media {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-facilities-bx .twm-media img {
    width: auto;
    max-width: 48px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(107%) contrast(103%);
}

.twm-facilities-bx .twm-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #18191d;
}

.twm-facilities-bx p {
    margin-bottom: 0px;
}

.twm-facilities-bx p a {
    color: #565656;
    cursor: auto;
}

.twm-facilities-bx.large-set .twm-media {
    min-width: 88px;
    width: 88px;
    height: 88px;
    margin-right: 18px;
    background-color: #ce0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 20px 20px 0px 0px;
}

@media (max-width: 575px) {
    .twm-facilities-bx.large-set .twm-media {
        min-width: 70px;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}

@media (max-width: 420px) {
    .twm-facilities-bx.large-set .twm-media {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.twm-facilities-bx.large-set .twm-media img {
    width: auto;
}

.twm-facilities-bx.large-set .twm-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .twm-facilities-bx.large-set .twm-title {
        font-size: 18px;
    }
}

.twm-facilities-bx.large-set .twm-title2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.twm-facilities-bx.icon-no-bg .twm-media {
    background-color: transparent;
    margin-right: 20px;
}

.twm-facilities-bx.with-bdr-frame {
    border: 1px solid #222;
    background-color: #101010;
    padding: 20px;
}

.twm-facilities-bx.with-bdr-frame .twm-media {
    margin-right: 20px;
}

/*______Gallery______*/
.tw-sidebar-gallery ul {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 4px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .tw-sidebar-gallery ul {
        grid-template-columns: auto auto auto auto auto auto;
    }
}

@media (max-width: 480px) {
    .tw-sidebar-gallery ul {
        grid-template-columns: auto auto auto auto;
    }
}

@media (max-width: 480px) {
    .tw-sidebar-gallery ul {
        grid-template-columns: auto auto auto;
    }
}

.tw-sidebar-gallery ul li .tw-service-gallery-thumb {
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
}

.tw-sidebar-gallery ul li a {
    display: block;
    text-align: center;
    position: relative;
    background-color: #000;
    border-radius: 10px;
}

.tw-sidebar-gallery ul li a img {
    transition: 0.5s all ease;
    border-radius: 10px;
    width: 100%;
}

.tw-sidebar-gallery ul li a i {
    opacity: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #fff;
    color: #ce0000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease;
}

.tw-sidebar-gallery ul li:hover a img {
    opacity: 0.3;
}

.tw-sidebar-gallery ul li:hover a i {
    opacity: 1;
}

/*______Classic Single Post______*/
.twm-post-no-image {
    background-color: #fff;
    border-radius: 100px 0px 0px 100px;
    border: 1px solid #ececec;
    padding: 30px 40px 30px 60px;
}

@media (max-width: 420px) {
    .twm-post-no-image {
        padding: 20px;
        border-radius: 40px;
    }
}

.twm-post-no-image .twm-post-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.twm-post-no-image .twm-post-quote {
    color: #ce0000;
    font-size: 100px;
    line-height: 80px;
    min-width: 80px;
    width: 90px;
    margin-right: 20px;
    height: 66px;
    display: flex;
    align-items: center;
}

.twm-post-no-image .twm-post-info p:last-child {
    margin-bottom: 0px;
}

.twm-post-no-image .post-sender-info .post-sender {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #ce0000;
    position: relative;
    letter-spacing: 2px;
}

.twm-post-no-image .post-sender-info .post-sender-name {
    font-size: 22px;
    font-weight: 600;
    color: #18191d;
}

/*______Blog Detail Page______*/
.twm-mid-bx-section {
    max-width: 886px;
    margin: 0px auto 30px;
    padding: 0px 15px;
}

.twm-blog-detail-wrap .twm-blog-d-title {
    margin: 30px 0px;
    font-size: 22px;
    font-weight: 600;
}

.twm-blog-detail-head {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .twm-blog-detail-head {
        margin-bottom: 30px;
    }
}

.twm-blog-detail-head .twm-post-info-wrap {
    text-align: center;
}

.twm-blog-detail-head .wt-post-media {
    position: relative;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .twm-blog-detail-head .wt-post-media {
        border-radius: 40px 40px 0px 0px;
    }
}

.twm-blog-detail-head .post-date-wrap {
    min-width: 80px;
    width: 80px;
    margin: 0px auto 20px;
}

.twm-blog-detail-head .post-date {
    background-color: #ce0000;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 3px solid #101010;
    padding: 20px 10px;
}

.twm-blog-detail-head .post-date span {
    display: block;
}

.twm-blog-detail-head .post-date span.date {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    font-weight: 700;
    margin-bottom: 4px;
}

.twm-blog-detail-head .post-date span.month {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px 0px 2px;
    text-transform: uppercase;
}

.twm-blog-detail-head .post-author {
    color: #ce0000;
    margin-bottom: 10px;
}

.twm-blog-detail-head .post-author .au-name {
    color: #ce0000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.twm-blog-detail-head .post-author i {
    color: #101010;
}

.twm-blog-detail-head .post-author a {
    color: #565656;
}

.twm-blog-detail-head .post-title {
    font-size: 36px;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin: 0px auto 60px;
    font-weight: 700;
    max-width: 660px;
}

@media (max-width: 768px) {
    .twm-blog-detail-head .post-title {
        font-size: 20px;
        max-width: 500px;
        margin-bottom: 30px;
    }
}

.twm-blog-detail-head .post-title a {
    color: #18191d;
}

.twm-blog-detail-head .post-title:hover a {
    color: #ce0000;
}

.twm-blog-detail-head.blog-list-type-view .post-title {
    margin-bottom: 15px;
}

/*______Available Rent Section______*/
.twm-available-rent-section {
    margin: 40px 0px;
}

.twm-available-rent-section .twm-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.twm-available-rent-section ul {
    list-style: none;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

@media (max-width: 840px) {
    .twm-available-rent-section ul {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 540px) {
    .twm-available-rent-section ul {
        grid-template-columns: auto;
    }
}

.twm-available-rent-section ul li {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    position: relative;
    padding-left: 30px;
}

.twm-available-rent-section ul li::before {
    /* content: "\e92b"; */
    color: #ce0000;
    font-family: "Feather";
    left: 0px;
    top: 0px;
    position: absolute;
}

.twm-blog-d-media {
    margin: 70px auto;
    width: 100%;
    max-width: 1760px;
    padding: 0px 20px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .twm-blog-d-media {
        margin: 30px auto;
    }
}

.twm-blog-d-media img {
    border-radius: 100px;
}

@media (max-width: 768px) {
    .twm-blog-d-media img {
        border-radius: 40px;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

/*______Blog Detail Next Previous______*/
.s-post-pagination-control {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

@media (max-width: 767px) {
    .s-post-pagination-control {
        align-items: baseline;
    }
}

@media (max-width: 480px) {
    .s-post-pagination-control {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.s-post-pagination-control .paging-item {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .s-post-pagination-control .paging-item {
        align-items: end;
    }
}

@media (max-width: 767px) {
    .s-post-pagination-control .paging-item {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-item {
        flex-direction: inherit;
    }
}

.s-post-pagination-control .paging-item .paging-content {
    display: flex;
}

@media (max-width: 767px) {
    .s-post-pagination-control .paging-item .paging-content {
        display: block;
    }
}

.s-post-pagination-control .paging-item .paging-content.reverse {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .s-post-pagination-control .paging-item .paging-content.reverse {
        display: block;
    }
}

.s-post-pagination-control .paging-item .paging-content .paging-title {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #18191d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-item .paging-content .paging-title {
        margin-bottom: 0px;
    }
}

.s-post-pagination-control .paging-item .paging-content .paging-title a {
    color: #18191d;
    transition: 0.5s all ease;
}

.s-post-pagination-control .paging-item .paging-content .paging-title a:hover {
    color: #ce0000;
}

.s-post-pagination-control .paging-item .paging-content a.paging-link2 {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ce0000;
    font-weight: 600;
    transition: 0.5s all ease;
}

.s-post-pagination-control .paging-item .paging-content a.paging-link2:hover {
    color: #18191d;
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-item .paging-content a.paging-link2 {
        font-size: 12px;
    }
}

.s-post-pagination-control .paging-item .paging-content a.paging-link2 i {
    margin-right: 10px;
    font-size: 20px;
}

.s-post-pagination-control .paging-item .paging-content a.reverse {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}

.s-post-pagination-control .paging-item .paging-content a.reverse i {
    margin-right: 0px;
    margin-left: 10px;
}

.s-post-pagination-control .paging-left {
    margin-right: 100px;
    max-width: 48%;
}

@media (max-width: 768px) {
    .s-post-pagination-control .paging-left {
        margin-right: 30px;
    }
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-left {
        margin-right: 0px;
        max-width: 100%;
        background-color: #f4f5f7;
        padding: 10px;
        border-radius: 10px;
    }
}

.s-post-pagination-control .paging-right {
    margin-left: 100px;
    max-width: 48%;
}

@media (max-width: 768px) {
    .s-post-pagination-control .paging-right {
        margin-left: 30px;
    }
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-right {
        margin-left: 0px;
        max-width: 100%;
        background-color: #f4f5f7;
        padding: 10px;
        flex-direction: column-reverse;
        align-items: flex-end;
        margin-top: 10px;
        border-radius: 10px;
    }
}

.s-post-pagination-control .paging-right .paging-content {
    text-align: right;
}

.s-post-pagination-control .paging-right .paging-content a.paging-link i {
    padding: 0px;
}

.s-post-pagination-control .paging-mid {
    min-width: 100px;
    width: 100px;
}

.s-post-pagination-control .paging-mid .paging-post-grid-view {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media (max-width: 480px) {
    .s-post-pagination-control .paging-mid .paging-post-grid-view {
        display: none;
    }
}

.s-post-tag-share {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .s-post-tag-share {
        display: block;
    }
}

.s-post-tag-share .twm-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.s-post-tag-share .tagcloud {
    margin-top: -3px;
    display: flex;
    flex-wrap: wrap;
}

.s-post-tag-share .tagcloud a {
    padding: 8px 20px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    color: #18191d;
    font-size: 16px;
    background-color: #f4f5f7;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s all ease;
}

@media (max-width: 575px) {
    .s-post-tag-share .tagcloud a {
        font-size: 14px;
        padding: 4px 14px;
        margin-top: 5px;
        margin-right: 5px;
    }
}

.s-post-tag-share .tagcloud a:hover {
    background-color: #ce0000;
    color: #fff;
}

.s-post-tag-share .s-post-share {
    text-align: right;
}

@media (max-width: 575px) {
    .s-post-tag-share .s-post-share {
        text-align: left;
        margin-top: 30px;
    }
}

.twm-social2 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.twm-social2 ul li {
    margin-right: 5px;
}

.twm-social2 ul li:last-child {
    margin-right: 0px;
}

.twm-social2 ul li a {
    background-color: #f4f5f7;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 10px 10px 0px 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.twm-social2 ul li a i {
    position: relative;
    color: #18191d;
    transition: 0.5s;
    z-index: 3;
    transform: rotateY(0deg);
}

.twm-social2 ul li a i:hover {
    color: #fff;
    transform: rotateY(360deg);
}

.twm-social2 ul li a:hover i {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

.twm-social2 ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.twm-social2 ul li a:hover:before {
    top: 0;
}

.twm-social2 ul li:nth-child(1) a:before {
    background: #000;
}

.twm-social2 ul li:nth-child(2) a:before {
    background: #3b5999;
}

.twm-social2 ul li:nth-child(3) a:before {
    background: #ee2a7b;
}

.twm-social2 ul li:nth-child(4) a:before {
    background: #dd4b39;
}

/*______Car Detail Carousal______*/
.twm-car-detail-carousal {
    padding-bottom: 80px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .twm-car-detail-carousal {
        padding-bottom: 50px;
    }
}

.twm-car-detail-carousal .swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.twm-car-detail-carousal .twm-gallery-top .swiper-slide {
    position: relative;
    z-index: 1;
}

.twm-car-detail-carousal .twm-gallery-top .swiper-slide::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    z-index: -1;
}

.twm-car-detail-carousal .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.twm-car-detail-carousal .swiper-slide.title {
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.twm-car-detail-carousal .swiper-slide-active .title {
    opacity: 1;
    font-size: 80px;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    transition: opacity 0.5s ease 0.5s;
}

@media (max-width: 768px) {
    .twm-car-detail-carousal .swiper-slide-active .title {
        font-size: 38px;
    }
}

.twm-car-detail-carousal .twm-gallery-top {
    position: relative;
    width: 100%;
    height: 950px;
}

@media (max-width: 1365px) {
    .twm-car-detail-carousal .twm-gallery-top {
        height: 650px;
    }
}

@media (max-width: 768px) {
    .twm-car-detail-carousal .twm-gallery-top {
        height: 500px;
    }
}

.twm-car-detail-carousal .twm-gallery-thumbs {
    width: 100%;
    max-width: 1336px;
    padding: 0px 20px;
    position: relative;
    bottom: 85px;
    margin-bottom: -85px;
    z-index: 1;
}

@media (max-width: 768px) {
    .twm-car-detail-carousal .twm-gallery-thumbs {
        bottom: 50px;
        margin-bottom: -50px;
    }
}

.twm-car-detail-carousal .twm-gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 480px) {
    .twm-car-detail-carousal .twm-gallery-thumbs .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
}

.twm-car-detail-carousal .twm-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.twm-car-detail-carousal .twm-gallery-thumbs img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .twm-car-detail-carousal .twm-gallery-thumbs img {
        height: 100px;
        border-radius: 10px;
    }
}

/*______Car Detail Contac Form______*/
.twm-bx-st1 {
    background-color: #f4f5f7;
    border-radius: 30px;
    padding: 30px;
}

@media (max-width: 420px) {
    .twm-bx-st1 {
        padding: 20px;
    }
}

.twm-bx-st1 .twm-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

/*______Side Map______*/
.twm-car-d-location {
    position: relative;
}

.twm-car-d-location .twm-need-help-bx {
    position: inherit;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
    left: inherit;
    bottom: inherit;
    display: flex;
    justify-content: end;
}

.twm-car-d-location .twm-need-help-bx span {
    font-size: 18px;
}

.twm-car-d-location .twm-need-help-bx .twm-title {
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: 700;
}

@media (max-width: 460px) {
    .twm-car-d-location .twm-need-help-bx .twm-title {
        font-size: 22px;
    }
}

.twm-car-d-location .twm-need-help-bx .twm-need-help-icon {
    max-width: 70px;
    padding-left: 10px;
}

.twm-s-map-iframe {
    margin-bottom: 20px;
}

.twm-s-map-iframe iframe {
    width: 100%;
    height: 356px;
    border: 0px;
    padding: 4px;
    background-color: #fff;
    border-radius: 20px;
}

.twm-car-d-info {
    background-color: #f4f5f7;
    border-radius: 20px;
    padding: 20px;
}

.twm-car-d-info .twm-car-d-info-head {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between;
  align-items: center; */
    margin-bottom: 30px;
}

.twm-car-d-info .twm-car-d-info-head .twm-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.twm-car-d-info .twm-car-d-info-head .twm-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 420px) {
    .twm-car-d-info .twm-car-d-info-head .twm-price-section .v-price {
        font-size: 22px;
        line-height: 26px;
    }
}

.twm-car-d-info .twm-car-d-info-head .twm-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.twm-car-d-info .twm-car-d-info-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.twm-car-d-info .twm-car-d-info-list li {
    display: flex;
    margin: 0px 20px 15px 15px;
}

@media (max-width: 420px) {
    .twm-car-d-info .twm-car-d-info-list li {
        margin: 0px 0px 15px 0px;
    }
}

.twm-car-d-info .twm-car-d-info-list li:last-child {
    margin-bottom: 0px;
}

.twm-car-d-info .twm-car-d-info-list li span {
    /* max-width: 250px; */
    /* width: 100%; */
    /* display: block; */
    /* flex: 1; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    color: #ce0000;
    display: inline-block;
    width: 30px;
    padding-right: 10px;
}

@media (max-width: 420px) {
    .twm-car-d-info .twm-car-d-info-list li span {
        font-size: 14px;
    }
}

.twm-title-sm {
    font-size: 22px;
    font-weight: 600;
    color: #18191d;
}

/*______Video Section______*/
.wt-post-video-media {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.wt-post-video-media .vid-media img {
    width: 100%;
}

.wt-post-video-media .twm-vid-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wt-post-video-media .twm-vid-btn-wrap .twm-vid-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .wt-post-video-media .twm-vid-btn-wrap .twm-vid-btn {
        width: 60px;
        height: 60px;
    }
}

.wt-post-video-media .twm-vid-btn-wrap .twm-vid-btn i {
    color: #ce0000;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .twm-car-detail-wrap {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .twm-car-detail-wrap {
        padding-bottom: 0px;
    }
}

.twm-car-detail-left-section {
    padding-right: 38px;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .twm-car-detail-left-section {
        padding-right: 0px;
    }
}

.twm-car-detail-controls ul {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.twm-car-detail-controls ul li {
    margin-right: 3px;
}

.twm-car-detail-controls ul li a {

    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #f4f5f7;
    color: #18191d;
    padding: 8px 14px;
}

.twm-car-detail-controls ul li a:hover {
    color: #676974;
}

.twm-car-detail-controls ul li a i {
    margin-left: 5px;
}

.twm-car-f-detail-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.twm-car-f-detail-head .twm-car-full-name {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .twm-car-f-detail-head .twm-car-full-name {
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .twm-car-f-detail-head .twm-car-full-name {
        font-size: 22px;
    }
}

.twm-car-f-detail-head .twm-car-d-rate-ection {
    display: flex;
    align-items: center;
}

.twm-car-f-detail-head .twm-car-d-rate-ection span {
    font-size: 20px;
    color: #18191d;
    font-weight: 600;
    margin-right: 8px;
}

.twm-car-f-detail-head .au-rating {
    display: flex;
}

.twm-car-f-detail-head .au-rating button {
    background: none;
    border: none;
    margin-right: 3px;
    padding: 0px;
    font-size: 16px;
    color: #ce0000;
    display: block;
}

.owl-carousel.twm-popular-vehicles-slider.next-prev-top-right .owl-nav {
    position: absolute;
    top: -87px;
    left: 50%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: right;
    max-width: 1296px;
    transform: translateX(-50%);
    z-index: -1;
    height: 0px;
}

@media (max-width: 991px) {
    .owl-carousel.twm-popular-vehicles-slider.next-prev-top-right .owl-nav {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
        text-align: center;
        margin-top: 30px;
    }
}

/*______Achivment Section______*/
.twm-achievement-section {
    padding-right: 100px;
}

@media (max-width: 1199px) {
    .twm-achievement-section {
        padding-right: 0px;
    }
}

.twm-achievement-section-bx .section-head.left {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .twm-achievement-section-bx .section-head.left {
        margin-bottom: 50px;
    }
}

.twm-left-with-icon {
    position: relative;
    z-index: 1;
    padding-left: 100px;
}

.twm-left-with-icon .icon-media {
    display: inline-flex;
    align-items: center;
    width: 70px;
    height: 70px;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
    background-color: #f4f5f7;
    position: absolute;
    left: 0px;
    top: 0px;
}

.twm-left-with-icon .icon-media img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(64%) saturate(4155%) hue-rotate(1deg) brightness(101%) contrast(103%);
}

.twm-left-with-icon .counter {
    font-size: 24px;
    font-weight: 500;
    color: #ce0000;
}

.twm-left-with-icon .symble {
    font-size: 24px;
    font-weight: 500;
    color: #ce0000;
    font-style: normal;
}

.twm-left-with-icon .icon-content-info {
    font-size: 18px;
    font-weight: 600;
    color: #18191d;
    margin-bottom: 0px;
}

/*______Home 2 Car Brands Section______*/
.twm-carbrands {
    display: flex;
    align-items: center;
}

.twm-carbrands-section-wrap {
    padding-bottom: 80px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .twm-carbrands-section-wrap {
        padding-bottom: 60px;
    }
}

.twm-carbrands-l-pic {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .twm-carbrands-l-pic {
        max-width: 520px;
        margin: 0px auto;
    }
}

@media (max-width: 480px) {
    .twm-carbrands-l-pic {
        margin: 0px auto 30px;
    }
}

.twm-carbrands-l-pic:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 520px;
    background-color: #ce0000;
    left: 0px;
    top: 0px;
    border-radius: 0px 100px 100px 0px;
    z-index: -1;
}

@media (max-width: 1366px) {
    .twm-carbrands-l-pic:before {
        width: 470px;
        height: 320px;
    }
}

@media (max-width: 1199px) {
    .twm-carbrands-l-pic:before {
        width: 340px;
        height: 320px;
    }
}

@media (max-width: 991px) {
    .twm-carbrands-l-pic:before {
        border-radius: 50px;
    }
}

@media (max-width: 480px) {
    .twm-carbrands-l-pic:before {
        display: none;
    }
}

.twm-carbrands-l-pic .twm-media {
    padding-top: 60px;
    margin-left: -140px;
}

@media (max-width: 1199px) {
    .twm-carbrands-l-pic .twm-media {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .twm-carbrands-l-pic .twm-media {
        padding: 0px 20px;
        margin: 0px;
    }
}



.twm-carbrands-section {
    max-width: 656px;
    padding: 0px 20px;
}

@media (max-width: 991px) {
    .twm-carbrands-section {
        margin: 0px auto;
        max-width: 720px;
        padding: 0px 12px;
    }

    .twm-carbrands-section .section-head.left {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .twm-carbrands-section {
        max-width: 540px;
    }
}

.twm-carbrands-list ul {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .twm-carbrands-list ul {
        gap: 30px;
    }
}

@media (max-width: 420px) {
    .twm-carbrands-list ul {
        grid-template-columns: auto auto;
    }
}

.twm-carbrands-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twm-carbrands-list ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    right: -30px;
    top: 0px;
    position: absolute;
    background-color: #ce0000;
}

@media (max-width: 575px) {
    .twm-carbrands-list ul li::after {
        right: -12px;
    }
}

.twm-carbrands-list ul li a {
    display: block;
    text-align: center;
}

.twm-carbrands-list ul li a img {
    width: 80%;
    opacity: 30%;
    transition: 0.5s all ease;
}

.twm-carbrands-list ul li a:hover img {
    opacity: 1;
}

/*______Home page 2 Banner______*/
.twm-home2-bnr {
    margin-bottom: 2px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (max-width: 420px) {
    .twm-home2-bnr {
        padding-bottom: 50px;
    }
}

.twm-home2-bnr .twm-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    mix-blend-mode: lighten;
    z-index: -1;
}

.twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
    content: "";
    width: 700px;
    height: 700px;
    position: absolute;
    right: 0px;
    top: 100px;
    border-radius: 50%;
    mix-blend-mode: difference;
    background-color: #fff;
    border-radius: 50%;
}

@media (max-width: 1365px) {
    .twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
        width: 400px;
        height: 400px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 840px) {
    .twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-overlay .mask-circle-shape {
        display: none;
    }
}

.twm-home2-bnr .twm-banner-overlay .container {
    position: relative;
    height: 100%;
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-banner-overlay .container {
        max-width: 100%;
    }
}

.twm-home2-bnr>.container {
    max-width: 1580px;
    position: relative;
}

.twm-home2-bnr .twm-banner-left-content-section {
    padding-top: 230px;
    padding-bottom: 180px;
    max-width: 640px;
}

@media (max-width: 1365px) {
    .twm-home2-bnr .twm-banner-left-content-section {
        padding-top: 150px;
    }
}

@media (max-width: 1199px) {
    .twm-home2-bnr .twm-banner-left-content-section {
        /* max-width: 570px; */
    }
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-banner-left-content-section {
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-left-content-section {
        padding-top: 120px;
        padding-bottom: 40px;
        margin: 0px auto;
        text-align: center;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content {
    position: relative;
}

@media (max-width: 1680px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content {
        padding-left: 0px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-sm-title {
    font-size: 18px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 45px 100px;
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-sm-title {
        position: inherit;
        transform: none;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-sm-title {
        font-size: 14px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title {
    font-style: italic;
    line-height: 90px;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #04253a;
}

@media (max-width: 1365px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title {
        font-size: 90px;
        line-height: 70px;
    }
}

@media (max-width: 1024px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title {
        font-size: 66px;
        line-height: 66px;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title {
        font-size: 40px;
        line-height: 40px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em {
    display: block;
    font-size: 90px;
}

@media (max-width: 1365px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em {
        font-size: 68px;
    }
}

@media (max-width: 1024px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em {
        font-size: 50px;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em {
        font-size: 30px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em span {
    padding-left: 10px;
    padding-right: 2px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em span::before {
    content: "";
    top: 8px;
    left: 10px;
    bottom: 8px;
    right: -15px;
    background-color: #000;
    position: absolute;
    z-index: -1;
    transform: skew(-13deg);
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title em span::before {
        top: 0px;
        bottom: 0px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title>span {
    color: #000;
    padding-right: 30px;
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-banner-title>span {
        padding-right: 5px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-discription {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0px;
}

@media (max-width: 1199px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-discription {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-discription {
        margin: 20px 0px;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-discription {
        font-size: 15px;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-buttons {
    display: flex;
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-buttons {
        justify-content: center;
    }
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-buttons a {
    margin-right: 10px;
}

.twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-buttons a:last-child {
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .twm-home2-bnr .twm-banner-left-content-section .twm-banner-left-content .twm-bnr-buttons a {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.twm-home2-bnr .twm-banner-product-price {
    background-color: #000;
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    min-width: 180px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .twm-home2-bnr .twm-banner-product-price {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-product-price {
        right: auto;
        top: auto;
        position: inherit;
        margin: 50px auto 0px;
        display: table;
        min-width: auto;
        border-radius: 10px;
        padding: 10px;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-banner-product-price {
        margin-top: 20px;
    }
}

.twm-home2-bnr .twm-banner-product-price .twm-product-name {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.twm-home2-bnr .twm-banner-product-price .twm-price-section {
    display: flex;
    align-items: baseline;
}

.twm-home2-bnr .twm-banner-product-price .twm-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-product-price .twm-price-section .v-price {
        font-size: 22px;
        line-height: 22px;
    }
}

.twm-home2-bnr .twm-banner-product-price .twm-price-section .v-duration {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-banner-product-price .twm-price-section .v-duration {
        margin-bottom: 0px;
    }
}

.twm-home2-bnr .twm-bnr-lg-text {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 767px) {
    .twm-home2-bnr .twm-bnr-lg-text {
        position: inherit;
        right: inherit;
        left: inherit;
        padding-left: 30px;
    }
}

@media (max-width: 420px) {
    .twm-home2-bnr .twm-bnr-lg-text {
        display: none;
    }
}

.twm-home2-bnr .twm-bnr-lg-text span {
    font-size: 240px;
    line-height: 164px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    display: block;
    opacity: 0.9;
}

@media (max-width: 1365px) {
    .twm-home2-bnr .twm-bnr-lg-text span {
        font-size: 120px;
        line-height: 80px;
    }
}

@media (max-width: 991px) {
    .twm-home2-bnr .twm-bnr-lg-text span {
        font-size: 80px;
        line-height: 60px;
    }
}



/* my css */



/* header */

/* /header */

/* home */
.home-main-container {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.home-main-container .home-main-left {

    padding-bottom: 20px;
}

.home-main-container .home-main-right {
    /* flex: 1.5; */
    /* padding:0px 25vw ; */
    /* align-self: center; */
    /* max-width: 50vw; */
    align-self: center;

}

.home-main-container .home-main-left .home-main-left-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fFFFFF;
    text-shadow: 1px 1px 1px rgb(4, 37, 58);
    /* line-height: 90px; */
    margin-bottom: 30px;

}

.home-main-container .home-main-left .home-main-left-sub-title {
    /* color: #; */
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(4, 37, 58);
    font-weight: 700;
    text-align: center;

}

@media (max-width: 1640px) {

    /* .home-main-container{
     flex-direction: column;
     padding-top: 100px;
     padding-bottom: 100px;

    } */
    /* .home-main-container .home-main-left{
        margin: 0px;
        margin-left: 20px;
        margin-right: 20px;
        flex: 1;

    } */
    /* .home-main-container .home-main-right{

        margin: 0px;
        margin-left: 20px;
        margin-right: 20px;
        flex: 1;

    } */
    .home-main-container .home-main-left .home-main-left-title {
        font-size: 34px;
    }

    .home-main-container .home-main-left .home-main-left-sub-title {
        font-size: 24px;

    }
}

@media (max-width: 740px) {
    .home-main-container .home-main-left .home-main-left-title {
        /* font-size: 34px; */
    }

    .home-main-container .home-main-left .home-main-left-sub-title {
        font-size: 20px;

    }

    /* .home-main-container .home-main-left .home-main-left-title p{
    display: none;
} */
}

@media (max-width: 435px) {
    .home-main-container .home-main-left .home-main-left-title {
        font-size: 26px;
    }
}



/*car card  */

.car-card .car-card-media {
    position: relative;
}

.car-card .car-card-media .car-card-price-section {
    position: absolute;
    padding: 20px 10px;
    text-align: center;
    right: 30px;
    bottom: -3px;
    min-width: 130px;
    border-bottom: 3px solid #ce0000;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .car-card .car-card-media .car-card-price-section {
        min-width: auto;
        padding: 10px;
    }
}

.car-card .car-card-media .car-card-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .car-card .car-card-media .car-card-price-section .v-price {
        font-size: 22px;
        line-height: 22px;
    }
}

.car-card .car-card-media .car-card-price-section .v-duration {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.car-card .car-card-media .car-card-price-section .v-detail {
    background-color: #101010;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    display: inline-block;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    /* width: 100%; */

}

.car-card .car-card-media .car-card-price-section .v-detail em {
    font-style: normal;
    transition: 0.5s all ease;
}

.car-card .car-card-media .car-card-price-section .v-detail em::after {
    width: 0%;
    height: 2px;
    background-color: #ce0000;
    position: absolute;
    right: 0%;
    bottom: 0%;
    content: "";
    opacity: 0;
    transition: 0.5s all ease;
}

.car-card .car-card-media .car-card-price-section .v-detail:hover {
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.car-card .car-card-media .car-card-price-section .v-detail:hover em:after {
    width: 100%;
    opacity: 1;
    right: auto;
    left: 0%;
}

.car-card .car-card-media-pic {
    overflow: hidden;
    border-radius: 100px 100px 0px 0px;
    /* text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; */


}

@media (max-width: 575px) {
    .car-card .car-card-media-pic {
        border-radius: 50px 50px 0px 0px;
    }
}

.car-card .car-card-media-pic img {
    width: 100%;
    height: 554px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}





.car-card .card-card-content {
    padding: 30px;
    background-color: #f4f5f7;
    /* background-color: #ce0000; */
    /* min-height: 19vh; */
}

.car-card .card-card-content .car-card-v-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.car-card .card-card-content .car-card-vehicle-fleet-content .car-card-v-title:hover a {
    color: #ce0000;
}

/*  */
.car-card .card-card-content .car_card-facility {
    list-style: none;
    margin: 0px 0px 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.car-card .card-card-content .car_card-facility li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.car-card .card-card-content .car_card-facility li span {
    display: inline-block;
    width: 30px;
    padding-right: 10px;
}

.car-card .card-card-content .car_card-facility li span img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(3017%) hue-rotate(6deg) brightness(108%) contrast(103%);
}

.car-card .card-card-content .car_card-facility li:last-child {
    padding-right: 0px;
}

.car-card .card-card-content .car_card-facility li:last-child:after {
    display: none;
}

.car-card .card-card-content .car_card-fuel-type {
    list-style: none;
    margin: 0px;
    display: flex;
}

.car-card .card-card-content .car_card-fuel-type li {
    font-size: 14px;
    color: #ce0000;
    font-weight: 500;
    position: relative;
    padding: 0px 10px;
}

.car-card .card-card-content .car_card-fuel-type li:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #565656;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.car-card .card-card-content .car_card-fuel-type li:first-child {
    padding-left: 0px;
}

.car-card .card-card-content .car_card-fuel-type li:last-child {
    padding-right: 0px;
}

.car-card .card-card-content .car_card-fuel-type li:last-child:after {
    display: none;
}

.car-card .card-card-content .car_card-fuel-type li del {
    color: #565656;
}

/*  */







/*  */


/*______Zoom in out Animation______*/
.zoom-in-out-element {
    animation: zoom-in-zoom-out 6s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%;
    }

    50% {
        scale: 80%;
    }

    50% {
        scale: 60%;
    }

    75% {
        scale: 80%;
    }

    100% {
        scale: 100%;
    }
}

/*______Home 1 Banner______*/
.twm-home-1-banner-wrap {
    padding: 0px 0px 100px 0px;
    background-color: #f4f5f7;
}

@media (max-width: 1680px) {
    .twm-home-1-banner-wrap {
        /* padding: 0px 60px 60px 60px; */
    }
}

@media (max-width: 1199px) {
    .twm-home-1-banner-wrap {
        padding: 0px;
    }
}

.twm-home-1-banner-wrap .twm-home-1-banner {
    background-size: cover;
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-left {
        padding: 50px 20px 20px 20px;
    }
}

.twm-home-1-banner-wrap .twm-banner-left-info {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 640px;
    margin-left: 65px;
}

@media (max-width: 1199px) {
    .twm-home-1-banner-wrap .twm-banner-left-info {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .twm-home-1-banner-wrap .twm-banner-left-info {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-left-info {
        padding-top: 0px;
        max-width: 100%;
        margin-left: 0px;
    }
}

.twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content {
    position: relative;
}

.twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-sm-title {
    font-size: 18px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 45px 100px;
}

@media (max-width: 1199px) {
    .twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-sm-title {
        font-size: 14px;
        position: inherit;
        transform: none;
        transform-origin: inherit;
    }
}

.twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title {
    font-size: 76px;
    font-weight: 700;
    color: #ce0000;
    line-height: 90px;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title {
        font-size: 58px;
        line-height: 66px;
    }
}

@media (max-width: 1024px) {
    .twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title {
        font-size: 40px;
        line-height: 46px;
    }
}

.twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title em {
    display: block;
    font-size: 76px;
    font-weight: 100;
    color: #fff;
    font-style: normal;
    min-height: 90px;
}

@media (max-width: 1440px) {
    .twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title em {
        font-size: 58px;
        min-height: 70px;
    }
}

@media (max-width: 1024px) {
    .twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title em {
        font-size: 40px;
        min-height: 48px;
    }
}

.twm-home-1-banner-wrap .twm-banner-left-info .twm-banner-left-content .twm-banner-title>span {
    color: #fff;
    padding: 0px 20px;
}

.twm-home-1-banner-wrap .twm-banner-right-section {
    position: relative;
    height: 100%;
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-content {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-content {
        display: block;
    }
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-media {
    position: absolute;
    bottom: -90px;
}

@media (max-width: 1680px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-media {
        bottom: -40px;
    }
}

@media (max-width: 1536px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-media {
        bottom: 70px;
    }
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-media {
        position: inherit;
        bottom: inherit;
        max-width: 500px;
        margin: 0px auto;
    }
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx {
    width: 800px;
    height: 100vh;
    margin-right: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 20px;
    border-radius: 0px 0px 50% 50%;
}

@media (max-width: 1199px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
}

@media (max-width: 1680px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx {
        /* width: 530px; */
    }
}

@media (max-width: 1365px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx {
        /* width: 380px; */

        height: 380px;
        border-radius: 0% 0% 30% 30%;
    }
}

@media (max-width: 1160px) {
    .twm-banner-LR-wrap {
        flex-direction: column;
    }

    .twm-banner-left {
        /* width: 100%; */
    }
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx {
        width: 100%;
        /* height: auto; */
        background: none;
        text-align: center;
    }
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-bnr-title {
    font-size: 114px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-top: 60px;
    opacity: 0.4;
    background: linear-gradient(to bottom, rgb(16, 16, 16) 7%, rgb(255, 97, 0) 90%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 1680px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-bnr-title {
        font-size: 96px;
    }
}

@media (max-width: 1365px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-bnr-title {
        font-size: 66px;
    }
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-bnr-title {
        margin-top: 0px;
    }
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price {
    background-color: #000;
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    min-width: 180px;
    display: inline-block;
}

@media (max-width: 991px) {
    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price {
        border-radius: 20px;
        margin-bottom: 30px;
    }
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price .twm-product-name {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price .twm-price-section {
    display: flex;
    align-items: baseline;
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price .twm-price-section .v-price {
    color: #ce0000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-bx .twm-banner-product-price .twm-price-section .v-duration {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}

.twm-price-section .tarifs_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0;
}

.twm-price-section .tarifs_details span {
    font-size: 24;
    font-weight: 500;
    color: #000;
}

.twm-price-section .tarifs_details p {
    font-size: 24;
    font-weight: 600;
    color: #ce0000;
}

.twm-banner-LR-wrap {
    display: flex;
    justify-content: space-between;
    /* padding: (120px,0px,0px,0px); */
    /* padding: 120px; */
    /* padding-bottom: 150px; */

}

@media (max-width: 1199px) {
    .twm-banner-LR-wrap {
        flex-direction: column;
        /* margin: 0px; */
    }

    .twm-home-1-banner-wrap .twm-banner-right-section .twm-banner-r-content {
        justify-content: start;
    }
}

@media (max-width: 991px) {
    .twm-banner-LR-wrap {
        flex-direction: column;
    }
}

.twm-banner-LR-wrap .twm-banner-right {
    /* flex: 1; */
    /* padding-left: 40px; */
    background-color: red;
    align-self: center;
}

@media (max-width: 991px) {
    .twm-banner-LR-wrap .twm-banner-right {
        padding: 0px 20px 20px 20px;
    }
}

.twm-banner-search-tabs {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.twm-banner-search-tabs .twm-tabs-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .twm-banner-tabs-filter .nav-tabs {
        display: grid;
        gap: 2px;
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 400px) {
    .twm-banner-tabs-filter .nav-tabs {
        display: grid;
        gap: 2px;
        grid-template-columns: auto auto;
    }
}

.twm-banner-tabs-filter .nav-tabs .nav-link {
    background-color: #ce0000;
    border: none;
    border-radius: 20px 20px 0px 0px;
    margin-right: 2px;
    min-width: 110px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .twm-banner-tabs-filter .nav-tabs .nav-link {
        min-width: 90px;
    }
}

@media (max-width: 1199px) {
    .twm-banner-tabs-filter .nav-tabs .nav-link {
        min-width: auto;
        border-radius: 10px 10px 0px 0px;
        padding: 4px 15px;
    }
}

@media (max-width: 480px) {
    .twm-banner-tabs-filter .nav-tabs .nav-link {
        border-radius: 4px 4px 0px 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }
}

.twm-banner-tabs-filter .nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
}

.twm-banner-tabs-filter .nav-tabs .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(5007%) hue-rotate(1deg) brightness(106%) contrast(107%);
}

.twm-banner-tabs-filter .nav-tabs .nav-link.active .tabs-title {
    color: #ffff;
}

@media (max-width: 480px) {
    .twm-banner-tabs-filter .twm-tabs-bx {
        display: flex;
        align-items: center;
    }
}

.twm-banner-tabs-filter .twm-tabs-bx .tabs-media {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .twm-banner-tabs-filter .twm-tabs-bx .tabs-media {
        margin-right: 10px;
        height: auto;
        width: 20px;
    }
}

.twm-banner-tabs-filter .twm-tabs-bx .tabs-media img {
    height: 20px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(94%) saturate(0%) hue-rotate(222deg) brightness(103%) contrast(109%);
}

@media (max-width: 480px) {
    .twm-banner-tabs-filter .twm-tabs-bx .tabs-media img {
        height: auto;
    }
}

.twm-banner-tabs-filter .tabs-title {
    font-size: 16px;
    color: #18191d;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .twm-banner-tabs-filter .tabs-title {
        font-size: 14px;
    }
}

.twm-banner-tabs-filter .tab-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}

.twm-tabs-search-section label {
    padding-bottom: 4px;
}

@media (max-width: 1440px) {
    .twm-tabs-search-section label {
        font-size: 13px;
    }
}

.twm-tabs-search-section .form-group {
    margin-bottom: 6px;
    min-width: 175px;
}

@media (max-width: 1440px) {
    .twm-tabs-search-section .form-group {
        min-width: 100%;
    }
}

.twm-tabs-search-section .form-select {
    color: #b9b9b9;
    font-size: 14px;
}

.twm-tabs-search-section .form-select option {
    color: #18191d;
    font-size: 14px;
}

.twm-tabs-search-section .twm-vehicle-search-btn a {
    white-space: nowrap;
}

.twm-tabs-search-section .twm-vehicle-search-btn .site-button {
    height: 34px;
}

.twm-tabs-search-section .twm-tabs-search-btn {
    text-align: center;
}

/*______Price Number Animation______*/
#number_notification {
    animation: bounce_shake 1.5s ease-out infinite;
}

@keyframes bounce_shake {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
        transform: scale(0.9, 1.1) translateY(-5px);
    }

    32% {
        transform: scale(1.2) translateY(-5px);
    }

    35%,
    40% {
        transform: scale(1.2) translateY(-5px) rotate(-20deg);
    }

    45%,
    50% {
        transform: scale(1.2) translateY(-5px) rotate(20deg);
    }

    60% {
        transform: scale(1.05, 0.95) translateY(0);
    }

    70% {
        transform: scale(1.05, 0.95) translateY(0);
    }

    80% {
        transform: scale(1, 1) translateY(-3px);
    }

    95% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

/*# sourceMappingURL=style.css.map */


/* Terms & conditions */
.car_details_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #34495e;
    text-shadow: 0 0 0 #293848;
    padding-top: 24px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.general_condition_content {
    min-height: 100vh;
}

.general_condition_content strong {
    font-weight: bolder;
    color: #34495e;

}

.general_condition_content p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #34495e;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}

.general_condition_content ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    color: #34495e;
    padding-bottom: 20px;

}

.general_condition_content li {
    padding-left: 30px;
    position: relative;
    font-size: 12;
    margin-bottom: 10px;
}

.img-drapo {
    width: 30px;

}












/*HP start FAQ section*/

.faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 10px 0;
    padding: 15px 30px 15px 15px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    cursor: pointer;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 10px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 5px;
    width: 30px;
    height: 30px;
}

.faq-toggle:focus {
    outline: none;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
    color: white;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: #9fa4a8;
}
.pricing_strategy_table thead tr th {
    background-color: #cee1ea
}
.pricing_strategy_table tbody tr td {
    background-color: #d9edf7
}


.custom-background {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

/* Optional: Adjust the width of the modal dialog */
.custom-width {
    min-width: 50vw; /* You can set it to your desired width, e.g., 600px, 800px, etc. */
}

/* Optional: Center modal vertically and horizontally (if needed) */
.modal-dialog {
    margin: auto;
}

.continue-book-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
