.home .home-banner-1{
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
    min-height: 700px;
    position: relative;
    background-attachment: fixed;
}


.home .home-banner-1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)), url('../images/office_management.png')
    /* background-image: url('../images/office_management.png'); */
}


.home .home-banner .home-banner-text{
    position: absolute;
    top: 55%;
    left:32%;
    transform: translate(-50%, -50% );
    
    text-align: left;
    color: white;
    
}
.home .home-banner .home-banner-text h1{
    font-size: 4.5rem;

}

@media (max-width:833px){
    .home .home-banner .home-banner-text{
        position: absolute;
        top: 55%;
        left:37%;
        transform: translate(-50%, -50% );
        
        text-align: left;
        color: white;
        
    }
    .home .home-banner .home-banner-text h1{
       font-size: 3.8rem;
        
    }
  }

  @media (max-width:360px){
       
    
    .home .home-banner .home-banner-text h1{
       font-size: 3.1rem;
        
    }
  }

.line {
    background-color: black;
    margin: 0!important;
    margin-bottom: 20px!important;
    max-width: 60px!important;
    border-width: 3px!important;
  }
  .linesmall{
    background-color: #707070;
    margin: 0!important;
    margin-bottom: 20px!important;
    max-width: 40px!important;
    border-width: 3px!important;
  }

.img1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
    border-radius: 5px;
    /* min-height: 450px; */
    position: relative;
    background-image: url(../icons/white/icon1white.png);
}
.height{
    padding-top: 60px;
    padding-bottom: 60px;
}
.grayborder{
    width: 30px;
    height: 150px;
    background-color: #707070;
}
.button-home {
    background-color: #707070 ;
    color: white;
    /* border-radius: 5px; */
    border: 3px solid #707070;
    font-size: 1.5rem;
    font-weight: 550;
    padding: 10px 20px 10px 20px;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
  }
  .button-home:hover {
    background-color: #707070 ;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    
  }

  .detailsbg {
    /* background-color: ##EFEFEF; */
    background-color: 	#F2F4F8;
 
  }
.h4medium{
    font-size: 2rem; 
    font-style: italic;
}
.h11{
    font-size: 3.8rem;
}
.h12{
    font-size: 3.5rem;
    font-weight: 200;
}
p {
    font-size: 1.1rem;
}