﻿.services_box {
     -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
margin-top:30px;
padding:5px;
}
    .services_box img {
        width:100%;
        height:auto;
    }
    .services_box h2 {
        font-size:30px;
        font-weight:bolder;
        color:#000;
        margin-top: 35px;
    }
.about-content p {
    text-align:justify;
}
.contact-details-div {
    font-size:18px;
}
.contact-details-div td{
   padding:5px;
}
.mb110 {
    margin-bottom:110px;
}
.contact-banner {
    height:300px !important;
    background-image:url("../img/title-contact-us.jpg");
}
.about-banner {
    height:300px !important;
    background-image:url("../img/title-about-us.jpg");
}
.services-banner {
    height:300px !important;
    background-image:url("../img/title-services.jpg");
}
.gallery-banner {
    height:300px !important;
    background-image:url("../img/title-gallery.jpg");
}
.events-banner {
    height:300px !important;
    background-image:url("../img/title-events.jpg");
}
.enquiry-banner {
    height:300px !important;
    background-image:url("../img/title-quote.jpg");
}
.comments-banner {
    height:300px !important;
    background-image:url("../img/title-testimonials.jpg");
}
.philanthropic {
    text-align:justify;
    color:#000;
}
.fs30 {
    font-size:30px !important;
}
.blog-thumbnail img {
    
    height:300px;
}
.mb60 {
    margin-bottom:60px !important;
}
.person-widget {
    border:1px solid #808080;
    border-radius:10px;
    padding:10px;
    margin-top: 0px !important;
}
    .person-widget img {
        /*height:125px;*/
        width:160px;
    }
.w70 {
    width:70% !important;
}
.w30 {
    width:30% !important;
}