.header {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    height: 20%;
    background-image: url("./Images/hero-img.jpg");
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }

  @font-face {
    font-family: "Open Sans";
    src: url("./Font/open-sans/OpenSans-Regular.ttf") format("truetype");
  }

  @font-face {
    font-family: "Open Sans";
    src: url("./Font/open-sans/OpenSans-Bold.ttf") format("truetype");
  }

  body {
    font-family: "Open Sans", sans-serif;
  }
  
  .language-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    margin-right: 8%;
  }
  
  .language-switcher select {
    height: 40px;
    width: 5%;
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: transparent !important;
    color: #fff;
    margin-top: 5%;
    font-family: 'Open Sans';
  }

  #language-select option {
    background-color: white;
    color: black;
  }

  body, html {
      height: 100%;
      margin: 0;
    }
    
    .hero-image {
      background-image: url("./Images/hero-img.jpg");
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
    }
  
    .logo-hero {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-top: -1%;
    }
  
    .logo-hero img {
      margin: 0 40%;
      width: 20%;
    }
  
    .logo-hero p {
      display: flex;
      justify-content: center;
      font-weight: 500;
      font-size: 24px;
      color: #FFC217;
      padding-top: 3%;
      font-family: 'Open Sans' !important;
      
    }
  
    .logo-hero h1 {
      display: flex;
      justify-content: center;
      font-weight: 900;
      font-size: 5.5rem;
      color: #fff;
      margin-top: -1%;
      font-family: 'Open Sans'!important;
      padding-bottom: 4%;
    }

    .text {
        margin-top: 15%;
      }
    
      
    .flex-container1 {
      display: flex !important;
      flex-wrap: wrap;
      text-align: left;
      padding: 0 6%;
      background-color: #FFF;
      margin-top: -5%;
    }
    
    .flex-item1 {
      background-color: #FFF;
      margin: 0 1.3%;
      flex: 10%;
    }
    
      .flex-item2 {
        background-color: #FFF;
        padding: 2% 0% 4% 2.5%;
        margin: 0 1.3%;
        flex: 30%;
      }
      
      .flex-item2 h1 {
          font-size: 3.5rem;
          line-height: 1;
          font-weight: 900 !important;
          font-family: 'Open Sans' !important;
          color: #231F20;
        }
      
      .about-txt1 {
        font-size: 1.5rem;
        font-family: 'Open Sans' !important;
        line-height: 30.5px;
        text-align: left;
        color: #231F20;
      }
    
      .about-txt2 {
        font-size: 1.125rem;
        font-family: 'Open Sans' !important;
        line-height: 25.5px;
        text-align: left;
        color: #231F20;
      }
    
      .flex-container2 {
        background-image: url("./Images/form-background.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 80%;
        padding: 5% 15%;
        margin: 0 auto;
        margin-top: -1%;
      }
      
      .row {
        display: flex;
      }

      .row2 {
        display: flex;
        margin-left: 7.5%;
        margin-top: -7%
      }

      .row3 {
        display: flex;
        margin-left: 7.5%;
        margin-top: -7%
      }
      
      .col1 {
        flex: 1;
        color: #fff;
      }
    
      .col2 {
        flex: 1;
        color: #fff;
        border-left: 2px solid #FFC217;
        height: 600px;
      }
      
      .form-heading {
        font-family: 'Open Sans' !important;
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1%;
      }
    
      .form-txt1 {
        font-family: 'Open Sans' !important;
        font-size: 1.125rem;
        font-weight: 400;
        color: #fff;
        margin-right: 28%;
        margin-bottom: 5%;
      }
      
      .form input {
        width: 76%;
        font-size: 18px;
        border-radius: 4px;
        border: 1px solid #899DC2;
        padding: 2%;
        font-family: 'Open Sans';
    }
    
      .form label {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        font-family: 'Open Sans';
      }
    
      .form textarea {
        width: 79%;
        height: 100px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        border-radius: 4px;
        border: 1px solid #899DC2;
        font-family: 'Open Sans';
      }
    
      input[type=submit] {
        background-color: #FFC217;
        color: #172D57;;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 37%;
        font-size: 20px;
        font-family: 'Open Sans' !important;
      }
    
      #button:hover {
        opacity: 0.5;
      }
    
      .contact-heading {
        font-family: 'Open Sans';
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 51.2px;
        padding-left: 22%;
        padding-top: 24%;
      }
    
      .info-txt {
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 400;
        line-height: 26.11px;
        padding-left: 22%;
      }
    
      .info-number  {
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 400;
        line-height: 26.11px;
        padding-left: 22%;
      }
    
      .info-fb-txt  {
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 400;
        line-height: 26.11px;
        padding-left: 22%;
      }
    
      .fa, .fas {
        font-weight: 900;
        font-size: 21px;
    }
    
    .fa-envelope, .fa-phone-alt {
      margin: 5% -20% 0 22%;
    }
    
    .facebook {
      margin-left: 21%;
    }

    .flex-container3 p {
      text-align: center;
      font-family: 'Open Sans';
      font-size: 12px;
      font-weight: 400;
      padding-bottom: 10px;
  }

  .flex-container3 a {
    text-decoration: none;
  }

  /*Scroll bar*/

  body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
  }
   
  body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFC217;
    height: 10px;
  }
  
    
    
      @media only screen and (min-width: 1925px) {

        .language-switcher select {
          margin-top: 3%;
      }

      .flex-container1 {
        margin-top: -6%;
    }
    .flex-item2 {
      padding: 2.5% 0% 4% 2.5%;
  }

  .text {
    margin-top: 13%;
}

.flex-container2 {
  padding: 5% 10%;
}

  .contact-heading {
    padding-top: 12%;
}

.fa-envelope {
  margin: 2.8% -20% 0 22%;
}

.fa-phone-alt   {
  margin: 4% -20% 0 22%;
}  

.facebook {
  margin-left: 22%;
}

form textarea {
  width: 83% !important;
  height: 120px !important;
}

.language-switcher select {
  width: 4%;
}

.form input {
  width: 80%;
}

input[type=submit] {
  width: 24%;
}

.info-number {
    line-height: 56.11px;
    padding-left: 22%;
}

.row2 {
  margin-left: 5%;
}

.row3 {
  margin-left: 5%;
}
      }

    

      @media only screen and (min-width: 1650px) and (max-width: 1921px) {

        .language-switcher select {
          width: 4%;
        }

        .flex-item2 {
          padding: 2% 0% 4% 2.5%;
      }

      .about-txt1 {
        padding-top: 4%;
    }

      .form input {
        width: 76%;
    }

    input[type=submit] {
      width: 37% !important;
  }

  .contact-heading {
    padding-top: 16%;
}

.fa-envelope, .fa-phone-alt {
  margin: 3.7% -20% 0 22%;
}

.facebook {
  margin-left: 22%;
}

.info-number {
  line-height: 30.11px;
  padding-left: 22%;
}

.row2 {
  margin-left: 6.5%;
}

.row3 {
  margin-left: 6.5%;
}
    
      }

      @media only screen and (min-width: 1599px) and (max-width: 1649px) {

        .language-switcher select {
          width: 4.5%;
      }

      .flex-item2 {
        padding: 2% 0% 4% 2.5%;
    }

    .contact-heading {
      font-size: 32px;;
      padding-top: 16%;
  }

  .fa-envelope, .fa-phone-alt {
    margin: 4.5% -20% 0 22%;
}

.facebook {
  margin-left: 22%;
}

.form-txt1 {
  margin-right: 29%;
}
    
      }
    
      @media  (max-width: 950px) {
    
        .flex-item2 {
          flex: 100%;
          margin: 0 1.3% 7%;
          padding: 4.5%;
        }
        
        .row {
          flex-wrap: wrap;
        }
        .col1 {
          width: 100%;
          margin-bottom: 20px;
        }
    
        .col2 {
          width: 100%;
          margin-bottom: 20px;
        }
    
      } 
  
      @media only screen and (min-width: 1368px) and (max-width: 1440px) {

        .flex-item2 {
            padding: 0% 0% 4% 2.5% !important;
        }
        .form input {
            width: 76%;
        }

        input[type=submit] {
            width: 37% !important;
        }

        .contact-heading {
          font-size: 1.7rem;
      }

      .info-fb-txt {
        letter-spacing: 0rem;
    }

    .form-txt1 {
      margin-right: 26%;
  }
    
      }

      @media only screen and (max-width: 1367px) {

        .logo-hero h1 {
            font-size: 4.5rem !important;
        }

        .flex-item2 {
            padding: 0% 0% 4% 2.5% !important;
        }

        .contact-heading {
            font-size: 26px !important;
        }

        .form input {
            width: 76%;
        }

        input[type=submit] {
            width: 37% !important;
        }

        .info-fb-txt {
          letter-spacing: 0;
      }

      .form-txt1 {
        margin-right: 23%;
    }
    
      }

@media only screen and (min-width: 1280px) and (max-width: 1334px) {


  .language-switcher select {
    width: 6%;
}

.flex-container2 {
  padding: 5% 10%;
}

.contact-heading {
  font-size: 24px !important;
}

}

      @media only screen and (max-width: 1280px){

        .language-switcher select {
          width: 6%;
      }

        .about-txt1 {
            font-size: 1.4rem !important;
            font-family: 'Russo One' !important;
            line-height: 28.5px !important;
            text-align: left;
            color: #231F20;
            letter-spacing: 0;
        }

        .flex-container2 {
          margin-top: -2%;
          padding: 5% 5%;
        }

        .form-txt1 {
          margin-right: 17%;
      }

        .form input {
            width: 76%;
        }

        input[type=submit] {
            width: 37% !important;
        }

        .contact-heading {
            font-size: 24px !important;
        }

        .info-fb-txt {
          font-size: 23px;
      }

      .fa-envelope, .fa-phone-alt {
        margin: 4.6% -20% 0 22%;
    }

}

@media only screen and (min-width: 1030px) and (max-width: 1185px) {

  .flex-container1 {
    padding: 0 3%;
}

.flex-container2 {
  margin-top: -2%;
  padding: 5% 5%;
}

.form-txt1 {
  margin-right: 10%;
}

input[type=submit] {
  width: 37% !important;
}

.contact-heading {
  font-size: 22px !important;
}

.fa-envelope, .fa-phone-alt {
  margin: 5.7% -20% 0 22%;
}

.info-fb-txt {
  font-size: 21px;
}
  
}

@media only screen and (min-width: 1025px) and (max-width: 1112px) {


  .language-switcher select {
    width: 7%;
}

}

@media only screen and (min-width: 990px) and (max-width: 1025px) {

  .language-switcher select {
    width: 7%;
}

.flex-container1 {
  padding: 0 1%;
}

.flex-item1 {
  margin: 10% 1.3% 0 1.3%;
}

.flex-container2 {
  padding: 5% 3%;
}

.form-txt1 {
  margin-right: 12%;
}

.contact-heading {
  font-size: 22px !important;
}

input[type=submit] {
  width: 37% !important;
}

.fa-envelope, .fa-phone-alt {
  margin: 5.7% -20% 0 22%;
}

}

@media only screen and (min-width: 850px) and (max-width:989px) {

  .language-switcher select {
    width: 8% ;
}

.logo-hero h1 {
  line-height: 70px;
}

.flex-item1 {
  flex: 100%;
  margin: 0 1.3% -1%;
  padding: 0 4.5%;
  margin-left: 11%;
}

.fa-envelope, .fa-phone-alt {
  margin: 5.7% -20% 0 22%;
}

input[type=submit] {
  width: 37% !important;
}
  
}

@media only screen and (min-width: 851px) and (max-width: 990px) {

  .logo-hero h1 {
    line-height: 70px !important;
  }

  .flex-container2 {
    margin-top: -2%;
    padding: 5% 3% !important;
}
.row2 {
  display: flex;
  margin-left: 8.5%;
  margin-top: -7%;
}
.row3 {
  display: flex;
  margin-left: 8.5%;
  margin-top: -7%;
}

.info-number {
  font-size: 20px !important;
}

.info-txt {
  font-size: 20px !important;
}

input[type=submit] {
  width: 37% !important;
}

}

@media only screen and (min-width: 821px) and (max-width: 851px) {

  .logo-hero h1 {
    line-height: 70px;
  }

  .flex-container2 {
    margin-top: -2%;
    padding: 5% 3% !important;
}

.fa-phone-alt {
  display: none !important;
}

.row2 {
  display: flex;
  margin-left: 0%;
  margin-top: -7%;
}
.row3 {
  display: flex;
  margin-left: 0%;
  margin-top: -7%;
}

.info-number {
  font-size: 20px !important;
}

.info-txt {
  font-size: 20px !important;
}

.fa-envelope, .fa-phone-alt {
  margin: 5.7% -20% 0 22%;
}

input[type=submit] {
  width: 37% !important;
}

}

@media only screen and (min-width: 821px) and (max-width:849px) {

  .logo-hero h1 {
    line-height: 70px;
  }

  .language-switcher select {
    width: 9% ;
}
  
}

@media only screen and (max-width: 821px){

  .logo-hero h1 {
    line-height: 70px;
  }

    .language-switcher select {
        width: 10% !important;
    }

    .logo-hero img {
      margin: 0 30%;
      width: 40%;
  }

    .flex-item1 {
        flex: 100%;
        margin: 0 !important;
        padding: 0 0 0 12% !important;
    }

    .text {
        margin-top: 10% !important;
    }

    .flex-container2 {
        padding: 8% 27% !important;
    }

    .form input {
        width: 99%;
    }

    .form textarea {
      width: 102%;
  }

  .form-heading {
    line-height: 35px;
}

    input[type=submit] {
        width: 47% !important;
    }

    .form-txt1 {
        margin-right: 0% !important;
    }

    .col2 {
        border-left: none !important;
    }

    .contact-heading {
        padding-left: 0% !important;
        padding-top: 17%;
        line-height: 30px;
    }

    .fa-envelope, .fa-phone-alt {
        margin: 6.5% -20% 0 0% !important;
    }

    .info-fb-txt {
        padding-left: 0% !important;
    }

    .facebook {
        margin-left: 0% !important;
    }

    .row2 {
      display: flex;
      margin-left: -18.5%;
      margin-top: -7%;
  }

  .row3 {
    display: flex;
    margin-left: -18.5%;
    margin-top: -7%;
}

    .col2 {
      height: 370px;
  }

  .info-number {
    font-size: 20px !important;
  }

  .info-txt {
    font-size: 20px !important;
  }

}

@media only screen and (min-width: 736px) and (max-width: 821px) {

  .flex-container2 {
    padding: 8% 33% !important;
}

}


@media only screen and (max-width: 772px){

    .logo-hero h1 {
        font-size: 3.5rem !important;
    }

    .form input {
        width: 100%;
    }

    input[type=submit] {
        width: 47% !important;
    }

    .contact-heading {
        font-size: 24px !important;
    }

    .fa-envelope, .fa-phone-alt {
      margin: 7% -17% 0 0% !important;
  }

  .info-number {
    padding-left: 17%;
}
.row2 {
  display: flex;
  margin-left: -13.5%;
  margin-top: -7%;
}

.row3 {
  display: flex;
  margin-left: -13.5%;
  margin-top: -7%;
}

.info-number {
  font-size: 18px !important;
}

.info-txt {
  font-size: 18px !important;
}

}

@media only screen and (min-width: 560px) and (max-width:680px) {

  .language-switcher select {
    width: 12% !important ;
}
input[type=submit] {
  width: 64% !important;
}

.info-number {
  padding-left: 12%;
  
}

.info-number {
  font-size: 14px !important;
}

.info-txt {
  font-size: 14px !important;
}


}

@media only screen and (min-width: 555px) and (max-width:560px) {

  .language-switcher select {
    width: 12% !important ;
}

input[type=submit] {
  width: 64% !important;
}

.info-number {
  padding-left: 12%;
  
}
.info-number {
  font-size: 14px !important;
}

.info-txt {
  font-size: 14px !important;
}

}

@media only screen and (min-width: 547px) and (max-width:555px) {

  .language-switcher select {
    width: 14% !important ;
}

input[type=submit] {
  width: 64% !important;
}

.info-number {
  padding-left: 12%;
}

.info-number {
  font-size: 14px !important;
}

.info-txt {
  font-size: 14px !important;
}
}

@media only screen and (min-width: 500px) and (max-width:547px) {

  .language-switcher select {
    width: 14% !important ;
}

input[type=submit] {
  width: 64% !important;
}

.info-number {
  padding-left: 12%;
  
}

.info-number {
  font-size: 14px !important;
}

.info-txt {
  font-size: 14px !important;
}

.fa-phone-alt {
  font-size: 20px;
  padding-right: 10px !important;
}


}

@media only screen and (max-width: 432px){

  .logo-hero img {
    margin: 5% 22% 0 22% !important;
    width: 55% !important;
}

    .language-switcher {
        margin-right: 40%;
    }

    .language-switcher select {
        width: 27% !important;
    }
    
    .language-switcher select {
        margin-top: 15% !important;
    }

    .logo-hero h1 {
        margin-top: 0% !important;
        margin-bottom: 12% !important;
        font-size: 2.5rem !important;
        padding-left: 1%;
        padding-right: 1%;
    }

    .logo-hero h1 {
      line-height: 50px;
  }

    .flex-item1 img {
        width: 98% !important;
    }

    .flex-container1 {
      margin-top:  -11%;
  }
    .flex-container2 {
        padding: 8% 20% !important;
    }

    .form-heading {
      font-size: 1.8rem !important;
    }

    .form textarea {
        width: 100%;
    }

    .form input {
        width: 97%;
    }

    input[type=submit] {
        width: 56% !important;
    }

    .contact-heading {
        font-size: 21px !important;
        padding-top: 8% !important;
    }

    .fa-envelope {
        margin: 8% -15% 0 0% !important;
    }

    .fa-phone-alt {
      display: none !important;
    }

    .info-number {
      padding-left: 0%;
      font-size: 22px;
  }

  .row2 {
    display: flex;
    margin-left: 0%;
    margin-top: -7%;
}

.row3 {
  display: flex;
  margin-left: 0%;
  margin-top: -7%;
}

    .col2 {
        margin-bottom: 0 !important;
        height: 340px !important; 
    }

    .info-fb-txt {
      font-size: 21px;
  }

}

@media screen and (max-width: 415px) {

  .flex-container2 {
    padding: 8% 19% !important;
}

.info-number {
  padding-left: 0%;
  font-size: 21px;
}

}

@media screen and (max-width: 376px) {

  .language-switcher select {
    width: 29% !important;
}

.logo-hero h1 {
  margin-top: 0% !important;
  margin-bottom: 12% !important;
  font-size: 2.8rem !important;
}

.flex-container1 {
  margin-top: -3%;
}

.form-heading {
  font-size: 1.6rem !important;
}

.info-fb-txt {
  font-size: 20px;
}

}

@media screen and (max-width: 365px) {

  .language-switcher select {
    width: 30% !important;
}

  input[type=submit] {
    width: 58% !important;
}

.contact-heading {
  font-size: 19px !important;
  padding-top: 8% !important;
}

.info-number {
  padding-left: 0%;
  font-size: 20px;
}

}


