@media screen and (max-width:390px) {

    .brand-logo img {
        position: absolute;
        text-align: start !important;
        width: 20%;
        height: 80%;
        left: 20%;
        transform: skewX(0deg);
    }
   
    .brand-logo {
        transform: skewX(0deg);
        right: 0px;
        height: 75px;
    }
  
    .brand-text h3 {
        padding: 0px;
        padding-top: 75px;
        font-size: 15px;
        padding-left: 3%;
    }

    .brand-text h4 {
        padding-left: 5%;
        font-size: 9px;
    }
    
    .brand-text h5 {
        padding: 7px;
        padding-left: 10%;
        font-size: 7px;
    }

    .logo-img img {
        height:75px;
        right: 0%;
        top: 0px;
        width: 25%;
    }

    .top-header {
        display: none;
    }

    .carousel-box {
        position: absolute;
        top: 10%;
        left: 3%;
        width: 94%;
        background: rgb(0, 0, 0, 0.3);
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .carousel-box h2 {
        font-size: 10px;
    }
    
    .carousel-box h3 {
        font-size: 18px;
    }
    
    .about-text .readmore {
        bottom: -77%;
    }

    .principal .btn {
        bottom: 1%;
        right: 10px;
    }

    .section-title h2::after {
        top: 70%;
    }
    
    .section-title h2::before {
        top: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .principal .principal-profile {
        float: none;
        margin: 0 0 15px 0;
    }

    .principal .principal-content {
        padding-left: 25px;
    }

    .principal-content:before {
        left: 10px;
    }

    .owl-theme .owl-controls {
        left: 3%;
    }
}

@media only screen and (max-width: 390px) {
    .principal {
        display: block;
    }

    .principal .principal-title {
        padding-top: 10px;
    }

    .principal .principal-description {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .principal .principal-content {
        padding-bottom: 20%;
        padding-left: 25px;
    }

    .owl-theme .owl-controls {
        position: absolute;
        bottom: 10px;
        right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial .testimonial-content {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .testimonial .description {
        width: 100%;
    }

    .testimonial .description:before {
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(253, 0, 0, 0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}