.nav-link {
    display: inline-block;
    position: relative;
    color: #0087ca;
    font-size: 1vw;

  }
  .nav-link:hover{
    background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  }
  .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%);
    transform-origin: bottom right;
    transition: transform 1.80s ease-out;
  }
  .mb-2 a{
    font-size: .8vw;
  }
  .py-2 .row .white{
    opacity: .7;
  }
  @media only screen and (min-width:300px) and (max-width: 600px) {
    .nav-link{
      font-size: 3vw;
      color:#fff !important;
    }
    .py-2 .row .col-sm-12{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    a{
      font-size: 14px !important;
    }
    p{
      font-size: 16px !important;
    }
    h2{
      font-size: 18px !important;
    }
    h6{
      font-size: 18px !important;
    }
    .py-3 .col-sm-12{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
    }
  }

  .py-2 .row .white2{
    opacity: .7;
  }
  .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .navbar .active{
    color: #007bff;
    
  }
.navbar{
    background-color: #fff;
}

.footer-logo{

  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

.text-address{
  transform: translateY(10px) !important;
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
  font-weight: 400 !important;
}
  
  .nav-link {
    color: #6c6c6c;
    font-weight: 500;
    padding: 12px 52px;
    margin-right: 2em;
    font-family: 'Poppins', sans-serif;
    z-index: 100;
  
  }
  .nav-active {
    background-color:#fff;
    box-shadow: 5px -1px 12px -5px grey;
  }
  .nav-colored { background:#f3f3f3;}
  .nav-colored .nav-link { color: #000 !important;}
  .nav-colored #active { color: #0084FF !important;}
  .nav-transparent { background-color:#f3f3f3;}


 *{
    font-family: 'Poppins', sans-serif;
 }

 .privacy-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    /* background-color: #f3f3f3; */
 }

 .privacy-container h2{
    font-size: 3vw;
    font-weight: 700;
    color: #0084FF;
    line-height: 2em;
 }

 .career-title{
  color: #000 !important;
 }
 .py-2 .row .col-sm-12 a{
  font-size:.8vw;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}
.py-2 .row .col-sm-12 a:hover{
 text-decoration: none;
}
 .privacy-content p{
   font-size: 1vw;
   color: #6c6c6c;
   font-weight: 500;
   text-align: justify;
 }

 .privacy-content ul{
    line-height: 2em;
 }
 .privacy-content ul li{
color: #6c6c6c;
 }

 .privacy-content h2{
    font-size: 2vw;
 }

 .privacy-content p a{
    text-decoration: none;
 }

 li{
  color: #6c6c6c;
 }


 
 /* footer */
 footer{
    background-color: #333535;
  }
  .company{
    color: white !important;
    margin-top: 1em;
    font-size: 1.2vw;
  }
  .active{
    color:#0084FF;
  }

  .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    background-color: #0085FF;
  }
  
  .fa:hover {
    background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: footerIcon .6s ease-in-out alternate forwards;
  }
  
  @keyframes footerIcon {
    from {
      transform: rotate(180deg);
    }
  
    to {
      transform: rotate(0deg);
    }
  }

  .mb-2 a{
    color: #f3f3f3;
  }
  
  .fa-facebook {
    background: #0085FF;
    color: white;
  }
  
  .fa-twitter {
    background: #fff;
    color: #0085FF;
    font-size: 20px;
  }
  
  .fa-linkedin {
    background: #0085FF;
    color: white;
  }
  
  .fa-instagram {
    background-color:#0085FF;
    color: white;
    
  
  }
  
  .white{
    color: #fff;
    font-weight: 450;
  
  }
  .white p{
  font-size: 18px !important;
  font-weight: 450;
  }
  .white2{
    color: #fff;
    font-weight: 450;
  text-align: end;
  }
  
  .white2 p{
  font-size: 18px !important;
  font-weight: 450;
  }
  
  .py-2{
    background-color: #282828;
  }
  
  .center{
    margin-bottom: 5em;
  }
  /* h3{
  color: black;
  } */
  
  .cardName{
  line-height: 2.5em;
  }
  .mb-4{
  color: #fff;
  font-size:.8vw;
  }
  .footer-logo p{
    font-size:1.5em;
    color: #fff !important;
    font-weight: 200;
    align-items: flex-start;
    transform: translateX(-5px) ;
    transform: translateY(7px);
    
    
    }
    
    
      .company ul li a{
        color: #fff !important;
        text-decoration: none !important;
      }

      .company ul li .text{
        color: #fff !important;
        text-decoration: none !important;
      }

      .top-button{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
      }


      .navbar-toggler-icon{
        color:#000 !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
      }
      .nav-colored .navbar-toggler-icon{
        color:#000 !important;
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E) !important;}
      