.header{
    background-color: #640f24!important;
}

@media only screen and (min-width: 300px) and (max-width: 915px)  {
   .mb-hide {
    display: none!important;
  }
}

/* @media screen and (min-width: 576px) {
  .mb-hide {
    display: none!important;
  }
} */


.slider-section .button:hover {
    background-color: #640f24!important;
    color: #fff;
    border-color: #640f24!important;
    opacity: 1;
}

.inner-slider-section {
    position: relative;
    color: #fff;
    min-height: 240px;
    text-align: center;
    padding: 100px 0;
    background: url(images/who-we-are-banner-bg.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.inner-slider-section h1 {
    color: #fff;
    font-size: 45px!important;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600!important;
}

.progrsiver_content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.cstm_key_people .member_txt {
    color: #fff;
    background-color: rgb(126 32 3 / 65%)!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 12px 50px;
    transition: .4s 
ease-in-out;
}
.cstm_key_people .member_txt {
    color: #fff;
    background-color: rgba(0, 102, 179, .65);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 12px 25px!important;
    transition: .4s ease-in-out;
}
.cstm_key_people .group_member_txtbox {
    margin-top: 0px!important;
}
li {
    list-style: none;
    font-size: 16px!important;
    line-height: 30px!important;
}
.get-in-touch {
    border: 1px solid #d5d4d4;
    padding: 25px 20px 18px;
    color: #fff;
    background-color: #640f24!important;
}

.contact-h4{
    color: #262626!important;
    font-weight: 600!important;
    font-size: 20px!important;
}

.button.with-bg.blue {
    background-color: #640f24!important;
    color: #fff;
    border-color: #640f24!important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.inner-pages h2 {
    color: #640f24!important;
    font-size: 28px!important;
    line-height: 35px;
    text-transform: none;
    font-weight: 600!important;
    margin-bottom: 38px;
}
.lead_form h3 {
    font-size: 22px!important;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    margin-bottom: 50px;
    padding-bottom: 5px;
}
.submit_group .btnFormSubmit {
    padding: 11px 20px;
    min-width: 215px;
    background-color: #640f24!important;
    border: 2px solid #640f24!important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: .35s 
ease;
    -webkit-transition: .35s 
ease;
    -moz-transition: .35s ease;
    color: #fff;
}

.sevices-category ul li a:after {
    content: "";
    font-family: FontAwesome;
    color: #640f24!important;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0,-50%);
    transition: .35s;
}

.sevices-category ul li a:hover{
    color: #640f24!important;
}