:root{
  --primaryColor: #120E43;
  --secondaryColor : #d83131;
  --iconFont: 'Font Awesome 5 Free';
}
*,::before,::after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}
body{font-family:'Lato',sans-serif;color:#535353}
body.down header .header__bottom.sticky{-webkit-transform:translateY(0);transform:translateY(0)}
section,header,footer,main,.inner,.content_title,form.forms .form-group,form.forms input,form.forms textarea,form.forms .form50,section.contact_wrapper .top_image,section.contact_wrapper .contact_info,section.contact_wrapper .forms,.query_box,.getintouchform,.network_wrapper,footer .footer__top .footer_column{width:100%;float:left}
header .header__top,header .header__bottom,header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link,header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a,.why_choose_us .column .icon,section.blog_wrapper .owl-carousel .owl-nav,section.blog_wrapper .owl-carousel .owl-nav button,footer .footer__top .footer_column ul.social_links li a,footer .footer__top .footer_column ul.links li a,footer .footer__top .footer_column ul.info li a{-webkit-transition:.3s ease;transition:.3s ease}
section{padding:60px 0}
.greybg{background-color:#f4f4f4}
a{text-decoration:none;display:inline-block}
a.readmore{background-color:var(--primaryColor);color:#fff;text-transform:uppercase;font-weight:700;padding:8px 15px}
h3{
  font-size: 1.5rem;
  color: var(--primaryColor);
  font-weight: 700;
}
h4{font-weight:600;font-size:1.2rem}
h5{
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--primaryColor);
}
.content_title h2{font-size:1.8em;line-height:1.3;color:var(--secondaryColor);text-transform:uppercase;font-weight:800}
.content_title span{text-transform:uppercase;font-weight:600;color:var(--primaryColor)}
ul.contentList{
  padding: 0;
  margin: 0;
}
ul.contentList li{
  position: relative;
  padding: 5px 0 5px 30px;
  list-style: none;
}
ul.contentList li::before{
  content: "\f054";
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--secondaryColor);
  font-family: var(--iconFont);
  font-weight: 900;
}
ul.contentList.count2{
  column-count: 2;
}
form.forms .form50{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}
form.forms .form-group{margin-bottom:20px}
form.forms .form-group input,form.forms .form-group textarea{border-radius:3px;color:#333;display:block;float:none;font-size:16px;border:1px solid #ccc;padding:6px 10px;width:100%;line-height:1.3;resize:none}
form.forms .form-group input:focus,form.forms .form-group textarea:focus{outline:none}
form.forms .form-group input.submit{background-color:var(--primaryColor);color:#fff;font-size:20px;text-transform:uppercase}
header{-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.15);box-shadow:1px 1px 10px rgba(0,0,0,0.15)}
header .header__top{background-color:var(--primaryColor);padding:10px 0;color:#fff}
header .header__top .right{text-align:right}
header .header__top a{color:#fff;font-weight:600}
header .header__bottom nav.navbar{padding:0}
header .header__bottom nav.navbar a.navbar-brand img{height:65px}
header .header__bottom.sticky nav.navbar a.navbar-brand img{height:55px}
header .header__bottom nav.navbar ul.navbar-nav{gap:10px}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link{text-transform:uppercase;font-weight:800;color:#444;font-size:.9rem}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover{color:var(--secondaryColor)}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown a.nav-link::after{content:"\f078";font-family:"Font Awesome 5 Free";padding-left:10px}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{display:block;padding:15px 25px;min-width:260px;border:2px solid #ddd;border-radius:0;top:calc(100% + 25px);-webkit-transition:.5s ease;transition:.5s ease;opacity:0;visibility:hidden}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li{padding:7px 0;border-bottom:solid 1px #eee}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a{color:#666666d9;font-weight:600}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:hover{color:#000}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li:last-child{border:none}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu{opacity:1;visibility:visible;top:100%}
header .header__bottom.sticky{position:fixed;top:0;left:0;width:100%;background-color:#77e3ff;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:99;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.09);box-shadow:0 5px 10px rgba(0,0,0,0.09);-webkit-transition:.7s ease;transition:.7s ease}
section.hero_slider{padding:0;height:700px}
section.hero_slider .carousel,section.hero_slider .carousel-inner,section.hero_slider .carousel-item,section.hero_slider .carousel-item img{height:100%}
section.hero_slider .carousel .carousel-indicators button{width:15px;height:15px;margin:0 7px}
section.hero_slider .carousel .carousel-indicators button.active{background-color:var(--secondaryColor)}
section.hero_slider .carousel .carousel-indicators button:focus{outline:none}
section.hero_slider .carousel-inner .carousel-item .inner_banner{position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.5);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area{color:#fff}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area h2{font-weight:900;font-size:4rem;text-transform:uppercase;margin:0 0 20px}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area p{font-size:1.7rem}
section.hero_slider .carousel-item img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
section.hero_slider .carousel button{width:100px;font-size:2rem;opacity:1}
section.hero_slider .carousel button:focus{outline:none}
.why_choose_us{margin-top:40px}
.why_choose_us .column{text-align:center;padding:0 30px;height:100%}
.why_choose_us .column .icon{width:62px;height:62px;margin:0 auto 20px;border:solid 2px var(--primaryColor);border-radius:50%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.why_choose_us .column .icon img{height:35px}
.why_choose_us .column h3{letter-spacing:.05em;color:#555;line-height:1.2;text-transform:uppercase;font-size:1rem;font-weight:900}
.why_choose_us .column p{color:#330;font-weight:700}
.why_choose_us .column:hover .icon{background-color:var(--primaryColor)}
.lightBg{background-color:#f4f4f4}
section.ouservices .inner{display:-ms-grid;display:grid;-ms-grid-columns:repeat(4,1fr);grid-template-columns:repeat(4,1fr);gap:30px;-ms-grid-rows:1fr;grid-template-rows:1fr;margin-top:30px}
section.ouservices .inner.column3{-ms-grid-columns:repeat(3,1fr);grid-template-columns:repeat(3,1fr);}
section.ouservices .inner .column{background-color:#fff}
section.ouservices .inner .column .image{width:100%;height:250px}
section.ouservices .inner .column .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
section.ouservices .inner .column .image img.top{object-position:top}
section.ouservices .inner .column .content{width:100%;position:relative;z-index:1;background-color:#fff;padding:25px 20px}
section.ouservices .inner .column .content h3{font-size:1.1rem;margin:0 0 10px;text-transform:uppercase;font-weight:900;color:var(--secondaryColor)}
section.ouservices .inner .column .content p{font-size:1rem;color:#535353;font-weight:600}
section.ouservices .inner .column .content a.readmore{background-color:var(--primaryColor);color:#fff;text-transform:uppercase;font-weight:600;padding:8px 15px;font-size:1rem}
section.client_wrapper{padding:100px 0;background-image:url(../img/logistics-4.webp);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}
section.client_wrapper .container{position:relative;z-index:1}
section.client_wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:0}
section.client_wrapper .owl-carousel{margin-top:30px}
section.client_wrapper .owl-carousel .item{text-align:center}
section.client_wrapper .owl-carousel .item img{height:90px;width:auto;margin:0 auto;-webkit-filter:grayscale(1);filter:grayscale(1)}
section.client_wrapper .owl-carousel .owl-nav{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
section.client_wrapper .owl-carousel .owl-nav button{width:30px;height:30px;margin:0}
section.client_wrapper .owl-carousel .owl-nav button span{line-height:30px;font-size:50px;color:#fff}
section.client_wrapper .owl-carousel .owl-nav button:hover{background:none}
section.service_wrappers .image{margin:0 0 30px}
.innerBanner .top_image{height:300px;position:relative}
.innerBanner .top_image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.innerBanner .top_image .heading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.innerBanner .top_image .heading h1{font-weight:900;color:#fff;margin:0;font-size:3rem}
section.contact_wrapper .contact_info{margin-top:20px}
section.contact_wrapper .contact_info .column{padding:18px 0;display:flex;gap:30px;align-items:center}
section.contact_wrapper .contact_info .column i{font-size:1.5rem;width:70px;height:70px;background:var(--primaryColor);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:5px}
section.contact_wrapper .contact_info .column h3{font-size:1.2rem;font-weight:600;color:#000}
section.contact_wrapper .contact_info .column p{margin:0}
section.contact_wrapper .contact_info .column a{color:#535353}
section.contact_wrapper .contact_info .column a:hover{color:var(--secondaryColor)}
section.contact_wrapper .forms{margin-top:30px}
.query_box{background-color:#273647;color:#fff;text-align:center;padding:40px 25px;border-radius:10px}
.query_box h3{font-weight:700;font-size:1.5rem}
.query_box p{margin:0 0 20px;font-weight:600}
.query_box a.getintouch{background-color:var(--primaryColor);text-transform:uppercase;padding:10px 30px;border-radius:5px;color:#fff;font-size:.8rem;font-weight:700}
.getintouchform{margin-top:40px}
.getintouchform h3{font-weight:600;font-size:1.3rem}
.getintouchform form.forms{margin-top:20px}
.getintouchform form.forms .form-group input.submit{font-size:1rem}
.network_wrapper{display:-ms-grid;display:grid;gap:30px;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:1fr;grid-template-rows:1fr}
.network_wrapper .column{border:solid 2px #eee;padding:20px}
.network_wrapper .column h3{font-weight:600;color:#000;font-size:1.2rem;border-bottom:solid 1px #eee;padding:0 0 15px}
.network_wrapper .column ul{list-style:none;padding:10px 0 0;margin:0}
.network_wrapper .column ul li{line-height:1.2;position:relative;padding:5px 0 5px 30px;color:#535353}
.network_wrapper .column ul li i{position:absolute;left:0;top:8px;color:var(--primaryColor);font-size:.8rem}
footer{background-color:#242424;color:#f1f1f1}
footer .footer__top{padding:70px 0 50px}
footer .footer__top .footer_column h4{position:relative;text-transform:uppercase;font-weight:600;font-size:1.2rem;padding:0 0 20px;margin:0 0 25px}
footer .footer__top .footer_column h4::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background-color:#f1f1f1}
footer .footer__top .footer_column ul{list-style:none;padding:0;margin:0}
footer .footer__top .footer_column ul.social_links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
footer .footer__top .footer_column ul.social_links li a{width:40px;height:40px;text-align:center;line-height:40px;color:#f1f1f1;border:solid 1px #f1f1f1;border-radius:50%;font-size:.8rem}
footer .footer__top .footer_column ul.social_links li a:hover{background-color:#f1f1f1;color:#242424}
footer .footer__top .footer_column ul.links li{padding:5px 0}
footer .footer__top .footer_column ul.links li a{color:#f1f1f1}
footer .footer__top .footer_column ul.links li a:hover{color:var(--secondaryColor)}
footer .footer__top .footer_column ul.info li{padding:3px 0 3px 30px;line-height:1.7;position:relative}
footer .footer__top .footer_column ul.info li i{position:absolute;left:0;top:13px;font-size:.8rem}
footer .footer__top .footer_column ul.info li a{color:#f1f1f1}
footer .footer__top .footer_column ul.info li a:hover{color:var(--secondaryColor)}
footer .footer__bottom{background-color:#000;padding:15px 0}
footer .footer__bottom p{margin:0}
.h-6{height:80px}
.h-full{
  height: 100%;
}
.achievment img{max-width:150px}
header .header__bottom nav.navbar a.navbar-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 900;
  color: red;
  font-size: 2rem;
  text-transform: uppercase;
}
header .header__bottom.sticky nav.navbar a.navbar-brand {
  font-size: 1.7rem;
}
section.towerWrap{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  padding: 0;
}
section.towerWrap .column{
  height: 280px;
  overflow: hidden;
  position: relative;
}
section.towerWrap .column img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.towerWrap .column h5{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.386);
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.mt-sm-2{margin-top:25px}
header .header__bottom nav.navbar button.navbar-toggler{border:none}
header .header__bottom nav.navbar button.navbar-toggler:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{opacity:1;visibility:visible;display:none;-webkit-transition:inherit;transition:inherit;background-color:#f4f4f4}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li{padding:10px 0}
footer .footer__top{padding:50px 0}
footer .footer__top .footer_column h4{margin-top:30px}
}
@media screen and (max-width: 767px) {
.d-mobile-none{display:none}
.mt-sm-2{margin-top:20px}
header .header__top{text-align:center}
header .header__bottom nav.navbar button.navbar-toggler{border:none}
header .header__bottom nav.navbar button.navbar-toggler:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{opacity:1;visibility:visible;display:none;-webkit-transition:inherit;transition:inherit;background-color:#f4f4f4}
header .header__bottom nav.navbar ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li{padding:10px 0}
section.hero_slider{height:100vh}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area{text-align:center}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area h2{font-size:3rem}
section.hero_slider .carousel-inner .carousel-item .inner_banner .title_area p{font-size:1.4rem}
section.ouservices .inner{-ms-grid-columns:1fr;grid-template-columns:1fr}
section.blog_wrapper .blog_column .blog_des{padding:25px 20px}
footer .footer__top{padding:50px 0}
footer .footer__top .footer_column h4{margin-top:30px}
.network_wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr}
section.contact_wrapper .contact_info{-ms-grid-columns:1fr;grid-template-columns:1fr}
}
.header__bottom {
    background: #77e3ff; }