#home{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 80px 0 160px;
}
#home .bg_img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.2;
    z-index: 0;
}
#home .bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home .bg_img img{
    height: 100%;
    object-fit: cover;
}
#home  .row{
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
/* #00BCD4 */

#home  .row .bg_transparent   {
  background-color: rgba(0, 188, 212, .4);
  border-radius: 6px;
  z-index: 3;
  position: relative;
}
#home  .row .col-md-6 .text-wrapper h5{
  display: inline-block;
  padding: 5px 60px;
}
#home  .row .col-md-6 .text-wrapper p{
    color:#fff;
    font-size: 1.2rem;
    padding: 0 70px 0 0;
  }
#home  .row .col-md-6 .text-wrapper{
   z-index: 3;
   position: relative;
  }
#home  .row .col-md-6 .logo-wrap{
    z-index: 3;
    position: relative;
   }
#home  .row .col-md-6 .text-wrapper h1{
  color: #fff;
}

@media(max-width: 992px){
    #home  .row .col-md-6 .text-wrapper h5{
        padding: 5px 35px;
      }
}

@media(max-width: 767px){
    #home{
        padding: 40px 0;
        min-height: 400px;
    }
    #home .bg_img{
        width: calc(100% + 200px);
        height: calc(100% + 80px);
        top: -80px;
        left: -100px;
    }
    #home  .row .col-md-6:first-of-type {
       padding-bottom: 30px;
       margin-bottom: 50px;
       position: relative;
    }
}
    @media(max-width: 595px){
        #home .bg_img{
            height: calc(100% + 80px);
            top: -80px;
        }   
    }  
    
    @media(max-width: 595px){
        .owl-height{
            height: 320px !important;
        }   
    }  
    
    @media(max-width: 595px){
       .container.pb-110{
        padding-bottom: 50px !important;
       }  
       #home  .row .col-md-6 .text-wrapper p{
        font-size: 1rem;
        padding:  0;
      } 
    } 


   
