.hr-bg-parallax{
	position: relative;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    padding: 100px 0px 80px;
    background-attachment: fixed;
    background-image: url('https://jcparalegal.itsprowebsite.com/public/JCPARLGAL/themeaB9xY12z/assets/images/backgrounds/home-c-bg.jpg');
}
.hr-bg-parallax .background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.hr-bg-parallax .rx-contact-text {
    padding-top: 40px;
    padding-left: 140px;
}
.hr-bg-parallax .rx-contact-text .rx-contact-icon {
    width: 90px;
    height: 90px;
    line-height: 65px;
    padding-top: 12px;
    border-radius: 100%;
    position: relative;
    background-color: #c6ac82;
}
.hr-bg-parallax .container{
	position: relative;
}
.hr-bg-parallax .rx-contact-text .rx-contact-icon:before, .hr-bg-parallax .rx-contact-text .rx-contact-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #c6ac82;
    -ms-box-shadow: 0 0 0 0 #c6ac82;
    -o-box-shadow: 0 0 0 0 #c6ac82;
    box-shadow: 0 0 0 0 #c6ac82;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.hr-bg-parallax .rx-contact-text .rx-contact-icon:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.hr-bg-parallax .rx-contact-text .rx-contact-icon i {
    color: #fff;
    font-size: 45px;
}
.hr-bg-parallax .rx-contact-text .rx-contact-icon:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.hr-bg-parallax .rx-contact-text-wrap {
    margin-top: 55px;
}
.hr-bg-parallax .rx-contact-text-wrap h4 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 35px;
    line-height: 1.2;
}
.hr-bg-parallax .ul-li-block ul {
    margin: 0;
    padding: 0;
}
.hr-bg-parallax .ul-li-block ul li {
    display: block;
    list-style: none;
}
.hr-bg-parallax .rx-contact-text-wrap ul li {
    margin-bottom: 15px;
}
.hr-bg-parallax .rx-contact-text-wrap ul li i {
    margin-right: 15px;
    color: #c6ac82;
}
.hr-bg-parallax .rx-contact-text-wrap ul li a {
    color: #d5d5d5;
}
.hr-bg-parallax .rx-contact-form {
    padding: 25px;
    margin-right: 70px;
    background-color: #fff;
}
.hr-bg-parallax .rx-contact-form input, .hr-bg-parallax .rx-contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #e4e4e4;
}
.hr-bg-parallax .rx-contact-form textarea {
    height: 95px;
    padding-top: 10px;
}
.hr-bg-parallax .rx-contact-form button {
    border: none;
    width: 100%;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #c6ac82;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.hr-bg-parallax .rx-contact-form button:hover {
    color: #fff;
    background-color: #000;
}
.hr-bg-parallax .rx-contact-form button i {
    margin-right: 8px;
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 40px rgba(253, 167, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
            box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
@media screen and (max-width: 991px) {
    .hr-bg-parallax .rx-contact-text {
        padding-left: 0;
    }
    .hr-bg-parallax .rx-contact-text .rx-contact-icon {
        margin: 0 auto;
    }
    .hr-bg-parallax .rx-contact-text-wrap {
        text-align: center;
    }
    .hr-bg-parallax .rx-contact-form {
        margin-right: 0;
        margin-top: 30px;
    }
}

@media(max-width:767px){
    .hr-bg-parallax {
    padding: 50px 0px 50px;
}
}
@media(max-width:575px){
    .hr-bg-parallax .rx-contact-text-wrap h4 {
    font-size: 28px;
    padding-bottom: 15px;
    line-height: 35px;
}
.hr-bg-parallax .rx-contact-text-wrap {
    margin-top: 35px;
}
}
@media screen and (max-width: 480px) {
    .hr-bg-parallax {
        padding: 50px 0px;
    }
}   