
#inner{
    min-height: 610px;
    height: calc(100% - 200px);
}


@media screen  and (max-width: 992px) {

#inner{
    min-height: 0;
    height: auto;
}
}


@media screen  and (max-height: 800px) {
#inner{
    min-height: 0;
    height: auto;
}
}


#aboutus-container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
    display: block;
    width: 100%;
    font-family: 'Nunito', sans-serif!important;
    font-weight: normal;
}

hgroup{
    margin-top: 120px;
    margin-bottom: 20px;
}

#aboutus-container h1{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600;
    
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  
}

#aboutus-container  h1:before{
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #57b369;
}

.aboutus{
    position: relative;
    bottom: 40px;
    overflow: hidden;
}

#aboutus-content{
    
    color: #a2a1a1;
    font-size: 1.2em;
    padding-top: 75px;
    text-align: justify;
  
    height: 100%;
    width: 100%
}


    
      #wrap{
        height: 100%;

      }
      .about-left{
       position: relative;
       width: 60%;
       float:left;
       z-index: 1;
       height: 100%;
      }
      
      .about-right{
        position: relative;
        width: 50%;
        left: 50%;
        height: 100%;
      }
      
      .about-headline{
        color: #a2a1a1;
      }
      
      .right-content{
        background-color: red;
        width: 60%;
        height: 100%;
      }
 .container{
    overflow:hidden;
    margin-left:0px;
}
#container-skew {
  -webkit-backface-visibility: hidden;
  margin-left: -20px;
  padding: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -80px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    background: #ffffff;
    overflow:hidden;
    position:relative;
    width: 60%;
}
.text-wrap{
  width: 90%;
  padding-left: 20%;
      -webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
         -o-transform: skew(10deg);
         -ms-transform: skew(10deg);
}
#container-skew p{
color: #a2a1a1;

}

pre{
    display: none;
}

section[id*=-container] hgroup {
    margin-left: 0px;
    padding-top: 30px;
    max-width: 800px;
    color: #a2a1a1;
}

.slider-container{
    overflow: hidden;
    width: 100%;
}

@media screen  and (max-width: 992px) {
    body {
        overflow: initial !important;
    }

    #aboutus-container h1:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: 0;
    left: 40%;
    border-bottom: 5px solid #57b369;
}



    
    .text-wrap {
    width: 100%;
    padding-left: 0; 
     -webkit-transform: skew(0deg); 
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
}
    
    section[id*=-container] {
        height: 480px;
    }
    section[id*=-container] hgroup > h1 {
        font-size: 25px;
    }
    section[id*=-container] hgroup > h1::after {
        width: 50%
    }
    section[id*=-container] hgroup > h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }
    section[id*=-container] hgroup {
        margin-left: 0;
        margin: 40px 5% 0px ;
        text-align: center;
    }
    .scroll_down{
      display: none;
    }
    #aboutus-content{
        margin: 0;
    }
    
        #aboutus-container{
        background-image: none!important;
    }
    
    .text-wrap:{
        margin: 0;
        width: 100% !important;
    }
    
#container-skew {
    -webkit-backface-visibility: hidden;
    margin-left: 0px;
    padding: 20px 20px 0px 20px;
    width: 100%;
    margin: 0 0 40px 0px;
    -webkit-transform: skew(0deg); 
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    width: 100%;
}
    
    
    
}


@media (max-height: 750px) {
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 20px;
    }
}

@media (min-width: 500px){
    .top{
     background-size: cover;
     background-image: none !important;
     display: block;

       }
}

@media (max-width: 500px){
    
    section[id*=-container] hgroup > h1 {
    font-size: 1.5em;
    }
    
    #aboutus-container{
        background-image: none !important;
        background-color: #fff;
        height: auto;
        padding-bottom: 50px;

    }
    #aboutus-content{
        color: #000;
        margin: 0;
        text-align: left;

    }
    
    
    
    section[id*=-container] hgroup {
    padding-top: 100px;

}
    .top{
        min-height: 150px;

        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px;
    }

    
    section[id*=-container] hgroup > h1::after {
        margin-bottom: 0;
    }
    
    .aboutus{
        margin-top: 40px;
        position: relative;
    }
}

@media (max-width: 450px){
    section[id*=-container] hgroup{
        padding-top: 100px;
    }
}

@media (max-width: 350px){
    #aboutus-container{
        padding-bottom: 0;
    }
}

@media (max-height: 600px){
    #aboutus-container{
        min-height: 100%;
    }
}




