@media only screen and (min-width:800px) {
    .desktop-hide{
        display: none !important;
    }
}
@media only screen and (max-width:800px) {
    .mobile-hide{
        display: none !important;
    }
    .apo-header-component-first{
        text-align: left !important;
    }
    .apo-mobile-nav-btn{
        position: absolute;
        top: -60px;
        right: 0px;
    }
    .space-top-m{
        padding-top: 20px;
    }
    .apo-footer.apo-style-2{
        text-align: center;
    }
    .about-us-content{
        padding-left: 30px;
        padding-right: 30px;
    }
    .team-card{
        margin-top:30px;
    }
    .apo-portfolio-container.apo-style-3 .apo-project-title {
        font-size: 24px !important;
        text-transform: capitalize !important;
    }
    .owl-nav {
        top: 0px !important;
        transition: color 0.4s ease-out;
        right: 0px !important;
        text-align: end;
      }
}


.owl-nav{
    top: -20px;
  transition: color 0.4s ease-out;
  right: 0px;
}
.carousel-arrows img{
    width: 32px;
    height: 32px;
}