@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}


.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.nav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.what-we-do {
    background-image: url("/assets/img/bg-1.png");
}

.dats-bg {
    background-image: url("/assets/img/logo_BG.png");
}

.section h3 {
    color: #6469a4;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    padding-top: 70px;
}

.section p {
    line-height: 28px;
    font-size: 14px;
    text-align: justify;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background-color:black !important;
  }
  .jumbotron video {
    position: absolute;
    z-index: 1;
    top: 0;
    width:100%;
    height:100%;
    /*  object-fit is not supported on IE  */
    object-fit: cover;
    opacity:0.5;
  }
  .jumbotron .container {
    z-index: 2;
    position: relative;
  }
  
  .section.even {
    background-color: #eef7fc;
  }

  .contact-us {
      background-image: url("/assets/img/Bottom_car.png");
  }

  .form-control {
      background: none;
  }

  .footer {
      padding: 40px;
      background-image: url("/assets/img/footer.png"); 
      color: white;
      font-size: 12px;
      line-height: 24px;
  }

  .contact-footer {
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 20px;
  }