
body{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.container{
    max-width: 1200px;
}

a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c43640;
    transition: width .3s;
}
a:hover::after {
    width: 100%;
}
a{
    transition: .3s;
    display: inline-block;
}
a:hover{
    color: unset;
    text-decoration: none;
}
header{
    padding: 20px 0;
    box-shadow: 0 6px 4px 1px rgba(232,229,232,1);
}
.logo a::after{
    content: unset;
}

header li{
    list-style: none;
    display: inline-block;
}
.icon li{
    width: 30px;
    height: 30px;
    background-color: #1e2151;
    border-radius: 50%;
    margin-left: 3px;
}

.icon a{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 6px;
}
.phone{
    font-size: 30px;
    color: #c43640;
    font-weight: 700;
}
.call{
    color: #1e2151;
    font-size: 30px;
    font-weight: 400;
}
.menu li{
    padding-left: 45px;
}
.menu li a{
    color: #3a3a3a;
    font-weight: 700;
    padding: 5px 0;
}
.menu li a:hover{
    color: #c43640;
}

.mean-container .mean-bar{
    background: transparent;
}
.mean-container a.meanmenu-reveal span {
    background: #c43640;
}
.mean-container a.meanmenu-reveal{
    color: #c43640;
}
.mean-container a.meanmenu-reveal::after{
    content: unset;
}

/*.banner::before{*/
/*    position: absolute;*/
/*    content: url("../img/banner.jpg");*/
/*    width: 50%;*/
/*    left: 0;*/
/*    height: 100%;*/
/*}*/

/*.banner{*/
/*    background-color: #f1f1f1;*/
/*    background-position: right;*/
/*}*/
.showcase{

}
.full-banner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.banner-text{
    flex: 60%;
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-text-inner{
    max-width: 720px;
    margin-left: auto;
}
.form-section{
    flex: 40%;
    background-color: #f1f1f1;
}
.banner h1{
    font-size: 60px;
    padding-top: 120px;
    font-weight: 700;
}
.banner p{
    font-size: 25px;
    max-width: 650px;
}
.call-now{
    background: #ffffff;
    max-width: 315px;
    padding: 15px;
    font-size: 20px;
    margin-top: 35px;
    color: #c43640;
    font-weight: 700;
}

.call-now span{
    color: #1e2151;
    font-weight: 400;
}
form{
    max-width: 350px;
    margin: 0 0 0 20px;
}
.banner-form span{
    color: #e20b1a;
}
.banner-form h4{
    font-size: 18px;
    border-bottom: 1px solid #1e2151;
    padding: 60px 0 10px 0;
    margin-bottom: 12px;
    font-weight: 500;
}
.banner-form span{
    color: #c43640;
}
.banner-form label{
    font-size: 14px;
    color: #3a3a3a;
    margin: 5px 0;
    font-weight: 600;
}
.banner-form .form-group{
    margin: 0;
}
.banner-form .form-control {
    width: 100%;
    border: 1px solid #c6cdd4;
    border-radius: 0;
    padding: 5px 10px;
}
.submit{
    background-color: #c43640;
    font-weight: 700;
    padding: 12px 30px;
    margin: 20px 0 54px;
}

.evicting-move-new-work{
    background-color: #1e2151;
     border-bottom: 7px solid #c73741;
     padding: 20px 0;
}
.evicting-move-new-work h5{
    font-size: 26px;
    font-weight: 700;
}
.evicting-move-new-work a{
    font-weight: 700;
}
.evicting-move a:hover{
    text-decoration: none;
}
.evicting-move-new-work p{
    font-size: 20px;
}

.evicting-move{
    padding: 70px 0;
}
.evicting-move h2{
    font-size: 35px;
}
.evicting-move h2 a{
    color: #c73741;
    text-decoration: none;
    font-weight: 700;
}
.evicting-move h6{
    font-weight: 700;
}
.evicting-move a{
    color: #c73741;
    text-decoration: underline;
}
.recent-post h3{
    font-size: 26px;
    font-weight: 700;
}
.view-all{
    margin-top: 14px;
    font-weight: 700;
}
.all-post a{
    text-decoration: none;
}
.all-post .date{
    font-size: 13px;
    color: #666666;
}
.all-post .lead{
    font-size: 16px;
    display: block;
    color: #161414;
    font-weight: 700;
}
.all-post .read-more{
    color: #c73741;
    font-weight: 700;
}
.all-post a i{
    font-weight: 900;
}

.sidebar{
    background-color: #f0efef;
    padding: 30px;
}
.sidebar h6{
    font-size: 20px;
    color: #333333;
}
.sidebar .form-group{
    background-color: #ebebeb;
}
.sidebar .form-control{
    font-size: 13px;
    background-color: #ebebeb;
    border: 0;
    padding: 15px 10px;

}
.sidebar button{
    border: 0;
    background: transparent;
}
.icofont-search-1{
    font-weight: 900;
}
.sidebar li{
    list-style: none;
}
.sidebar li a {
    text-decoration: none;
}
.archives a{
    padding: 3px 0;
}

.customer-say h3{
    color: #1e2151;
    font-size: 26px;
    font-weight: 700;
}
.customer-say p{
    color: #333333;
}
.customer-say a{
    color: #c73741;
    font-size: 22px;
    font-weight: 700;
}
.customer-say-full{
    display: flex;
    flex-wrap: wrap;
}
.customer-say-text{
    flex: 50%;
    max-width: 50%;
    width: 100%;
    padding: 40px;
    background-color: #f0efef;
}
.customer-inner{
    max-width: 720px;
    margin-left: auto;
}
.customer-say-img{
    flex: 50%;
    max-width: 50%;
    width: 100%;
}
.customer-say-img img{
    width: 100%;
    height: 100%;
}

/*.half-bg{*/
/*    background: url("../img/half-bg.jpg") no-repeat;*/
/*    background-size: cover;*/
/*}*/

.call-us{
    padding: 55px 0 100px;
}
.call-us p{
    font-size: 26px;
}
.call-us a{
    font-size: 48px;
    color: #c73741;
    font-weight: 700;
}
.call-us .or{
    color: #c3c3c3;
}
.call-us .call-us-on{
    color: #1e2151;
}

.call-us .send-msg{
    background-color: #c73741;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    top: -5px;
    font-weight: 700;
}

.red-blue{
    color: #ffffff;
}
.blue{
    background-color: #1e2151;
    padding: 22px 20px;
    max-width: 1170px;
    margin-top: -42px;
    position: absolute;
    width: 100%;

}
.blue h5{
    margin: 0;
    font-size: 16px;
}
.media-img{
    width: 53px;
    height: 53px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

footer{
    background-color: #2f3038;
    padding: 50px 0;
    border-top: 65px solid  #c73741;
}
footer h6{
    font-size: 18px;
}
footer li{
    list-style: none;
    padding: 0 9px;
}
footer .social a{
    font-size: 20px;
    color: #ffffff;
}
footer .nav-link{
    font-size: 14px;
    color: #ffffff;
}
footer p{
    font-size: 14px;
}
