.cplchold::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size:12px;
}
.cplchold::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size:12px;
}
.cplchold:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size:12px;
}
.cplchold:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size:12px;
}
.subscribe-to-our {
    font-size: 12px;
    width: 100%;
    margin-left: 0%;
}
.footer-lrg-p {
    margin-bottom: 0px;
    border-bottom: 0px solid #202020;
}
.footer-contact ul li {
    margin: 0 !important;
}
.ll-footer-ourcompany:after, .ll-footer-faq:after {
    content: '';
    border-right: 1px solid #8b8b8b;
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
}
.footer-widget-title.listing-title {
    font-size: 18px;
    
}
#return-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:101;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.help-block {
    color: red;
    font-size: 14px;
}
.footer {
  position: relative;
  overflow: hidden;
}

.footer-section {
  padding-top: 30px;
}

.footer-section h4 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  padding: 0 0 10px;
}
.footer-section h4:after {
  position: absolute;
  width: 30px;
  height: 1px;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}

.footer-section .social-icons {
  margin: 25px 0 0 0;
  padding: 0;
}
.footer-section .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.footer-section .social-icons li a {
  display: block;
  padding: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: transparent;
  background: rgba(255,255,255,0.1);
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.footer-section .social-icons li a:hover {
  background: rgba(255,255,255,0.8);
  color: #010e28;
}

.footer-section .fot-link {
  margin: 0;
  padding: 0;
}
.footer-section .fot-link li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  font-size: 12px;
}
.footer-section .fot-link a {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  letter-spacing: 0.6px;
  position: relative;
  text-decoration: none;
}
.footer-section .fot-link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.footer-section .fot-link a:hover:after {
  width: 100%;
} 

.footer-section .footer-text {
  width: 473px;
  max-width: 100%;
}
.footer-section p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.footer-copy {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 15px 0;
  
}
.footer-copy p {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.43);
}
.footer-copy .copyright-links li a {
    color: #000;
    font-size: 11px;
    line-height: 11px;
}
.footer-light .footer-section h4 {
  color: #000;
  font-weight: 600;
}
.footer-light .footer-section .fot-link a,.footer-light .footer-section p{
	color: #000;
  font-weight: 500;
}
.footer-light .footer-section p.footer-text {
  color: #000;
  font-weight: 500;
  font-size: 20px;
    line-height: 32px;
}
.footer-light .footer-section h4:after {
  background: #333357;
}
.footer-light .footer-section .social-icons li a {
  color: #000;
}
.footer-light .footer-copy {
  border-top: 1px solid #dee2e6;
}
.free-try-action {
    border-top: 1px solid rgba(0,0,0,.2);
}
.quick-contact-form .g-recaptcha {
transform:scale(0.67);
-webkit-transform:scal(0.67);
transform-origin:0 0;
-webkit-transform-origin:0 0;
} 
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px;
  }
  .footer-section h4 {
    margin: 0 0 20px;
  }
  .footer-copy {
    margin-top: 20px;
  }
  .quick-contact-form .g-recaptcha {
transform:scale(1);
-webkit-transform:scal(1);
transform-origin:0 0;
-webkit-transform-origin:0 0;
} 
}