﻿
/* About Us*/
.about_gallery_section {
    margin-bottom: 0px;
    padding: 50px;
    margin-top: 50px;
    background-color: #f3f3f3;
}

.modal-footer {
    justify-content: flex-start;
}

.single_gallery_section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about_Us_photo {
    width: 100% !important;
    height: 582px !important;
    border: 1px solid #bbb7b7 !important;
    border-radius: 10px !important;
}

.about_content p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0px 0px 0px 8px;
}

.about_gallery_content {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-content: center;
}

    .about_gallery_content a {
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 17px;
        border: unset;
    }

/* Why you Choose Us*/
.whychooseUs_photo, .testmonials_photo {
    height: 100px;
    width: 100px;
}

.chose_title h1 {
    margin-bottom: 20px;
}


.whatDoWeDo_photo, .ourMession_photo, .historyOfUs_photo {
    height: 245px;
    width: 100%;
}
.about_gallery_content h3 {
    font-size: 26px;
    font-weight: bolder;

}
.choseus_area {
    padding: 50px !important;
    background-color: #f3f3f3 !important;
}


.testimonial_are {
    background-color: #fff !important;
    padding: 50px !important;
}

.testimonial_active.owl-carousel .owl-dots .owl-dot {
    background: #c9c6c6 !important;
}

    .testimonial_active.owl-carousel .owl-dots .owl-dot.active {
        background: #fdb813 !important;
    }

.gallery_thumb {
    margin-bottom: 18px;
    text-align: center;
    border-radius: 50%;
    height: 140px;
    width: 140px;
}

    .gallery_thumb i {
        font-size: 84px;
        line-height: 136px;
    }

.shipping_area {
    background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
    .about_Us_photo {
        width: 100% !important;
        height: 440px !important;
    }

    .choseus_area {
        padding: 25px !important;
    }

    .chose_title h1 {
        margin-bottom: 25px !important;
    }

    .chose_content h3 {
        margin-bottom: 3px !important;
    }

    .single_chose {
        margin-bottom: 30px !important;
    }

    .single_gallery_section {
        margin-bottom: 60px;
    }

    .testimonial_are {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    .header_area {
        padding-bottom: 7px !important;
    }

    .about_section {
        margin-top: 7px !important;
    }
}
