* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Rubik", sans-serif;
    transition: all 0.2s linear;
  }
  .bg-light {
    background-color: #ececec !important;
  }
  
  .brand-name {
    color: #ffc901 !important;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #385b63;
  }
  
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #ffc901;
  }
  
  .social a:hover {
    transform: translateY(-0.15rem);
  }
  
  .networking {
    padding: 70px 0;
  }
  
  .heading {
    font-weight: 900;
    font-size: 45px;
    color: #385b64;
  }
  
  .social a:hover .twitter {
    color: #1da1f2;
  }
  
  .social a:hover .dribbble {
    color: #be205f;
  }
  
  .social a:hover .facebook {
    color: #1877f2;
  }
  
  .social a:hover .instagram {
    /*   background: linear-gradient(to left, #393dd8, #ca2e86, #f68601);
    -webkit-background-clip: text;
    color: transparent; */
    color: #ca2e86;
  }
  
  .btn-primary {
    color: #000;
    background-color: #ffc901 ;
    border-color: #ffc901 ;
  }
 
  .nav-item a {
    margin: 0 6px;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    color: #fff;
    background-color: #0d6d18;
    border-color: #2d454f;
  }
  .img {
 
      width: 500px;
  }
  .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #e14444e6;
    transition: width 0.3s;
  }
  .nav-link:hover::after {
    width: 100%;
  }
  .nav-link.social-icon::after {
    content: none;
  }
  #bg-pic {
   
    background-image: url("https://us.images.westend61.de/0001485008pw/happy-young-female-caucasian-student-looking-away-at-university-campus-TCEF01373.jpg");
  }.container-1{
    background-color: #de5206;
  }
  marquee{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  marquee h3{
  color: rgb(2, 28, 28);
 }
 #home-sapn{
  color: #e84200;
  background: none;
  
  font-size: 40px;
 }
 .privacy-ul{
  display: flex;
  flex-direction: row;
 }
 .privacy-ul li{ 
/* flex-direction: column; */
color: black;
 }


  @media screen and (max-width: 567px) {
    .card-text {
      margin-bottom: 0.5em;
    }
  }
  
  .card {
    /* margin: 5%; */
    flex-direction: row;
  }
 
  .card1.card img {
    max-width: 12em;
    height: 100%;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
  }
  .bottom{background-color: #0e2727;
    display: flex;
    justify-content: space-around;
  }
  ul{
    width: 300px;
    display: flex;
    justify-content: space-between;
  }
  a{
    text-decoration: none;
  }
  li{
    color: white;
    list-style-type: none;
  }
  h2{
    font-size: 20px;
    color: white;
  }
 #Disclaimer-section{
padding: 80px;
font-size: 22px;
  background-color: #f8f8f9;
 }














  @media only screen and (max-width: 768px) {
    .img {
      width: 338px;
    }
    .heading {
      font-size: 35px;
    }
    .card1 {
      display: flex;
      flex-direction: column;
    }
    .container-1{
 
      background-color:#de5206 ;
 
    }
    nav{
      display: flex;
    }
   
  
  }
 .logo{
  height: 65px;
  width: 200px;
 }
  h4{
    color: black;
  }
  h4:hover{
color: white;

  }
 


#cd{
margin-right: 20px;
color: rgb(42, 245, 245);
}

 @bg: #2d2d37; // Dark blue
@primary: #fd6b21; // Orange

body { background: @bg;}
a { color: rgb(255, 253, 253); text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.btn-primary-1{
  border: 2px solid rgb(157, 231, 9);
  background-color: #007a90;
}

.btn-primary-1:hover{
  background-color: #352a02;
  color: black;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}