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



.about-us-header {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 150px;
    padding-right: 150px;
}

.about-us-body {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 150px;
    padding-right: 150px;
}

.content-body {
    font-size: 20px;
}

.content-class {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    padding-left: 120px;
    padding-right: 120px;
}

.main-content-body {
   
    padding-top: 100px;
    padding-bottom: 100px;

}
.main-content-color {
    background-color: #f7f7f7;
}
.footer-content-color {
   
    background-color: #000000;
    
}
img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-us-header {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-control {	
    border: 3px solid #000000;
}

.contact-button-header {
    height: 66px;
    width: 286px;
    background-color: #000000;
    box-shadow: 0 4px 10px NaNpx rgba(126,103,255,0.32);
    border-radius: 50px;
}
.contact-us-button{
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 10 0 10 0;
}
.input-small {
    height: 54px;
}



  
.img-main {
    padding: 0;
    margin: 0;
}
.order-1 {
    order: 2;
}
.order-2 {
    order: 1;
}
.text-header {
    margin-bottom: 30px;
    margin-right: 30px;
}

/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #F0F3FE; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }
  
  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #f1f1f1;
    background-color: #000000;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 8px 20px 8px 20px
  }
  .header-text {
    margin:40% 0% 0% 15%;
}
 .logo-content {
     background-color: #d9e1ff;
     padding: 50px 0 50px 0;
 }
  /* The button used to open the sidebar */
  .openbtn {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 40px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: white;
    border: none;
  }
  .img-logo-class {
    margin:10% 0% 0% 15%;
  }
  .openbtn:hover {
    background-color: #000000;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s; /* If you want a transition effect */
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }


  li {
      padding: 10px;
  }
  .footer-text {
    color: #FFFFFF;
    font-size: 14px;
  }

  .contact-info {
    font-weight: bold;
    color: #000000;
    font-size: 22px;
    letter-spacing: 1px
  }

  @media (max-width:991.98px){
    .text-header {
        font-size: 0.95em;
    }
    .contact-button-header
    {
        width: 90%
    }
    .contact-us-button {
        font-size: 0.95em;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .header-text {
        margin:25% 0% 0% 15%;
    }
}
@media (max-width:750px) {
    .header-text {
        margin:40px 0% 0% 15%;
    }
}
@media (max-width:700px) {
    .header-text {
        margin:30px 0% 0% 15%;
    }
}
@media (max-width:650px) {
    .header-text {
        margin:30px 0% 0% 5%;
    }
    .content-class {
        padding-left: 100px;
        padding-right: 100px;
    }
    .remove {
        visibility: hidden !important;
        width: 0;
        height: 0;
    }
    .main-content-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li {
        padding: 0px;
    }
}

@media (max-width:574px) {
    .img-main {
        visibility: hidden !important;
        width: 0;
        height: 0;
      }
    .img-logo {
        width: 100%;
    }
    .text-header {
        font-size: 1.2em;
        text-align: center;
    }
    .img-logo-class {
        margin: 15% 5% 5% 5%;
    }
    .contact-button-header {
        margin-bottom: 10px
    }
    .content-class {
       
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-body {
        font-size: 1.0em;
    }
    .about-us-body {
        font-size: 1.0em;
        padding: 10px 40px 10px 40px 
    }
    .about-us-header {
        font-size: 1.0em;
        padding: 10px 40px 10px 40px 
    }
    .openbtn {
        position: absolute;
        top: 1%;
        right: 5%;
        font-size: 20px;
        background-color: #7E67FF;
        background-repeat:no-repeat;
        border: none;
        cursor:pointer;
        overflow: hidden;
        outline:none;
        color: white;
        border: none;
      }
 }

ul.list-inline > li {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

ul.list-inline > li > a {
    color: #fff;
    text-decoration: none;

}

