@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
    font-family:poppins; 
}

.about-us-top-banner{
    background-image: url('../assets/images/Stock-images/product-banner.jpg');
    height: 30vw;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
/*------overview section --------*/

.about-us-overview .au-wrapper-1 h1{
    font-size: 2.25rem;
    font-weight: 600;
    padding: 5px 0px 30px 0px;

}
.about-us-overview p{
    font-size: 1rem;
    color: #616161;
    line-height: 1.8;
}
.about-us-overview .au-wrapper-2 h2, .au-wrapper-3 h2, .au-wrapper-4 h2{
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 8px;
} 
.about-us-overview .au-wrapper-1, .au-wrapper-2, .au-wrapper-3 {
    padding: 16px 0;

}
.about-us-overview hr{
    background-color: #fdfdfdd9;
    margin: 0;
    
}

.about-us-overview .au-wrapper-3 h2{
    padding-top: 24px;
}

.au-wrapper-4 h2{
    padding-bottom: 28px;
    padding-top: 24px;
}
.colture-values-wrapper .content-wrapper .icon{
    width: 40px;
    height: 40px;
    padding-bottom:30px;
}
.colture-values-wrapper .content-wrapper h3{
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
}
.colture-values-wrapper .content-wrapper .text p{
    font-size: 1rem;
    color: #616161;
    text-align: left;
    line-height: 1.8;
}
.colture-values-wrapper .content-wrapper{
    padding-bottom: 16px;
}
.colture-values-wrapper .content-wrapper .head{
    padding-top: 16px;
}
/*------overview section --end------*/

/*-----------Side Menu Bar-------*/
.au-wrapper-5 .right-navbar{
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,.3);
    }

    .au-wrapper-5 .right-navbar h6{
        padding: 12px 0px 9px 20px;
        font-size: 1.25rem;
        font-weight: 700;
    }
    .au-wrapper-5 .right-navbar a {
        display: block;
        color: #616161;
        padding: 5px;
        text-decoration: none;
        padding-left: 1rem;
    }
    .au-wrapper-5 .right-navbar li{
        padding: 1px 5px 1px 5px;
    }
    .au-wrapper-5 .right-navbar li:hover a{
        background-color: #EEEEEE;
        color: #000;
    }
    .au-wrapper-5 .right-navbar li.active a{
        background-color: #EEEEEE;
        font-weight: 600;
        color:#000;
    }
    .au-wrapper-5 .right-navbar .list-none{
        list-style: none;
        padding: 0;
        margin: 0;
    }
      .au-wrapper-5 {
          padding-bottom: 1rem;
          padding-top: 1rem;
      }
/*-----------Side Menu Bar--end-----*/

 /*-------Gray Box----------*/
 .au-wrapper-6 .gray-box{
    background-color:#f9f9f9;
    width: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,.3);
} 

.au-wrapper-6 .gray-box{
    text-align: center;
    padding: 32px 0px;
}
.au-wrapper-6 .gray-box a i{
  font-size: 1.25rem;
  color: #fff;
  padding: 24px 0px 16px 0px;
  width: 3rem;
  height: 3rem;
 
  border-radius: 50%;
  line-height: 0px;
}
.au-wrapper-6 {
    padding-bottom: 16px;
}
.au-wrapper-6 .gray-box p{
  font-size:1rem;
  padding: 6px 0px 6px 0px;
  margin: 0;
  color: #616161;
}
.au-wrapper-6 .gray-box a{
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;   
}

 /*-------Gray Box-end---------*/

 /*---------Media Query------*/
 @media (max-width: 600px){
    /* .about-us-top-banner{
        height: 200px; 
    } */
    .about-us-overview .au-wrapper-1 h1{
        font-size: 1.8rem;
    }

    .about-us-overview .text p{
        font-size: .9rem;
        line-height: 1.8;
        text-align: justify;
    }
    .about-us-overview .au-wrapper-2 h5, .au-wrapper-3 h5, .au-wrapper-4 h5{
        font-size: 1.1rem;
 
    } 
    .colture-values-wrapper .content-wrapper p{
        font-size: .9rem;
        color: #616161;
        line-height: 1.8;
    }
    .au-warpper-6 {
        padding-bottom: 12px;
    }
 }



  @media (max-width: 768px){
    .about-us-overview .au-wrapper-1 h1{
        font-size: 1.8rem !important;
    }
}
