@media only screen and (max-width: 800px) {
    .col-md-fit {
        width: 100% !important;
    }
    .carousel-caption h2 {
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        line-height: 1;
        text-align: left;
        margin-top: -18%;
        margin-left: -10%;
        padding: 0;
    }

    .carousel-caption h3 {
        font-size: 10px;
        font-weight: 400;
        line-height: 17px;
        padding-right: 0;
        margin-left: -9%;
    }


    .carousel-control-next-icon, .carousel-control-prev-icon {
        /* display: inline-block; */
        width: 1rem !important;
        height: 1rem !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
        background-color: black;
        border-radius: 50px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .about h1 {
        color: #37ac50;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
    }

    .about p {
        color: #a9a9a9;
        line-height: 25px;
        font-weight: 300;
        text-align: center;
        font-size: 14px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        margin: auto;
        width: 100%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100% !important;
    }

    .owl-prev span, .owl-next span {
        color: #37ac509a;
        font-size: 30px;
        transition: all 0.4s;
    }
    
    .owl-prev span:hover, 
    .owl-next span:hover {
        color: #313131;
        transition: all 0.4s;
    }
    .cta-content{
        justify-content: center;
        align-items: center;
        display: block;
    }
    .cta-content h3 {
        color: #fff;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding-top: 5%;
       display: block;
    }
    .cta-btn {
        
        background-color: transparent;
        border: 1px solid #ffffff;
        padding: 11px 38px;
        font-size: 16px;
        color: #fff;
        margin-top: 12px;
        margin-left: 45px;
        border-radius: 4px;
        display: block;
    }
    .social{

        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 0;
    }

    .footer-p p {
        font-size: 14px;
        padding-top: 8px;
        font-weight: 300;
    }
    .footer-title h3 {
        font-size: 18px;
        font-weight: 300;
    }

    .footer-p ul li{

        font-size: 14px;
    }
    .social-btn-twitter:hover {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 16px;
        font-size: 16px;
        position: relative;
        background-color: #1DA1F2;
        color: #fff;
        background-image: none;
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
    }
    .social-btn-twitter {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 16px;
        font-size: 16px;
        position: relative;
        background-color: #fff;
        background-image: url(../img/icon/stripes.png);
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.4s;
    }
    .social-btn-vimeo:hover {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 16px;
        font-size: 16px;
        position: relative;
        background-color: #86c9ef ;
        color:#ffffff;
            background-image: none;
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.4s;
    }
    
    .social-btn-vimeo {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 16px;
        font-size: 16px;
        position: relative;
        background-color: #fff;
        background-image: url(../img/icon/stripes.png);
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.4s;
    }
    
    .social-btn-google{
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 12px;
        font-size: 16px;
        position: relative;
        background-color: #fff;
        background-image: url(../img/icon/stripes.png);
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.4s;
    }
    .social-btn-google:hover{
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 12px;
        font-size: 16px;
        position: relative;
        background-color: #d34836;
        color: #fff;
        background-image: none;
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.4s;
    }
    
    .social-btn-facebook{
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 18px;
        font-size: 16px;
        position: relative;
        background-color: #fff;
        background-image: url(../img/icon/stripes.png);
        -webkit-box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 8%);
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .social-btn-facebook:hover{
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 2px 6px 2px 0;
        padding: 16px 18px;
        font-size: 16px;
        position: relative;
        background-color: #4267B2;
        background-image: none;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s;
    
    }
    

    /*  */

    .page-title h1{

        color: #fff;
        font-size: 20px;
        padding-top: 50%;
    }
    
    .breadcrumbs{
    
        display: none;
    }

    .content-title h2 {
        color: #37ac50;
        font-size: 18px;
        font-weight: 300;
    }
    .content li {
        color: #626262;
        font-size: 14px;
        line-height: 28px;
    }

    .contact-title h3 {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 20px;
        color: #fff;
        padding-left: 7%;
    }
    .address-wrapper {
        color: #fff;
        margin: 0;
        padding-left: 40px;
        border: 0;
        font-family: 'Roboto';
        font-size: 13px;
        vertical-align: baseline;
        display: inline-block;
    }
    .service-content img {
        margin: auto;
        display: block;
        width: 40%;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .service-header h2 {
        color: #37ac50;
        font-weight: 300;
        padding-bottom: 5%;
        font-size: 20px;
        line-height: 28px;
    }
    .service-header img {
        padding-bottom: 30px;
        width: 20px;
    }
    .service-content p {
        text-align: center;
        font-size: 14px;
        color: #A2A2A2;
        font-weight: 300;
    }

    .whyus img {
        padding-bottom: 5%;
        width: 32%;
        padding-top: 4%;
    }
    .whyus h3 {
        font-weight: 300;
        font-size: 18px;
    }
    .whyus p {
        font-size: 14px;
        color: #A2A2A2;
    }
    
    


  }