body {font-family: 'Poppins', sans-serif;background: #f8f9fa;color: #333;font-size: 13px;}
h1, h2, h3, h4, h5 {font-family: 'Playfair Display', serif;letter-spacing: 0.5px;}
h5{font-size: 1rem;}
h4{font-size: 1.2rem;}
.text-justify {text-align: justify;}
/* HERO SECTION */
.hero {background-size: cover;background-position: center; color: #fff;padding: 80px 20px;text-align: center;}
.hero h1 {font-size: 3.5rem;font-weight: 700;}
.hero p {font-size: 18px;opacity: 0.9;}
.text-brown{color:#301208}
.grey-bg{background: #dbd0c4;}
.texture-bg{background: #f2e8dc; 
    /* background: url('../images/texture-bg.png'); */}
.hero img{width: 150px;height: auto;}
.tagline{line-height: 0.3;font-size: 2.5rem;}
.tagline span{font-size: 10px;}
/* SECTION TITLE */
.section-title {font-weight: 700;margin-bottom: 30px;position: relative;}
.section-title::after {content: '';width: 60px;height: 3px;background: #c59d5f;display: block;margin: 10px auto 0;}

/* CARDS */
.card {border: none;border-radius: 15px;transition: 0.3s;background: #fff;}
.card:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}
.card h5 {color: #111;font-weight: 600;}
.bg-dark-section {background-size: cover;background-position: center;}
footer {padding: 40px 0;}
footer .social-icon{width:100px}
footer h4 {color: #fff;}
footer p {margin-bottom: 5px;}
.doc-img{width: 150px;}
.service-box{min-height: 358px;}
.border-bottom{border-bottom: 2px solid #301208!important;}
.form-box{padding: 20px; border: 2px solid #301208;border-radius: 10px;}
#contact_form .btn{background:#301208; color:#fff;border: 1px solid #301208;}
#contact_form .btn:hover{background:#e7b981;color:#301208}
#contact_form .form-control{background-color: #dbd0c4;border: 1px solid #301208}
#contact_form input.form-control{height: 40px;}

@media (min-width: 1280px){
   .service-box {min-height: 390px;}
}

@media (max-width: 767px) {
    .service-box{min-height: 300px;}  
    .service-box h5 {text-align: center;}
    .border-bottom-m{border-bottom: 2px solid #301208!important;}
    h5{font-size: 15px;}
}