::-webkit-scrollbar {
  width: 0.4em;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #00008b;
  border-radius: 0;
}
body {
  overflow-x: hidden;
  font-family: Nunito, sans-serif;
}
.contact-form-wrapper {
  padding: 100px 0;
}
.contact-form {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 12px;
}
.contact-form textarea {
  resize: none;
}
.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}
.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}
.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}
.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}
.contact-form .title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}
.contact-form .submit-button-wrapper {
  text-align: center;
}
.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #f23292;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}
.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}
.section-services {
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: #211f24;
  color: #fff;
}
.section-services .header-section {
  margin-bottom: 35px;
}
.section-services .header-section .title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  font-weight: 700;
}
.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #f70037;
}
.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #f70037;
}
.section-services .header-section .title span {
  color: #f70037;
}
.section-services .header-section .description {
  color: #6f6f71;
}
.section-services .single-service {
  margin-top: 40px;
  background-color: #24252a;
  min-height: 250px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.section-services .single-service .part-1 {
  padding: 40px 40px 25px;
}
.section-services .single-service .part-1 i {
  margin-bottom: 25px;
  font-size: 50px;
  color: #f70037;
}
.section-services .single-service .part-1 .title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.section-services .single-service .part-2 {
  padding: 30px 40px 40px;
}
.section-services .single-service .part-2 .description {
  margin-bottom: 22px;
  color: #6f6f71;
  font-size: 14px;
  line-height: 1.8em;
}
.section-services .single-service .part-2 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.section-services .single-service .part-2 a i {
  margin-right: 10px;
  color: #f70037;
}
.hero {
  background-image: url(/static/img/bg-img.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
ul {
  margin: 0;
  padding: 0;
}
.footer-section {
  background: #202020;
  position: relative;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
