@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Onest:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.f-light{
   font-family: "Urbanist", sans-serif;
   font-weight: 300;
}
.f-regular{
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.f-semibold{
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.f-bold{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 4.9vw;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  z-index: 9999 !important;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* background: #fff; */
    border-radius: 0;
    height: 4.43vw;
    padding: 0px 30px;
    margin-top: 0px;
/*    box-shadow: 0px 0px 41.2px 0px #0000001F;*/
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 100%;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0;
    height: 100%;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.99vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #fff;
    font-weight: 600;
    margin: 0px 10px;
    /*margin-top: 30px;*/
    position: relative;
    padding: 0px 8px;
    font-family: "Onest", sans-serif;
    text-transform: uppercase;
    padding-top: 10px
    /*padding-bottom: 2vw;*/
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav li:last-child .nav-link {
    background-color: #f00d06;
    color: #ffffff;
    padding-bottom: 0.36vw;
    margin-top: 0.3vw;
}
header.shrink .navbar-nav li:last-child .nav-link{
    background-color: #fff;
    color: #000;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
   color: #fa1409;
}
.navbar-brand {
    position: absolute !important;
    top: 12px;
    left: 0;
    padding: 0 !important;
}

.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
    background:#000;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
}
.btm-strip.row {
    display: flex;
    align-items: center;
}
.col-lg-5.col-md-12.strip-pages.text-center {
    position: relative;
    top: -0.2vw;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 40%;
    /* margin-right: 60px; */
}
.column:nth-child(1) p {
    color: #FFFFFFE5;
    margin-top: 20px;
    font-size: 0.89vw;
    line-height: 22px;
    width: 77%;
    font-weight: 400;
    margin-bottom: 1.4vw;
    font-family: "Urbanist", sans-serif;
}
.address-wrapper a {
    display: contents;
}
.address-wrapper h5 {
    color: #fff;
    font-size: 1.15vw;
    margin-bottom: 2px;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 0vw;
}
.social-box a {
    width: 2.08vw;
    height: 2.08vw;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5vw;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 15%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 1.15vw;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 23%;
    padding-right: 2vw;
}
.column:nth-child(4) {
    width: 27%;
}

.column:nth-child(5) p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 13px 0px;
}
.address-wrapper a {
    display: inline !important;
}
.column a {
    display: block;
    padding-bottom: 0.94vw;
    /* line-height: 20px; */
    color: #FFFFFFE5;
    font-size:1vw;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 0.89vw;
    line-height: 23px;
    font-weight: 400;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: fit-content;
    background: url(../images/btnbg.svg) no-repeat;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    padding: 0.68vw 0.47vw;
    border: 0px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    width: 8.3vw;
    height: 2.4vw;
    gap: 0.4vw;
    background-position: center;
    background-size: cover;
}
.common-btn span{
    font-size: 0.6vw;
}
/*.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#e6e2d8;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #000;
}*/
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 0.63vw;
}
/*.common-btn:hover{
    color: #000 !important;
    border:0px !important;
}*/
.common-btn:hover:before{
    transform:scaleX(1);
}

.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 0px 16px 0px;
    position: relative;
}
.btm-strip a {
    font-size: 0.89vw;
    color: #fff;
    font-family: "Urbanist", sans-serif;
}
.btm-strip {
  color:#fff;
}
.btm-strip .container{
    border-top: 1px solid #ffffff7a;
}
.navbar-expand-md .navbar-nav li:nth-child(7) .nav-link{
     background: #fa1409;
      padding: 0.57vw 0.73vw 0.37vw;
      color: #fff !important;
       height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #d7b56d;
    border-radius: 0;
    padding: 0.57vw 0.73vw 0.37vw;
    color: #fff;
    font-size: 0.83vw;
    /* margin-top: 1.2vw; */
   background: #fa1409;
    border: 1px solid #FA1409;
    text-transform: uppercase;
    font-weight: 700;
    height: 2.5vw;
    display: flex;
    align-items: center;
    margin: 0;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link span{
    color:#000;
}


.container{max-width: 90vw;}
.home-slider .caption h2{
    font-size: 3.13vw;
    margin-top: 1.46vw;
    margin-bottom: 1.35vw;
}
.font20 {
    font-size: 1.09vw;
}
.home-slider .caption{
    position: absolute;
    top: 33%;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    background: #ffffff75;
    border-radius: 50px;
    width: 2.08vw;
    height: 2.08vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home-slider.owl-theme .owl-nav [class*=owl-] span{font-weight: 700}
.home-slider.owl-theme .owl-nav {
    position: absolute;
    bottom: 3vw;
    right: 10vw;
}
p{
    font-size:1vw;
    color: #515151;
}
.banner-counter {
    background: #fff;
    border: 1.5px solid #FA140980;
    padding: 1.46vw 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    width: 63%;
    margin: 0 auto;
    margin-top: -3.4vw;
    position: relative;
    z-index: 1;
}
.counter-single {
    display: flex;
    align-items: center;
    gap: 0.73vw;
}
.counter-single h4 {
    font-size:2.08vw;
    margin-bottom: 4px;
}
.subheading{
    font-size:1.2vw;
    color: #FA1409;
}
.heading{
    font-size: 2.08vw;
}
.heading-box .left-box{width: 50%}
.heading-box .right-box{width: 50%}
.service-slider {
    padding-left: 10.8vw;
}
.service-slider .owl-stage{padding-left: 0 !important}
.service-slider .item{
    display: block;
  box-shadow: 5px 5px 15px #00000029;
    position: relative;
    margin-top: 3.54vw;
    border: 4px solid;
    border-image: linear-gradient(146.45deg, #FA1409 1.77%, rgba(148, 12, 5, 0) 98.23%) 1;
}
.service-slider .item .text-box {
/*    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 2vw;
    transition: all 0.7s ease-in-out;*/
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2vw;
    background: linear-gradient(
        0deg,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,0) 100%
    );
}
.service-slider .item .text-box img{ width: 3.65vw;
    height: 3.65vw;
    margin-bottom: .8vw;
    transform: translateY(35px);
    transition: transform .5s ease;}
    .service-slider .text-box h4{
        transition: transform .5s ease;
        transform: translateY(35px);
    }
    .font24{font-size: 1.25vw;}
    .service-slider .item p{
        width: 15.26vw;
        margin: .8vw auto;
        opacity: 0;
        transform: translateY(25px);
        transition: all .5s ease;
        max-height: 0;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .service-slider .item:hover p{
        opacity: 1;
        transform: translateY(0);
        max-height: 120px;
    }

    .service-slider .common-btn{background: #FFFFFF36;border:1px solid #cccccc1f;}
    .service-slider .item .common-btn{
      opacity: 0;
      font-weight: 400;
      transition:all 0.5s;
      opacity: 0;
      transform: translateY(20px);
      transition: all .5s ease;
  }
  .service-slider .item:hover .common-btn{
    opacity: 1;
    transform: translateY(0);
}
.service-slider .item:hover .common-btn{
    opacity: 1;
    transform: translateY(0);
}
.service-slider .item:hover .text-box{background: #0000007a;}
.service-slider .item:hover .text-box img,
.service-slider .item:hover .text-box h4{
    transform: translateY(0);
}
.home-services{
    padding-top: 4.64vw;
}
.about-us {
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5.36vw;
}
.about-wrapper .text-box {
    width: 50%;
    background: #000000B0;
    backdrop-filter: blur(20.700000762939453px);
    box-shadow: 0px 3.8px 3.7px 0px #00000040;
    padding: 4.79vw 3vw 4.79vw 10.8vw;
}
.about-icon-single {
    display: flex;
    align-items: center;
    gap: 0.42vw;
    margin:1vw 1.88vw 1.8vw 0;
}
.why-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.39vw;
}
.why-single p{color: #17191A}
.why-single img{
    margin: 0 auto 0.78vw;
    display: block;
    width: 4.17vw;
    height: 4.17vw;
}
.why-single {
    width: 33%;
    padding: 1.5vw;
    border: 1.5px solid #fa14094f;
}
.why-wrapper .why-single:nth-child(1),
.why-wrapper .why-single:nth-child(2),
.why-wrapper .why-single:nth-child(3){border-top: 0;border-right: 0;border-bottom: 0;}
.why-wrapper .why-single:nth-child(1){
    border-left: 0;
}
.why-wrapper .why-single:nth-child(4),
.why-wrapper .why-single:nth-child(5),
.why-wrapper .why-single:nth-child(6){border-bottom: 0;border-right: 0;}
.why-wrapper .why-single:nth-child(4){
    border-left: 0;
}
.why-choose {
    padding: 5vw 0;
}
.presence{
    background: url(../images/presence-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.42vw 0;
}
.presence img{margin: 3.44vw auto 0; display: block;}
.news-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2.34vw;
    margin-top: 2.71vw;
}
.news-single a {
    display: block;
    color: #FA1409;
    font-weight: 500;
    font-size: 0.89vw;
}
.news-single:hover a{
    text-decoration: underline;
    font-weight: 700;
    color: #FA1409;
}
.red{color: #FA1409}
.news-single .img-box {
    margin-bottom: 0.78vw;
}
.news-single p{margin-bottom: 0.52vw}
.news {
    margin-top: 4.95vw;
    padding-bottom: 4.96vw;
}
.client{
   background:#f2f1f1;
   padding: 4.11vw 0;
   margin-top: 4.11vw;
   display: none;
}
.client .item {
    height: 5.89vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8C8C8;
    margin-top: 3.23vw;
}
.client .item img{
    width: auto !important;
}
.counter-single img {
    width: 2.66vw;
    height: 2.66vw;
}
.delivery-section .route-wrapper{
    position:relative;
}
.delivery-section .route-svg{
    width:100%;
    height:auto;
    display:block;
}
.delivery-section .truck{
    width:80px;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    pointer-events:none;
}
.delivery-section .route-wrapper{
    position:relative;
    max-width:1920px;
    margin:auto;
    margin-top: 4.06vw;
}
.delivery-section .route-svg{
    width:100%;
    display:block;
}
.delivery-section .step {
    position: absolute;
    width: 14.84vw;
}
.delivery-section .step::before{
    position: absolute;
    content: "";
    width: 3.7vw;
    height: 0.36vw;
    background: #000;
}
.delivery-section .step-1:before,.delivery-section .step-3:before {
    top: -1.2vw;
}
.delivery-section .step-2:before, .delivery-section .step-4:before {
    bottom: -0.8vw;
}
.delivery-section .step .number {
    margin-bottom: 0.5vw;
}
.delivery-section .step.step-1 {
    left: 11vw;
    top: 1vw;
}
.delivery-section .step.step-2 {
    left: 32vw;
    top: 3vw;
}
.delivery-section .step.step-3 {
    left: 50vw;
    top: 1vw;
}
.delivery-section .step.step-4 {
    right: 16vw;
    top: 3vw;
}
.delivery-section .step.step p{color: #17191A;margin-bottom: 0;font-size: 0.89vw;}
.delivery-section{background: #F5F5F5;padding: 4.9vw 0;overflow: hidden;}
.column:nth-child(1) .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 800;
    line-height: unset;
    margin: 0;
}
.breadcum {
    position: relative;
    margin-top: 0px
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(.6)
}
.caption-heading {
    position: absolute;
    top: 42%
}
.breadcum h1 {
    font-size: 3.13vw;
    color: #FFFFFFCC;
    margin-bottom: 0;
    text-transform: capitalize
}
.breadcum-list{
    display: flex;
    align-items: center;
    color: #fff;
}
.breadcum-list a{color: #fff;}
.about-us-inner .banner-counter {
    width: 100%;
    border: 0;
    padding: 0;
    gap: 1.93vw;
    margin-top: 0.99vw;
}
.about-us-inner{padding: 4.81vw 0;}
.vision-mission{padding: 4.79vw 0;}
.vision-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.67vw;
    margin-top: 2.76vw;
}
.vision-single img{
    width: 4.9vw;
    height: 4.9vw;
    margin-bottom: 1.93vw;
}
.vision-single h5{
    font-size: 1.56vw;
}
.vision-single p{
    color: #17191A;
}
.vision-single{
   background: #F7F7F7;
   padding: 2.14vw 2.4vw;
   position: relative;
}
.vision-single:nth-child(1)::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.3px;
    border-radius: inherit;
    background: linear-gradient(
        244.26deg,
        rgba(250, 20, 9, 0.6) -0.25%,
        rgba(250, 20, 9, 0) 27.09%
    );
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.vision-single:nth-child(2)::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2.3px;
    border-radius: inherit;
    background: linear-gradient(
        244.26deg,
        rgba(250, 20, 9, 0) 76.22%,
        rgba(250, 20, 9, 0.6) 96.14%
    );

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}
.home-slider .caption h5 {
    font-size: 1.3vw;
}
.advantage-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35vw;
    margin-top: 1.56vw;
}
.advantage-single{
    background: #fff;
    padding: 1.15vw 1.51vw;
}
.advantage-single img{
    width: 2.76vw;
    height: 2.76vw;
    margin-bottom: 0.31vw;
}
.advantage{
    background: #F7F7F7;
}
.advanatge-wrapper {
    display: flex;
    align-items: flex-start;

}
.advanatge-wrapper .img-box {
    width: 45%;
}
.advanatge-wrapper .text-box {
    width: 55%;
    padding-top: 2.79vw;
    padding-left: 4vw;
    padding-right: 8.75vw;
}
.gallery{
    padding: 4.79vw 0;
}
.gallery .col-lg-4, .gallery .col-lg-8{padding: 0;padding-left: 0.63vw;padding-right: 0.63vw;margin-bottom: 1.3vw;}
.gallery .row{margin-top: 2.34vw;}
.story {
    background: url(../images/story-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    height: 41.29vw;
    position: relative;
    padding-top: 4.79vw;
}
.story .text{
    position: absolute;
    bottom: 0;
}

.timeline-section{
    background:#070707;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.timeline-wrapper {
    position: relative;
    padding-top: 5.38vw;
}
.timeline-line {
    position: absolute;
    left: 0;
    right: 0;
    top:4.7vw;
    height: 1px;
    background: #fff;
    width: 150%;
    left: -16vw;
}
.timeline-item {
    position: relative;
    display: flex;
    gap: 0.63vw;
    margin-top: -1.9vw;
}

.timeline-dot{
    width:2.55vw;
    height:2.55vw;
    border-radius:50%;
    background: #FA14094D;


    top:-16px;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.timeline-dot::after{
    content:"";
    width:0.98vw;
    height:0.98vw;
    border-radius:50%;
    background:#fff;
}
.timeline-item h3 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 78.72%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 1.82vw;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    top: -0.45vw;
}

.timeline-item h5{
    margin-bottom:0.78vw;
}
.timeline-item p {
    font-size:1vw;
    line-height: 1.1;
    margin: 0;
    width:14.85vw;
}
.news-main .text-box {
    background: #F0F0F0;
    padding: 1.3vw 1.51vw;
}

.about-us-inner .img-box {
    width: 54%;
}
.news-main .news-single .img-box {
    margin-bottom: 0vw;
    height: 18.91vw;
}
.news-main .news-single .img-box img{height: 100%;width: 100%;}
.news-main .news-wrapper{margin-top: 0;}
.news-main {padding: 4.96vw 0;}
.news-single h4 {
    background: #FA1409;
    width: 7.34vw;
    height: 1.88vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.89vw;
    position: absolute;
    top: -0.5vw;
    right: -0.7vw;
}
.news-single {position: relative;}
.news-single .traingle {
    position: absolute;
    top: 1.4vw;
    right: -0.6vw;
    width: 13px;
    display: none;
}
.news-details ul li{
    font-size: 0.89vw;
    color: #515151;
    list-style-type: disc;
}
.news-details .img-box {margin-bottom: 1vw;}
.news-details{padding: 4vw 0;}
.advantage-single p{margin-bottom: 0;}
/* Tooltip Box */
.tooltip .tooltip-inner {
    background: #fff;
    color:#FA1409;
    font-size: 0.89vw;
    font-weight: 500;
    max-width: 250px;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    border-radius: 0 !important;
}

.tooltip .tooltip-arrow::before {
    border: 0 !important;
    width: 13px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    top: 6px;
}
span.pointer {
    background: #FA1409;
    height:0.68vw;
    width:0.68vw;
    border-radius: 50%;
    border: 1px solid #fff;
}
.map-box{position: relative;}
.map-box #location1 {
    bottom: 18vw;
    right: 21.3vw;
    position: absolute;
}
.map-box #location2 {
    bottom: 12.7vw;
    right: 24.7vw;
    position: absolute;
}
.map-box #location3 {
    bottom: 10.7vw;
    right: 23.7vw;
    position: absolute;
}
.map-box #location4 {
    bottom: 10.4vw;
    right: 22.5vw;
    position: absolute;
}
.presence .main-img{
    width: 56.33vw;
    height: 32.97vw;
}

.shipping-content {
    padding: 60px 0px;
}
.what-we-offer h4.font24 {
    color: #000;
    text-align: left !important;
}

.what-we-offer .inner-img {
    background: #000;
    position: absolute;
    top: -40px;
}
.what-we-offer {
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(180, 179, 179, 0.6) 202.98%);
}
.what-we-offer .inner-img {
    background: #fff;
    position: absolute;
    top: -40px;
    padding: 10px;
    left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.what-we-offer .inner-img img {
    width: auto !important;
}
.what-we-offer .text-box {
    position: relative;
    padding-top: 30px;
    background: #F6F6F6;
    padding: 15px 15px;
    padding-top: 30px;
    height: 14vw;
}
.what-we-offer {
    padding: 70px 0px;
}
.faq-section{
   padding: 60px 0px;
}
.custom-faq .accordion-item{
    border:1px solid #f1dada !important;
    border-radius:0;
    margin-bottom:14px;
    overflow:hidden;
    font-family: "Manrope", sans-serif;
}

.custom-faq .accordion-button{
    padding:18px 70px 18px 20px;
    font-size:18px;
    font-weight:500;
    color:#111 !important;
    background:#F6F5F5 !important;
    box-shadow:none !important;
    position:relative;
    font-family: "Manrope", sans-serif;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#fff;
    color:#111;
    box-shadow:none;
}

.custom-faq .accordion-body{
    padding:0 20px 20px;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

.custom-faq .number{
    font-weight:600;
    margin-right:8px;
}

/* Hide Bootstrap Arrow */
.custom-faq .accordion-button::after{
    display:none;
}

/* Custom Arrow */
.custom-faq .accordion-button::before{
    content: ">";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width:32px;
    height:32px;
    background:#FA1409;
    color:#fff;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 25px;
    transition:.3s;
}

/* Rotate on Open */
.custom-faq .accordion-button:not(.collapsed)::before{
    transform:translateY(-50%) rotate(90deg);
}
.custom-faq{
    width:80%;
    margin:0 auto;
}

.contact-section{
    background:#fff;
}

.country-title img{
    width:65px;
    margin-right:15px;
}

.country-title h2 {
    font-size: 1.6vw;
    font-weight: 700;
    margin: 0;
    line-height: 1.042vw;
}

.office-left{
    position:relative;
}
.office-left:before {
    position: absolute;
    width: 1.5px;
    height: 100%;
    background: url(../images/red-line.svg);
    content: "";
    top: 0px;
    right: 0px;
}
.office-item{
/*    padding-bottom:25px;*/
margin-bottom:25px;
border-bottom: 1px solid #C9C3C3;
}
.office-right {
    padding-left: 25px;
}
.office-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.country-box h4 {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Onest", sans-serif;
}

.country-box h5 {
    font-size: 0.95vw;
    font-weight: 600;
    margin-bottom: 15px;
    /* font-family: "Urbanist", sans-serif; */
    font-family: "Onest", sans-serif;
}

.country-box .info{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.country-box .info p {
    font-size: 1vw;
    color: #515151;
    font-weight: 400;
    margin-bottom:0px;
}
.country-box .info a, .country-box .info a:hover{
    font-size: 1vw;
    color: #515151;
    font-weight: 400;
}
.country-box .info img{
    width:24px;
}

.country-box .info span{
    font-size:18px;
    color:#555;
    line-height:1.6;
}

.office-bottom{
    display:flex;
    flex-wrap:wrap;
    gap:35px;
    margin-top:30px;
}

/* Quote Box */

.quote-box {
    background: #F5F5F5;
    padding: 20px 25px;
}
.contact-section{
    padding:60px 0px;
}
.quote-box .form-control {
    border: 1px solid #f1c8c8;
    border-radius: 0;
    height: 53px;
    margin-bottom: 18px;
    box-shadow: none;
    padding: 13px 20px;
    font-family: "Onest", sans-serif;
}
.quote-box textarea.form-control{
    height:180px;
    resize:none;
    padding-top:15px;
}

.quote-box .form-control:focus{
    border-color:#ff3b1d;
    box-shadow:none;
}

.office-item:last-child h5 {
    border-bottom: 1px solid #C9C3C3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.what-we-offer .img-box, .shipping-content .img-box{
    overflow: hidden;
}
.what-we-offer .img-box img, .shipping-content .img-box img{
    transition: all 0.6s;
}
.what-we-offer .img-box:hover img, .shipping-content .img-box:hover img{
    transform: scale(1.07);
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 4.4vw;
}
.main-gallery .img-wrapp img{
    filter: brightness(0.6);
}
.lightgallery .img-box{position: relative;}
.lightgallery .img-box i {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
}
.common-page {
    padding: 60px 0px;
}
.common-page p{
    font-family: "Urbanist", sans-serif;
}
.common-page h4, .common-page h3{
    font-family: "Manrope", sans-serif;
    font-weight:600;
}
.sitemap a, .sitemap a:hover{
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}
.sitemap {
    padding: 50px 0px;
    font-family: "Manrope", sans-serif;
}
.errors {
    color: red;
    font-size: 12px;
    display: none;
}
.iti {width: 100%;}
body.overflow-hidden {
    overflow: hidden;
}
.back-to-top{
    left: unset;
    right: 15px;
}

.navbar .dropdown ul {
    min-width: 300px;
    left: 0;
    top: 170%;
    padding: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.navbar .dropdown:hover ul {
    visibility: visible;
    top: 143%;
}
.navbar .dropdown ul .nav-link {
    font-size: 0.99vw;
    padding: 5px 19px;
    margin: 0;
    line-height: 1.3vw;
    margin-bottom: 0;
}
.navbar .dropdown ul .nav-link:hover {
    background: #fb2016;
    color: #fff !important;
}
.home-services .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 1.4vw;
    margin: 5px;
    padding: 0;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 3vw;
    width: 3vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home-services .owl-next {
    position: absolute;
    top: 15vw;
    right:14.8vw;
}
.home-services .owl-prev{
 position: absolute;
 top: 15vw;
 left: 9vw;
}
section.news-main.main-services {
    padding-top: 1vw;
}

header .container {
    max-width: 98vw;
}
header.shrink {
    background: #fff;
    box-shadow: 0px 2px 10px #00000012 !important;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
}

header.shrink .navbar-expand-md .navbar-nav .nav-link.active, header.shrink .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #fa1409;
}

header.shrink .container {
    box-shadow: none;
}

header.shrink .whitelogo {
    opacity: 0;
}
.blacklogo {
    position: absolute;
    left: 0px;
    opacity: 0;
}
header.shrink .blacklogo {
    opacity: 1;
    top: 0.3vw;
}

.makeover-smile {
    padding: 70px 0px;
    background: #FBF8F4;
}
.navbar .dropdown ul>li:last-child .nav-link {
    background: transparent;
}
.service-slider .item:hover p {
    opacity: 1;
    height: auto;
}
.navbar .dropdown:hover ul {
    visibility: visible;
    top: 135%;
}
.navbar .dropdown ul .nav-link:hover {
    background: #fff; 
    color: #fb2016 !important;
}
.navbar .dropdown ul .nav-link {
    font-size: 0.89vw;
padding: 0.42vw 2.19vw 0.42vw 1.67vw;
}
    .navbar .dropdown ul {
        top: 189%;
        min-width: 304px;
        padding: 0.78vw 0;
    }
  
.slider-section .home-slider .mobile-banner{
    display: none;
}
.fmt-china-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2.81vw;
    margin-top: 2.4vw;
}
.fmt-china-single{
    border: 1px solid #C8C8C8;
    height: 9.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fmt-china-single img {
  
    width: 8.3vw;
}
.fmt-china{
    padding: 4.96vw 0;
}
.fmt-china-single:hover{
    border: 1.5px solid #FA1409;
    box-shadow: 0px 0px 26.2px 0px #00000014;
}
section.fmt-china .container {
    max-width: 65%;
    margin: 0 auto;
}
.step h3 {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fa1409;
    font-size: 3.13vw;
    font-weight: 800;
    margin-bottom: 0;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link img {
    width: 79%;
    margin: 0 auto;
    display: block;
}