@charset "UTF-8";


/*VARS AND MODULES*/
body {
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

@font-face {
  font-family: 'Conv_Intro-Regular';
  src: url("../fonts/Intro-Regular.eot");
  src: local("\263A"), url("../fonts/Intro-Regular.woff") format("woff"), url("../fonts/Intro-Regular.ttf") format("truetype"), url("../fonts/Intro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_PFSquareSansPro-Regular';
  src: url("../fonts/PFSquareSansPro-Regular.eot");
  src: local("\263A"), url("../fonts/PFSquareSansPro-Regular.woff") format("woff"), url("../fonts/PFSquareSansPro-Regular.ttf") format("truetype"), url("../fonts/PFSquareSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  outline: none; }

@media screen and (max-width: 500px) {
  .slick-prev,
  .slick-next {
    display: none !important; } }

.img-box img {
  width: 100%; }

.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

h1.title {
  font-family: "Conv_PFSquareSansPro-Regular";
  font-weight: 500;
  color: #00bcec; }

h3.title {
  font-family: "Conv_PFSquareSansPro-Regular";
  color: #00bcec;
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  padding: 40px 0; }

p, .container ul li, .container ol li {
  color: #4f4f4f;
  font-family: "Conv_PFSquareSansPro-Regular";
  font-size: 19px;
  text-align: justify; }

.home.page-template-default {
  padding-top: 0; }

.page-id-18 {
  padding-top: 200px; }

@media screen and (max-width: 1000px) {
  .page-id-18 {
    padding-top: 0; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1%;
  margin-bottom: 25px; }

.nav-links a,
.nav-links span {
  color: #4f4f4f;
  font-family: "Conv_PFSquareSansPro-Regular";
  font-size: 2em;
  margin: 0 0 0 4px; }

.nav-links .current {
  color: #00bcec !important;
  font-weight: bold; }

/*HEADER*/
header {
      height: 127px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #ededed;
  box-shadow: 0 3px 6px #ededed; }
  header .container {
    max-width: 1200px; }
  @media screen and (max-width: 1000px) {
    header {
      position: static;
      height: 90px;} }

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.logo-box {
  width: 15%;
  padding: 20px;
  max-width: 170px;
  min-width: 128px; }

.header-box .burger_btn {
  display: none; }

.header-box .nav {
  width: 80%; }
  .header-box .nav .menu {
    width: 100%;
    height: 100%; }
    .header-box .nav .menu li {
      display: inline-block;
      width: 16%;
      height: 100%;
      position: relative;
      background: #fff;
      cursor: pointer;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .header-box .nav .menu li a {
        width: 100%;
        font-family: "Conv_PFSquareSansPro-Regular";
        text-align: center;
        color: #4f4f4f;
        text-transform: uppercase;
        font-size: 18px;
        padding: 50px 0;
        white-space: nowrap;
        position: absolute; }
      .header-box .nav .menu li .sub-menu {
		      margin-left: 0;
        display: block;
        visibility: hidden;
        position: absolute;
        opacity: 0;
        margin-top: 110px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
        .header-box .nav .menu li .sub-menu li {
          display: block;
          width: 100%;
          min-height: 80px;
          position: relative;
          background: #fff;
          padding: 20px 10px;
          text-align: center;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          -webkit-box-shadow: inset 0 0 3em #efefef;
          box-shadow: inset 0 0 3em #efefef;
          border-bottom: 1px solid #ededed; }
          .header-box .nav .menu li .sub-menu li a {
            font-size: .9em;
            position: static;
            white-space: normal;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
    .header-box .nav .menu li:hover,
    .header-box .nav .menu li:focus {
      -webkit-transform: translate(-9px, 9px);
      -ms-transform: translate(-9px, 9px);
      transform: translate(-9px, 9px);
      -webkit-box-shadow: 9px -9px 9px #f3f6f7;
      box-shadow: 9px -9px 9px #f3f6f7; }
      .header-box .nav .menu li:hover .sub-menu,
      .header-box .nav .menu li:focus .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-box-shadow: 9px 1px 9px #f3f6f7;
        box-shadow: 9px 1px 9px #f3f6f7; }
        .header-box .nav .menu li:hover .sub-menu li:hover,
        .header-box .nav .menu li:focus .sub-menu li:hover {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .header-box .nav .menu li:hover .sub-menu li:hover a,
          .header-box .nav .menu li:focus .sub-menu li:hover a {
            color: #008bcb; }
  @media screen and (max-width: 1000px) {
	  .main-block{z-index:200}
    .header-box .nav {
      position: absolute;
      right: 0;
      top: 100px;
      height: 100%;
      z-index: 111; }
      .header-box .nav .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        position: absolute;
        right: 0;
        background: #fff;
        width: 30%;
        min-width: 300px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        visibility: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        padding-bottom: 20px;
        -webkit-box-shadow: -3px 3px 6px #ededed;
        box-shadow: -3px 3px 6px #ededed; }
        .header-box .nav .menu li {
          width: 100%;
          height: 120px; }
          .header-box .nav .menu li .sub-menu {
            position: static;
            display: none;
            visibility: visible;
            opacity: 1; }
        .header-box .nav .menu li:hover,
        .header-box .nav .menu li:focus {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .header-box .nav .menu li:hover .sub-menu,
          .header-box .nav .menu li:focus .sub-menu {
            margin-top: 120px; }
      .header-box .nav .menu-flex {
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 800px) {
    .header-box .nav {
      left: 0;
      width: 100%;
      z-index: 9999;
        position: static;}
      .header-box .nav .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0;
        left: 0;
        background: #fff;
        width: 100%;
        min-width: 300px;
        -webkit-transform: translateX(0) translateY(-20%) scale(0.8);
        -ms-transform: translateX(0) translateY(-20%) scale(0.8);
        transform: translateX(0) translateY(-20%) scale(0.8);
        visibility: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header-box .nav .menu li {
          width: 100%; }
          .header-box .nav .menu li a {
            font-size: 16px; }
          .header-box .nav .menu li .sub-menu li {
           min-height: auto;
    height: auto;    overflow: hidden;
}
      .header-box .nav .menu-flex {
            margin-left: 0;
            top: 90px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) translateY(0) scale(1);
        -ms-transform: translateX(0) translateY(0) scale(1);
        transform: translateX(0) translateY(0) scale(1); } }

@media screen and (max-width: 1000px) {
  .header-box .burger_btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: block; }
  .header-box .line-1,
  .header-box .line-2,
  .header-box .line-3 {
    display: block;
    width: 42px;
    height: 3px;
    background: #00bcec;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .header-box .burger_btn:hover .line-1 {
    background: #008bcb; }
  .header-box .burger_btn:hover .line-2 {
    background: #008bcb; }
  .header-box .burger_btn:hover .line-3 {
    background: #008bcb; }
  .header-box .line-1-clc {
    -webkit-transform: rotate(45deg) translate(8px, 6px);
    -ms-transform: rotate(45deg) translate(8px, 6px);
    transform: rotate(45deg) translate(8px, 6px);
    background: #008bcb; }
  .header-box .line-2-clc {
    -webkit-transform: rotate(-45deg) translate(0px, 2px);
    -ms-transform: rotate(-45deg) translate(0px, 2px);
    transform: rotate(-45deg) translate(0px, 2px);
    background: #008bcb; }
  .header-box .line-3-clc {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0px, 4px);
    -ms-transform: rotate(-45deg) translate(0px, 4px);
    transform: rotate(-45deg) translate(0px, 4px);
    background: #008bcb; } }

.header-box .nav > div {
  width: 100%;
  height: 100%; }

/*MAIN BLOCK */
.main-block {
  position: relative;
  max-height: 1100px;
  height: 100%;
  min-height: 670px;
  overflow: hidden; }
  .main-block .container {
    height: 100%; }
  .main-block .slider-images {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 670px;
    overflow: hidden;
    top: -200%;
    z-index: -1; }
    .main-block .slider-images .sl-img-item {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .main-block .slider-images .sl-img-item.visibility {
      visibility: visible;
      opacity: 1; }
    .main-block .slider-images .sl-img-item.downpic {
      opacity: 0; }
  @media screen and (max-width: 750px) {
    .main-block {
      min-height: 710px; } }

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; 
}
  .main-box .left-box,
  .main-box .right-box {
    width: 50%;
    padding-top: 180px;
    height: 100%; }
  .main-box .right-box {
	      z-index: 2;
    -webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    overflow-x: hidden;
    left: 50%;
    bottom: -2px;
    padding-left: 10vw;
    background: url(../img/01/right-panel-bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .main-box .right-box .contacts-box {
      background: url(../img/01/phone-bg.png);
      padding: 10px 0 10px 70px;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: 100%;
      -webkit-box-shadow: 0 6px 9px #d8d8d8;
      box-shadow: 0 6px 9px #d8d8d8;
    z-index: 9999;}
      .main-box .right-box .contacts-box a {
        color: #4f4f4f;
        font-size: 18px;
        font-family: "Conv_PFSquareSansPro-Regular";
        padding-right: 45px;
        white-space: nowrap; }
    .main-box .right-box .info-block {
      position: relative;
      width: 90%;
      margin: 0 auto;
      padding: 90px 0 0 40px;
      font-family: "Conv_PFSquareSansPro-Regular";
      color: #4f4f4f;
      letter-spacing: 1.1px; }
      @media screen and (min-width: 1600px) {
        .main-box .right-box .info-block {
          padding: 180px 0 0 40px; } }
      @media screen and (min-width: 1860px) {
        .main-box .right-box .info-block {
          padding: 220px 0 0 40px; } }
      .main-box .right-box .info-block .text-box {
        width: 340px;
        font-size: 17.5px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .main-box .right-box .info-block .text-box h1.title {
          white-space: nowrap;
          font-family: "Conv_Intro-Regular";
          text-transform: uppercase; }
@media screen and (max-width: 1000px) {
	.main-box .right-box .info-block .text-box h1.title {
          white-space: normal;
	}
}
      .main-box .right-box .info-block .text-box-hidden {
        visibility: hidden;
        opacity: 0;
        pointer-events: none; }
    .main-box .right-box .more-info-link {
      color: #33d4fe;
      font-weight: bold;
      padding: 8px 0 0 0;
      vertical-align: middle;
      display: block; }
    .main-box .right-box .technology-box {
      margin-top: 30px; }
    .main-box .right-box .slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      position: absolute;
      bottom: 25px;
      width: 55%;
      max-width: 400px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .main-box .right-box .slider .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .main-box .right-box .slider .buttons div {
          background: #d8d8d8;
          padding: 20px;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          cursor: pointer; }
        .main-box .right-box .slider .buttons div:hover {
          background: #51dbff; }
        .main-box .right-box .slider .buttons .next-btn img {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main-box .right-box .slider .dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .main-box .right-box .slider .dots .dot {
          margin-right: 3px;
          background: #d8d8d8;
          width: 20px;
          height: 20px;
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }
        .main-box .right-box .slider .dots .dot.active {
          background: #fff; }
  @media screen and (max-width: 1000px) {
    .main-box .left-box,
    .main-box .right-box {
      width: 25%;
      padding-top: 45px; }
    .main-box .left-box {
      padding-top: 115px; }
      .main-box .left-box .main-title {
        position: absolute;
        z-index: 1;
        width: 50%; }
    .main-box .right-box {
      width: 75%;
      left: 25%; }
      .main-box .right-box .contacts-box {
        padding: 10px 0 10px 100px; }
      .main-box .right-box .info-block {
        padding: 160px 0 0 50px; } }
  @media screen and (max-width: 750px) {
    .main-box .left-box {
      position: absolute;
      width: 100%;
     background: rgba(250, 250, 250, 0.9);
      left: 0;
      right: 0; 
      z-index: 9}
      .main-box .left-box .main-title {
        right: 10%;
        left: 10%;
        width: 80%; }
    .main-box .right-box {
      position: absolute;
      left: 0;
      width: 100%;
      -webkit-clip-path: none;
      clip-path: none;
      background: none;
      padding: 15px; 
    z-index: 10;}
      .main-box .right-box .contacts-box {
        background: #fff;
        left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 40px; }
        .main-box .right-box .contacts-box a {
          font-size: .9em; }
      .main-box .right-box .info-block {
        padding: 160px 0 0 0;
        margin: 0; }
      .main-box .right-box .slider {
        width: 90%; } }

.main-title {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#008bcb), to(#00bcec));
  background: -webkit-linear-gradient(top, #008bcb, #00bcec);
  background: -o-linear-gradient(top, #008bcb, #00bcec);
  background: linear-gradient(180deg, #008bcb, #00bcec);
  width: 75%;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Conv_Intro-Regular"; }

.border-one,
.border-two {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  border: 1.5px solid #fff;
  left: 0;
  top: 0%;
  z-index: 1; }

.border-one {
  top: -26%;
  width: 104%;
  height: 127%; }

.border-two {
  left: -3.5%;
  height: 125%;
  width: 104%; }

.main-title-text {
  z-index: 2; }

.services-box h1.title {
  text-align: center;
  font-size: 3em; }

.services-box .services-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services-box .services-items-box .services-item {
    width: 15%;
    padding: 25px 0;
    margin: 0 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .services-box .services-items-box .services-item h5 {
      padding-top: 30px;
      text-align: center;
      font-family: "Conv_PFSquareSansPro-Regular";
      color: #4f4f4f; }
  .services-box .services-items-box .services-pic {
    width: 70%; }

.services-box .services-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#00bcec), to(#008bcb));
  background: -webkit-linear-gradient(top, #00bcec, #008bcb);
  background: -o-linear-gradient(top, #00bcec, #008bcb);
  background: linear-gradient(180deg, #00bcec, #008bcb);
  width: 320px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: "Conv_PFSquareSansPro-Regular";
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold; }

.services-box .services-btn:hover,
.services-box .services-btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#008bcb), to(#00bcec));
  background: -webkit-linear-gradient(top, #008bcb, #00bcec);
  background: -o-linear-gradient(top, #008bcb, #00bcec);
  background: linear-gradient(180deg, #008bcb, #00bcec); }

@media screen and (max-width: 1000px) {
  .services-box .services-items-box .services-item {
    width: 50%;
    margin: 0; }
    .services-box .services-items-box .services-item .services-pic {
      width: 50%; } }

@media screen and (max-width: 600px) {
  .services-box .services-items-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .services-box .services-items-box .services-item {
      width: 100%; }
      .services-box .services-items-box .services-item .services-pic {
        max-width: 180px; }
      .services-box .services-items-box .services-item h5 {
        font-size: 1.2em; }
  .services-box .services-btn {
    width: 100%;
    font-size: 14px; } }

.our-projects-block {
  background: url(../img/01/projects-bg.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover; }

.our-projects-box h1.title {
  text-align: center;
  font-size: 3em;
  padding-top: 20px; }

.our-projects-box .our-projects-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 25px 0 75px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .our-projects-box .our-projects-items-box .our-project-item {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 .2%; }
    .our-projects-box .our-projects-items-box .our-project-item .our-project-pic {
      width: 100%;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .our-projects-box .our-projects-items-box .our-project-item .our-project-pic:after {
      content: "";
      background: #fff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      opacity: .7;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 10px;
      z-index: 2;
      min-height: 60px;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel h5 {
        width: 100%;
        font-family: "Conv_PFSquareSansPro-Regular";
        color: #4f4f4f; }
      .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel a {
        width: 30%;
        font-family: "Conv_PFSquareSansPro-Regular";
        color: #008bcb; }
      .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel a:hover {
        text-decoration: underline; }
  .our-projects-box .our-projects-items-box .our-project-item:hover .our-project-item-panel {
    background: rgba(250, 250, 250, 0.7); }
  .our-projects-box .our-projects-items-box .our-project-item:hover .our-project-pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .our-projects-box .our-projects-items-box .our-project-item:hover .our-project-pic:after {
    opacity: 0; }

/*PROCESS BLOCK */
.process-box h1.title {
  text-align: center;
  font-size: 2.4em;
  padding-top: 20px; }

.process-box .process-img {
  padding: 40px 0 100px;
  width: 100%; }

.news-block {
  position: relative;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#00bcec), to(#33d4fe));
  background: -webkit-linear-gradient(left, #00bcec, #33d4fe);
  background: -o-linear-gradient(left, #00bcec, #33d4fe);
  background: linear-gradient(90deg, #00bcec, #33d4fe); }
  .news-block .container {
    height: 100%; }
  @media screen and (max-width: 1150px) {
    .news-block .container {
      width: 100%; } }

.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; }
  .news-box .left-box,
  .news-box .right-box {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%; }
  .news-box .left-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20%; }
    .news-box .left-box .info-box h3 {
      color: #fff;
      font-family: "Conv_PFSquareSansPro-Regular";
      font-size: 3em;
      font-weight: 300; }
    .news-box .left-box .info-box .info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 20px; }
      .news-box .left-box .info-box .info-item .num,
      .news-box .left-box .info-box .info-item .text {
        text-align: center;
        color: #fff;
        font-family: "Conv_PFSquareSansPro-Regular"; }
      .news-box .left-box .info-box .info-item .num {
        font-size: 3em;
        font-weight: 300;
        text-shadow: 3px 5px 0 #00bcec; }
      .news-box .left-box .info-box .info-item .text {
        font-weight: bold;
        text-transform: uppercase; }
  .news-box .right-box {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    overflow: hidden;
    width: 65%;
    left: 35%;
    padding-left: 10vw;
    background: url(../img/01/right-panel-bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .news-box .right-box .news-box-content {
      margin-left: -15%; }
      .news-box .right-box .news-box-content h3 {
        color: #00bcec;
        font-family: "Conv_PFSquareSansPro-Regular";
        font-size: 3em;
        font-weight: 300;
        padding-bottom: 20px; }
      .news-box .right-box .news-box-content .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .news-box .right-box .news-box-content .news-items-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 55%;
        max-width: 400px;
        margin: 0 auto; }
        .news-box .right-box .news-box-content .news-items-box .news-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          margin: 10px; }
          .news-box .right-box .news-box-content .news-items-box .news-item .thumb-pic {
            width: 45%; }
          .news-box .right-box .news-box-content .news-items-box .news-item .info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            width: 55%;
            padding-left: 15px; }
.news-box .right-box .news-box-content .news-items-box .news-item .info h4.title {
    max-height: 64px;
    font-size: 14px;
    visibility: visible;
    overflow: hidden;}
.news-box .right-box .news-box-content .news-items-box .news-item .info h4.title a {
              font-family: "Conv_Intro-Regular";
              color: #00bcec;
	text-transform: uppercase;}
            .news-box .right-box .news-box-content .news-items-box .news-item .info span.desc {
              font-family: "Conv_PFSquareSansPro-Regular";
              color: #4f4f4f; }
            .news-box .right-box .news-box-content .news-items-box .news-item .info a {
              color: #4f4f4f;
              font-weight: bold;
              font-family: "Conv_PFSquareSansPro-Regular"; }
    .news-box .right-box .slider {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      bottom: 40px;
      margin-left: 55%;
      width: 60%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .news-box .right-box .slider .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .news-box .right-box .slider .buttons div {
          background: #d8d8d8;
          padding: 20px;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          cursor: pointer; }
        .news-box .right-box .slider .buttons div:hover {
          background: #51dbff; }
        .news-box .right-box .slider .buttons .next-btn img {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media screen and (max-width: 1250px) {
    .news-box .right-box .slider {
      width: 55%;
      max-width: 400px;
      margin: 0 auto;
      position: static; }
      .news-box .right-box .slider .buttons {
        padding-left: 9px; } }
  @media screen and (max-width: 1150px) {
    .news-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .news-box .left-box {
        width: 100%; }
        .news-box .left-box .info-box {
          margin-left: 0; }
          .news-box .left-box .info-box .info-items-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 60%; }
            .news-box .left-box .info-box .info-items-box .info-item {
              width: 50%; }
      .news-box .right-box {
        position: static;
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -450% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -450% 100%);
        background-image: none;
        background: #fff;
        width: 100%;
        left: 0;
        margin-bottom: -2px; }
        .news-box .right-box .news-box-content h3 {
          padding-top: 60px; }
        .news-box .right-box .news-box-content .slider {
          display: none; } }
  @media screen and (max-width: 750px) {
    .news-box .left-box .info-box .info-items-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .news-box .left-box .info-box .info-items-box .info-item {
        width: 100%; }
    .news-box .right-box {
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -1000% 100%);
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -1000% 100%); }
      .news-box .right-box .news-box-content h3 {
        padding-top: 140px; }
      .news-box .right-box .news-box-content .news-items-box {
        width: 90%; }
        .news-box .right-box .news-box-content .news-items-box .news-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .news-box .right-box .news-box-content .news-items-box .news-item .thumb-pic {
            width: 100%; }
          .news-box .right-box .news-box-content .news-items-box .news-item .info {
            width: 100%;
            padding-left: 0;
            padding-top: 25px; }
            .news-box .right-box .news-box-content .news-items-box .news-item .info h4.title {
              padding-bottom: 10px; }
            .news-box .right-box .news-box-content .news-items-box .news-item .info span.desc {
              padding-bottom: 10px; } }

.contacts-block .contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Conv_PFSquareSansPro-Regular";
  color: #4f4f4f;
  padding-bottom: 80px; }
  .contacts-block .contacts-box .map-box {
    margin: 40px;
    margin-left: 0; }
  @media screen and (max-width: 750px) {
    .contacts-block .contacts-box .map-box {
      margin-right: 0; } }
  .contacts-block .contacts-box .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts-block .contacts-box .input-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts-block .contacts-box .left-box,
  .contacts-block .contacts-box .right-box {
    width: 50%; }
  .contacts-block .contacts-box .contacts-content h3 {
    color: #00bcec;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-size: 2.7em;
    font-weight: 300;
    padding-bottom: 30px;
    text-align: center; }
  .contacts-block .contacts-box .contacts-content h5 {
    font-size: 1.1em; }
  .contacts-block .contacts-box .contacts-content .phones-box a {
    color: #4f4f4f; }
  .contacts-block .contacts-box .contacts-content .mail-box a {
    color: #00bcec; }
  .contacts-block .contacts-box .form-content h3 {
    color: #00bcec;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-size: 2.7em;
    font-weight: 300;
    padding-bottom: 30px;
    text-align: center; }
  .contacts-block .contacts-box .form-content .input-box span {
    padding-bottom: 7px; }
  .contacts-block .contacts-box .form-content .input-box input,
  .contacts-block .contacts-box .form-content .input-box textarea {
    background: #ededed;
    padding: 9px;
    border: none;
    border-radius: 1px;
    font-family: "Conv_PFSquareSansPro-Regular";
    color: #4f4f4f;
width:100%}
  .contacts-block .contacts-box .form-content .input-box textarea {
    resize: none;
	  margin-bottom: 16px;
    height: 217px; }
  .contacts-block .contacts-box .form-content .input-box-row input[type="checkbox"] {
    margin-right: 5px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .contacts-block .contacts-box .form-content .input-box-row span {
    padding-top: 3px; }
  .contacts-block .contacts-box .form-content input[type="submit"] {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#00bcec), to(#008bcb));
    background: -webkit-linear-gradient(top, #00bcec, #008bcb);
    background: -o-linear-gradient(top, #00bcec, #008bcb);
    background: linear-gradient(180deg, #00bcec, #008bcb);
    width: 45%;
    min-width: 200px;
    padding: 10px 15px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-family: "Conv_PFSquareSansPro-Regular";
    cursor: pointer;
    border-radius: 1px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 240px;
    margin-top: 20px;
}
  .contacts-block .contacts-box .form-content input[type="submit"]:hover,
  .contacts-block .contacts-box .form-content input[type="submit"]:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#008bcb), to(#00bcec));
    background: -webkit-linear-gradient(top, #008bcb, #00bcec);
    background: -o-linear-gradient(top, #008bcb, #00bcec);
    background: linear-gradient(180deg, #008bcb, #00bcec); }
  .contacts-block .contacts-box .form-content .message-box input {
    height: 250px; }
  @media screen and (max-width: 1000px) {
    .contacts-block .contacts-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contacts-block .contacts-box .left-box,
      .contacts-block .contacts-box .right-box {
        width: 100%;
        margin-bottom: 50px; } }

.home.page-template-default .contacts-block .contacts-box {
  padding-top: 80px; }

.partners-block {
  background: #ededed; }
  .partners-block .partners-box {
    width: 100%; }
    .partners-block .partners-box .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .partners-block .partners-box .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .partners-block .partners-box .partners-pic {
      display: inline-block;
      width: 25%;
      padding: 60px;
      vertical-align: middle; }
      .partners-block .partners-box .partners-pic img {
        -webkit-filter: grayscale(70%);
        filter: grayscale(70%); }
    @media screen and (max-width: 400px) {
      .partners-block .partners-box .partners-pic {
        padding: 60px 20px; } }

/*FOOTER BLOCK*/
#footer {
  background: url(../img/01/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Conv_PFSquareSansPro-Regular";
  color: #fff;
  padding: 60px 0; }
  .footer-box a {
    color: #fff;
    padding-bottom: 10px;
    font-size: 17px; }
  .footer-box .info-links a {
    text-decoration: underline; }
  .footer-box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%; }
  @media screen and (max-width: 1000px) {
    .footer-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-box div {
        width: 50%;
        padding-bottom: 25px; } }
  @media screen and (max-width: 600px) {
    .footer-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .footer-box div {
        width: 100%; } }

/* PROJECTS PAGE */
.projects-page-block {
  min-height: 100%; }
  .projects-page-block h1.title {
    padding-top: 150px; }
  .projects-page-block .our-projects-box .our-projects-items-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .projects-page-block .our-projects-box .our-projects-items-box .our-project-item {
      width: 46%;
      margin: 2%; }
      .projects-page-block .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel {
        padding: 20px 10px 30px;
        min-height: 100px; }
        .projects-page-block .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel h5 {
          font-size: 22px; }
        .projects-page-block .our-projects-box .our-projects-items-box .our-project-item .our-project-item-panel a {
          font-size: 25px; }
    .projects-page-block .our-projects-box .our-projects-items-box .our-project-item:hover .our-project-pic {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    @media screen and (max-width: 1000px) {
      .projects-page-block .our-projects-box .our-projects-items-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .projects-page-block .our-projects-box .our-projects-items-box .our-project-item {
          width: 100%;
          margin: 0 0 40px; } }

.news-page-block {
  padding-bottom: 50px;
  min-height: 100%; }
  .news-page-block h1.title {
    padding-top: 150px;
    text-align: center; }
  .news-page-block .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news-page-block .news-box .news-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      margin: 2% 0;
      font-family: "Conv_PFSquareSansPro-Regular"; }
      .news-page-block .news-box .news-item .thumb-pic {
        width: 20%; }
      .news-page-block .news-box .news-item .info {
        width: 80%;
        padding-left: 45px; }
        .news-page-block .news-box .news-item .info .date {
          display: block;
          padding-bottom: 14px; }
        .news-page-block .news-box .news-item .info .title {
          color: #00bcec;
          font-size: 1.5em;
          text-transform: uppercase;
          padding-bottom: 10px; }
        .news-page-block .news-box .news-item .info .desc {
          display: block;
          padding-bottom: 15px; }
        .news-page-block .news-box .news-item .info .read-more-link {
          font-weight: bold;
          color: #4f4f4f; }
    @media screen and (max-width: 1000px) {
      .news-page-block .news-box .news-item .thumb-pic {
        width: 45%; }
      .news-page-block .news-box .news-item .info {
        padding-left: 20px; } }
    @media screen and (max-width: 800px) {
      .news-page-block .news-box .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px; }
        .news-page-block .news-box .news-item .thumb-pic {
          width: 100%;
          margin-bottom: 20px; }
        .news-page-block .news-box .news-item .info {
          width: 100%;
          padding-left: 0; } }

/*FULL PAGE IMAGE */
.full-page-img {
  width: 100%;
  overflow: hidden;
  max-height: 600px; }
  @media screen and (max-width: 700px) {
    .full-page-img {
      padding-top: 90px; } }

/* ABOUT COMPANY BLOCK */
.about-company-box {
  padding: 40px 0 0 0; }

/* OUR PARTNERS BLOCK */
.our-partners-box .partners-images-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
	flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 -40px 0; }
  .our-partners-box .partners-images-box a {
    padding: 20px;
    width: 20%; }

@media screen and (max-width: 1000px) {
  .our-partners-box .partners-images-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .our-partners-box .partners-images-box a {
      width: 25%; } }

@media screen and (max-width: 1000px) {
  .our-partners-box .partners-images-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .our-partners-box .partners-images-box a {
      max-width: 150px;
      margin-bottom: 30px;
	  padding: 20px;
      width: 50%; } }

/* achievements BLOCK */
.achievements-box .achievements-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 -20px 0; }
  .achievements-box .achievements-items-box a {
    padding: 20px;
    width: 25%; }
  .achievements-box .achievements-items-box a:first-child {
    padding-left: 0; }
  .achievements-box .achievements-items-box a:last-child {
    padding-right: 0; }

@media screen and (max-width: 1000px) {
  .achievements-box .achievements-items-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .achievements-box .achievements-items-box a {
      width: 33.333%; } }

@media screen and (max-width: 1000px) {
  .achievements-box .achievements-items-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .achievements-box .achievements-items-box a {
      width: 70%;
      max-width: 300px;
      margin-bottom: 30px; } }

/* CLIENTS BLOCK */
.clients-img-box-1,
.clients-img-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  margin: -20px 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .clients-img-box-1 a,
  .clients-img-box-2 a {
    width: 20%;
    min-width: 135px;
    padding: 0 30px;
	margin-bottom: 20px;
}

.clients-img-box-2 {
  width: 80%;
  margin: 0 auto 40px; }
  .clients-img-box-2 a {
    width: 25%; }

@media screen and (max-width: 1000px) {
  .clients-img-box-1 {
    margin: 0 0 20px; }
  .clients-img-box-2 {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .clients-img-box-1,
  .clients-img-box-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .clients-img-box-1 a,
    .clients-img-box-2 a {
      margin-bottom: 30px;
      width: 50%;
      max-width: 150px;
      padding: 0 15px; } }

/* REVIEWS BLOCK */
.reviews-items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 80px; }
  .reviews-items-box .review-item {
    width: 33.333%;
    padding: 0 30px; }
    .reviews-items-box .review-item .reviews-pic {
      min-height: 100px;
      padding: 0 60px; }

@media screen and (max-width: 1000px) {
  .reviews-items-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .reviews-items-box .review-item {
      width: 50%;
      margin-bottom: 40px; }
      .reviews-items-box .review-item .reviews-pic {
        padding: 0; } }

@media screen and (max-width: 800px) {
  .reviews-items-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .reviews-items-box .review-item {
      width: 100%;
      margin-bottom: 40px; }
      .reviews-items-box .review-item .reviews-pic {
        max-width: 250px;
        margin: 0 auto; } }

/* SERVICES PAGE BLOCK */
.services-page-block {
  padding-top: 150px; }
  .services-page-block .services-items-box .services-item {
    width: 50%;
    margin: 0 0 60px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 100px; }
    .services-page-block .services-items-box .services-item .services-pic {
      min-height: 335px;
      min-width: 200px; }
    .services-page-block .services-items-box .services-item h5 {
      font-size: 22px; }
  @media screen and (max-width: 600px) {
    .services-page-block .services-items-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .services-page-block .services-items-box .services-item {
        width: 100%; }
        .services-page-block .services-items-box .services-item .services-pic {
          min-height: 240px; } }

/* SUPPORT BOX */
.support-box {
  padding-bottom: 30px; }
  .support-box span.title {
    display: block;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-weight: bold;
    font-size: 1.4em;
    padding: 40px 0;
    color: #4f4f4f; }
  .support-box .support-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .support-box .support-item .support-pic {
      width: 20%;
      min-width: 120px; }
    .support-box .support-item .support-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 75%;
      margin-left: 5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .support-box .support-item .support-info a {
        color: #4f4f4f;
        font-family: "Conv_PFSquareSansPro-Regular";
        font-size: 1.1em;
        padding: 10px 0; }
      .support-box .support-item .support-info a.support-btn {
        background: -webkit-gradient(linear, left top, left bottom, from(#00bcec), to(#008bcb));
        background: -webkit-linear-gradient(top, #00bcec, #008bcb);
        background: -o-linear-gradient(top, #00bcec, #008bcb);
        background: linear-gradient(180deg, #00bcec, #008bcb);
        text-align: center;
        padding: 15px 25px;
        width: 250px;
        font-family: "Conv_PFSquareSansPro-Regular";
        margin-top: 60px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold; }
      .support-box .support-item .support-info a.support-btn:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#008bcb), to(#00bcec));
        background: -webkit-linear-gradient(top, #008bcb, #00bcec);
        background: -o-linear-gradient(top, #008bcb, #00bcec);
        background: linear-gradient(180deg, #008bcb, #00bcec); }
  @media screen and (max-width: 600px) {
    .support-box .support-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .support-box .support-item .support-pic {
        width: 40%; }
      .support-box .support-item .support-info {
        margin-left: 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

/*SINGLE PAGE */
.single {
  padding: 170px 0 0 0; }
  @media screen and (max-width: 1000px) {
    .single {
      padding: 0; } }
  .single h1.title {
    color: #4f4f4f;
    font-weight: bold; }
  .single h3 {
    color: #00bcec;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-size: 2em;
    font-weight: 300; }
  .single .single-box {
    width: 100%;
    margin-bottom: 40px;
    min-height: 100%; }
    .single .single-box .single-post-thumbnail {
      padding: 0 20px 0 0;
      float: left;
      width: 20%;
      min-width: 250px; }
  .single .our-projects-box {
    background: #fbfbfb; }
    .single .our-projects-box h3 {
      padding: 30px 0 0; }
  .single .our-projects-items-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .single .our-projects-items-box .our-project-item {
      width: 45%;
      max-height: 300px; }
      .single .our-projects-items-box .our-project-item h5 {
        font-size: 1.2em; }
      .single .our-projects-items-box .our-project-item a {
        font-size: 1em; }
  @media screen and (max-width: 1000px) {
    .single .our-projects-items-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 0; }
      .single .our-projects-items-box .our-project-item {
        margin-bottom: 20px;
        width: 70%; } }
  @media screen and (max-width: 500px) {
    .single .single-box .single-post-thumbnail {
      width: 100%;
      padding: 0 70px 60px; } }
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-next:hover {
  background: #008bcb; }

.slick-prev:hover:before,
.slick-next:hover:before {
  content: url(../img/01/arrow.png); }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 1;
  left: -25px;
  background: rgba(250, 250, 250, 0.9);
  padding: 30px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: url(../img/02/arrow-grey.png);
  font-size: 28px;
  color: #d8d8d8;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

[dir='rtl'] .slick-prev:before {
  content: '>'; }

.slick-next {
  z-index: 1;
  background: rgba(250, 250, 250, 0.9);
  padding: 30px;
  right: -25px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%) rotate(180deg);
  -ms-transform: translate(-50%, -35%) rotate(180deg);
  transform: translate(-50%, -35%) rotate(180deg);
  content: url(../img/02/arrow-grey.png);
  font-size: 28px;
  color: #d8d8d8;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '.';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }
.container ul, .container ol{margin-left: 20px;}
.container ul li{list-style-type: disc;
    color: #4f4f4f;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-size: 19px;
    padding: 5px 0;}
.container ol li{list-style-type: decimal;
    color: #4f4f4f;
    font-family: "Conv_PFSquareSansPro-Regular";
    font-size: 19px;
    padding: 5px 0;}
.clients-img-box-1{margin: 0 0 -20px 0;}
.clients-img-box-1 a{
    padding: 5px 20px;
}
.sl-link-item {
    position: absolute;
    width: 100%;
	visibility: hidden;
	opacity: 0; 
    height: 100%;
    z-index: 2;
}
.slider-link {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 670px;
    overflow: hidden;
	
    top: 0%;
}
.sl-link-item.visibility {
    visibility: visible;
    opacity: 1;
}
#main-text-box a.more-info-link{display:none;}
#main-text-box a.terp-color-link{color: #4f4f4f;}
  @media screen and (max-width: 750px) {
	  .slider-link {display:none;}
	  #main-text-box > a{display:inherit;}
	  .main-block .slider-images{top:-100%}
}
.wpcf7-form-control {
    max-width: 445px;
    width: 100%;
}
span.wpcf7-list-item.first.last {
    margin: 0 0 10px 3px;
}
div.wpcf7-response-output{    margin: 2em 0em 1em !important;}