
.section-title.text-left{
	text-align: left !important;
}
.section-title.text-left h2:before{
  left: 0;
  margin-left: 0;
}

.other-services .feature-right .video-head{
  margin-top: 0px;
  background:#3E54FF0f;
}
.other-services .feature-right .video-head .video {
  background: #3E54FF0f;
}
.other-services .feature-right .video-head .video:after{
  background: #3E54FF0f;
}
.other-services .single-service:hover i {
  color: #3E54FF;
}
.other-services .single-service:hover .video-head .video {
 background: #fff;
}

.Features.section .feature-right {
  background-image: url('../images/scrapper_tool_intro_thumbnail.jpg');
  background-size: 100%;
}

.section-title .f-about .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.section-title .f-about .footer-social ul li:last-child {
  margin: 0;
}

.section-title .f-about .footer-social ul li a {
  font-size: 14px;
  color: #333;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 35px;
  background: #3e54ff;
  border: none;
  color: #fff;
}

.section-title .f-about .footer-social ul li a:hover {
  background: #333;
  color: #fff;
}

.f-form-input-group .input-group .input-group-primary {
  background-color: #3E54FF;
  color: #ffffff;
}

.has-error .f-form-input {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
}
.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
}
.form-section .togglePassword {
  cursor: pointer;
}
.has-error label {
  color: #a94442 !important;
}
.error-msg{
  color: #a94442 !important;
  font-size: 14px !important;
}

.single-footer .footer-contact li a {
  word-break: break-all;
}

.section-sub-title h3 {
  margin-bottom: 18px;
  text-transform: capitalize;
  position: relative;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
}
.section-sub-title h3:before{
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #4353ff;
  content: "";
  left: 0;
  margin-left: 0;
}
