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

  }
  .mb-2 a{
    font-size: .8vw;
  }
  .py-2 .row .white{
    opacity: .7;
  }
  .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;
  }

  .py-2 .row .white2{
    opacity: .7;
  }

  
.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(20px) !important;
  -webkit-transform: translateY(20px) !important;
  -moz-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  -o-transform: translateY(20px) !important;
  font-weight: 400 !important;
}


  .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;
  }
 
  .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .navbar .active{
    color: #007bff;
    
  }
.navbar{
    background-color: #fff;
}
  
  .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;
 }

  .content-container .row{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
  
  #title{
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    text-align: center !important;
    color: #0084FF;
    min-height: 10vh;
  }

  .content-container .row .col-lg-10 p{
    font-size: 1.1vw;
    font-weight: 500;
    color: #6c6c6c;
min-height: 5vh;
  }

  .content-container .row .col-lg-10 h2{
    font-size: 2.3vw;
    font-weight: 700;
    color: #0084FF;
  }



  footer{
    background-color: #333535;
  }
 .company{
    color: white;
    margin-top: 1em;
 }
 .company ul{
  line-height: 1em;
 }
 .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);
  }
}

 .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;
    
  
  }
  .py-2 .row .white2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .py-2 .row .white{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .py-2 .row{
    display: flex;
    align-items: center;
    justify-content:center;
  }
  
  .mb-2 .active{
    color: #0085FF;
  }
  .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;
  }


.footer-logo p{
    color: #fff;
    font-size: 20px;
    margin-top: .5em;
}

.py-2{
    background-color: #282828;
}

.center{
    margin-bottom: 5em;
}
 h3{
  color: black;
}

.cardName{
  line-height: 2.5em;
}
.mb-4{
  color: #fff;
  font-weight: 200 !important;
  font-size: .8vw;
}

 .mb-2 a{
    text-decoration: none;
    color: #fff;
 }

 .mb-2 a:hover{
    text-decoration: none;
 }

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

 @media only screen and (min-width:300px) and (max-width:600px){
  #title{
    font-size:40px !important;
    margin-top:1em !important;
  }
  .py-3 .col-sm-12{
    display:flex;
    align-items:center;
    justify-content:center !important;
  }
  .temp {
    text-align: center;
    justify-content: center;
  }
 }