.slider-contact form input {
    width: 100%;
    margin: 7px 0px;
    padding: 6px;
    outline: none;
}
                     .slider-contact {
    position: relative;
    width: 100%;
    background-color:#BB0B0B;
    padding: 30px;
    bottom: 52px;
}
                     .get-box2 {
    display: inline-block;
    background-color:#BB0B0B;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    transition: 0.8s;
    border: 2px solid #BB0B0B;
    appearance: 10px;
    padding: 8px 15px;
    position: relative;
    margin: 10px 10px;
}
                     .sliderbar {
    padding-top: 70px;
    background-image: url(assets/images/agrawal-contact-image/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
                     input{
                     width: 40% !important;
                     display: inline-block !important;
                     }
                     #MoveSize,#MoveType{
                     width: 40% !important;
                     display: inline-block !important;
                     }
                     textarea{
                     width: 80% !important;
                     }
                     .sliderbar-box {
                     text-align: center;
                     padding: 30px 5px 5px 5px !important;
                     }
                     .sliderbar-box button{
                     width: 40% !important;
                     }
.section-title-dark h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: #000000;
}
.section-title-dark h2 span {
    color: #BB0B0B;
}
.location_bottom {
    margin: 30px;
    background-color:#BB0B0B;
    padding: 50px 0;
}
.location_bottom h2 {
    position: relative;
    margin: 10px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: white;
}
.location_bottom ul li {
    padding: 5px 0px;
    margin: 5px;
    text-align: center;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.col-md-4 {
    padding: 0 0.5rem;
}
.location_bottom ul li a {
    display: block;
    width: 100%;
    position: relative;
    color: black;
    background-color: white;
    border-radius: 10px;
    transition: 1s;
    font-size: 14px;
    padding: 10px;
}
.card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px #BB0B0B;
}
.testimonial-card .card-up {
    height: auto;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.testimonial-card .avatar {
    width: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}
h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5;

}
p {
    line-height: 1.7;
    margin: 0 0 20px 0;
}
.testimonial-card .avatar img {
    width: 100px;
}
img {
    max-width: 100%;
    height: auto;
}

.services-section {
    position: relative;
    padding: 50px 0px 50px;
}
.sec-title.centered .text {
    text-align: center;
    margin: 20px auto;
}
.services-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 6px #000000;
    background: #e42824;
    padding: 10px;
  
}
.services-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(22, 0, 0, 0.4);
    transition: all 0.3sease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.services-block {
    position: relative;
    margin-bottom: 40px;
}
.services-block .inner-box .lower-box .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.services-block .inner-box .lower-box h3 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-style: normal;
    border: 2px solid white;
    border-style: dashed;
    border-right: none;
    border-top: none;
    border-left: none;
}
.lower-box a {
    padding: 10px 22px;
    background: #fff;
    border-radius: 5px;
}
           