
[aos="fade"] {
    opacity: 0;
    transition-property: opacity;
   
  }
  
  [aos="fade"].aos-animate {
    opacity: 1;
    
  }
 
/*LANDING PAGE*/

.navbar ul{
    font-display: 10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: black;
}
.navbar a {
    text-decoration: none;
    color: black;
}
.navbar a:hover{
    color: blue;
}

.reg-btn{
    width: 200px;
    border: black;
    height: 50px;
    border-radius: 20px;
    background: darkslateblue;
    margin-left:10px;
    
}
.reg-btn a{
    padding-left: 50px;
    padding-top: 10px;
    color: #fff;
}
.reg-btn a:hover{
    color: #fff;
}

.p-color{
    color:#DAA520;
  } 
  
.div_bag_clor{
    background: url('../images/slide-5.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:28rem;
}
.div_bg_img{
    background: url('../images/minning.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:28rem;
    opacity:0.8;
}
 .col_pack{
    margin-top: 10%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 16px;
  }
    
  .btn-lg {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 20px;
  }
  
  .btn-primary {
    color: #000;
    background-color: #0000;
    border-color: #000;
  }
  
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #000;
    background-color: #3276b1;
    border-color: #285e8e;
  }
  
  .btn.outline {
    background: none;
    padding: 12px 22px;
  }
  .btn-primary.outline {
    border: 2px solid #000;
    color: #000;
  }
  .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #000;
    border-color: #DAA520;
  }
  .btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #007299;
    color: #007299;
    box-shadow: none;
  }
  .col_img_rad{
    width:100%;
    height:auto;
   border: #00304E;
   border-bottom-right-radius: 50px;
  }

  @media(max-width:1504px) and (min-width:994px){
    .col_img_rad{
        margin-top: 30px;
        
    }
   }
   @media(max-width:1320px) and (min-width:994px){
    .col_img_rad{
        height: 30rem;
    }
   }
   .col_pack{
       font-size:5rem; 
       margin-top:5rem;
   }
   @media(min-width:320px) and (max-width:542px){
       .col_pack{
           font-size:3rem;
       }
   }

  .media-icons{
    display: flex;
    justify-content: space-between;
    width: 20%;
  }
  @media(min-width:325px){
    .media-icons{
      display: flex;
    justify-content: space-between;
    width: 100%;
    }
  }
  .media-icons i{
    color: rgb(34, 8, 209);
    font-size: 35px;
  }

  .port-class{
    position: relative;
    white-space: nowrap;
  }
  @media(max-width:443px){
    .port-class{
      font-size: 12px;
    }
  }
  .port-class i{
    display: flex;
    flex-direction: column;
  }
