.footer-content {
    margin-bottom: 15px;
}
.mega-footer {
    background-color: var(--primary-color);
    padding: 50px 0;
}
.counter-icon {
    margin-bottom: 10px;
}
.cargo-shipment-icon {
    margin-bottom: 10px;
}
.cargo-shipment-content h3 {
    margin-bottom: 5px;
}
.topbar-contact-info ul li a {
    color: #ffffff;
}
.topbar-contact-info ul li i {
    color: #2cb7ef;
}
.topbar {
    background-color: #103860;
}
.topbar-social-links ul li a {
    border: 3px solid #2cb7ef;
    color: #2cb7ef;
    width:22px;
    height: 22px;
      padding: 11px
}
.topbar-social-links ul li a i {
    font-size: 14px;
}
.topbar-social-links {
    background-color: #103860;
    padding: 10px 0px;
}

.footer-copyright-links {
    padding: 10px 0;
}
.our-service {
    padding: 50px 0;
}
.recent-project {
    padding: 50px 0 70px;
}
.our-goals {
    padding: 50px 0;
}
.our-indurstry {
    padding: 50px 0;
}
.home-transportation.about-transportation {
    padding: 50px 0 50px;
}
.providing-service {
    padding: 50px 0 50px;
}
.export-team {
    padding: 50px 0 70px;
}

.hero-slider-layout .hero-slide::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, transparent 10%, var(--primary-color) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    bottom: 0;
}
.active-color{
    background:  #103860;
    color: white;
}
.active-color:focus {
    background-color: #103860;
    color: white;
}

.Featured-Content-Box img {
    width: 620px;
    border-radius: 10px;
    height: 285px;
}

.navbar>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul li a {
    padding: 0px 0;

}
.navbar {
    padding: 0px 5px;
}
.latest-posts.blog-page {
    padding: 50px 0;
}
.our-project {
    padding: 50px 0 50px;
}
.get-in-touch {
    padding: 50px 0;
}
.latest-posts {
    padding: 50px 0 50px;
}
.navbar .main-menu ul li {
    margin: 0px 5px
}