.bg-dark{
    background-color: #fed407 !important;
}
#header .header-logo.custom-header-logo:before{
    background-color: #ffffff !important;
}
#mainNav li a{
    text-transform: uppercase !important;
}

  .active, a.active {
    color: #1259a9 !important;
}
.pad_zero{
    padding: 0 !important;
}
.whyshoud_part{
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-linear-gradient(left,  #feb100 0%,#fdca00 100%); 
}

.yellow_bg{
    background: -webkit-linear-gradient(left,  #feb100 0%,#fdca00 100%) !important; 
}
.flex_dir_colm{
    flex-direction: column;
}
#footer {
    /* background: -webkit-linear-gradient(left,  #1a0d4d 0%,#2f188c 50%,#160b40 100%) !important; */
    /* background: linear-gradient(to right, #2f188c 0%,#4523cc 50%,#2f188c 100%) !important; */
    background: linear-gradient(to right, #160B40 0%,#1A0D4D 50%,#160B40 100%) !important; 
}
.footer-copyright{
    background: -webkit-linear-gradient(left, #feb100 0%,#fdca00 100%) !important;
}
.font13px{
    font-size: 13px !important;
}
.text_black{
    color: #000 !important;
}

.text_white{
    color: #ffffffe0 !important;
}
.section-angled{
    background-size: cover !important;
}

.inner_bg_about{
    background: url(../img/inner-banner/about.jpg) !important;
    background-size: cover !important;
}

.inner_bg_logistic_solutions{
    background: url(../img/inner-banner/logistic_solutions.jpg) !important;
    background-size: cover !important;
}

.inner_bg_logistic_solutions_new{
    background: url(../img/inner-banner/inner_bg_it_solutions_new.jpg) !important;
    background-size: cover !important;
}
.inner_bg_contact{
    background: url(../img/inner-banner/inner_bg_contact.jpg) !important;
    background-size: cover !important;
}
.inner_bg_news{
    background: url(../img/inner-banner/inner_bg_news.jpg) !important;
    background-size: cover !important;
}
.it_our_solutions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}
.signin_news{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.signin_news h3{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 10px;
}
.signin_news a{
    text-transform: uppercase;
    font-size: 13px;
}
.signin_news a:hover{
    color: #170c41;
    text-decoration: none;
}
.orange_bg{
    background: -webkit-linear-gradient(left,  #feb100 0%,#fdca00 100%) !important;
}
.owl-prev :hover{
    background-color: #fed407 !important;
}

.about_card_box_top{
    position: relative;
    top: -80px;
    margin-bottom: -50px;
}
.mar_l_10{
    margin-left: 10px;
}

.border_no{
    border: none;
}
.about_card_box_top_bg{
    background: linear-gradient(to right, #1e3c72, #2a5298);
}
.text_vella{
    color: #fff !important;
}

.yellow_bg_img{
    background: url(https://tgl.co/wp-content/uploads/2024/11/rsz_trends2018.jpg) !important;
    height: 680px;
    background-size: cover !important;
}



@media (min-width: 320px) and (max-width: 799px) {
  
   /* .mob_pad_active{
    padding: 4.6153846154rem 0 !important;
   } */
   .mob_top{
    top: 120px;
   }

   .about_right_text{
    top: 15% !important;
   }
   .mob_img_hi{
    height: 240px;
   }
   .mob_section_hi{
     height: 360px;
   }
    
  }