@import url('../font/stylesheet.css');

:root{
    --color1:#1458E2;
    --color2: #FFD100;
    --color3:#181818;
    --color4: #484848;
    --color-101010: #101010;
}
body{font-family: 'SF Pro Display', sans-serif;font-size: 16px;font-weight: 500;color: var(--color-101010);background: #FBFCFD;}
button:focus,button:active,.tracking-top-inner-rght .form-select:focus,.tracking-top-inner-rght .form-control:focus,.quotation-kycform .form-control:focus{box-shadow: none !important;}
.pl-50{padding-left:50px;}
.pr-50{padding-right:50px;}
.pb-50{padding-bottom:50px;}
.pt-50{padding-top:50px;}
.pb-80{padding-bottom:80px;}
.pt-100{padding-top:100px;}
.mb-70{margin-bottom: 70px;}
.pl-pr-80{padding-left: 80px;padding-right: 80px;}
.pl-pr-100{padding-left: 100px;padding-right: 100px;}
.radius-30{border-radius: 30px;}
.title-style1{font-size: 60px;font-weight: bold;}
.gradient{background: rgb(20,88,226);background: linear-gradient(90deg, rgba(20,88,226,1) 0%, rgba(79,130,233,1) 33%, rgba(196,172,0,1) 66%, rgba(255,209,0,1) 100%);}
.btn-blue{background: var(--color1);border-color: var(--color1);color: #fff;border-radius: 50px;padding:15px 30px;font-size: 26px;transition: .5s ease-in-out;}
.btn-blue-outline{background: transparent;color: var(--color1);}
.contact-right-wrap .form-control:active, .contact-right-wrap .form-control:focus, .personal-info .form-control:focus,.personal-info .form-control:active, .getaquotemodal .form-control:focus, .getaquotemodal .form-control:active,.form-select:focus,.form-select:active{box-shadow: none;}
.banner-section{width: 100%;position: relative;margin: 140px 0 0;padding: 0 100px;}
.navbar{background: transparent;padding: 0 150px;/*box-shadow: 0px 0px 6px 2px rgba(0,0,0,.1);*/}
.navbar.fixed-top{background: #fff;margin-top: 0 !important;transition: .1s ease;}
.navbar.fixed-top.scrolled{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.homepage .nav-link{color: #101010;font-weight: 500;font-size: 18px;}
.senappl-btn .nav-link{border: 1px solid #D7D2D2;border-radius: 20px;color: #101010;padding: 5px 10px !important;text-decoration: none;margin: 0;position: relative;font-size: 18px;}
.senappl-btn .dot{background: #1458E2;width: 7px;height: 7px;border-radius: 20px;display: inline-flex;margin-right: 5px;position: relative;top: -2px;}
.btn-yellow{background-color: var(--color2);color: var(--color3);padding: 10px 25px;border-radius: 30px;}
.meet-ourleader-bottom .default-btn{background: #fff;padding: 15px 30px;color: #1E1E1E;font-size: 26px;border-radius: 50px;font-weight: normal;border: 1px solid #fff;transition: .3s ease;}
.meet-ourleader-bottom .default-btn-outline{padding: 8px 30px;color: #fff;font-size: 26px;border-radius: 50px;font-weight: normal;border: 1px solid #fff;transition: .3s ease;}
.fst-reliable{
    border: 1px solid #898A8B;
    border-radius: 20px;
    padding: 7px 0;
    color: var(--color-101010);
}
.nav-item{margin: 0 10px;}
.nav-link.active{color: var(--color4);}
.bnr-heading h1{font-size: 48px;
    position: relative;
    font-weight: 600;
    color: #1A2B35;
    margin: 25px 0 40px;}
.bnr-inner-ctn{
    background: #fff;
    width: 435px;
    position: absolute;
    bottom: 55px;
    left: 35px;
    padding: 25px;
    border-radius: 9px;
    height: 500px;
}
.play-btn-icon{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.newlaunch{
    position: absolute;
    background: #1458E2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
    transform: rotate(90deg);
    font-weight: bold;
    font-size: 18px;
    left: 0;
}
.bnr-mg-wrapper{background: url(../img/home-banner-img.png) no-repeat center top / cover;height: 100%;min-height: 624px;display: inline-block;width: 100%;border-radius: 50px;}
.bnr-inner-ctntxt{
    margin-left: 85px;
    margin-top: 10px;
    width: 280px;
}
.bnr-inner-ctntxt h4{
    font-size: 18px;
    color: var(--color-101010);
    font-weight: 600;
}
.banner-btm-section{padding: 80px 100px;}
.path-btn{
    background: var(--color1);
    display: inline-flex;
    border-radius: 30px;
    padding: 4px 7px;
    width: 167px;
    align-items: center;
    color: #fff;
    font-weight: 300;
    margin: 0 0 25px;
}
.path-div h3{color: var(--color-101010);font-size: 20px;margin-bottom: 25px;}
.toolweuse{margin: 50px 0 0;}
.toolweuse h3{color: var(--color-101010);font-size: 20px;margin-bottom: 0px;}
.toolweuse ul{margin: 30px 0 0;list-style: none;display: flex;justify-content: space-between;padding: 0;gap: 20px;}
.toolweuse ul li img{margin-right: 5px;}
.path-btn img{margin-right: 5px;}
.text-scrolling-container {position: absolute;bottom: -20%;width: 100%;left: 0;box-sizing: border-box;overflow: hidden;height: 175px;}
.text-scroll-item {font-size: 200px;font-weight: 600;color: #EFF0F2;text-transform: uppercase;position: absolute;top: 50%;white-space: nowrap;line-height: 220px;overflow: hidden;animation: animate 100s linear infinite;}
.clients-section ul{padding: 40px 0;margin: 0;list-style: none;display: flex;justify-content: space-between;align-items: center;}
.section-header h2{font-size: 48px;font-weight: 600;color: var(--color-101010);margin: 0;}
.section-header.style-2 hr{background-color: var(--color2);opacity: 1;}
.section-header p{color: var(--color-101010);font-weight: 400;font-size: 18px;margin-bottom: 0;}
.vrt-line{height: 60vh;float: left;background: rgb(72 72 72 / 30%);width: 1px;clear: both;}

.readmore-btn{border: 1px solid var(--color4);border-radius: 50px;padding: 5px 15px;font-weight: 400;color: var(--color4);}
.readmore-btn svg{margin-left: 10px;}
.yellow-btn{background: var(--color2);border-radius: 50px;color: #484848;padding: 6px 20px;font-weight: 500;}
.yellow-btn svg{margin-left: 10px;}
.circle-block{border: 1px solid #000;padding: 8px;border-radius: 50%;}

.whybox-wrap{position: relative;padding: 15px 0;}
.whybox-wrap:before{content: '';position: absolute;top: 0px;width: 100%;height: 1px;background: var(--color2);}
.whybox-wrap .count{font-size: 60px;color: #181818;font-weight: bold;margin: 0 0 50px;display: flex;
    align-items: center;justify-content: space-between;}
.whybox-wrap p{color: #000;}
.service-items{list-style: none;}
.service-items li{margin: 0 0 20px;}
.service-items li h3{color: var(--color4);font-size: 28px;}
.service-items li.active h3{color: var(--color1);font-weight: bold;font-size: 40px;}
.service-items li.active h3 .numbertxt{color: var(--color4);font-weight: bold;font-size: 25px;
    width: 40px;background-position: 28px 17px;}
.service-items li h3 .numbertxt{color: var(--color2);font-size: 18px;background: url(../img/dot-icon.svg) no-repeat 25px 10px;width: 40px;display: inline-block;;}
.serviceinner-item{margin-bottom: 50px;padding: 0px 12px;position: relative;height: 333px;overflow: hidden;transition: transform 0.3s ease;}
.serviceinner-item:hover {
  transform: translateY(0px);
}
.serviceinner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.50), rgba(0,0,0,0.2));
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 15px;
}
.serviceinner-content {
  position: absolute;
  bottom: 0;
  width: 80%;
  color: #fff;
  padding: 10px;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.serviceinner-item.serv-img1{background: url(../img/service-img1.png) no-repeat top center / 100%;}
.serviceinner-item.serv-img2{background: url(../img/service-img2.png) no-repeat top center / 100%;}
.serviceinner-item.serv-img3{background: url(../img/service-img3.png) no-repeat top center / 100%;}
.serviceinner-item.serv-img4{background: url(../img/service-img4.png) no-repeat top center / 100%;}
.serviceinner-item.serv-img5{background: url(../img/service-img5.png) no-repeat top center / 100%;}
.serviceinner-item.serv-img6{background: url(../img/service-img6.png) no-repeat top center / 100%;}
.serviceinner-item h3{color: #fff;font-size: 32px;font-weight: 400;margin-bottom: 28px;transition: all 0.4s ease;transform: translateY(90px);}
.serviceinner-item p{
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
    margin-top: 0px;
    color: #fff;
    font-weight: 400;
}
.serviceinner-item:hover::after {
  opacity: 1;
}
.serviceinner-item:hover .serviceinner-content {
  bottom: 0px;
}
.serviceinner-item:hover .serviceinner-content h3 {
  transform: translateY(0);
}
.serviceinner-item:hover .serviceinner-content p {
  opacity: 1;
  transform: translateY(0);
}
.serviceinner-item ul{margin: 0 0 20px; padding: 0;list-style: none;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;gap:15px;}
.serviceinner-item ul li{border: 1px solid #ccc;padding: 10px 15px;border-radius: 30px;}

.list-equipments li{background: var(--color1);padding:12px;color: #fff;border-radius: 8px;}
.cargoslides-section{padding: 130px 0 130px;}
.cargoslides-section .container-fluid{border: 1px solid #ccc;padding: 20px 17px 25px 60px;border-radius: 30px;}
.cargoslides-left h5{font-weight: bold;color: #616C85;font-size: 26px;margin:58px 0 20px;}
.cargoslides-left h3{color: var(--color-101010);font-size: 28px;font-weight: bold;}
.cargoslides-left ul li{color: #646465;font-size: 22px;margin-bottom: 10px;}
.cargoslides-section .slick-slide{height: auto;}
.cargoslides-section .slick-prev.slick-arrow{display: none !important;}
.cargoslides-section .slick-next{right: 62%;top: 62%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);}
.cargoslides-section .slick-next:before{content: '';background: url(../img/right-arrow-gray.svg) no-repeat center center;
    border: 1px solid #A2A2A4;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 70px;
    text-align: center;transition: .3s ease-in-out;}
    .cargoslides-section .slick-next:hover:before, .cargoslides-section .slick-next:focus:before{
        border-color: var(--color1);background: var(--color1) url('../img/right-arrow-white.svg') no-repeat center center;
    }
.whychoose-section .section-header h2{color: #343435;font-weight: 600;font-size: 48px;}
.whychoose-list{margin: 38px 0 0 0;padding: 0;border: 1px solid #ccc;border-radius: 20px;display: flex;list-style: none;}
.whychoose-list li{border-right: 1px solid #ccc;padding: 30px 35px;color: var(--color-101010);}
.whychoose-list li h3{margin-bottom: 23px;}
.whychoose-list li p{color: #52606D;}
.whychoose-list li:last-child{border-right: none;}
.whychoose-items-top{display: flex;justify-content: space-between;align-items: center;margin: 0 0 55px 0;}

.newsupdates{margin: 170px 0 0;}
.newsupdates .section-header h2{color: #343435;font-weight: 600;font-size: 48px;}
.newsupdates .card{
    border: 1px solid #CECFCF;
    border-radius: 28px;
    padding: 35px;
    background: #fff;
    margin: 0 15px;
}
.datebg{background: var(--color1);color: white;padding: 12px 18px;font-size: 24px;font-weight: 600;border-radius: 14px;line-height: 1;}
.default-btn{
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    color: #2A2E36;
    font-weight: bold;
    font-size: 24px;
    padding: 14px 16px;
    line-height: 1;
}
.newsupdates .card-body{padding-left: 0;padding-right: 0;} 
.newsupdates .card-title{color: #45474A;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;}
    .newsupdates .card-body p{color: #686868;font-size: 21px;font-weight: 300;}
    .newsupdates .card-body p .place-txt{color: #2C2929;}
.testimonials .innerbg{background: #ECECEC;border-radius: 50px;padding: 35px 80px;position: relative;overflow: hidden;}
.testimonials .blockquote{color: #181818;font-weight: 500;padding-left: 50px;background: url(../img/quote-icon.png) no-repeat left top;margin-left: 40px;}
.testimonials .owl-carousel .owl-item img{width: auto;}
.testimonials .owl-carousel .owl-item .rating img{width: auto !important;padding-left: 90px;}
.testimonials .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 100px;
    border-bottom: 2px solid #D9D9D9;
    margin-left: auto;
    margin-right: auto;
    width: 180px;}
    .testimonials .owl-theme .owl-dots .owl-dot {
    margin: 0 10px;
}
.testimonials .owl-dots {
    counter-reset: dots;
}
.testimonials .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.testimonials .owl-dot.active {
    border-bottom: 2px solid #000;
}
.testimonials .owl-theme .owl-dots .owl-dot:hover span, .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot span{display: none;}

/* About CSS */
.about-section{margin: 100px 0 0;}
.about-section .section-header p{color: #6D6D6D;font-size: 24px;font-weight: 300;}
.about-status{width: 100%;height: 100%;background: url(../img/ensuring-bg.jpg) no-repeat 0 0 / cover;margin: 74px 0 0;padding: 85px 0 0;min-height: 1245px;border-radius: 30px;}
.about-status-title{color: #C2C2C2;font-size:80px;font-weight: 600;line-height: 1;}
.count-title{font-size: 86px;
    color: #fff;
    font-weight: bold;}
.about-status-count{margin-top: 100px;}
.about-status-count h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
}
.vm-icon{background: var(--color1);width: 76px;height: 76px;text-align: center;display: flex;border-radius: 50px;align-items: center;justify-content: center;margin: 0 0 12px;}
.vm-icon img{width: 46px;}
.vision-mission h3{font-size: 32px;color: #000;margin: 0 0 12px;font-weight: 600;}
.vision-mission p{text-align: justify;font-size: 22px;color: #000;}
.clients-says-section{background: var(--color1);margin: 100px 0 0;padding: 70px 0 60px 107px;}
.clients-says-left h5{    color: #fff;
    font-size: 30px;
    margin: 0 10px 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;}
    .clients-says-left h2{color: #fff;font-size: 54px;font-weight: bold;}
.clients-says-right ul{list-style: none;padding: 0;margin: 0;}
.clients-says-right ul li{color: #fff;border: 1px solid #ccc;border-radius: 40px;padding: 13px 25px;margin-right: 20px;}
.clients-cards-slider{margin: 48px 0 0;}
.clients-cards-slider .card{border-radius: 20px;background: #fff;padding: 40px 25px 40px 25px;margin: 0 30px 0 0;min-height: 310px;}
.clients-cards-slider .card .card-title{font-size: 38px;color: #414141;margin: 0 0 20px;}
.clients-cards-slider .card .card-body{padding: 0px;}
.clients-cards-slider .card .card-text{font-size: 18px;color: #969696;line-height: 24px;margin: 0 0 20px;}
.meet-ourleader-inner{
    border: 1px solid #B1B1B1;
    border-radius: 30px;
    position: relative;
    padding:88px 30px 24px;
}
.meet-ourleader-section{margin: 88px 0 0;}
.blue-text{font-size: 30px;color: var(--color1);}
.section-head-btmtxt{font-size: 18px;color: #696969;}
.meet-ourleader-bottom{padding: 45px 0 24px 42px;color: #fff;border-radius: 0 0 30px 30px;margin-top: 50px;}
.meet-ourleader-bottom p{font-size: 18px;color: #FBFCFD;width: 90%;}
.leader-title{
    color: #9C9C9C;
    font-weight: bold;
    font-size: 40px;
    background: linear-gradient(90deg, #8B8B8B 0%, #9C9C9C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.leader-pic{
    position: absolute;
    bottom: 24px;
    right: -60px;
}
.futures-section{margin: 135px 0 0;}
.futures-secleft{background: var(--color1);color: #fff;border-radius: 20px;padding: 42px 15px 15px;}
.futures-secleft-title{font-size: 30px;font-weight: 600;}
.futures-secleft-date{background: #FFD100;border-radius: 14px;padding: 12px 18px;color: #000000;font-size: 24px;font-weight: 600;display: inline-flex;align-items: center;gap: 8px;}
.futures-secleft-media a{background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;}
.dot-icon-circle{
    width: 36px;
    height: 36px;
    display: inline-flex;
    border: 1px solid #A3A3A3;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
.dot-icon-circle span{
    width: 18px;
    height: 18px;
    background: #1458E2;
    border-radius: 50px;
}
.dot-icon-txt, .lsttxt{font-size: 26px;color: #2B2B2B;}
.futures-secright-title{
    margin: 25px 0 40px;
    font-size: 81px;
    font-weight: 600;
    color: #2C2C2D;
}
.futures-secright p{
    color: #727272;
    font-size: 30px;
}
.news-section{margin: 100px 0;}
.news-items-wrapper{margin-top: 50px;}
.blue-box{background: var(--color1);padding: 35px;border-radius: 20px;position: relative;margin: 0 0 20px;}
.news-items-wrapper .card{
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
}
.news-items-wrapper .card .card-title{font-weight: 400;font-size: 30px;margin: 0 0 14px;}
.news-items-wrapper .card .card-text{color:#FBFCFD;font-size:20px;margin: 15px 0 0;font-weight: 300;}
.news-items-wrapper .dot-icon-circle{border-color: var(--color2);}
.industries-section{margin: 100px 0 0;}
.industries-section.servicesection{padding-bottom: 100px;}
.industries-itemswrap .blue-box{padding: 10px;}
.blue-box-inner{background: #FAF9F9;border-radius: 10px 19px 420px 20px;padding: 30px 0 0 30px;width: 100%;height: 376px;}
.industries-title{color: #000000;font-size: 28px;margin: 0 0 17px;}
.industries-text{font-size: 17px;color: #000000;padding-right: 50px;}
.industries-icon{
    border: 1px solid #fff;
    width: 84px;
    height: 84px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.associates-section{background: #fff;border: 1px solid #D9D9D9;margin-top: 100px;padding:100px 0}
.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 50px;
  }
  
  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 70s linear infinite;
  }
  
  .marquee-track img {
    object-fit: cover;
  }
  
  @keyframes marquee-scroll {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

/* tracking CSS */
.tracking-top-section{padding: 200px 0 0;background: url(../img/tracking-bg.jpg) no-repeat top center / cover;min-height: 800px;}
.tracking-top-section .section-header h2{font-size: 80px;color: #fff;font-weight: 600;}
.tracking-top-section .section-header p{font-size: 24px;color: #6D6D6D;}
.tracking-top-inner{position: relative;background: #fff;border-radius: 20px;top:-180px;padding: 52px 105px;box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;}
.tracking-top-inner-rght{box-shadow: 0 2.8px 11.21px #11111a10; border-radius: 12px;padding: 26px 20px;margin:0 auto;background: #FBFCFD;width: 595px;}
.tracking-top-inner-rght .nav{
    border: 1px solid #C6C6C6;
    border-radius: 60px;
    padding: 9px 0px;
}
.tracking-top-inner-rght .nav-pills .nav-link{font-size: 18px;font-weight: 500;color: #1458e2;position: relative;z-index: 2;width: 240px;text-align: center;}
.tracking-top-inner-rght .nav-pills .nav-link.active, .tracking-top-inner-rght .nav-pills .show>.nav-link{background: transparent;color: #fff;}
.tracking-top-inner-rght .form-select,.tracking-top-inner-rght .form-control{border-color: #F0F1F1;border-radius: 7px;padding: 20px 23px;background: transparent;}
.tracking-top-inner-rght .form-control::placeholder, .tracking-top-inner-rght .form-select option:first-child{font-size: 21px;color: #8B8F97;}
.tracking-top-inner-rght .btn-blue{background: #1254DA;width: 100%;text-align: center;padding: 14px 0;font-size: 24px;color: #FBFCFD;font-weight: 500;border-radius: 50px;}
.tracking-top-inner .section-header h5{font-size: 48px;color: #343434;}
.tracking-top-inner .section-header p{font-size: 24px;}
#tracking-tabContent form{margin: 0px;}
.nav-slider {
    position: absolute;
    bottom: 5px;
    height: 50px;
    width: 0;
    background-color: var(--color1);
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 50px;
}


/* quotation CSS */
.quotation-section{margin: 130px 0 0;}
.quotation-section .section-header h2{font-size: 40px;}
.quotation-section .section-header p{color:#6D6D6D;font-size: 24px;}
.quotation-kycform{margin: 80px 0 100px;}
.quotation-kycform-left{background: #fff;border-radius: 30px;padding: 18px 25px;position: relative;}
.quotation-kycform-left h3{font-size: 40px;color: #19191B;font-weight: 600;margin: 0;}
.quotation-kycform-left h5{font-size: 24px;color: #373738;font-weight: 600;margin: 0 0 10px;}
.quotation-kycform-right{background: #F9F9F9;border-radius: 30px;padding: 0px 41px 46px;}
.quotation-kycform .form-control{background: #fff;border-color: #E7E7E7;border-radius: 5px;padding: 10px 26px 10px 10px;position: relative;}

.quotation-kycform h4{font-size: 24px;font-weight: bold;color: #373738;margin: 15px 0 20px;}
.quotation-kycform textarea.form-control{height: 128px;}
.quotation-kycform .form-select{border-color: #E7E7E7;border-radius: 5px;padding: 10px 25px 10px 10px;background-image: url(../img/dropdown-arrow-bluebg-icon.svg);background-repeat: no-repeat;background-position: right .5rem center;   background-size: auto;}
.quotation-kycform .form-control::placeholder{color: #939393;font-size: 14px;}
.note-paragraph{font-size: 21px;color: #554A4A;}
.quotation-kycform .blue-btn, .quotation-kycform .gray-btn{background: var(--color1);border-color: var(--color1);width: 100%;padding: 16px 0;border-radius: 50px;text-transform: uppercase;transition: .3s ease-in;font-size: 22px;font-weight: bold;color: #fff;}
.quotation-kycform .gray-btn{background: #EEEEEE;border-color: #DDDDDD;color: #333333;}
.upload-box{
        position: relative;
        color: #6C81C5;
        padding: 5px 8px;
        border-radius: 20px;
        width: 115px;
        cursor: pointer;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #E7E7E7;
        margin-left: 12px;    
    }

    .upload-box input[type="file"] {
      display: none;
    }
.btn-pin{
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #E7E7E7;
    padding: 10px 35px 10px 25px;
    border-radius: 35px;
}
.btn-pin .pincodeinput{border: none;box-shadow: none;width: 80px;padding: 0;margin: 0 0 0 10px;}
.btn-pin .pincodeinput:focus{box-shadow: none;outline: none;}
/* Careers CSS */
.careers-section{margin: 130px 0 0;}
.careers-section .section-header h2{color: #353535;}
.outline-blue-btn{border: 1px solid #DDE7FC;padding: 8px 10px;color: var(--color1);margin: 30px 0 0;
    display: inline-block;border-radius: 50px;transition: .3s ease-in;}
.opening-list-wrap{margin-top: 40px;}
.opening-list-wrap .card{border: none;background: var(--color1);color: #FBFCFD;padding: 32px 28px 22px 36px;border-radius: 16px;margin: 0 0 30px;min-height: 380px;}
.opening-list-wrap .card-body{padding: 0;}
.opening-list-wrap .card-title{
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    padding: 16px 18px;
}
.opening-list-wrap .card-text{min-height: 75px;margin-top: 10px;}
.opening-list-wrap ul{
    min-height: 110px;
    margin: 0;
}
.opening-list-wrap .location{font-size: 21px;font-weight: 500;}
.opening-list-wrap .apply-btn{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
    background: #fff;
    border-radius: 10px;
    font-size: 20px;
    color: #969696;
    padding: 8px 25px;
    transition: .2s ease-in;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.opening-list-wrap .apply-btn:hover{
    background:#4F82E9;
    color: #fff;
}
.opening-list-wrap .icondiv{
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

/* Services */
.service-top-section{margin: 130px 0 0;}
.service-top-section .section-header p{width: 85%;}
.logistic-solution-section{margin: 65px 0 0;}
.logistic-solution-list ul.nav{list-style: none;padding: 0;margin: 0;display: inline-block;width: 100%;}
.logistic-solution-list ul li .nav-link{border-bottom: 1px solid #909090;padding: 20px 0;display: flex;align-items: center;justify-content: space-between;transition: .3s ease-in-out;font-size: 36px;color: var(--color-101010);}
.right-arrowicon{display: flex;width: 52px;height: 52px;border: 1px solid #A2A2A4;text-align: center;border-radius: 50px;align-items: center;justify-content: center;transition: .3s ease-in-out;}
.logistic-solution-list ul li .nav-link:hover .right-arrowicon,
.logistic-solution-list ul li .nav-link.active .right-arrowicon{background: var(--color1);border-color: var(--color1);}
.logistic-solution-list ul li .nav-link:hover .right-arrowicon svg path,
.logistic-solution-list ul li .nav-link.active .right-arrowicon svg path{fill: #fff;}
.logistic-mdlctn-bottom h3{color: var(--color-101010);font-size: 30px;font-weight: 300;}
.logistic-mdlctn-bottom p{color: #3E3E3E;}
.logistic-solution-list .tab-content, .ml-140{margin-left: 140px;}
.bestservice-video-section{margin: 100px 0 0;}
.bestservice-video-section .section-header p{font-size: 31px;color: #09090D;}
.bestservice-bgwrap{margin: 59px 0 0;}
.bestservice-video-ctn{background: url(../img/video-presentation-bg.png) no-repeat top center / 100%;
    height: 100%;
    width: 100%;
    min-height: 630px;
    padding: 40px 54px 40px 56px;
    box-sizing: border-box;color: #FBFCFD;position: relative;border-radius: 50px;}
.bestservice-video-ctn .btn-blue{background: var(--color1); color: #fff;padding: 10px 40px;border-radius: 80px;font-size: 40px;font-weight: 300;}
.bestservice-video-ctn .content-top p{width: 536px;
    border: 1px solid #FBFCFD;
    border-radius: 18px;
    padding: 10px 13px;
    font-size: 18px;
    font-weight: normal;}
.bestservice-video-ctn .play-icon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.bestservice-video-ctn .content-bottom{position: absolute;bottom: 40px;width: 90%;}
.bestservice-video-ctn .content-bottom .btn-black{background: #08080B;
    border: 1px solid #595959;
    border-radius: 80px;
    padding: 10px 30px;
    color: #fff;
    font-size: 28px;
    margin-left: 15px;}
.how-it-works-section{margin: 100px 0 0;}
.how-it-works-section .section-header{margin: 0 0 56px;}
.how-it-works-section .section-header h2{font-size: 40px;color: rgba(0, 0, 0, .80);font-weight: 500;}
.how-it-works-section .section-header p{color: #3E3E3E;font-size: 18px;}
.how-it-works-ctn .card{border: none;background: transparent;}
.how-it-works-ctn .card img{height: 82px;}
.how-it-works-ctn .card .card-body{padding: 0 0 0 10px;}
.how-it-works-ctn .card-title{
    font-size: 23px;
    color: #3D3D3D;
    position: relative;
    font-weight: 500;
}
.how-it-works-ctn .card-title::after{content: '';position: absolute;width: 50%;height: 2px;background: var(--color1);left: 0;bottom:-4px}
.how-it-works-ctn .card-text{color: #696969;font-size: 16px;text-align: justify;}
.feture-services-section{margin: 90px 0 0;}
.feture-widgets-ctn{border:1px solid #C7C7C7;border-radius: 30px;padding: 103px 45px;}
.service-btm-section{margin: 100px 0 0;}
.service-btm-section-lft h3{font-size: 42px;color: rgba(0, 0, 0, .80);font-weight: 500;}
.service-btm-section-lft p{font-size: 33px;color: #616161;}
.service-btm-section-rght{height: 265px;overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
.service-btm-section-rgh::-webkit-scrollbar {
    display: none; 
  }
.service-btm-section-rght .card{border: 1px solid #B3B3B3;border-radius: 7px;padding: 27px 26px 27px 26px;margin: 0 0 20px;background: transparent;}
.service-btm-section-rght .card-body{padding: 0;}
.service-btm-section-rght .card-title{font-size: 36px;font-weight: bold;color: #434445;margin: 0 0 12px 0;}
.service-btm-section-rght .card-text{font-size: 24px;color: #6D6D6D;font-weight: 400;}
.lines-vrtl-multi{
    position: absolute;
    right: 85px;
    top: 0;
}
.services-tabnav{margin: 0 0 50px;}
.services-tabnav .nav-link {
    color: #A2A2A2;
    font-weight: 700;
    font-size: 72px;
}
.nav-pills.services-tabnav .nav-link.active, .nav-pills.services-tabnav .show>.nav-link{
    background: transparent url(../img/tab-active-underline.svg) no-repeat center bottom;
    color: #000;
}
.services-tabs-header h4{font-size: 48px;font-weight: 500;color: #343435;margin: 0 0 45px;}
.services-tabs-header h2{font-size: 68px;font-weight: 300;color: #000;line-height: 1;margin: 0 0 45px;}
/*Contact Page */
.contact-section{margin: 110px 0 0;}
.map-btm-btngroup span{background: #50555F;padding: 13px 15px 13px 25px;color: #FBFCFD;border-radius: 40px;}
.contact-btm-bluebg{position: relative;margin: 160px 0 0;background: rgb(20,88,226);background: linear-gradient(102deg, rgba(20,88,226,1) 0%, rgba(10,65,177,1) 100%);color: #fff;padding: 56px 0 100px;}
.contact-btm-bluebg .section-header h2{font-size: 70px;color: #FBFCFD;display: flex;align-items: center;font-weight: 600;}
.contact-btm-bluebg .section-header h2 span{display: inline-flex;width: 160px;height: 6px;border-radius: 100px;background: #fff;margin-right: 40px;}
.contact-btm-bluebg ul{list-style: none;padding: 0;margin: 70px 0 0;display: inline-block;width: 100%;}
.contact-btm-bluebg ul li{display: inline-block;margin-right: 100px;}
.contact-btm-bluebg ul li a{color: #fff;display: flex;align-items: center;text-decoration: none;font-size: 22px;font-weight: 400;}
.contact-btm-bluebg ul li a span{display: flex;align-items: center;width: 65px;height: 65px;background: #fff;text-align: center;border-radius: 50%;justify-content: center;margin-right: 10px;}
.contact-newsltr{margin: 80px 0 200px;}
.contact-newsltr h3{font-size: 48px;font-weight: bold;color: #535353;}
.contact-newsltr .input-txtbox{margin-top: 48px;position: relative;}
.contact-newsltr .input-txtbox .form-control{width: 70%;padding: 45px 75px 30px 38px;border-radius: 8px;border-color: #DEDEDF;background: transparent;}
.contact-newsltr .input-txtbox .form-control:focus, .contact-form form .form-control{box-shadow: none;}
.contact-newsltr .input-txtbox .form-control::placeholder{color: #C1C1C1;font-size: 40px;font-weight: 500;}
.contact-newsltr .input-txtbox .btn{position: absolute;right: 32%;top: 5px;background: #F6F6F6;padding: 38px 24px 38px;}
.contact-form{position: absolute;background: #FDFDFD;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;padding: 65px 68px 40px 58px;z-index: 999;top: -10%;right: 5%;border-radius: 30px;width: 35%;}
.contact-form form h5{color: #19191B;font-size: 42px;font-weight: 600;margin: 0 0 47px;padding-bottom: 10px;border-bottom: 2px solid #BABFC8;display:inline-block}
.contact-form form label{color: #494949;margin-bottom: 10px;font-size: 24px;font-weight: 500;}
.contact-form form .form-control{border-color: #8F8E93;border-radius: 10px;padding: 22px;}
.contact-form form textarea.form-control{height: 300px;}
.contact-form form .blue-btn{background: var(--color1);border-color: var(--color1);font-size: 40px;color: #FDFDFB;font-weight: 600;padding: 20px 0;width: 100%;text-align: center;border-radius: 100px;}
.whistke-modal .modal-header{border: none;padding:2rem 2.5rem}
.whistke-modal .modal-dialog{max-width: 630px;}
.whistke-modal .modal-content{border-radius: 30px;}
.whistke-modal .whistke-items{box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px 0px;border-radius: 10px;
    padding: 20px 0px 14px;height: 110px;}
.whistke-img{margin-bottom: 30px;}
.whistke-modal .modal-body{padding:0 2.5rem 2.5rem;}
.whistke-modal .modal-body h3{color:#213868;font-size: 36px;margin: 0 0 30px;font-weight: 600;position: relative;}
.whistke-modal .modal-body h3::after{content: '';position: absolute;width: 35%;height: 2px;background: #DFDFDF;left: 33%;bottom: 0;}
.whistkeicon{margin-bottom: 10px;}
.whistkeicon img{height: 36px;}
.whistke-items p{font-weight: bold;font-size: 10px;color: #565662;margin: 0;}
.footer-btm-section{margin: 100px 0 0;background: #F2F4F6;border-radius: 40px 40px 0 0;position: relative;}
.footer-btm-lft{padding: 0;}
.footer-btm-rght{margin-top: -110px;position: relative;right: -110px;}
.footer-btm-lft h2{font-size: 64px;font-weight: 600;color: #000;margin: 0 0 32px;}
.btn-heading-ctn{position: absolute;bottom: -80px;}












footer{margin: 0;font-weight: 400;background: var(--color1);padding-top: 75px;color: #fff;}
footer h2{
    
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 32px;
}
footer a{text-decoration: none;font-weight: 400;color: #fff;font-size: 20px;}
footer p{font-size: 24px;font-weight: 400;}
.bst-regards{font-size: 24px;margin-bottom: 15px;font-weight: 400;}
.quicklinks,.socialmedia ul{list-style: none;padding: 0;margin: 0px;}
.quicklinks li a{text-decoration: none;margin-bottom: 15px;display: inline-block;transition: .5s ease-in-out;}
.quicklinks li a:hover{text-decoration: underline;color: #fff;}
.socialmedia ul{display: flex;margin: 0;}
.socialmedia ul li a{display: flex;width: 50px;height: 50px;border: 1px solid #FDFDFB;border-radius: 25px;align-items: center;justify-content: center;margin: 0 12px 0 0;transition: 0.5s ease;color: #fff;}
.socialmedia ul li a:hover{
    background: #fff;
}
.socialmedia ul li a:hover g path{
    fill: #000 !important;
}
.socialmedia ul li a:hover svg.hover-black path{fill: #000;}
.input-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 50px;
    height: 93px;
}
.input-wrapper .form-control{
    border: none;
    background: transparent;
    width: 85%;
    font-size: 20px;
    padding: 0;
}
.input-wrapper .form-control:focus{box-shadow: none;}
.input-wrapper .btn{
    position: absolute;
    right: 20px;
    top: 50%;
    translate: -20% -50%;
}
.input-wrapper .form-control::placeholder{font-size: 24px;}
footer address{margin: 0 0 2rem;font-weight: 400;color: var(--color4);}
.phoemail h5{font-weight: 600;color: var(--color4);margin: 0;}
.phoemail a{color: var(--color4);font-weight: 400;text-decoration: none;}
.footer-bottom{margin: 0;display: flex;align-items: center;background: var(--color1);padding: 40px 66px 75px;}
.footer-bottom .container-fluid{border-top: 1px solid rgb(255 255 255 / 25%);}
.footer-bottom h4{color: #fff;margin-bottom: 16px;}
.footer-bottom a{color: #fff;}
.download-brochur a{display: flex;align-items: center;text-decoration: none;}
.download-icon{width: 48px;height: 48px;border: 1px solid #C4AC00;border-radius: 25px;display: flex;text-align: center;margin-right: 10px;align-items: center;justify-content: center;}
.privacy a{padding-left: 15px;}
.blog-detils-topsection{margin: 150px 0 100px;}
.blog-detils-topsection .section-header h2{font-size: 72px;font-weight: 600;color: #353535;margin: 0 0 0 auto;}
.blog-description p{color: #6D6D6D;}
.blog-description h3{color: #000000;}
.backbtn{background: var(--color1);color:#fff;padding: 8px 30px;border-radius: 50px;display: inline-block;transition: .3s ease-in-out;position: absolute;}
.backbtn:hover{color: #fff;}
.blog-details-meta{margin: 0 0 0 200px;border-left: 1px solid #5C5C5C;padding: 0 0 0 30px;list-style: none;}
.blog-details-meta li strong{margin: 0 0 10px;display: inline-block;}
.posted-socialmedia h4{font-size: 24px;color: #0A42B3;}
.posted-socialmedia ul{list-style: none;padding: 0;margin: 0;}
.posted-socialmedia ul li{display: inline-block;margin: 0 15px 0 0;}


.mobile-close,.mobile-menu-sociallinks{display: none;}
@media (max-width: 767px) {
    .pl-pr-100{padding-left: 15px;padding-right: 15px;}
    .pl-pr-80 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-section{margin: 115px 0 0;padding: 0px;}
    .bnr-inner-ctn{position: inherit;margin: 75px auto 0;width: 95%;}
    .bnr-inner-ctntxt {
        margin-left: 60px;
        margin-top: 30px;
        width: 210px;
    }
    .banner-btm-section {
        padding: 40px 25px;
    }
    .toolweuse ul{flex-direction: column;}
    .list-equipments li{width: 88%;margin: 0 auto;}
    .navbar-toggler{background-color: #0745a3;border-color: #0745a3;color: #fff;position: relative;z-index: 999;}
    .navbar{padding-left: 15px;padding-right: 15px;}
    .navbar-nav{margin: 70px 0 0;}
    header .nav-link, .senappl-btn .nav-link{color: #fff !important;}
    .navbar-collapse.collapse.show{position: absolute;background: #0745A3;height: 100vh;width: 100%;top: 0;left: 0;z-index: 99;}
    .mobile-close{display: block;position: absolute;right: 0px;top: 0px;z-index: 999;cursor: pointer;}
    .navbar-collapse.collapse.show .senappl-btn{display: none;}    
    .navbar-toggler[aria-expanded="false"] .mobile-close {display: none;}
    .navbar-toggler[aria-expanded="true"] .mobile-close {display: block;}
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{display: none;}
    .navbar-toggler-icon svg{fill: #fff;}
    .serviceinner-item ul li{margin-bottom: 20px;width: 100%;}
    .cargoslides-section {
    padding: 50px 0 50px;
}
.cargoslides-right img{margin-bottom: 20px;}
.cargoslides-section .container-fluid{padding-left: 15px;padding-right: 15px;}
.cargoslides-section .slick-next{right: 25px;top: 10px;}
.whychoose-list{flex-direction: column;}
.whychoose-list li{border-right: 0;border-bottom: 1px solid #ccc;}
.whychoose-list li:last-child{border-bottom: 0;}  
.newsupdates {
    margin: 50px 0 0;
}
.newsupdates .card{margin-bottom: 30px;}
.about-status{margin-bottom: 50px;min-height: 1080px;}
.about-status-title{font-size: 50px;}
.count-title{font-size: 90px;}
.about-status-count h3{font-size: 36px;}
.clients-says-section{margin: 50px 0 0;padding: 50px 0 50px 15px;}
.clients-says-left h2{font-size: 48px;margin-bottom: 30px;}
.clients-says-right ul li {
    border-radius: 20px;
    padding: 10px 15px;
    margin-right: 5px;
    font-size: 11px;
}
.clients-cards-slider .card { 
    padding: 0px 15px 20px 15px;
    min-height: auto;
}
.meet-ourleader-inner{padding: 25px 15px 25px;}
.leader-pic {
    position: absolute;
    top: 482px;
    right: -17px;
}
.leader-pic img{
    max-width: 185px;
}
.meet-ourleader-bottom {
    padding: 15px 0 15px 15px;
    margin-top: 50px;
}
.meet-ourleader-bottom .default-btn{margin-bottom: 30px;}
.industries-section {
    margin: 50px 0 0;
}
.futures-secright-title {
    margin: 30px 0 30px;
    font-size: 42px;
}
.services-tabnav .nav-link{color: #A2A2A2 !important;}
.nav-pills.services-tabnav .nav-link.active, .nav-pills.services-tabnav .show>.nav-link{color: #000 !important;}
.logistic-solution-list ul li .nav-link{color: var(--color-101010) !important;}
.logistic-solution-list .tab-content{margin-left: 0;}
.fst-reliable{width: 100% !important;margin-top: 20px;}
.bestservice-video-ctn{background-size: cover;padding-left: 20px;padding-right: 20px;}
.bestservice-video-ctn .btn-blue{
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 300;
}
.bestservice-video-ctn .content-top p{width: 100%;margin: 30px 0 0;}
.bestservice-video-ctn .content-bottom .btn-black {
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 18px;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
}
.tracking-top-section .section-header h2{font-size: 48px;}
.tracking-top-inner{top: -300px;padding: 20px;}
.tracking-top-inner-rght{
    padding: 15px;
    margin: 0;
    width: 100%;
    margin-top: 30px;
}
.tracking-top-inner-rght .nav{overflow: auto;}
.footer-btm-lft h2 {
    font-size: 48px;
    margin: 30px 0 30px;
}
.footer-btm-rght {
    margin-top: 25px;
    right: 0;
}
.btn-blue {
    border-radius: 35px;
    padding: 10px 15px;
    font-size: 24px;
}
footer{padding-top: 50px;}
footer h2 {
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.input-wrapper{padding: 15px;}
.footer-bottom{padding: 40px 15px 40px;}
.socialmedia{margin-bottom: 30px;}
.footer-btm-section{margin: 0;}
.map-btm-btngroup span{width: 100%;}
.contact-form{
    padding: 20px;
    width: 100%;
    margin-top: 50px;
    position: initial;
}
.contact-form form .blue-btn{padding: 15px 0;}
.contact-btm-bluebg .section-header h2{font-size: 48px;}
.contact-btm-bluebg ul li{margin-right: 0;margin-bottom: 20px;}
.contact-btm-bluebg{padding: 50px 0 50px;margin-top: 50px;}
.contact-newsltr {
    margin: 50px 0 100px;
}
.contact-newsltr .input-txtbox .form-control{width: 100%;}
.contact-newsltr .input-txtbox .btn{right:15px;}
.opening-list-wrap .icondiv{margin-bottom: 20px;margin-top: 20px;}


}



@media (min-width:1699px) {
    .senappl-btn .nav-link{padding: 8px 20px !important;margin: 0 15px;}
    .navbar{padding: 0 200px;}
    .nav-item{margin: 0 20px;}
}



@media (min-width:1899px){
    body{font-size: 18px;}
    
    
}
