p{
    line-height: 2em !important;
}
.contact_bg{
    background: url(../images/bg-contactus.png);
}
.img_hover:hover .img_inside{
    margin-top: -10px;
    transition: all 0.3s ease;
}
.img_hover:hover .text_detail{
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
}


.breadcume_bg{
    background: url(../images/breadcume_bg.png);
    background-position: center;
}
.form-control::placeholder {color: rgba(0, 0, 0, 0.4) !important;}
.form-control{border: 1px solid var(--primary-color);border-radius: 10px !important;padding: 14px 15px;}
