@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 /*font-family: "Roboto", serif;*/

:root{
	--font1: "Roboto", serif;   
    --white: #FFFFFF; 
    --black:  #000;   
	--black1:  #0E0E0E;
    --gray: #282828; 
    --redColor:#EE2C24; 
    --textColor: rgba(0,0,0,.5);
    --textColor1:rgba(255,255,255,.5); 
    --lightbg:#FBFBFB;
    --borderColor: #EDEDED; 
}
.paginationMain .d-none {
    flex-direction: column;
}
.termspages ul.wp-block-list {
    line-height: 32px;
    list-style: disc;
    padding-left: 16px;
    margin-bottom: 25px;
}
.termspages p {
    line-height: 28px;
    font-family: 'Roboto';
}
.termspages .tophd.tophd-center {
    padding: 0 !important;
    margin-bottom: 21px;
}
.at-feature  a {
    color: #000 !important;
}
.menubtn {
    display: none !important;
}

.at-feature img {
    height: 270px;
    object-fit: cover;
}
.floating-btn {
  transition: all 0.3s ease;
}
.reel-video {
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.reel-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop */
.reel-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* Mobile slider */
@media (max-width: 767px) {
    a.cmnbtn.cmnbtn1 {
        font-size: 13px !important;
        padding: 9px !important;
    }
form.quotetion_form .col-lg-4 {
    width: 100%;
}
.welcome_sec .tophd {
    margin: 30px 0 0 !important;
    text-align: left;
    padding-left: 0 !important;
}
.partner_sec .tophd {
    margin: 37px 0 29px !important;
}
.partnerslide {
    margin-bottom: 31px;
}
    .why_newRight {
        width: 100% !important;
        padding: 0 15px 40px !important;
    }
        section.areascover_sec {
        padding: 0px 0 35px !important;
    }
        section.areascover_sec h2.title, h2.title span {
        font-size: 34px !important;
    }
.tophd p {
    width: 100% !important;
}
.welcome_sec img {
    max-width: 100% !important;
}
.welcome_sec:after {
    content: none !important;
}
.banner.hero-slider {
    height: auto !important;
}
    .bannerText h1 {
        font-size: 37px;
        line-height: 35px;
    }

  .reel-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .reel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .reel-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}

.floating-btn:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* Extra glow for WhatsApp */
.floating-btn.whatsapp:hover {
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.7);
}

.logo {
    /*margin-bottom: -48px;*/
    z-index: 9;
}
/* Section */
.tns-blog-section{
    background: #f8f9fa;
}

/* Heading */
.tns-blog-title{
    font-size: 40px;
    font-weight: 700;
}

.tns-blog-subtitle{
    color: #6c757d;
    max-width: 600px;
    margin: auto;
}
.contactPageForm .bannerForm {
    max-width: 57%;
    margin: 0 auto 36px;
    background: #161313;
}
/* Card */
.tns-blog-card{
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: transform .4s ease, box-shadow .4s ease;
}

.tns-blog-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Image */
.tns-blog-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content */
.tns-blog-content{
    padding: 24px;
}

.tns-blog-card-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Description (15 words approx handled in content) */
.tns-blog-desc{
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}
.hotLocationSec h2.title {
    color: red;
    font-size: 37px;
}
.hotLocationSec {
    max-width: 80%;
    margin: 0 auto;
}
.allLocation ul li {
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
    color: #bbbbbb;
    letter-spacing: 0.4px;
}
.hotLocationSec .tophd {
    margin: 0 0 30px;
}
.hotLocMain h3 {
    color: #fff;
}
.hotLocMain {
    background: #000;
    padding: 50px 0;
}
/* Button */
.tns-read-more-btn {
    display: inline-block;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #ee2c24;
    transition: all .3s ease;
}
.tns-read-more-btn:hover{
    color: #fff;
    opacity: .9;
}
/* Hero Image */
.tns-blog-hero img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

/* Meta */
.tns-blog-meta{
    font-size: 14px;
    color: #777;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Title */
.tns-blog-heading{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* Content */
.tns-blog-content p{
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.tns-blog-content h2{
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 15px;
}

/* Blockquote */
.tns-blog-content blockquote{
    padding: 25px;
    background: #f8f9fa;
    border-left: 5px solid #ff512f;
    font-style: italic;
    border-radius: 10px;
    margin: 30px 0;
}

/* Sidebar */
.tns-blog-sidebar{
    position: sticky;
    top: 100px;
}

.tns-sidebar-box{
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.tns-sidebar-box h4{
    font-size: 20px;
    margin-bottom: 15px;
}

/* Recent Posts */
.tns-recent-posts{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tns-recent-posts li{
    margin-bottom: 10px;
}

.tns-recent-posts a{
    text-decoration: none;
    color: #333;
    transition: color .3s;
}

.tns-recent-posts a:hover{
    color: #ff512f;
}

/* Tags */
.tns-blog-tags a{
    display: inline-block;
    padding: 6px 14px;
    margin: 5px 5px 0 0;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: all .3s ease;
}

.tns-blog-tags a:hover{
    background: #ff512f;
    color: #fff;
}










.modern-gallery{
padding: 0 !important;
}

.gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gallery-item img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .6s ease;
}

.gallery-item:hover img{
    transform: scale(1.12);
}

/* Optional Overlay */
.gallery-item::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0,0,0,.4));
    opacity: 0;
    transition: opacity .4s ease;
}

.gallery-item:hover::after{
    opacity: 1;
}


*{ 
    box-sizing: border-box;
}
.main_serviceDiv .img img {
    object-fit: contain;
    height: 70px;
    border-radius: 17px;
}
.specialcarbanners .row {
    max-width: 70%;
    margin: 92px auto;
    align-items: center;
}
img.InnerScania {
    height: 370px;
    object-fit: cover;
}
.cominsoonSection h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
    color: #222;
}
.cominsoonSection h4 {
    font-size: 25px;
    margin: 9px 0;
    font-weight: 500;
}
.cominsoonSection h5 {
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0;
}
.centeredText {
    text-align: center;
    max-width: 60%;
    margin: -23px auto 62px !important;
    font-weight: 400;
    font-size: 20px;
}
.vehicle-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.vehicle-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cominsoonSection h5 img {
    width: 22px;
    margin-right: 10px;
}
.img {
  overflow: hidden;
}
ul.submenu.show li {
    width: 100%;
    margin: 0 !important;
}
/* Submenu hide/show */
/*.submenu {*/
/*    display: none;*/
/*}*/

/*.submenu.show {*/
/*    display: block;*/
/*}*/

.menulist li:hover .submenu{
    max-height: 1000px; 
    opacity: 1; 
    z-index: 9;
} 
.menulist li:hover .submenu li {
    width: 100%;
}
.mobilemenu.active ul.submenu {
    padding: 0;
}
body {
    margin: 0;
    padding: 0; 
    scroll-behavior: smooth; 
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-family: var(--font1);
    font-weight: 300;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
 
h1,h2,h3,h4,h5,h6{ 
    font-family: var(--font1); 
    font-weight: 700;
}
p{
	margin:0 0 20px;
}
img,svg{
    width: 100%;
}
.clear{
    clear: both;
}
.clear:after{
    position: relative;
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

::-ms-input-placeholder {  
  color: #fff;
}
::placeholder {
  color: #fff;
}
::-webkit-placeholder {
  color: #fff;
}
 
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
    transition: .5s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.lightbg{background: var(--lightbg);} 

section{
    padding: 75px 0;
    position: relative; 
}


.cmnbtn,
input[type="submit"]{ 
    text-transform: capitalize;
    background: var(--redColor);
    color: var(--white); 
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    width: auto;
    border-radius: 8px;
}    
.cominsoonSection {
    text-align: center;
    padding: 82px 0;
        max-width: 80% !important;
    width: 100% !important;
    margin: 0 auto;
}
.blogdiv.blogdivbig img {
    height: 635px !important; 
    object-fit: cover;
}
.cominsoonSection .img img {
    height: 400px;
    object-fit: contain;
    object-position: center;
    background: #dfdfdf;
}
.cominsoonSection h2 {
    font-size: 48px;
    font-weight: 300;
}
.cominsoonSection i {
    color: red;
    font-size: 42px;
    margin-bottom: 24px;
    display: block;
    animation: spin 3s linear infinite;
}

/* Animation keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.innerBanner {
    background: #000;
    height: 260px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px;
}
.contentInnerPage {
    width: 50%;
}
.innerPageImage {
    width: 50%;
}
.innerBanner p {
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-size: 22px;
}
.innerBanner h1 {
    color: #ee2c24;
    text-align: center;
    font-family: 'Roboto';
    font-size: 44px;
}
.innerPageContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    align-items: center;
}
.innerPageContent p {
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 33px;
}
.contactbanner {
    background: #000;
    height: 360px;
    margin-bottom: -60px;
    padding-top: 100px;
}
.contactbanner h3.text-center {
    color: red;
    font-size: 18px;
}
.contact-form-wrapper.p-4.bg-white.shadow.rounded-3 {
    max-width: 60%;
    margin: 0 auto 60px;
}

.contact-form-wrapper .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  padding: 10px 15px;
}

.contact-form-wrapper .form-control:focus {
  background-color: #fff;
  border: 1px solid #dc3545;
  box-shadow: none;
}

.contact-form-wrapper .btn-danger {
  background-color: #dc3545;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 500;
}

.contact-form-wrapper .btn-danger:hover {
  background-color: #c82333;
}

.contact-form-wrapper label {
  font-weight: 500;
  font-size: 14px;
}
.contactbanner h2 {
    color: #fff;
    font-size: 43px;
    max-width: 500px;
    margin: 0 auto;
}

.innerList {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.innerList ul {
    list-style: num;
    padding: 0 0 0 20px;
    line-height: 25px;
}
.container{ 
    max-width: 1600px !important;
}
section.areascover_sec {
    padding: 0 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}
section.areascover_sec h2.title {
    color: var(--redColor);
    display: block;
    font-weight: bold;
    font-size: 54px;
}
section.areascover_sec p.text-center {
    font-size: 21px;
    line-height: 29px;
}
.innerList h2 {
    font-size: 20px;
    color:#ee2c24;
}
.footerdiv {
    color: #fff;
        width: 32%;
}
.centeredSec {
    display: flex;
    align-items : center;
    flex-direction: column;
}
.footerdiv ul li a {
    color: #fff;
}
.servicesRow {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex
;
    justify-content: space-between;
}
.servicesBoxs {
    width: 30%;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
}
.servicesBoxs:hover i {
    bottom: 9px;
}

.servicesBoxs i {
    color: red;
    font-size: 48px;
    margin: 20px 0 30px !important;
    display: block;
    transition: 0.3s 
ease all;
    position: relative;
    bottom: 0;
}
.allServices {
    max-width: 1200px;
    margin: 0 auto 60px;
}
.allServices h3.text-center {
    font-size: 16px;
    margin: 0;
}
.allServices h2.text-center {
    font-size: 40px;
    color: red;
}
.servicesBox {
    width: 30%;
    padding: 0 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.servicesBox h2 {
   color: red;
}
.servicesRow {
    flex-wrap: wrap;
    gap: 50px 0;
}
.headerBottomRight input.form-control {
    width: 400px !important;
    margin-top: 10px;
    z-index: 99;
    display: block;
    position: relative;
}
.errorFound.text-center {
    padding: 60px;
}
.errorFound p {
    font-size: 20px;
    padding: 15px 0;
}
.errorFound a {
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 50px;
    border-radius: 9px;
}
.serviceDesc {
    padding: 0 20px;
}
.imgHoverEffct {
    height: 222px;
    overflow: hidden;
    margin-bottom: 20px;
}
.servicesBox:hover .imgHoverEffct img {
    transform: scale(1.2);
}
.imgHoverEffct img {
    height: 222px;
    object-fit: cover;
    transition: 0.8s 
ease all;
}

.cmnbtn:hover,input[type="submit"]:hover{background: var(--black1); color: var(--white);}
.cmnbtn1:hover{background: var(--white); color: var(--black);} 

.tophd{margin: 0 0 100px; font-size: 20px; line-height: 24px; text-align: center;}
.tophd-center{text-align: center;}
h2.title{font-size: 30px; line-height: 40px; font-weight: 600;
    color: var(--black1); 
    margin: 0 0 12px; 
    position: relative; text-transform: uppercase;
}
.welcome_sec img {
    max-width: 83%;
} 
.tophd p {
    margin: 25px 0;
    width: 78%;
}
.welcome_sec h2 {
    color: #ee2c24;
}
h2.title span{color: var(--redColor); display: block;
    font-weight: bold; font-size: 45px; 
}
.tagline{display: block; font-size: 20px; line-height: 24px;
    color: var(--textColor);    font-style: italic;
}

h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 20px;
}



.darksec .tophd,.darksec .tophd h2.title1,
.darksec .subtitle{color: var(--white);}
/**common**/
 
 

/**header**/
 


/**banner**/
 
 
/**mobile menu**/
.menubtn{
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 8px; 
    z-index: 124;
    margin-left: 10px;
    border-radius: 5px; 
    position: relative;
    display: none;
}
.menubtn span{
    display: inline-block;
    background: var(--white);
    width: 100%;
    height: 3px;
}

.mobilemenu{
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 124;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mobilemenu.active{
    right: 0;
}
.cross{
    position: absolute;
    width: 38px;
    height: 38px;  
    line-height: 0; 
    background: var(--white);
    color: var(--black);
    padding: 5px;
    right: 5px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobilemenu ul{
    padding: 40px 20px;
    background: var(--gray);
    width: 320px;
    list-style: none;
    margin: 0; 
}
.mobilemenu ul li:before{display: none;}
.mobilemenu ul li a{
    display: block;
    margin: 5px 20px;
    color: var(--white);
    border-radius: 25px;
    position: relative;
}
.mobilemenu li a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: .5s;
    left: 0;
    bottom: 0;
}
.mobilemenu li a:hover:after{
    width: 100%;
}


.mobilemenu ul.submenu1{
    padding: 0 0 0 15px;
    display: none;
}
.mobilemenu ul li.haschild1 >a{
    position: relative;
}
.mobilemenu ul li.haschild1 >a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--white);
    padding: 3px;
    transform: rotate(135deg);
}
.mobilemenu ul li{
    margin: 0 0 10px;
}

/**header**/
.site-header{background: var(--black); font-size: 15px; }
.headerTop{padding: 0; color: var(--white);} 
.headerTopHold{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{display: inline-block; width: 120px;}
.logo img{width: 100%;}
.headerTopRight{list-style: none; margin: 0; padding: 0; display: flex;
    gap:50px;
}
.headerTopRight li{display: flex; gap: 15px;}
.headerBottom{background: #dfdfdf;}
.headerTopRight .ico{
    width: 32px;
}
.bannerText p {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
}
.bannerText a.btn {
    font-size: 18px;
    font-weight: 600;
}
.headerTopRight .text a,.headerTopRight .text address{
    display: block;
    margin: 0;
    font-style: normal;
    color: var(--white);
}
.headerTopRight .text a:hover{
    color: var(--redColor);
}

.headerBottom {
    padding: 7px 0 ;
}
.hm-radio-hldr label {
    width: 100%;
}
.headerBottomHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menulist{list-style: none; margin: 0; padding: 0;}
.menulist li{margin-right: 25px; display: inline-block; vertical-align: middle;}
.menulist li a{display: block; color: #000; text-transform: uppercase;}
.menulist li a:hover{color: var(--redColor);}
.headerBottomRight{display: flex; align-items: center; gap:20px;}
.searchButton{width: 40px; height: 40px; display: inline-flex; 
    align-items: center; justify-content: center; 
    background: var(--black1);
    border-radius: 50%; cursor: pointer;
}
.searchButton img{
    width: 14px;
    opacity: .7;
}

/**banner**/
.banner{position: relative; 
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
 }
.banner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);

}
.bannerSlide  img{height: 600px;}
.bannerContent{
    position: relative; 
    z-index: 1;
}
.bannerHold{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerText{
    max-width: 450px;

    color: var(--white);
    font-size: var(--textColor1);

}
.bannerText h1{font-size: 85px;line-height: 80px; color: var(--redColor);
    text-transform: uppercase; margin: 0 0 10px; font-weight: 600;
}
.bannerText h2{font-size:50px;line-height: 60px; color: var(--white);
    text-transform: uppercase; margin: 0 0 10px; font-weight: 600;
}
.bannerForm{
    /* max-width: 350px; */
    text-align: center;
    padding: 30px;
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
    backdrop-filter: blur(2px);
    border: 1px solid #454545;
    background: rgba(0, 0, 0, .35);
        margin-top: 50px;
    margin-bottom: 50px;
}
.bannerForm h3{font-size: 30px; line-height: 35px; margin: 0 0 20px;
    color: var(--white); font-weight: 600; text-transform: uppercase;
}
.bannerForm h4{font-size: 20px; line-height: 24px; font-weight: 300; margin: 0 0 5px;}
.bannerForm p{}
.bannerForm .form-group{}
.bannerForm ::placeholder {
  color: #ccc; 
}

.bannerForm  ::-ms-input-placeholder { 
   color: #ccc; 
}
.bannerForm input::placeholder, .bannerForm select::placeholder, .bannerForm textarea::placeholder {
    color: #000;
}
a.cmnbtn.cmnbtn1:hover {
    color: #000;
}
a.cmnbtn.cmnbtn1 {
    display: block;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 17px;
    font-weight: 500;
    padding: 12px;
}
.bannerForm input, .bannerForm select, .bannerForm textarea {
    width: 100%;
    border: 1px solid transparent;
    margin: 0 0 19px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}
.bannerForm input[type="submit"] {
    width: auto;
    font-size: 18px;
    transition: .5s;
    padding: 13px;
}
.bannerForm input[type="submit"]:hover{
    background: var(--white); color: var(--black);
}
.bannerForm input[type="radio"]{
    display: inline-block;
    margin: 0 4px 0 0;
    width: auto;
    vertical-align: middle;
}

.hm-radio-hldr{
    text-align: left;
    margin: 0 0 10px;
}
.hm-radio-hldr .mainlabel{
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 500;
}
.hm-radio-hldr input[type="radio"] + label{
    margin-right: 10px;
    vertical-align: middle;
}

/**welcome_sec***/
.welcome_sec{
    position: relative;
}
.welcome_sec:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 400px;
    background: url(../images/shape1.png) no-repeat 0 0;
    background-size: contain;
}
.insta_sec .tophd.tophd-center {
    margin-bottom: 0;
}
.welcome_sec:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40%;
    height: 45vh;
    background: url(../images/shape2.png) no-repeat right 0;
    background-size:contain;
}
.welcome_sec .tophd {
    margin: 0;
    text-align: left;
    padding-left: 45px;
}
/**why_service_sec**/
.why_service_sec{}
.why_serviceDiv{background: var(--lightbg); border: 1px solid var(--borderColor);
    padding:0 30px 25px; text-align: center; height: 100%;
    transition: .5s;
    border-radius: 20px;
}
.why_serviceDiv .img img {
    transition: 1s ease all;
    
}
.why_serviceDiv:hover .img img {
    transform: rotate(360deg);
}
section.main_service_sec .tophd {
    margin: 0;
}
.why_newDiv .img img {
    width: 55px;
}
.why_serviceDiv .img{
    width: 80px;
    height: 80px;
    border: 1px solid var(--redColor);
    background: var(--black1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(0,-50%);
    transition: .5s;
}
.why_serviceDiv .img img{
    width: 45px;
}
.why_serviceDiv .content{}
.why_serviceDiv .content h3{color: var(--textColor);

}
.why_serviceDiv .content p{}

.why_serviceDiv:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}
.why_serviceDiv:hover .img{
    background: var(--redColor);
}
.why_service_sec {
    background: #f3f2f2;
}
/**dark_sec**/
.main_service_sec{}
.dark_sec{background: var(--black); color: var(--textColor1);}
.dark_sec h2.title{color: var(--white);}
.dark_sec .tagline{ color: var(--textColor1);}
.main_service_sec .row{
    justify-content: center;
}
.main_serviceDiv{text-align: center; position: relative;
    padding: 22px; transition: .5s;
    box-shadow: 0 0 22px 0 inset transparent;
    border-radius: 0;
}

.main_serviceDiv .img{
    display: inline-block;
    margin: 0 0 30px;
    width: 70px;
    height: 70px;
}
.main_serviceDiv img img{}
.main_serviceDiv h3{color: var(--white);  
   
}

.main_serviceDiv p{}
.main_serviceDiv:after{
    width: 20px;
    height: 20px;
    background: var(--black);
    color: var(--redColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    left: 100%;
    content: "\f285";
    font-family: bootstrap-icons !important;
}
/*.main_service_sec .row > div:nth-child(3n) .main_serviceDiv:after,*/
.main_service_sec .row > div:last-child .main_serviceDiv:after{
    display: none;
}

/**coach_service_sec**/
.coach_serviceDiv{
    padding: 10px 30px;
    text-align: center;

    transition: .5s;
    box-shadow: 0 0 10px 0 transparent;
}

.coach_serviceDiv:hover{
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.1);

    border-radius: 5px;
}
.coach_serviceDiv .img{
    width: 100%;
    height: 150px;
    margin: 0 0 20px;
}
.coach_serviceDiv .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.coach_serviceDiv .content{}
.coach_serviceDiv .content h3{
    margin: 0  0 15px;
}
.coach_serviceDiv .content p{}

/**how_sec**/
.how_sec{}
.howDiv{
    position: relative;
    padding: 35px;
    background: var(--lightbg);
    margin: 0 20px;
}
.howDiv .no{margin: 0 0 30px; display: inline-block; color: rgba(0, 0, 0, .1);
    font-size: 90px; line-height: 90px; font-weight: 600;
}
.howDiv h3{margin: 0 0 15px;}
.howDiv p{} 
.howDiv:after{
    width: 60px;
    height: 60px;
    background: var(--redColor);
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    left: 100%;
    content: "\f285";
    font-family: bootstrap-icons !important;
}
.how_sec .row > div:last-child .howDiv:after{
    display: none;
}

.howDiv,.howDiv .no,.howDiv h3{transition: .5s;}
.howDiv:hover{background: var(--black1); color: var(--white);}
.howDiv:hover .no{color: var(--textColor1);}
.howDiv:hover h3{color: var(--white);}

/**why_new_sec**/
.why_new_sec{ padding: 0; margin: 50px 0;}
.why_newHolder{display: flex;    max-width: 78%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.why_new_sec .tophd{
width: 100%;

    padding: 21px 80px 0 40px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.blogHolder .tophd.tophd-center {
    margin: 0 0 50px;
}
.why_newRight{    width: 100%;
    display: flex;
    padding: 40px 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.why_newDiv {
    text-align: center;
    color: #fff;
    padding: 40px 35px;
    width: 24%;
    background: #000;
    border-radius: 30px;
}
.why_newDiv .img{display: inline-block; margin: 0 0 20px;}
.why_newDiv .img img{}
.why_newDiv .content p{}
.blogHolder span.tagline {
    color: #fff;
}
.faq_acc .tophd {
    margin: 0 0 9px;
}
.faq_sec {
    padding: 0;
}
section.blog_sec {
    padding: 0;
}

/***partner_sec****/
.partner_sec{
    /*background: rgba(145, 145, 145, .40);*/
    padding: 45px 0;
}
.partner_sec .tophd {
    margin:20px 0 70px;
}
.why_new_sec {
    padding: 0;
    margin: 0;
    background: #f3f2f2;
    padding-top: 50px;
}
.partnerslide .slick-track{
    display: flex;
    align-items: center;
}
.partnerimg img{
    width: 100%;
    height: 107px;
    object-fit: contain;
}

/**testimonial_sec**/
.testimonial_sec{
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto 26px;
    padding-bottom: 0 !important;
}
.testdiv{padding: 25px; gap: 15px;
    border: 1px solid #d9d9d9; width: 375px;
    align-items: center;
    justify-content: space-between;
}
.testdiv .testdivLeft{
    width: 100%;
    position: relative;
}
.testdiv .testdivLeft p{
    margin: 0 0 30px;
}
.testdiv .name{
font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
    position: absolute;
    left: 78px;
}
.testdiv .testdivRight{
    width: 85px;
    text-align: center;
    position: relative;
}
.testdiv .img{display: inline-block; margin: 0 0 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testdiv .img img{width: 100%; height: 100%;  border-radius: 50%;}
.testdiv .designation{    display: block;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 14px;
    left: 75px;}



.testimonialSlider .slick-track{margin: 0 -10px;}
.testimonialSlider .slick-slide {padding: 0 10px;}

/**blog_sec**/

.blogHolder{background: var(--black); padding: 100px 0;}
.blogdiv{}
.blogdiv .img{overflow: hidden; display: block;}
.blogdiv .img img{width: 100%; height: 100%; transition: .5s;
    transform: scale(1);
}
.blogdiv:hover .img img{
    transform: scale(1.05);
}
.blogContent{ color:var(--textColor1);  font-size:20px; line-height:30px; }
.blogContent h2{margin: 0 0 25px; color: var(--white);
    font-size:48px; line-height:56px; font-weight: 400;
}
.blogContent h3{margin: 0 0 15px; color:var(--white);
    font-size: 24px; line-height:30px;
    font-weight: bold;
}
.blogContent a{color: var(--white);}
.blogContent a:hover{color: var(--redColor);}
.blogContent p{margin: 0 0 25px;}
.blogadmin{font-size: 15px; line-height:20px; }
.blogadmin span{display: block;}
.blogsubtitle{display: block; color: var(--redColor); letter-spacing: 2px;
    text-transform: uppercase; font-size: 14px; line-height:20px;
}

.blogdivbig{position: relative;}
.blogdivbig .blogContent{
    padding: 35px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.blogdivbig,.blogdivbig .img,.blogdivbig .img img{
    height: 100%;
}
.blogdivbig .blogadmin{
    position: relative;
    padding: 0 0 0 60px; 
}
.blogdivbig .blogadmin:before{
    content: "";
    background:#fff url(../images/diamond.svg) no-repeat center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
}

.blogdivsmall{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    margin: 0 0 20px;
}
.blogdivsmall:last-child{
    margin: 0;
}
.blogdivsmall .img,.blogdivsmall .img img{
    height: 100%;
}
.blogdivsmall .blogContent{
    padding: 30px 30px 0;
}

/**faq_sec**/
.faq_sec{

}
body section.faq_sec .container {
    max-width: 100% !important;
    padding: 0;
}
.faq_acc {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 60px;
}
.faqFlex {
    display: flex;
    background: #f8f9fa;
    align-items: stretch;
    justify-content: space-between;
}
.faqIMage img {
    position: absolute;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.faqIMage {
    width: 50%;
    position: relative;
}
.accDiv .accContent {
    display: none;
}
.accDiv.active .accContent {
    display: block;
}
.accDiv{padding:16px 42px;width:100%; border: 1px solid transparent;}
.accDiv.active{border: 1px solid var(--redColor);}
.accDiv h3.accTitle{
    position: relative;
    font-size: 20px;
    line-height: 30px; 
    font-weight: bold;
    margin: 0;
}
.accDiv h3.accTitle:before{
    position: absolute;
    content: "";
    background: url(../images/plus.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    color: var(--redColor);
    font-weight: bold;
    left: -30px;
    top: 5px;
}
.accDiv.active h3.accTitle:before{
     top: 0;
    background: url(../images/minus.svg) no-repeat 0 center;
}
.accContent{  padding: 14px 0 0 0; color: var(--textColor);}
.accDiv.active .accContent{ }
.accContent p{margin: 0;}

/**instaDiv**/
.instaDiv{}
.instaDiv img{width: 100%;}

/**newsletter_sec**/
.newsletter_sec{
    padding: 75px 0;
    background: var(--gray);
}
.newsletterHolder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 34px;
}
.newsletterHolder .tagline{color: var(--textColor1);
    font-style: normal;
}
.newsletterHolder .tophd{margin: 0;}
.newsletterHolder h2.title{ color: var(--redColor);}
.newsletterHolder h2.title span{
   color: var(--white);
}

.newsletterForm{
    display: flex;
    gap: 20px;
}
.newsletterForm input{
    width: 100%;
    border: none;
}
.newsletterForm input[type="submit"]{
    width: auto;
}

/**footer**/
.site-footer{
    background: var(--black);
    padding: 50px 0 0 0;
    font-size: 15px;
    line-height: 20px;

}

  .menulist li {
    position: relative;
  }

  .menulist a {
    display: block;
    padding: 12px 16px;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 17px;
    font-weight: 500;
  }

  .menulist a:hover {
    /*background: #444;*/
    background: #ee2c24;
    color: #fff !important;
    border-radius: 10px;
  }
.tns-blog-image img {
    height: 400px;
    object-fit: cover;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #ee2c24 !important;
    border-color: #ee2c24 !important;
}
.page-item.disabled .page-link {
    color: #ee2c24 !important;
}
.page-link {
    color: #ee2c24 !important; }
  /* Submenu styles */
  .submenu {
          border-radius: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
  }

  .submenu li a {
    padding: 10px 16px;
    white-space: nowrap;
    color: #fff;
  }

.submenu.show {
    max-height: 500px;
    opacity: 1;
    z-index: 9;
}
.site-footer .container {
    max-width: 80% !important;
}
.footerTop{
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    /*gap: 20px;*/
    font-size: 20px;
    line-height: 24px;
    color: var(--textColor1);
    padding: 40px 0;
}
.footerTop a {
    color: var(--textColor1);
    font-size: 18px;
    line-height: 10px;
}
.footerTop a:hover{
    color: var(--redColor);
}

.footerlist1{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
}
.footerlist li{
    margin: 0 0 8px;
}
.footerlist2 li a,
.footerlist2 li address{
    margin: 0;
    padding: 0 0 0 30px;
} 
.footerlist2 li a.call{background: url(../images/call2.svg) no-repeat 0 2px;
    background-size: 20px;
}
.footerlist2 li a.mail{background: url(../images/mail2.svg) no-repeat 0 2px;
    background-size: 20px;
}
.footerlist2 li address{background: url(../images/addressic2.svg) no-repeat 0 2px;
    background-size: 20px;
}


.footerTop .logo{
    width: 150px;
    display: inline-block;
    margin: 0 0 30px;
}
.footerTop .logo img{
    width: 100%;
}
.footerTop h3{
    text-transform: uppercase;
    color: var(--redColor);
    letter-spacing: 1px;
    font-weight: 600;
}
.social{
  display: flex;
  gap: 30px;  
}
.social a{color: var(--white);}
.social a:hover{color: var(--redColor);}


.footerBottom{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}
.footerBottom ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerBottom ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footerBottom p{
    margin: 0;
}
.footerBottom  li  a{
    text-transform: capitalize;
    color: var(--white);
}
.footerBottom  li  a:hover{
    color: var(--redColor);
}

.ftrRight_list li  a{color: var(--redColor);}
.ftrRight_list li  a:hover{color: var(--textColor1);}

.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    margin-top: -15px;
}
.tns-blog-sidebar .tns-sidebar-box:nth-child(3) {
    display: none;
}


.become_supplier_form{
    position: relative;
    z-index: 1;
    margin: 25px 0 0 0 ;
}
.become_supplier_form .form-group {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 0 0 20px;
    text-align: left;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(2px);
    border-radius: 10px;
}
.become_supplier_form .form-group h4 {
    background: #d00;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 10px;
}
.become_supplier_form .form-group label {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 16px;
}

.become_supplier_form .form-group p{
        margin: 10px 0;
    font-size: 14px;
    background: #fff5ac;
    color: #000;
    padding: 3px 10px;
    display: inline-block;
}
.become_supplier_form .form-group input[type="submit"]{
    border: none;
    border-radius: 5px;
}

.form-required label:after {
    color: #d23b3b;
    content: "*";
    display: inline-block;
    font-weight: 700;
    margin-left: .2em;
    position: relative;
    top: -.1em;
}

.quotetion_form .multiplePickupPointAdd .carcl_btn{
    display: inline-block;
    background: var(--redColor);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
        width: 30px;
    height: 30px;
}
.quotetion_form .multiplePickupPoint .pickuppointremoverow{
    display: inline-flex;
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
    color: var(--redColor);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-size: 15px;
}



.become_supplier_form .fleetentry .carcl_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5ebf30;
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
        width: 30px;
    height: 30px;
}
.become_supplier_form .fleetentry .fleetremoverow{
    display: inline-flex;
    background: var(--redColor);
    border-radius: 50%;
    padding: 5px;
    margin-top: 5px;
    color: var(--white);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 10px;
    font-size: 12px;
}

@media only screen and (max-width:1720px) {
    .container {
    max-width: 96% !important;
}
.menulist li {
    margin-right: 12px;
}
.cmnbtn, input[type="submit"] {
        padding: 10px 3px;
        font-size: 13px;
        border-radius: 7px;
}
.bannerText h1 {
    font-size: 63px;
    line-height: 62px;
}
.bannerText h2 {
    font-size: 41px;
    line-height: 50px;
}
h2.title span {
    font-size: 46px;
}
section {
    padding: 38px 0;
    position: relative;
}
section.areascover_sec {
    padding: 60px 0 60px;
    max-width: 100%;
    margin: 0 auto;
}
.tophd {
    margin: 0 0 44px;
    font-size: 20px;
}
section.areascover_sec h2.title {
    font-size: 48px;
}
section.areascover_sec p.text-center {
    font-size: 18px;
    line-height: 29px;
}
}

@media only screen and (max-width: 1550px) {
    .menulist a {
        font-size: 15px;
    }
    .welcome_sec .tophd{
        padding-left: 0;
    }
    .tophd p{
        font-size:16px;
            margin: 20px 0;
    }
.welcome_sec h2 {
    font-size: 24px;
    line-height: 35px;
    }
      .tophd   h2.title span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1300px) {
    .site-footer .container {
    max-width: 92% !important;
}
.hotLocationSec {
    max-width: 92%;
    margin: 0 auto;
}
.footerTop p {
    font-size: 14px;
}
.footerTop h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.footerTop a {
    font-size: 15px;
}
.footerlist li {
    margin: 0 0 5px;
    font-size: 14px;
}
.hotLocMain h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}
.allLocation ul li {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
    letter-spacing: 0.4px;
}
    .innerList {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 60px;
}
.cominsoonSection h3 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    color: #222;
}
.innerList h2  {
    font-size: 20px;
    color: #ee2c24;
    margin-top: 20px;
}
    .innerPageContent {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    align-items: center;
    gap: 20px;
}
.innerPageContent p {
    font-size: 16px;
    line-height: 33px;
}
.servicesRow {
    max-width: 90%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
}
.innerBanner h1 {
    font-size: 36px;
}
.innerBanner p {
    font-size: 20px;
}
.innerBanner {
    background: #000;
    height: 220px;
}
.innerPageContent {
    padding: 36px 0;
}
.allServices h2.text-center {
    font-size: 30px;
}
.centeredText {
    text-align: center;
    max-width: 87%;
    margin: -23px auto 62px !important;
    font-weight: 400;
    font-size: 17px;
}
.menulist a {
    font-size: 14px;
}
.welcome_sec img {
    max-width: 90%;
}
.welcome_sec .col-md-5 {
    position: sticky;
    top: 0;
}
.why_newHolder {
    display: flex;
    max-width: 100%;
}
}
  
@media (max-width:1199px){
  .innerPageImage  iframe {
    width: 100%;
}
    .container{
        max-width: 1000px;
    }
    .site-header{
        font-size: 13px;
    }
    .tophd{
        font-size: 18px;
    }
    body{
        font-size: 15px;
    }
    h3{
        font-size: 20px;
        line-height: 26px;
    }
    .testimonialSlider{
        left: calc((100% - 1000px) / 2);
    }
    .innerPageContent.d-flex {
        flex-direction: column;
        margin-bottom: 50px;
    }
        .innerBanner p {
        font-size: 20px;
        padding: 0 20px;
    }
}



@media (max-width:991px){
    .welcome_sec .col-md-5 {
    position: unset;
    top: 0;
}
.headerBottomRight {
    display: none;
}
.error {
    margin-top: -10px;
}
.mobileMenuBttns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    text-align: center;
}
    .menubtn {
    display: inline-block !important;
    cursor: pointer;
            flex-wrap: wrap;
        align-items: center;
        position: fixed;
        top: 16px;
        right: 30px;
        background: #fff;
        border: 1px solid #fff;
}
    .headerBottomHold {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 26px;
    }
    .allLocation {
    max-width: 33% !important;
    width: 100%;
}
.hotLocationSec .d-flex {
    flex-wrap: wrap !important;
    gap: 35px 0;
}
    .cominsoonSection.container {
    padding: 50px 0 !important;
}
    .innerPageContent.d-flex {
    flex-direction: column;
}
.contentInnerPage {
    width: 100%;
}
.innerPageImage {
    width: 100%;
}
.innerPageContent.d-flex.justify-content-between {
    flex-direction: column-reverse;
}
.servicesBox {
    width: 48%;
}

    .bannerHold {
    flex-direction: column;
    padding-top: 50px;
}
    .container{
        max-width: inherit;
        padding: 0 25px;
    } 
    .menulist{display: none;}
     .menubtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bannerText h1{
        font-size: 42px;
        line-height: 49px;
    }
    .bannerText h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h2.title span {
    font-size: 40px;
}
h2.title {
    font-size: 31px;
    line-height: 43px;
}
.tophd p {
    margin: 25px 0;
    font-size: 16px;
}
    .bannerText {
        padding-right: 20px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .why_serviceHolder .row >div{
        margin: 0 0 80px;
    }
    section{
        padding: 30px 0;
    }
        .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 33%;
    }
    .why_service_sec{
        padding-bottom: 0;
    }
    .tophd{
        margin: 0 0 50px;
    }
    .howDiv{
        padding: 15px;
    }
    .howDiv .no{margin: 0 0 20px; font-size: 70px; line-height: 80px;}
    
    .why_new_sec .tophd {
        width: 100%;
        padding: 20px;
    }
    .why_newRight{
        width: 100%;
        padding: 60px 15px;
    }
    .why_newHolder {
    display: flex;
    max-width: 94%;
}
.faqFlex {
    flex-wrap: wrap;
}
.faq_acc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 22px;
}
.faqIMage img {
    position: relative;
}
.faqIMage {
    width: 100%;
}
.why_newDiv {
    width: 49%;
}
body section.insta_sec .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px;
}
.footerTop .footerdiv:first-child {
    width: 100% !important;
    max-width: 100% !important;
}

.footerdiv {
    color: #fff;
    width: 48%;
}
.footerTop {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
    .blogHolder .row >div{
        margin: 0 0 20px;
    }
    .footerTop{
        font-size: 16px;
    }
.footerBottom {
        font-size: 14px;
    }
    .footerTop .logo{
        width: 120px;
    }
    .footerlist2 li a, .footerlist2 li address{
        padding: 3px 0 3px 30px;
    }
    .testimonialSlider{
        left: auto;
        padding: 0 15px;
    }
    .why_serviceHolder{
        margin-top: 80px;
    }
}

@media (max-width:767px){
   .headerTopRight li:not(:last-child){
    display: none;
   }   
   .allLocation {
    max-width: 50% !important;
    width: 100%;
}
   .logo{
    width: 125px;
   }
   .bannerHold{
    flex-wrap: wrap;
   }
   .bannerText{
    padding: 20px 0;
   }
   .bannerText h1{
    font-size: 37px; line-height:35px;
   }
    .bannerForm {
        max-width: inherit;
        width: 100%;
        margin-top: 10px;
    }
   .bannerText h2{
        font-size: 24px;
        line-height: 28px;
   }
   .bannerForm h3 {
    font-size: 27px;
    line-height: 17px;
}
.bannerForm input[type="submit"] {
    font-size: 16px;
}
.bannerText p {
    font-size: 17px;
    line-height: 21px;
}
.bannerText a.btn {
    font-size: 16px;
}
   h2.title{font-size: 28px; line-height: 35px;}
   .tagline{font-size: 18px; line-height: 20px;}
   .howDiv:after{display: none;}
   .howHolder .row >div{margin: 0 0 20px;}
   .why_newHolder{
    flex-wrap: wrap;
   }
   .why_new_sec .tophd{width: 100%; justify-content: center; text-align: center;}
   .why_newRight{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
   }
   .faq_acc{
    grid-template-columns: repeat(1, 1fr);
   }
   .newsletterHolder{
    grid-template-columns: repeat(1, 1fr);
    gap:30px;
   }
   .footerTop{
        grid-template-columns: repeat(1, 1fr);
   }
   .blogdivsmall{
    grid-template-columns: repeat(1, 1fr);
   }
   .blogdivsmall .blogContent{
    padding: 20px 0;
   }
   .blogHolder{
    padding: 40px 0;
   }
   .blogContent h2{
    font-size: 30px;
    line-height: 35px;
   }
   .blogdivbig .blogContent{
    padding: 15px;
   }
   .footerBottom{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
   }
   .accDiv{
    padding: 15px 15px  15px 40px;
   }
   .accDiv h3.accTitle{
    font-size: 18px;
    line-height: 24px;
   }
   .accContent{
    padding: 15px 0 0 0;
   }
   .blogdivbig .blogadmin:before {
    width: 35px;
    height: 35px;
}
}   

@media (max-width:660px){
    
    .searchDiv.position-relative {
    display: none;
}
    .allLocation {
        max-width: 100% !important;
        width: 100%;
        text-align: center;
    }

.about-page .hero {
    height: 280px !important;
}
.about-page .hero h1 {
    font-size: 32px !important;
}
.about-page .content h2 {
    font-size: 28px !important;
    margin-bottom: 13px !important;
}
.call-box .call-content h2 {
    font-size: 22px !important;
    margin: 5px 0 0;
    color: #111;
}
.about-page .section {
    padding: 8px 0 !important;
}
.about-page .content p  {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 10px;
}
.about-page .hero a {
    margin-top: 1px;
    padding: 8px 17px;
    font-size: 14px !important;
}
.hotLocationSec h2.title { 
    font-size: 28px !important; 
}
    .cominsoonSection .img img {
    height: 300px;
}
    .innerBanner h1 {
        font-size: 24px;
        padding: 0 20px;
    }
    .innerBanner p {
        font-size: 15px;
        line-height: 22px !important;
        max-width: 100% !important;
    }
    .mainBanner img {
    height: 200px;
}
.cominsoonSection h3, .cominsoonSection h4, .cominsoonSection h5, .cominsoonSection p {
    text-align: center;
}
.specialcarbanners .row {
    max-width: 90%;
    margin: 92px auto;
}
.specialcarbanners h3 {
    margin-top: 33px;
    text-align: center;
}
.mobilemenu ul li a {
    display: block;
    margin: 11px 0;
    color: var(--white);
    border-radius: 25px;
    position: relative;
    padding: 0;
    white-space: pre-wrap !important;
}
/*ul.submenu.show {*/
/*    background: #000;*/
/*    padding: 020px;*/
/*    width: 100%;*/
/*}*/
    ul.submenu.show {
        background: #fff;
        padding: 0;
        width: 100%;
        margin-left: 0;
        color: #000 !important;
    }
    .mobilemenu ul {
    padding: 40px 0;
}
.youme a.fleet-link {
    display: flex;
    justify-content: space-between;
}
    ul.submenu.show li {
        width: 100%;
        margin: 0 !important;
        padding: 1px 10px;
        border-bottom: 1px solid;
    }
    .mobilemenu ul li {
    margin: 0 0 10px;
    border-bottom: 1px solid #fff;
}
.mobilemenu ul li a {
    padding: 0 12px;
}
    ul.submenu li a {
    color: #000;
}
.servicesBoxs {
    width: 100%;
    padding: 6px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
}
.allServices h2.text-center {
    font-size: 20px;
    color: red;
}
.servicesBox {
    width: 100%;
    padding: 0 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.innerPageContent {
    max-width: 90%;
    margin: 0 auto;
    padding: 36px 0 0px;
}
.centeredText {
    text-align: center;
    max-width: 90%;
    margin: 30px auto 62px !important;
    font-weight: 400;
    font-size: 17px;
}
    .hm-radio-hldr label {
    width: 100%;
    margin-bottom: 9px;
}
        .bannerText h1 {
        font-size: 36px;
        line-height: 40px;
    }
        .bannerText h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .bannerHold {
        flex-direction: column;
        padding-top: 18px;
    }
    .bannerForm {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 50px;
}
.bannerForm input, .bannerForm select, .bannerForm textarea {
    margin: 0 0 13px;
}
.bannerForm h3 {
    font-size: 26px;
    line-height: 18px;
    margin: 0 0 20px;
}
.logo {
    margin-bottom: 0;
    z-index: 9;
}
.quotetion_form .row.g-3 {
    gap: 0 !important;
    --bs-gutter-y: 0;
    flex-direction: column;
}

    .headerBottomHold {
display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 26px;
}
.headerBottom {
    padding: 8px 0;
}
    .cmnbtn, input[type="submit"] {
        padding: 10px 10px;
        font-size: 11px;
    }
 .welcome_sec .tophd {
    margin: 20px 0 0;
    padding-left: 0;
}   
        .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 32%;
    }
        .why_new_sec .tophd {
        padding: 0;
    }
    .testimonialSlider .slick-slide {
        width: 412px;
    }
        .accDiv h3.accTitle {
        font-size: 16px;
        line-height: 29px;
    }
    section.areascover_sec h2.title {
        font-size: 30px;
    }

    .container{
        padding: 0 15px;
    }

    .headerTopRight li:not(:last-child){
        display: flex;
    }
    .headerTopRight li .text{
        display: none;
    }
    .headerTopRight{
        gap:15px;
    }
        h2.title span {
        font-size: 30px;
    }
        h2.title {
        font-size: 23px;
        line-height: 35px;
    }ul.submenu {
    position: relative;
}
.submenu.show {
    padding: 0;
}
.contactbanner h2 {
    color: #fff;
    font-size: 32px;
    width: 96%;
    margin: 0 auto;
}
.contact-form-wrapper.p-4.bg-white.shadow.rounded-3 {
    max-width: 89%;
    margin: 0 auto 60px;
}
ul.innerContactIcon {
    line-height: 30px;
}
.partner_sec .tophd {
    margin: 20px 0 30px !important;
}
.partner_sec.container {
    padding: 7px 0 49px !important;
}
.slick-track {
    gap: 28px;
}
.why_newRight {
        width: 100%;
        padding: 17px 15px 40px;
    }
    .testimonial_sec {
    max-width: 90%;
}
.blogdiv.blogdivbig img {
    height: 491px !important;
    object-fit: cover;
}
.modern-gallery .col-lg-4 {
    width: 33% !important;
}
.gallery-item img {
    height: 150px;
}
    section.areascover_sec {
        padding: 13px 0 30px !important;
    }
        .tophd p {
        margin: 12px 0 25px !important;
        font-size: 16px !important;
    }
    .at-hero {
    min-height: 360px !important;
}
    .at-hero h1 {
        font-size: 28px !important;
    }
    .at-hero p {
    font-size: 17px !important;
    margin-top: 12px !important;
    max-width: 74% !important;
}
.at-hero a {
    margin-top: 8px !important;
    padding: 11px 29px !important;
    font-size: 14px !important;
}
body .at-stat {
    width: fit-content;
}
body .at-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 !important;
}
body .at-stat h3 {
    font-size: 22px;
    margin: 0;
}
body .at-stats {
    padding: 33px 3%;
}
body .at-split {
    gap: 24px;
}

body .at-split h2 {
    font-size: 26px;
    margin-bottom: 4px;
}
   body  .at-section {
        padding: 70px 5% 28px;
    }
    section.at-section.at-features.what-wedo {
    padding: 32px 5%;
}
body section.at-section.at-features.what-wedo  h2 {
    margin-bottom: 0 !important;
}
body .at-feature-grid {
    margin-top: 21px;
}
body .at-dark h2 {
    font-size: 28px;
}
body .at-dark {
    background: #000;
    color: #fff;
    padding: 45px 6%;
}
body .howWorks .at-dark-inner {
    gap: 24px;
}
body .howWorks .at-feature-grid {
    display: flex;
    justify-content: space-between;
    gap: 0;
}
body .howWorks .at-feature {
    background: #fff;
    padding: 12px;
    width: 33% !important;
}
body .at-faq {
    padding: 45px 6%;
}
body .at-cta h2 {
    font-size: 30px;
}
body .at-cta a {
    display: inline-block;
    margin-top: 6px;
}
body .at-cta {
    padding: 45px 0;
}
body .at-faq h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.cominsoonSection h2 {
    font-size: 28px;
    font-weight: 300;
}
.cominsoonSection {
    padding: 33px 0;
}
.tns-blog-heading {
    font-size: 23px;
}
.tns-blog-content {
    padding: 0 0 24px 0;
}
.tns-blog-card .tns-blog-content {
    padding: 20px 18px;
}
.tns-blog-content h2 {
    font-size: 20px;
}
.tns-blog-hero img {
    height: 280px;
}
.welcome_sec .col-md-5 {
    padding: 0 !important;
}
.blogdivbig, .blogdivbig .img, .blogdivbig .img img {
    height:fit-content;
}
    .blogdiv.blogdivbig img {
    height: fit-content !important;
    object-fit: cover;
}
    .blogdivbig .blogContent {
        padding: 15px 0;
        position: relative;
    }
         .blogContent h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 560px ) {
    .at-split p {
    font-size: 16px;
}
    .main_serviceDiv .img {
    margin: 0 0 -5px;
}
        body .at-cta h2 {
        font-size: 25px;
    }
    body .at-cta p {
    margin-top: 10px;
    font-size: 17px;
}
        .modern-gallery .col-lg-4 {
        width: 50% !important;
    }
        body .at-stat {
        width: 50%;
    }
        body .howWorks .at-feature-grid {
        display: flex;
        justify-content: space-between;
        gap: 18px 0;
        flex-wrap: wrap;
    }
   body .at-feature {
    background: #fff;
    padding: 36px;
    border-radius: 14px;
    border-top: 4px solid #ee2c24;
    border-left: none !important;
}
body .at-hero p {
        font-size: 17px !important;
        margin-top: 12px !important;
        max-width: 100% !important;
    }
        body .at-stats-grid {
        gap: 12px 0 !important;
    }
        .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 90%;
    }
    .why_newDiv {
        width: 47%;
    }
        .why_newRight {
        width: 100%;
        justify-content: space-between;
        gap: 30px 0;
    }
        .footerdiv {
        color: #fff;
        width: 100%;
    }
        .cmnbtn, input[type="submit"] {
        padding: 10px 10px;
        font-size: 11px;
    }
        .why_newDiv {
        width: 100%;
        padding: 13px;
    }


.gallery-item img {
    width: 100%;
    height: 172px;
    object-fit: cover;
    transition: transform .6s ease;
}
section.modern-gallery.py-5 .col-lg-4.col-md-6 {
    width: 50%;
}
.main_serviceDiv:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    font-size: 24px;
}
.innerBanner h1 {
        font-size: 22px;
    }
    .innerBanner p {
        font-size: 16px;
        line-height: 15px;
    }
.innerBanner {
        background: #000;
        height: fit-content;
        justify-content: center;
        padding: 20px 0;
    }
        body .howWorks .at-feature {
        background: #fff;
        padding: 12px;
        width: 100% !important;
    }
        body .at-faq {
        padding: 23px 6%;
    }
    body .at-features {
    background: #f8f8f8;
    padding-top: 29px !important;
}
.tns-blog-card-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}
.tns-blog-card .tns-blog-content p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 20px;
}
}

/*Css 09-1-22035 */


.at-hero{
    min-height:480px;
    background:
        linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.4)),
        url("{{ asset('public/frontend/images/tns6.webp') }}") center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:0 6%;
    color:#fff;
}
.at-hero h1{
    font-size:58px;
    font-weight:800;
    max-width:820px;
}
.at-hero p{
    font-size:20px;
    margin-top:18px;
    max-width:820px;
}
.at-hero a{
    display:inline-block;
    margin-top:32px;
    padding:14px 42px;
    background:#ee2c24;
    color:#fff;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
}
.at-hero a:hover{
    background:#fff;
    color:#000;
}
.at-stats{
    background:#000;
    color:#fff;
    padding:45px 6%;
}
.at-stats-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    text-align:center;
}
.at-stat h3{
    font-size:34px;
    font-weight:800;
    color:#ee2c24;
}
.at-stat span{
    font-size:14px;
    opacity:.85;
}

.at-section{
    padding:90px 6%;
}
.at-inner{
    max-width:1200px;
    margin:auto;
}
.at-split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}
.at-split h2{
    font-size:40px;
    margin-bottom:20px;
}
.at-split p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}
.at-points li{
    list-style:none;
    margin-bottom:10px;
    padding-left:22px;
    position:relative;
}
.at-points li::before{
    content:"•";
    position:absolute;
    left:0;
    color:#ee2c24;
    font-size:20px;
}
.at-split img{
    width:100%;
    border-radius:14px;
}

.at-features{
    background:#f8f8f8;
}
.at-feature-grid{
    margin-top:50px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.at-feature{
    background:#fff;
    padding:36px;
    border-radius:14px;
    border-left:4px solid #ee2c24;
}
.at-feature h4{
    font-size:20px;
    margin-bottom:8px;
}

.at-dark{
    background:#000;
    color:#fff;
    padding:90px 6%;
}
.at-dark-inner{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:70px;
    align-items:center;
}
.at-dark h2{
    font-size:42px;
    margin-bottom:18px;
}
.at-dark p{
    opacity:.9;
    line-height:1.8;
}
.at-dark img{
    width:100%;
    border-radius:16px;
}

.at-faq{
    padding:90px 6%;
}
.at-faq-inner{
    max-width:900px;
    margin:auto;
}
.at-faq h2{
    font-size:38px;
    text-align:center;
    margin-bottom:40px;
}
.faq-box{
    background:#fff;
    border-radius:14px;
    margin-bottom:14px;
    padding:22px 26px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}
.faq-box h5{
    font-size:17px;
    font-weight:700;
}
.faq-box p{
    font-size:15px;
    margin-top:8px;
    color:#555;
    line-height:1.7;
}

.at-cta{
    background: dimgray;
    color:#fff;
    padding:80px 6%;
    text-align:center;
    padding: 75px 0;
    background: var(--gray);
}
.at-cta h2{
    font-size:42px;
}
.at-cta p{
    margin-top:10px;
   font-size: 20px;
    color: var(--textColor1);
}
.at-cta a {
    display: inline-block;
    margin-top: 26px;
    padding: 14px 40px;
    background: #ee2c24;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}
.what-wedo.at-features .at-feature {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border-left: 4px solid #ee2c24;
}
.footerBottom a {
    color: #ee2c24;
}
ul.innerContactIcon {
    line-height: 29px;
}
@media(max-width:991px){
    .contactPageForm .bannerForm {
    max-width: 90%;
}
.contactbanner h2 {
        color: #fff;
        font-size: 34px;
        /* width: 70%; */
        margin: 0 auto;
    }
    section.coach-single-page .row:first-child {
    gap: 34px 0;
}
    .footerdiv.col-md-3.centeredSec {
    align-items: start;
}
    .at-hero h1{font-size:42px}
    .at-stats-grid,
    .at-split,
    .at-feature-grid,
    .at-dark-inner{
        grid-template-columns:1fr
    }
    .at-section{padding:70px 5%}
}

/*Banner-slider---------------*/
.banner.hero-slider{

position:relative;
overflow:hidden;
}

.slider-layer{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 2s ease;
transform:scale(1);
}

.slider-layer.active{
opacity:1;
animation:zoomEffect 8s ease forwards;
}

@keyframes zoomEffect{
0%{
transform:scale(1);
}
100%{
transform:scale(1.08);
}
}

.bannerContent{
position:relative;
z-index:5;
min-height:95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bannerForm input.btn.btn-primary {
    width: auto !important;
}
.fleetCards a.text-dark {
    width: 65%;
}
.cominsoonSection .col-lg-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 15px 20px;
    border: 1px solid #eee;
    box-shadow: #000 0px 8px 15px -15px;
}
.cominsoonSection .col-lg-4 .img {

    width: 100%;
}
.cominsoonSection .col-lg-4 .btn {
    background: #ee2410 !important;
}
/*Sidebar Form ------------------*/

.coach-quote-sidebar{
    background:#282828;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    position:sticky;
    top:100px;
}
.coach-quote-sidebar .hm-radio-hldr label{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    width: fit-content;
}
.coach-quote-sidebar .hm-radio-hldr label input{
    width:15px !important;
}
.coach-quote-title{
    font-size:22px;
    font-weight:700;
    text-align:center;
    margin-bottom:20px;
    color:#ee2c24;
}
.coach-quote-sidebar input,
.coach-quote-sidebar select,
.coach-quote-sidebar textarea{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    font-size: 14px;
    color: #212529;
    border-radius: 0;
}
.coach-quote-sidebar input::placeholder,
.coach-quote-sidebar select::placeholder,
.coach-quote-sidebar textarea::placeholder{
        color: #212529;
}
.coach-quote-sidebar textarea{
    height:100px;
    resize:none;
}
.coach-quote-sidebar .form-group{
    margin-bottom:12px;
}
.coach-quote-sidebar input[type="submit"]{
    background:#ee2c24;
    color:#fff;
    border:none;
    padding:12px;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}
.coach-quote-sidebar input[type="submit"]:hover{
    background:#d8231c;
}
.coach-quote-sidebar .hm-radio-hldr{
    font-size:13px;
}
.coach-quote-sidebar .mainlabel{
    display:block;
    font-weight:600;
    margin-bottom:6px;
        color: #fff;
}
.coach-quote-sidebar .quotetion_form .row.g-3 {
    margin-bottom: 15px;
}
/*.coach-quote-sidebar .row.g-3.chekbox .col-lg-4 {*/
/*    width: 100%;*/
/*}*/
.icon-coaches {
    width: 25px;
    margin-bottom: 15px !important;
}
.spec-box {
    background: #d3d3d352;
    border: 1px solid;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.spec-box > p {
    font-weight: 500;
        margin-bottom: 0;
}
.coach-single-page img.img-fluid {
    background: #dfdfdf;
    margin-bottom: 1.5rem;
}


@media (max-width:600px){
.fleetCards a.text-dark {
    width: 100%;
}
.coach-quote-sidebar input, .coach-quote-sidebar select, .coach-quote-sidebar textarea {
    margin-bottom: 7px;
}
 .coach-quote-sidebar .quotetion_form .row.g-3 {
    margin-bottom: 0px;
}   
    .cominsoonSection .col-lg-4 {
        max-width: 95%;
        /*margin: 0 AUTO;*/
        justify-content: center;
    }
    .cominsoonSection.fleetCards.container {
    max-width: 90% !important;
}
}

/*About Us*/
.about-page body{
    font-family:'Poppins',sans-serif;
    color:#111;
    background:#fff;
}

.about-page .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}
.about-page .hero{
    height:450px;
    background:
    linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.4)),
    url("../images/New Project (3).webp") top /cover no-repeat;
    display:flex;
    align-items:center;
}
.about-page .split span {
    color: #ff3c2f;
}
.about-page .hero-content{
    color:#fff;
    margin-left:6%;
}
.about-page .hero h1{
    font-size:42px;
}
.about-page .hero a{
    display:inline-block;
    margin-top:15px;
    background:#ff3c2f;
    padding:10px 20px;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
}
.about-page .section{
    padding:70px 0;
}
.about-page .split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}
.about-page .content h2{
    font-size:40px;
    margin-bottom:15px;
}
.about-page .content p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}
.about-page .highlight{
    font-weight:600;
    color:#000;
}
.images.two-sec img.big {
    height: auto;
}
.about-page .images{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}
.about-page .images .big{
    grid-column:span 2;
    height:250px;
}
.about-page .images img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:10px;
}
.about-page .light{
    background:#f8f8f8;
}
.about-page .text-block{
    max-width:800px;
}
.about-page .text-block p{
    margin-bottom:15px;
    color:#444;
    line-height:1.6;
}
.about-page .box{
    background:#fff;
    padding:15px;
    border-left:4px solid #ff3c2f;
    margin:20px 0;
    font-weight:600;
}
/* SIGN */
.about-page .sign{
    display:flex;
    gap:15px;
    align-items:center;
}

.about-page .sign img{
    width:80px;
}
.about-page .cta{
    text-align:center;
    padding:60px;
    background:#111;
    color:#fff;
}
.about-page .cta a{
    display:inline-block;
    margin-top:15px;
    background:#ff3c2f;
    padding:10px 20px;
    border-radius:25px;
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:900px){
    .about-page .split{
        grid-template-columns:1fr;
    }
}
@media (max-width: 375px) {
    .footerBottom {
        font-size: 12px;
    }
    a.cmnbtn.cmnbtn1 {
        font-size: 15px !important;
        padding: 10px !important;
    }
}
.about-page .line{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}
.about-page .line.bold{
    font-weight:600;
    color:#000;
    margin-top:10px;
}
.about-page .line.big{
    font-size:20px;
    font-weight:600;
    color:#000;
}
.about-page .line.highlight{
    font-size:18px;
    font-weight:600;
    color:#ff3c2f;
}
.about-page .image-wrapper{
    position:relative;
}

/* BADGE */
.about-page .experience-badge{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:140px;
    height:140px;
    border-radius:50%;
    background: #ff3c2f;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index:2;
}
.about-page .experience-badge span {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.about-page .experience-badge strong {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}
.call-box{
    display:flex;
    align-items:center;
    gap:20px;
    /*background:#eee;*/
    padding: 15px 0px;
}
.icon-box{
    width:60px;
    height:60px;
    background:#ff3c2f;
    display:flex;
    align-items:center;
    justify-content:center;
}
.icon-box img{
    width:35px;
}
.call-content span{
    font-size:14px;
    letter-spacing:2px;
    color:#333;
}
.call-box .call-content h2 {
    font-size:32px;
    margin:5px 0 0;
    color:#111;
}
.reviews-s span.text-center {
    color: #ff3c2f; 
}
/*.about-page .split:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 40%;*/
/*    height: 500px;*/
/*    background: url(../images/shape2.png) no-repeat right 0;*/
/*    background-size: contain;*/
/*}*/