html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  font: 400 1rem/1.5 "Rubik", sans-serif;
  color: #111;
  background: #fff;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 12px 18px;
  margin: 0 auto;
}
@media (min-width: 1020px) {
  .container {
    max-width: 1390px;
  }
}

.header-new__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 18px;
  gap: 8px;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
}
.header-new__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.header-new__logo a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-new__logo a {
    gap: 30px;
  }
}
.header-new__logo img {
  max-width: 120px;
  height: auto;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media only screen and (min-width: 1100px) {
  .header-new__logo img {
    max-width: 200px;
  }
}
.header-new__logo p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #77787b;
}
@media only screen and (min-width: 1200px) {
  .header-new__logo p {
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
  }
}
.header-new__logo p span {
  display: block;
}
.header-new__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1370px) {
  .header-new__nav {
    display: none;
  }
}
.header-new__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
}
.header-new__nav ul li {
  margin-right: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1370px) {
  .header-new__nav ul li {
    border-radius: 50px;
    color: white;
  }
}
.header-new__nav ul li a {
  display: inline-block;
  padding: 4px 16px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 24px;
  font-size: 18px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #333;
}
.header-new__nav ul li a:hover, .header-new__nav ul li a:focus {
  border: 2px solid #ff8c00;
  color: #ff8c00;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-new__nav ul li a {
    font-size: 16px;
  }
}
.header-new__nav ul li.active a {
  border: 2px solid #ff8c00;
  color: #ff8c00;
}
.header-new__nav ul li.search-brigade-btn a {
  padding-inline: 0;
  position: relative;
}
.header-new__nav ul li.search-brigade-btn a:hover, .header-new__nav ul li.search-brigade-btn a:focus, .header-new__nav ul li.search-brigade-btn a:focus-visible, .header-new__nav ul li.search-brigade-btn a:active {
  border: 2px solid transparent;
  outline: none;
}
.header-new__nav ul li.search-brigade-btn a:hover span, .header-new__nav ul li.search-brigade-btn a:focus span, .header-new__nav ul li.search-brigade-btn a:focus-visible span, .header-new__nav ul li.search-brigade-btn a:active span {
  background: #a74300;
}
.header-new__nav ul li.search-brigade-btn a span {
  background: #ff8c00;
  display: block;
  padding: 8px 16px;
  border-radius: 24px;
  color: white;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.header-new__nav ul li.search-brigade-btn a div {
  color: #454d57;
  position: absolute;
  left: calc(50% - 40px);
  line-height: 21px;
  display: inline-block;
  background: #4eec00;
  font-weight: 500;
  border-radius: 24px;
  width: 80px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -6px auto 0;
  font-size: 16px;
}
.header-new__mob-nav {
  display: none;
}
@media only screen and (max-width: 1370px) {
  .header-new__mob-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
  }
}
.header-new__mob-nav ul.mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-new__mob-nav ul.mobile-nav li.mobile-nav-icon {
  margin-right: 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .header-new__mob-nav ul.mobile-nav li.mobile-nav-icon {
    padding-right: 0;
    padding-left: 0;
  }
}
.header-new__mob-nav ul.mobile-nav li.mobile-nav-icon a:hover, .header-new__mob-nav ul.mobile-nav li.mobile-nav-icon a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-new__mob-nav ul.mobile-nav li.mobile-nav-icon img {
  width: 24px;
}
.header-new__mob-nav__holder {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow-y: auto;
  background: #0074ff;
}
.header-new__mob-nav__holder .header-new__mobile-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70%;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  gap: 16px;
}
.header-new__mob-nav__holder .header-new__mobile-logo img {
  max-width: 120px;
}
.header-new__mob-nav__holder .header-new__mobile-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4px 16px;
}
.header-new__mob-nav__holder .header-new__mobile-close img {
  max-width: 20px;
  height: 20px;
  margin-top: 12px;
}
.header-new__mob-nav__holder ul.mobile-nav-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 100%;
}
.header-new__mob-nav__holder ul.mobile-nav-content li.active a {
  padding: 8px 18px;
  border-radius: 50px;
  color: #ff8c00;
  font-size: 1.2rem;
}
.header-new__mob-nav__holder ul.mobile-nav-content li a {
  color: white;
  font-size: 16px;
  border-width: 2px;
  font-size: 1.2rem;
}
.header-new__mob-nav__holder ul.mobile-nav-content li a:hover, .header-new__mob-nav__holder ul.mobile-nav-content li a:focus {
  color: white;
}

.hp-footer {
  background: #0074ff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  color: #fff;
  padding-top: 40px;
}
.hp-footer .our-projects .footer-nav__item {
  margin-bottom: 16px;
  font-size: 16px;
}
.hp-footer .our-projects a {
  text-decoration: underline;
  display: block;
}
.hp-footer .hp-content-holder {
  width: 100%;
  padding: 12px 18px;
  margin: 0 auto;
}
@media (min-width: 1020px) {
  .hp-footer .hp-content-holder {
    max-width: 1390px;
  }
}
.hp-footer__title {
  color: #ff8b00;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hp-footer__title {
    margin-bottom: 24px;
  }
}
.hp-footer ul {
  padding: 0;
  margin: 0;
}
.hp-footer ul li {
  list-style-type: none;
}
.hp-footer ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.hp-footer ul li a:hover, .hp-footer ul li a:focus {
  color: #ff8b00;
}
.hp-footer__first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  .hp-footer__first-row {
    padding: 0 16px 32px;
  }
}
.hp-footer__first-row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: calc(50% - 8px);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hp-footer__first-row > div {
    max-width: calc(25% - 12px);
    margin-bottom: 0;
  }
}
.hp-footer__first-row > div ul li {
  line-height: 1;
}
.hp-footer__first-row > div ul li a {
  font-size: 15px;
  line-height: 26px;
}
.hp-footer__second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .hp-footer__second-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 0;
  }
}
.hp-footer__second-row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .hp-footer__second-row > div {
    max-width: calc(25% - 22px);
    text-align: left;
  }
}
.hp-footer__second-row p {
  font-size: 14px;
  margin: 0;
}
.hp-footer__second-row address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.hp-footer__second-row address span {
  display: block;
  font-size: 14px;
}
.hp-footer__second-row__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hp-footer__second-row__socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.hp-footer__third-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 20px 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .hp-footer__third-row {
    padding: 40px 0;
    font-size: 16px;
  }
}
.hp-footer .social-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media (min-width: 992px) {
  .hp-footer .social-item-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hp-footer .social-item-wrapper img {
  max-width: 40px;
}
/*# sourceMappingURL=header-footer-blank.css.map */
