﻿
/* About Us*/
.about_Us_photo {
    width: 100% !important;
    height: 582px !important;
    border: 1px solid #bbb7b7 !important;
    border-radius: 10px !important;
}


.about_gallery_content h3 {
    font-size: 30px;
    color: #b02224;
    font-weight: 900;
    margin-bottom: 30px;
}
.about_content h1 {
    font-size: 33px;
    color: #b02224;
    line-height: 40px;
}
.about_content p {
    font-size: 23px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
}
.about_content
{
    text-align:left;
}
/* Why you Choose Us*/
.whychooseUs_photo, .testmonials_photo {
    height: 100px;
    width: 100px;
}
.chose_title h1
{
    margin-bottom:20px;
}


.single_gallery_section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.whatDoWeDo_photo, .ourMession_photo, .historyOfUs_photo {
    height: 245px;
    width: 356px;
}

.choseus_area {
    padding: 50px !important;
    background-color: #f3f3f3 !important;
}


.testimonial_are {
    background-color: #f3f3f3 !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;
}

.single_gallery_section .about_gallery_content h4 {
    color: #b61218;
    font-size: 22px;
    font-weight: 900;
}
.gallery_thumb {
    text-align: center;
    color: #b02224;
    border-radius: 50%;
    height: 124px;
    width: 140px;
}

.gallery_thumb i {
    font-size: 115px;
}
.about_gallery_section {
    background-color: #f5f5f5;
    padding: 50px 0px;
    margin-bottom:0;
}
.con_v_m_h {
    border: 1px solid #d9d1d1;
    padding: 18px 29px;
    border-radius: 20px;
}
.con_v_m_h:hover {
    background-color:#fff;
}
.about_gallery_content p {
    line-height: 26px;
    font-size: 21px;
    text-align: justify;
    font-weight: 300;
    line-height: 29px;
}

@media only screen and (max-width: 767px) {
    .about_Us_photo
    {
        width:100% !important;
        height:350px !important;
    }
    .about_gallery_content p {
        line-height: 26px;
        font-size: 18px;
        text-align: justify;
    }
    .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;
    }
    .about_gallery_section {
        margin-bottom: 0px;
    }
}