@charset "UTF-8";
@import url(libs/font-awesome/css/font-awesome.min.css);
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  color: #000;
  width: 100%;
  overflow-x: hidden; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a,
a:hover {
  color: #000;
  text-decoration: none; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px; }

.btn {
  border: 0;
  background-color: #299e77;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #1e8f6a), to(#1e8f6a));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: linear-gradient(to left, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: white;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase; }
.btn:hover {
  background-position: 0 0;
  color: white; }

.site {
  padding-top: 62px;
  margin-bottom: 261px;
  background: white;
  position: relative;
  z-index: 1;
  overflow: hidden; }
@media (max-width: 767.98px) {
  .site {
    margin-bottom: 0; } }

.w1000w {
  min-height: 1000px; }

/* Header */
.header-site {
  background: #002b4c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999; }
.header-site--fixed {
  position: fixed;
}

@-webkit-keyframes topwindow {
  0% {
    top: 0%;
    position: absolute; }
  50% {
    top: -100%;
    position: fixed; }
  100% {
    top: 0;
    position: fixed; } }

@keyframes topwindow {
  0% {
    top: 0%;
    position: absolute; }
  50% {
    top: -100%;
    position: fixed; }
  100% {
    top: 0;
    position: fixed; } }
.header-site.topWindow {
  -webkit-animation: topwindow .2s forwards ease;
  animation: topwindow .2s forwards ease; }
.header-site__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.header-site__wrap-nav {
  margin-left: auto; }
.header-site__wrap-button {
  margin-left: 30px; }
.header-site__toggle {
  border-top: 2px solid #299e77;
  position: relative;
  width: 20px;
  height: 14px;
  margin-left: auto; }
.header-site__toggle:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #299e77;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
  width: 100%; }
.header-site__toggle:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #299e77;
  left: 0;
  bottom: 0;
  width: 100%; }
.header-site__toggle.open {
  border-top: 0; }
.header-site__toggle.open:before {
  margin-top: -1px;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }
.header-site__toggle.open:after {
  top: 50%;
  margin-top: -1px;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
.header-site .header-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header-site .header-nav ul .menu-item {
  position: relative;
  margin-right: 25px; }
.header-site .header-nav ul .menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: inline-block; }
.header-site .header-nav ul .menu-item a:before {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 8px;
  height: 2px;
  margin: 0 auto;
  background-color: #299e77;
  -webkit-transition: left .25s ease-in-out, right .25s ease-in-out;
  -o-transition: left .25s ease-in-out, right .25s ease-in-out;
  transition: left .25s ease-in-out, right .25s ease-in-out; }
.header-site .header-nav ul .menu-item a:hover:before {
  left: 0;
  right: 0; }
.header-site .header-nav ul .menu-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
  -webkit-transition: visibility .2s ease, -webkit-transform .2s ease;
  transition: visibility .2s ease, -webkit-transform .2s ease;
  -o-transition: visibility .2s ease, transform .2s ease;
  transition: visibility .2s ease, transform .2s ease;
  transition: visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
  background: #002b4c;
  left: -999em;
  position: absolute;
  top: 100%;
  margin-top: -2px;
  z-index: 99999;
  padding: 0 12px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  line-height: normal; }
.header-site .header-nav ul .menu-item .sub-menu .menu-item {
  margin-right: 0; }
.header-site .header-nav ul .menu-item .sub-menu .menu-item:after {
  display: none; }
.header-site .header-nav ul .menu-item .sub-menu .menu-item a {
  height: auto;
  line-height: normal;
  padding: 11px 0; }
.header-site .header-nav ul .menu-item.current-menu-item > a:before,
.header-site .header-nav ul .menu-item.current-lang > a:before,
.header-site .header-nav ul .menu-item.current-menu-parent > a:before {
  left: 0;
  right: 0; }
.header-site .header-nav ul .menu-item.pll-parent-menu-item > a:before {
  display: none; }
.header-site .header-nav ul .menu-item.menu-item-has-children:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-weight: normal;
  color: white; }
@media (min-width: 1199.98px) {
  .header-site .header-nav ul .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    left: -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-site .header-nav ul .menu-item .sub-menu {
    height: auto !important;
    margin-top: -2px !important;
    display: block !important; }
  .header-site__wrap-nav {
    display: block !important; }
  .header-site__toggle {
    display: none; } }
@media (max-width: 1199.98px) {
  .header-site__wrap-button {
    display: none; }
  .header-site__wrap-nav {
    position: absolute;
    top: 100%;
    z-index: 2;
    background: #002b4c;
    width: 100%;
    left: 0;
    padding: 0 20px;
    display: none; }
  .header-site .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 36px; }
  .header-site .header-nav ul .menu-item {
    margin-right: 0; }
  .header-site .header-nav ul .menu-item a {
    font-weight: 500;
    line-height: 35px; }
  .header-site .header-nav ul .menu-item:hover .sub-menu {
    margin-top: 5px;
    top: 0;
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em); }
  .header-site .header-nav ul .menu-item.menu-item-has-children:after {
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 0;
    font-size: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .header-site .header-nav ul .menu-item.menu-item-has-children.open:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .header-site .header-nav ul .menu-item .sub-menu {
    visibility: visible;
    left: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    top: 0;
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: none; }
  .header-site .header-nav ul .menu-item .sub-menu.open {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; } }

.header__inner_btn {
  display: block;
  width: 190px;
  height: 48px;
  background-color: #23a173;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #1e8f6a), to(#1e8f6a));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: linear-gradient(to left, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
  border-radius: 25px;
  padding-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 40px;
  margin-right: 30px;
  position: relative;
  overflow: hidden; }

.header__inner_btn:hover {
  color: #fff;
  background-position: 0 0; }

.consultation {
  width: 915px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  margin-top: -80px;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 61px 60px; }
.consultation__canvas {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #002b4c;
  background-position: 50%;
  background-size: cover; }
.consultation__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.consultation__wrap-col {
  margin-right: 60px; }
.consultation__wrap-col:first-child {
  -ms-flex: 0 0 65%;
  -webkit-box-flex: 0;
  flex: 0 0 65%;
  max-width: 65%; }
.consultation__wrap-col:last-child {
  margin-right: 0;
  -ms-flex: 0 0 35%;
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  max-width: 35%; }
.consultation__title {
  font-size: 28px;
  color: #fff;
  font-weight: 500; }
.consultation__desc {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0; }
.consultation .title-rotate {
  font-size: 28px;
  color: #fff;
  font-weight: 500; }
@media (max-width: 915px) {
  .consultation {
    border-radius: 0;
    margin-top: 0; } }
@media (max-width: 768px) {
  .consultation {
    padding: 60px 30px; }
  .consultation__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: auto; }
  .consultation__wrap-col {
    margin-right: 0; }
  .consultation__wrap-col:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .consultation__wrap-col:last-child {
    margin-right: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; } }

/* we are */
.we_are__title_part1,
.we_are__title_part2,
.we_are__title_part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.we_are__title_part1,
.we_are__title_part2 {
  margin-right: 10px; }

.we_are__title_part1_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.we_are__title_part1_rotation:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.we_are__title_part1_rotation:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes we_are_rotation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  25% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes we_are_rotation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  25% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

.close {
  display: block;
  width: 30px;
  margin-left: auto;
  background-color: #002b4c !important;
  color: #fff;
  opacity: 0.9;
  font-weight: 400;
  height: 30px;
  border-radius: 30px; }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #fff; }

.modal-dialog {
  margin-top: 45vh; }

.modal-content {
  padding: 15px; }

.we_are {
  padding: 60px 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.we_are__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #002b4c; }

.we_are__title_part1 {
  font-weight: 600;
  font-size: 36px; }

.we_are__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  width: 100%; }

.we_are__left {
  padding-right: 20px;
  width: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.we_are__left_text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2; }

.we_are__left_checkinfo {
  position: relative;
  padding-left: 30px;
  color: #002b4c; }
.we_are__left_checkinfo_icon {
  position: absolute;
  left: 0;
  top: 2px; }

.we_are__left_checkinfo_logo1,
.we_are__left_checkinfo_logo2,
.we_are__left_checkinfo_logo3,
.we_are__left_checkinfo_logo4 {
  position: absolute;
  left: -4px;
  top: 12px;
  z-index: 1; }

.we_are__left_checkinfo_logo2,
.we_are__left_checkinfo_logo3,
.we_are__left_checkinfo_logo4 {
  position: absolute;
  left: -4px;
  top: -1px;
  z-index: 1; }

.we_are__left_checkinfo_logo_content {
  width: 26px;
  padding-top: 4px;
  padding-left: 4px; }

.we_are__left_checkinfo_text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 16px; }

.we_are__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }

.we_are__cards_item {
  position: relative;
  padding-left: 100px;
  width: 100%;
  max-width: 180px; }

.we_are__cards_item_logo_wrap {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1; }

.we_are__cards_item_logo1 {
  filter: url(#solid2);
  width: 100%;
  max-width: 60px; }

.we_are__cards_item_logo2 {
  filter: url(#solid2);
  width: 100%;
  max-width: 60px; }

.we_are__cards_item_logo3 {
  filter: url(#solid2);
  width: 100%;
  max-width: 63px; }

.we_are__cards_item_number {
  color: #002b4c;
  font-size: 22px;
  font-weight: 700; }

.we_are__cards_item_number_counter {
  display: block; }

.we_are__cards_item_number_plus {
  margin-left: 5px; }

.we_are__cards_item_text {
  font-size: 12px;
  color: #002b4c;
  font-weight: 700; }

.we_are__right {
  padding-top: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.we_are__right_first,
.we_are__right_second {
  width: 50%; }

.we_are__right_opacity_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #42ad9a;
  opacity: .7;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.we_are__right_first1:hover .we_are__right_opacity_bg {
  background: #2b8a7f;
  opacity: .8; }

.we_are__right_first2:hover .we_are__right_opacity_bg {
  background: #2b8a7f;
  opacity: .8; }

.we_are__right_first3:hover .we_are__right_opacity_bg {
  background: #2b8a7f;
  opacity: .8; }

.we_are__right_first4:hover .we_are__right_opacity_bg {
  background: #2b8a7f;
  opacity: .8; }

.we_are__right_first1,
.we_are__right_first2,
.we_are__right_first3,
.we_are__right_first4 {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: block; }

.we_are__right_first_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: circle_for_we-are-img-out .3s;
  animation: circle_for_we-are-img-out .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first1:hover .we_are__right_first_content {
  -webkit-animation-name: circle_for_we-are-img;
  animation-name: circle_for_we-are-img;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first2:hover .we_are__right_first_content {
  -webkit-animation-name: circle_for_we-are-img;
  animation-name: circle_for_we-are-img;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first3:hover .we_are__right_first_content {
  -webkit-animation-name: circle_for_we-are-img;
  animation-name: circle_for_we-are-img;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first4:hover .we_are__right_first_content {
  -webkit-animation-name: circle_for_we-are-img;
  animation-name: circle_for_we-are-img;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes circle_for_we-are-img {
  0% {
    left: 0; }
  100% {
    left: 15px; } }

@keyframes circle_for_we-are-img {
  0% {
    left: 0; }
  100% {
    left: 15px; } }

@-webkit-keyframes circle_for_we-are-img-out {
  0% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes circle_for_we-are-img-out {
  0% {
    left: 15px; }
  100% {
    left: 0; } }

.we_are__right_first {
  margin-right: 20px; }

.we_are__right_second {
  margin-top: 30px; }

.we_are__right_first1,
.we_are__right_first3 {
  margin-bottom: 20px; }

.we_are__right_name {
  padding: 70px 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block; }

.we_are__right_name_cont {
  position: relative; }

.we_are__right_name_cont_mod {
  position: relative; }

.we_are__right_name_cont:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  -webkit-animation: circle_for_we-are-line-out 0.3s;
  animation: circle_for_we-are-line-out 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_name_cont_mod:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 0px;
  z-index: 1;
  -webkit-animation: circle_for_we-are-line-out 0.3s;
  animation: circle_for_we-are-line-out 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_name--for_mod {
  padding-top: 55px; }

.we_are__right_first1:hover .we_are__right_name_cont:after {
  -webkit-animation-name: circle_for_we-are-line;
  animation-name: circle_for_we-are-line;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first2:hover .we_are__right_name_cont:after {
  -webkit-animation-name: circle_for_we-are-line;
  animation-name: circle_for_we-are-line;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first3:hover .we_are__right_name_cont:after {
  -webkit-animation-name: circle_for_we-are-line;
  animation-name: circle_for_we-are-line;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.we_are__right_first4:hover .we_are__right_name_cont:after {
  -webkit-animation-name: circle_for_we-are-line;
  animation-name: circle_for_we-are-line;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes circle_for_we-are-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes circle_for_we-are-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes circle_for_we-are-line-out {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes circle_for_we-are-line-out {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@media (max-width: 1025px) {
  .we_are__inner {
    display: block; }
  .we_are__left {
    width: 100%;
    padding: 0 25px; }
  .we_are__right {
    width: 100%;
    padding: 0 30px; }
  .we_are__left_checkinfo_logo1 {
    top: -1px; }
  .we_are__cards {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
  .we_are__cards_item {
    padding-left: 0;
    padding-top: 100px;
    width: 100%;
    max-width: 220px; }
  .we_are__cards_item_number {
    text-align: center;
    font-size: 35px; }
  .we_are__cards_item_text {
    line-height: 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center; }
  .we_are__cards_item_logo_wrap {
    left: 70px; }
  .we_are__cards_item_logo2 {
    width: 100%;
    max-width: 60px; }
  .we_are__cards_item_logo_wrap--1 {
    left: 80px; }
  .we_are__cards_item_logo_wrap--3 {
    left: 75px; }
  .we_are__right_name--for_mod {
    padding-top: 70px; }
  .we_are__right_name_cont_mod:after {
    bottom: -20px; } }

@media (max-width: 900px) {
  .we_are__right_first1,
  .we_are__right_first2,
  .we_are__right_first3,
  .we_are__right_first4 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }
  .we_are__right_first2,
  .we_are__right_first4 {
    margin-top: 20px; }
  .we_are__right {
    display: block;
    width: 100%; }
  .we_are__right_first {
    width: 100%; }
  .we_are__right_second {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .we_are__cards {
    display: block; }
  .we_are__cards_item {
    margin: 0 auto; }
  .we_are__cards_item_text {
    font-size: 12px;
    font-weight: 600; }
  .we_are__cards_item_number {
    font-size: 22px;
    font-weight: 700; }
  .we_are__cards_item_logo_wrap--1 {
    left: 70px;
    top: 10px; }
  .we_are__cards_item {
    margin-bottom: 20px; }
  .we_are__cards_item_logo3 {
    max-width: 70px; }
  .we_are__cards_item_logo_wrap--3 {
    left: 75px;
    top: 30px; }
  .we_are__right_first1,
  .we_are__right_first2,
  .we_are__right_first3,
  .we_are__right_first4 {
    height: 100%; } }

@media (max-width: 765px) {
  .we_are__left_checkinfo_text {
    font-size: 14px; } }

@media (max-width: 683px) {
  .we_are__left_checkinfo_logo1 {
    top: 12px; } }

@media (max-width: 606px) {
  .we_are__left_checkinfo_logo4 {
    top: 12px; } }

@media (max-width: 439px) {
  .we_are__left_checkinfo_logo3 {
    top: 12px; } }

@media (max-width: 405px) {
  .we_are__left_checkinfo_logo1 {
    top: 26px; } }

@media (max-width: 402px) {
  .we_are__left_checkinfo_logo2 {
    top: 12px; } }

@media (max-width: 384px) {
  .we_are__left_checkinfo_logo4 {
    top: 26px; } }

@media (max-width: 323px) {
  .we_are__left_checkinfo_logo1 {
    top: 40px; } }

/* squares */
.squares {
  padding-top: 50px;
  background: #f5f5f5;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.squares__center_item {
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.squares__center_item_area {
  position: relative;
  width: 320px;
  height: 320px; }

.squares__center_item_bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1; }

.squares .title-rotate {
  padding-top: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 36px;
  color: #002b4c;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px; }

.squares__center_item_title_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.squares__center_item_title_part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600; }

.squares__center_item_title_rotation:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.squares__center_item_title_rotation:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.squares__center_item_title_rotation:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.squares__center_item_title_rotation:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  margin-right: 10px; }

.squares__center_item_title_rotation:nth-child(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.squares .title-rotate:after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: #299e77;
  margin: 31px auto 29px;
  border-radius: 2px;
  position: absolute;
  top: 120px; }

.squares__center_item_text {
  padding: 0 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8; }

.squares__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.squares__inner_content {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.squares__inner_content_base1 {
  content: "";
  border-radius: 25px;
  position: relative;
  margin-left: 300px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.squares__inner_content_base2 {
  content: "";
  width: 100px;
  height: 100px;
  margin-left: 500px;
  position: relative;
  -webkit-animation: backInLeft;
  animation: backInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.squares__inner_item1 {
  position: absolute;
  top: 35px;
  left: -260px;
  z-index: 1; }

.squares__inner_item1_area {
  position: relative;
  width: 210px;
  height: 210px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.squares__inner_item1_area_card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: inherit;
  height: inherit; }

.squares__inner_item1_area_card_base {
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  -webkit-perspective: 0;
  -webkit-transform: translate3d(0,0,0);
  visibility:visible;
}

.squares__inner_item1_area_card_base--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.squares__inner_item1_area_card_front_base_inner {
  position: relative;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}

@media screen and (min-width: 1120px) {
  .squares__inner_item1_area:hover .squares__inner_item1_area_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  .squares__inner_item2_area:hover .squares__inner_item1_area_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  .squares__inner_item5_area:hover .squares__inner_item1_area_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  .squares__inner_item4_area:hover .squares__inner_item1_area_card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

}


.squares__inner_item1_area.active .squares__inner_item1_area_card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.squares__inner_item2_area.active .squares__inner_item1_area_card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.squares__inner_item5_area.active .squares__inner_item1_area_card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.squares__inner_item4_area.active .squares__inner_item1_area_card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.squares__inner_item1_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #002b4c; }
.squares__inner_item1_bg span {
  position: absolute;
  left: -50px;
  top: -50px;
  right: -50px;
  bottom: -50px;
  background-color: #002b4c;
  background-size: cover;
  background-position: center;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.squares__inner_item1_bg span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 43, 76, 0.9); }



.squares__inner_item2_bg,
.squares__inner_item5_bg {
  background-size: cover;
  background-position: center;
  overflow: hidden; }
.squares__inner_item2_bg span,
.squares__inner_item5_bg span {
  position: absolute;
  left: -45px;
  top: -45px;
  right: -45px;
  bottom: -45px;
  background-color: #002b4c;
  background-size: cover;
  background-position: center;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.squares__inner_item2_bg span:before,
.squares__inner_item5_bg span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 158, 119, 0.9); }

.squares__inner_item1_info {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  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;
  width: 100%;}

.squares__inner_item1_info_back {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.squares__inner_item1_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80px; }

.squares__inner_item3_img {
  width: 80px; }

.squares__inner_item1_text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 17px; }

.squares__inner_item1_info_back .squares__inner_item1_text {
  font-size: 14px;
  width: 100%;
}

.squares__inner_item2 {
  position: absolute;
  top: 400px;
  left: -350px;
  z-index: 1; }

.squares__inner_item2_area {
  position: relative;
  width: 220px;
  height: 220px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }



.squares__inner_item2_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #299e77; }

.squares__inner_item3 {
  position: absolute;
  top: 550px;
  left: -100px;
  z-index: 1; }

.squares__inner_item4 {
  position: absolute;
  top: 15px;
  left: -80px;
  z-index: 1; }

.squares__inner_item4_area {
  position: relative;
  width: 210px;
  height: 210px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.squares__inner_item1_info_back--for4_face {
  left: 35px;
  top: 0; }

.squares__inner_item3_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

.squares__inner_item5 {
  position: absolute;
  top: 400px;
  left: -100px;
  z-index: 1; }

.squares__inner_item5_area {
  position: relative;
  width: 210px;
  height: 210px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.squares__inner_item1_info--for5_face {
  left: 10px;
  top: -10px; }

.squares__inner_item5_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #299e77; }

@media (max-width: 1109px) {
  .squares__inner_content_base1 {
    margin: 0; }
  .squares__inner_content_base2 {
    margin: 0;
    width: 100px;
    height: 100px; }
  .squares__inner_content {
    width: 100%;
    max-width: 700px;
    margin-left: 250px;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (max-width: 768px) {
  .squares__inner {
    display: block;
    width: 0;
    margin: 0 auto;
    position: relative; }
  .squares__inner_content_base1,
  .squares__inner_content_base2 {
    position: static; }
  .squares__inner_content {
    display: block;
    width: 100%; }
  .squares__inner_item1 {
    left: -103px;
    top: 600px; }
  .squares__inner_item2 {
    left: -103px;
    top: 800px; }
  .squares__inner_item3 {
    left: -100px;
    top: 1000px; }
  .squares__inner_item4 {
    left: -112px;
    top: 1200px; }
  .squares__inner_item5 {
    left: -104px;
    top: 1400px; }
  .squares__inner_content {
    margin-left: 0; } }

/* Our_services */
.our_services {
  padding-bottom: 70px;
  -webkit-animation: backInUp;
  animation: backInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.laravelic {
  width: 190px; }

.technologies__item img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.technologies__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.postgresql {
  width: 150px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.postgresql:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.flutteri,
.goi,
.awsi,
.mongodb,
.kubernetes,
.reactjs {
  width: 180px; }

.flutteri:hover,
.goi:hover,
.awsi:hover,
.mongodb:hover,
.kubernetes:hover,
.reactjs:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.particles-js-canvas-el,
.our_vision__bg .particles-js-canvas-el,
.empty .particles-js-canvas-el,
.advice__bg .particles-js-canvas-el {
  background-color: rgba(0, 43, 76, 0.9); }

@-webkit-keyframes circle_for_consultation_btnbg {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes circle_for_consultation_btnbg {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.our_services__consultation_btn_bg {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: #299e77;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #1e8f6a), to(#1e8f6a));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: linear-gradient(to left, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.our_services__item_invisible_btn:hover .our_services__consultation_btn_bg {
  background-position: 0 0;
  color: white;
  width: 100%; }



#cbpw-loadMore1 {
  margin-bottom: 50px;
}

.our_services__consultation_btn_text {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  line-height: 24px; }

.our_services .title-rotate {
  padding: 80px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px; }

.our_services__title_part1 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #002b4c;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.our_services__title_part2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002b4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.our_services__title_part2_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.our_services__cards {
  width: 1130px;
  margin: 0 auto; }

.our_services__cards_line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.our_services__cards_line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.our_services__item {
  position: relative;
  width: 257px;
  min-height: 260px;
  margin-right: 20px;
  cursor: pointer; }

.our_services__item_bg {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #002b4c;
  background-size: cover;
  background-position: 50%; }
.our_services__item_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 43, 76, 0.9); }

.our_services__item_invisible {
  position: absolute;
  background: #141313;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-animation: circle-for-our_services-out .5s;
  animation: circle-for-our_services-out .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.our_services__item:hover .our_services__item_invisible {
  -webkit-animation-name: circle-for-our_services;
  animation-name: circle-for-our_services;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes circle-for-our_services {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes circle-for-our_services {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes circle-for-our_services-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; } }

@keyframes circle-for-our_services-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; } }
.n2-notow .our_services__item_invisible_text {
  font-size: 13px;
}
.our_services__item_invisible_text {
  color: #fff;
  font-size: 15px;
  padding: 50px 35px 0;
  text-align: center; }

.our_services__item_invisible_btn {
  display: block;
  width: 200px;
  height: 40px;
  background: #299e77;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden; }

.our_services__item_invisible_btn:hover {
  color: #fff; }

.our_services__item_bg_green {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #299e77;
  background-size: cover;
  background-position: 50%; }
.our_services__item_bg_green:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 158, 119, 0.9); }

.our_services__item_icon {
  display: block;
  width: 58px;
  margin: 50px auto 0; }
.bg-green {
  filter: url(#solid1);
  z-index: -1;
  position: relative;
}
.bg-blue {
  filter: url(#solid2);
  z-index: -1;
  position: relative;
}

.our_services__item_name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 36px;
  text-align: center;
  line-height: 1.4; }

@media (max-width: 1133px) {
  .our_services__cards {
    width: 100%; }
  .our_services__cards_line {
    width: 100%; }
  .our_services__item_name {
    font-size: 15px;
    padding: 20px 16px; } }

@media (max-width: 1024px) {
  .our_services__item {
    height: 220px; }
  .our_services__item_name {
    font-size: 15px;
    padding: 20px 16px; }
  .our_services__item_invisible_text {
    padding-top: 30px; }
  .our_services__item_invisible_btn {
    width: 160px;
    margin: 20px auto 0; } }

@media (max-width: 1085px) {
  .our_services__consultation_title {
    margin-top: 60px;
    width: 60%; }
  .our_services__consultation_text {
    text-align: center; }
  .our_services__consultation_bg {
    height: 248px; }
  .our_services__consultation_btn {
    margin-right: 30px; }
  .our_services__title {
    padding-top: 80px; } }

@media (max-width: 879px) {
  .our_services__item_invisible_text {
    font-size: 12px;
    padding: 0 15px 0;}
  .our_services__item_invisible_btn {
    width: 140px;
    margin: 40px auto 0; } }

@media (max-width: 867px) {
  .our_services__consultation_title {
    padding-left: 0;
    width: 300px;
    text-align: center;
    line-height: 1; }
  .our_services__consultation_text {
    line-height: 1.5; } }

@media (max-width: 779px) {
  .our_services__item_invisible_btn {
    margin: 20px auto 0; } }

@media (max-width: 768px) {
  .our_services__consultation {
    height: auto; }
  .our_services__consultation_content {
    display: block;
    padding: 0 30px;
    margin: auto; }
  .our_services__consultation_title {
    width: 100%;
    text-align: center;
    padding: 60px 0 3px; }
  .our_services__consultation_text {
    text-align: center;
    margin: 0; }
  .our_services__consultation_btn {
    margin: 25px auto 0; } }

@media (max-width: 767px) {
  .our_services__cards_line1,
  .our_services__cards_line2 {
    display: block;
    padding-right: 20px;
    margin-bottom: 25px; }
  .our_services__item {
    margin-top: -30px;
    width: 100%; }
  .our_services__item_icon {
    padding-top: 20px; }
  .our_services__item_invisible_text {
    font-size: 15px;
    padding: 15px 10px;
    text-align: center; } }

@media (max-width: 645px) {
  .our_services__item_icon {
    padding-top: 40px; } }

@media (max-width: 604px) {
  .title-rotate__rotate span.el-bc {
    display: block;
  }
}

@media (max-width: 481px) {
  .our_services__consultation_bg {
    height: 268px; } }

@media (max-width: 447px) {
  .our_services__consultation_bg {
    height: 288px; } }

@media (max-width: 400px) {
  .our_services__item_icon {
    padding-top: 60px; } }

@media (max-width: 362px) {
  .our_services__item_invisible_btn {
    margin: 10px auto 0; } }

/* Our_vision */
.our_vision {
  width: 100%;
  padding: 50px 0;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
.scale-image img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.scale-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.our_vision__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("./images/number_speak.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #002b4c;
  z-index: -1;
  background-attachment: fixed; }

.our_vision__left_name_text:before {
  content: "";
  width: 130px;
  position: absolute;
  bottom: -20px;
  border-bottom: solid 3px #fff; }

.our_vision__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.our_vision__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding-left: 30px; }

.our_vision__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.our_vision__left_name {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 100px; }

.our_vision__left_name_text {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.2;
  padding-right: 50px; }

.our_vision__right_item {
  position: relative;
  width: 180px; }

.our_vision__right_item:last-child {
  flex: 1 0 auto;
}

.our_vision__right_icon1 {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1; }

.our_vision__right_number {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  text-align: center; }

.tab-content>.active {
  text-align: center;
  margin: auto;
}

.our_vision__right_number_plus {
  margin-left: 5px; }

.our_vision__right_text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  width: 141px;
  height: 41.6px;
  margin: 0 auto; }

.our_vision__right_icon2 {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1; }

.our_vision__right_icon3 {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1; }

@media (max-width: 900px) {
  .our_vision__inner {
    display: block; }
  .our_vision__left {
    width: 100%; }
  .our_vision__left_name {
    padding-top: 100px; }
  .our_vision__left_name_text {
    width: 100%; }
  .our_vision__right {
    width: 100%; } }

@media (max-width: 767px) {
  .our_vision__right {
    display: block; }
  .our_vision__right_item {
    margin: 80px auto 0; } }

.software__title_part2 {
  margin-right: 10px;
  /* Software */ }

.software__inner_mob {
  display: none; }

.software {
  background: #fafafa;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.software .title-rotate {
  padding: 50px 0 40px; }

.software__title_part1 {
  margin-right: 10px; }

.software__title_part3,
.software__title_part2_mod {
  font-weight: 600; }

.software__title_part1,
.software__title_part2,
.software__title_part2_mod,
.software__title_part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.software__title_part3_rotation,
.software__title_part3_mod_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.software__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.software__leftcards {
  width: 42%;
  margin-top: 20px; }

.card--for_software1 {
  border-radius: 10px 10px 0 0;
  background: #299e77;
  height: 140px;
  position: relative; }

.card--for_software1:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #299e77;
  position: absolute;
  left: 100%;
  top: 40px;
  -webkit-transform: rotate(45deg) translateX(-10px);
  -ms-transform: rotate(45deg) translateX(-10px);
  transform: rotate(45deg) translateX(-10px); }

.card-title--for_software {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding-left: 10px; }

.card-text--for_software {
  color: #bce1d5;
  font-size: 15px;
  padding-left: 10px; }

.card--for_software2 {
  height: 140px; }

.card-title--for_software_mod {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: 17px;
  color: #323232; }

.card-text--for_software_mod {
  font-size: 15px;
  padding-left: 10px;
  color: #898989; }

.software__mobile {
  display: block;
  width: 430px; }

.software__rightcards {
  width: 40%;
  margin-top: 20px; }

/* software tab */
.software__inner {
  position: relative;
  min-height: 600px; }

.software .tab-content--for_software {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 375px;
  z-index: 2; }
.software .tab-content--for_software img {
  margin: auto;
}

.software .nav-pills {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: -10px -50px;
  padding: 38px 0;
  width: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.software .nav-pills .nav-link {
  cursor: pointer;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 0;
  width: 35%;
  background-color: rgba(255, 255, 255, 0); }
.software .nav-pills .nav-link:nth-child(odd) {
  padding-left: 50px; }
.software .nav-pills .nav-link:nth-child(odd) .nav-link__content:before {
  left: auto;
  right: -12px;
  border-top: 12px solid transparent;
  border-right: none;
  border-left: 12px solid #299e77;
  border-bottom: 12px solid transparent; }
.software .nav-pills .nav-link:nth-child(2n) {
  padding-right: 50px; }
.software .nav-pills .nav-link:hover .nav-link__content h5 {
  color: #299e77; }
.software .nav-pills .nav-link.active .nav-link__content {
  background-color: #299e77; }
.software .nav-pills .nav-link.active .nav-link__content:before {
  opacity: 1; }
.software .nav-pills .nav-link.active .nav-link__content h5 {
  transform: translateY(-14px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff; }
.software .nav-pills .nav-link.active .nav-link__content p {
  transform: translateY(-14px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: rgba(255, 255, 255, 0.8); }
.software .nav-pills .nav-link__content {
  display: block;
  min-height: 139px;
  background-color: #fff;
  padding: 28px 30px 34px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
.software .nav-pills .nav-link__content h5 {
  color: #323232;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.88;
  margin-bottom: 1px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
.software .nav-pills .nav-link__content p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5px;
  color: rgba(50, 50, 50, 0.7);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}
.software .nav-pills .nav-link__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 22%;
  left: -12px;
  border-top: 12px solid transparent;
  border-right: 12px solid #299e77;
  border-bottom: 12px solid transparent;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

@media (max-width: 1199.98px) {
  .software .tab-content--for_software {
    left: 50%;
    width: 32%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px; }
  .software .nav-pills {
    margin: -10px -30px; }
  .software .nav-pills__content {
    padding: 20px; } }

/* software_mob */
.software__inner_mob {
  position: relative; }

.software__inner_mob_item {
  width: 322px;
  height: 700px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2); }

.software__inner_mob_item_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.88; }

.software__inner_mob_item_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(50, 50, 50, 0.7);
  padding-bottom: 30px; }

.software__inner_mob_item_screen {
  width: 261px;
  height: 531px; }

.software__inner_mob_item_screen_content {
  width: 100%; }

.carousel-control-prev-icon--mod_mob_software_n {
  display: block;
  width: 30px;
  height: 30px;
  border-right: 3px solid #002b4c;
  border-top: 3px solid #002b4c;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 300px;
  left: 20%; }

.carousel-control-prev-icon--mod_mob_software_p {
  display: block;
  width: 30px;
  height: 30px;
  border-right: 3px solid #002b4c;
  border-top: 3px solid #002b4c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 300px;
  right: 20%; }

@media (max-width: 1000px) {
  .software__inner {
    display: none; }
  .software__inner_mob {
    display: block; }
  .software__title_part1,
  .software__title_part2,
  .software__title_part2_mod,
  .software__title_part3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 945px) {
  .software__title {
    display: block;
    text-align: center; } }

@media (max-width: 787px) {
  .carousel-control-prev-icon--mod_mob_software_n {
    left: 5%; }
  .carousel-control-prev-icon--mod_mob_software_p {
    right: 5%; } }

/* Technologies */
.technologies .title-rotate {
  padding: 70px 0 70px; }

.technologies__title_part1,
.technologies__title_part2,
.technologies__title_part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.technologies__title_part1 {
  margin-right: 10px; }

.technologies__title_part1_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-weight: 600; }

.technologies__title_part1_rotation:nth-child(1) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.technologies__title_part1_rotation:nth-child(2) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.technologies__title_part1_rotation:nth-child(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.technologies__title_part1_rotation:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.technologies__title_part1_rotation:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.technologies__title_part1_rotation:nth-child(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.technologies__title_part1_rotation:nth-child(5) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.technologies__title_part1_rotation:nth-child(6) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.technologies__title_part1_rotation:nth-child(7) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.technologies__title_part1_rotation:nth-child(8) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.technologies__title_part1_rotation:nth-child(9) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.technologies__title_part1_rotation:nth-child(10) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.technologies__title_part1_rotation:nth-child(11) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.technologies__title_part1_rotation:nth-child(12) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.technologies__title_part1_rotation:nth-child(13) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.technologies__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.technologies__cards_mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.technologies__item {
  width: 32%;
  margin-bottom: 20px;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.23); }

.technologies__item--mod {
  display: none; }

.technologies__item_net {
  width: 160px; }

.technologies__item_net:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_js {
  width: 100px; }

.technologies__item_js:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_docker {
  width: 160px; }

.technologies__item_docker:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_wordpress {
  width: 100px; }

.technologies__item_wordpress:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_jira {
  width: 180px; }

.technologies__item_jira:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_bitbucket {
  width: 200px; }

.technologies__item_bitbucket:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_vue {
  width: 100px; }

.technologies__item_vue:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_jenkins {
  width: 100px; }

.technologies__item_jenkins:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__item_mysql {
  width: 170px; }

.technologies__item_mysql:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.nodes {
  width: 160px; }

.nodes:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.technologies__btn {
  position: relative;
  display: inline-block;
  background: #299e77;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 37px auto 50px;
  border: none;
  overflow: hidden;
  padding: 0; }

.technologies__btn:hover {
  color: #fff;
  background: #299e77; }

.technologies__btn:focus {
  background: #299e77; }

.collapsed .technologies__btn_arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.technologies__btn_arrow {
  display: block;
  position: absolute;
  z-index: 10;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 40px;
  top: 19px; }

.technologies_btn__text {
  display: block;
  position: relative;
  z-index: 10;
  padding: 10px 40px 10px 60px;
  text-decoration: none !important; }

.btn-primary:hover,
.btn-primary:active {
  background-color: #299e77 !important;
  border-color: #299e77 !important; }

.btn:focus,
.btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* collapse */
.technologies__item_wrap_collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.btn-link--mod_technologies {
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none !important; }

.btn-link--mod_technologies:hover {
  color: #fff;
  text-decoration: none; }

.btn-link--mod_technologies[aria-expanded="false"] .technologies__btn_arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 15px; }

.technologies_btn__text_mod {
  display: block;
  position: relative;
  z-index: 10;
  padding: 10px 40px 10px 60px;
  text-decoration: none !important; }

.btn-link--mod_technologies[aria-expanded="false"] .technologies_btn__text {
  display: block; }

.btn-link--mod_technologies[aria-expanded="false"] .technologies_btn__text_mod {
  display: none; }

.btn-link--mod_technologies[aria-expanded="true"] .technologies_btn__text {
  display: none; }

.btn-link--mod_technologies[aria-expanded="true"] .technologies_btn__text_mod {
  display: block; }

@media (max-width: 767px) {
  .technologies__item {
    width: 100%; } }

@media (max-width: 500px) {
  .technologies__title {
    display: block;
    text-align: center; }
  .technologies__title_part1,
  .technologies__title_part2,
  .technologies__title_part3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/* Empty */
.empty {
  width: 100%;
  height: 200px;
  background-image: url("./images/empty/bg-1-2.jpg");
  background-color: #002b4c;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.empty_img {
  position: absolute;
  top: 200px;
  left: 50px;
  opacity: 0.5; }

/* Our_projects */
.our_projects {
  background: #f5f6f7;
  padding-bottom: 71px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.our_projects .title-rotate {
  padding: 60px 0 30px; }

.our_projects__title_part1,
.our_projects__title_part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.our_projects__title_part2_rotation {
  -webkit-animation-name: we_are_rotation;
  animation-name: we_are_rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-weight: 600; }

.our_projects__title_part1_rotation:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.our_projects__title_part1_rotation:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  margin-right: 10px; }

.our_projects__title_part2_rotation:nth-child(1) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.our_projects__title_part2_rotation:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.our_projects__title_part2_rotation:nth-child(3) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.our_projects__title_part2_rotation:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.our_projects__title_part2_rotation:nth-child(5) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.our_projects__title_part2_rotation:nth-child(6) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.our_projects__title_part2_rotation:nth-child(7) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.our_projects__title_part2_rotation:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.our_projects__buttons {
  width: 405px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px; }

.our_projects__buttons_item_active {
  display: block;
  font-size: 14px;
  color: #299e77;
  background: #fff;
  border: 1px solid #299e77;
  padding: 6px 18px 0;
  height: 33px; }

.our_projects__buttons_item {
  display: block;
  font-size: 14px;
  color: #888888;
  background: #fff;
  border: 1px solid #ececec;
  padding: 6px 18px 0;
  height: 33px; }

.our_projects__buttons_item_wrap {
  position: relative; }

.our_projects__buttons_item_invisible {
  position: absolute;
  width: 35px;
  height: 27px;
  background: #299e77;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  top: 0; }

.our_projects__buttons_item_invisible:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #299e77;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 14px;
  margin-top: -2px; }

.our_projects__buttons_item_wrap:hover .our_projects__buttons_item_invisible {
  -webkit-animation-name: circle-for-our_projects_btn;
  animation-name: circle-for-our_projects_btn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes circle-for-our_projects_btn {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -50px;
    opacity: 1; } }

@keyframes circle-for-our_projects_btn {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -50px;
    opacity: 1; } }

.our_projects__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.our_projects__cards_item {
  width: 33%;
  margin-bottom: 34px;
  position: relative;
  height: 260px;
  overflow: hidden; }

.our_projects__cards_bg_invisible {
  position: absolute;
  width: 355px;
  height: 213px;
  background-color: #242424;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.our_projects__cards_bg_invisible_btn {
  display: block;
  background: #299e77;
  width: 140px;
  height: 40px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin: 155px auto 0;
  font-size: 14px;
  position: relative;
  overflow: hidden; }

.our_projects__cards_bg_invisible_btn_text {
  position: absolute;
  display: block;
  min-width: 100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10; }

.our_projects__cards_bg_invisible_btn:hover {
  color: #fff; }

.our_projects__cards_img {
  width: 355px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.our_projects__cards_item:hover .our_projects__cards_img {
  -webkit-animation-name: circle-for-our_projects;
  animation-name: circle-for-our_projects;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes circle-for-our_projects {
  0% {
    top: 0; }
  100% {
    top: -70px; } }

@keyframes circle-for-our_projects {
  0% {
    top: 0; }
  100% {
    top: -70px; } }

.our_projects__cards_item_transform {
  display: none; }

.our_projects__cards_name {
  margin-top: 230px;
  font-size: 14px;
  font-weight: 700;
  color: #474747; }

.our_projects__btn, .cbp-l-caption-buttonLeft, .cbp-l-loadMore-link {
  display: block;
  width: 220px;
  height: 53px;
  background-color: #299e77;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #1e8f6a), to(#1e8f6a));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: linear-gradient(to left, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  padding: 14px 0 0 40px;
  position: relative;
  overflow: hidden; }

#cbpw-loadMore9 .cbp-l-loadMore-link,
#cbpw-loadMore12 .cbp-l-loadMore-link,
#cbpw-loadMore13 .cbp-l-loadMore-link {
  -webkit-transition: all .3s ease-in!important;
  -o-transition: all .3s ease-in!important;
  transition: all .3s ease-in!important;
  border: none;
}

#cbpw-grid9 .cbp-caption,
#cbpw-grid12 .cbp-caption,
#cbpw-grid13 .cbp-caption {
  height: 217.8px;
}

#cbpw-loadMore9,
#cbpw-loadMore12,
#cbpw-loadMore13 {
  margin-bottom: 50px;
}

#cbpw-loadMore9 .cbp-l-loadMore-link .cbp-l-loadMore-noMoreLoading,
#cbpw-loadMore9 .cbp-l-loadMore-link .cbp-l-loadMore-loadingText,
#cbpw-loadMore9 .cbp-l-loadMore-link .cbp-l-loadMore-defaultText,
#cbpw-loadMore12 .cbp-l-loadMore-link .cbp-l-loadMore-defaultText,
#cbpw-loadMore13 .cbp-l-loadMore-link .cbp-l-loadMore-defaultText {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-top: 12px;
}

.cbp-reset-caption .cbp-caption-defaultWrap {
  height: 100% !important;
}

.cbp img {
  height: 100% !important;
  object-fit: cover;
}

.cbp-l-caption-buttonLeft {
  width: 160px;
  height: 30px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  -webkit-transition: all .3s ease-in!important;
  -o-transition: all .3s ease-in!important;
  transition: all .3s ease-in!important;
}

.cbp-l-caption-buttonLeft .our_projects__cards_bg_invisible_btn_text {
  left: 0;
}

.our_projects__btn:hover, .cbp-l-caption-buttonLeft:hover, .cbp-l-loadMore-link:hover {
  background-position: 0 0;
  color: #fff; }

@media (max-width: 1100px) {
  .our_projects__cards_item {
    width: 50%; }
  .our_projects__cards_img {
    display: block;
    margin: 0 auto; }
  .our_projects__cards_name {
    text-align: center; } }

@media (max-width: 768px) {
  .our_projects__cards_item {
    width: 100%; } }

@media (max-width: 433px) {
  .our_projects__buttons {
    width: 305px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 40px; }
  .our_projects__buttons_item {
    margin-bottom: 20px; } }

@media (max-width: 380px) {
  .our_projects__cards_img {
    width: 100%; } }

/* team */
.team {
  width: 100%;
  background-image: url("./images/team/bg-1.jpg");
  background-color: #002b4c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  padding: 70px 0;
  background-attachment: fixed;
  position: relative;
  margin-bottom: -1px; }
.team:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 43, 76, 0.9);
}
.team .title-rotate {
  color: white; }
.team .title-rotate span {
  color: white; }

.team__inner {
  width: 600px;
  margin: 0 auto;
  padding: 50px 0 0;
  color: #fff; }

.testimonial_rotator_prev,
.testimonial_rotator_next {
  color: #299e77; }

.testimonial_rotator_prev:hover,
.testimonial_rotator_next:hover {
  color: rgba(41, 158, 119, 0.5); }

.testimonial_rotator_author_info strong {
  color: #299e77; }

.testimonial_rotator.template-longform hr.longform_hr {
  background: rgba(255, 255, 255, 0.1);
  height: 1px; }

.testimonial_rotator.template-longform .testimonial_rotator_img img {
  width: 100px;
  height: 100px; }

.testimonial_rotator.template-longform .testimonial_rotator_img {
  width: 100px;
  height: 100px; }

.team__text {
  color: #fff;
  text-align: center;
  line-height: 1.45; }

.team__card {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.team__card_img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 20%; }

.team__card_info {
  padding-left: 15px; }

.team__card_name {
  color: #299e77;
  font-weight: 600;
  margin-top: 13px; }

.team__card_place {
  color: #fff;
  font-style: italic;
  font-size: 15px; }

.carousel-indicators--for_team {
  bottom: 0px; }
@media (max-width: 991.98px) {
  .carousel-indicators--for_team {
    bottom: -50px; } }

.carousel-indicators--for_team li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0px;
  cursor: pointer;
  background-clip: padding-box;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.placeholder__form {
  position: absolute;
  z-index: 1;
  color: #99aab7;
  top: 16px;
  height: 30px;
  left: 50px;
  transition: all 0.3s ease;
}

.placeholder__form.active {
  top: 0;
  font-size: 12px;
}

.text-gum {
  line-height: 150%;
}

.scale-image {
	text-align: center;
}

@media screen and (max-width: 1120px) {
  .text-gum {
    line-height: 130%;
  }
}

.team__inner_li_numeral_mod {
  color: #fff; }

.carousel--for_team {
  height: 360px; }

@media (max-width: 611px) {
  .team__inner {
    width: 100%;
    padding: 50px 0 0; }
  .team__text {
    width: 100%; } 
  .h2, h2 {
    font-size: 1.5rem;
  }}

@media (max-width: 400px) {
  .team__text {
    font-size: 15px; } }

/* Advice */
.advice {
  width: 100%;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  padding: 70px 0; }
.advice__button {
  text-align: center;
  margin-top: 10px; }
.advice .container {
  position: relative;
  z-index: 1; }
.advice .title-rotate {
  position: relative;
  z-index: 5;
  color: white;
  margin-bottom: 30px; }
.advice form label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 17px; }
.advice form label i {
  position: absolute;
  left: 18px;
  top: 20px;
  color: #2b8a7f;
  z-index: 1;
  font-size: 19px; }
.advice form label input,
.advice form label textarea {
  background: none;
  width: 100%;
  height: 59px;
  background-color: #002b4c;
  padding-left: 50px;
  color: #99aab7;
  -webkit-box-shadow: inset 0 0 0 0 #299e77;
  box-shadow: inset 0 0 0 0 #299e77;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0; }
.advice form label input:focus,
.advice form label textarea:focus {
  -webkit-box-shadow: inset 0 0 0 2px #299e77;
  box-shadow: inset 0 0 0 2px #299e77;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.advice form label textarea {
  height: 155px;
  padding: 15px 15px 15px 50px; }
.advice form br {
  display: none; }
.advice form span.ajax-loader {
  display: none !important; }

.advice__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

/* footer */
.footer {
  background-color: #002b4c;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0; }

.footer__part1 {
  width: 100%;
  max-width: 1240px;
  height: 136px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.footer__part1_logo {
  padding-top: 33px;
  padding-left: 15px;
  width: 25%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.footer__part1_phones {
  padding-top: 33px;
  padding-left: 20px;
  color: #d4eadb;
  font-size: 15px;
  width: 25%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.footer__part1_phones_item {
  margin-bottom: 15px;
}

.footer__part1_phones_item > * {
  color: #d4eadb;
}

.footer__part1_mails_item {
  margin-bottom: 5px; }

.footer__part1_address_item {
  margin-bottom: 5px; }

.footer__part1_mails {
  padding-top: 33px;
  padding-left: 20px;
  color: #d4eadb;
  font-size: 15px;
  width: 25%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.footer__part1_address {
  padding-top: 33px;
  padding-left: 20px;
  color: #d4eadb;
  font-size: 15px;
  width: 25%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.footer__part2 {
  width: 100%;
  max-width: 1240px;
  min-height: 125px;
  margin: 0 auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  padding: 0 15px; }

.footer__part2_text {
  padding-top: 43px;
  color: #d4eadb;
  font-size: 15px;
  width: 49%;
  display: inline-block; }

.footer__part3_text {
  width: 49%;
  display: inline-block; }

.footer__part3_text ul {
  text-align: right;
  padding-left: 0; }

.footer__part3_text span {
  border-radius: 50px; }

@media (max-width: 1330px ) {
  .our_vision__right_number {
    font-size: 57px;
  }
}

@media (max-width: 900px) {
  .footer__part2_text {
    text-align: center;
    width: 100%; }
  .footer__part3_text {
    text-align: center;
    width: 100%; }
  .footer__part3_text ul {
    text-align: center; }
  .footer__part1_address_item {
    margin-right: 20px;
    margin-left: 20px; } }

@media (max-width: 767.98px) {
  .footer {
    position: relative;
    margin-top: -1px; }
  .footer__part1 {
    display: block;
    height: 400px; }
  .footer__part1_phones,
  .footer__part1_mails,
  .footer__part1_address {
    width: 100%;
    padding-left: 0; }
  .footer__part1_logo {
    margin: 0 auto;
    padding-left: 0; }
  .footer__part1_phones_item,
  .footer__part1_mails_item,
  .footer__part1_address_item {
    text-align: center; }
  .footer__part2_text {
    text-align: center; } }

@media (max-width: 679px) {
  .footer__part1_logo {
    width: 160px; } }

.intro {
  margin-top: -62px; }
.intro .our_services__item_bg_mod {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #299e77;
  background-size: cover;
  background-position: 50%; }
@media (max-width: 768px) {
  .intro img.our_services__item_icon {
    padding-top: 20px; } }
@media (max-width: 991.98px) {
	.contact-icon__list {
		margin-bottom: 20px;
	}
  .text-gum {
    line-height: inherit;
  }
  .n2-notow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;}
  .smart-slider__title {
    padding-top: 62px;
  }}

.portfolio_intro {
  position: relative;
  height: 365px; }

.portfolio_intro__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #002b4c;
  z-index: -1; }

@media (max-width: 679px) {
  .nav__link:after {
    display: none; }
  .header__inner_btn {
    display: none; }
  .dropdown-toggle::after {
    margin-left: auto;
    display: block;
    margin-top: -20px;
    width: 10px;
    margin-bottom: 5px;
    content: "∨";
    border: none; } }

.itembaner {
  width: 260px;
  min-height: 260px;
  display: inline-block; }

@media (max-width: 768px) {
  .nav__link {
    margin-bottom: 15px; }
  .w1000w {
    min-height: 1750px; }
  .itembaner {
    display: block;
    margin: 10px auto;
    width: 180px;
    min-height: 160px;
    height: 160px; }
  .squares__center_item_title {
    padding-top: 50px; }
  .squares__inner_item1 {
    left: -105px;
    top: 500px; }
  .squares__inner_item2 {
    left: -110px;
    top: 730px; }
  .squares__inner_item3 {
    left: -105px;
    top: 960px; }
  .squares__inner_item4 {
    left: -115px;
    top: 1190px; }
  .squares__inner_item5 {
    left: -115px;
    top: 1420px; }
  .squares__center_item_title:after {
    top: 100px; } }

.mln {
  margin-left: 0; }

.squares__center_item_title_rotation:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  margin-right: 10px; }

@media (max-width: 900px) {
  .our_vision__right_item {
    margin: 0px auto 0;
    padding-top: 50px; }
  .our_vision__right_number {
    font-size: 57px;
    font-weight: 600;
    color: #fff;
    line-height: 65px;
    text-align: center; }
  .our_vision__left_name_text {
    padding-right: 50px; }
  .our_services {
    padding-bottom: 0px; }
  .team__inner {
    margin-right: auto; } }

.scrollup {
  position: fixed;
  color: #fff;
  background-color: #299e77;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #1e8f6a), to(#1e8f6a));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-image: linear-gradient(to left, transparent, transparent 50%, #1e8f6a 50%, #1e8f6a);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  right: 20px;
  bottom: 20px;
  padding: 4px 10px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  text-align: center;
  border-radius: 50px;
  z-index: 100; }

.scrollup:hover {
  background-position: 0 0; }

.a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
  border-radius: 40px !important;
  padding: 5px !important; }

.dpsp-network-btn {
  border-radius: 45px !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important; }

.carousel-indicators--for_team .active div {
  color: #299e77; }

.carousel-indicators--for_team .active {
  border-color: #299e77; }

.modal-backdrop.fade.show {
  display: none; }

.modal.fade.show {
  background: rgba(0, 0, 0, 0.5); }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  25% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  25% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.title-rotate {
  text-align: center;
  color: #002b4c;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }
.title-rotate__rotate {
  font-weight: 600;
  display: inline-block; }
.title-rotate__rotate span {
  white-space: nowrap;
}
.title-rotate__rotate span span {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: inline-block;
  min-width: 10px; }

.consultation .title-rotate__rotate span span {
  min-width: auto;
}

[data-browser="safari"] .title-rotate__rotate span span {
  -webkit-animation-name: animation-opacity;
  animation-name: animation-opacity;
}

.technologies-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.we-are-popupp__head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(66 173 154 / 0.7);
}
.we-are-popupp__head .particles-js-canvas-el {
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
}
.we-are-popupp {
  width: 400px;
  max-width: 100%; }
.we-are-popupp__head {
  z-index: -1;
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: 50%; }
.we-are-popupp__head .we_are__right_opacity_bg {
  z-index: 0
}
.we-are-popupp__body {
  padding: 20px; }

#fancybox-content {
  position: relative;
  margin-top: -50px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.fancybox-active #fancybox-content {
  margin-top: 0px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#fancybox-close {
  top: 15px !important;
  right: 15px !important;
  background: #002b4c !important;
  border-radius: 100%;
  color: white; }
#fancybox-close:hover {
  opacity: .75; }
#fancybox-close:before {
  content: "\f00d";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

.hmb {
  border-bottom: solid 3px #299e77;
  display: inline-block; }

.benefits__number {
  opacity: 0; }

.portfolio-item h2 {
  color: #f0f4f5;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0px 0px 125px 0px; }

.portfolio-item__content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7; }
.portfolio-item__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
.portfolio-item__content ul li:before {
  content: "\f05d";
  color: #03a9f4;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }
.portfolio-item__content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.cbp-l-filters-button {
  text-align: center;
}

#cbpw-filters9 .cbp-filter-item,
#cbpw-filters12 .cbp-filter-item,
#cbpw-filters13 .cbp-filter-item {
  border: 1px solid #299e77;
}
#cbpw-filters1 .cbp-filter-item.cbp-filter-item-active {
  border-color: #299e77 !important;
  color: #299e77 !important; }

#cbpw-filters1 .cbp-filter-counter,
#cbpw-filters9 .cbp-filter-counter,
#cbpw-filters12 .cbp-filter-counter,
#cbpw-filters13 .cbp-filter-counter {
  background-color: #299e77 !important; }
#cbpw-filters1 .cbp-filter-counter:after,
#cbpw-filters12 .cbp-filter-counter:after,
#cbpw-filters13 .cbp-filter-counter:after,
#cbpw-filters9 .cbp-filter-counter:after {
  border-top: 4px solid #299e77 !important; }


.cbp-popup-navigation-wrap {
  background-color: #002b4c !important; }

@media screen and (max-width: 1199.98px) {
  #dpsp-floating-sidebar.dpsp-hide-on-mobile {
    display: none !important; } }

.header-page {
  padding: 80px 0px;
  background-color: #002b4c;
  color: white;
  position: relative;
  background-size: cover;
  background-position: 50%; }
.header-page__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 43, 76, 0.9); }
.header-page__canvas .particles-js-canvas-el {
  background: none; }
.header-page__title {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase; }
@media screen and (max-width: 767.98px) {
  .header-page {
    padding: 50px 0px; }
  .header-page__title {
    font-size: 30px; } }

.animationtext {
  display: inline-block;
  vertical-align: text-top; }
.animationtext__item {
  -webkit-animation: typewriter 3s steps(100) 1s infinite normal;
  animation: typewriter 3s steps(100) 1s infinite normal;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-right: 2px;
  width: 2px;
  white-space: nowrap; }
.animationtext__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9; }

@-webkit-keyframes typewriter {
  0% {
    width: 2px; }
  20% {
    width: 100%; }
  40% {
    width: 100%; }
  60% {
    width: 100%; }
  80% {
    width: 100%; }
  100% {
    width: 2px; } }

@keyframes typewriter {
  0% {
    width: 2px; }
  20% {
    width: 100%; }
  40% {
    width: 100%; }
  60% {
    width: 100%; }
  80% {
    width: 100%; }
  100% {
    width: 2px; } }

.portfolio-intro {
  padding: 50px 0 0 0; }
.portfolio-intro .title-rotate {
  margin-bottom: 30px; }
.portfolio-intro .cbp-caption-activeWrap {
  background: rgba(0, 43, 76, 0.8) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.portfolio-intro .cbp-caption-activeWrap .cbp-l-caption-body {
  padding: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
.portfolio-intro .cbp-caption-activeWrap .cbp-l-caption-body .cbp-l-caption-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

.page-template-aboutus .consultation,
.page-template-portfolo .consultation {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0; }
.page-template-aboutus .consultation .title-rotate,
.page-template-portfolo .consultation .title-rotate {
  margin-bottom: 10px;
  text-align: left; }
.page-template-aboutus .consultation__desc,
.page-template-portfolo .consultation__desc {
  margin-bottom: 30px;
  text-align: left; }
.page-template-aboutus .consultation__wrap,
.page-template-portfolo .consultation__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-template-aboutus .consultation__wrap-col,
.page-template-portfolo .consultation__wrap-col {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0; }
@media screen and (max-width: 767.98px) {
  .page-template-aboutus .consultation .title-rotate,
  .page-template-portfolo .consultation .title-rotate {
    text-align: center; }
  .page-template-aboutus .consultation__desc,
  .page-template-portfolo .consultation__desc {
    text-align: center; }
  .page-template-aboutus .consultation .btn,
  .page-template-portfolo .consultation .btn {
    margin-top: 30px; } }

.page-template-portfolo .consultation .title-rotate {
  text-align: center; }

.page-template-portfolo .consultation .consultation__desc {
  margin-bottom: 30px;
  text-align: center; }

.contact-icon {
  padding: 80px 0; }
.contact-icon__item {
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  background-color: #299e77;
  background-size: cover;
  background-position: 50%;
  padding: 50px 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative; }
.contact-icon__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 158, 119, 0.9); }
.contact-icon__item a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1; }
.contact-icon__item p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1; }
.contact-icon__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 36px;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 1; }

.icon {
  background: #efc84a;
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 1; }
.icon.icon-big {
  width: 100px;
  height: 100px;
  background-color: #299e77;
}
.icon.icon-md {
  width: 75px;
  height: 75px;
  background: #299e77;
}
.icon img {
  height: 30px; }
.icon.icon-big img {
  height: 60px;
}
.icon.icon-md img {
  height: 45px;
}

.icon {
  position: relative;
}

.icon-big__static {
  transition: all .3s;
  opacity: .3;
}

.icon-big__hover {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  position: absolute;
}

.canvas-item:hover .icon-big__static {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.canvas-item:hover .icon-big__hover {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

.cbp-popup-singlePage-counter {
  display: none; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
  display: none !important; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  color: #fff;
  margin: 30px 0;
  padding: 15px;
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  margin: 30px 0;
  background: #299e77;
  border-color: #299e77;
  color: #fff;
  padding: 15px;
  text-align: center; }

.animate__animated {
  visibility: hidden; }

.perfect {
  padding: 100px 0; }
.perfect__subtitle {
  font-weight: bold !important;
  text-transform: uppercase;
  color: #299e77; }
.perfect__title {
  color: #002b4c;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px; }
.perfect p {
  font-weight: 300; }
.perfect ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.perfect ul li {
  position: relative;
  padding-left: 30px;
  color: #002b4c;
  margin-top: 16px; }
.perfect ul li:before {
  content: "\f05d";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.perfect .image-block {
  position: relative;
  padding-left: 150px;
  padding-top: 133px; }
.perfect .image-block img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.perfect .image-block .shape {
  position: absolute;
  right: 0;
  top: -115px; }
.perfect .image-block .image-one {
  position: absolute;
  top: 0;
  left: 0; }
.perfect .image-block .image-two {
  position: relative;
  z-index: 9;
  margin-top: 60px; }

.werun {
  margin: 100px 0; }
.werun .title-rotate {
  margin-bottom: 50px; }
.werun img {
  max-width: 50%; }

.how-work {
  margin: 100px 0; }
.how-work .title-rotate {
  margin-bottom: 30px; }
.how-work__desc {
  text-align: center;
  margin-bottom: 50px; }
.how-work__wrap {
  position: relative; }
.how-work__wrap:before {
  content: '';
  width: 900px;
  height: 4px;
  background-color: rgba(0, 156, 253, 0.1);
  top: 34px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: -1; }
.how-work__wrap.how-work__green:before {
  background-color: #299e77;
}
.how-work__body {
  border: 1px solid #00000033;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 47px 30px 41px;
  position: relative;
  text-align: center;
  height: 100%; }
.how-work__body h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px; }
.how-work__body p {
  margin: 0;
  font-size: 16px;
  color: #72839a; }
.how-work__body:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 2px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #009cfd;
  -webkit-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  opacity: 0; }
.how-work__green .how-work__body:before {
  background-color: #299e77;
}
.how-work__img {
  border: 3px solid #00000033;
  background: #fff;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1; }
.how-work__img img {
  height: 30px; }
.how-work__item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 122px; }
.how-work__item:hover .how-work__body {
  border-color: #009cfd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.how-work__green .how-work__item:hover .how-work__body {
  border-color: #299e77;
}
.how-work__item:hover .how-work__body:before {
  top: -5.5px;
  opacity: 1; }
.how-work__item:hover .how-work__img {
  background-color: #009cfd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.how-work__green .how-work__item:hover .how-work__img {
  background-color: #299e77;
}

.we-always {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .we-always {
    margin-bottom: 0px;
  }
}
.we-always .title-rotate {
  margin-bottom: 50px; }
.we-always .contact-icon__title {
  color: #002b4c;
  font-size: 30px; }
.we-always .contact-icon__item {
  background: #ececec;
  position: relative;
  z-index: -1px;
  top: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
.contact-icon__text {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #002b4c;
  position: absolute;
  background-color: white;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  z-index: -2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 1px 19px #b1b1b1;
  box-shadow: 0px 1px 19px #b1b1b1;
}

.contact-icon__item svg {
  stroke: #002b4c;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  transform: rotate(180deg);
}


.we-always .contact-icon__item:before {
  content: none; }
.we-always .contact-icon__list:hover {
  z-index: 5;
}
@media (min-width: 1120px) {
  .we-always .contact-icon__list:hover .contact-icon__item{
    transform: translateY(-75px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .we-always .contact-icon__list:hover .contact-icon__text {
    transform: translateY(75px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .we-always .contact-icon__list:hover .icon img {
    opacity: 1;
    height: calc( 45px * 1.1 );
    filter: url(#solid2);
  }
  .we-always .contact-icon__list:hover .contact-icon__item svg {
    transform: rotate(0deg);
    bottom: 10px;
  }
}

.we-always .contact-icon__list .icon img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .3;
}
.we-always .contact-icon__list.active {
  z-index: 5;
}
.we-always .contact-icon__list.active .contact-icon__item{
  transform: translateY(-75px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
.we-always .contact-icon__list.active .contact-icon__text {
  transform: translateY(75px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.we-always .contact-icon__list.active .icon img {
  opacity: 1;
  transform: scale(1.1);
  filter: url(#solid2);
}
.we-always .contact-icon__list.active .contact-icon__item svg {
  transform: rotate(0deg);
  bottom: 10px;
}

@media screen and (max-width: 1199.98px) {
  .perfect {
    padding-bottom: 30px; }
  .how-work__wrap:before {
    width: auto;
    left: 110px;
    right: 110px; } }

@media screen and (max-width: 991.98px) {
  .how-work__item {
    padding-top: 0;
    margin-bottom: 80px;
    height: auto;
    width: 370px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .how-work__wrap:before {
    display: none; }
  .how-work__img {
    top: -36px; }
  .how-work__last .how-work__item {
    margin-bottom: 0; } }

@media screen and (max-width: 767.98px) {
  img.paroller-2 {
    width: 220px; }
  .perfect {
    padding-top: 40px; }
  .image-block {
    margin-bottom: 90px; }
  .perfect__title {
    font-size: 30px; }
  .werun {
    margin: 50px 0; }
  .how-work {
    margin: 50px 0; }
  .we-always {
    margin: 50px 0; } }

.content-text {
  margin: 50px 0;
  font-size: 16px; }
.content-text p {
  margin: 20px 0; }
.content-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0; }
.content-text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px; }
.content-text ul li:last-child {
  margin-bottom: 0; }
.content-text ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #299e77;
  left: 0;
  top: 7px; }
.content-text ol {
  padding-left: 15px; }
.content-text ol li {
  position: relative;
  margin-bottom: 20px; }
.content-text ol li:last-child {
  margin-bottom: 0; }
.content-text blockquote.wp-block-quote {
  background: #f7f7f7;
  padding: 30px;
  border-left: 5px solid #299e77;
  margin: 20px 0; }
.content-text blockquote.wp-block-quote p {
  margin: 0; }

.slide-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align-last: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.slide-footer img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 20%; }
.slide-footer__body {
  padding-left: 15px; }
.slide-footer__body-name {
  color: #299e77;
  font-weight: 600; }
.slide-footer__body-city {
  color: #fff;
  font-style: italic;
  font-size: 15px; }

.wpsisac-slick-slider {
  padding-bottom: 80px; }

.wpsisac-slick-slider .slick-dots li button {
  text-indent: 0;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  border-color: white;
  color: white; }

.wpsisac-slick-slider .slick-dots li.slick-active button {
  background: none !important;
  color: #299e77;
  border-color: #299e77; }

@media only screen and (max-width: 40.0625em) {
  .wpsisac-image-slide img {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 20% !important; }
  .wpsisac-image-slide,
  .wpsisac-slide-wrap {
    height: auto !important; } }

.soft img {
  width: 100%;
  transition: all 1s ease;
  margin: auto;
  max-width: 500px;
}
.soft img:hover, .soft img:active {
  transition: all 1s ease;
  transform: scale(1.1);
}

.soft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.soft ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 16px;
}

.soft ul li:before {
  content: "\f05d";
  color: #002b4c;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.maintenance__sub-title {
  margin-bottom: 40px;
}
.maintenance__item:hover .maintenance__img, .maintenance__item:active .maintenance__img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.maintenance__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/**************************************IT-SUPPORT**********************************/
.page-template-it-support {
  font-size: 1em; }
.page-template-it-support section:not(:last-child) {
  margin-bottom: 50px; }
.page-template-it-support .title-rotate {
  margin-bottom: 20px; }

.general-desk img {
  width: 100%;
  height: auto; }

.whyus__text {
  width: 100%; }

.support__list {
  margin-top: 50px; }

.support__item .contact-icon__item {
  margin: auto;
  width: 45%;
  height: 200px; }
.support__item .contact-icon__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.support__item .smooth {
  height: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.content-text img {
  width: 100%;
  height: auto; }

@media (max-width: 992px) {
  .page-template-it-support .title-rotate:not(.consultation__title) {
    text-align: center !important; }
  .page-template-it-support .title-rotate:not(.consultation__title).text-left {
    text-align: center !important; } }

@media (max-width: 920px) {
  .support__item .contact-icon__item {
    width: 70%; } }

/**************************************\IT-SUPPORT/**********************************/
/**************************************QA-TESTING**********************************/
.page-template-qa-testing {
  font-size: 1em;
}
.page-template-qa-testing section {
  margin-bottom: 50px;
}
.page-template-qa-testing .title-rotate {
  margin-bottom: 20px;
}
.testing {
  margin-top: 50px;
}
.testing__item {
  margin-top: 20px;
}
.testing__title {
  margin-bottom: 10px;
}
.whyus img {
  width: 100%;
  object-fit: contain;
  transition: all 1s ease-in-out;
}
.whyus img:hover {
  transition: all 1s ease-in-out;
  transform: scale(1.1);
}
.whyus .row {
  padding-top: 50px;
}
.whyus .row.no-p {
  padding: 0;
}
.whyus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.whyus--it-support img {
  margin: 50px auto;
}
.whyus--devops img {
  position: relative;
  top: -10px;
}

.page-template-mobile-app-dev .whyus img {
  max-height: 410px;
}

.page-template-uiux-design .whyus img {
  width: 75%;
  margin: auto;
}

.page-template-qa-testing .whyus img {
  margin: auto;
}

.page-template-qa-testing .whyus img.first {
  width: 80%;
}

.what-test__list {
  margin-top: 50px;
}
.what-test__list img {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
}
.what-test__list .text-center {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.what-test__list .text-center p {
  padding-top: 10px;
}
.what-test__list .text-center:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.benefits__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.benefits .title-rotate {
  margin-bottom: 20px;
}
.benefits .perfect {
  padding: 15px 0;
}
.benefits img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.benefits .perfect__title {
  margin-bottom: 0;
  font-size: 24px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .page-template-qa-testing .title-rotate:not(.consultation__title) {
    text-align: center !important; }
    .page-template-qa-testing .title-rotate:not(.consultation__title).text-left {
    text-align: center !important;
  }
}
@media (max-width: 660px) {
  .what-test__list .text-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
/**************************************\QA-TESTING /**********************************/
/**************************************UI/UX DESIGN**********************************/
.page-template-uiux-design {
  font-size: 1em; }
.page-template-uiux-design .title-rotate {
  margin-bottom: 20px; }
.page-template-uiux-design section {
  margin-bottom: 50px; }
.page-template-uiux-design .ui-design-block .consultation__title {
  margin-bottom: 20px;
  text-align: center; }
.page-template-uiux-design .ui-design-text {
  width: 100%;
  text-align: left; }

.whyneed {
  width: 100%;
  background-image: url("./images/team/bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background-attachment: fixed;
  padding: 150px 0; }
.whyneed .consultation {
  margin-top: 0; }

.main-direction__content .technologies__cards {
  margin-top: 30px; }

.main-direction__content .technologies__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 45%;
  height: auto;
  padding: 30px; }
.main-direction__content .technologies__item img {
  height: 30px;
  margin-right: 20px; }
.main-direction__content .technologies__item h3 {
  width: 80%; }
.main-direction__content .technologies__item p {
  padding-top: 20px;
  width: 100%; }

.how-work .design-process__item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 122px;
  cursor: pointer; }
.how-work .design-process__item.active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
.how-work .design-process__item.active .how-work__img {
  background-color: #009cfd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.how-work .design-process__item.active .how-work__body {
  border-color: #009cfd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.how-work .design-process__item.active .how-work__body:before {
  top: -5.5px;
  opacity: 1; }

.how-work__wrap.big__wrap:before {
  width: 980px; }

.how-work .overflow-text {
  padding: 50px 0;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: auto; }
.how-work .overflow-text .hidden {
  display: block; }

.how-work .hidden {
  display: none; }

@media (max-width: 992px) {
  .page-template-uiux-design .title-rotate:not(.consultation__title) {
    text-align: center !important; }
  .page-template-uiux-design .title-rotate:not(.consultation__title).text-left {
    text-align: center !important; } }

@media (max-width: 800px) {
  .how-work .big__wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .how-work .big__wrap .design-process__item {
    padding-top: 0;
    width: auto; }
  .how-work .big__wrap .how-work__img {
    position: relative;
    top: 0; }
  .how-work .big__wrap .how-work__body {
    display: none; } }

@media (max-width: 620px) {
  .how-work .big__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .how-work .big__wrap .align-items-stretch {
    width: 33.333%; }
  .how-work .big__wrap .align-items-stretch .design-process__item {
    margin: auto;
    margin-bottom: 20px; } }

@media (max-width: 820px) {
  .main-direction__content .technologies__item {
    width: 100%;
    margin: auto; }
  .main-direction__content .technologies__item:not(:last-child) {
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .main-direction__content .technologies__item h3 {
    width: 75%; } }

/**************************************\UI/UX DESIGN/**********************************/
/***************************************DEVOPS****************************************/
.page-template-devops {
  font-size: 1em; }
.page-template-devops section {
  margin-bottom: 50px; }
.page-template-devops .title-rotate {
  margin-bottom: 30px; }

.adv {
  padding-top: 50px; }
.adv__item a {
  color: #002b4c; }
.adv__item h3.mobile {
  display: none; }
@media (max-width: 992px) {
  .adv__item h3 {
    display: none; }
  .adv__item h3.mobile {
    display: block; } }
.adv__item:not(:last-child) {
  margin-bottom: 15px; }
.adv__item .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.adv__item img {
  max-width: 150px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.adv__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.serv__list .itembaner {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.serv__list .our_services__item_invisible {
  overflow-y: auto; }

.perfect.top-list {
  padding: 0; }
.perfect.top-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.perfect.top-list ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%; }

@media (max-width: 992px) {
  .adv {
    padding-top: 0; }
  .adv__item img {
    max-width: 60px;
    margin-left: 15px; }
  .adv__item h3 {
    padding-left: 20px;
    width: calc(100% - 75px); }
  .page-template-devops .title-rotate:not(.consultation__title) {
    text-align: center !important; }
  .page-template-devops .title-rotate:not(.consultation__title).text-left {
    text-align: center !important; } }

@media (max-width: 757px) {
  .perfect.top-list {
    padding: 0; }
  .perfect.top-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .perfect.top-list ul li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%; } }

/***************************************\DEVOPS/****************************************/
/*******************************************MOBILE-APP-DEV**********************************************/
.page-template-mobile-app-dev {
  font-size: 1em;
}
.page-template-mobile-app-dev section:not(:last-child) {
  margin-bottom: 50px;
}
.page-template-mobile-app-dev .title-rotate {
  margin-bottom: 30px;
}
.description {
  margin-top: 50px;
}
.description__icon {
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  max-width: 670px;
  margin: auto;
}
.description__icon img {
  width: 70px;
  display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.description__icon h3 {
  display: inline-block;
  padding-left: 30px;
  font-size: 1em;
  width: calc(100% - 80px);
}
.description__icon--item {
  margin-bottom: 20px;
}
.description__icon--item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ourserv__title {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.ourserv__title img {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.ourserv__title h3 {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.ourserv__item:hover .ourserv__title img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .page-template-mobile-app-dev .title-rotate:not(.consultation__title) {
    text-align: center !important; }
    .page-template-mobile-app-dev .title-rotate:not(.consultation__title).text-left {
    text-align: center !important;
  }
  .whyus img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .whyus img.first {
    margin-bottom: 20px;
  }
  .whyus--it-support img {
    margin: 50px auto !important;
  }
  .whyus--design img {
    margin: 50px auto !important;
  }
  .whyus--devops img {
    top: 0;
  }
}
/*******************************************\MOBILE-APP-DEV /**********************************************/
/*******************************************MOBILE-DEV**********************************************/
.title-desk {
  font-size: 0.5em;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-template-web-dev {
  font-size: 1em;
}
.page-template-web-dev .m-c {
  margin: auto;
}
.page-template-web-dev section:not(:last-child) {
  margin-bottom: 50px;
}
.page-template-web-dev .title-rotate {
  margin-bottom: 30px;
}
.page-template-web-dev .ourserv__item {
  margin-bottom: 20px;
}
.page-template-web-dev .ourserv__item h3 {
  margin-bottom: 10px;
}
.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.tabs__list .tab {
  width: 25%;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 156, 253, 0.1);
  color: #002b4c;
  padding: 15px 0;
  overflow: hidden;
  cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.tabs__list .tab .svg-anima {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
.tabs__list .tab .svg-anima svg {
  fill: #002b4c;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.tabs__list .tab .svg-anima svg:first-child {
  top: -200%;
  opacity: 0;
}
.tabs__list .tab .svg-anima svg:last-child {
  bottom: 0;
}
.tabs__list .tab p {
  margin: 0;
  font-size: 16px;
}
.tabs__list .tab.active, .tabs__list .tab:hover {
  background-color: #299e77;
  color: #fff;
}
.tabs__list .tab.active svg, .tabs__list .tab:hover svg {
  fill: #fff;
}
.tabs__list .tab.active svg:first-child, .tabs__list .tab:hover svg:first-child {
  top: 0;
  opacity: 1;
}
.tabs__list .tab.active svg:last-child, .tabs__list .tab:hover svg:last-child {
  bottom: -200%;
  opacity: 0;
}
.tabs__windows {
  margin: 20px 0;
  min-height: 345px;
}
.tabs__window {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 500px;
  height: 100%;
}
.tabs__window a:not(.btn) {
  color: #002b4c;
}
.tabs__window h3 {
  margin-bottom: 10px;
}
.tabs__window h4 {
  font-size: 1.4em;
  margin: 15px 0;
}
.tabs__window.mobile img {
  max-height: 500px;
    -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.tabs__window.showed {
  display: block;
}
.tabs__window img {
  width: 100%;
  min-height: 500px;
    -o-object-fit: cover;
  object-fit: cover;
}
.overflow-text .mobile {
  display: none;
}
.steps__container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.steps__title {
  margin-bottom: 135px;
}
.steps__item, .steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.steps__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0;
}
.steps__item:after, .steps__item:before, .steps__list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.steps__list:after {
  width: calc(100% - 140px);
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #002b4c;
  border-radius: 8px;
}
.steps__item {
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 165px;
  margin-bottom: -1px;
  padding: 0 0 35px;
  cursor: pointer;
}
.steps__item:after, .steps__item:before {
  -webkit-transform: translate(-50%, 50%) scale(0);
  -ms-transform: translate(-50%, 50%) scale(0);
  transform: translate(-50%, 50%) scale(0);
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.steps__item:before {
  width: 17px;
  height: 17px;
  border: 1px solid #002b4c;
}
.steps__item:after {
  width: 13px;
  height: 13px;
  background: #002b4c;
}
.steps__item_active {
  cursor: default;
}
.steps__item_active:after, .steps__item_active:before {
  -webkit-transform: translate(-50%, 50%) scale(1);
  -ms-transform: translate(-50%, 50%) scale(1);
  transform: translate(-50%, 50%) scale(1);
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.steps__item_active .steps__step {
  opacity: 1;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.steps__item_active .steps__name {
  color: #002b4c;
  cursor: default;
}
.steps__step {
  display: block;
  width: 100px;
  height: 100px;
  opacity: .25;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.steps__name {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 30px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  color: #000;
}
.steps__hidden {
  display: none;
}
.steps__desc-itemDescription p, .steps__desc-name, .steps__name {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.43;
  text-align: center;
}
.steps__desc-name {
  display: none;
  margin-bottom: 15px;
  color: #002b4c;
}
.steps__desc-item {
  display: none;
}
.steps__desc-item_active {
  display: block;
}
.steps__desc-itemDescription p {
  max-width: 630px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .steps__item {
    min-width: 15%;
  }
}
@media screen and (max-width: 1060px) {
  .steps__list {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .steps__item:after, .steps__item:before, .steps__list:after {
    content: none;
  }
  .steps__item {
    width: 100px;
    min-width: unset;
  }
  .steps__name {
    display: none;
  }
  .overflow-text .mobile {
    display: block;
  }
  .how-work .overflow-text {
    padding: 0;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .tabs__window img {
    min-height: auto;
  }
  .page-template-web-dev .title-rotate:not(.consultation__title) {
    text-align: center !important; }
    .page-template-web-dev .title-rotate:not(.consultation__title).text-left {
    text-align: center !important;
  }
  .how-work {
    margin: 0;
  }
  .how-work .overflow-text {
    padding: 10px 0 0 0;
  }
  .how-work .overflow-text h3 {
    font-size: 1.4em;
    padding-bottom: 15px;
  }
  .page-template-web-dev .m-c .col-text {
    text-align: left;
    padding: 0;
    margin: auto;
  }
  .page-template-web-dev .m-c .col-img {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; } }

@media (max-width: 750px) {
  .tabs__window {
    position: relative;
    z-index: 2;
  }
  .tabs__window.mobile .col-sm img {
    width: auto;
  }
  .tabs__window .col-sm {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    text-align: center;
  }
  .tabs__window .col-sm img {
        -o-object-fit: cover;
        object-fit: cover; }
  .tabs__list .tab {
    width: 50%;
  }
  .tabs__list .tab svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .page-template-web-dev .m-c {
    padding: 0;
  }
  .overflow-text {
    padding: 20px 0;
  }
  .steps__list {
    padding: 0;
  }
  .steps__item {
    width: 14%;
    height: auto;
    padding: 0;
  }
  .steps__step {
    width: 100%;
    height: auto;
  }
  .title-desk {
    font-size: 0.4em;
    width: 100%;
  }
  .benefits__item:first-child {
    margin-bottom: 20px;
  }
  .benefits img {
    width: 80px;
    height: 80px;
  }
  .tabs__list .tab p {
    font-size: 12px;
  }
}
/*******************************************MOBILE-DEV**********************************************/
/**************************************IT-CONSULTANCY**********************************/
.main-direction {
  position: relative;
  z-index: 2; }

.page-template-it-consultancy {
  font-size: 1em; }
.page-template-it-consultancy section:not(:last-child) {
  margin-bottom: 50px; }
.page-template-it-consultancy section .title-rotate {
  margin-bottom: 30px; }
.page-template-it-consultancy .main-direction__content .technologies__item img {
  height: 70px; }

.title-rotate.not-general {
  margin-bottom: 30px; }

.no-touch a.card_btn:hover {
  background: #1e8f6a;
  -webkit-box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.25s 0s ease-out;
  -o-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out; }

a.card_btn {
  background: #1e8f6a; }

.no-touch a.card_btn:active,
a.card_btn:active {
  background: #1e8f6a;
  -webkit-box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-transition: all 0.025s 0s ease-out;
  -o-transition: all 0.025s 0s ease-out;
  transition: all 0.025s 0s ease-out; }

.cards {
  text-align: center; }
.cards.rows .card__item {
  max-width: 30%; }
.cards.rows .card__item:hover {
  -webkit-box-shadow: #201c50 0px 0px 11px 0px;
  box-shadow: #201c50 0px 0px 11px 0px; }
.cards.rows .card__item:hover .card__image-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.cards.rows .card__item .card__image-holder {
  background-color: #fff; }
.cards.rows .card__item .card__image-holder img {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  margin-top: 12%; }
.cards.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.cards.half .card__item {
  max-width: 33%; }
.cards.half .card__item .card__image-holder img {
  width: 100px;
  height: 100px; }

.card__item {
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 8px;
  max-width: 48%;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s 0s ease-in;
  -o-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  width: 100%;
  z-index: 1;
  vertical-align: top; }
.card__item .card__image-holder {
  background: rgba(0, 0, 0, 0.1);
  height: 0;
  padding-bottom: 45%;
  overflow: hidden; }
.card__item .card__image-holder img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.card__item .card-title {
  background: #ffffff;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 0; }
.card__item .card-title .toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px; }
.card__item .card-title .toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  -webkit-transition: all 0.15s 0s ease-out;
  -o-transition: all 0.15s 0s ease-out;
  transition: all 0.15s 0s ease-out;
  width: 12px; }
.card__item .card-title .toggle-info .left {
  right: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.card__item .card-title .toggle-info .right {
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.card__item .card-title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px; }
.card__item .card-title h2 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em; }
.card__item .card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px; }
.card__item .card-actions {
  -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px 15px 20px;
  text-align: center; }
.card__item .card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }
.card__item .flap1 {
  -webkit-transition: all 0.3s 0.3s ease-out;
  -o-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  z-index: -1; }
.card__item .flap2 {
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -2; }

.cards.showing .card__item {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88); }

.cards.showing .card__image-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.no-touch .cards.showing .card__item:hover {
  opacity: 0.94;
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92); }
.no-touch .cards.showing .card__item:hover .card__image-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

div.card__item.show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-box-shadow: #201c50 0px 0px 11px 0px;
  box-shadow: #201c50 0px 0px 11px 0px; }
div.card__item.show .card__image-holder img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
div.card__item.show div.card-title a.toggle-info {
  background: #ff6666 !important; }
div.card__item.show div.card-title a.toggle-info span {
  top: 15px; }
div.card__item.show div.card-title a.toggle-info span.left {
  right: 10px; }
div.card__item.show div.card-title a.toggle-info span.right {
  left: 10px; }
div.card__item.show div.card-flap {
  background: #ffffff;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }
div.card__item.show div.flap1 {
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-box-shadow: #201c50 0px 0px 11px 0px;
  box-shadow: #201c50 0px 0px 11px 0px; }
div.card__item.show div.flap2 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out; }

@media (max-width: 992px) {
  .page-template-it-consultancy .title-rotate:not(.consultation__title) {
    text-align: center !important; }
  .page-template-it-consultancy .title-rotate:not(.consultation__title).text-left {
    text-align: center !important; } }

@media (max-width: 980px) {
  .cards {
    margin: 0; }
  .cards.rows .card__item {
    max-width: 49.6%;
    margin: auto;
    margin-bottom: 30px; } }

@media (max-width: 560px) {
  .cards.rows .card__item {
    max-width: 60%;
    margin: auto; }
  .cards.rows .card__item .card__image-holder img {
    width: 80px;
    height: 80px; } }

@media (max-width: 420px) {
  .cards.rows .card__item {
    max-width: 100%; } }

/**************************************\IT-CONSULTANCY/**********************************/

/*******************************CANVAS-BLOCK*********************************/

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  padding: 9px 0!important;
}
.canvas-icon strong {
  font-weight: 900;
}
.canvas-icon {
  padding: 100px 0;
}
.canvas-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 100%;
}

.canvas-wrapper .canvas-item + .canvas-item {
  margin-left: 40px;
}

.canvas-item {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  margin-bottom: 1rem;
}
.canvas_border {
  position: absolute;
  top: 40px;
  left: -40px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.canvas_border svg {
  height: 100%;
  width: 100%;
}

.rect-gradient {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: erase-line 1s ease-in-out forwards;
  animation: erase-line 1s ease-in-out forwards;
}

.canvas_img-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-10deg) skew(-10deg);
  -ms-transform: rotate(-10deg) skew(-10deg);
  transform: rotate(-10deg) skew(-10deg);
  overflow: hidden;
  background: #ececec;
  box-shadow: 0px 1px 19px #b1b1b1;
  background-size: cover;
  background-position: 50%;
}

/*.canvas_img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 158, 119, 0.9);
}
*/
.canvas_img {
  height: calc( 60px * 0.9 ) !important;
  transform: none;
  opacity: .3;
  max-width: 200px;
  max-height: 200px;
}

.canvas_copy {
  position: absolute;
  bottom: 0;
  left: 85%;
  text-transform: uppercase;
  color: #002b4c;
  z-index: 100;
}

.canvas_copy--left {
  left: -10%;
  bottom:0%;
}

.canvas_copy_title {
  font-size: 16px;
  display: block;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  color: #002b4c;
  width: 225px;
  padding-left: 20px;
}

.canvas_copy_title:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.canvas_copy_title:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.canvas_copy_subtitle {
  display: block;
  -webkit-transform: rotate(270deg) translateY(-100%) translateX(calc(-100% - 80px));
  -ms-transform: rotate(270deg) translateY(-100%) translateX(calc(-100% - 80px));
  transform: rotate(270deg) translateY(-100%) translateX(calc(-100% - 80px));
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: -35px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -o-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
}

.canvas_copy_details {
  display: block;
  -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.14s;
  -o-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.14s;
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.14s;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

.canvas_border,
.canvas_img-wrapper,
.canvas_img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.canvas_border,
.canvas_img-wrapper {
  -webkit-transform: rotate(-10deg) skew(-10deg);
  -ms-transform: rotate(-10deg) skew(-10deg);
  transform: rotate(-10deg) skew(-10deg);
}

.canvas_copy_title,
.canvas_copy_subtitle,
.canvas_copy_details {
  opacity: 0;
}

.canvas-item:hover .canvas_copy_title,
.canvas-item:hover .canvas_copy_subtitle,
.canvas-item:hover .canvas_copy_details,
.canvas-item:hover .canvas_img {
  opacity: 1;
}
.canvas-item:hover .canvas_img {
  /*filter: url(#solid2);*/
}

.canvas-item:hover .canvas_border,
.canvas-item:hover .canvas_img-wrapper {
  -webkit-transform: rotate(-14deg) skew(-14deg) scale(0.96);
  -ms-transform: rotate(-14deg) skew(-14deg) scale(0.96);
  transform: rotate(-14deg) skew(-14deg) scale(0.96);
}

.canvas-item:hover .canvas_img {
  height: 60px !important;
  transform: none;
}

.canvas-item:hover .canvas_copy_title,
.canvas-item:hover .canvas_copy_details {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.canvas-item:hover .canvas_copy_subtitle {
  -webkit-transform: rotate(270deg) translateY(-100%) translateX(-100%);
  -ms-transform: rotate(270deg) translateY(-100%) translateX(-100%);
  transform: rotate(270deg) translateY(-100%) translateX(-100%);
}

.canvas-item:hover .rect-gradient {
  -webkit-animation: draw-line 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: draw-line 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes draw-line {
  from {
    stroke-dashoffset: 2000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-line {
  from {
    stroke-dashoffset: 2000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes erase-line {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 2000;
  }
}

@keyframes erase-line {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 2000;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .canvas-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1350px) {
  .canvas-wrapper {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1200px) {
  .canvas-item {
    margin: auto;
    margin-bottom: 60px;
  }
  .canvas-wrapper {
    padding: 0 10%;
  }
  .canvas-wrapper .canvas-item + .canvas-item {
    margin: auto;
    margin-bottom: 105px;
  }
  .canvas-wrapper .canvas-item:last-child {
    margin-bottom: 0 !important;
  }
  .canvas_border, .canvas_img-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 743px) {
  .canvas-wrapper {
    padding: 0;
  }
  .canvas_copy--left {
    bottom: 7%;
  }
}

@media screen and (max-width: 600px) {
  .canvas_border, .canvas_img-wrapper{
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .canvas-item {
    width: 240px;
    height: 240px;
  }
  .canvas_border {
    left: -20px;
    top: 20px;
  }
  .canvas_copy_subtitle {
    left: 11px;
  }
  .canvas-wrapper .canvas-item + .canvas-item {
    margin-bottom: 60px;
  }
}
/*******************************\CANVAS-BLOCK/*********************************/

.cbp-l-project-desc img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.cbp-popup-content .cbp-l-project-title {
  font-family: inherit;
  color: #002b4c;
  text-align: left;
  font-weight: inherit;
  font-size: 2.5rem;
  padding-top: 20px;
}
.cbp-l-project-title {
  font-family: inherit;
  color: #002b4c;
  text-align: left;
  font-weight: inherit;
  font-size: 2.5rem;
  padding-top: 20px;
}

.cbp-l-project-desc-text a {
  font-weight: bold;
  color: #002b4c;
}

.cbp-l-project-desc-text .row {
  margin-bottom: 30px;
}

.cbp-popup-content .portfolio-item h2 {
  padding-bottom: 0;
}
.portfolio-item h2 {
  padding-bottom: 0;
}

.cbp-popup-content .cbp-l-project-desc-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.cbp-l-project-desc-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.ccp-title {
  margin-bottom: 30px;
}

.cbp-l-project-desc {
  font-family: 'Montserrat', sans-serif;
}
.cbp-l-project-desc ul {
  padding-left: 0;
}

.cbp-l-project-desc-text ul li ul a {
  font-weight: normal;
}
.cbp-l-project-desc ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
.cbp-l-project-desc ul li:before {
  content: "\f05d";
  color: #03a9f4;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }




@media (min-width: 1060px) {
  .cbp-l-grid-projects {
    height: 575px !important;
  }
}
/***********************MODAL*****************************/

.close-popup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 43, 76, 0.9);
  padding: 10px;
  z-index: +1;
  cursor: pointer;
}
html.modal-active,
body.modal-active {
  overflow: hidden;
}

.modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}

@media (max-height: 611px) {
  .modal-container {
    top: 62px;
  }
  .we-are-popupp__head {
    height: 200px;
  }
}

.modal-container.two {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  -webkit-animation: fadeInCustom 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: fadeInCustom 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.two .modal-background .modal {
  opacity: 0;
  -webkit-animation: scaleUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: scaleUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.scale-back {
  -webkit-animation: scaleBack 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: scaleBack 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.two.out {
  -webkit-animation: quickScaleDown 0s .5s linear forwards;
  animation: quickScaleDown 0s .5s linear forwards;
}

.modal-container.two.out .modal-background {
  -webkit-animation: fadeOut .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: fadeOut .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.two.out .modal-background .modal {
  -webkit-animation: scaleDown 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: scaleDown 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.two.out + .content {
  -webkit-animation: scaleForward .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: scaleForward .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
.we_are__button {
  cursor: pointer;
}
.modal-container .modal-background .modal {
  background: white;
  max-width: 430px;
  width: 100%;
  height: max-content;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}

.modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}

.modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}

.modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

@-webkit-keyframes fadeInCustom {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes fadeInCustom {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/***********************END MODAL*****************************/
@media (max-width: 1085px) {
  .how-work__body {
    padding: 37px 15px 31px;
  }
}


/*---------------------------*/

.page-404 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc( 100vh - 261px - 62px );
  min-width: 100vw;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  padding: 50px;
  z-index: -1;
}
.page-404 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: Max( 20px, Min( 40vw, 320px ) );
  font-weight: 900;
  animation: fadein-404 0.8s ease-out 1.5s forwards;
  opacity: 0;
  visibility: hidden;
}
.page-404 h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 100px;
  text-align: center;
  color: #002b4c;
  animation: slidedown-404 1s ease-out 0.5s forwards;
  transform: translateY(-200px);
  opacity: 0;
}
.page-404 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-404 .button {
  display: inline-block;
  padding: 20px 40px;
  background-color: #fff;
  color: #222;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  border-radius: 999px;
  font-size: 28px;
  transition: 0.4s ease-out;
  animation: slideup-404 1s ease-out 0.5s forwards;
  transform: translateY(200px);
  opacity: 0;
}
.page-404 .button:hover {
  color: #299e77;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
}
@keyframes fadein-404 {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0.2;
    visibility: visible;
  }
}
@keyframes slidedown-404 {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideup-404 {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.circle-bg {
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-devops .adv .circle-bg {
  padding: 30px;
}

.circle-bg.Blue {
  background-image: url(images/bg-green.svg);
}

.circle-bg.Green {
  background-image: url(images/bg-accent.svg);
}

@media (max-width: 640px) {
  .how-work .circle-bg {
    padding: 20%;
  }
}

@media (max-width: 992px) {
  .page-template-devops .adv .circle-bg {
    padding: 14px;
  }
}

.wpgmza-infowindow .wpgmza_infowindow_address {
  display: none;
}

.wpgmza-infowindow .wpgmza_infowindow_description > *:first-child {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .wpgmza-infowindow .wpgmza_infowindow_description > *:first-child {
    font-size: 20px;
  }
}

.wpgmza-infowindow_img {
  max-width: 100% !important;
  object-fit: contain !important;
  height: 100% !important;
  width: Min(500px, 80vw) !important;
}

.wpgmza-infowindow .wpgmza_infowindow_description > *:last-child {
  margin-bottom: 0 !important;
}

.header-site__wrap-logo {
	width: 150px;
}

.header-site__wrap-logo img {
	width: 100%;
}

.page-template-it-support .whyus img {
	width: 80%;
}

@media (max-width: 620.98px) {
	.page-template-it-support .whyus img {
    width: 100%;
	}
}

.soft .row {
	align-items: center;
}

.page-template-it-support .soft img {
	 max-width: 100%;
}
@media (max-width: 991.98px) {
	.page-template-it-support .soft img {
		 max-width: 100%;
	}
	.werun img {
		max-width: 60%
	}
}

@media (max-width: 850px) {
	.werun img {
		max-width: 70%;
	}
}

.footer__part1_logo img {
	height: 50px;
}

.whyus--it-support .whyus--it-support__img {
	text-align: center;
}
