/*&:after {
  content: "";
  display: table;
  clear: both;}*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

i.fa-solid, i.fa-regular, i.fa-light, i.fa-thin {
  font-family: 'Font Awesome 6 Pro'; 
  font-style: normal;
}


body {
  font-family: 'sofia-pro', 'Sofia Pro', 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #365b71; }


/* Cookiewidget */
@media screen and (max-width: 680px) {
  #CookiebotWidget {
    left: 20vw !important;
    bottom: 16px !important;
  }
}

/*---scrollbar---*/
body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-track {
    background: rgba(192, 192, 192, .7);
    width: 10px;
  }
  body::-webkit-scrollbar-thumb {
    background: #007CA3;
    width: 10px;
  }
  
  /* text selection */
  ::selection {
    background: #007CA3;;
    color: #fff; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #007CA3;;
    color: #fff; /* Gecko Browsers */
  }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #365b71;
  margin: 0; }
.text-white p {
  color: #fff;
}
input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1161px;
  margin: auto; }

h1, h2 {
  margin: 0 0 30px; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; border:none; }

 .form-default textarea {
    border-radius: 10px;
    height: 150px;
    max-width: 100%;
  }
.section-white {
  background: #fff; }

.section-blue {
  background: #EAEEF2; }

.section-beige {
  background: #FCF4E5; }

/*---------------------------------HEADER----------------------------------*/
header {
  z-index: 99990;
  position: relative; }

.logo {
  position: relative; }
  .logo img {
    vertical-align: top;
    margin-right: 20px; }
  .logo .wrap-text {
    display: inline-block;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    width: 100px;
    position: relative;
    top: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .logo .wrap-text .top {
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 19px;
      letter-spacing: normal;
      text-align: center;
      color: #1b170c;
      display: inline-block;
      font-family: 'dearJoe', sans-serif; }
    .logo .wrap-text .bottom {
      font-size: 22px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 19px;
      letter-spacing: normal;
      text-align: center;
      color: #1b170c;
      display: inline-block;
      font-family: 'dearJoe', sans-serif;
      position: relative;
      top: -5px; }
      .logo .wrap-text .bottom i {
        font-style: normal;
        display: none; }

.top-line {
  position: relative;
  padding: 25px 0 40px;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .top-line .container-fluid {
    position: relative;
    z-index: 2;
    padding: 0 58px; }

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 13px 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .top-menu li.item {
    margin-left: 29.5px;
    position: relative;
    top: 3px; }
    .top-menu li.item a {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: right;
      color: #2c2929;
      position: relative; }
      .top-menu li.item a span {
        position: absolute;
        top: -13px;
        right: -17px;
        border-radius: 100%;
        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;
        width: 18px;
        height: 18px;
        background-color: #efd548;
        font-family: HelveticaNeue, sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff; }
      .top-menu li.item a:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        top: 0;
        font-size: 16px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: right;
        color: #007CA3;
        content: attr(data-name);
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        white-space: nowrap; }
      .top-menu li.item a:hover {
        color: #007CA3;
        /* &:after{
           opacity: 1;
         }*/ }
  .top-menu li.btn-wrap {
    margin-left: 44px;
    position: relative;
    top: 2px; }
  .top-menu li:first-child {
    margin: 0 !important; }
.gform_button,
.btn-default {
  display: inline-block;
  min-width: 122px;
  height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #007CA3;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  opacity: 1;
  outline: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .gform_button:hover,
  .btn-default:hover {
    background-color: #22617a; }
.btn-yellow {
  background-color: #fec633;
  /* color: #846c1e!important; */
}
.btn-yellow:hover {
  background-color: #E6B12E;
}
/*-----------------------------END-HEADER------------------------------------*/
/*-----------------------------HOME-HEADER------------------------------------*/
.home-header-wrap {
  padding: 0 0 35px;
  position: relative;
  overflow: hidden; }
  .home-header-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url("../img/bg-3.png"); }

.home-header {
  position: relative;
  padding: 210px 0 100px;
  min-height: 730px;
  z-index: 1; }
  .home-header .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .home-header .bg-wrap:before {
      position: absolute;
      top: 0;
      right: 50%;
      bottom: 0;
      left: 0;
      content: '';
      background: url("../img/bg-1.jpg") no-repeat center;
      background-size: cover; }
    .home-header .bg-wrap:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      content: '';
      background: url("../img/bg-2.jpg") no-repeat center;
      background-size: cover; }
  .home-header:before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background: #007185;
    mix-blend-mode: multiply;
    opacity: 1; }
  .home-header:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    content: '';
    mix-blend-mode: multiply;
    background: #FEC633;
    opacity: 1; }
  .home-header .container {
    position: relative;
    z-index: 1; }
  .home-header .left {
    text-align: right; }
    .home-header .left a {
      width: 100%;
      background-color: #007CA3;
      padding: 10px;
      border-radius: 60px 0 0 60px; }
  .home-header .right {
    text-align: left; }
    .home-header .right a {
      width: 100%;
      background-color: #fec633;
      padding: 10px;
      border-radius: 0 60px 60px 0; }
  .home-header figure {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%; }
  .home-header .text {
    width: calc(100% - 130px);
    padding: 10px 0 0; }
    .home-header .text .title {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 0;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .home-header .text p {
      font-size: 30px;
      line-height: 40px;
      font-family: 'Bree Serif', sans-serif;
      color: #fff; }
  .home-header .hover-block {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 40px; }
    .home-header .hover-block p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 23px;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0 0 15px;
      font-family: 'sofia-pro', 'Sofia Pro', 'Open Sans', sans-serif; }
      .home-header .hover-block p i {
        margin: 0 15px;
        font-size: 20px;
        line-height: 23px;
        color: #ffffff;
        position: relative;
        top: 3px;
        left: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .home-header .hover-block p:hover i {
        left: 2px; }
    .home-header .hover-block p:last-child {
      margin-bottom: 0; }
  .home-header a:hover .hover-block {
    max-height: 500px;
    opacity: 1;
    padding: 65px 40px 40px; }
  .home-header .left .hover-block {
    text-align: right; }
    .home-header .left .hover-block p i {
      color: #fec633; }
    .home-header .left .hover-block p:hover i {
      left: -2px; }

.link-wrap a {
  font-family: 'Bree Serif', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #007CA3; }
  .link-wrap a i {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 20px;
    left: 0;
    color: #fccc2e;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .link-wrap a:hover i {
    left: 3px; }

.text-block {
  position: relative;
  z-index: 5;
  top: -59px; }
  .text-block .container {
    position: relative;
    z-index: 2; }
  .text-block .top {
    position: relative;
    background: #fff;
    padding-bottom: 80px; }
    .text-block .top:before {
      position: absolute;
      top: -50px;
      left: 0;
      height: 50px;
      width: 50%;
      content: '';
      border-right: 50px solid transparent;
      border-top: 0;
      border-bottom: 50px solid #fff;
      border-radius: 10px 0 0 0; }
    .text-block .top:after {
      position: absolute;
      top: -50px;
      right: 0;
      height: 50px;
      width: 50%;
      content: '';
      border-left: 50px solid transparent;
      border-top: 0;
      border-bottom: 50px solid #fff;
      border-radius: 0 10px 0 0; }
  .text-block .bottom {
    position: relative;
    border-radius: 0 0 10px 10px;
    background-color: #007CA3;
    padding: 44px 100px 46px; }
    .text-block .bottom:after {
      position: absolute;
      bottom: -30px;
      left: 50%;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      background-color: #007CA3;
      content: '';
      -webkit-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg);
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
    .text-block .bottom:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      z-index: 1;
      background-color: #007CA3;
      border-radius: 0 0 10px 10px; }
    .text-block .bottom ul {
      position: relative;
      z-index: 2; }
      .text-block .bottom ul li {
        width: 170px; }
        .text-block .bottom ul li p {
          font-size: 20px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.35;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          font-family: 'Open Sans', sans-serif; }
        .text-block .bottom ul li p.number {
          font-size: 40px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.05;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          margin: 0 0 4px; }
  .text-block .row {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px; }
  .text-block .left {
    padding: 27px 87px; }
  .text-block .right {
    padding: 35px 60px 35px 20px; }
    .text-block .right p {
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.47;
      letter-spacing: normal;
      text-align: left;
      color: #365b71;
      margin-bottom: 20px;
      }

h1 {
  font-family: 'Bree Serif', sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #007CA3; }
  h1 u {
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-decoration: none; }
    h1 u:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      content: '';
      height: 4px;
      background-color: #efd548; }

/*----------------------------END-HOME-HEADER------------------------------------*/
/*----------------------------TEXT-BLOCK------------------------------------*/
.text-section {
  padding: 189px 0 170px; }
  .text-section .left {
    padding: 0 80px; }
  .text-section .right {
    padding: 5px 20px; }
  .text-section p {
    margin-bottom: 20px; }
  .text-section p:last-child {
    margin-bottom: 0; }

h2 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #007CA3;
  font-family: 'Bree Serif', sans-serif; }
  h2 span,
  h2 u {
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-decoration: none!important; }
    h2 span:after,
    h2 u:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      content: '';
      height: 5px;
      background-color: #efd548; }

.section-text-right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.section-text-left .row, .block-revers .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.is-sticky .top-line {
  padding: 10px 0; }
.is-sticky .logo .wrap-text {
  top: 0; }
.is-sticky .top-menu {
  padding-top: 0; }

.block-revers figure {
  padding-right: 15px !important;
  padding-left: 0 !important; }

/*---------------------------END-TEXT-BLOCK------------------------------------*/
/*---------------------------FEATURED-PROJECTS-----------------------------------*/
.featured-projects {
  padding: 49px 0 100px;
  overflow: hidden; }
  .featured-projects h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #007CA3;
    margin-bottom: 35px; }
  .featured-projects .text-wrap {
    position: relative; }
    .featured-projects .text-wrap .wrap {
      padding: 30px 30px 34px 36px;
      border-radius: 10px;
      background-color: #eaeef2;
      margin: 89px 20px 0 0;
      height: 387px;
      position: relative; }
      .featured-projects .text-wrap .wrap:after {
        position: absolute;
        left: 90%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        width: 120px;
        height: 70px;
        border-left: 60px solid #e9edf1;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        content: ''; }
    .featured-projects .text-wrap .link-wrap {
      position: absolute;
      left: 36px;
      bottom: 25px; }
  .featured-projects .slider-wrap {
    padding: 0 8px; }

.projects-slider {
  width: 1400px; }
  .projects-slider .slide {
    position: relative;
    padding-top: 12px; }
    .projects-slider .slide figure {
      overflow: hidden;
      width: 100%;
      height: 387px;
      border-radius: 10px;
      position: relative;
      z-index: 1; }
      .projects-slider .slide figure:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        height: 160px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78)); }
      .projects-slider .slide figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        vertical-align: top; }
    .projects-slider .slide .info-wrap {
      position: absolute;
      left: 40px;
      bottom: 17px;
      z-index: 5; }
      .projects-slider .slide .info-wrap h6 {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: -5px; }
      .projects-slider .slide .info-wrap .link-wrap p {
        color: #fff;
        font-family: 'Bree Serif', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.5;
        letter-spacing: normal;
        text-align: left; }
        .projects-slider .slide .info-wrap .link-wrap p i {
          position: relative;
          top: 3px;
          margin-left: 10px;
          font-size: 20px;
          left: 0;
          color: #fccc2e;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .projects-slider .slide .info-wrap .link-wrap p:hover i {
          left: 3px; }

#sticky-wrapper {
  min-height: 119px; }

.label {
  position: absolute;
  left: 27px;
  top: 0;
  z-index: 5; }
  .label li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
    border-radius: 12px;
    padding: 0 15px;
    background-color: #fec633;
    color: #846c1e;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-align: left;
    text-transform: uppercase; }
  .label .first {
    background-color: #007CA3;
    color: #fff; }

/*--------------------------END-FEATURED-PROJECTS-----------------------------------*/
/*--------------------------TEXT-IMG-SECTION-----------------------------------*/
.text-img-section {
  padding: 120px 0 100px; }
  .text-img-section .item {
    padding: 45px 0; }
  .text-img-section h3 {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: normal;
    text-align: left;
    color: #007CA3;
    margin-bottom: 25px;
    font-family: 'Bree Serif', sans-serif; }
  .text-img-section p {
    margin-bottom: 20px; }
  .text-img-section .link-wrap {
    margin-top: 20px; }
  .text-img-section figure {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 0; }
    .text-img-section figure img {
      vertical-align: top;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 10px; }
  .text-img-section .text-wrap {
    padding: 0 50px 0 70px; }

/*-------------------------END-TEXT-IMG-SECTION-----------------------------------*/
/*-------------------------FEATURED-DESIGN-----------------------------------*/
.featured-design {
  position: relative;
  padding: 81px 0 77px; }
  .featured-design:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    content: '';
    background: #fff; }

.design-slider .slide {
  padding-top: 12px;
  position: relative; }
.design-slider .label {
  left: 20px; }
.design-slider figure {
  width: 100%;
  height: 393px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .design-slider figure:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.77)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.77)); }
  .design-slider figure:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.77)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.77)); }
  .design-slider figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 10px; }
.design-slider .title {
  position: absolute;
  top: 46px;
  left: 25px;
  right: 25px;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif; }
.design-slider .link-wrap {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 25px; }
  .design-slider .link-wrap p {
    color: #fff;
    font-family: 'Bree Serif', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left; }
    .design-slider .link-wrap p i {
      color: #fccc2e;
      position: relative;
      top: 3px;
      margin-left: 10px;
      font-size: 20px;
      left: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .design-slider .link-wrap p:hover i {
      left: 3px; }

/*------------------------END-FEATURED-DESIGN-----------------------------------*/
/*------------------------REFERENCES-----------------------------------*/
.references {
  background-color: #007CA3;
  padding: 30px 0 45px;
  position: relative; }
  .references:after {
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #007CA3;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg); }
  .references .slide {
    position: relative; }

.references-slider blockquote {
  margin: 0 0 5px;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: 'Bree Serif', sans-serif;
  padding: 10px 95px; }
  .references-slider blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url("../img/icon-2.svg"); }
  .references-slider blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: url("../img/icon-2.svg");
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }
.references-slider p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center; }

/*-----------------------END-REFERENCES-----------------------------------*/
/*-----------------------DOWNLOAD-----------------------------------*/
.download {
  padding: 244px 0 100px; }
  .download .container {
    position: relative; }
    .download .container:after {
      position: absolute;
      left: -15px;
      right: -15px;
      top: 0;
      bottom: 0;
      border-radius: 10px;
      background-color: #eaeef2;
      content: ''; }
  .download figure {
    position: relative;
    z-index: 1; }
    .download figure img {
      max-width: 1000px;
      vertical-align: top;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: -15px; }
  .download .title {
    font-family: 'Bree Serif', sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #007CA3;
    margin-bottom: 20px; }
  .download p {
    margin-bottom: 40px;
    max-width: 570px; }
  .download .form-default {
    position: relative;
    z-index: 1; }
    .download .form-default .input-wrap {
      width: 37%; }
    .download .form-default .input-submit-wrap {
      width: 19%; }
      .download .form-default .input-submit-wrap .btn-default {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        font-weight: normal; }
  .download .form-wrap {
    padding: 43px 36px 0 10px; }

.form-default .input-wrap {
  position: relative;
  margin: 0 0 20px;
  border-radius: 6px;
  background-color: #ffffff;
  transition: ease all 0.3s;
  width: 100%; }
  .form-default form[data-status=invalid] .input-wrap {
    margin-bottom: 40px!important;
  }
  .form-default .input-wrap input {
    border: none;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    background: transparent;
    width: 100%;
    padding: 0 25px; }

.label-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 25px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 !important; }

.label-info.is-focus, .label-info.is-selected {
  top: -20px;
  font-size: 13px;
  line-height: normal;
  padding: 0; }

  .input-wrap .wpcf7-list-item label {
    margin-top: 0.5em;
  }
/*----------------------END-DOWNLOAD-----------------------------------*/
/*----------------------TEXT-COLUMN-----------------------------------*/
.text-column {
  padding: 100px 0 116px; }
  .text-column p {
    margin-bottom: 20px; }
    a.gpoll_button,
    .text-column p a {
      color: #007CA3;
      position: relative; }
      a.gpoll_button:after,
      .text-column p a:after {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #007CA3;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        content: ''; }
        a.gpoll_button:hover:after,
      .text-column p a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }

h3 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #007CA3;
  margin-bottom: 25px;
  font-family: 'Bree Serif', sans-serif; }

/*---------------------END-TEXT-COLUMN-----------------------------------*/
/*---------------------FOOTER-----------------------------------*/
.contact-banner {
  padding: 55px 0 44px;
  background-color: #fec633; }
  .contact-banner .item {
    width: 21.5%;
    padding: 0 50px 0 50px;
    position: relative; }
    .contact-banner .item:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      content: '';
      background: rgba(54, 91, 113, 0.35); }
    .contact-banner .item .icon-wrap {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      color: #365b71;
      font-size: 35px; }
  .contact-banner .item-2 {
    width: 33.5%;
    padding-left: 100px; }
    .contact-banner .item-2 .icon-wrap {
      left: 40px; }
  .contact-banner .item-3 {
    width: 26.7%;
    padding-left: 100px; }
    .contact-banner .item-3 .icon-wrap {
      left: 50px; }
  .contact-banner .item-4 {
    width: 18.3%;
    padding-right: 0; }
    .contact-banner .item-4:after {
      display: none; }
  .contact-banner p.top {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #365b71;
    margin-bottom: -4px;
    text-transform: uppercase; }
  .contact-banner .wrap a {
    font-family: 'Bree Serif', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    display: inline-block;
    position: relative; }
  .contact-banner .item-2  .wrap a:last-child {
    display: none; }
  .contact-banner .wrap a.show:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #365b71;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    content: ''; }
  .contact-banner .wrap a.show:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .contact-banner .wrap.is-show a.show {
    display: none; }
  .contact-banner .wrap.is-show a:last-child {
    display: inline-block; }

ul.soc {
  margin: 5px 0 0; }
  ul.soc li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 15px; }
    ul.soc li a {
      color: #365b71;
      font-size: 25px;
      line-height: 30px; }
      ul.soc li a:hover {
        opacity: 0.7; }
  ul.soc li:first-child {
    margin-left: 0; }
  ul.soc li:last-child {
    margin-right: 0; }

.footer {
  padding: 77px 0 83px;
  position: relative;
  overflow: hidden; }
  .footer:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: url("../img/bg-4.png"); }
  .footer .row {
    position: relative;
    z-index: 1; }
  .footer .left {
    padding-left: 0; }
    .footer .left ul li {
      margin: 0 0 24px; }
      .footer .left ul li p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #365b71; }
        .footer .left ul li p span {
          display: inline-block;
          margin-right: 21px;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #365b71; }
        .footer .left ul li p a {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #365b71;
          display: inline-block;
          position: relative; }
      .footer .left ul li .show:after, .footer .left ul li .tel:after {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        height: 1px;
        background: #365b71;
        content: '';
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .footer .left ul li .show:hover:after, .footer .left ul li .tel:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
      .footer .left ul li .tel {
        display: none; }
    .footer .left ul li:nth-last-child(2), .footer .left ul li:nth-last-child(3) {
      margin-bottom: 0; }
    .footer .left ul .wrap.is-show .tel {
      display: inline-block !important; }
    .footer .left ul .wrap.is-show .show {
      display: none !important; }
  .footer .right {
    padding: 0 0 0 107px; }
    .footer .right .item {
      width: 157px; }
      .footer .right .item .title {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #365b71;
        margin-bottom: 25px; }
        .footer .right .item .title a {
          font-size: 16px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #365b71; }
          .footer .right .item .title a:hover {
            opacity: 0.7; }
      .footer .right .item ul li {
        margin-bottom: 0; }
        .footer .right .item ul li a {
          display: inline-block;
          position: relative;
          padding-left: 20px;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #365b71; }
          .footer .right .item ul li a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '\f054';
            color: #fccc00;
            font-size: 16px;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900; }
          .footer .right .item ul li a:hover {
            opacity: 0.7; }
      .footer .right .item ul li:last-child a {
        font-weight: 600; }

.footer-bottom {
  padding: 15px 0;
  background-color: #365b71; }
  .footer-bottom ul li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-right: 5px; }
    .footer-bottom ul li:after {
      position: absolute;
      top: 3px;
      bottom: 1px;
      content: '';
      width: 1px;
      background: #fff;
      right: 0; }
    .footer-bottom ul li a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
      .footer-bottom ul li a:hover {
        opacity: 0.7; }
  .footer-bottom ul li:last-child:after {
    display: none; }

.menu-responsive, .menu-bar {
  display: none; }

.menu-responsive {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }
  .menu-responsive .menu-wrap {
    width: 300px;
    position: absolute;
    border-radius: 0;
    background-color: #f7f7f7;
    overflow: hidden;
    display: inline-block;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    padding: 130px 50px 150px;
    top: 0;
    height: 100vh;
    left: -500px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .menu-responsive .menu-wrap ul li.item {
      position: relative;
      border-bottom: 1px solid #efd548; }
      .menu-responsive .menu-wrap ul li.item a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 60px;
        text-align: left;
        position: relative; }
        .menu-responsive .menu-wrap ul li.item a span {
          position: absolute;
          top: -13px;
          right: -17px;
          border-radius: 100%;
          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;
          width: 18px;
          height: 18px;
          background-color: #efd548;
          font-family: HelveticaNeue, sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.14;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
    .menu-responsive .menu-wrap ul li:last-child {
      border-bottom: 0; }

.menu-responsive.is-active {
  z-index: 1000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.37); }
  .menu-responsive.is-active .menu-wrap {
    left: 0; }

.text-img-section h3 img {
  max-width: 100%; }

/*--------------------END-FOOTER-----------------------------------*/
/*--------------------PAGE-SERVICES-----------------------------------*/
.page-banner {
  position: relative;
  padding: 0 0 120px; }
  .page-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 510px;
    overflow: hidden; }
    .page-banner .bg:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: url("../img/bg-5.png"); }
    .page-banner .bg:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.23; }
    .page-banner .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: top; }
  .page-banner .row {
    position: relative;
    z-index: 1;
    padding: 30px 0 94px;
    height: 510px; }
  .page-banner .text-block {
    top: 0;
    margin-top: -160px; }
    .page-banner .text-block .row {
      padding: 0;
      height: auto; }
  .page-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'Open Sans', sans-serif; }
  .page-banner .text-block .top:before, .page-banner .text-block .top:after {
    display: none; }
  .page-banner .label {
    top: -12px;
    left: 100px; }
  .page-banner .text-block .top {
    border-radius: 10px; }
  .page-banner .text-block .left {
    padding: 60px 87px 10px; }
  .page-banner .text-block .right {
    padding: 63px 60px 10px 20px; }
  .page-banner .text-block .top {
    padding-bottom: 20px; }
  .page-banner .text-block .bottom {
    margin: -10px 0 0; }
  .page-banner .text-block-no-bottom .top {
    padding-bottom: 70px; }
  .page-banner .text-block-no-bottom .top {
    position: relative; }
  .page-banner .text-block-no-bottom .top:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    display: inline-block;
    top: inherit;
    border: none !important;
    z-index: -1; }

.featured-design-page {
  padding: 60px 0; }
  .featured-design-page:after {
    display: none; }
  .featured-design-page h2 {
    text-align: center;
    color: #365b71;
    margin-bottom: 45px; }

.add-more {
  margin: 32px 0 0;
  text-align: center; }
  .add-more a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #365b71;
    font-family: 'Bree Serif', sans-serif; }
    .add-more a:hover {
      opacity: 0.7; }

/*-------------------END-PAGE-SERVICES-----------------------------------*/
/*--------------------PAGE-SERVICES-INNER----------------------------------*/
.text-number-block {
  padding: 100px 0 100px; }
  .text-number-block .row {
    position: relative;
    padding: 65px 0; }
    .text-number-block .row:after {
      position: absolute;
      top: 0;
      left: -70px;
      right: -70px;
      bottom: 0;
      border-radius: 10px;
      background-color: #eaeef2;
      content: ''; }
  .text-number-block .left {
    position: relative;
    border-radius: 10px;
    padding: 30px 30px;
    background: #fff;
    height: 387px;
    z-index: 1; }
    .text-number-block .left:after {
      position: absolute;
      left: 90%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 120px;
      height: 70px;
      border-left: 60px solid #fff;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      content: ''; }
  .text-number-block .right {
    position: relative;
    z-index: 1;
    padding: 0 50px 0 109px; }
  .text-number-block ol {
    padding: 0; }
    .text-number-block ol li {
      list-style: none;
      counter-increment: li;
      position: relative;
      width: 44%;
      margin: 0 0 30px;
      padding: 95px 0 40px; }
      .text-number-block ol li:last-of-type, .text-number-block ol li:nth-last-child(2) {
        margin-bottom: 0;
    }
      .text-number-block ol li:before {
        margin: 0 0 10px;
        content: counter(li) ".";
        font-size: 100px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #365b71;
        font-family: 'Bree Serif', sans-serif;
        position: absolute;
        top: -10px;
        left: 0; }
      .text-number-block ol li .title {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #365b71;
        margin-bottom: 15px;
        font-family: 'Bree Serif', sans-serif; }
      .text-number-block ol li .link-wrap {
        position: absolute;
        left: 0;
        bottom: 0; }

.faq {
  padding: 100px 0 100px; }
  .faq h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #007CA3; }
  .faq .left {
    position: relative;
    border-radius: 10px;
    padding: 34px 36px;
    background: #fff;
    z-index: 1;
    min-height: 387px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .faq .left:after {
      position: absolute;
      left: 90%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 120px;
      height: 70px;
      border-left: 60px solid #fff;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      content: ''; }
  .faq .right {
    padding: 0 0 0 35px; }
  .faq h2 {
    margin-bottom: 30px; }

.accordion {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 74px 82px; }

.accordion-item {
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .accordion-item:after {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px  #365b71;
    content: '';
    opacity: 0.32; }

.accordion-item:last-child:after {
  display: none; }

.accordion-thumb {
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer; }
  .accordion-thumb p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    font-family: 'Bree Serif', sans-serif; }
  .accordion-thumb:after {
    position: absolute;
    top: 50%;
    right: 26px;
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fec633;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 22px;
    -webkit-transform: rotate(0) translate(0, -50%);
            transform: rotate(0) translate(0, -50%);
    -webkit-transform-origin: top center;
            transform-origin: top center; }

.accordion-panel {
  display: none;
  padding: 0; }
  .accordion-panel p {
    margin-bottom: 10px;
    max-width: 488px; }
    .accordion-panel p a {
      display: inline-block;
      position: relative;
      color: #2495B0; }
      .accordion-panel p a:after {
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        background: #2495B0;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .accordion-panel p a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
  .accordion-panel p:nth-last-child(2) {
    margin-bottom: 0; }

.is-active {
  padding-bottom: 10px; }
  .is-active .accordion-thumb:after {
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%); }

.page-banner-height {
  height: calc(100vh - 119px); }
  .page-banner-height .img-wrap {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .page-banner-height .img-wrap img {
      vertical-align: top;
		height: 60px;
	}
    .page-banner-height .img-wrap .img-anim {
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-animation: drop 1s infinite running linear;
              animation: drop 1s infinite running linear;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      display: inline-block;
      width: 2px;
      height: 10px;
      background: #365b71; }

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 16px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 16px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
.page-banner-height .text-block {
  position: absolute;
  left: 50%;
  bottom: 130px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: inherit; }

.page-banner .text-block {
  width: 100%; }

.text-number-block ol li p.number {
  display: none; }

/*-------------------END-PAGE-SERVICES-INNER----------------------------------*/
/*--------------------PAGE-PROJECT----------------------------------*/
.select-map {
  padding: 37px 0 10px; }
  .select-map h1 {
    margin-bottom: 26px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #365b71; }
  .select-map .wrap {
    border-radius: 10px; }
  .select-map #map {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px; }
  .select-map .title {
    margin: 0;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #365b71;
    font-family: 'Bree Serif', sans-serif; }
  .select-map .top {
    background-color: #fec633;
    padding: 10px 55px;
    height: 98px;
    border-radius: 0 10px 0 0; }
  .select-map .content {
    padding: 31px 55px 45px;
    background-color: #ffffff;
    border-radius: 0 0 10px 0; }
  .select-map .select-block {
    margin-bottom: 27px; }
    .select-map .select-block label {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: left;
      color: #365b71;
      font-family: 'Bree Serif', sans-serif; }
    .select-map .select-block:after {
      content: "";
      display: table;
      clear: both; }

.nice-select {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #365b71;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #365b71;
  height: 50px;
  line-height: 48px; }

.nice-select:after {
  width: 14px;
  height: 12px;
  border-top: 6px solid #365b71;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  margin-top: -2px; }

.nice-select.open:after {
  -webkit-transform: rotate(0deg) scale(1, -1);
          transform: rotate(0deg) scale(1, -1);
  margin-top: 0; }

.nice-select .list {
  left: -1px;
  width: calc(100% + 2px); }

.total-select p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 26px; }
  .total-select p span {
    font-size: 18px;
    display: inline-block;
    font-family: 'Bree Serif', sans-serif; }
.total-select a {
  width: 100px;
  line-height: 26px;
  position: relative;
  top: 1px; }
  .total-select a i {
    margin-right: 5px;
    font-size: 16px; }
  .total-select a:hover {
    opacity: 0.7; }

/*.projects-slider .slide a{
  display: block;
  border-radius: 10px;
  &:hover{
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
  }
}*/
.default-block-item {
  padding: 20px 0 20px; }
  .default-block-item .row {
    margin-left: -30px;
    margin-right: -30px; }
  .default-block-item .item {
    margin-bottom: 30px; }
  .default-block-item .wrap {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .default-block-item .wrap:hover {
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
    .default-block-item .wrap a {
      display: block; }
  .default-block-item figure {
    width: 100%;
    height: 210px; }
    .default-block-item figure img {
      vertical-align: top;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .default-block-item .text-wrap {
    position: relative;
    padding: 48px 30px 76px;
    background: #fff;
    margin-top: -1px; }
  .default-block-item .title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
	  hyphens: auto;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 6px;
    min-height: 75px; }
    .default-block-item .title span:first-child {
      margin-right: 5px; }
    .default-block-item .title b {
      display: inline-block;
      margin-right: 5px;
      font-weight: bold; }
  .default-block-item .status li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    margin-right: 18px; }
    .default-block-item .status li:after {
      right: -13px;
      position: absolute;
	  top: 48%;
	  transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      content: '';
      background: #365b71; }
  .default-block-item .status li:last-child:after {
    display: none; }
  .default-block-item .link-wrap {
    position: absolute;
    bottom: 32px;
    left: 38px; }
    .default-block-item .link-wrap p {
      color: #2495B0;
      font-family: 'Bree Serif', sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.5;
      letter-spacing: normal;
      text-align: left; }
      .default-block-item .link-wrap p i {
        color: #fccc2e;
        position: relative;
        top: 3px;
        margin-left: 10px;
        font-size: 20px;
        left: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .default-block-item .link-wrap p:hover i {
        left: 3px; }
  .default-block-item .label {
    top: -12px;
    left: 27px; }
  .default-block-item .form-default {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .default-block-item .form-default .label-info.is-focus, .default-block-item .form-default .label-info.is-selected {
      color: #fff; }
    .default-block-item .form-default .wrap {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      padding-top: 13px;
      overflow: visible; }
    .default-block-item .form-default .input-wrap {
      width: calc(50% - 100px);
      margin-bottom: 0; }
    .default-block-item .form-default .input-submit-wrap {
      width: 132px; }
      .default-block-item .form-default .input-submit-wrap .btn-default {
        background-color: #fec633;
        color: #365b71 !important;
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        width: 100%; }
        .default-block-item .form-default .input-submit-wrap .btn-default:hover {
          background-color: #eab000; }
  .default-block-item .add-more {
    margin: 34px 0 27px; }

.contact-form-wrap {
  margin: 0 0 28px; }
  .contact-form-wrap .wrap-content {
    border-radius: 10px;
    padding: 41px 38px 34px;
    background-color: #007CA3; }
  .contact-form-wrap .title {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Bree Serif', sans-serif; }

/*-------------------END-PAGE-PROJECT----------------------------------*/
/*--------------------PAGE-PROJECT-DETAIL---------------------------------*/
.banner-inner {
  height: calc(100vh - 119px);
  padding: 50px 0 130px;
  position: relative;
  min-height: 600px; }
  .banner-inner .img-wrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .banner-inner .img-anim {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-animation: drop 1s infinite running linear;
            animation: drop 1s infinite running linear;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #365b71; }
  .banner-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 510px;
    overflow: hidden; }
    .banner-inner .bg:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: url("../img/bg-5.png"); }
    .banner-inner .bg:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.23; }
    .banner-inner .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: top; }
  .banner-inner .wrap-title {
    text-align: center;
    margin-bottom: 80px; }
    .banner-inner .wrap-title h1 {
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      font-family: 'Open Sans', sans-serif;
      font-size: 65px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.11;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin: auto;
      display: inline-block;
       }
  .banner-inner .left {
    padding: 0 15px 0 0; }
    .banner-inner .left .wrap {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
      background-color: #007CA3;
      padding: 48px 70px;
      border-radius: 10px;
      position: relative;
      height: 100%; }
      .banner-inner .left .wrap:after {
        position: absolute;
        left: 95%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 120px;
        height: 70px;
        border-left: 60px solid #007CA3;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        content: ''; }
    .banner-inner .left .title {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'Bree Serif', sans-serif;
      margin-bottom: 15px; }
  .banner-inner .right {
    padding: 0 0 0 15px; }
    .banner-inner .right .wrap {
      border-radius: 10px;
      background: #fff;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
      padding: 48px 70px;
      height: 100%; }
      .banner-inner .right .wrap .title {
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: left;
        color: #007CA3;
        margin-bottom: 20px;
        font-family: 'Bree Serif', sans-serif; }
  .banner-inner .label {
    margin-bottom: 10px;
    position: relative;
    left: 0; }
    .banner-inner .label li {
      border: 1px solid transparent; }
    .banner-inner .label .first {
      border: 1px solid #fff; }
  .banner-inner .link-wrap {
    margin-bottom: 10px; }
    .banner-inner .link-wrap a {
      color: #fff; }
      .banner-inner .link-wrap a i {
        margin: 0 10px 0 0; }
      .banner-inner .link-wrap a:hover i {
        left: -3px; }

.date-info li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff; }
  .date-info li:after {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    content: '';
    right: -12px; }
.date-info li:last-child:after {
  display: none; }

.list-info li {
  margin-bottom: 5px; }
  .list-info li p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    display: inline-block;
    width: 138px; }
  .list-info li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: left;
    color: #365b71; }

.big-img-slider-wrap {
  padding: 116px 0 105px; }
  .big-img-slider-wrap figure {
    height: 583px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
    .big-img-slider-wrap figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.project-info {
  position: relative; }
  .project-info:after {
    position: absolute;
    top: -43px;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); }
  .project-info .left {
    background: url("../img/img-11.jpg") no-repeat center;
    background-size: cover;
    padding: 105px 20px;
    position: relative; }
    .project-info .left .wrap {
      position: relative;
      z-index: 1;
      width: 650px;
      max-width: 100%;
      margin: auto; }
    .project-info .left:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: #000;
      opacity: 0.23; }
    .project-info .left .title {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 40px; }
    .project-info .left .link-wrap {
      margin: auto;
      text-align: center; }
      .project-info .left .link-wrap a {
        color: #fff; }
  .project-info .right {
    padding: 116px 20px 56px; }
    .project-info .right .wrap {
      width: 650px;
      max-width: 100%;
      margin: auto; }

.list-number li {
  margin-bottom: 60px; }
.list-number p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #365b71;
  max-width: 170px;
  margin: auto; }
.list-number p.number {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #365b71;
  margin-bottom: 15px; }

.project-bottom {
  background-color: #007CA3;
  padding: 195px 0 129px; }
  .project-bottom h2 {
    color: #ffffff;
    margin: 0 auto 20px;
    max-width: 450px;
    text-align: center; }
  .project-bottom p {
    max-width: 450px;
    color: #ffffff;
    margin: 0 auto 20px;
    text-align: center; }
  .project-bottom .link-wrap {
    text-align: center; }
    .project-bottom .link-wrap a {
      color: #fff; }

/*-------------------END-PAGE-PROJECT-DETAIL---------------------------------*/
/*--------------------PAGE-VACANCIES---------------------------------*/
.filter-wrap {
  padding: 37px 0 12px; }
  .filter-wrap h1 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #365b71; }
  .filter-wrap input[type=checkbox] {
    margin: 0;
    display: none; }
  .filter-wrap p {
    display: inline-block;
    white-space: nowrap;
    margin: 0 8px 10px 8px; }
  .filter-wrap p input[type="checkbox"] + span {
    display: inline-block;
    height: 46px;
    position: relative;
    line-height: 46px;
    color: #365b71;
    padding: 0 21px;
    cursor: pointer;
    border-radius: 23px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; }
    .filter-wrap p input[type="checkbox"] + span:hover {
      color: #fff;
      background: #007CA3; }
  .filter-wrap p input[type="checkbox"]:checked + span {
    color: #fff;
    background: #007CA3; }

.default-block-item-4 figure {
  height: 195px; }

.default-block-item-4 .text-wrap {
  padding-top: 40px; }

.default-block-item-4 .title {
  min-height: 73px; }

.default-block-item-4 .link-wrap {
  bottom: 25px; }

/*-------------------END-PAGE-VACANCIES---------------------------------*/
/*--------------------PAGE-VACANCIES-DETAIL--------------------------------*/
.single .default-inner figure {
  position: relative;
}
figure.full.overlay:before {
  content: "";
  background: linear-gradient(0deg, rgba(0,0,0,0.5) , transparent 40%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .default-inner figure.full .btn-default {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
}
.default-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 10px; }
  .default-inner .label {
    position: relative;
    left: 0;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .default-inner .wrap-line {
    margin: 0 0 35px; }
    .default-inner .wrap-line p {
      display: inline-block;
      color: #007CA3;
      margin: 0; }
  .default-inner h1 {
    color: #365b71;
    margin-bottom: 20px; }
  .default-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: url("../img/after-1.png"); }
  .default-inner:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    content: url("../img/after-1.png"); }
  .default-inner .content {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff; }
  .default-inner .full {
    width: 100%;
    height: 372px; }
    .default-inner .full img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .default-inner .wrap {
    padding: 68px 15px;
    max-width: 800px;
    margin: auto; }
  .default-inner p {
    margin-bottom: 25px; }
  .default-inner .video-wrap {
    margin: 55px 0 25px;
    text-align: center; }
    .default-inner .video-wrap figure {
      width: 100%;
      height: 342px;
      overflow: hidden;
      border-radius: 10px; }
      .default-inner .video-wrap figure a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .default-inner .video-wrap figure a:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: url("../img/icon-4.svg"); }
      .default-inner .video-wrap figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .default-inner .video-wrap p {
      margin: 20px 0 20px;
      font-style: italic; }
      .default-inner .video-wrap p b {
        margin: 0 5px;
        font-style: normal;
        font-weight: inherit; }
  .default-inner .default-img {
    width: 100%;
    height: 342px;
    overflow: hidden;
    margin: 0 0 51px; }
    .default-inner .default-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .default-inner h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #16465d;
    margin: 0; }
  .default-inner .bottom-content {
    background-color: #007CA3;
    padding: 50px 100px 86px; }
    .default-inner .bottom-content .title {
      font-size: 25px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.28;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      font-family: 'Bree Serif', sans-serif;
      margin-bottom: 50px; }
    .default-inner .bottom-content .wrap {
      padding: 0 !important; }
  .default-inner .contact-banner p.top, .default-inner .contact-banner .wrap a, .default-inner .contact-banner .item .icon-wrap {
    color: #fff; }
  .default-inner .contact-banner .wrap a.show:after {
    background: #fff; }
  .default-inner .contact-banner .item-3:after {
    display: none; }
  .default-inner .contact-banner .item {
    width: 30%; }
    .default-inner .contact-banner .item:after {
      background: #fff; }
  .default-inner .contact-banner .item-2 {
    width: 40%; }
  .default-inner .button-wrap {
    text-align: center;
    margin: 42px 0 0; }

.default-list {
  margin: 0 0 35px; }
  .default-list li {
    position: relative;
    padding-left: 25px; }
    .default-list li:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      content: '';
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: #16465d; }

.nav-wrap {
  margin: 0 0 17px;
  position: relative;
  z-index: 1; }
  .nav-wrap a:first-child i {
    margin: 0 10px 0 0; }
  .nav-wrap a:first-child:hover i {
    left: -3px; }

.btn-default.big {
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  min-width: 170px;
  font-size: 15px; }

/*-------------------END-PAGE-VACANCIES-DETAIL--------------------------------*/
/*--------------------PAGE-NEWS--------------------------------*/
.filter-block {
  padding: 0 200px; }

.default-slider figure {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 340px; }
  .default-slider figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.default-inner .slider-wrap {
  margin: 50px 0 20px;
  text-align: center; }
  .default-inner .slider-wrap p {
    margin: 20px 0 20px;
    font-style: italic; }
  .default-inner .slider-wrap .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin: 0 !important; }
    .default-inner .slider-wrap .owl-dots .owl-dot {
      margin: 0 4px; }
      .default-inner .slider-wrap .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        border: 2px solid #fff;
        background: transparent;
        display: inline-block; }
    .default-inner .slider-wrap .owl-dots .owl-dot.active span {
      background-color: #fff; }
.default-inner .soc-wrap {
  text-align: center; margin-top: 3em; }
  .default-inner .soc-wrap p {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.5;
    letter-spacing: 1.2px;
    color: #365b71;
    margin-bottom: 10px;
    text-transform: uppercase; }

.default-block-item .wrap:hover .link-wrap p i {
  left: 3px; }

.filter-block .select-block {
  display: none; }

/*-------------------END-PAGE-NEWS--------------------------------*/
/*--------------------PAGE-ABOUT--------------------------------*/
body.home .about-banner {
    height: auto;
    min-height: 60px;
    padding: 15px;
}

@media screen and (min-width: 1192px) {
  body.home .about-banner .container {
    max-width: 100%;
  }
  
  body.home .about-banner h1 {
    font-size: 20px; 
  }
}

@media screen and (max-width: 1199px) {
  body.home .about-banner h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  body.home .about-banner {
    padding: 5px;
  }

  body.home .about-banner h1 {
    font-size: 15px;
  }
}

.about-banner {
  position: relative;
  height: 355px;
  overflow: hidden;
  background: url("../img/banner-4.jpg") no-repeat center;
  background-size: cover; }
  .about-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.23; }
  .about-banner h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif; }
  .about-banner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url("../img/after-2.png");
    z-index: 1; }

.team-block .title {
  min-height: inherit !important; }
.team-block .function {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #007CA3; }
.team-block .text-wrap {
  height: 173px;
  padding-top: 35px !important; }
.team-block figure {
  height: 173px; }
.team-block .link-wrap {
  bottom: 22px; }

.default-block-item .top-title {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #007CA3;
  margin: 50px 0 55px;
  font-family: 'Bree Serif', sans-serif; }

.plan {
  padding: 66px 0 100px;
  background-color: #007CA3; }
  .plan .title {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 77px;
    font-family: 'Bree Serif', sans-serif; }

.plan-slider .slide {
  position: relative;
  padding-bottom: 50px; }
  .plan-slider .slide figure {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    .plan-slider .slide figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .plan-slider .slide .icon-wrap {
    margin-bottom: 10px; 
    height: 62px;
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
    .plan-slider .slide .icon-wrap i {
      height: 62px;
      display: flex;
      align-items: center;
      font-size: 57px;
      color: #fec633; }
.plan-slider p {
  color: #ffffff; }
.plan-slider .number {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
  min-height: 70px;
  font-family: 'Bree Serif', sans-serif; }
.plan-slider .link-wrap {
  position: absolute;
  left: 0;
  bottom: 0; }
  .plan-slider .link-wrap a {
    color: #fff; }
.plan-slider .owl-dots {
  text-align: center;
  width: 100%;
  margin: 50px 0 0; }
  .plan-slider .owl-dots .owl-dot {
    margin: 0 4px; }
    .plan-slider .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      border: 2px solid #fff;
      background: transparent;
      display: inline-block; }
  .plan-slider .owl-dots .owl-dot.active span {
    background-color: #fff; }

.no-img {
  padding-bottom: 125px; }
  .no-img .text-wrap {
    padding-bottom: 85px; }

/*-------------------END-PAGE-ABOUT--------------------------------*/
/*--------------------PAGE-ABOUT-SUB-------------------------------*/
.text-center {
  padding: 108px 0 50px; }
  .text-center .title {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #007CA3;
    font-family: 'Bree Serif', sans-serif;
    margin: 0 auto 31px;
    max-width: 570px; }
  .text-center p {
    max-width: 770px;
    margin: 0 auto 20px; }

.large-img {
  padding: 28px 0 100px; }
  .large-img figure {
    width: 100%; }
    .large-img figure a {
      width: 100%; }
    .large-img figure img {
      width: 100%;
      vertical-align: top;
      height: auto; }

/*-------------------END-PAGE-ABOUT-SUB-------------------------------*/
/*--------------------PAGE-CONTACT-------------------------------*/
.banner-contact {
  height: 347px;
  width: 100%; }
  .banner-contact img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contact-block .form-default {
  position: relative;
  z-index: 1; }
  .contact-block .form-default .top {
    background-color: #fec62e;
    height: 148px;
    padding: 0 50px 0 50px;
    border-radius: 10px 10px 0 0; }
    .contact-block .form-default .top .title {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      margin: 0; }
  .contact-block .form-default .wrap {
    padding: 55px 50px;
    background: #fff;
    border-radius: 0 0 10px 10px; }
.contact-block .form-wrap {
  border-radius: 10px;
  position: relative;
  top: -148px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
  .contact-block .form-wrap .input-wrap {
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #eaeef2; }
    .contact-block .form-wrap .input-wrap input {
      height: 45px;
      line-height: 45px; }
    .contact-block .form-wrap .input-wrap textarea {
      border: none;
      background: transparent;
      padding: 30px 25px 10px;
      resize: none;
      width: 100%;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #365b71;
      height: 150px; }
    .contact-block .form-wrap .input-wrap .label-info {
      line-height: 45px; }
    .contact-block .form-wrap .input-wrap .label-info.is-focus, .contact-block .form-wrap .input-wrap .label-info.is-selected {
      line-height: normal; }
  .contact-block .form-wrap:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
.contact-block .nice-select {
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background-color: #eaeef2;
  border: none !important; }
.contact-block .select-block {
  margin-bottom: 20px; }
.contact-block .btn-default {
  width: 100%;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  font-weight: normal; }

.select-block:after {
  content: "";
  display: table;
  clear: both; }

.contact-info {
  padding: 65px 0 0 100px; }
  .contact-info .title-item {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #007CA3;
    margin-bottom: 20px;
    font-family: 'Bree Serif'; }
  .contact-info p {
    margin-bottom: 20px; }
    .contact-info p span {
      display: block; }
.title-item.sub {
	font-size: 16px;
    margin-top: 16px;
}
.list-bg li {
  border-radius: 10px;
  background-color: #ffffff;
  width: 170px;
  height: 170px;
  padding: 24px 10px;
  margin: 0 30px 30px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .list-bg li:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
.list-bg li:last-child {
  margin-right: 0; }
.list-bg .icon-wrap {
  text-align: center;
  height: 55px;
  margin-bottom: 15px; }
  .list-bg .icon-wrap i {
    font-size: 40px;
    color: #365b71; }
.list-bg a {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #365b71;
  margin: auto; }
.list-bg .tel {
  display: none; }
.list-bg .is-show .tel {
  display: inline-block; }
.list-bg .is-show .show {
  display: none; }
.list-bg .wrap {
  text-align: center; }

.contact-block #map {
  height: 375px;
  width: 100%;
  margin: -80px 0 0; }
.contact-block .wrap-content {
  position: relative; }
  .contact-block .wrap-content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url("../img/after-3.png"); }
.contact-block .row {
  position: relative;
  z-index: 1; }

.contact-list li:first-child {
  padding-left: 0; }

/*-------------------END-PAGE-CONTACT-------------------------------*/
/*--------------------PAGE-404-------------------------------*/
.block-404 {
  height: calc(100vh - 119px);
  background: url("../img/bg-6.jpg") no-repeat center;
  background-size: cover;
  position: relative; }
  .block-404:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.86;
    background-color: #007CA3; }
  .block-404 .container {
    height: 100%; }
  .block-404 .row {
    height: 100%;
    position: relative;
    z-index: 1; }
  .block-404 h1 {
    font-size: 140px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: -10px;
    font-family: 'Bree Serif', sans-serif; }
  .block-404 h2 {
    margin-bottom: 50px;
    color: #fff;
    text-align: center; }
  .block-404 p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px; }
  .block-404 .link-wrap a {
    color: #fff; }

/*-------------------END-PAGE-404-------------------------------*/
/*--------------------PAGE-DEFAULT-------------------------------*/
.default-header .form-default {
  position: relative;
  z-index: 1; }
  .default-header .form-default .top {
    background-color: #fec62e;
    height: 148px;
    padding: 0 50px 0 50px;
    border-radius: 10px 10px 0 0; }
    .default-header .form-default .top .title {
      font-size: 40px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.18;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      margin: 0; }
  .default-header .form-default .wrap {
    padding: 55px 50px;
    background: #fff;
    border-radius: 0 0 10px 10px; }
.default-header .form-wrap {
  border-radius: 10px;
  position: relative;
  top: -148px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
  .default-header .form-wrap .input-wrap {
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #eaeef2; }
    .default-header .form-wrap .input-wrap input {
      height: 45px;
      line-height: 45px; }
    .default-header .form-wrap .input-wrap textarea {
      border: none;
      background: transparent;
      padding: 10px 25px;
      resize: none;
      width: 100%;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 50px;
      letter-spacing: normal;
      text-align: left;
      color: #365b71;
      height: 150px; }
    .default-header .form-wrap .input-wrap .label-info {
      line-height: 45px; }
    .default-header .form-wrap .input-wrap .label-info.is-focus, .default-header .form-wrap .input-wrap .label-info.is-selected {
      line-height: normal; }
  .default-header .form-wrap:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
.default-header .nice-select {
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background-color: #eaeef2;
  border: none !important; }
.default-header .select-block {
  margin-bottom: 20px; }
.default-header .btn-default {
  width: 100%;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  font-weight: normal; }
.default-header .text-wrap {
  padding: 95px 300px 0 0; }
  .default-header .text-wrap p {
    margin-bottom: 30px; }

.form-default .input-wrap-upload input {
  position: absolute;
  z-index: 10;
  opacity: 0;
	left: 0;
  cursor: pointer;
  }
.form-default .input-wrap-upload .label-file {
  border: solid 1px rgba(54, 91, 113, 0.4);
  background: #fff;
  border-radius: 3px;
  display: block;
  min-height: 45px;
  position: relative; }
.form-default span.mfcf7-zl-multifile-name {
    padding-right: 45px;
    padding-top: 40px;
    padding-left: 25px;
    width: calc(100% - 55px);
    display: inline-block;
}
.form-default .input-wrap-upload .label {
  position: absolute;
  left: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 43px;
  letter-spacing: normal;
  text-align: left;
  color: #365b71;
  height: 45px;
  top: 0;
  padding: 0 25px; }
.form-default .input-wrap-upload .btn-delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0 20px; }
  .form-default .input-wrap-upload .btn-delete i {
    font-size: 20px;
    line-height: 45px;
    color: #fccc2e; }
.form-default .input-wrap-upload .btn-upload {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0 15px;
  display: inline-block; }
  .form-default .input-wrap-upload .btn-upload i {
    font-size: 26px;
    line-height: 45px;
    color: #fccc2e; }
.form-default .input-wrap-upload .is-add-file .btn-delete {
  display: inline-block; }
.form-default .input-wrap-upload .is-add-file .btn-upload {
  display: none; }

.home-header-wrap .bg-default {
  background: #fff;
  height: 300px; }
.home-header-wrap .text-block .label {
  position: relative;
  margin-bottom: 20px;
  left: 0; }
.home-header-wrap .text-block .row {
  position: relative; }
.home-header-wrap .text-block .shadow {
  position: relative;
  top: -50px;
  width: 100%;
  border-radius: 10px;
  display: block; }
  .home-header-wrap .text-block .shadow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 50px);
    border-radius: 10px 0 0 0;
    content: '';
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    height: 50px; }
  .home-header-wrap .text-block .shadow:after {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 50px);
    border-radius: 0 10px 0 0;
    content: '';
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    height: 50px; }

.nice-select {
  padding-left: 25px; }

.is-sticky .logo img {
  width: 200px; }

.logo img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 270px; }

.projects-slider .slide a:hover .info-wrap .link-wrap p i {
  left: 3px; }

.design-slider .slide a:hover .link-wrap p i {
  left: 3px; }

.label li {
  line-height: 22px;
  padding-top: 1px; }

.contact-banner .wrap a:hover {
  opacity: 0.7; }

/*-------------------END-PAGE-DEFAULT-------------------------------*/
.design-no-slider {
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content:center;}
.design-no-slider .slide {
  padding-top: 12px;
  position: relative;
  width: calc(25% - 22.5px);
  margin-bottom: 30px;
  margin-right: 30px; }
.design-no-slider .slide a:hover .link-wrap p i {
  left: 3px; }
.design-no-slider .slide:nth-child(4n) {
  margin-right: 0; }
.design-no-slider .label {
  left: 20px; }
.design-no-slider figure {
  width: 100%;
  height: 393px;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
.design-no-slider figure:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.77)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.77)); }
.design-no-slider figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.77)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.77)); }
.design-no-slider figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 10px; }
.design-no-slider .title {
  position: absolute;
  top: 46px;
  left: 25px;
  right: 25px;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif; }
.design-no-slider .link-wrap {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 25px; }
.design-no-slider .link-wrap p {
  color: #fff;
  font-family: 'Bree Serif', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left; }
.design-no-slider .link-wrap p i {
  color: #fccc2e;
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 20px;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.design-no-slider .link-wrap p:hover i {
  left: 3px; }

.default-block-item .item .label li{
  display: none;
}
.default-block-item .item .label li:first-child{
  display: inline-block;
}
div#mfcf7_zl_multifilecontainer {
  margin-top: 0;
}

.default-header .form-wrap .input-wrap-upload .wpcf7-form-control-wrap{
  position: unset;
}
.form-default .input-wrap-upload .btn-delete{
  z-index: 11;
}
a.mfcf7_zl_delete_file{
	position: absolute;
	top: 50%;
	right: 15px;
	text-decoration: none!important;
	z-index: 11;
}
.form-default .input-wrap-upload .label{
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */
.bree {
	font-family: 'Bree Serif', 'sofia-pro', 'Sofia Pro', 'Open Sans', sans-serif!important;
}
p a {
      color: #007CA3;
      position: relative; }
      p a:after {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #007CA3;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        content: ''; }
      p a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }
.video-wrap figure a:after {
	transition: ease all 0.5s;
}
.video-wrap figure a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
	transition: ease all 0.5s;
}
.input-wrap-upload .label {
	white-space: nowrap;
    overflow: hidden;
    padding-right: 25px;
    width: 84%;
}
.label-info {
	pointer-events: none!important;
}
.contact-block .wpcf7 form.invalid .wpcf7-response-output,
.contact-block .wpcf7 form.unaccepted .wpcf7-response-output,
.default-header .wpcf7 form.invalid .wpcf7-response-output, 
.default-header .wpcf7 form.unaccepted .wpcf7-response-output {
    position: absolute;
    bottom: -25px;
    background: white;
    width: 100%;
    left: 0;
    margin: 0;
}
#date {
	transition: ease all 0.3s;
}
#date:not(.filled):not(.focus) {
	color: transparent;
}
.form-default span.wpcf7-not-valid-tip {
	font-size: 0.9em;
	padding-left: 25px;
}
.form-default .input-wrap span.wpcf7-not-valid-tip {
    position: relative;
}
.contact-form-wrap .wrap-content span.wpcf7-not-valid-tip,
.contact-form-wrap .wrap-content .wpcf7-response-output {
	color: #fff;
}
.video-section .video-wrap {
    margin: 55px 0 25px;
    text-align: center; }
    .video-section .video-wrap figure {
    width: 100%;
    max-width: 900px;
    height: 500px;
    max-height: 75vh;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}
      .video-section .video-wrap figure a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .video-section .video-wrap figure a:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: url("../img/icon-4.svg"); }
      .video-section .video-wrap figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .video-section .video-wrap p {
      margin: 20px 0 20px;
      font-style: italic; }
      .video-section .video-wrap p b {
        margin: 0 5px;
        font-style: normal;
        font-weight: inherit; }
main .text-wrap ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li,
main .left ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li,
main .right ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li,
main .text-block ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li,
main .content ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not(.list):not([class]) li {
    margin-left: 25px;
	position: relative;
}
main .text-wrap ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li:before,
main .left ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li:before,
main .right ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li:before,
main .text-block ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not([class]) li:before,
main .content ul:not(.d-flex):not(.status):not(.date-info):not(.list-info):not(.list):not([class]) li:before {
    content: "";
	height: 2px;
	width: 15px;
	left: -25px;
	top: 11px;
	transform: translateY(-50%);
	position: absolute;
	background: #fec633;
}
.default-inner .slider-wrap .owl-dots {
	bottom: 75px!important;
}
.block-404 a:after {
	background: #fff;
}
#ff-compose input[type=checkbox] {
	border: 2px solid rgb(0, 133, 163);
    width: 1.2em;
    height: 1.2em;
    position: relative;
    box-sizing: unset;
	vertical-align: sub;
}
#ff-compose input[type=checkbox]:checked:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: rgb(0, 133, 163);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ff-compose input[type=radio] {
    border: 2px solid rgb(0, 133, 163);
    width: 1.2em;
    height: 1.2em;
    position: relative;
    border-radius: 50%;
    box-sizing: unset;
	vertical-align: sub;
}
#ff-compose input[type=radio]:checked:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0, 133, 163);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dnd-upload-image {
	display: none;
}
.dnd-upload-status .dnd-upload-details .name {
	padding: 0px;
}
span.dnd-progress-bar {
/*     display: none!important; */
	height: 2px;
}
span.has-error {
    font-size: 12px;
    margin-top: -5px;
    display: block;
}
.codedropz-upload-handler {
    border: none;
    height: 100%;
    min-height: 45px;
    margin: 0;
	z-index: 100;
}
.codedropz-upload-container {
/* 	display: none; */
}
.codedropz-upload-inner h3, .codedropz-upload-inner span {
	display: none;
}
.codedropz-btn-wrap {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: transparent;
    width: 100%;
    height: 100%;
    display: block;
}
.dnd-upload-status .dnd-upload-details .remove-file {
    right: 20px;
}
.dnd-upload-status .dnd-upload-details {
	padding-left: 25px;
}
.dnd-upload-counter {
  right: 45px;
  bottom: 4px;
  background: #eaeef2;
  padding: 10px;
}
/* Section contact person */
/* section.contact-person .contact-section {
  border-radius: 10px;
  overflow: hidden;
} */
section.contact-person .contact-person {
  background: #2495B0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media(max-width: 991.98px) {
  section.contact-person .text-wrapper {
    padding-bottom: 30px;
  }
}
section.contact-person .form-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.contact-person .contact-person img {
  max-width: 100%;
  width: auto;
}
section.contact-person .contact-person .person-inner {
  position: relative;
  z-index: 7;
}
section.contact-person .contact-person:after {
  content: "";
  background: #2495B0;
  border-radius: 5px;
  transform: rotate(45deg);
  width: 75px;
  height: 75px;
  position: absolute;
  top: 33%;
  right: -35px;
  z-index: 2;
}
section.contact-person .person-details {
  position: absolute;
  top: calc(33% + 15px);
  right: 10px;
  z-index: 6;
}
section.contact-person .person-details .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media(max-width: 991.98px) {
  section.contact-person .contact-person {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
  section.contact-person .form-wrap {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  section.contact-person .contact-person:after {
      bottom: -60px;
      top: auto;
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%) rotate(45deg);
  }
  section.contact-person .contact-person img {
    max-height: 400px;
    object-fit: contain;
    object-position: bottom left;
  }
  section.contact-person .person-details {
    top: auto;
    bottom: 0px;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 15px;
    right: 3em;
    color: #365b71!important;
  }
  .download .form-default .input-submit-wrap {
    order: 2;
  }
}
section.contact-person .contact-block .wpcf7 form.invalid .wpcf7-response-output {
  bottom: 0px;
}
@media(max-width: 767.98px) {
  section.contact-person .contact-person:after {
    display: none;
  }
  section.contact-person .person-details {
    right: 1em;
  }
}
section.contact-person.section-blue .form-wrap {
  background: #fff;
}
section.contact-person .person-image-wrapper {
  overflow: hidden;
}
section.contact-person.section-blue .form-wrap .input-wrap,
section.contact-person.section-blue .form-wrap textarea {
  background: #eaeef2;
}
section.contact-person.section-blue .form-wrap input[type=checkbox]:before {
  background: #fff;
}
section.contact-person:not(.section-blue) .form-wrap {
  background-color: #eaeef2;
}
.soc-wrap.form-block .form-wrap .input-wrap {
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #eaeef2;
}
.soc-wrap.form-block .form-default textarea {
  background: transparent;
  height: 116px;
  padding-top: 15px;
}
.soc-wrap.form-block .form-default form[data-status=invalid] textarea {
  height: 136px;
}
.form-default .input-wrap-upload span.wpcf7-not-valid-tip {
  bottom: -19px;
}
.soc-wrap.form-block .form-default .input-wrap-upload .label-file,
.contact-block .form-wrap .form-default .input-wrap-upload .label-file {
  background: transparent;
  border: none;
}
.input-wrap.checkbox-wrap {
  background: transparent!important;
  height: 45px;
}
.input-wrap.checkbox-wrap .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance,
.input-wrap.checkbox-wrap .wpcf7-list-item,
.input-wrap.checkbox-wrap .wpcf7-list-item label,
.input-wrap.checkbox-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: left;
}
.input-wrap-upload {
  height: 50px;
}
.input-wrap-upload span.wpcf7-form-control-wrap {
  display: block;
  height: 50px;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-file {
  width: 100%!important;
}
.form-default .input-wrap-upload .label-file {
  min-height: 50px;
}
.form-default .input-wrap input[type="checkbox"],
input[type="checkbox"] {
  width: 30px!important;
  height: 30px!important;
  min-width: 30px!important;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  /* background-color: red; */
}
.form-default .input-wrap.checkbox-wrap input[type=checkbox] {
  position: relative;
  margin-right: 10px;
  /* left: -22px; */
}
input[type="checkbox"]:before {
  content: "";
  height: 30px;
  width: 30px;
  background: #eaeef2;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
input[type="checkbox"]:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio] {
  width: 30px;
  height: 30px;
  position: relative;
}
input[type=radio]:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #eaeef2;
  position: absolute;
}
input[type=radio]:checked:before {
  border: 2px solid #365b71;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #365b71;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.soc-wrap.form-block {
  padding-top: 4em;
  padding-bottom: 3em;
  border-top: 1px solid #365B71;
}
.soc-wrap.form-block .btn-default.wpcf7-submit {
  width: 100%;
  height: 45px;
}
@media (max-width: 575px) {
  .soc-wrap.form-block form .row {
    padding: 0 !important;
    margin: 0 -15px!important;
  }
  .input-wrap.checkbox-wrap .wpcf7-list-item label {
    display: flex;
  }
}
.input-wrap.checkbox-wrap label  a {
  color: #007CA3;
  position: relative; }
  .input-wrap.checkbox-wrap label  a:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #007CA3;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    content: ''; }
    .input-wrap.checkbox-wrap label a:hover:after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
.accordion-panel ol li {
  list-style-type: decimal;
}
.participatie-form .form-body .text {
  border-bottom: 1px solid #365B71;
}
.gform_body textarea,
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel] {
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #eaeef2;
  min-height: 50px;
  border: none;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    letter-spacing: normal;
    text-align: left;
    color: #365b71;
    width: 100%;
    padding: 0 25px!important;
}
input:disabled {
  opacity: 0.5;
}
.gform_body textarea {
  height: 150px!important;
}
.gchoice {
  margin-bottom: 10px;
}
.gfield-choice-input {
  margin-right: 10px;
}
table.gsurvey-likert,
table.gsurvey-likert td.gsurvey-likert-choice,
table.gsurvey-likert th.gsurvey-likert-choice-label {
  background: transparent!important;
  border: none!important;
}
table.gsurvey-likert td input[type=radio] {
  position: relative!important;
  top: unset;
  left: unset;
}
.participatie-form .ginput_left.address_city.ginput_address_city {
  flex: 0 0 100%;
}
@media(min-width: 768px) {
  .participatie-form .gfield.subfield {
    margin-top: -75px;
  }
  .participatie-form label.gfield_label {
    min-height: 3em;
  }
  /* .participatie-form .gfield_label + .ginput_container_phone,
  .participatie-form .gfield_label + .ginput_container_email {
    margin-top: -1.7em;
  } */
}
.participatie-form .gform_footer,
.participatie-form .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  padding-top: 40px;
}
.gform_footer .gform_button {
  padding: 0 40px;
}
.participatie-form a.gpoll_button {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
}
.participatie-form .gform_wrapper.gravity-theme .gfield_validation_message, 
.participatie-form .gform_wrapper.gravity-theme .validation_message,
.participatie-form .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  box-shadow: unset;
  padding-left: 0;
  background: unset;
}
.participatie-form .gform_wrapper.gravity-theme .gfield_validation_message, 
.participatie-form .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  margin: 0;
}
.gform-icon {
  display: none!important;
}
.participatie-form .gsection {
  border-bottom: 1px solid #365B71!important;
  margin-bottom: 1em;
}
@media(max-width:991.98px) {
  .participatie-form .form-body .text {
    padding-left: calc(50px - 3em);
    padding-right: calc(50px - 3em);
  }
}
.multiupload,
.multiupload.input-wrap-upload span.wpcf7-form-control-wrap {
  min-height: 50px;
  height: auto;
}
.wpcf7-spinner {
  bottom: -20px;
  right: -24px;
  position: absolute;
}
.multiupload p label {
  display: block;
  width: 100%;
}
.multiupload, .multiupload.input-wrap-upload span.wpcf7-form-control-wrap {
  margin-bottom: -45px;
}
.form-default .input-wrap-upload .label-file {
  display: flex;
  flex-direction: column;
}
.form-default span.mfcf7-zl-multifile-name {
  padding-top: 15px;
}
div#mfcf7_zl_multifilecontainer {
  order: 3;
}
