* {
  margin: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #444;
  font-family: 'Oxygen';
  background: url("../img/so-white.png") fixed; }

a {
  overflow: hidden; }

.home .banner-section {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: initial; }
  .home .banner-section .main-circle {
    position: absolute;
    right: 0;
    top: 0;
    overflow: initial; }
    @media (max-width: 1440px) {
      .home .banner-section .main-circle {
        width: 64%; } }
    @media (max-width: 1366px) {
      .home .banner-section .main-circle {
        width: 68%; } }
    @media (max-width: 768px) {
      .home .banner-section .main-circle {
        opacity: 0.3;
        width: 100%; } }
    @media (max-width: 451px) {
      .home .banner-section .main-circle {
        width: 109%; } }
  .home .banner-section .circle-float {
    position: absolute;
    z-index: 2; }
    .home .banner-section .circle-float.circle-2 {
      top: 10%;
      right: 73%; }
    .home .banner-section .circle-float.circle-3 {
      bottom: 0;
      right: 0;
      z-index: 1; }
      @media (max-width: 451px) {
        .home .banner-section .circle-float.circle-3 {
          bottom: -16%; } }
    .home .banner-section .circle-float.circle-4 {
      bottom: 10%;
      left: 0; }
  .home .banner-section .circle-1 {
    position: relative;
    z-index: 2;
    width: 1140px; }
  .home .banner-section .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    overflow: hidden; }
    .home .banner-section .content h1 {
      color: #336799;
      font-weight: bold;
      font-size: 4rem;
      overflow: hidden; }
      @media (max-width: 1680px) {
        .home .banner-section .content h1 {
          font-size: 3.5rem; } }
      @media (max-width: 1366px) {
        .home .banner-section .content h1 {
          font-size: 3rem; } }
      @media (max-width: 451px) {
        .home .banner-section .content h1 {
          font-size: 2rem; } }
    .home .banner-section .content p {
      width: 33%;
      line-height: 30px;
      font-size: 1.1rem; }
      @media (max-width: 1366px) {
        .home .banner-section .content p {
          width: 39%;
          font-size: 1rem; } }
      @media (max-width: 768px) {
        .home .banner-section .content p {
          width: 65%; } }
      @media (max-width: 451px) {
        .home .banner-section .content p {
          width: 100%; } }

@media (max-width: 451px) {
  .home #two, .home #three {
    margin-bottom: 5rem; } }

.home #one:before {
  content: url("../img/services/service-dot.png");
  position: absolute;
  left: 10%;
  top: 10%; }
  @media (max-width: 451px) {
    .home #one:before {
      left: -5%;
      top: 23%; } }

.home #one .cont {
  position: relative;
  text-align: center; }

.home #one .services-list {
  position: initial; }
  .home #one .services-list .card {
    border: 0;
    border-radius: 0;
    background: transparent; }
    .home #one .services-list .card .content .text {
      text-align: center;
      width: 55%;
      margin: auto;
      margin-top: 2rem; }
      @media (max-width: 1366px) {
        .home #one .services-list .card .content .text {
          width: 70%; } }
  .home #one .services-list .arrow-next, .home #one .services-list .arrow-prev {
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 5%;
    background: #eff7ff;
    border: 0;
    border-radius: 50%;
    padding: 10px 14px;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .home #one .services-list .arrow-next:hover, .home #one .services-list .arrow-prev:hover {
      background: #f7941d; }
      .home #one .services-list .arrow-next:hover img, .home #one .services-list .arrow-prev:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
  .home #one .services-list .arrow-prev {
    right: 9%; }
    @media (max-width: 1366px) {
      .home #one .services-list .arrow-prev {
        right: 10%; } }
    @media (max-width: 768px) {
      .home #one .services-list .arrow-prev {
        right: 13%; } }
    @media (max-width: 451px) {
      .home #one .services-list .arrow-prev {
        right: 19%; } }

.home #two .content {
  text-align: right;
  width: 88%;
  margin: auto; }
  @media (max-width: 1440px) {
    .home #two .content {
      width: 100%; } }
  @media (max-width: 451px) {
    .home #two .content {
      width: 95%;
      text-align: center; } }

.home #three {
  position: relative;
  min-height: 65vh;
  overflow: initial; }
  .home #three:before {
    content: url("../img/clients/client-dot.png");
    position: absolute;
    left: 0;
    bottom: 3%; }
    @media (max-width: 451px) {
      .home #three:before {
        opacity: 0; } }
  .home #three .content {
    text-align: left; }
    .home #three .content p {
      width: 77%; }
      .home #three .content p:not(:nth-child(1)) {
        display: none; }
      @media (max-width: 451px) {
        .home #three .content p {
          width: 100%; } }
  @media (max-width: 451px) {
    .home #three .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media (max-width: 451px) {
    .home #three img {
      margin-bottom: 2rem; } }

.home #four {
  text-align: center; }
  .home #four .chart {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-weight: bold;
    background: -webkit-linear-gradient(-45deg, #f7941d 47%, #ea860d 12%, #df7a00 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .home #four .text {
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-top: 2rem;
    text-transform: uppercase; }
    @media (max-width: 451px) {
      .home #four .text {
        margin-bottom: 2rem; } }

.home #five:before {
  content: '';
  position: absolute;
  left: -4%;
  background: url("../img/quote-img.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%; }
  @media (max-width: 1680px) {
    .home #five:before {
      left: -8%; } }
  @media (max-width: 768px) {
    .home #five:before {
      left: -48%; } }
  @media (max-width: 451px) {
    .home #five:before {
      opacity: 0; } }

.home #five .content {
  text-align: left; }
  @media (max-width: 451px) {
    .home #five .content {
      background: #206bb4;
      padding: 1rem;
      margin-bottom: 2rem; } }
  .home #five .content h1, .home #five .content p {
    color: #fff; }
  @media (max-width: 1366px) {
    .home #five .content h1 {
      font-size: 2.3rem; } }
  @media (max-width: 768px) {
    .home #five .content h1 {
      font-size: 2rem; } }
  @media (max-width: 451px) {
    .home #five .content h1 {
      font-size: 1.8rem; } }
  .home #five .content p {
    width: 55%; }
    @media (max-width: 1680px) {
      .home #five .content p {
        width: 70%; } }
    @media (max-width: 768px) {
      .home #five .content p {
        width: 90%; } }
    @media (max-width: 451px) {
      .home #five .content p {
        width: 100%; } }

.home #five h1.title-1 {
  text-align: left;
  margin-bottom: 3rem; }

.about .banner-section .row .col-lg-6 {
  padding: 0; }
  @media (max-width: 451px) {
    .about .banner-section .row .col-lg-6:nth-child(1) {
      display: none; } }

.about .banner-section .left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }

.about .banner-section .right {
  background: -webkit-gradient(linear, left top, left bottom, from(#0065c6), to(#0065c6));
  background: -webkit-linear-gradient(#0065c6, #0065c6);
  background: -o-linear-gradient(#0065c6, #0065c6);
  background: linear-gradient(#0065c6, #0065c6);
  position: relative;
  overflow-y: hidden; }
  .about .banner-section .right:before {
    content: '';
    background: url("../img/about/banner-dot.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -27%;
    width: 100%;
    height: 100%; }
  .about .banner-section .right .content {
    padding: 15rem 5rem; }
    @media (max-width: 768px) {
      .about .banner-section .right .content {
        padding: 15rem 1.5rem; } }
    .about .banner-section .right .content h2 {
      color: #fff;
      width: 60%;
      line-height: 80px; }
      @media (max-width: 1440px) {
        .about .banner-section .right .content h2 {
          width: 86%; } }
      @media (max-width: 1366px) {
        .about .banner-section .right .content h2 {
          font-size: 1.8rem;
          line-height: 60px; } }
      @media (max-width: 451px) {
        .about .banner-section .right .content h2 {
          width: 100%;
          font-size: 1.5rem; } }

.about #one {
  padding-bottom: 3rem !important;
  text-align: center; }
  .about #one .content {
    width: 55%;
    margin: auto; }
    @media (max-width: 1366px) {
      .about #one .content {
        width: 62%; } }
    @media (max-width: 768px) {
      .about #one .content {
        width: 90%; } }
    @media (max-width: 451px) {
      .about #one .content {
        width: 100%; } }
    .about #one .content p {
      width: 75%;
      margin: auto; }
    .about #one .content img {
      margin-top: 5rem; }

.about #two .col-md-3 {
  overflow: hidden; }

.about #two .bg-container {
  background: #eff7ff;
  margin-bottom: 2rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative; }

.about #two .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden; }
  @media (max-width: 768px) {
    .about #two .img-bg {
      height: 180px; } }
  @media (max-width: 451px) {
    .about #two .img-bg {
      height: 221px; } }
  .about #two .img-bg:before {
    content: '';
    background: #f7941d66;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .about #two .img-bg:hover:before {
    opacity: 1; }
  .about #two .img-bg:hover .icon-search {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .about #two .img-bg .icon-search {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }

.about #two .grid {
  margin: 0 auto;
  overflow: hidden; }
  .about #two .grid .grid-item, .about #two .grid .grid-sizer {
    width: calc(100%/4); }
    @media (max-width: 768px) {
      .about #two .grid .grid-item, .about #two .grid .grid-sizer {
        width: calc(100%/3); } }
    @media (max-width: 451px) {
      .about #two .grid .grid-item, .about #two .grid .grid-sizer {
        width: calc(100%/2); } }
  .about #two .grid .grid-item {
    border: 5px solid #fff; }
  .about #two .grid .card {
    position: relative;
    border: 0;
    border-radius: 0; }
    .about #two .grid .card img {
      -webkit-filter: none;
      filter: none;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      width: 100%; }
    .about #two .grid .card:before {
      content: '';
      background: #f7941d66;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .about #two .grid .card:hover:before {
      opacity: 1; }
    .about #two .grid .card:hover .icon-search {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .about #two .grid .card .icon-search {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      color: #fff;
      font-size: 2.5rem;
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
      transform: translate(-50%, -10%); }

.clients .banner-section {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .clients .banner-section .cont {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .clients .banner-section .content p {
    width: 40%;
    color: #fff; }
    @media (max-width: 1440px) {
      .clients .banner-section .content p {
        width: 50%; } }
    @media (max-width: 768px) {
      .clients .banner-section .content p {
        width: 65%; } }
    @media (max-width: 451px) {
      .clients .banner-section .content p {
        width: 90%; } }

.clients #one .content p {
  width: 80%; }
  @media (max-width: 451px) {
    .clients #one .content p {
      width: 100%; } }

@media (max-width: 451px) {
  .clients #one .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .clients #one .row img {
      margin-bottom: 2rem; } }

@media (max-width: 451px) {
  .clients #one .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.clients #two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .clients #two .navigations {
    min-height: 50vh; }
    @media (max-width: 451px) {
      .clients #two .navigations {
        min-height: 28vh; } }
  .clients #two .nav {
    margin: 3rem 0; }
    .clients #two .nav .nav-link {
      color: #000;
      position: relative;
      padding-left: 2rem;
      outline: none; }
      .clients #two .nav .nav-link:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#0f6fcc), to(#043a6e));
        background: -webkit-linear-gradient(#0f6fcc, #043a6e);
        background: -o-linear-gradient(#0f6fcc, #043a6e);
        background: linear-gradient(#0f6fcc, #043a6e);
        left: 2px;
        top: 32%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .clients #two .nav .nav-link.active:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#be6d0c)) !important;
        background: -webkit-linear-gradient(#f7941d, #be6d0c) !important;
        background: -o-linear-gradient(#f7941d, #be6d0c) !important;
        background: linear-gradient(#f7941d, #be6d0c) !important;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 29%; }
  .clients #two .tab-content .tab-pane img {
    width: 50%; }
    @media (max-width: 768px) {
      .clients #two .tab-content .tab-pane img {
        width: 100%; } }
  @media (max-width: 451px) {
    .clients #two .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.team .banner-section {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .team .banner-section .content {
    text-align: center; }
    .team .banner-section .content h2, .team .banner-section .content p {
      color: #fff;
      margin: auto; }
    .team .banner-section .content p {
      width: 45%; }
      @media (max-width: 1440px) {
        .team .banner-section .content p {
          width: 50%; } }
      @media (max-width: 768px) {
        .team .banner-section .content p {
          width: 80%; } }

.team #one h1 {
  text-align: center;
  margin-bottom: 5rem; }

@media (max-width: 451px) {
  .team #one .team-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2rem; } }

.team #one .team-list .content {
  text-align: right; }
  .team #one .team-list .content h3 {
    overflow: hidden;
    font-weight: bold;
    color: #f7941d; }
  @media (max-width: 451px) {
    .team #one .team-list .content h3, .team #one .team-list .content p {
      text-align: center !important; } }

.team #one .team-list p {
  width: 70%;
  margin-left: auto;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .team #one .team-list p {
      width: 100%; } }

.team #one .team-list:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .team #one .team-list:nth-child(2n+1) .content {
    text-align: left; }
    .team #one .team-list:nth-child(2n+1) .content h3 {
      color: #0071de; }
    .team #one .team-list:nth-child(2n+1) .content p {
      margin-left: 0; }
  @media (max-width: 451px) {
    .team #one .team-list:nth-child(2n+1) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.services .banner-section {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .services .banner-section .content {
    text-align: center; }
    .services .banner-section .content h2 {
      margin: auto; }

.services #one h1 {
  text-align: center;
  margin-bottom: 5rem; }

.services #one .list .service {
  margin-bottom: 5rem; }

.services #one .list .content .text {
  text-align: center;
  width: 55%;
  margin: auto;
  margin-top: 2rem; }
  @media (max-width: 768px) {
    .services #one .list .content .text {
      width: 90%; } }

.services #one .list .content .hexagon {
  width: 260px; }
  @media (max-width: 768px) {
    .services #one .list .content .hexagon {
      width: 217px; } }
  .services #one .list .content .hexagon .inside .shape {
    width: 78%;
    display: block;
    margin: auto; }
    @media (max-width: 768px) {
      .services #one .list .content .hexagon .inside .shape {
        width: 70%; } }
  .services #one .list .content .hexagon .inside img:not(.shape) {
    width: 16%; }
    @media (max-width: 768px) {
      .services #one .list .content .hexagon .inside img:not(.shape) {
        width: 19%; } }

#contact_form_quote p {
  overflow: hidden; }

#contact_form_quote input:not([type="submit"]), #contact_form_quote textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  padding: 10px 0;
  background: transparent; }
  #contact_form_quote input:not([type="submit"])::-webkit-input-placeholder, #contact_form_quote textarea::-webkit-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"]):-ms-input-placeholder, #contact_form_quote textarea:-ms-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"])::-ms-input-placeholder, #contact_form_quote textarea::-ms-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"])::placeholder, #contact_form_quote textarea::placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }

#contact_form_quote textarea {
  height: 86px;
  resize: none; }

#contact_form_quote input[type="submit"] {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7951e), color-stop(51%, #df7a00), to(#f7951e));
  background-image: -webkit-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-image: -o-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-image: linear-gradient(to right, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-size: 200% auto;
  border: 0;
  border-radius: 50px;
  margin-top: 6rem;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 5rem;
  outline: none !important;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: 4px;
  font-size: .9rem; }
  @media (max-width: 451px) {
    #contact_form_quote input[type="submit"] {
      margin-top: 3rem;
      padding: 13px 4rem; } }
  #contact_form_quote input[type="submit"]:hover {
    text-decoration: none;
    background-position: right center; }

#contact_form_quote .wpcf7-mail-sent-ok, #contact_form_quote .wpcf7-validation-errors, #contact_form_quote .wpcf7-mail-sent-ng {
  border: 0 !important;
  color: #fff;
  padding: 1rem; }

#contact_form_quote .wpcf7-mail-sent-ok {
  background: #0159ad; }

#contact_form_quote .wpcf7-validation-errors, #contact_form_quote .wpcf7-mail-sent-ng {
  background: #ff6666; }

#contact_form_quote span.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
  margin-top: -29px; }

.contacts .banner-section {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  .contacts .banner-section .cont {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts .banner-section .content {
    width: 100%;
    text-align: center; }
    .contacts .banner-section .content h2, .contacts .banner-section .content p {
      color: #fff; }
    .contacts .banner-section .content h2 {
      margin-bottom: 1rem;
      font-weight: bold;
      font-size: 3rem; }
      @media (max-width: 768px) {
        .contacts .banner-section .content h2 {
          font-size: 2rem; } }

.contacts #one #contact_form_quote {
  width: 50%;
  margin: auto; }
  @media (max-width: 768px) {
    .contacts #one #contact_form_quote {
      width: 80%; } }
  @media (max-width: 451px) {
    .contacts #one #contact_form_quote {
      width: 90%; } }
  .contacts #one #contact_form_quote input::-webkit-input-placeholder, .contacts #one #contact_form_quote textarea::-webkit-input-placeholder {
    color: #0f6fcc; }
  .contacts #one #contact_form_quote input:-ms-input-placeholder, .contacts #one #contact_form_quote textarea:-ms-input-placeholder {
    color: #0f6fcc; }
  .contacts #one #contact_form_quote input::-ms-input-placeholder, .contacts #one #contact_form_quote textarea::-ms-input-placeholder {
    color: #0f6fcc; }
  .contacts #one #contact_form_quote input::placeholder, .contacts #one #contact_form_quote textarea::placeholder {
    color: #0f6fcc; }

.contacts #two {
  position: relative; }
  @media (max-width: 768px) {
    .contacts #two .contact-details {
      -webkit-columns: 2;
      columns: 2; } }
  @media (max-width: 451px) {
    .contacts #two .contact-details {
      -webkit-columns: 1;
      columns: 1; } }
  .contacts #two .contact-det {
    margin-bottom: 3rem;
    padding-left: 4rem; }
    @media (max-width: 1440px) {
      .contacts #two .contact-det {
        padding-left: 2rem; } }
    .contacts #two .contact-det b {
      color: #336799;
      display: block;
      margin-bottom: 1rem;
      font-size: 1.5rem; }
    .contacts #two .contact-det ul {
      padding: 0; }
      .contacts #two .contact-det ul li {
        margin-bottom: 5px;
        font-weight: 100;
        color: #000; }
  .contacts #two .contact-right {
    text-align: center;
    overflow: hidden; }
    @media (max-width: 451px) {
      .contacts #two .contact-right img {
        width: 71%;
        margin-left: 70px !important; } }
    .contacts #two .contact-right .hr-person {
      position: absolute;
      bottom: 0; }
      .contacts #two .contact-right .hr-person.hr-1 {
        bottom: 50%;
        left: 14%; }
        @media (max-width: 1440px) {
          .contacts #two .contact-right .hr-person.hr-1 {
            left: 5%; } }
        @media (max-width: 768px) {
          .contacts #two .contact-right .hr-person.hr-1 {
            left: 2%; } }
        @media (max-width: 451px) {
          .contacts #two .contact-right .hr-person.hr-1 {
            left: 4%;
            top: -1%; } }
      .contacts #two .contact-right .hr-person.hr-2 {
        right: 16%;
        bottom: 10%; }
        @media (max-width: 1680px) {
          .contacts #two .contact-right .hr-person.hr-2 {
            right: 13%; } }
        @media (max-width: 1440px) {
          .contacts #two .contact-right .hr-person.hr-2 {
            right: 5%; } }
        @media (max-width: 768px) {
          .contacts #two .contact-right .hr-person.hr-2 {
            right: 2%; } }
        @media (max-width: 451px) {
          .contacts #two .contact-right .hr-person.hr-2 {
            right: 17px;
            bottom: 1%; } }
      .contacts #two .contact-right .hr-person b {
        color: #0071de;
        font-size: 1.2rem; }
        @media (max-width: 451px) {
          .contacts #two .contact-right .hr-person b {
            font-size: 0.9rem; } }
      .contacts #two .contact-right .hr-person p {
        font-size: .9rem;
        margin-bottom: 0; }

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 1rem 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow-x: initial; }
  header .cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      header .cont .logo img {
        width: 65%; } }
    header .cont nav ul {
      margin: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      @media (max-width: 768px) {
        header .cont nav ul {
          -webkit-transform: translateX(130%);
          -ms-transform: translateX(130%);
          transform: translateX(130%);
          position: fixed;
          z-index: -1;
          right: 0;
          top: 0;
          width: 50%;
          height: 100%;
          background: #fff;
          padding: 6rem 0; } }
      @media (max-width: 768px) {
        header .cont nav ul {
          width: 65%; } }
      header .cont nav ul li {
        list-style: none;
        margin-left: 3rem;
        position: relative;
        padding: 2rem 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
        @media (max-width: 768px) {
          header .cont nav ul li {
            opacity: 0; } }
        header .cont nav ul li a {
          text-decoration: none;
          color: #fff;
          outline: none; }
          header .cont nav ul li a:before {
            content: '';
            position: absolute;
            background: #f7941d;
            width: 25px;
            height: 25px;
            border-radius: 50px;
            z-index: -1;
            left: 50%;
            -webkit-transform: translateX(-50%) scale(0.5);
            -ms-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            opacity: 0; }
        header .cont nav ul li:hover a:before {
          opacity: 1;
          -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1); }
        header .cont nav ul li.current_page_item a:before {
          opacity: 1;
          -webkit-transform: translateX(-50%) scale(1);
          -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1); }
    header .cont nav .menu-icon {
      display: none;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%;
      background: #f4911a;
      padding: 12px;
      border-radius: 3px; }
      @media (max-width: 768px) {
        header .cont nav .menu-icon {
          display: block; } }
      header .cont nav .menu-icon span {
        display: block;
        border-radius: 1px;
        content: "";
        background: #fff;
        width: 32px;
        height: 3px;
        border: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-top: 8px; }
        header .cont nav .menu-icon span:nth-child(1) {
          margin: 0 !important; }
  header.header-fixed {
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    -webkit-animation: animateHeader .5s ease-out forwards;
    animation: animateHeader .5s ease-out forwards; }
    @media (max-width: 768px) {
      header.header-fixed {
        -webkit-animation: none;
        animation: none; } }
    header.header-fixed ul li {
      padding: 1rem 0 !important; }

@-webkit-keyframes animateHeader {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes animateHeader {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
    header.header-fixed .logo img {
      width: 50%; }
  header.show-header .cont nav ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block !important;
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    height: 100%; }
    header.show-header .cont nav ul li {
      opacity: 1;
      padding: 1rem 0; }
      header.show-header .cont nav ul li a {
        color: #000;
        font-size: 1.5rem; }
        header.show-header .cont nav ul li a:before {
          left: 17%;
          width: 40px;
          height: 40px;
          top: 10%; }
          @media (max-width: 768px) {
            header.show-header .cont nav ul li a:before {
              left: 14%; } }
          @media (max-width: 451px) {
            header.show-header .cont nav ul li a:before {
              left: 22%;
              top: 16%; } }
      header.show-header .cont nav ul li.current_page_item a:before {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }
  header.show-header .menu-icon span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg); }
  header.show-header .menu-icon span:nth-child(2) {
    opacity: 0; }
  header.show-header .menu-icon span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg); }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #343434d4;
  opacity: 0;
  z-index: -1000; }
  .overlay.show {
    opacity: 1 !important;
    z-index: 99; }

.error404 #loader {
  display: none !important; }

#page-404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0071df), to(#023669));
  background: -webkit-linear-gradient(#0071df, #023669);
  background: -o-linear-gradient(#0071df, #023669);
  background: linear-gradient(#0071df, #023669);
  color: #fff; }
  #page-404 h1 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    font-size: 3rem; }
    @media (max-width: 1366px) {
      #page-404 h1 {
        font-size: 2.5rem; } }
    @media (max-width: 451px) {
      #page-404 h1 {
        font-size: 2rem; } }
  #page-404 p {
    font-weight: 100;
    font-size: 2rem; }
    @media (max-width: 1366px) {
      #page-404 p {
        font-size: 1.5rem; } }
    @media (max-width: 451px) {
      #page-404 p {
        font-size: 1.2rem; } }
  #page-404 .button-default button {
    margin-top: 2.5rem; }

footer {
  position: relative;
  background: #eff7ff; }
  @media (max-width: 451px) {
    footer {
      min-height: 66vh !important; } }
  footer:before {
    content: '';
    background: url("../img/so-white.png");
    position: absolute;
    width: 120%;
    height: 100%;
    top: -76%;
    border-radius: 100%;
    left: -10%; }
    @media (max-width: 1366px) {
      footer:before {
        border-radius: 50%; } }
    @media (max-width: 768px) {
      footer:before {
        left: -49%;
        width: 200%;
        top: -81%; } }
    @media (max-width: 451px) {
      footer:before {
        border-radius: 44%;
        top: -71%; } }
  footer .cont {
    z-index: 1; }
  footer .row {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal; }
    @media (max-width: 768px) {
      footer .row .col-md-6 {
        margin-bottom: 2rem; } }
  footer .footer-logo {
    margin-top: 6rem; }
    @media (max-width: 1366px) {
      footer .footer-logo {
        margin-top: 9rem; } }
    @media (max-width: 451px) {
      footer .footer-logo {
        margin-top: 7rem; } }
    @media (max-width: 451px) {
      footer .footer-logo img {
        width: 34%; } }
  footer h1.title-1 {
    margin-top: 2rem;
    margin-bottom: 5rem; }
    @media (max-width: 451px) {
      footer h1.title-1 {
        margin-bottom: 3rem;
        font-size: 1.2rem; } }
  @media (max-width: 451px) {
    footer .det {
      display: none; } }
  @media (max-width: 451px) {
    footer .links {
      text-align: center; }
      footer .links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        footer .links ul li {
          margin-right: 1rem; } }
  footer b {
    color: #336799;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 1rem; }
  footer ul {
    padding: 0; }
    footer ul li {
      margin-bottom: 5px; }
      footer ul li a {
        font-weight: 100;
        font-size: .8rem;
        color: #000;
        outline: none; }
        footer ul li a:hover {
          text-decoration: none; }
        footer ul li a span {
          display: inline-table;
          width: 50px; }
  footer hr {
    margin: 3rem 0; }
    @media (max-width: 768px) {
      footer hr {
        margin: 1rem 0; } }
  footer .copyright {
    text-align: center;
    color: #b4b4b4;
    font-size: .8rem; }
    @media (max-width: 1366px) {
      footer .copyright {
        margin-bottom: 2rem; } }
    @media (max-width: 451px) {
      footer .copyright {
        font-size: .7rem; } }
    footer .copyright a {
      color: #b4b4b4; }
      footer .copyright a:hover {
        color: #e5224e;
        text-decoration: none; }

.contacts #two .contact-det ul li, #page-404 p, footer ul li a, .content-text p {
  font-family: 'Ubuntu'; }

.team .banner-section, .services .banner-section, header .cont, header .cont nav ul, .hexagon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home #five, .about .banner-section .left, .about .banner-section .right, .team #one, .contacts #two, #page-404, footer, .banner-section {
  min-height: 100vh; }

.home #one, .home #two, .home #three, .home #four {
  min-height: 95vh; }

.about #one, .about #two, .clients #two, .team #one, .services #one, .contacts #one, .contacts #two {
  padding: 10rem 0; }
  @media (max-width: 1366px) {
    .about #one, .about #two, .clients #two, .team #one, .services #one, .contacts #one, .contacts #two {
      padding: 5rem 0; } }

.home #one, .home #two, .home #three, .home #four, .home #five, footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.clients .banner-section .content h2, .team .banner-section .content h2, .services .banner-section .content h2 {
  color: #fff;
  width: 50%;
  margin-bottom: 3rem; }
  @media (max-width: 1440px) {
    .clients .banner-section .content h2, .team .banner-section .content h2, .services .banner-section .content h2 {
      width: 60%; } }
  @media (max-width: 1440px) {
    .clients .banner-section .content h2, .team .banner-section .content h2, .services .banner-section .content h2 {
      width: 80%; } }
  @media (max-width: 1440px) {
    .clients .banner-section .content h2, .team .banner-section .content h2, .services .banner-section .content h2 {
      width: 100%;
      font-size: 1.6rem; } }

.cont {
  width: 85%;
  margin: auto; }
  @media (max-width: 768px) {
    .cont {
      width: 90%; } }

h1 {
  overflow: hidden;
  color: #336799;
  font-weight: bold; }
  h1.title-1 {
    text-align: center;
    margin-bottom: 7rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 1.5rem; }
    @media (max-width: 451px) {
      h1.title-1 {
        margin-bottom: 4rem; } }

h2 {
  overflow: hidden; }

.title-2 h1 {
  margin-bottom: 2rem; }
  @media (max-width: 1366px) {
    .title-2 h1 {
      font-size: 2rem; } }
  @media (max-width: 768px) {
    .title-2 h1 {
      font-size: 1.5rem; } }

.content-text p {
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 30px; }
  @media (max-width: 1366px) {
    .content-text p {
      font-size: 1rem; } }

.hexagon {
  background: #eff7ff;
  width: 300px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 0;
  border-radius: 50%;
  position: relative; }
  @media (max-width: 1366px) {
    .hexagon {
      width: 249px;
      padding: 3rem 0; } }
  .hexagon .shape {
    display: block;
    margin: auto; }
    @media (max-width: 1366px) {
      .hexagon .shape {
        width: 80%; } }
  .hexagon img:not(.shape) {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1366px) {
      .hexagon img:not(.shape) {
        width: 17%; } }
  .hexagon:hover .shape {
    -webkit-filter: invert(45%) sepia(47%) saturate(2871%) hue-rotate(346deg) brightness(117%) contrast(88%);
    filter: invert(45%) sepia(47%) saturate(2871%) hue-rotate(346deg) brightness(117%) contrast(88%); }

.button-default {
  text-decoration: none; }
  .button-default button {
    background-image: -webkit-gradient(linear, left top, right top, from(#f7951e), color-stop(51%, #df7a00), to(#f7951e));
    background-image: -webkit-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
    background-image: -o-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
    background-image: linear-gradient(to right, #f7951e 0%, #df7a00 51%, #f7951e 100%);
    background-size: 200% auto;
    border: 0;
    border-radius: 50px;
    margin-top: 6rem;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 3rem;
    outline: none !important;
    cursor: pointer;
    -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media (max-width: 451px) {
      .button-default button {
        margin-top: 3rem;
        padding: 13px 4rem; } }
    .button-default button span {
      margin-right: 10px;
      letter-spacing: 4px;
      font-size: .9rem; }
    .button-default button img {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      margin-bottom: 0 !important; }
  .button-default:hover {
    text-decoration: none; }
    .button-default:hover button {
      background-position: right center; }
    .button-default:hover img {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }

.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#contact_form_quote input:not([type="submit"]), #contact_form_quote textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  padding: 10px 0;
  background: transparent; }
  #contact_form_quote input:not([type="submit"])::-webkit-input-placeholder, #contact_form_quote textarea::-webkit-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"]):-ms-input-placeholder, #contact_form_quote textarea:-ms-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"])::-ms-input-placeholder, #contact_form_quote textarea::-ms-input-placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #contact_form_quote input:not([type="submit"])::placeholder, #contact_form_quote textarea::placeholder {
    color: #f7941d;
    text-transform: uppercase;
    letter-spacing: 5px; }

#contact_form_quote textarea {
  height: 86px;
  resize: none; }

#contact_form_quote input[type="submit"] {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7951e), color-stop(51%, #df7a00), to(#f7951e));
  background-image: -webkit-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-image: -o-linear-gradient(left, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-image: linear-gradient(to right, #f7951e 0%, #df7a00 51%, #f7951e 100%);
  background-size: 200% auto;
  border: 0;
  border-radius: 50px;
  margin-top: 6rem;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 5rem;
  outline: none !important;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: 4px;
  font-size: .9rem; }
  @media (max-width: 451px) {
    #contact_form_quote input[type="submit"] {
      margin-top: 3rem;
      padding: 13px 4rem; } }
  #contact_form_quote input[type="submit"]:hover {
    text-decoration: none;
    background-position: right center; }

.services h2, .team h2 {
  text-transform: uppercase; }

.overflow-hidden {
  overflow: hidden !important; }

@media (max-width: 768px) {
  .rellax {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; } }

#loader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/loader.gif") center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: url("../img/loader.gif") center no-repeat, -webkit-linear-gradient(#000, #000);
  background: url("../img/loader.gif") center no-repeat, -o-linear-gradient(#000, #000);
  background: url("../img/loader.gif") center no-repeat, linear-gradient(#000, #000);
  background-size: 10%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  @media (max-width: 768px) {
    #loader {
      background-size: 20%; } }
  @media (max-width: 451px) {
    #loader {
      background-size: 30%; } }
