header {
    z-index: 99;
}
.site-logo {
    width: 60px;
}
.crt-i{
   display: inline-block;
    vertical-align: middle;
    color: white;
    transition: 0.4s;
}
.nav-link:hover .crt-i{
   color: #e02b20;
   transform: translateX(5px);
}
.nav-item .nav-link{
    font-size: 12px;
}
.navbar-btn a{
    font-size: 12px;
}
.nav-link:hover{
    color: #e02b20 !important;
}

.nav-mbl-menu{
    display: none;
}
.list-icon{
    font-size: 24px;
}
.mbl-modal{
    display: none;
    position: fixed;
    top: 0;
    background-color: white;
    overflow-y:  scroll;
}
.mbl-modal ul{
    padding-left: 0px;
    padding-right: 0px;
    
}
.mbl-modal li{
    padding: 12px 0;
    border-bottom: 0.5px solid #b9cada;
}
 nav a::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 16px;
    background: transparent;
    transition-duration: 0.2s;
 }
 nav a:hover::after{
    background: #e02b20;
 }
 .ahome:hover::after{
    width: 40px; 
 }
 .aindus:hover::after{
    width: 80px; 
 }
.adist:hover::after{
    width: 96px; 
 }
 .aservic:hover::after{
    width: 65px; 
 }
 .apartnr:hover::after{
    width: 70px; 
 }
 .aabout:hover::after{
    width: 48px; 
 }
 .ametals:hover::after{
    width: 40px; 
 }
 .aethanol:hover::after{
    width: 48px; 
 }
 .agems:hover::after{
    width: 72px; 
 }
 .acoal:hover::after{
    width: 28px; 
 }
 .aoil:hover::after{
    width: 20px; 
 }
 .auae:hover::after{
    width: 28px; 
 }
 .ausa:hover::after{
    width: 28px; 
 }
 .ahong:hover::after{
    width: 72px; 
 }
 .auk:hover::after{
    width: 20px; 
 }
 .ap1:hover::after{
    width: 41px; 
 }
 .ap2:hover::after{
    width: 41px; 
 }
 .ap3:hover::after{
    width: 42px; 
 }
 .ap4:hover::after{
    width: 42px; 
 }
 .al1:hover::after{
    width: 36px; 
 }
 .al2:hover::after{
    width: 38px; 
 }
 .al3:hover::after{
    width: 38px; 
 }
 
@media screen and (max-width: 990px) {
    .nav{
        display: none;
    }
    .nav-mbl-menu{
        display: block;
    }    
}

/* dropdow */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    top: 35px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    border: 1px solid #b9cada;
    z-index: 1;
  }
  .dropdown-content a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
  } 
  .dropdown-content a:hover {color: #e02b20 !important; opacity: 1;}
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
 