body h2 {
  font-size: 40px;
}

.bg-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.sec-title {
  color: #383b4d;
}

.single-competition .page-title-two:before {
  background-color: #383b4d;
}

.page-wrapper .loader-wrap .preloader {
  background-image: url("../assets/images/icons/preloader.svg");
}
.page-wrapper .loader-wrap .preloader .preloader-close {
  color: #383b4d;
  background-color: #efda86;
}
.page-wrapper .loader-wrap .layer span.overlay {
  background-color: #383b4d;
}

.link-btn .btn-style-two .btn-title {
  border: 1px solid #383b4d;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  color: #383b4d;
}
.link-btn .btn-style-two .btn-title:hover {
  color: #fff;
  background-color: #383b4d;
}

.btn-style {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 30px;
  border: 1px solid #383b4d;
  font-family: "Fira Sans", sans-serif;
  color: #383b4d;
  background-color: #efda86;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.btn-style:hover {
  color: #efda86;
  background-color: #383b4d;
}
.btn-style.dark-btn {
  color: #efda86;
  background-color: #383b4d;
}
.btn-style.dark-btn:hover {
  color: #383b4d;
  background-color: #efda86;
}

@media screen and (max-width: 600px) {
  .btn-style {
    margin-bottom: 10px;
  }

  .footer-subscribe {
    display: none;
  }

  .image.d-block img {
    height: 210px;
    width: 360px;
  }
}
.child-container {
  padding: 50px 0;
}
.child-container.yellow {
  background-color: #efda86;
}
.child-container.yellow .btn-style {
  border: 1px solid #383b4d;
}
.child-container.blue {
  background-color: #383b4e;
}
.child-container.beige {
  background-color: #d2c1ab;
}
.child-container.border {
  border: 1px solid #383b4d !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

ul.pagination li a, ul.pagination li span {
  border: 1px solid #383b4d;
  background-color: #383b4d;
}
ul.pagination li a:hover, ul.pagination li a.current, ul.pagination li span:hover, ul.pagination li span.current {
  background: #fff;
  border-color: #383b4d;
  color: #383b4d;
}

#projects-block-1 {
  text-align: center;
  padding-top: 40px !important;
}

#projects-block-2 {
  text-align: center;
  padding-bottom: 40px !important;
}

.scroll-to-top.scroll-to-target {
  border: 1px solid #ffffff;
  background-color: #383b4d;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 1401px) {
  #preconditions .auto-container {
    max-width: 1590px;
  }
}

.choose-block-nine {
  position: relative;
  display: block;
  padding: 27px 30px 23px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  z-index: 1;
  background-color: #383b4d;
}
.choose-block-nine::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 5px;
  bottom: 30px;
  background: #efda86;
  content: "";
  transition: all 200ms linear 0.1s;
}
.choose-block-nine .title h4 {
  color: #efda86;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  transition: all 200ms linear 0.1s;
}
.choose-block-nine .text p {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  transition: all 200ms 0.3s;
}

.working-process-block-eight .text-holder {
  display: block;
  padding-top: 29px;
  position: relative;
}
.working-process-block-eight .text-holder h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #383b4d;
}
.working-process-block-eight .text-holder h3 a {
  color: inherit;
  pointer-events: none;
}

.choose-content-eight .sec-title {
  margin-bottom: 0;
}
.choose-content-eight .inner-content li {
  display: flex;
  padding: 15px 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #ffffff;
}
.choose-content-eight .inner-content li::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  height: 5px;
  background: #383b4d;
  content: "";
  transform: scaleX(0.1) translateX(0px) rotateX(90deg);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.choose-content-eight .inner-content li:hover::before {
  transform: scaleX(1) translateX(0px) rotateX(0deg);
  transition: all 0.4s linear;
}
.choose-content-eight .inner-content li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #efda86;
  font-weight: 600;
  line-height: 100%;
  background-color: #383b4d;
}
.choose-content-eight .inner-content li .text {
  display: block;
  flex: 1 0 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}

.elementor-section .contact-form-section-two {
  background-color: transparent;
}
.elementor-section .contact-form-section-two h2 {
  color: #383b4d;
  padding-bottom: 0;
}
.elementor-section .contact-form-section-two .text-decoration {
  display: none;
}
.elementor-section .contact-form-section-two .contact-form form input, .elementor-section .contact-form-section-two .contact-form form button.dropdown-toggle, .elementor-section .contact-form-section-two .contact-form form textarea {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.elementor-section .contact-form-section-two .contact-form form .btn-style-one {
  background-color: #383b4d;
}
.elementor-section .contact-form-section-two .contact-form form .btn-style-one span {
  color: #efda86;
}
.elementor-section .contact-form-section-two .contact-form form .btn-style-one:hover span {
  color: #383b4d;
}
.elementor-section .contact-form-section-two .contact-form form .btn-style-one:hover span::before {
  background-color: #efda86;
}
.elementor-section .contact-form-section-two .contact-form form .dropdown.bootstrap-select .dropdown-menu li a.active {
  background-color: #efda86;
}
.elementor-section .contact-form-section-two .contact-form form .dropdown.bootstrap-select .dropdown-menu li a.active span {
  color: #383b4d;
}
.elementor-section .contact-details-section-four {
  padding-bottom: 0;
  background-color: transparent;
}
.elementor-section .contact-details-section-four .inner-box::before {
  border-color: #383b4d;
  background-color: #efda86;
}
.elementor-section .contact-details-section-four .inner-box ul {
  position: relative;
  z-index: 5;
}
.elementor-section .contact-details-section-four .inner-box:hover h4 {
  color: #383b4d;
}

.elementor-3802 .elementor-element.elementor-element-5082d64 > .elementor-widget-container {
  background-color: #383b4d;
}

/*# sourceMappingURL=child-general.css.map */
