
[aos="fade"] {
    opacity: 0;
    transition-property: opacity;
   
  }
  
  [aos="fade"].aos-animate {
    opacity: 1;
    
  }
 
/*LANDING PAGE*/
.p-color{
    color:#DAA520;
  } 
.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;
}


.div_inv_clor{
    background: url('../images/c7.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height:40rem;
    width:100%;
    }
    .div_img_clor{
    background: url('./img/dotted.jpg');
    height:32rem;
    width:100%;
    opacity:0.9;
    
    }
    .link-unstyled{
        color:#DAA520;
        text-decoration:none;
    }
    .link-unstyled:hover{
        color:#DAA520;
        text-decoration:none;
    }

    .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;
      }

      
    .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;
      }
  