::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.map_contact > div {
  height: 100%;
}
@media (max-width: 1024px) {
  .map_contact > div {
    height: 400px;
  }
}
.careers-box .wrapper > h2 {
  padding-bottom: 65px;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .careers-box .wrapper > h2 {
    padding-bottom: 40px;
  }
}
.careers-blocks {
  width: 100% !important;
}
.careers-blocks .career-block {
  background: #fff;
  padding: 50px 50px 45px 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .careers-blocks .career-block {
    padding: 20px 10px 15px 10px;
  }
}
@media (max-width: 576px) {
  .careers-blocks .career-block {
    padding: 20px;
  }
}
.careers-blocks .career-block .career-block-top {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .careers-blocks .career-block .career-block-top {
    margin-bottom: 25px;
  }
}
.careers-blocks .career-block .career-block-top span {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .careers-blocks .career-block .career-block-top span {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .careers-blocks .career-block .career-block-top span {
    margin-bottom: 10px;
  }
}
.careers-blocks .career-block .career-block-top span:before {
  content: '';
  width: 100%;
  background: #bebebe;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.careers-blocks .career-block .career-block-top .btn_see-more {
  color: #000;
}
@media (max-width: 767px) {
  .careers-blocks .career-block .career-block-top .btn_see-more {
    font-size: 12px;
    padding: 10px 17px;
  }
}
.careers-blocks .career-block .career-block-top .btn_see-more i:before {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.careers-blocks .career-block .wyz ul li {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .careers-blocks .career-block .wyz ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.careers-blocks .career-block .wyz ul li:before {
  top: 11px;
}
.careers-blocks .career-block .btn-expand {
  display: inline-block;
}
@media (max-width: 576px) {
  .careers-blocks .career-block .btn-expand {
    display: block;
  }
}
.careers-blocks .career-block .btn-expand-close {
  text-align: left;
}
@media (max-width: 576px) {
  .careers-blocks .career-block .btn-expand-close {
    text-align: center;
  }
}
.memutext {
  display: none;
}
.title-section > div {
  position: relative;
}
.title-section > div .link-parent {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .title-section > div .link-parent {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .title-section > div .link-parent {
    display: none;
  }
}
.title-section > div .link-parent:hover {
  color: #4c8a9c;
}
.title-section > div .link-parent i {
  font-size: 14px;
  margin-right: 12px;
}
@media (max-width: 576px) {
  .title-section > div .link-parent i {
    font-size: 12px;
  }
}
.title-section h1 {
  max-width: 890px;
  margin: 0 auto;
}
.top-info {
  padding: 90px 0 75px;
}
@media (max-width: 768px) {
  .top-info {
    padding: 40px 0 40px;
  }
}
@media (max-width: 576px) {
  .top-info {
    padding: 20px 0;
  }
}
.top-info h2 {
  line-height: 62px;
}
@media (max-width: 1024px) {
  .top-info h2 {
    line-height: 51px;
  }
}
@media (max-width: 768px) {
  .top-info h2 {
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .top-info h2 {
    line-height: 34px;
  }
}
.expand-text {
  display: none;
}
.btn-expand, .btn-expand-close {
  -webkit-box-shadow: 0px -14px 20px 1px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px -20px 31px 1px rgba(255, 255, 255, .5);
  box-shadow: 0px -20px 31px 1px rgba(255, 255, 255, .5);
  cursor: pointer;
  color: #4c8a9c;
  font-family: Graphik;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-expand:hover, .btn-expand-close:hover {
  color: #000;
}
.btn-expand i, .btn-expand-close i {
  margin-left: 17px;
  color: #000;
}
.btn-expand-close {
  margin-top: 30px;
  display: none;
}
.partners {
  box-shadow: inset 0 0 32px rgba(215, 199, 175, 0.16);
  background-color: #fcfaf7;
  padding: 90px 0 60px;
}
@media (max-width: 1024px) {
  .partners {
    padding: 40px 0 20px;
  }
}
.partners .slider-partners .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 48px;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .partners .slider-partners .swiper-slide {
    display: block;
  }
}
@media (max-width: 1024px) {
  .partners .slider-partners .swiper-slide {
    padding: 25px;
  }
}
.partners .slider-partners .swiper-slide .left-content {
  float: left;
  margin: 0 47px 20px 0;
}
@media (max-width: 768px) {
  .partners .slider-partners .swiper-slide .left-content {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .partners .slider-partners .swiper-slide .left-content {
    float: none;
  }
}
.partners .slider-partners .swiper-slide .left-content img {
  width: 300px;
  object-position: 50% 10%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 1024px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 300px;
    width: 300px !important;
  }
}
@media (max-width: 768px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 300px;
    width: 300px !important;
  }
}
@media (max-width: 576px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 370px;
  }
}
@media (max-width: 370px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 315px;
  }
}
@media (max-width: 350px) {
  .partners .slider-partners .swiper-slide .left-content img {
    height: 290px;
  }
}
@media (max-width: 1279px) {
  .partners .slider-partners .swiper-slide .left-content img {
    width: 520px;
    height: 520px;
  }
}
@media (max-width: 1024px) {
  .partners .slider-partners .swiper-slide .left-content {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .partners .slider-partners .swiper-slide .left-content img {
    max-width: 100%;
  }
}
.partners .slider-partners .swiper-slide .right-content h3 {
  padding-bottom: 15px;
}
.partners .slider-partners .swiper-slide .right-content h4 {
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .partners .slider-partners .swiper-slide .right-content h4 {
    padding-bottom: 15px;
  }
}
.partners .slider-partners .swiper-slide .right-content .wyz {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .partners .slider-partners .swiper-slide .right-content .wyz {
    margin-bottom: 15px;
  }
}
.partners .slider-partners .swiper-slide .right-content .wyz p {
  letter-spacing: 0.2px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .partners .slider-partners .swiper-slide .right-content .wyz p {
    font-size: 17px;
    line-height: 28px;
  }
}
.partners .slider-partners .swiper-slide .right-content .email a {
  font-size: 24px;
  letter-spacing: 0.24px;
}
@media (max-width: 576px) {
  .partners .slider-partners .swiper-slide .right-content .email a {
    font-size: 20px;
  }
  .partners .slider-partners .swiper-slide .right-content .email a i {
    font-size: 20px;
  }
}
.partners .slider-partners .swiper-slide .right-content .email a i {
  margin-right: 18px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.24px;
}
.partners .swiper-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .partners .swiper-wrapper {
    margin-bottom: 20px;
  }
}
.partners .swiper-button-prev, .partners .swiper-button-next {
  color: #000;
  top: 0;
}
.partners .swiper-button-prev {
  left: -60px;
}
@media (max-width: 1400px) {
  .partners .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 1359px) {
  .partners .swiper-button-prev {
    left: 7px;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-button-prev {
    left: 20px;
  }
}
.partners .swiper-button-next {
  right: -60px;
}
@media (max-width: 1400px) {
  .partners .swiper-button-next {
    right: -35px;
  }
}
@media (max-width: 1359px) {
  .partners .swiper-button-next {
    right: 7px;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-button-next {
    right: 20px;
  }
}
.partners .swiper-button-next.swiper-button-disabled, .partners .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.partners .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.partners .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  height: auto;
  padding: 20px;
  opacity: 1;
  border-radius: 3px;
  margin: 0;
  margin-bottom: 42px;
  border: 2px solid transparent;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .partners .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 20px;
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .partners .swiper-pagination .swiper-pagination-bullet {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .partners .swiper-pagination .swiper-pagination-bullet {
    font-size: 20px;
  }
}
.partners .swiper-pagination .swiper-pagination-bullet img {
  margin-right: 25px;
  width: 104px;
  object-position: 50% 10%;
  object-fit: cover;
  height: 104px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .partners .swiper-pagination .swiper-pagination-bullet img {
    margin-right: 15px;
    width: 95px;
  }
}
.partners .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px solid #000;
}
.partners .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #000;
}
.post-type-archive-services .top-info .row1250 {
  width: 1270px;
}
.post-type-archive-services .top-info .row1250 .wyz p {
  padding: 0;
}
.services {
  padding: 90px 0 30px;
  box-shadow: inset 0 0 32px rgba(215, 199, 175, 0.16);
  background-color: #f7f5f2;
}
@media (max-width: 1024px) {
  .services {
    padding: 40px 0 40px;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 20px 0 20px;
  }
}
.services .wrapper, .recent_project .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.services .wrapper > *, .recent_project .wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .services .wrapper, .recent_project .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services .wrapper > *, .recent_project .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .services .wrapper, .recent_project .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .services .wrapper > *, .recent_project .wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.services .wrapper > a, .recent_project .wrapper > a {
  margin-bottom: 2%;
}
.services .wrapper .item, .recent_project .wrapper .item {
  cursor: pointer;
  position: relative;
  display: block;
}
.services .wrapper .item .image img, .recent_project .wrapper .item .image img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .services .wrapper .item .image img, .recent_project .wrapper .item .image img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .services .wrapper .item .image img, .recent_project .wrapper .item .image img {
    height: 300px;
  }
}
.services .wrapper .item .title, .recent_project .wrapper .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 10px;
  height: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .services .wrapper .item .title, .recent_project .wrapper .item .title {
    height: 90px;
  }
}
.services .wrapper .item .title h2, .recent_project .wrapper .item .title h2, .services .wrapper .item .title h3, .recent_project .wrapper .item .title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: -52px;
}
.services .wrapper .item .title span, .recent_project .wrapper .item .title span {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .wrapper .item:hover .title, .recent_project .wrapper .item:hover .title {
  height: 100%;
}
@media (max-width: 1024px) {
  .services .wrapper .item:hover .title, .recent_project .wrapper .item:hover .title {
    height: 90px;
  }
}
.services .wrapper .item:hover .title h2, .recent_project .wrapper .item:hover .title h2,.services .wrapper .item:hover .title h3, .recent_project .wrapper .item:hover .title h3 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .services .wrapper .item:hover .title h2, .recent_project .wrapper .item:hover .title h2, .services .wrapper .item:hover .title h3, .recent_project .wrapper .item:hover .title h3 {
    margin-bottom: -52px;
  }
}
.services .wrapper .item:hover span, .recent_project .wrapper .item:hover span {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .services .wrapper .item:hover span, .recent_project .wrapper .item:hover span {
    opacity: 0;
    visibility: hidden;
  }
}
.unique-call {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .unique-call {
    padding: 40px 0;
    background-position: right !important;
    background-attachment: inherit !important;
  }
}
.unique-call > div > div svg {
  width: 90px;
}
@media (max-width: 1024px) {
  .unique-call > div > div svg {
    width: 60px;
    height: 60px;
  }
}
.unique-call .wyz h2, .unique-call .wyz p {
  color: #fff;
}
@media (max-width: 576px) {
  .unique-call .wyz h2, .unique-call .wyz p {
    padding-bottom: 25px;
  }
}
.unique-call .top-element {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .unique-call .top-element {
    margin-bottom: 50px;
  }
}
.unique-call .bottom-element {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .unique-call .bottom-element {
    margin-top: 50px;
  }
}
.btn-get-started {
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.btn-get-started:hover {
  color: #fff;
}
.btn-get-started i {
  font-size: 16px;
  margin-left: 25px;
}
.learn-more {
  padding: 90px 0 50px;
}
@media (max-width: 1024px) {
  .learn-more {
    padding: 40px 0 20px;
  }
}
.learn-more h2 {
  text-align: center;
  margin-bottom: 30px;
}
.learn-more .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.learn-more .wrapper .item {
  position: relative;
  border-radius: 3px;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  width: 31%;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .learn-more .wrapper .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .learn-more .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.learn-more .wrapper .item:hover .image {
  filter: grayscale(1);
}
.learn-more .wrapper .item .image {
  display: block;
  width: 100%;
  height: 385px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .learn-more .wrapper .item .image {
    height: 305px;
  }
}
@media (max-width: 768px) {
  .learn-more .wrapper .item .image {
    height: 228px;
  }
}
@media (max-width: 576px) {
  .learn-more .wrapper .item .image {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .learn-more .wrapper .item .image {
    height: 300px;
  }
}
.learn-more .wrapper .item h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding-bottom: 0;
}
.default_form input, .default_form textarea {
  color: #000;
}
.default_form input::placeholder, .default_form textarea::placeholder {
  color: #000;
}
.default_form .hover-1, .default_form .hover-2 {
  color: #000;
}
.default_form .hover-1:before, .default_form .hover-2:before {
  background: #000;
}
.default_form .hover-1:after, .default_form .hover-2:after {
  background: #000;
}
.default_form .hover-1 .hover-2:before {
  background: #000;
}
.default_form .hover-1 .hover-2:after {
  background: #000;
}
.default_form .hover-1 .hover-2::before, .default_form .hover-1 .hover-2::after {
  background: #000;
}
.default_form .focus-input::after {
  width: 100%;
  background: #4c8a9c;
}
.default_form .hover-1:hover::after {
  transition-delay: 0.6s;
  background: #4c8a9c;
}
.default_form .not-valid-brd:before, .default_form .not-valid-brd:after {
  background: #9c4c4c !important;
}
.form-footer .not-valid-brd:before, .form-footer .not-valid-brd:after {
  background: #9c4c4c !important;
}
.pop-up-form {
  border-radius: 3px;
}
.pop-up-form .default_form {
  padding: 20px 40px;
}
@media (max-width: 1024px) {
  .pop-up-form .default_form {
    padding: 20px;
  }
  .pop-up-form .default_form .wrapper-input .right .radio_wrapper {
    padding-left: 5px;
  }
  .pop-up-form .default_form .wrapper-input .right .radio_wrapper .radio-btn {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .pop-up-form .default_form .wrapper-input .right .radio_wrapper {
    padding-left: 0;
  }
  .pop-up-form .default_form .wrapper-input .right .radio_wrapper .radio-btn {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .pop-up-form .default_form {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .fancybox-content {
    padding: 10px 20px 40px 20px;
  }
}
.wrapper-input {
  margin-bottom: 40px;
}
.top-image {
  height: 480px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top-image {
    position: static;
    height: 300px;
  }
}
.top-image + * {
  margin-top: 480px;
}
@media (max-width: 1024px) {
  .top-image + * {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .single-services .top-image {
    height: 295px !important;
  }
}
.prlx-parent {
  overflow: hidden;
}
.prlx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .our_block .content img {
    height: 100%;
  }
}
.shadow-block > div {
  z-index: 2;
}
.shadow-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-services-content {
  background: #fff;
  padding: 60px 0 60px;
}
@media (max-width: 1024px) {
  .single-services-content {
    padding: 20px 0 20px;
  }
}
.single-services-content > div p {
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .single-services-content > div p {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-services-content > div p:first-child {
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .single-services-content > div p:first-child {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .block-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .block-title {
    margin-bottom: 25px;
  }
}
.slider-project {
  position: relative;
  padding: 90px 0;
  box-shadow: inset 0 0 32px rgba(215, 199, 175, 0.16);
  background-color: #f7f5f2;
}
@media (max-width: 1024px) {
  .slider-project {
    padding: 40px 0;
  }
}
.slider-project .item {
  cursor: pointer;
  position: relative;
  display: block;
}
.slider-project .item .image img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .slider-project .item .image img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .slider-project .item .image img {
    height: 300px;
  }
}
.slider-project .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 10px;
  height: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .slider-project .item .title {
    height: 90px;
  }
}
.slider-project .item .title h2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: -52px;
}
.slider-project .item .title span {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-project .item:hover .title {
  height: 100%;
}
.slider-project .item:hover .title h2 {
  margin-bottom: 30px;
}
.slider-project .item:hover span {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .slider-project .item:hover .title {
    height: 90px;
  }
  .slider-project .item:hover .title h2 {
    margin-bottom: -52px;
  }
  .slider-project .item:hover span {
    opacity: 0;
    visibility: hidden;
  }
}
.slider-project .swiper-button-prev, .slider-project .swiper-button-next {
  color: #000;
  top: 320px;
}
@media (max-width: 1200px) {
  .slider-project .swiper-button-prev, .slider-project .swiper-button-next {
    top: 277px;
  }
}
@media (max-width: 1024px) {
  .slider-project .swiper-button-prev, .slider-project .swiper-button-next {
    top: 340px;
  }
}
.slider-project .swiper-button-prev {
  left: -60px;
}
@media (max-width: 1400px) {
  .slider-project .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 1359px) {
  .slider-project .swiper-button-prev {
    left: -10px;
  }
}
.slider-project .swiper-button-next {
  right: -60px;
}
@media (max-width: 1400px) {
  .slider-project .swiper-button-next {
    right: -35px;
  }
}
@media (max-width: 1359px) {
  .slider-project .swiper-button-next {
    right: -10px;
  }
}
.list {
  margin-top: 20px;
}
.list .column .wyz ul {
  margin-bottom: 50px;
}
.list .column .wyz ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .list .column .wyz ul li {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.list .column .wyz ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0;
}
.filter-block {
  background-color: #fff;
  margin: 0px 0px 80px;
  padding: 25px;
}
@media (max-width: 1280px) {
  .filter-block {
    margin: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .filter-block {
    margin-bottom: 40px;
  }
}
.filter-block .wrapper-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .filter-block .wrapper-select .selectric-wrapper {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    width: 19%;
    margin-bottom: 20px;
  }
  .filter-block .wrapper-select .selectric-wrapper .selectric {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .filter-block .wrapper-select {
    display: block;
  }
  .filter-block .wrapper-select .selectric-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.filter-block .wrapper-select .selectric-open .selectric {
  border-color: #4c8a9c;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-block .wrapper-select .selectric-open .selectric .button {
  width: 35px;
}
.filter-block .wrapper-select .selectric {
  border-radius: 3px;
  border: 2px solid #000;
  background-color: #fff;
  cursor: pointer;
  width: 210px;
  height: 52px;
  padding: 17px 0px 17px 20px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-block .wrapper-select .selectric .label {
  line-height: 1;
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin: 0;
}
.filter-block .wrapper-select .selectric .button {
  height: 100%;
  background-color: #fff;
}
.filter-block .wrapper-select .selectric .button:before {
  content: "\f078";
  font-family: 'fontawesome-solid';
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 25px;
  right: 19px;
  width: 5px;
  height: 5px;
}
.filter-block .wrapper-select .selectric .button:after {
  display: none;
}
.filter-block .wrapper-select .selectric-items {
  width: auto !important;
  min-width: 210px !important;
  height: auto !important;
  background: #fff;
  border: 2px solid #4c8a9c;
  top: 95%;
  bottom: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 1280px) {
  .filter-block .wrapper-select .selectric-items {
    min-width: 180px !important;
  }
}
@media (max-width: 1180px) {
  .filter-block .wrapper-select .selectric-items {
    min-width: 150px !important;
  }
}
@media (max-width: 1100px) {
  .filter-block .wrapper-select .selectric-items {
    width: 100% !important;
    z-index: 99;
  }
}
.filter-block .wrapper-select .selectric-items ul li {
  width: -webkit-max-content;
  width: intrinsic;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  font-size: 14px;
}
.filter-block .wrapper-select .search-filter {
  width: 175px;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .filter-block .wrapper-select .search-filter {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .filter-block .wrapper-select .search-filter {
    margin: 0 0 20px;
    width: 100%;
  }
}
.filter-block .wrapper-select .search-filter .wrapper-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.filter-block .wrapper-select .search-filter .wrapper-search button {
  width: 60px;
  background: transparent;
}
.filter-block .wrapper-select .search-filter .wrapper-search button i {
  font-size: 17px;
  margin-right: 20px;
}
.filter-block .wrapper-select > span {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin: 0 10px;
}
@media (max-width: 1279px) {
  .filter-block .wrapper-select > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .filter-block .wrapper-select > span {
    margin: 0 0 20px;
    display: block;
    text-align: center;
  }
}
.filter-block .wrapper-select .btn-filter button {
  border-radius: 3px;
  border: 2px solid #000;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
  line-height: 51px;
  height: 52px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.filter-block .wrapper-select .btn-filter button i {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .filter-block .wrapper-select .btn-filter button {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .filter-block .wrapper-select .btn-filter button {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.filter-block .wrapper-select input, .filter-block .wrapper-select textarea {
  color: #404040;
}
.filter-block .wrapper-select input::placeholder, .filter-block .wrapper-select textarea::placeholder {
  color: #000;
}
.filter-block .wrapper-select .hover-1, .filter-block .wrapper-select .hover-2 {
  color: #000;
}
.filter-block .wrapper-select .hover-1:before, .filter-block .wrapper-select .hover-2:before {
  background: #000;
}
.filter-block .wrapper-select .hover-1:after, .filter-block .wrapper-select .hover-2:after {
  background: #000;
}
.filter-block .wrapper-select .hover-1 .hover-2:before {
  background: #000;
}
.filter-block .wrapper-select .hover-1 .hover-2:after {
  background: #000;
}
.filter-block .wrapper-select .hover-1 .hover-2::before, .filter-block .wrapper-select .hover-1 .hover-2::after {
  background: #000;
}
.filter-block .wrapper-select .focus-input::after {
  width: 100%;
  background: #4c8a9c;
}
.filter-block .wrapper-select .hover-1:hover::after {
  transition-delay: 0.6s;
  background: #4c8a9c;
}
.filter-block .filter-up {
  display: none;
}
@media (max-width: 1100px) {
  .filter-block .filter-up {
    display: block;
    border-radius: 3px;
    border: 2px solid #000;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    padding: 20px 25px;
    text-align: center;
  }
}
.filter-block .filter-up i {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
  font-size: 14px;
}
.filter-block .filter-up_toggle i {
  transform: rotate(180deg);
}
.filter-block form {
  display: block;
}
@media (max-width: 1100px) {
  .filter-block form {
    display: none;
    margin-top: 25px;
  }
}
.blog .archive-posts, .category .archive-posts, .archive .archive-posts {
  box-shadow: inset 0 0 32px rgba(215, 199, 175, 0.16);
  background-color: #f7f5f2;
}
.blog .archive-posts .post, .category .archive-posts .post, .archive .archive-posts .post {
  background-color: #fff;
  display: block !important;
}
.blog .archive-posts .post .thumb, .category .archive-posts .post .thumb, .archive .archive-posts .post .thumb {
  display: block;
  max-width: 100%;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .blog .archive-posts .post .thumb, .category .archive-posts .post .thumb, .archive .archive-posts .post .thumb {
    height: auto;
  }
  .blog .archive-posts .post .thumb img, .category .archive-posts .post .thumb img, .archive .archive-posts .post .thumb img {
    margin-bottom: 0;
  }
}
.blog .archive-posts .post .thumb img, .category .archive-posts .post .thumb img, .archive .archive-posts .post .thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .blog .archive-posts .post .thumb img, .category .archive-posts .post .thumb img, .archive .archive-posts .post .thumb img {
    height: 270px;
  }
}
@media (max-width: 576px) {
  .blog .archive-posts .post .thumb img, .category .archive-posts .post .thumb img, .archive .archive-posts .post .thumb img {
    height: 310px;
  }
}
.blog .archive-posts .post .title-post, .category .archive-posts .post .title-post, .archive .archive-posts .post .title-post {
  margin-bottom: 20px;
}
.blog .archive-posts .post .post_text, .category .archive-posts .post .post_text, .archive .archive-posts .post .post_text {
  padding: 45px;
}
@media (max-width: 768px) {
  .blog .archive-posts .post .post_text, .category .archive-posts .post .post_text, .archive .archive-posts .post .post_text {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog .archive-posts .post .post_text, .category .archive-posts .post .post_text, .archive .archive-posts .post .post_text {
    padding: 30px 20px 20px 20px;
  }
}
.blog .archive-posts .filter-block .wrapper-select .selectric, .category .archive-posts .filter-block .wrapper-select .selectric, .archive .archive-posts .filter-block .wrapper-select .selectric {
  width: 442px;
}
@media (max-width: 1300px) {
  .blog .archive-posts .filter-block .wrapper-select .selectric, .category .archive-posts .filter-block .wrapper-select .selectric, .archive .archive-posts .filter-block .wrapper-select .selectric {
    width: 100%;
  }
}
.blog .archive-posts .filter-block .wrapper-select .search-filter, .category .archive-posts .filter-block .wrapper-select .search-filter, .archive .archive-posts .filter-block .wrapper-select .search-filter {
  width: 442px;
}
@media (max-width: 1300px) {
  .blog .archive-posts .filter-block .wrapper-select .selectric-wrapper, .category .archive-posts .filter-block .wrapper-select .selectric-wrapper, .archive .archive-posts .filter-block .wrapper-select .selectric-wrapper, .blog .archive-posts .filter-block .wrapper-select .search-filter, .category .archive-posts .filter-block .wrapper-select .search-filter, .archive .archive-posts .filter-block .wrapper-select .search-filter {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
  }
  .blog .archive-posts .filter-block .wrapper-select span, .category .archive-posts .filter-block .wrapper-select span, .archive .archive-posts .filter-block .wrapper-select span {
    display: block;
  }
}
@media (max-width: 1275px) {
  .blog .archive-posts .filter-block .wrapper-select .selectric-wrapper, .category .archive-posts .filter-block .wrapper-select .selectric-wrapper, .archive .archive-posts .filter-block .wrapper-select .selectric-wrapper, .blog .archive-posts .filter-block .wrapper-select .search-filter, .category .archive-posts .filter-block .wrapper-select .search-filter, .archive .archive-posts .filter-block .wrapper-select .search-filter {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    width: 35%;
  }
}
@media (max-width: 1100px) {
  .blog .archive-posts .filter-block .wrapper-select .selectric-wrapper, .category .archive-posts .filter-block .wrapper-select .selectric-wrapper, .archive .archive-posts .filter-block .wrapper-select .selectric-wrapper, .blog .archive-posts .filter-block .wrapper-select .search-filter, .category .archive-posts .filter-block .wrapper-select .search-filter, .archive .archive-posts .filter-block .wrapper-select .search-filter {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .blog .archive-posts .post .post_text {
    padding: 20px;
  }
}
.portfolio-box .text-wrapper p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .portfolio-box .text-wrapper p {
    font-size: 16px;
  }
}
.content-post {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .content-post {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .content-post .thumb {
    max-width: 490px;
  }
}
@media (max-width: 940px) and (max-width: 940px) {
  .content-post .thumb {
    max-width: 100%;
  }
}
@media (max-width: 940px) {
  .content-post .thumb {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.wyz ul {
  margin-bottom: 20px;
}
.wyz ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wyz ul li {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.wyz ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 7px;
  left: 0;
}
.top-info-post {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .top-info-post {
    margin-bottom: 40px;
    display: block;
  }
}
.top-info-post .left-content span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .top-info-post .left-content span {
    margin-bottom: 10px;
  }
}
.top-info-post .left-content span:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .top-info-post .left-content span:last-child {
    margin-bottom: 10px;
  }
}
.top-info-post .left-content span a {
  font-weight: 500;
}
.top-info-post .right-content {
  text-align: right;
}
@media (max-width: 1024px) {
  .top-info-post .right-content {
    text-align: left;
  }
}
.top-info-post .right-content > div {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .top-info-post .right-content > div {
    margin-bottom: 10px;
  }
}
.top-info-post .right-content > div:last-child {
  margin-bottom: 0;
}
.top-info-post .right-content .tegs {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #4c8a9c;
}
.top-info-post .right-content .tegs a {
  font-weight: 500;
  margin-right: 10px;
}
.top-info-post .right-content .tegs a:last-child {
  margin-right: 0;
}
.top-info-post .right-content .share {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.top-info-post .right-content .share span {
  color: #000;
  margin-right: 10px;
}
.top-info-post .right-content .share a {
  margin-right: 10px;
}
.top-info-post .right-content .share a:last-child {
  margin-right: 0;
}
.single .news-block {
  background-color: #fcfaf7;
}
.default_form .submit_btn input[type="submit"] {
  text-transform: uppercase;
}
.default_form input[type="file"] {
  width: 100%;
  height: 52px;
  cursor: pointer;
}
.default_form .f_inp:before {
  content: "\f0aa";
  font-family: 'fontawesome-solid';
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
  right: 25px;
  width: 10px;
  height: 10px;
}
.default_form .f_inp input {
  width: 100%;
  height: 52px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.default-page {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .default-page {
    padding: 40px 0;
  }
}
.default-page ul {
  margin-bottom: 20px;
}
.default-page ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .default-page ul li {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.default-page ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 7px;
  left: 0;
}
.sitemap-style ul ul {
  margin-top: 20px;
}
.top-block-video {
  position: relative;
}
.top-block-video .top-text {
  padding: 50px 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 1250px;
  max-width: 96%;
}
.top-block-video .top-text h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  line-height: 78px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .top-block-video .top-text h1 {
    font-size: 46px;
    line-height: 54px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-block-video .top-text h1 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .top-block-video .top-text h1 {
    font-size: 32px;
    line-height: 47px;
  }
}
.top-block-video .bg-home {
  height: 768px;
}
@media (max-width: 1024px) {
  .top-block-video .bg-home {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .top-block-video .bg-home {
    height: 245px;
    
  }
}
.top-block-video .bg-home video {
  height: 100%;
  width: 100%;
  
}
.top-block-video .bg-home video.desktopvid {
  -o-object-fit: cover;
  object-fit: cover;
}
.mobilehpbg{display:none;}
@media (max-width:768px){
  .desktopvid{display:none;}
  .mobilehpbg{display: block;}

  .video-play{top: 30px;
    display: block;
    left: 35%;
    position: absolute;
    color: #fff;
    z-index: 10;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    opacity: .7;
    padding-top: 39px;
    }
    .video-pause{top: 30px;
      display: none;
      left: 35%;
      position: absolute;
      color: #fff;
      z-index: 10;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      text-align: center;
      padding-top: 39px;
      opacity: .7;
      }
  .video-play i{text-align: center; position: relative;}
  .top-block-video .bg-home video {

    width: 100%;
    margin-top:0px;
  }
  video::-webkit-media-controls {
    display: none;
  }
}
.backgraund-mp4 {
  position: relative;
}
.backgraund-mp4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 0;
}
.btn-anim {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
  z-index: 99995;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.btn-anim.act svg {
  animation: jump ease 1 1s;
}
.btn-anim:hover svg path {
  fill: #bfbfbf;
}
.btn-anim svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-anim svg {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0);
}
.btn-anim.dwn svg {
  transform: translateY(15px);
}
.home .unique-call {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .unique-call h2 {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 300;
}
.home .unique-call .btn-get-started {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-block {
  text-align: center;
  margin-top: 30px;
}
.btn-block .btn_see-more {
  color: #000;
}
.blog .filter-block .wrapper-select .selectric-items {
  width: 475px !important;
}
@media (max-width: 1100px) {
  .blog .filter-block .wrapper-select .selectric-items {
    width: 100% !important;
  }
}
@keyframes btn {
  0% {
    left: 0;
  }
  50% {
    left: 17px;
  }
  100% {
    left: 0;
  }
}
body .default-btn {
  padding: 15px 25px;
}
body .default-btn i {
  position: relative;
  margin-left: 25px;
}
.default-btn i {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translateY(0);
}
.default-btn.dwn i {
  transform: translateX(15px);
}
.our_block .content .wyz p:last-child {
  padding-bottom: 0;
}
.wsp-container a {
  font-size: 24px;
}
.wsp-container li {
  padding-left: 0;
}
.wsp-container .children {
  margin-left: 10px;
}
.wsp-container .children li {
  margin-bottom: 22px;
}
.wsp-container ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 11px;
  left: 0;
  display: none;
}
.page-id-346 .default-page {
  padding: 90px 0 70px;
}
@media (max-width: 1024px) {
  .page-id-346 .default-page {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  .page-id-346 .default-page {
    padding: 40px 0 20px;
  }
}
.blog .news-block .news-block_posts .post {
  margin-bottom: 2%;
}
@media (max-width: 1250px) {
  .blog .news-block .news-block_posts .post {
    margin-bottom: 2%;
  }
}
@media (max-width: 1024px) {
  .blog .news-block .news-block_posts .post {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
    margin-bottom: 2%;
  }
}
@media (max-width: 576px) {
  .blog .news-block .news-block_posts .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hidden-careers {
  display: none;
}
.selectric-items {
  box-shadow: none;
}
.post-type-archive-portfolio .wrapper-search i, .category .wrapper-search i, .blog .wrapper-search i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .post-type-archive-portfolio .wrapper-search i, .category .wrapper-search i, .blog .wrapper-search i {
    padding: 0 11px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-portfolio .wrapper-search i, .category .wrapper-search i, .blog .wrapper-search i {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .post-type-archive-portfolio .wrapper-search i, .category .wrapper-search i, .blog .wrapper-search i {
    font-size: 14px;
  }
}
.expand-text p {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .expand-text p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .expand-text p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .expand-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home #main {
    overflow: hidden;
  }
  .services .wrapper .item .title h2, .recent_project .wrapper .item .title h2 {
    max-width: 100% !important;
  }
  .partners .slider-partners .swiper-slide .left-content {
    max-height: 570px;
    overflow: hidden;
  }
  .partners .swiper-pagination .swiper-pagination-bullet img {
    height: auto;
  }
  .partners .slider-partners .swiper-slide .left-content img {
    height: auto;
  }
  .partners .swiper-pagination .swiper-pagination-bullet {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    width: 45%;
  }
  .post-type-archive-portfolio .wrapper-search i, .blog .wrapper-search i {
    padding: 0 21px 0 0;
  }
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .swiper-button-next:hover {
    opacity: 0.7;
  }
  .swiper-button-disabled.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_left-s.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .swiper-button-disabled.swiper-button-prev:hover {
    opacity: 0.7;
  }
  .swiper-button-disabled.swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_right-s.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .swiper-button-disabled.swiper-button-next:hover {
    opacity: 0.7;
  }
  .gallery-top .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_left-fff.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gallery-top .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .gallery-top .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("../img/arrow_right-ffff.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gallery-top .swiper-button-next:hover {
    opacity: 0.7;
  }
  .learn-more .wrapper .item {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .learn-more .wrapper .item h3 {
    z-index: 9;
  }
  .learn-more .wrapper .item span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .learn-more .wrapper .item span:hover:before {
    background: rgba(0, 0, 0, 0.75);
  }
  .fetured-block .fetured-content {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fetured-block .fetured-content h3 {
    position: relative;
    z-index: 9;
  }
  .fetured-block .fetured-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fetured-block .fetured-content:hover:before {
    background: rgba(0, 0, 0, 0.75);
  }
  .fancybox-content .fancybox-button i {
    font-size: 30px;
    display: block !important;
  }
  .fancybox-content .fancybox-button::before {
    content: none !important;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1400px), screen and (-ms-high-contrast: none) and (max-width: 1400px) {
  footer .left-content {
    -webkit-flex-basis: 35.7%;
    -moz-flex-basis: 35.7%;
    -ms-flex-preferred-size: 35.7%;
    flex-basis: 35.7%;
    width: 35.7%;
  }
}
@media (max-width: 768px) {
  .services.careers-box {
    padding: 40px 0 40px;
  }
}
@media (max-width: 576px) {
  .services.careers-box {
    padding: 20px 0 20px;
  }
}
@media (max-width: 576px) {
  .single-post .title-section h1 {
    font-size: 31px;
    line-height: 40px;
  }
}
.white-bg {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .header-top > div:before {
    content: "";
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(27vh);
    z-index: -1;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .header-top.y > div:before {
    content: "";
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(27vh);
    z-index: 2;
    opacity: 1;
  }
}
.overflow-h {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .slider-project-about.slider-project .item .image img {
    height: 301px;
  }
}
@media (max-width: 1024px) {
  .slider-project-about.slider-project {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .slider-project-about.slider-project {
    padding: 40px 0;
  }
}
.slider-project-about.slider-project .swiper-button-next, .slider-project-about.slider-project .swiper-button-prev {
  top: 320px;
}
@media (max-width: 1200px) {
  .slider-project-about.slider-project .swiper-button-next, .slider-project-about.slider-project .swiper-button-prev {
    top: 277px;
  }
}
.wrapper-select-selectric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .wrapper-select-selectric {
    display: block;
  }
}
.wrapper-select-selectric .selectric-wrapper {
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .wrapper-select-selectric .selectric-wrapper {
    min-width: 217px !important;
  }
}
@media (max-width: 1050px) {
  .wrapper-select-selectric .selectric-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 1100px) {
  .wrapper-select-selectric .selectric-wrapper {
    width: 100%;
  }
}
.wrapper-select-selectric .selectric-wrapper:last-child {
  margin-right: 0;
}
.disable-select {
  position: relative;
}
.disable-select:before {
  content: "";
  position: absolute;
  z-index: 15;
  background: rgba(0, 0, 0, .3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
}
.post-type-archive-portfolio .filter-block .wrapper-select .search-filter {
  width: 210px;
}
@media (max-width: 1100px) {
  .post-type-archive-portfolio .filter-block .wrapper-select .search-filter {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .content-post .thumb {
    max-width: 67%;
  }
}
@media (max-width: 576px) {
  .fancybox-content {
    padding: 25px 20px 32px 20px;
  }
}
@media (max-width: 1024px) {
  .single-post .title-section h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .single-post .title-section h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .title-section{margin-top: 0 !important;}
}
@media (max-width: 576px) {
  .single-post .title-section h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.news-block .news-block_posts .post span b {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post span b {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post .post_text .wyz a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post .post_text .wyz p {
    font-size: 17px;
    line-height: 28px;
  }
}
.postid-643 .title-section h1 {
  font-size: 52px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .postid-643 .title-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .postid-643 .title-section h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .postid-643 .title-section h1 {
    font-size: 32px;
  }
}
@media (max-width: 1550px) {
  .fancybox-slide .fancybox-content {
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) !important;
    max-height: 95%;
  }
}
@media (max-width: 1295px) {
  .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: block !important;
  }
}
.dnPS {
  display: none;
}
.btn_more--post .btn_moreJS {
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .portfolio-box .swiper-button-next:after {
    padding: 11px 18px 11px 23px;
  }
}
@media (max-width: 1024px) {
  .portfolio-box .swiper-button-prev:after {
    padding: 11px 23px 11px 18px;
  }
}
.services .btn_more--post {
  margin-bottom: 33px;
}
.portfolio-box .text-wrapper ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
  line-height: 32px;
}
.portfolio-box .text-wrapper ul li:last-child {
  margin-bottom: 31px;
}
.portfolio-box .text-wrapper ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  top: 12px;
  left: 0;
}
.portfolio-box .text-wrapper br {
  display: block;
  margin-bottom: 15px;
  content: "A" !important;
}
.list .column .wyz ul li {
  break-inside: avoid;
}
.filter-column .selectric-items .selectric-scroll > ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-bottom: 13px;
  padding: 15px 7px;
  padding-right: 2px;
}
@media (max-width: 768px) {
  .filter-column .selectric-items .selectric-scroll > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .filter-column .selectric-items .selectric-scroll > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.filter-column .selectric-items .selectric-scroll > ul > li {
  padding: 4px 20px;
  padding-right: 4px;
  padding-left: 6px;
}
.title-section {
  padding: 37px 0;
  text-align: center;
  background-color: #003d4c;
  margin-top:114px;
}
@media (max-width: 1024px) {
  .title-section {
    padding: 23px 0 20px;
  }
}
@media (max-width: 576px) {
  .title-section {
    padding: 15px 0 12px;
  }
}
.title-section h1 {
  color: #fff;
  padding: 0;
}
.affiliates-content {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .affiliates-content {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .affiliates-content {
    padding: 40px 10px;
  }
}
.affiliates-content .info-block {
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 65px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .affiliates-content .info-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .affiliates-content .info-block {
    margin-bottom: 20px;
  }
}
.affiliates-content .info-block .left-content {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  width: 44%;
}
.affiliates-content .info-block .left-content .wyz {
  text-align: left;
}
.affiliates-content .info-block .left-content .wyz h3 {
  padding-bottom: 30px;
}
.affiliates-content .info-block .left-content img {
  margin-bottom: 35px;
}
@media (max-width: 1400px) {
  .affiliates-content .info-block .left-content {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    width: 43%;
  }
}
@media (max-width: 1359px) {
  .affiliates-content .info-block .left-content {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    width: 43%;
  }
}
@media (max-width: 768px) {
  .affiliates-content .info-block .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .affiliates-content .info-block .left-content img {
    margin-bottom: 15px;
  }
}
.affiliates-content .info-block .right-content {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  width: 46%;
}
@media (max-width: 1400px) {
  .affiliates-content .info-block .right-content {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    width: 47%;
  }
}
@media (max-width: 1359px) {
  .affiliates-content .info-block .right-content {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .affiliates-content .info-block .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.affiliates-content .info-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.affiliates-content .company_contact {
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.affiliates-content .company_contact > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .affiliates-content .company_contact > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.affiliates-content .company_contact:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .affiliates-content .company_contact {
    padding-bottom: 40px;
  }
  .affiliates-content .company_contact .company_location span a {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .affiliates-content .company_contact .company_location {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.affiliates-content .company_phone_fax {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.affiliates-content .company_phone_fax > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.affiliates-content .company_phone_fax .company_fax {
  margin-left: 30px;
  position: relative;
}
.affiliates-content .company_phone_fax .company_fax:before {
  content: '/';
  position: absolute;
  left: -17px;
  top: 5px;
}
@media (max-width: 1250px) {
  .affiliates-content .company_phone_fax {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .affiliates-content .company_phone_fax .company_fax {
    margin-left: 0;
  }
  .affiliates-content .company_phone_fax .company_fax:before {
    display: none;
  }
  .affiliates-content .company_phone_fax > div {
    margin-bottom: 30px;
  }
  .affiliates-content .company_phone_fax > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .affiliates-content .company_phone_fax {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.company_phone a, .company_fax a {
  color: #000;
}
/*                      CONTACT INFO DEFAULT STYLE                     */
.company_contact {
  border-bottom: 2px solid #bfbfbf;
}
.company_contact:first-child {
  padding-top: 0;
}
.company_contact:last-child {
  border: none;
}
.company_contact .company_location a {
  max-width: 420px;
  display: block;
  cursor:default;
}
.company_contact .company_location a:hover{
   color:#4c8a9c;
}
.company_contact > div {
  margin-bottom: 30px;
}
.company_contact > div:last-child {
  margin-bottom: 0;
}
.company_contact > div .icon {
  min-width: 35px;
  padding-top: 4px;
}
@media (max-width: 480px) {
  .company_contact > div .icon {
    font-size: 16px;
    min-width: 22px;
  }
}
.company_contact > div span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
@media (max-width: 1024px) {
  .company_contact > div span {
    font-size: 20px;
  }
}
@media (max-width: 870px) {
  .company_contact > div span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company_contact > div span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .company_contact > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .company_contact > div {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company_contact .company_phone_fax .company_phone, .company_contact .company_phone_fax .company_fax {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .company_contact {
    margin-bottom: 15px;
  }
  .company_contact .company_phone_fax .company_phone, .company_contact .company_phone_fax .company_fax {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .company_contact .company_email a, .company_contact .company_website a {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .company_contact .company_email a, .company_contact .company_website a {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .company_contact .company_email a, .company_contact .company_website a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .company_contact .company_email a, .company_contact .company_website a {
    font-size: 12px;
  }
  .company_contact .company_location a {
    max-width: 100%;
  }
}
/*                      CONTACT PAGE STYLE                     */
.contact_map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact_map-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contact_map-wrapper .map_contact {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
.contact_map-wrapper .map_contact img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .contact_map-wrapper .map_contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.contact_map-wrapper .company_info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  padding: 90px 100px 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contact_map-wrapper .company_info .company_contact {
  margin-left: auto;
  max-width: 535px;
}
.contact_map-wrapper .company_info .company_contact > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .contact_map-wrapper .company_info .company_contact {
    margin-bottom: 0;
  }
  .contact_map-wrapper .company_info .company_contact > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact_map-wrapper .company_info .company_contact .company_location {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .contact_map-wrapper .company_info .company_contact .company_location a {
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  .contact_map-wrapper .company_info {
    padding: 90px 100px 90px 15px;
  }
}
@media (max-width: 1279px) {
  .contact_map-wrapper .company_info {
    padding: 90px 40px 90px 15px;
  }
}
@media (max-width: 1024px) {
  .contact_map-wrapper .company_info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 40px 15px;
    width: 100%;
  }
  .contact_map-wrapper .company_info .company_contact {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .contact_map-wrapper .company_info {
    padding: 20px 15px;
  }
}
/*                      NEWS BLOCK STYLE                     */
.btn_see-more {
  display: inline-block;
  font-family: Graphik, sans-serif;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  border-radius: 3px;
}
.btn_see-more i {
  font-size: 14px;
  font-weight: 900;
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .btn_see-more {
    font-size: 14px;
    padding: 15px 25px;
  }
}
/*                       BLOCK TITLE STYLE                     */
.block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.block-title h2 {
  padding: 0;
}
.block-title h3{
  padding:0;
  color: #000;
    font-family: Graphik;
    font-size: 48px;
    font-weight: 300;
    line-height: 62px;
}
@media (max-width: 1024px) {
  .block-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .block-title h2 {
    font-size: 35px;
  }
  .block-title h3{
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .block-title {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .block-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .block-title h2 {
    font-size: 26px;
  }
}
.news-block {
  padding: 80px 0 55px 0;
}
.news-block .news-block_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.news-block .news-block_posts .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  width: 49%;
  margin-bottom: 65px;
}
.news-block .news-block_posts .post a {
  width: 100%;
  max-width: 192px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .news-block_posts .post a:hover {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
@media (max-width: 1300px) {
  .news-block .news-block_posts .post a {
    margin-right: 35px;
  }
}
@media (max-width: 1250px) {
  .news-block .news-block_posts .post a {
    margin-right: 20px;
  }
}
.news-block .news-block_posts .post a img {
  object-fit: cover;
  width: 100%;
  height: 195px;
  border-radius: 3px;
}
@media (max-width: 576px) {
  .news-block .news-block_posts .post a img {
    border-radius: 0;
  }
}
.news-block .news-block_posts .post .post_text span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 2px solid #bebebe;
  margin-bottom: 15px;
}
.news-block .news-block_posts .post .post_text span a {
  margin-right: 0;
  font-weight: 500;
}
.news-block .news-block_posts .post .post_text .wyz a {
  line-height: 32px;
}
.news-block .news-block_posts .post .post_text .wyz a h2 {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 0 !important;
  color: #4c8a9c;
  font-weight: 400;
  margin-bottom: -20px !important;
}
.news-block .news-block_posts .post .post_text .wyz a h2:hover {
color: #000;
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post .post_text .wyz a {
    line-height: 24px;
  }
}
.news-block .news-block_posts .post .post_text .wyz p {
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 576px) {
  .news-block .news-block_posts .post .post_text .wyz p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1250px) {
  .news-block .news-block_posts .post {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
  }
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post {
    display: block;
    margin-bottom: 35px;
  }
  .news-block .news-block_posts .post a {
    height: 100%;
    margin: 0;
  }
  .news-block .news-block_posts .post a img {
    height: 310px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .news-block .news-block_posts .post:nth-child(2) ~ * {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news-block .news-block_posts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .news-block .news-block_posts .post {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .news-block .news-block_posts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .news-block .news-block_posts .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 576px;
  }
}
@media (max-width: 1024px) {
  .news-block {
    padding: 50px 0 45px 0;
  }
  .news-block .block-title {
    margin-bottom: 30px;
  }
  .news-block .block-title h2 {
    line-height: 1;
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .news-block .block-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .news-block {
    padding: 10px 0;
  }
  .news-block .block-title h2 {
    text-align: center;
    font-size: 22px;
  }
}
.archive-posts .news-block_posts .post a img {
  border-radius: 3px 3px 0 0;
}
@media (max-width: 768px) {
  .archive-posts .news-block_posts .post .post_text .wyz p {
    display: none;
  }
}
/*                      ABOUT PAGE STYLE                     */
.our_block > div {
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
  min-height: 530px;
  margin-bottom: 50px;
}
.our_block > div:nth-child(2n) {
  text-align: right;
}
.our_block > div:nth-child(2n) .wyz {
  margin-left: auto;
}
.our_block > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .our_block > div {
    overflow: hidden;
  }
  .our_block > div .wyz {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .our_block > div {
    min-height: 400px;
    padding: 50px 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .our_block > div {
    min-height: 300px;
    padding: 35px 0;
  }
}
.our_block .wyz {
  -webkit-flex-basis: 62%;
  -moz-flex-basis: 62%;
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
  width: 62%;
}
.our_block .wyz > * {
  color: #fff;
}
.our_block .wyz .btn_see-more {
  margin-top: 40px;
  color: #fff;
  border-color: #fff;
}
/*                      RECENT PROJECT STYLE                     */
.recent_project {
  padding: 90px 0 75px;
  background-color: #f7f5f2;
}
.recent_project .block-title {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .recent_project .block-title h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .recent_project {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .recent_project {
    padding: 35px 0;
  }
  .recent_project .block-title {
    margin-bottom: 35px;
  }
}
/*                      NEW BUSINESS PAGE STYLE                     */
.default_form-block {
  padding: 100px 0 80px 0;
  background-color: #f7f5f2;
}
@media (max-width: 1024px) {
  .default_form-block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .default_form-block {
    padding: 40px 0;
  }
}
.default_form {
  padding: 80px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .default_form {
    padding: 65px;
  }
}
@media (max-width: 576px) {
  .default_form {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .default_form {
    padding: 20px 10px 40px;
  }
}
@media (max-width: 380px) {
  .default_form {
    padding: 20px 10px;
  }
}
.default_form .form-title {
  text-align: center;
}
.default_form .form-title h2 {
  line-height: 35px;
}
@media (max-width: 1024px) {
  .default_form .form-title h2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .default_form .form-title p {
    padding-bottom: 20px;
  }
}
.default_form .wrapper-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .default_form .wrapper-input {
    margin-bottom: 30px;
  }
}
.default_form .wrapper-input > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .default_form .wrapper-input > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .default_form .wrapper-input > div:first-child {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
  }
}
.default_form .wrapper-input > div p {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
}
.default_form .wrapper-input > div label {
  cursor: pointer;
}
.default_form .wrapper-input > div label input {
  cursor: pointer;
}
.default_form .wrapper-input > div label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.default_form .wrapper-input > div textarea {
  border: 2px solid #000;
  border-radius: 0;
}
.default_form .wrapper-input > div .hover-1 {
  margin-bottom: 20px;
}
.default_form .wrapper-input .left .checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span > span label span {
  position: relative;
  padding-left: 50px;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span > span label span:after {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  top: -3px;
  left: 5px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  z-index: 1;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span > span label span:hover:after {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #4c8a9c;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span > span label input {
  display: none;
  position: relative;
  height: 23px;
  width: 23px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span > span label input:checked + span:before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  top: -3px;
  left: 5px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 3px;
  z-index: 2;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.default_form .wrapper-input .left .checkbox-wrapper > span > span label span {
  font-size: 16px;
  font-weight: 400;
  margin-left: -5px;
}
.default_form .wrapper-input .right .radio_wrapper {
  margin-bottom: 20px;
}
.default_form .wrapper-input .right .radio_wrapper p {
  line-height: 1;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3px;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn label {
  margin-right: 50px;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label span {
  position: relative;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label span:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -3px;
  left: -32px;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 1;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label span:hover:after {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #4c8a9c;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label input:checked + span:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -3px;
  left: -32px;
  border: 2px solid #000;
  z-index: 2;
  background-color: #000;
}
@media (max-width: 1024px) {
  .default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span > span label input {
    padding: 0;
  }
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span label {
  margin-right: 60px;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.default_form .wrapper-input .right .radio_wrapper .radio-btn > span > span label span {
  margin-left: -5px;
}
.default_form .wrapper-input .right textarea {
  min-height: 290px;
  padding: 20px;
}
@media (max-width: 576px) {
  .default_form .wrapper-input .right textarea {
    min-height: 220px;
  }
}
.center-btn {
  text-align: center;
}
body .form-btn_wrapper {
  position: relative;
  display: inline-block;
  padding: 0;
}
body .form-btn_wrapper .submit_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 2px solid #000;
  padding: 14px 60px 14px 25px;
  margin: 0 auto;
  border-radius: 3px;
  font-family: Graphik, sans-serif;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}
body .form-btn_wrapper i {
  font-size: 16px;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 16px;
  right: 30px;
}
.fancybox-bg {
  background: rgba(0, 0, 0, .85);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}
.fancybox-content .fancybox-close-small {
  top: 5px;
  right: 5px;
  opacity: 1;
  color: #000;
  padding: 0;
}
.fancybox-content .fancybox-close-small:hover {
  color: #bebebe;
}
.fancybox-slide--video .fancybox-content .fancybox-close-small {
  top: -50px;
  right: -10px;
}
.fancybox-slide--video .fancybox-content .fancybox-button--arrow_right, .fancybox-slide--video .fancybox-content .fancybox-button--arrow_left {
  height: 100%;
}
.portfolio-template-default .fancybox-content .fancybox-close-small {
  color: #fff;
}
.portfolio-template-default .fancybox-content .fancybox-close-small:hover {
  color: #bebebe;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  right: -50px;
  color: #fff;
}
@media (max-width: 1100px) {
  .fancybox-content .fancybox-button.fancybox-button--arrow_right {
    right: -40px;
  }
}
.fancybox-content .fancybox-button.fancybox-button--arrow_right:before {
  content: 'next';
  font-family: swiper-icons;
  font-size: 40px;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_right i {
  display: none;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_right > div {
  display: none;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_right:hover {
  color: #bebebe;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -60px;
  background: none;
  color: #fff;
}
@media (max-width: 1400px) {
  .fancybox-content .fancybox-button.fancybox-button--arrow_left {
    left: -50px;
  }
}
@media (max-width: 1100px) {
  .fancybox-content .fancybox-button.fancybox-button--arrow_left {
    left: -40px;
  }
}
.fancybox-content .fancybox-button.fancybox-button--arrow_left:before {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 40px;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_left i {
  display: none;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_left > div {
  display: none;
}
.fancybox-content .fancybox-button.fancybox-button--arrow_left:hover {
  color: #bebebe;
}
.post-type-archive-careers .fancybox-container .fancybox-close-small, .post-type-archive-services .fancybox-container .fancybox-close-small {
  top: 10px;
  right: 10px;
  color: #000;
}
.post-type-archive-careers .fancybox-container .fancybox-close-small:hover, .post-type-archive-services .fancybox-container .fancybox-close-small:hover {
  color: #bfbfbf;
}
.post-type-archive-careers .default_form .form-title p {
  padding-bottom: 40px;
}
.post-type-archive-careers input[type="submit"] {
  position: relative;
  z-index: 99;
}
.post-type-archive-careers input[type="submit"]:after {
  font-family: 'Font Awesome 5 Free', sans-serif;
  content: '\f14b';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.fas.fa-chevron-right {
  font-size: 14px;
}
.hover-btn-slider {
  align-items: center;
}
.top_info--text {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .top_info--text {
    margin-bottom: 15px;
  }
}
.top_info--text p {
  padding: 0;
}
@media (max-width: 576px) {
  .page-template-tpl-partners .top_info--text {
    margin-bottom: 0;
  }
}
.category .filter-block .wrapper-select .selectric-items {
  width: 475px !important;
}
.archive-posts .filter-block .wrapper-select .selectric-items ul, .services .filter-block .wrapper-select .selectric-items ul {
  padding-bottom: 13px;
}
.archive-posts .filter-block .wrapper-select .selectric-items ul li, .services .filter-block .wrapper-select .selectric-items ul li {
  padding: 4px 20px;
}
.post-type-archive-portfolio .services .filter-block .wrapper-select {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .selectric-wrapper {
    min-width: 180px !important;
    margin-bottom: 0;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter, .post-type-archive-portfolio .services .filter-block .wrapper-select .btn-filter, .post-type-archive-portfolio .services .filter-block .wrapper-select span {
    margin-bottom: 0;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter button, .post-type-archive-portfolio .services .filter-block .wrapper-select .btn-filter button, .post-type-archive-portfolio .services .filter-block .wrapper-select span button {
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .selectric-wrapper {
    min-width: 150px !important;
  }
}
@media (max-width: 1180px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter {
    width: 180px;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .btn-filter button {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .selectric-wrapper {
    min-width: 210px !important;
    margin-bottom: 25px;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter, .post-type-archive-portfolio .services .filter-block .wrapper-select .btn-filter, .post-type-archive-portfolio .services .filter-block .wrapper-select span {
    margin-bottom: 20px;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter button, .post-type-archive-portfolio .services .filter-block .wrapper-select .btn-filter button, .post-type-archive-portfolio .services .filter-block .wrapper-select span button {
    margin-bottom: 25px;
  }
  .post-type-archive-portfolio .services .filter-block .wrapper-select .search-filter {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .wrapper-select-selectric .selectric {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .wrapper-select-selectric .selectric {
    width: 150px;
  }
}
@media (max-width: 1100px) {
  .post-type-archive-portfolio .services .filter-block .wrapper-select .wrapper-select-selectric .selectric {
    width: 100%;
  }
}
.post-type-archive-portfolio .filter-block .wrapper-select .selectric-wrapper:after, .archive .filter-block .wrapper-select .selectric-wrapper:after, .blog .filter-block .wrapper-select .selectric-wrapper:after {
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: '';
  position: absolute;
  background: #fff;
  border-left: 2px solid #4c8a9c;
  border-right: 2px solid rgba(0, 0, 0, 0);
  bottom: -14px;
  left: 0;
  width: calc(100% - 4px);
  height: 17px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
}
.post-type-archive-portfolio .filter-block .wrapper-select .selectric-open, .archive .filter-block .wrapper-select .selectric-open, .blog .filter-block .wrapper-select .selectric-open {
  position: relative;
}
.post-type-archive-portfolio .filter-block .wrapper-select .selectric-open:after, .archive .filter-block .wrapper-select .selectric-open:after, .blog .filter-block .wrapper-select .selectric-open:after {
  border-right-color: #4c8a9c;
  -webkit-transition: all 0.1s ease;
  -khtml-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
}
.post-type-archive-portfolio .filter-block .wrapper-select .selectric-open .selectric .label, .archive .filter-block .wrapper-select .selectric-open .selectric .label, .blog .filter-block .wrapper-select .selectric-open .selectric .label {
  font-size: 16px;
}
.post-type-archive-portfolio .filter-block .wrapper-select .selectric-items, .archive .filter-block .wrapper-select .selectric-items, .blog .filter-block .wrapper-select .selectric-items {
  margin-top: 15px;
  border-radius: 0 3px 3px 3px;
}
@media (max-width: 1024px) {
  .post-type-archive-portfolio .filter-block .wrapper-select .selectric-items, .archive .filter-block .wrapper-select .selectric-items, .blog .filter-block .wrapper-select .selectric-items {
    margin-top: 7px;
  }
}
.blog .filter-block .wrapper-select .selectric-wrapper .selectric-items {
  width: 100% !important;
}
.blog .archive-posts .filter-block .wrapper-select {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.blog .archive-posts .filter-block .wrapper-select .search-filter {
  margin-right: 0;
}
.selectric-items li {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.selectric-items li:hover {
  background: transparent;
  color: #000;
}
.btn_more--post {
  text-align: center;
}
.btn_more--post .btn_moreJS, .btn_more--post .btn_port_moreJS {
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  padding: 18px 25px;
  color: #000;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease ease;
  -khtml-transition: all 0.3s ease ease;
  -moz-transition: all 0.3s ease ease;
  -ms-transition: all 0.3s ease ease;
  -o-transition: all 0.3s ease ease;
  transition: all 0.3s ease ease;
  border: 2px solid #000;
}
@media (max-width: 576px) {
  .btn_more--post .btn_moreJS, .btn_more--post .btn_port_moreJS {
    margin-top: 5px;
  }
}
.btn_more--post .btn_moreJS:hover, .btn_more--post .btn_port_moreJS:hover {
  color: #000;
}
.btn_more--post .btn_moreJS i, .btn_more--post .btn_port_moreJS i {
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_more--post .loading i {
  animation: loading 0.5s ease-in-out infinite;
  -webkit-animation: loading 0.5s ease-in-out infinite;
}
@keyframes loading {
  0% {
    transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eye {
  0% {
    transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.post-type-archive-portfolio .services .wrapper, .post-type-archive-portfolio .recent_project .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-bottom: 30px;
}
.post-type-archive-portfolio .services .wrapper > *, .post-type-archive-portfolio .recent_project .wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .post-type-archive-portfolio .services .wrapper, .post-type-archive-portfolio .recent_project .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-type-archive-portfolio .services .wrapper > *, .post-type-archive-portfolio .recent_project .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .post-type-archive-portfolio .services .wrapper, .post-type-archive-portfolio .recent_project .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-type-archive-portfolio .services .wrapper > *, .post-type-archive-portfolio .recent_project .wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 1024px) {
  .post-type-archive-portfolio .services .wrapper a, .post-type-archive-portfolio .recent_project .wrapper a {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-portfolio .services .wrapper a, .post-type-archive-portfolio .recent_project .wrapper a {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .post-type-archive-portfolio .services .wrapper, .post-type-archive-portfolio .recent_project .wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .post-type-archive-portfolio .services .wrapper, .post-type-archive-portfolio .recent_project .wrapper {
    margin-bottom: 0;
  }
}
.single-portfolio .portfolio-box .text-wrapper {
  margin-bottom: 20px;
}
.single-portfolio .fancybox-container .fancybox-slide .fancybox-content .fancybox-image {
  object-fit: cover;
}
.portfolio-box .slider-wrapper .swiper-image {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .careers-box .careers-blocks .career-block .expand-text p {
    font-size: 18px;
  }
  .careers-box .careers-blocks .career-block .expand-text p strong {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .careers-box .careers-blocks .career-block .expand-text p {
    font-size: 16px;
  }
  .careers-box .careers-blocks .career-block .expand-text p strong {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .careers-box .wrapper h2 {
    padding-bottom: 20px;
  }
}
.top-info .row1050 {
  max-width: 90%;
}
.post-type-archive-careers .top-info .wyz p:last-child {
  padding: 0;
}
@media (max-width: 1024px) {
  .post-type-archive-careers .top-info {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .top-info {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .post-type-archive-careers .top-info {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .page-template-tpl-business .top-info {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .home .top-info {
    padding: 40px 0;
  }
  .home .top-info p {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .page-template-tpl-business .default_form {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-about-us .top-info {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-about-us .top-info .expand-text p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .page-template-tpl-about-us .top-info .expand-text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .blog .news-block, .page-template-tpl-about-us .news-block {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .page-template-tpl-business-php .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    bottom: -15px;
  }
}
@media (max-width: 380px) {
  .page-template-tpl-business .default_form-block .default_form {
    padding: 20px 10px 40px;
  }
}
@media (max-width: 576px) {
  .unique-call .row1250 {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .top-footer .row1375 {
    max-width: 90%;
  }
}
@media (max-width: 380px) {
  .unique-call .default-btn {
    padding: 15px 20px;
  }
}
.single-post .title-section h1 {
  font-size: 52px;
  line-height: 64px;
}
@media (max-width: 1024px) {
  .single-post .title-section h1 {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .single-post .title-section h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .single-post .title-section h1 {
    font-size: 32px;
    line-height: 47px;
  }
}
@media (max-width: 600px) {
  .single-post .content-post .left-content {
    text-align: center;
  }
  .single-post .content-post .right-content {
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news-block .news-block_posts .post a {
    max-width: 100%;
  }
}
.list .column .wyz ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  .list .column .wyz ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .list .column .wyz ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #bfbfbf;
}
@media (max-width: 1024px) {
  .slider-project .swiper-button-next, .slider-project .swiper-button-prev {
    top: 270px !important;
  }
}
@media (max-width: 768px) {
  .slider-project .swiper-button-next, .slider-project .swiper-button-prev {
    top: 300px !important;
  }
}
@media (max-width: 1024px) {
  .slider-project .swiper-button-next:after {
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .slider-project .swiper-button-prev:after {
    position: absolute;
    left: 15px;
  }
}
@media (max-width: 1359px) {
  .slider-project .swiper-button-next, .portfolio-box .swiper-button-next, .slider-project .swiper-button-prev, .portfolio-box .swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 20px;
    width: 49px;
    height: 49px;
  }
  .slider-project .swiper-button-next:after, .portfolio-box .swiper-button-next:after, .slider-project .swiper-button-prev:after, .portfolio-box .swiper-button-prev:after {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-button-prev:after {
    padding: 11px 23px 11px 18px;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-button-next:after {
    padding: 11px 18px 11px 23px;
  }
}
@media (max-width: 768px) {
  .partners .swiper-button-next, .partners .swiper-button-prev {
    height: 550px !important;
  }
}
@media (max-width: 380px) {
  .partners .swiper-button-next, .partners .swiper-button-prev {
    height: 400px !important;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-button-next:after, .partners .swiper-button-prev:after {
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .partners .swiper-pagination .swiper-pagination-bullet {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .fancybox-container .wpcf7 .wrapper-input {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .home .fancybox-container .fancybox-slide .pop-up-form .fancybox-close-small, .post-type-archive-careers .fancybox-container .fancybox-slide .pop-up-form .fancybox-close-small {
    top: -7px;
    right: -12px;
  }
  .home .fancybox-container .fancybox-slide .pop-up-form .fancybox-close-small svg, .post-type-archive-careers .fancybox-container .fancybox-slide .pop-up-form .fancybox-close-small svg {
    height: 75%;
    width: 75%;
  }
}
footer .bottom-footer .copyright .bot-footer-links a {
  margin-right: 13px;
  position: relative;
}
footer .bottom-footer .copyright .bot-footer-links a:before {
  content: ' | ';
  position: absolute;
  right: -10px;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright .bot-footer-links a:nth-child(even):before {
    display: none;
  }
}
footer .bottom-footer .copyright .bot-footer-links a:last-child {
  margin: 0;
}
footer .bottom-footer .copyright .bot-footer-links a:last-child:before {
  display: none;
}
@media (max-width: 768px) {
  .footer-websitedesign {
    display: block;
    text-align: center;
  }
}
.buffer {
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .page-template-tpl-partners .news-block {
    padding: 40px 0 10px;
  }
}
.single-portfolio .title-section h1 {
  font-size: 52px;
  line-height: 64px;
}
@media (max-width: 1100px) {
  .single-portfolio .title-section h1 {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .single-portfolio .title-section h1 {
    font-size: 46px;
    line-height: 60px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .single-portfolio .title-section h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .single-portfolio .title-section h1 {
    font-size: 32px;
    line-height: 47px;
  }
}
.single-portfolio .fancybox-stage .fancybox-button--arrow_right, .single-portfolio .fancybox-stage .fancybox-button--arrow_left {
  height: 100%;
}
.content-box .text {
  padding: 85px 0 315px;
}
@media (max-width: 1024px) {
  .content-box .text {
    padding: 45px 0 200px;
  }
}
@media (max-width: 480px) {
  .content-box .text {
    padding: 30px 0 100px;
  }
}
.content-box .text h2 {
  padding-bottom: 46px;
  letter-spacing: -2px;
}
.search-result .posts {
  padding: 85px 0 30px;
}
@media (max-width: 1024px) {
  .search-result .posts {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .search-result .posts {
    padding: 20px 0;
  }
}
.search-result .posts .info {
  padding: 50px 0;
  border-bottom: 2px solid #c0c0c0;
}
@media (max-width: 1024px) {
  .search-result .posts .info {
    padding: 25px 0;
  }
}
.search-result .posts .info:first-child {
  padding-top: 0;
}
.search-result .posts .info:last-child {
  border: 0;
}
@media (max-width: 1024px) {
  .search-result .posts .info:last-child {
    padding: 25px 0 0;
  }
}
.search-result .posts .info p {
  line-height: 36px;
  letter-spacing: 0.24px;
  padding: 0;
}
@media (max-width: 576px) {
  .search-result .posts .info p {
    line-height: 28px;
  }
}
.clearfix {
  position: relative;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
.portfolio-box {
  padding: 90px 0 50px;
}
@media (max-width: 1024px) {
  .portfolio-box {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .portfolio-box > .flex {
    display: block;
  }
}
@media (max-width: 1024px) {
  .portfolio-box .text-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.portfolio-box .slider-wrapper {
  float: right;
  margin: 0 0 10px 45px;
}
@media (max-width: 1024px) {
  .portfolio-box .slider-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.portfolio-box .slider-wrapper .swiper-image {
  max-width: 575px;
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .portfolio-box .slider-wrapper .swiper-image {
    max-width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .portfolio-box .slider-wrapper .swiper-image {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .portfolio-box .slider-wrapper .swiper-image {
    height: 300px;
  }
}
.portfolio-box .slider-wrapper .play-circle {
  font-family: 'fontawesome-solid';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-box .slider-wrapper .play-circle:before {
  color: #fff;
  font-size: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f144';
}
.portfolio-box .slider-wrapper .play {
  font-family: 'fontawesome-solid';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  z-index: 10;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-box .slider-wrapper .play:before {
  color: #fff;
  font-size: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f144';
}
.portfolio-box .slider-wrapper .swiper-slide-thumb-active {
  border: 2px solid #000;
}
.swiper-container-top {
  max-width: 575px;
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .swiper-container-top {
    max-width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .swiper-container-top {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .swiper-container-top {
    height: 300px;
  }
}
.swiper-slide-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.swiper-slide-image:hover {
  filter: grayscale(1);
}
@media (max-width: 1024px) {
  .swiper-slide-image:hover {
    filter: grayscale(0);
  }
}
.swiper-slide-image .hover-btn-slider {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 2px solid #fff;
  padding: 14px 24px;
  border-radius: 2%;
  color: #fff;
  font-size: 16px;
  width: 68%;
  font-weight: 500;
}
.swiper-slide-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .swiper-slide-image:before {
    background: transparent;
  }
}
.swiper-slide-image:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .swiper-slide-image:hover:before {
    opacity: 0 !important;
    background: transparent !important;
  }
}
.swiper-slide-image .hover-btn-slider-top {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 2px solid #fff;
  padding: 18px 24px;
  border-radius: 2%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.swiper-slide-image .hover-btn-slider-top i {
  margin-left: 32px;
}
.swiper-slide-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-slide-image:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .swiper-slide-image:hover:before {
    opacity: 0 !important;
    background: transparent !important;
  }
}
.image:hover .hover-btn-slider {
  opacity: 1;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .image:hover .hover-btn-slider {
    display: none;
  }
}
@media (max-width: 1024px) {
  .image:hover .hover-btn-slider {
    display: none;
  }
}
.image:hover .hover-btn-slider-top {
  opacity: 1;
  display: block;
}
@media (max-width: 576px) {
  .image:hover .hover-btn-slider-top {
    display: none;
  }
}
@media (max-width: 1024px) {
  .image:hover .hover-btn-slider-top {
    display: none;
  }
}
.swiper-thumbs {
  width: 575px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .swiper-thumbs {
    max-width: 100%;
    width: 100%;
  }
}
.swiper-thumbs .slide-wrap {
  height: 130px;
}
@media (max-width: 1024px) {
  .swiper-thumbs .slide-wrap {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .swiper-thumbs .slide-wrap {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .swiper-thumbs .slide-wrap {
    height: 110px;
  }
}
.swiper-thumbs .slide-image {
  width: 185px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .swiper-thumbs .slide-image {
    width: 100%;
  }
}
.swiper-thumbs .swiper-slide-image {
  width: 25%;
  height: 100%;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.home .top-info {
  background: #f7f5f2;
}
.home .top-info .click-btn {
  text-align: center;
  background: none;
  border: 2px solid #000;
  border-radius: 2px;
}
.home .fetured-block {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .home .fetured-block {
    padding: 40px 0;
  }
}
.home .fetured-block h2 {
  padding-bottom: 70px;
  text-align: center;
}
@media (max-width: 1024px) {
  .home .fetured-block h2 {
    padding-bottom: 30px;
  }
}
.home .fetured-block .fetured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home .fetured-block .fetured-content {
    margin-bottom: 20px;
  }
}
.home .fetured-block .fetured-content:last-child {
  margin-bottom: 0;
}
.home .fetured-block .content {
  min-height: 420px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
}
@media (max-width: 1024px) {
  .home .fetured-block .content {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  .home .fetured-block .content {
    min-height: 300px;
  }
}
.home .fetured-block .content:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
}
.home .fetured-block .content .title-fetured {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

nav .mega{position: static;}
nav .mega:hover:before {
  content: "";
  width: 100%;
  height: 81px;
  top: 20px;
  position: absolute;
  left: -35px;
}


nav .mega:hover .sub-menu {
  top: 66px;
  opacity: 1;
  visibility: visible;
  
   
}
nav .mega .sub-menu {
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  padding: 20px 20px;
  background-color: #2b8c9e;
  top: 40px;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  left: -150px;
  right:0;
  width:700px !important;
  z-index: 9999;
}
nav .mega .sub-menu li{
  display: flex;
  flex: 240px;
  padding: 0 5px;
}
nav .mega .sub-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: none !important;
  padding: 9px 5px;
  display: block !important;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
} 
nav .mega .sub-menu a:hover{color:#000;}
nav .wider .sub-menu{
  width:250px !important;
}
nav .wider-last .sub-menu{
  width:175px !important;
  left:-84px !important;
}
nav .menu-item-has-children {
  position: relative;
}
nav .menu-item-has-children:hover:before {
  content: "";
  width: 186px;
  height: 81px;
  top: 20px;
  position: absolute;
  left: -35px;
}
nav .menu-item-has-children:hover .sub-menu {
  top: 66px;
  opacity: 1;
  visibility: visible;
}
nav .menu-item-has-children .sub-menu {
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  padding: 20px 40px;
  background-color: #2b8c9e;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  left: -35px;
  z-index: 9999;
}
@media (max-width: 1024px) {
  nav .menu-item-has-children .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    background: transparent;
    padding: 0;
  }
  nav .mega .sub-menu{
    visibility: hidden;
    display: none;
  }
  nav .wider .sub-menu{
    display: none;
  }
  nav .wider-last .sub-menu{display:none;}
}
@media (max-width: 1024px) {
  nav .menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 10px;
  }
}
nav .menu-item-has-children .sub-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  padding: 9px 0;
  display: block;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
nav .menu-item-has-children .sub-menu a:hover{
  color:#000;
}
@media (max-width: 1024px) {
  nav .menu-item-has-children .sub-menu a {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    padding: 10px 0px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.18px;
    position: relative;
    color: #000;
    text-transform: none;
  }
}
