@charset "UTF-8";
/* stylelint-disable */
@font-face {
  font-family: EffraBold;
  src: url(../fonts/Effra_Std_Bd.otf);
}
@font-face {
  font-family: EffraBoldItalic;
  src: url(../fonts/Effra_Std_BdIt.otf);
}
@font-face {
  font-family: EffraHeavy;
  src: url(../fonts/Effra_Std_He.otf);
}
@font-face {
  font-family: EffraHeavyItalic;
  src: url(../fonts/Effra_Std_HeIt.otf);
}
@font-face {
  font-family: EffraItalic;
  src: url(../fonts/Effra_Std_It.otf);
}
@font-face {
  font-family: EffraLightItalic;
  src: url(../fonts/Effra_Std_LtIt.otf);
}
@font-face {
  font-family: EffraMedium;
  src: url(../fonts/Effra_Std_Md.otf);
}
@font-face {
  font-family: EffraMediumItalic;
  src: url(../fonts/Effra_Std_MdIt.otf);
}
@font-face {
  font-family: EffraRegular;
  src: url(../fonts/Effra_Std_Rg.otf);
}
/* stylelint-disable */
body {
  font-family: EffraRegular;
  margin: 0;
  overflow-x: hidden;
  color: #2E2E31;
}

.container {
  max-width: 1170px;
}

.c-text--standard {
  font-size: 14px;
  line-height: 22px;
}
.c-text--bold {
  font-family: EffraBold;
}

.c-heading {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: EffraHeavy;
}
.c-heading--primary {
  font-size: 37px;
  line-height: 51px;
}
@media screen and (max-width: 767px) {
  .c-heading--primary {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-heading--secondary {
  font-size: 15px;
  line-height: 22px;
}
.c-heading--tertiary {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .c-heading--tertiary {
    font-size: 24px;
  }
}
.c-heading--main {
  font-size: 49px;
}
@media screen and (max-width: 767px) {
  .c-heading--main {
    font-size: 30px;
  }
}
.c-heading--team {
  font-size: 25px;
}
.c-heading--title {
  font-size: 15px;
}
.c-heading--underlined--green {
  position: relative;
}
.c-heading--underlined--green:after {
  content: "";
  background-color: #29C797;
  height: 40px;
  width: 72%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 9%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-heading--underlined--green:after {
    height: 20px;
  }
}
.c-heading--underlined--blue {
  position: relative;
}
.c-heading--underlined--blue:after {
  content: "";
  background-color: #0798F2;
  height: 40px;
  width: 72%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 9%;
  z-index: -1;
}

.c-button {
  border: none;
  color: white;
  border-radius: 4px;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.c-button--orange {
  background-color: #F35D04;
  padding: 12px 20px;
  font-family: EffraHeavy;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}
.c-button--orange:hover {
  background-color: white;
  color: #F35D04;
}
.c-button--red {
  background-color: #F24D3D;
  padding: 10px 30px;
  font-family: EffraBold;
  font-size: 14px;
  border: 1px solid #F24D3D;
}
.c-button--red:hover {
  background-color: white;
  color: #F24D3D;
}
.c-button--team {
  font-family: EffraHeavy;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 16px;
  letter-spacing: 2px;
  transition: 0.3s;
}
.c-button--team--blue {
  background-color: #2A56D9;
  border: 2px solid #2A56D9;
}
.c-button--team--blue:hover {
  background-color: white;
  color: #2A56D9;
}
.c-button--team--orange {
  background-color: #F35D04;
  border: 2px solid #F35D04;
}
.c-button--team--orange:hover {
  background-color: white;
  color: #F35D04;
}
.c-button--team--green {
  background-color: #29C797;
  border: 2px solid #29C797;
}
.c-button--team--green:hover {
  background-color: white;
  color: #29C797;
}
.c-button--team--purple {
  background-color: #977FF2;
  border: 2px solid #977FF2;
}
.c-button--team--purple:hover {
  background-color: white;
  color: #977FF2;
}

.c-team-single {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-team-single {
    margin: 25px 0;
  }
}
.c-team-single img {
  width: 100%;
  max-width: 187px;
}
@media screen and (max-width: 767px) {
  .c-team-single img {
    margin: auto;
    display: block;
  }
}
.c-team-single .c-heading--main {
  margin-top: 20px;
  margin-bottom: 10px;
}
.c-team-single .c-heading--title {
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.c-team-single--blue .c-heading--main {
  color: #2A56D9;
}
.c-team-single--blue .c-popup {
  background-color: #2A56D9;
}
.c-team-single--blue .c-popup .c-heading--main {
  color: white;
}
.c-team-single--orange .c-heading--main {
  color: #F35D04;
}
.c-team-single--orange .c-popup {
  background-color: #F35D04;
}
.c-team-single--orange .c-popup .c-heading--main {
  color: white;
}
.c-team-single--green .c-heading--main {
  color: #29C797;
}
.c-team-single--green .c-popup {
  background-color: #29C797;
}
.c-team-single--green .c-popup .c-heading--main {
  color: white;
}
.c-team-single--purple .c-heading--main {
  color: #977FF2;
}
.c-team-single--purple .c-popup {
  background-color: #977FF2;
}
.c-team-single--purple .c-popup .c-heading--main {
  color: white;
}

.c-popup, .c-popup-transfer, .c-popup-tax {
  position: fixed;
  padding: 50px 77px;
  top: 25%;
  left: 0;
  right: 0;
  max-width: 720px;
  margin: auto;
  text-align: left;
  z-index: 3;
  color: white;
  border-radius: 6px;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-popup, .c-popup-transfer, .c-popup-tax {
    top: 0%;
    padding: 40px;
    overflow: auto;
    height: 100vh;
  }
}
.c-popup__close, .c-popup-transfer__close, .c-popup-tax__close {
  float: right;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 3px solid #FFFFFF;
  border-radius: 9px;
  outline: none;
  cursor: pointer;
  padding: 11px 6px;
}
@media screen and (max-width: 767px) {
  .c-popup__close, .c-popup-transfer__close, .c-popup-tax__close {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
}
.c-popup__close span, .c-popup-transfer__close span, .c-popup-tax__close span {
  display: block;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}
.c-popup__close span:first-of-type, .c-popup-transfer__close span:first-of-type, .c-popup-tax__close span:first-of-type {
  transform: rotate(45deg) translate(2px, -3px);
}
.c-popup__close span:last-of-type, .c-popup-transfer__close span:last-of-type, .c-popup-tax__close span:last-of-type {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.c-popup .c-heading--main, .c-popup-transfer .c-heading--main, .c-popup-tax .c-heading--main {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-popup .c-heading--main, .c-popup-transfer .c-heading--main, .c-popup-tax .c-heading--main {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

.owl-nav button {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
  outline: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover:focus {
  outline: 0;
}

.u-text-center {
  text-align: center;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-inline {
  display: inline-block;
}

.u-text-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-text-right {
    text-align: left;
  }
}

.u-text-red {
  color: #f24d3d;
}

.u-align-right {
  text-align: right;
}

/* stylelint-disable */
.c-top-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: EffraMedium;
  color: white;
  background-color: #29C797;
}
@media screen and (max-width: 767px) {
  .c-top-info {
    margin-bottom: 90px;
  }
}
.c-top-info a {
  color: #2A56D9;
}
.c-top-info p {
  margin: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-top-info p {
    line-height: 20px;
    font-size: 11px;
  }
}

.c-section__top {
  min-height: 769px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right -2px top -2px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__top {
    background-position: left -260px center;
  }
}
@media screen and (max-width: 767px) {
  .c-section__top {
    margin-top: 0px;
  }
}
.c-section__top .info {
  background-color: #2A56D9;
  background-image: url("../images/shape.svg");
  background-size: 250%;
  background-position: left -120% center;
  color: white;
  border-radius: 10px;
  padding: 50px 59px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__top .info {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__top .info {
    padding: 20px 20px;
    margin-top: 45px;
  }
}
.c-section__top .info .c-heading--primary {
  font-size: 49px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-section__top .info .c-heading--primary {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-section__top .info .c-heading--secondary {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-section__top .info .c-heading--secondary {
    font-size: 18px;
    line-height: 25px;
  }
}
.c-section__three-boxes {
  padding-top: 140px;
  padding-bottom: 120px;
}
.c-section__three-boxes .c-box {
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .c-section__three-boxes .c-box {
    margin: 20px 0;
  }
}
.c-section__three-boxes .c-box img {
  margin: auto;
  display: block;
  margin-bottom: 40px;
  height: 85px;
}
.c-section__for-whom {
  background-color: #F24D3D;
  padding: 50px 0;
  color: white;
}
@media screen and (max-width: 767px) {
  .c-section__for-whom {
    padding-top: 0;
  }
}
.c-section__for-whom img {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__for-whom img {
    margin-top: 25%;
  }
}
.c-section__for-whom .c-heading--secondary {
  text-transform: uppercase;
}
.c-section__for-whom .row .col-sm-6:nth-of-type(1) {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__for-whom .row .col-sm-6:nth-of-type(1) {
    padding: 0px 15px;
  }
}
.c-section__for-whom .row .col-sm-6:nth-of-type(2) {
  padding-left: 95px;
  padding-right: 0;
  padding-top: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__for-whom .row .col-sm-6:nth-of-type(2) {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__for-whom .row .col-sm-6:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-section__second-page-info {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .c-section__second-page-info {
    padding-top: 0;
  }
}
.c-section__second-page-info img {
  width: 100%;
}
.c-section__second-page-info .c-heading--secondary {
  text-transform: uppercase;
}
.c-section__second-page-info .row .col-sm-6:nth-of-type(2) {
  position: relative;
  padding-left: 95px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) {
    padding: 0px 15px;
  }
}
.c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image {
    top: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image {
    top: 10px;
    right: 25px;
    padding: 10px;
    border-radius: 10px;
  }
}
.c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image img {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(2) .logo-on-image img {
    width: 40px;
  }
}
.c-section__second-page-info .row .col-sm-6:nth-of-type(1) {
  padding-right: 0;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__second-page-info .row .col-sm-6:nth-of-type(1) {
    padding: 30px 30px;
  }
}
.c-section__our-friends {
  padding: 120px 0;
}
.c-section__our-friends .c-heading {
  color: #2A56D9;
  margin-bottom: 40px;
}
.c-section__our-friends .c-slider {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__our-friends .c-slider {
    width: 80%;
    margin: auto;
  }
}
.c-section__our-friends .c-slider__item img {
  max-height: 50px;
  height: auto;
  width: auto !important;
  margin: auto;
}
.c-section__our-friends .c-slider .owl-nav {
  position: absolute;
  top: -5px;
  left: 0;
  display: block !important;
  width: 100%;
}
.c-section__our-friends .c-slider .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
}
.c-section__our-friends .c-slider .owl-nav .owl-prev img {
  width: 12px;
}
@media screen and (max-width: 767px) {
  .c-section__our-friends .c-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.c-section__our-friends .c-slider .owl-nav .owl-next {
  position: absolute;
  right: -80px;
}
.c-section__our-friends .c-slider .owl-nav .owl-next img {
  width: 12px;
}
@media screen and (max-width: 767px) {
  .c-section__our-friends .c-slider .owl-nav .owl-next {
    right: 0;
  }
}
.c-section__our-friends .c-button {
  margin: auto;
  margin-top: 80px;
  display: block;
}
.c-section__our-friends a {
  text-decoration: none;
}
.c-section__parallax-image {
  width: 100%;
  height: 414px;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-section__parallax-image {
    height: 200px;
    background-position: center center;
  }
}
.c-section__opinions {
  background-color: #977FF2;
  color: white;
  padding: 50px 0;
}
.c-section__opinions .c-slider__item {
  max-width: 585px;
  margin: auto;
}
.c-section__opinions .c-slider .owl-nav {
  position: absolute;
  top: 25px;
  left: 0;
  display: block !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section__opinions .c-slider .owl-nav {
    position: static;
    float: left;
    height: 50px;
  }
}
.c-section__opinions .c-slider .owl-nav .owl-prev {
  position: absolute;
  left: 80px;
}
.c-section__opinions .c-slider .owl-nav .owl-prev img {
  width: 12px;
}
@media screen and (max-width: 1280px) {
  .c-section__opinions .c-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.c-section__opinions .c-slider .owl-nav .owl-next {
  position: absolute;
  right: 80px;
}
.c-section__opinions .c-slider .owl-nav .owl-next img {
  width: 12px;
}
@media screen and (max-width: 1280px) {
  .c-section__opinions .c-slider .owl-nav .owl-next {
    right: 0;
  }
}
.c-section__opinions .c-slider .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.c-section__opinions .c-slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__opinions .c-slider .owl-dots .owl-dot {
    margin: 0 10px;
  }
}
.c-section__opinions .c-slider .owl-dots .owl-dot.active:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  left: 2px;
}
.c-section__methods-and-equipment {
  padding-top: 80px;
  padding-bottom: 70px;
}
.c-section__methods-and-equipment .c-heading--main {
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .c-section__methods-and-equipment {
    padding: 100px 0;
    padding-top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__methods-and-equipment .col-sm-4 {
    padding-right: 50px;
  }
}
.c-section__methods-and-equipment .c-tabs {
  margin-top: 85px;
}
.c-section__methods-and-equipment .c-tabs__listing {
  height: 400px;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
@media screen and (max-width: 767px) {
  .c-section__methods-and-equipment .c-tabs__listing {
    height: 150px;
  }
}
.c-section__methods-and-equipment .c-tabs__listing ul {
  list-style-type: none;
  padding-left: 0;
}
.c-section__methods-and-equipment .c-tabs__listing ul li {
  transition: 0.3s;
  outline: none !important;
}
.c-section__methods-and-equipment .c-tabs__listing ul li a {
  font-family: EffraMedium;
  font-size: 16px;
  line-height: 30px;
  color: #141414;
  text-decoration: none;
  outline: none !important;
  transition: 0.3s;
}
.c-section__methods-and-equipment .c-tabs__listing ul li.ui-tabs-active a {
  color: #977FF2;
}
.c-section__methods-and-equipment .c-tabs__listing::-webkit-scrollbar-track {
  background-color: white;
  display: block !important;
}
.c-section__methods-and-equipment .c-tabs__listing::-webkit-scrollbar {
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
  width: 8px;
  background-color: #F5F5F5;
  display: block !important;
}
.c-section__methods-and-equipment .c-tabs__listing::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #977FF2;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .c-section__methods-and-equipment .c-tabs__content {
    padding-top: 50px;
  }
}
.c-section__methods-and-equipment .c-tabs__content .c-heading {
  color: #977FF2;
  margin-bottom: 40px;
}
.c-section__methods-and-equipment .c-tabs__content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
.c-section__methods-and-equipment .c-tabs__content img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-section__methods-and-equipment .c-tabs__content img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
  }
}
.c-section__team-top {
  height: 100vh;
  color: white;
  background: linear-gradient(0deg, rgba(42, 86, 217, 0.7), rgba(42, 86, 217, 0.7)), url("../images/section-team-top.png");
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__team-top {
    height: auto;
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section__team-top {
    height: auto;
    display: block;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
  }
}
.c-section__team-top .c-heading {
  font-size: 74px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__team-top .c-heading {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__team-top .c-heading {
    font-size: 35px;
  }
}
.c-section__team-top .c-text {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-section__team-top .c-text {
    padding-left: 0;
  }
}
.c-section__team-two {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-section__team-two {
    text-align: center;
  }
}
.c-section__team-two .c-heading {
  font-size: 80px;
  color: #2E2E31;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section__team-two .c-heading {
    font-size: 40px;
  }
}
.c-section__team-image {
  background: linear-gradient(0deg, rgba(242, 77, 61, 0.7), rgba(242, 77, 61, 0.7)), url("../images/section-team-image.png");
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-section__team-image {
    background-position: center center;
  }
}
.c-section__team-main {
  padding: 100px 0;
}
.c-section__gallery {
  padding-top: 190px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-section__gallery {
    padding-top: 150px;
  }
}
.c-section__gallery .c-tabs__listing {
  background: #29C797;
  text-align: center;
}
.c-section__gallery .c-tabs__listing ul {
  list-style-type: none;
  padding-left: 0;
}
.c-section__gallery .c-tabs__listing ul li {
  display: inline-block;
  margin: 0 20px;
  outline: none;
}
.c-section__gallery .c-tabs__listing ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 40px;
  outline: none;
}
.c-section__gallery .c-tabs__listing ul li.ui-tabs-active {
  font-family: EffraHeavy;
}
.c-section__gallery .c-tabs__listing ul li.ui-tabs-active a {
  color: #2A56D9;
}
.c-section__gallery .c-tabs__content {
  min-height: 600px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__gallery .c-tabs__content {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.c-section__gallery .c-tabs__content .grid-item-wrapper {
  padding: 5px;
}
.c-section__gallery .c-tabs__content .container-photo-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-section__gallery .c-tabs__content .grid-item {
  width: 25%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-section__gallery .c-tabs__content .grid-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-section__gallery .c-tabs__content .grid-item {
    width: 100%;
    position: static !important;
  }
}
.c-section__gallery .c-tabs__content .grid-item img {
  width: 100%;
}
.c-section__single-project {
  margin-top: 195px;
}
.c-section__single-project .container-fluid {
  padding: 0;
}
.c-section__single-project .c-single-project {
  background-color: #2A56D9;
  color: white;
}
@media screen and (max-width: 1280px) {
  .c-section__single-project .c-single-project .row {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  .c-section__single-project .c-single-project .col-sm-4 {
    padding: 0;
  }
}
.c-section__single-project .c-single-project__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-section__single-project .c-single-project__text {
  padding: 130px 0;
  padding-left: 110px;
  max-width: 705px;
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}
.c-section__single-project .c-single-project__text .c-counter {
  margin-bottom: 40px;
}
.c-section__single-project .c-single-project__text .c-counter .c-heading {
  font-size: 20px;
  font-family: EffraRegular;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.c-section__single-project .c-single-project__text .c-counter .c-heading .c-count span {
  font-family: EffraBold;
}
.c-section__single-project .c-single-project__text .c-heading--primary {
  font-size: 34px;
  margin-bottom: 40px;
}
.c-section__single-project .c-single-project__text p {
  font-size: 14px;
  line-height: 22px;
}
.c-section__single-project .c-single-project__text p a {
  display: block;
  margin-top: 20px;
  color: white;
  font-family: EffraBold;
}
.c-section__single-project .c-single-project__text .c-pagination {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text .c-pagination {
    margin-top: 20px;
  }
}
.c-section__single-project .c-single-project__text .c-pagination .project-title {
  line-height: 19px;
  font-family: EffraBold;
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text .c-pagination .project-title {
    display: none;
  }
}
.c-section__single-project .c-single-project__text .c-pagination a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.c-section__single-project .c-single-project__text .c-pagination__prev {
  opacity: 0.5;
  transition: 0.3s;
}
.c-section__single-project .c-single-project__text .c-pagination__prev:hover {
  transform: translateX(-20px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text .c-pagination__prev {
    text-align: left;
  }
}
.c-section__single-project .c-single-project__text .c-pagination__next {
  text-align: right;
  transition: 0.3s;
}
.c-section__single-project .c-single-project__text .c-pagination__next:hover {
  transform: translateX(20px);
  color: #F35D04;
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text .c-pagination__next {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .c-section__single-project .c-single-project__text .c-pagination .col-sm-6 {
    width: 50%;
  }
}
.c-section__help {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-section__help .row {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section__help {
    padding-top: 200px;
  }
}
.c-section__help .c-heading--underlined--green {
  display: table;
  margin: auto;
}
.c-section__help .c-heading--underlined--green:after {
  height: 25px;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .c-section__help .c-heading--underlined--green:after {
    height: 15px;
  }
}
.c-section__help .c-help-boxes {
  padding-top: 80px;
}
.c-section__help .c-help-boxes__box {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-section__help .c-help-boxes__box {
    margin: 20px 0;
  }
}
.c-section__help .c-help-boxes__box img {
  margin-bottom: 40px;
  height: 85px;
}
.c-section__help .c-help-boxes__box p b {
  font-family: EffraBold;
}
.c-section__help .c-help-boxes__box a {
  font-family: EffraHeavy;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .c-section__help .c-help-boxes__box a {
    display: block;
    margin-top: 20px;
  }
}
.c-section__help .c-help-boxes__box--orange a {
  color: #F35D04;
}
.c-section__help .c-help-boxes__box--blue a {
  color: #2A56D9;
}
.c-section__help .c-help-boxes__box--green a {
  color: #29C797;
  font-family: EffraRegular;
  text-decoration: none;
}
.c-section__help .c-help-boxes__box--green a span {
  font-family: EffraHeavy;
  text-decoration: underline;
}
.c-section__help .c-help-boxes .popup-open {
  color: #F35D04;
  text-decoration: underline;
  font-family: EffraBold;
  font-size: 14px;
  cursor: pointer;
}
.c-section__help .c-help-boxes .popup-open-blue {
  color: #2A56D9;
  text-decoration: underline;
  font-family: EffraBold;
  font-size: 14px;
  cursor: pointer;
}
.c-section__help .c-help-boxes .c-popup-transfer {
  background-color: #2A56D9;
  display: none;
}
.c-section__help .c-help-boxes .c-popup-tax {
  background-color: #2A56D9;
  display: none;
}
.c-section__recruitment {
  padding: 100px 0;
}
.c-section__recruitment .c-heading--underlined--blue {
  display: table;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-section__recruitment .c-heading--underlined--blue {
    margin-top: 50px;
  }
}
.c-section__recruitment .c-heading--underlined--blue:after {
  height: 25px;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .c-section__recruitment .c-heading--underlined--blue:after {
    height: 15px;
  }
}
.c-section__recruitment .c-recruitment {
  margin-top: 55px;
}
.c-section__recruitment .c-recruitment img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-section__recruitment .c-recruitment img {
    max-width: 250px;
    margin: auto;
    display: block;
  }
}
.c-section__recruitment .c-recruitment .col-sm-5 {
  padding: 0;
}
.c-section__recruitment .c-recruitment .col-sm-7 {
  padding: 0px;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .c-section__recruitment .c-recruitment .col-sm-7 {
    padding-left: 15px;
  }
}
.c-section__recruitment .c-recruitment p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 0;
}
.c-section__recruitment .c-recruitment p b {
  font-family: EffraBold;
}
.c-section__recruitment .c-recruitment ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.c-section__recruitment .c-recruitment ul li {
  padding-left: 5px;
}
.c-section__recruitment .c-recruitment ul li:before {
  content: "•";
  color: #0798F2;
  position: relative;
  right: 5px;
}
.c-section__recruitment .c-recruitment button {
  margin-top: 50px;
}
.c-section__contact .c-contact__top {
  background: linear-gradient(0deg, rgba(151, 127, 242, 0.7), rgba(151, 127, 242, 0.7)), url("../images/section-contact.png");
  background-size: cover;
  background-position: center center;
  line-height: 258px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .c-section__contact .c-contact__top {
    line-height: 330px;
  }
}
.c-section__contact .c-contact__content {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-section__contact .c-contact__content {
    padding: 50px 0;
  }
}
.c-section__contact .c-contact__content iframe {
  width: 100%;
  height: 300px;
  max-width: 485px;
}
@media screen and (max-width: 767px) {
  .c-section__contact .c-contact__content iframe {
    margin-bottom: 20px;
  }
}
.c-section__contact .c-contact__content h2 {
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  display: table;
}
.c-section__contact .c-contact__content h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #29C797;
  display: block;
  position: absolute;
  bottom: -10px;
}
.c-section__contact .c-contact__content a {
  display: block;
  color: #141414;
  text-decoration: none;
}
.c-section__contact .c-contact__content a span {
  font-family: EffraHeavy;
}
@media screen and (max-width: 1024px) {
  .c-section__contact .c-contact__content p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__contact br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-section__contact .row {
    margin: 0;
  }
}
.c-section__lp--top {
  background: linear-gradient(0deg, rgba(42, 86, 217, 0.7), rgba(42, 86, 217, 0.7)), url("../images/lp/top.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .c-section__lp--top {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-section__lp--top .row {
    margin: 0;
  }
}
.c-section__lp--top .col-sm-12 {
  justify-content: center;
  display: flex;
}
.c-section__lp--top p {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-section__lp--top p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-section__lp--top h1 {
    text-align: center;
  }
  .c-section__lp--top h1 br {
    display: none;
  }
}
.c-section__lp--top h1:after {
  width: 100%;
  content: "";
  height: 2px;
  background-color: #29C797;
  display: block;
  margin-top: 15px;
}
.c-section__lp--contact {
  background-color: #F35D04;
  padding: 90px 0;
  color: white;
}
.c-section__lp--contact a {
  color: white;
  text-decoration: none;
  display: block;
}
.c-section__lp--contact .u-align-right .c-heading {
  margin-bottom: 40px;
}
.c-section__lp--contact .u-align-right a {
  display: flex;
  justify-content: flex-end;
}
.c-section__lp--contact .u-align-right a:hover img {
  filter: none;
}
.c-section__lp--contact .u-align-right a:hover p {
  color: #2A56D9;
}
.c-section__lp--contact .u-align-right p {
  display: inline-block;
  font-size: 14px;
  transition: 0.3s;
  margin: 0;
  line-height: 35px;
}
.c-section__lp--contact .u-align-right img {
  display: inline-block;
  height: 35px;
  filter: brightness(0) invert(1);
  margin-left: 25px;
  transition: 0.3s;
}
.c-section__lp--contact .details .c-text {
  font-size: 14px;
  margin: 0;
  line-height: 21px;
}
.c-section__lp--contact .details .c-text span {
  font-family: EffraHeavy;
  padding-right: 5px;
}
.c-section__lp--contact .details .u-bold {
  font-family: EffraHeavy;
  font-size: 16px;
  margin: 30px 0;
}
.c-section__lp--contact .details .u-bold:after {
  width: 100%;
  content: "";
  height: 2px;
  background-color: #29C797;
  display: block;
  margin-top: 10px;
}
.c-section__status {
  padding-bottom: 110px;
}
.c-section__status .c-files-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.c-section__status .c-files-list__single {
  max-width: 180px;
  width: 100%;
  text-align: center;
  margin: 0 13px;
  margin-bottom: 30px;
}
.c-section__status .c-files-list__single a {
  text-decoration: none;
}
.c-section__status .c-files-list__single a img {
  height: 65px;
}
.c-section__status .c-files-list__single a p {
  color: black;
  transition: 0.3s;
  font-family: EffraHeavy;
  font-size: 14px;
  margin-top: 30px;
}
.c-section__status .c-files-list__single a:hover p {
  color: #29C797;
}

body > section > div > div.c-contact__content > div > div > div:nth-child(2) > h2 {
  padding: 0 15px;
}

.hide-xs {
  display: block;
}
@media screen and (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}

.show-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .show-xs {
    display: block;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page-template-page-landing-page .c-section__team-two .c-heading {
    font-size: 66px;
    color: #2E2E31;
    margin-bottom: 40px;
  }
  .page-template-page-landing-page .c-section__lp--contact .u-align-right .c-heading {
    font-size: 37px;
  }
  .page-template-page-landing-page .c-section__lp--contact .u-align-right .c-heading br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-landing-page .c-section__help {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .page-template-page-landing-page .c-section__help .c-help-boxes {
    padding-top: 20px;
  }
  .page-template-page-landing-page .c-section__single-project {
    margin-top: 50px;
  }
  .page-template-page-landing-page .u-align-right {
    text-align: center;
  }
  .page-template-page-landing-page .c-section__lp--contact .u-align-right a {
    display: flex;
    justify-content: center;
  }
}

.slider-projects .owl-stage .owl-item:first-of-type .c-pagination__prev {
  display: none;
}
.slider-projects .owl-stage .owl-item:last-of-type .c-pagination__next {
  display: none;
}

/* stylelint-disable */
.c-header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-header .col-sm-6 {
    width: 50%;
  }
}
.c-header .c-logo {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .c-header .c-logo {
    width: 70px;
    margin-top: 10px;
    margin-left: 10px;
  }
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  float: right;
  background-color: #F35D04;
  border-radius: 9px;
  padding: 10px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #menuToggle {
    margin-top: 20px;
  }
}
#menuToggle a {
  transition: color 0.3s ease;
}
#menuToggle input {
  display: block;
  width: 65px;
  height: 46px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 45px;
  height: 4px;
  margin-bottom: 7px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle span:nth-last-child(1) {
  margin-bottom: 0;
}
#menuToggle span.active-1 {
  opacity: 1;
  transform: rotate(45deg) translate(4px, -5px);
}
#menuToggle span.active-2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle span.active-3 {
  transform: rotate(-45deg) translate(0px, 4px);
}

.hamburger-active {
  position: fixed !important;
  margin-left: 491px;
}
@media screen and (max-width: 1200px) {
  .hamburger-active {
    margin-left: 0;
    right: 15px;
  }
}
.hamburger-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 9px;
  border: 3px solid white;
}

#menu {
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0vh;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  right: -50%;
  padding-left: 100px;
  padding-top: 160px;
  z-index: 2;
  transition: 0.5s;
  background-color: #F35D04;
  border-top-left-radius: 6px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #menu {
    width: 80%;
    right: -100%;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100%;
    height: 120vh;
    top: 0;
    padding-left: 20px;
    right: -100%;
  }
}
#menu a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
#menu a:hover {
  color: #2A56D9;
}
#menu ul {
  padding: 0;
  list-style-type: none;
}
#menu li {
  padding: 10px 0;
  font-size: 20px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  #menu li {
    font-size: 16px;
    padding: 5px 0;
  }
}

#menu.active {
  right: 0%;
}

.c-header-lp {
  background-color: white;
  padding: 40px 0;
  font-size: 15px;
}
.c-header-lp .row {
  display: flex;
  align-items: center;
}
.c-header-lp .col-sm-4 a {
  display: flex;
  align-items: center;
}
.c-header-lp .col-sm-5 a {
  display: flex;
  align-items: center;
  color: black;
  font-family: EffraBold;
}
.c-header-lp .col-sm-5 p {
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-header-lp .col-sm-5 p {
    font-size: 11px;
  }
}
.c-header-lp .col-sm-5 span {
  font-family: EffraHeavy;
}
.c-header-lp .col-sm-5 .col-sm-6:first-of-type p {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-header-lp .col-sm-5 .col-sm-6:first-of-type p {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header-lp .col-sm-6 {
    width: 50%;
    padding: 0 10px;
  }
}
.c-header-lp a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-header-lp a p {
    font-size: 10px;
  }
}
.c-header-lp .c-logo {
  display: inline-block;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .c-header-lp .c-logo {
    margin-bottom: 30px;
  }
}
.c-header-lp .c-logo-text {
  display: inline-block;
  height: 90px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-header-lp .c-logo-text {
    height: 80px;
    margin-bottom: 30px;
  }
}
.c-header-lp .c-icon {
  height: 35px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-header-lp .c-icon {
    margin-left: 10px;
    height: 24px;
  }
}

/* stylelint-disable */
.c-footer {
  color: white;
}
@media screen and (max-width: 767px) {
  .c-footer {
    text-align: center;
  }
}
.c-footer .c-text--footer-bigger {
  font-size: 17px;
  margin-bottom: 40px;
}
.c-footer .c-text--footer-bold {
  font-family: EffraBold;
  line-height: 19px;
  font-size: 14px;
}
.c-footer__upper {
  background-color: #2E2E31;
  padding: 70px 0;
}
.c-footer__upper .u-text-inline {
  margin-left: 20px;
  letter-spacing: 1px;
}
.c-footer__upper ul {
  list-style-type: none;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 767px) {
  .c-footer__upper ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.c-footer__upper ul li {
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.c-footer__upper ul a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
  text-transform: lowercase;
}
.c-footer__upper ul a:hover {
  color: #2A56D9;
}
.c-footer__upper .c-image--facebook {
  width: 35px;
  position: relative;
  top: 12px;
}
.c-footer__upper .c-image--text {
  max-width: 204px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer__upper .c-image--text {
    margin: auto;
  }
}
.c-footer__upper .c-image--shape {
  max-width: 174px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer__upper .c-image--shape {
    margin: 20px auto;
    max-width: 200px;
  }
}
.c-footer__bottom {
  background-color: #141414;
}
.c-footer__bottom .u-text-right {
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .c-footer__bottom .u-text-right {
    text-align: center;
  }
}
.c-footer__bottom .c-text--standard {
  font-size: 12px;
  line-height: 45px;
  margin: 0;
}
.c-footer__bottom .c-text--standard a {
  color: #F35D04;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-footer br {
    display: block;
  }
}
.c-footer__lp .c-footer__upper {
  text-align: center;
  padding: 86px 0;
}
.c-footer__lp .c-footer__upper .c-logo-text {
  width: 126px;
}
.c-footer__lp .c-footer__upper .c-logo {
  width: 137px;
  margin-bottom: 10px;
}/*# sourceMappingURL=main.css.map */