
a {
  display: inline-block;
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  a {
    transition: color .15s linear, background .15s linear, border .15s linear, opacity .15s linear;
  }
}
/*img {
  display: block;
  width: 100%;
  height: auto;
}*/
/*----^ Buttons -----------------------------------------------------------------------*/
.button {
  min-width: 290px;
  padding: 15px 22px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .3px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  transition: color .15s linear, background .15s linear, border-color .15s linear;
}
.button i {
  float: right;
  font-size: 14px;
  line-height: 1.29;
}
@media only screen and (max-width: 1024px) {
  .button {
    font-size: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    width: 100%;
    min-width: initial;
  }
}
.padd_min {
  padding: 15px 12px;
}
.green-btn {
  color: #8dc63f;
  border-color: #8dc63f;
}
.green-btn.solid {
  color: #fff;
  background: #8dc63f;
}
@media only screen and (min-width: 1025px) {
  .green-btn:hover {
    color: #fff;
    background: #8dc63f;
  }
  .green-btn.solid:hover {
    color: #8dc63f;
    background: transparent;
  }
}
.blue-btn {
  color: #3c4a61;
  border-color: #3c4a61;
}
.blue-btn.solid {
  color: #fff;
  background: #3c4a61;
}
@media only screen and (min-width: 1025px) {
  .blue-btn:hover {
    color: #fff;
    background: #3c4a61;
  }
  .blue-btn.solid:hover {
    color: #3c4a61;
    background: transparent;
  }
}
.white-btn {
  color: #fff;
  background: #8dc63f;
  border-color: #8dc63f;
}
@media only screen and (min-width: 1025px) {
  .white-btn:hover {
    background: transparent;
    border-color: #fff;
  }
}
.font_w_norm {
  font-weight: inherit;
}
/*----^ END Buttons -------------------------------------------------------------------*/
/*----^ Frames ------------------------------------------------------------------------*/
.content-frame {
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
/*----^ END Frames --------------------------------------------------------------------*/
/*----^ Sliders -----------------------------------------------------------------------*/
.slides {
  width: 100%;
  position: relative;
  z-index: 1;
}
.slides .slick-list {
  overflow: hidden;
}
.slides .item {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.slides .slick-arrow {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media only screen and (min-width: 1025px) {
  .slides .slick-arrow {
    transition: color 0.15s linear;
  }
}
/*----^ END Sliders -------------------------------------------------------------------*/
/*----^ Hidden elements ---------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
  .desktop-only {
    display: none !important;
  }
}
.desktop-hidden {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  .desktop-hidden {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-menu li.back {
    display: block !important;
    text-align: center;
    width: 20px !important;
    height: 20px !important;
    margin: 0 auto;
    cursor: pointer;
    border: none !important;
  }
  .sub-menu li.back i {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-menu li.back {
    margin: 0;
  }
}
/*----^ END Hidden elements -----------------------------------------------------------*/
/*----^ Backgrounds -------------------------------------------------------------------*/
.blue-bg {
  background-color: #3c4a61;
}
.gray-bg {
  background-color: #f9f9fa;
}
.green-bg {
  background-color: #8dc63f;
}
.cyan-bg {
  background-color: transparent;
}
.red-bg {
  background-color: #e45062;
}
.white-bg {
  background-color: #fff;
}

.light_blue_bg{
background-color: #196A9F;
}

/*----^ END Backgrounds ---------------------------------------------------------------*/
/*----^ INPUTS STYLES ---------------------------------------------------------------*/
input[type=text],
input[type=email],
textarea {
  width: 100%;
  color: #3c4a61;
  background-color: #fff;
}
::-webkit-input-placeholder {
  color: #3c4a61;
}
::-moz-placeholder {
  color: #3c4a61;
}
:-moz-placeholder {
  color: #3c4a61;
}
:-ms-input-placeholder {
  color: #3c4a61;
}
:placeholder {
  color: #3c4a61;
}
*:focus::-webkit-input-placeholder {
  color: transparent;
}
*:focus::-moz-placeholder {
  color: transparent;
}
*:focus:-moz-placeholder {
  color: transparent;
}
*:focus:-ms-input-placeholder {
  color: transparent;
}
*:focus:placeholder {
  color: transparent;
}
/*----^ END INPUTS STYLES ---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*---- END COMMON STYLES --------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*---- MAIN STYLES --------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*----^ Header ------------------------------------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #f9f9fa;
  border-top: 3px solid #75c8d2;
  border-bottom: 1px solid #d6dbdc;
  z-index: 3;
}
.admin-bar .header {
  top: 32px;
}
.header .content-frame {
  padding-top: 28px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.header .logo {
  max-width: 227px;
  padding: 0 0 31px;
}
.header .contacts {
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
}
.header .contacts span {
  color: #75c8d2;
}
.header .contacts a {
  margin: 0 0 0 10px;
  letter-spacing: .1px;
  color: #3c4a61;
}
@media only screen and (min-width: 1025px) {
  .header .contacts a:hover {
    color: #8dc63f;
  }
}
@media only screen and (max-width: 1024px) {
  .header .content-frame {
    padding-top: 45px;
  }
  .header .logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .header .content-frame {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .logo {
    padding: 0;
  }
  .header .contacts {
    display: none;
  }
}
.header.static {
  position: relative;
}
.main.static {
  padding: 0;
}
.nav {
  padding: 0 0 0 9.5%;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.nav-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  font-size: 18px;
  line-height: 2.22;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3c4a61;
}
.nav-content > li {
  padding: 0 0 23px;
}
@media only screen and (min-width: 1025px) {
  .nav-content > li:hover a:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nav-content > li {
    transition: all .5s;
  }
}
.nav-content > li > a {
  position: relative;
}
.nav-content > li > a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: width 0.15s linear;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #8dc63f;
}
.nav-btn {
  padding: 7px 9px;
  background: #75c8d2;
  cursor: pointer;
}
.nav-btn span {
  display: block;
  width: 27px;
  height: 3px;
  margin: 6px 0;
  position: relative;
  background: #fff;
}
.nav-btn span:before,
.nav-btn span:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  background: #fff;
  transition: transform .15s linear, top .15s linear .15s, bottom .15s linear .15s;
}
.nav-btn span:before {
  top: -6px;
}
.nav-btn span:after {
  bottom: -6px;
}
.nav-btn.open span {
  background: transparent;
}
.nav-btn.open span:before,
.nav-btn.open span:after {
  transition: transform .15s linear .15s, top .15s linear, bottom .15s linear;
}
.nav-btn.open span:before {
  top: 0;
  -ms-transform: rotate(-33deg);
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}
.nav-btn.open span:after {
  bottom: 0;
  -ms-transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}
.nav-close {
  position: relative;
  height: 25px;
  width: 25px;
  margin: 24px auto 3px;

  cursor: pointer;
}
.nav-close:before,
.nav-close:after {
  content: '';
  width: inherit;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0;
  background: #3c4a61;
}
.nav-close:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-close:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1220px) {
  .nav {
    padding: 0 0 0 5%;
  }
}
@media only screen and (max-width: 980px) {
  .nav {
    padding: 0 0 0 2%;
  }
  .nav-content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    flex-grow: initial;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .nav-content {
    display: none;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 24px;
    line-height: 1.92;
    text-align: left;
    color: #fff;
    background: #8ac9d4;
    z-index: 2;
    overflow: hidden;
    transition: transform 0.4s linear;
  }
  .nav-content li {
    padding: 0;
  }
  .level-2 .nav-content {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 320px) {
  .nav-content {
    line-height: 1.6;
  }
}
.small.about-us {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .small.about-us {
    position: static;
  }
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  font-weight: 300;
  color: #fff;
  background: #3c4a61;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
}
.wide .sub-menu {
  padding: 50px 50px 38px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .wide .sub-menu {
    left: 0;
    right: 0;
  }
}
.wide .sub-menu li {
  width: 21.86%;
  height: 170px;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wide .sub-menu li:not(.bottom) {
  border-bottom: 1px solid #6b7587;
}
.wide .sub-menu li:not(.right) {
  border-right: 1px solid #6b7587;
}
.wide .sub-menu li:not(.top):not(.bottom) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wide .sub-menu .left,
.wide .sub-menu .right {
  width: 17.2%;
}
.wide .sub-menu .left a {
  padding-right: 20px;
}
.wide .sub-menu .right a {
  padding-left: 40px;
}
.wide .sub-menu .top {
  height: 160px;
}
.wide .sub-menu .top a {
  padding-bottom: 23px;
}
.wide .sub-menu .bottom a {
  padding-top: 43px;
}
.wide .sub-menu a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .wide .sub-menu a:hover {
    color: #75c8d2;
  }
  .wide .sub-menu a:hover .hovered-image {
    opacity: 1;
  }
  .wide .sub-menu a:hover .menu-image {
    opacity: 0;
  }
}
.wide .sub-menu img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.15s linear;
}
.wide .sub-menu .menu-image-title {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.wide .sub-menu .menu-image-title:before {
  content: '\e900';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon';
  color: #8dc63f;
}
.wide .sub-menu .menu-image-hover-wrapper {
  display: block;
  position: relative;
}
.wide .sub-menu .hovered-image {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.narrow .sub-menu {
  width: 100%;
  max-width: 660px;
  padding: 49px 30px 49px 59px;
  right: 50px;
  line-height: 1.4;
  letter-spacing: .5px;
}
@media only screen and (max-width: 1024px) {
  .narrow .sub-menu {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .narrow .sub-menu {
    max-width: none;
  }
}
.narrow .sub-menu .menu-item-object-custom {
  width: 58.3%;
  padding: 0 50px 36px 0;
  position: relative;
  border-right: 1px solid #6b7587;
}
@media only screen and (max-width: 767px) {
  .narrow .sub-menu .menu-item-object-custom {
    border: none;
  }
}
.narrow .sub-menu .menu-item-object-custom:before,
.narrow .sub-menu .menu-item-object-custom:after {
  content: '';
  display: block;
  position: absolute;
  background: #8dc63f;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.narrow .sub-menu .menu-item-object-custom:before {
  width: 45px;
  height: 1px;
  top: 13px;
  left: -59px;
}
.narrow .sub-menu .menu-item-object-custom:after {
  width: 7px;
  height: 7px;
  top: 10px;
  left: -20px;
  border-radius: 100%;
}
.narrow .sub-menu .menu-item-object-custom.last {
  padding-bottom: 0;
}
.narrow .sub-menu .menu-item-object-custom .menu-image-title {
  display: block;
  font-size: 22px;
  transition: color 0.15s linear;
}
.narrow .sub-menu .menu-item-object-custom.team-arg:after,
.narrow .sub-menu .menu-item-object-custom.team-arg:before {
  background: #75c8d2;
}
.narrow .sub-menu .menu-item-object-custom.team-arg .menu-image-title:hover {
  color: #75c8d2;
}
.narrow .sub-menu .menu-item-object-custom.ded-team:after,
.narrow .sub-menu .menu-item-object-custom.ded-team:before {
  background: #e45062;
}
.narrow .sub-menu .menu-item-object-custom.ded-team .menu-image-title:hover {
  color: #e45062;
}
.narrow .sub-menu .menu-item-object-custom.proj-bas .menu-image-title:hover {
  color: #8dc63f;
}
.narrow .sub-menu .menu-item-object-custom.team-arg,
.narrow .sub-menu .menu-item-object-custom.ded-team,
.narrow .sub-menu .menu-item-object-custom.proj-bas {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.narrow .sub-menu .menu-item-object-page {
  width: 41.7%;
  padding: 2px 0 11px 60px;
  position: relative;
  float: right;
  clear: right;
}
.narrow .sub-menu .menu-item-object-page:before {
  content: '\e900';
  position: absolute;
  left: 43px;
  top: 8px;
  font-family: 'icomoon';
  font-size: 14px;
  color: #8dc63f;
}
.narrow .sub-menu .menu-item-object-page .menu-image-title {
  font-size: 14px;
}
.narrow .sub-menu .menu-image-title {
  text-transform: uppercase;
}
.narrow .sub-menu .description {
  font-size: 14px;
  letter-spacing: -0.23px;
}
@media only screen and (min-width: 1025px) {
  .narrow .sub-menu .menu-item-object-custom:hover:before,
  .narrow .sub-menu .menu-item-object-custom:hover:after {
    opacity: 1;
  }
  .narrow .sub-menu .team-arg:hover .menu-image-title {
    color: #75c8d2;
  }
  .narrow .sub-menu .ded-team:hover .menu-image-title {
    color: #e45062;
  }
  .narrow .sub-menu .proj-bas:hover .menu-image-title {
    color: #8dc63f;
  }
  .narrow .sub-menu .menu-item-object-page:hover {
    color: #75c8d2;
  }
}
.narrow-left .sub-menu {
  right: auto;
  left: 50px;
}
.small .sub-menu {
  padding: 30px 30px 30px 45px;
  right: 0;
}
.small .sub-menu .menu-item {
  position: relative;
}
.small .sub-menu .menu-item:hover {
  color: #75c8d2;
}
.small .sub-menu .menu-item:before {
  content: '\e900';
  position: absolute;
  left: -15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
  font-size: 14px;
  color: #8dc63f;
}
.small .sub-menu .menu-item .menu-image-title {
  font-size: 14px;
  text-transform: uppercase;
}
.small.about-us .sub-menu {
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
@media only screen and (max-width: 1024px) {
  .wide .sub-menu {
    padding: 30px;
  }
  .wide .sub-menu li {
    height: 150px;
  }
  .wide .sub-menu .left a {
    padding-right: 10px;
  }
  .wide .sub-menu .right a {
    padding-left: 30px;
  }
  .wide .sub-menu .top {
    height: 140px;
  }
  .wide .sub-menu .top a {
    padding-bottom: 15px;
  }
  .wide .sub-menu .bottom a {
    padding-top: 35px;
  }
  .wide .sub-menu .menu-image-title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .wide .sub-menu .menu-image-title {
    padding: 0 5px;
  }
  .wide .sub-menu .menu-image-title:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-menu {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .wide .sub-menu,
  .narrow .sub-menu,
  .small .sub-menu {
    padding: 25px;
    top: 0;
    left: 100%;
    right: initial;
    height: 100%;
    transition: all 0.5s;
    opacity: 1;
  }
  .small.about-us .sub-menu {
    left: 100%;
    margin: 0;
    width: 100%;
  }
  .wide .sub-menu li:nth-child(n) {
    width: 100%;
    height: auto;
    border: none;
  }
  .wide .sub-menu li:nth-child(n) a {
    display: block;
    padding: 0;
  }
  .wide .sub-menu .menu-image-hover-wrapper {
    display: none;
  }
  .narrow .sub-menu .menu-item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .narrow .sub-menu .menu-item:before,
  .narrow .sub-menu .menu-item:after {
    display: none;
  }
  .narrow .sub-menu .menu-item .menu-image-title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .narrow .sub-menu .description {
    display: none;
  }

  .wide .sub-menu .menu-item .menu-image-title,
  .small .sub-menu .menu-item .menu-image-title {
    font-size: 18px;
  }
  .open .sub-menu {
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }
  .about-us.open .sub-menu {
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-item-has-children.wide:hover .sub-menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .menu-item-has-children.narrow:hover .sub-menu,
  .menu-item-has-children.small:hover .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .menu-item-has-children.wide.open .sub-menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .menu-item-has-children.narrow.open .sub-menu,
  .menu-item-has-children.small.open .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menu-item-has-children .sub-menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .menu-item-has-children.wide > a,
  .menu-item-has-children.narrow > a,
  .menu-item-has-children.small > a {
    position: relative;
  }
  .menu-item-has-children.wide > a:before,
  .menu-item-has-children.narrow > a:before,
  .menu-item-has-children.small > a:before {
    content: "\e902";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    font-family: "icomoon";
  }
}
/*----^ END Header --------------------------------------------------------------------*/
/*----^ Footer ------------------------------------------------------------------------*/
.footer {
  color: #fff;
  line-height: 1.88;
  letter-spacing: .8px;
  background: #212834;
}
.footer h3 {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: 400;
  color: #75c8d2;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .footer a:hover {
    color: #8dc63f;
  }
}
.footer .careers_link {
  color: #8dc63f;
}
.footer .careers_link:hover {
  color: #fff;
}
.footer address {
  display: inline-block;
  width: 43.6%;
  vertical-align: top;
}
.footer .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.footer .col {
  padding-top: 83px;
  padding-bottom: 35px;
}
.footer .col:nth-child(-n+3) {
  border-right: 1px solid #404650;
}
.footer .small {
  width: 18.91%;
  padding-left: 4.66%;
}
.footer .middle {
  width: 30.9%;
  padding-left: 6.01%;
}
.footer .middle p {
  margin: 0 0 27px;
}
.footer .large {
  width: 34.2%;
  padding-left: 3.72%;
}
.footer .large .icon-logo {
  float: right;
}
.footer .logo {
  width: 15.73%;
}
.footer .logo .icon-logo {
  margin: 37px 0 0;
}
.footer .icon-logo {
  display: block;
  height: 120px;
  width: 120px;
  font-size: 118px;
  line-height: 1.02;
  border-radius: 100%;
  color: #3c4a61;
  background: #d6dbdc;
  opacity: .2;
}
.footer .contacts {
  display: inline-block;
  vertical-align: top;
}
.footer .contacts i {
  margin: 0 10px 0 0;
  color: #8cced6;
}
.footer .additional {
  padding: 85px 0 0 0;
  font-size: 10px;
  line-height: 1;
  color: #d6dbdc;
  letter-spacing: .5px;
}
.footer .websiteby {
  font-size: 10px;
  line-height: 1;
  color: #d6dbdc;
  letter-spacing: .5px;
  margin-top: 5px;
}
.footer .sub-menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer .logo {
    display: none;
  }
  .footer .small {
    width: 20%;
  }
  .footer .middle {
    width: 35%;
  }
  .footer .large {
    width: 45%;
  }
}
@media only screen and (max-width: 980px) {
  .footer h3 {
    margin: 0 0 19px;
  }
  .footer address {
    width: 30%;
    margin: 0 3.5% 0 0;
  }
  .footer address br {
    display: none;
  }
  .footer .content-frame {
    padding: 0;
  }
  .footer .col {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .footer .col:last-child {
    border-top: 1px solid #404650;
  }
  .footer .small {
    width: 50%;
    padding-left: 3.72%;
    padding-right: 3.72%;
  }
  .footer .middle {
    width: 50%;
    padding-right: 6.01%;
  }
  .footer .middle br {
    display: none;
  }
  .footer .large {
    width: 100%;
    padding-right: 3.72%;
  }
  .footer .large p {
    padding: 35px 0 0;
  }
  .footer .large li {
    margin: 0 0 5px;
  }
  .footer .large .icon-logo {
    margin: -35px 5.6% 0 0;
  }
  .footer .contacts i {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer address {
    width: 50%;
    margin: 0 0 23px;
  }
  .footer address br {
    display: block;
  }
  .footer .col {
    width: 100%;
    padding: 38px 30px 47px;
    border-top: 1px solid #404650;
  }
  .footer .middle p {
    margin: 0 0 37px;
  }
  .footer .large .icon-logo {
    margin: 0;
  }
  .footer .contacts i {
    margin: 0 24px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .footer .col {
    padding: 38px 20px 47px;
  }
  .footer .large .icon-logo {
    width: 100px;
    height: 100px;
    font-size: 98px;
    line-height: 1.02;
  }
}
.footer .anchor {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer .anchor {
    display: block;
    height: 38px;
    width: 45px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 38px;
    text-align: center;
    background: #8dc63f;
    overflow: hidden;
  }
}
/*----^ END Footer --------------------------------------------------------------------*/
/*----^ Main --------------------------------------------------------------------------*/
.main {
  padding: 114px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .main {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding: 58px 0 0;
  }
}
.main-title {
  padding: 49px 0 45px;
  text-align: center;
}
.main-title h1 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-title p {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .6px;
  color: #75c8d2;
}
@media only screen and (max-width: 1024px) {
  .main-title {
    padding: 30px 0;
  }
  .main-title h1 {
    font-size: 36px;
  }
  .main-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-title {
    padding: 20px 0;
  }
  .main-title h1 {
    font-size: 24px;
  }
  .main-title br {
    display: none;
  }
}
/*----^ END Main ----------------------------------------------------------------------*/
/*----^ Categories Grid ---------------------------------------------------------------*/
.categories-grid {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  line-height: 1.44;
  letter-spacing: .8px;
  color: #fff;
}
.categories-grid h3 {
  margin: 0 0 13px;
  font-size: 36px;
}
.categories-grid p {
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.categories-grid a {
  display: block;
}
.categories-grid .col {
  width: calc(50% - .5px);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .col.left {
  text-align: right;
}
.categories-grid .col.left .large {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  -webkit-flex-basis: 410px;
  -ms-flex-preferred-size: 410px;
  flex-basis: 410px;
}
.categories-grid .col.left .small {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  -webkit-flex-basis: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}
.categories-grid .col.left .images {
  right: 0;
}
.categories-grid .col.right .large {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  -webkit-flex-basis: 450px;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}
.categories-grid .col.right .small {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}
.categories-grid .col.right .images {
  left: 0;
}
.categories-grid .block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  margin: 0 0 1px;
}
.categories-grid .block .left {
  width: calc(100% - 241px);
}
.categories-grid .block .right {
  width: 240px;
  background-color: #3c4a61;
  position: relative;
}
.categories-grid .img-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #3c4a61;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.categories-grid .img-wrapper:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.15s linear;
}
@media only screen and (min-width: 1025px) {
  .categories-grid .img-wrapper:hover:before {
    opacity: 1;
  }
  .categories-grid .img-wrapper:hover p {
    opacity: 1;
  }
  .categories-grid .img-wrapper:hover .content {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .categories-grid .img-wrapper:hover .images {
    opacity: 1;
  }
}
.categories-grid .at-bottom {
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .at-bottom .content {
  -ms-transform: translateY(100%) translateY(-107px);
  -webkit-transform: translateY(100%) translateY(-107px);
  transform: translateY(100%) translateY(-107px);
  transition: transform 0.15s linear;
}
.categories-grid .at-bottom .images {
  top: 0;
  bottom: initial;
}
.categories-grid .content {
  width: 100%;
  padding: 29px 37px 25px;
  position: relative;
  z-index: 2;
}
.categories-grid .images {
  padding: 30px 22px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.categories-grid .images li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.categories-grid .images img {
  width: auto;
}
.categories-grid .date {
  display: inline-block;
  padding: 11px 0 23px;
  font-size: 36px;
  line-height: .8;
  color: #fff;
}
.categories-grid .date span {
  float: right;
  margin: 0 0 0 5px;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  color: #75c8d2;
}
.categories-grid .nav {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 24px;
  z-index: 1;
}
.categories-grid .nav div {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .categories-grid .nav div {
    transition: color 0.15s linear;
  }
  .categories-grid .nav div:hover {
    color: #75c8d2;
  }
}
.categories-grid .green:hover:before {
  background-color: #8dc63f;
}
.categories-grid .red:hover:before {
  background-color: #e45062;
}
.categories-grid .cyan:hover:before {
  background-color: #75c8d2;
}
.categories-grid .blue:hover:before {
  background-color: #313f55;
}
.categories-grid .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .slick-track .slick-slide:nth-child(1) {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .slick-track .slick-slide:nth-child(2) {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .slick-track .slick-slide:nth-child(3) {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .slick-track .slick-slide:nth-child(4) {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-grid .slick-track .slick-slide:nth-child(1) {
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1220px) {
  .categories-grid h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .categories-grid {
    line-height: 1.1;
  }
  .categories-grid h3 {
    margin: 0 0 10px;
  }
  .categories-grid p {
    font-size: 16px;
    opacity: 1;
  }
  .categories-grid .col.left .small,
  .categories-grid .col.right .small,
  .categories-grid .col.left .large,
  .categories-grid .col.right .large {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .categories-grid .col.right .small {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .categories-grid .block .right,
  .categories-grid .block .left {
    width: 100%;
  }
  .categories-grid .block .left {
    margin: 0 0 1px;
  }
  .categories-grid .content {
    padding: 20px;
  }
  .categories-grid .at-bottom .content {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 980px) {
  .categories-grid {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .categories-grid .col {
    width: 100%;
  }
  .categories-grid .col.left {
    text-align: initial;
  }
  .categories-grid .col.left .small,
  .categories-grid .col.right .small,
  .categories-grid .col.left .large,
  .categories-grid .col.right .large {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
  .categories-grid .block .right,
  .categories-grid .block .left {
    width: (calc(50% - .5px));
  }
  .categories-grid .block .left {
    margin: 0;
  }
  .categories-grid .content {
    padding: 30px 20px;
  }
  .categories-grid .at-bottom {
    /*----^^ Align Items ------------------------------------------------------------------*/
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
@media only screen and (max-width: 767px) {
  .categories-grid h3 {
    font-size: 22px;
    margin: 0;
  }
  .categories-grid p {
    display: none;
  }
  .categories-grid .block .right,
  .categories-grid .block .left {
    width: 100%;
  }
  .categories-grid .block .left {
    margin: 0 0 1px;
  }
}
/*----^ END Categories Grid -----------------------------------------------------------*/
/*----^ Infographic Block -------------------------------------------------------------*/
.infographic-block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 37px 15px 92px;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: .4px;
  text-align: center;
}
.infographic-block li {
  width: 33.33%;
}
.infographic-block .item_title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.infographic-block i {
  font-size: 36px;
}
.infographic-block strong {
  line-height: 2.23;
  font-weight: bold;
  text-transform: uppercase;
}
.infographic-block img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 17px;
}
.infographic-block p {
  font-size: 18px;
  font-weight: 400;
  color: #3c4a61;
  text-transform: uppercase;
}
.infographic-block .content-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  height: 100%;
  padding: 12px 0 0;
  transition: all 0.15s linear;
  -ms-transform: translateY(calc(50% - 47px));
  -webkit-transform: translateY(calc(50% - 47px));
  transform: translateY(calc(50% - 47px));
}
.infographic-block .img-wrapper {
  display: inline-block;
  position: relative;
}
.infographic-block .hidden {
  position: absolute;
  top: 0;
  opacity: 0;
}
.infographic-block.big,
.infographic-block.small {
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .infographic-block.big,
  .infographic-block.small {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.infographic-block.big li,
.infographic-block.small li {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .infographic-block.big li,
  .infographic-block.small li {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .infographic-block.big li,
  .infographic-block.small li {
    width: 100%;
  }
}
.infographic-block.big {
  padding: 0;
}
.infographic-block.big a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  width: 300px;
  height: 300px;
  padding: 65px 0 45px;
  border: 2px solid transparent;
  border-radius: 100%;
}
.infographic-block.big img {
  margin-bottom: 0;
  transition: opacity 0.15s linear;
  height: 70px;
  width: auto;
}
.infographic-block.big .red {
  border-color: #e45062;
  color: #e45062;
}
.infographic-block.big .cyan {
  border-color: #75c8d2;
  color: #75c8d2;
}
.infographic-block.big .green {
  border-color: #8dc63f;
  color: #8dc63f;
}
.infographic-block.small {
  padding-left: 58px;
  padding-right: 58px;
}
.infographic-block.small a {
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 2;
}
.infographic-block.small a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  z-index: -1;
  background-color: #fff;
}
.infographic-block.small .cyan:after {
  border-color: #75c8d2;
}
.infographic-block.small .red:after {
  border-color: #e45062;
}
.infographic-block.small .green:after {
  border-color: #8dc63f;
}
.infographic-block.small .active i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.infographic-block.small img {
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  .infographic-block.small img {
    height: 50px;
  }
}
.infographic-block.small p,
.infographic-block.small i {
  opacity: 0;
}
.infographic-block.small i {
  color: #fff;
  transition: opacity 0.15s linear;
}
.infographic-block.people img {
  margin: 0;
}
.infographic-block.people li:nth-child(1) .content-wrapper {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -48px;
}
.infographic-block.people li:nth-child(1) img {
  height: 65px;
}
@media only screen and (max-width: 1024px) {
  .infographic-block.people li:nth-child(1) img {
    height: 40px;
  }
}
.infographic-block.people li:nth-child(2) .content-wrapper {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -44px;
}
.infographic-block.people li:nth-child(2) img {
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  .infographic-block.people li:nth-child(2) img {
    height: 54px;
  }
}
.infographic-block.people li:nth-child(3) .content-wrapper {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -38px;
}
.infographic-block.people li:nth-child(3) img {
  height: 52px;
}
@media only screen and (max-width: 1024px) {
  .infographic-block.people li:nth-child(3) img {
    height: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .infographic-block.people li:nth-child(1) .content-wrapper,
  .infographic-block.people li:nth-child(2) .content-wrapper,
  .infographic-block.people li:nth-child(3) .content-wrapper {
    transform: none;
    margin-top: 0;
  }
}
.infographic-block.min li {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .infographic-block.min li {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .infographic-block.min li {
    width: 100%;
  }
}
.infographic-block.min .item_title {
  margin: 0 0 20px 0;
}
.infographic-block.min div p {
  font-weight: inherit;
}
@media only screen and (min-width: 1025px) {
  .infographic-block a:hover .visible,
  .infographic-block a.active .visible {
    opacity: 0;
  }
  .infographic-block a:hover .hidden,
  .infographic-block a.active .hidden {
    opacity: 1;
  }
  .infographic-block.big a:hover {
    color: #fff;
  }
  .infographic-block.big a:hover.red {
    background: #e45062;
  }
  .infographic-block.big a:hover.cyan {
    background: #75c8d2;
  }
  .infographic-block.big a:hover.green {
    background: #8dc63f;
  }
  .infographic-block.small a:hover.cyan:after,
  .infographic-block.small a.active.cyan:after {
    background-color: #75c8d2;
  }
  .infographic-block.small a:hover.red:after,
  .infographic-block.small a.active.red:after {
    background-color: #e45062;
  }
  .infographic-block.small a:hover.green:after,
  .infographic-block.small a.active.green:after {
    background-color: #8dc63f;
  }
  .infographic-block.small a:hover:after,
  .infographic-block.small a.active:after {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .infographic-block.small a:hover p,
  .infographic-block.small a.active p,
  .infographic-block.small a:hover i,
  .infographic-block.small a.active i {
    opacity: 1;
  }
  .infographic-block.small a:hover .content-wrapper,
  .infographic-block.small a.active .content-wrapper {
    padding: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .infographic-block {
    padding: 30px 15px 50px;
    font-size: 16px;
  }
  .infographic-block .content-wrapper {
    padding: 20px 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .infographic-block.big a {
    width: 200px;
    height: 200px;
    padding: 20px 0;
  }
  .infographic-block.big img {
    max-height: 60px;
  }
  .infographic-block.small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .infographic-block.small p,
  .infographic-block.small i {
    opacity: 1;
  }
  .infographic-block.small i {
    color: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .infographic-block {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    padding: 10px 0;
  }
  .infographic-block li {
    width: 100%;
    margin: 0 0 30px;
  }
  .infographic-block p {
    font-size: 16px;
  }
  .infographic-block strong {
    display: block;
  }
  .infographic-block br {
    display: none;
  }
  .infographic-block i {
    font-size: 26px;
  }
  .infographic-block.big a {
    margin: 0 auto;
  }
}
/*----^ END Infographic Block ---------------------------------------------------------*/
/*----^ Infographic Lines -------------------------------------------------------------*/
.infographic-lines {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  height: 147px;
  padding: 53px 149px 10px;
}
.infographic-lines .item {
  position: relative;
  border-style: solid;
}
.infographic-lines .item:before {
  content: '';
  display: block;
  width: 100%;
  height: 55px;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-color: inherit !important;
}
.infographic-lines .item:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  border-radius: 100%;
}
.infographic-lines .left,
.infographic-lines .right {
  width: 46.8%;
  border-top-width: 2px;
}
.infographic-lines .left:after,
.infographic-lines .right:after {
  bottom: 0;
}
.infographic-lines .left {
  border-right-width: 2px;
}
.infographic-lines .left:after {
  right: -6px;
}
.infographic-lines .left:before {
  border-left: 2px solid transparent;
}
.infographic-lines .right {
  border-left-width: 2px;
}
.infographic-lines .right:after {
  left: -6px;
}
.infographic-lines .right:before {
  border-right: 2px solid transparent;
}
.infographic-lines .center {
  width: 0;
  border-right-width: 2px;
}
.infographic-lines .center:after {
  top: 100%;
  left: -4px;
}
.infographic-lines .center:before {
  border-left: 2px solid transparent;
}
.infographic-lines .red {
  border-color: #e45062;
}
.infographic-lines .red:after {
  background: #e45062;
}
.infographic-lines .cyan {
  border-color: #75c8d2;
}
.infographic-lines .cyan:after {
  background: #75c8d2;
}
.infographic-lines .green {
  border-color: #8dc63f;
}
.infographic-lines .green:after {
  background: #8dc63f;
}
@media only screen and (max-width: 1024px) {
  .infographic-lines {
    padding: 53px 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .infographic-lines {
    display: none;
  }
}
/*----^ END Infographic Lines ---------------------------------------------------------*/
/*----^ Text Block --------------------------------------------------------------------*/
.text-row {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: center;
  border-top: 1px solid #d6dbdc;
}
.text-row .content {
  padding: 72px 8.4% 65px;
  background: #fff;
}
.text-row .content > * {
  margin: 0 0 26px;
}
.text-row .content a {
  margin: 28px 0 0;
}
.text-row .content h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .text-row {
    font-size: inherit;
  }
  .text-row .content {
    padding: 40px 8.4%;
  }
  .text-row .content > * {
    margin: 0 0 10px;
  }
  .text-row .content a {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-row .content {
    padding: 20px 5%;
  }
}
.text-cols {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.text-cols h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  color:white;
}
.text-cols h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  color:white;
}

.text-cols .col {
  width: 50%;
}
.text-cols .img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.text-cols .content {
  max-width: 639px;
  padding: 69px 69px 30px 69px;
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
}
.text-cols .content > * {
  margin: 0 0 10px;
}
.text-cols .content .hovered {
  color: #75c8d2;
}
.text-cols.small {
  padding: 80px 0 0;
}
.text-cols.small .content {
  padding: 57px 52px;
  max-width: initial;
  font-size: inherit;
}
.text-cols.small .content > * {
  margin: 0 0 10px;
}
.text-cols.small .img-wrapper {
  background-position: top;
}
.text-cols ul {
  list-style-type: disc;
  list-style-position: inside;
}
@media only screen and (max-width: 1024px) {
  .text-cols h2 {
    font-size: 24px;
  }
  .text-cols .content {
    padding: 30px 30px 20px;
    font-size: inherit;
  }
  .text-cols .content > * {
    margin: 0 0 10px;
  }
  .text-cols.small {
    padding: 40px 0 0;
  }
  .text-cols.small .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-cols {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .text-cols h2 {
    font-size: 20px;
  }
  .text-cols .col {
    width: 100%;
  }
  .text-cols .img-wrapper {
    padding: 50% 0 0;
  }
  .text-cols .content,
  .text-cols.small .content {
    padding: 20px 20px 10px;
  }
  .text-cols.small {
    padding: 20px 0 0;
  }
}
.half-container {
  position: relative;
  display: block;
}
.half-container .content-frame {
  overflow: hidden;
}
.half-container .content {
  max-width: none;
}
.half-container .img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .half-container .img-wrapper {
    position: static;
    width: 100%;
  }
}
.half-container.left .col {
  float: right;
}
.half-container.left .content {
  padding: 69px 0 30px 69px;
}
@media only screen and (max-width: 1024px) {
  .half-container.left .content {
    padding: 30px 0 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .half-container.left .content {
    padding: 20px 0;
  }
}
.half-container.left .img-wrapper {
  left: 0;
}
.half-container.right .col {
  float: left;
}
.half-container.right .content {
  padding: 69px 69px 30px 0;
}
@media only screen and (max-width: 1024px) {
  .half-container.right .content {
    padding: 30px 30px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .half-container.right .content {
    padding: 20px 0;
  }
}
.half-container.right .img-wrapper {
  right: 0;
}
.padd_bt {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
 
}
/*----^ END Text Block ----------------------------------------------------------------*/
/*----^ Quote Block -------------------------------------------------------------------*/
.quote-block {
  padding: 122px 0 139px;
  font-size: 48px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-block .content-frame {
  max-width: 920px;
  position: relative;
}
.quote-block i {
  position: absolute;
  color: #e45062;
}
@media only screen and (min-width: 768px) {
  .quote-block i {
    z-index: 2;
  }
}
.quote-block .icon-quote-left {
  bottom: 100%;
  right: calc(100% - 20px);
}
.quote-block .icon-quote-right {
  top: 100%;
  left: calc(100% - 20px);
}
@media only screen and (max-width: 1024px) {
  .quote-block {
    padding: 50px 0;
    font-size: 28px;
  }
  .quote-block .icon-quote-left {
    left: 20px;
    right: initial;
  }
  .quote-block .icon-quote-right {
    right: 20px;
    left: initial;
  }
}
@media only screen and (max-width: 767px) {
  .quote-block {
    font-size: 20px;
  }
  .quote-block br {
    display: none;
  }
}
/*----^ END Quote Block ---------------------------------------------------------------*/
/*----^ Categories Block --------------------------------------------------------------*/
.categories-block {
  padding: 74px 0 107px;
}
.categories-block h2 {
  margin: 0 0 23px;
  letter-spacing: .9px;
}
.categories-block img {
  width: auto;
  margin: 0 auto;
}
.categories-block .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-block .content {
  max-width: 450px;
  padding: 0 4% 0 0;
  font-size: 18px;
  line-height: 1.45;
}
.categories-block .content a {
  margin-top: 25px;
}
.categories-block .links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #d6dbdc;
}
.categories-block .links span {
  margin: 0 0 35px;
}
.categories-block .img-wrapper {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.categories-block .img-wrapper img {
  transition: opacity 0.15s linear;
  width: auto;
  height: 50px;
}
.categories-block .img-wrapper .hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.categories-block .link-text {
  min-height: 60px;
}
.categories-block .link {
  width: 25%;
  padding: 45px 10px 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  border-right: 1px solid #d6dbdc;
  line-height: 1.13;
  letter-spacing: .4px;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .categories-block .link:hover {
    background: #fff;
  }
  .categories-block .link:hover .visible {
    opacity: 0;
  }
  .categories-block .link:hover .hidden {
    opacity: 1;
  }
  .categories-block .link:hover i {
    color: #e45062;
  }
}
.categories-block .link i {
  font-size: 40px;
}
@media only screen and (min-width: 1025px) {
  .categories-block .link i {
    transition: color 0.3s;
  }
}
@media only screen and (max-width: 1100px) {
  .categories-block .content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .categories-block {
    padding: 40px 0 50px;
  }
  .categories-block h2 {
    font-size: 24px;
  }
  .categories-block .link {
    font-size: 14px;
  }
  .categories-block .link i {
    font-size: 30px;
  }
  .categories-block .content {
    font-size: inherit;
  }
}
@media only screen and (max-width: 980px) {
  .categories-block .content-frame {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .categories-block .content {
    max-width: initial;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
  }
  .categories-block img {
    margin: 0 auto 30px;
  }
  .categories-block .link i {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-block {
    padding: 20px 0;
  }
  .categories-block h2 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .categories-block img {
    margin: 0 auto 20px;
  }
  .categories-block .links {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .categories-block .link {
    width: 50%;
    padding: 20px 10px;
  }
  .categories-block .link:nth-last-child(n + 3) {
    border-bottom: 1px solid #d6dbdc;
  }
  .categories-block .link i {
    margin: 20px 0 0;
  }
}
/*----^ END Categories Block ----------------------------------------------------------*/
/*----^ Banner Block ------------------------------------------------------------------*/
.banner-block {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-block:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: 10px;
  background: #e45062;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.banner-block h2 {
  font-size: 30px;
  letter-spacing: .85px;
}
.banner-block .content-frame {
  padding-top: 120px;
  padding-bottom: 42px;
}
.banner-block .content-frame > * {
  margin: 0 0 45px;
}
@media only screen and (max-width: 1024px) {
  .banner-block h2 {
    font-size: 24px;
  }
  .banner-block .content-frame {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .banner-block .content-frame > * {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-block h2 {
    font-size: 20px;
  }
  .banner-block .content-frame {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/*----^ END Banner Block --------------------------------------------------------------*/
/*----^ Location Block ----------------------------------------------------------------*/
.locations-block {
  padding: 65px 0 55px;
  background: url('img/locations-bg.jpg') no-repeat center top;
  text-align: center;
  font-weight: 400;
  letter-spacing: .6px;
  border-top: 1px solid #d6dbdc;
  border-bottom: 1px solid #d6dbdc;
}
.locations-block h2 {
  margin: 0 0 24px;
  font-size: 36px;
  text-transform: uppercase;
}
.locations-block h3 {
  margin: 0 0 24px;
  font-size: 51px;
  line-height: 1.5;
  color: #75c8d2;
  border-bottom: 1px solid #3c4a61;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.locations-block p {
  font-size: 20px;
  line-height: 1.11;
  letter-spacing: 0;
  color: #8dc63f;
  transition: color 0.15s linear;
}
@media only screen and (min-width: 1025px) {
  .locations-block a:hover h3,
  .locations-block a:hover p {
    color: #3c4a61;
  }
}
.locations-block i {
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 1.54;
  vertical-align: middle;
}
.locations-block .list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 0 50px;
}
@media only screen and (max-width: 1220px) {
  .locations-block .list {
    padding: 0;
  }
}
.locations-block address {
  padding: 6px 0 10px;
  margin: 0 0 23px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  .locations-block address {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .locations-block address {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .locations-block address {
    font-size: 18px;
    line-height: 22px;
  }
}
.locations-block address span {
  display: block;
}
.home .locations-block {
  border: none;
}
@media only screen and (max-width: 1220px) {
  .locations-block h3 {
    margin: 0 0 10px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .locations-block {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 980px) {
  .locations-block h3 {
    margin: 0;
    font-size: 30px;
    border: none;
  }
  .locations-block p {
    font-size: inherit;
  }
}
@media only screen and (max-width: 782px) {
  .locations-block h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .locations-block {
    padding: 20px 0;
  }
  .locations-block h2,
  .locations-block h3 {
    font-size: 24px;
  }
  .locations-block .list {
    /*----^^ Align Items ------------------------------------------------------------------*/
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    padding: 0;
  }
  .locations-block li {
    margin: 0 0 10px;
  }
  .locations-block .location_link {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
  .home .locations-block .content-frame {
    padding: 0;
  }
}
[class*="contact-us"] .locations-block {
  background: url('img/locations-bg-big.jpg') no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  [class*="contact-us"] .locations-block {
    padding: 30px 0 0;
  }
}
[class*="contact-us"] .locations-block h2 {
  margin: 0 0 38px;
}
[class*="contact-us"] .locations-block li {
  margin: 0 2%;
}
@media only screen and (max-width: 767px) {
  [class*="contact-us"] .locations-block li {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
  }
}
[class*="contact-us"] .locations-block .location_link {
  padding: 0 2%;
}
@media only screen and (max-width: 767px) {
  [class*="contact-us"] .locations-block .location_link {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  [class*="contact-us"] .locations-block p {
    float: none;
  }
}
/*----^ END Location Block ------------------------------------------------------------*/
/*----^ Image Block -------------------------------------------------------------------*/
.image-block {
  padding: 64px 0 73px;
}
.image-block .certificate_list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  list-style-type: none;
}
.image-block li {
  margin: 0 46px;
}
.image-block img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .image-block {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-block {
    padding: 20px 0;
  }
  .image-block li {
    margin: 0 5px;
  }
}
/*----^ END Image Block ---------------------------------------------------------------*/
/*----^ Video Slider ------------------------------------------------------------------*/
.video-slider {
  color: #fff;
  text-align: center;
}
.video-slider h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 2.7;
  font-weight: 400;
  letter-spacing: .7px;
  text-transform: uppercase;
  background: #e45062;
}
.video-slider .text {
  display: inline-block;
  padding: 43px 36px 39px;
  position: relative;
  font-size: 30px;
  line-height: 1.24;
  letter-spacing: -0.4px;
}
.video-slider .text i {
  position: absolute;
  font-size: 40px;
  line-height: 1;
  color: #e45062;
}
.video-slider .text .icon-quote-left {
  left: 0;
  top: 0;
}
.video-slider .text .icon-quote-right {
  right: 0;
  bottom: 0;
}
.video-slider .author {
  padding: 0 20px;
}
.video-slider .author a {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  font-size: 24px;
  line-height: 1.67;
  font-weight: 500;
  border-right: 2px solid #8dc63f;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .video-slider .author a:hover {
    color: #8dc63f;
  }
}
.video-slider .author span {
  line-height: 2.5;
  color: #75c8d2;
  vertical-align: middle;
}
.video-slider .img-wrapper {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.video-slider .content {
  padding: 126px 0 105px;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
.video-slider .content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-slider .thumbs {
  padding: 0 0 118px;
  border-bottom: 1px solid #d6dbdc;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media only screen and (min-width: 768px) {
  .video-slider .thumbs:before,
  .video-slider .thumbs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;
  }
  .video-slider .thumbs:before {
    background: url(img/video_left_bg.png) no-repeat;
    left: 0;
  }
  .video-slider .thumbs:after {
    background: url(img/video_right_bg.png) no-repeat right;
    right: 0;
  }
}
.video-slider .thumbs .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  align-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  position: relative;
  z-index: 2;
}
.video-slider .thumbs li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  width: 33%;
  padding: 45px 10px;
  background: #fff;
  border-right: 1px solid #d6dbdc;
  border-bottom: 1px solid #d6dbdc;
  cursor: pointer;
  transition: box-shadow 0.15s linear;
}
.video-slider .thumbs li:first-child {
  border-left: 1px solid #d6dbdc;
}
.video-slider .thumbs img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.video-slider .thumbs .slick-active {
  box-shadow: inset 0 -10px 0 #e45062;
}
@media only screen and (max-width: 1024px) {
  .video-slider .content {
    padding: 80px 0;
  }
  .video-slider .content br {
    display: none;
  }
  .video-slider .text .icon-quote-left {
    left: 36px;
  }
  .video-slider .text .icon-quote-right {
    right: 36px;
  }
  .video-slider .thumbs {
    padding: 0 0 100px;
  }
  .video-slider .thumbs li {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider h2 {
    font-size: 20px;
  }
  .video-slider .content {
    padding: 20px 0;
  }
  .video-slider .author a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    border: none;
  }
  .video-slider .author span {
    display: block;
    line-height: 1.2;
  }
  .video-slider .text {
    padding: 20px;
    font-size: 16px;
  }
  .video-slider .text i {
    font-size: 20px;
  }
  .video-slider .thumbs {
    padding: 0 0 70px;
  }
  .video-slider .thumbs .active {
    box-shadow: inset 0px -5px 0 #e45062;
  }
  .video-slider .thumbs img {
    max-height: 40px;
  }
}
/*----^ END Video Slider --------------------------------------------------------------*/
.video_container .content {
  padding: 220px 0;
  position: relative;
}
.video_container .content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .video_container .content {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 480px) {
  .video_container .content {
    padding: 100px 0;
  }
}
.video-content {
  position: relative;
}
.video-content .close-video {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  background-color: #8dc63f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  z-index: 1;
  display: none;
  text-align: center;
}
.video-content .close-video.active {
  display: block;
}
/*----^ Services Block ----------------------------------------------------------------*/
.services-block {
  padding: 112px 0 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .services-block {
    padding: 70px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .services-block {
    padding: 70px 0 0;
  }
}
.services-block .logo {
  width: 137px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 130px;
  background-color: #3c4a61;
  color: #fff;
  border-radius: 50%;
  line-height: 1.02;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .services-block .logo {
    width: 100px;
    height: 100px;
    font-size: 98px;
  }
}
.services-block h2 {
  margin: 0 0 51px;
  font-size: 36px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .services-block h2 {
    margin: 0 0 20px;
    font-size: 28px;
  }
}
/*----^ END Services Block ------------------------------------------------------------*/
/*----^ Play Video Button -------------------------------------------------------------*/
.video-button {
  width: 70px;
  margin: 0 auto;
  letter-spacing: -0.3px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .video-button:hover i {
    background: #3c4a61;
  }
}
.video-button i {
  display: block;
  height: 70px;
  margin: 0 auto 15px;
  font-size: 67px;
  line-height: 70px;
  background: #8dc63f;
  transition: background 0.15s linear;
}
/*----^ END Play Video Button ----------------------------------------------------------*/
/*----^ Industries Page-----------------------------------------------------------------*/
h2.title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  h2.title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 20px;
  }
}
.cooperative_list .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cooperative_list .content-frame {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.cooperative_list .item_block {
  display: block;
  text-align: center;
  padding: 20px 15px 70px;
  width: 20%;
  border-right: 1px solid #d6dbdc;
}
.cooperative_list .item_block:first-child {
  border-left: 1px solid #d6dbdc;
}
@media only screen and (max-width: 767px) {
  .cooperative_list .item_block {
    border: 1px solid #d6dbdc;
    width: 33.33%;
    padding: 20px 15px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cooperative_list .item_block {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .cooperative_list .item_block {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6dbdc;
    padding: 15px;
  }
  .cooperative_list .item_block:first-child {
    border-left: none;
  }
}
.cooperative_list .item_block img {
  height: 55px;
  width: auto;
  margin: 0 auto 30px;
}
.cooperative_list .item_block .title {
  color: #75c8d2;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.cooperative_list .item_block li {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.cooperative_list .item_block li:last-child {
  margin: 0;
}
.coop_content {
  padding: 90px 20px 100px;
  border-top: 10px solid #e45062;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .coop_content {
    padding: 40px 10px 50px;
  }
}
.coop_content img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hoop_block {
  padding: 80px 20px 90px;
  margin: 0 0 60px;
}
.hoop_block p {
  max-width: 965px;
  color: #75c8d2;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .hoop_block {
    padding: 40px 20px 50px;
  }
  .hoop_block p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hoop_block {
    padding: 30px 20px;
  }
  .hoop_block p {
    font-size: 18px;
  }
}
.description_wrap {
  border-top: 1px solid #dee0e4;
}
@media only screen and (max-width: 1024px) {
  .description_wrap {
    margin: 0;
  }
}
.description_wrap .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .description_wrap .content-frame {
    display: block;
  }
}
@media only screen and (max-width: 1220px) {
  .description_wrap .content-frame {
    padding: 0;
  }
}
.description_wrap .content {
  padding: 60px 60px 75px;
}
@media only screen and (max-width: 1024px) {
  .description_wrap .content {
    padding: 30px;
  }
}
.description_wrap .content .title {
  text-transform: uppercase;
  margin: 0 0 35px;
}
@media only screen and (max-width: 1024px) {
  .description_wrap .content .title {
    margin: 0 0 15px;
  }
}
.description_wrap .content p:last-child {
  margin: 0;
}
.case_studio_wrap {
  padding: 70px 0 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .case_studio_wrap {
    padding: 30px 0 70px;
  }
}
.case_studio_wrap .title {
  margin: 0 0 35px;
}
@media only screen and (max-width: 1024px) {
  .case_studio_wrap .title {
    margin: 0 0 15px;
  }
}
.case_studio_wrap p {
  color: #f9f9fa;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .case_studio_wrap p {
    margin: 0 0 10px;
    font-size: inherit;
  }
}
.case_studio_wrap p:last-child {
  margin: 0;
}
.dedicated_teams_wrap {
  background-color: #fff;
}
.dedicated_teams_wrap .block {
  border-top: 9px solid #e45062;
  border-bottom: 10px solid #e45062;
  margin: 0 0 40px;
  position: relative;
  top: -40px;
}
@media only screen and (max-width: 1024px) {
  .dedicated_teams_wrap .block {
    margin: 0;
  }
}
.dedicated_teams_wrap .title_block {
  padding: 50px 0;
  background-color: #fff;
  border-left: 1px solid rgba(60, 74, 97, 0.12);
  border-right: 1px solid rgba(60, 74, 97, 0.12);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 480px) {
  .dedicated_teams_wrap .title_block {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .dedicated_teams_wrap .title_block {
    padding: 20px 0;
  }
}
.dedicated_teams_wrap .title_block .title {
  margin: 0 40px 0 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .dedicated_teams_wrap .title_block .title {
    margin: 0 0 10px 0;
  }
}
.dedicated_teams_wrap .title_block img {
  width: 94px;
  height: auto;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 480px) {
  .dedicated_teams_wrap .title_block img {
    margin: 0 auto;
  }
}
.dedicated_teams_wrap .description_block {
  padding: 60px 140px 70px;
  background-color: rgba(241, 242, 244, 0.49);
  border: 1px solid rgba(60, 74, 97, 0.12);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .dedicated_teams_wrap .description_block {
    padding: 30px 70px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dedicated_teams_wrap .description_block {
    padding: 30px 20px;
  }
}
.dedicated_teams_wrap .description_block p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .dedicated_teams_wrap .description_block p {
    margin: 0 0 10px;
    font-size: inherit;
  }
}
.dedicated_teams_wrap .description_block p:last-child {
  margin: 0;
}
.related_case {
  border-top: 1px solid #d6dbdc;
}
.related_case .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .related_case .content-frame {
    padding: 0;
    display: block;
  }
}
.related_case .block,
.related_case .list {
  width: 50%;
}
.related_case .block {
  padding: 70px 105px 50px 0;
}
@media only screen and (max-width: 1024px) {
  .related_case .block {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .related_case .block {
    padding: 30px 20px;
    width: 100%;
  }
}
.related_case .block .title {
  margin: 0 0 40px;
}
@media only screen and (max-width: 1024px) {
  .related_case .block .title {
    margin: 0 0 15px;
  }
}
.related_case .block .description {
  color: #fff;
  font-size: 18px;
  margin: 0 0 40px;
  line-height: 26px;
}
@media only screen and (max-width: 1024px) {
  .related_case .block .description {
    margin: 0 0 15px;
  }
}
.related_case .block .description p {
  margin: 0 0 30px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1024px) {
  .related_case .block .description p {
    margin: 0 0 10px;
  }
}
.related_case .block .description p:last-child {
  margin: 0;
}
.related_case .list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .related_case .list {
    width: 100%;
  }
}
.related_case .view_link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .related_case .view_link {
    width: 100%;
    padding: 20px;
  }
}
.related_case .view_link:nth-child(odd) {
  background-color: #fff;
}
.related_case .view_link:nth-child(even) {
  background-color: #1f1f1f;
  color: #fff;
}
.related_case .view_link:first-child {
  border-right: 1px solid #fff;
}
.related_case .view_link img {
  width: 65%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .related_case .view_link img {
    margin: 0 0 20px 0;
  }
}
.related_case .view_link .view {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  font-weight: 400;
}
.related_case .view_link i {
  color: #8dc63f;
  font-size: 36px;
  margin-left: 13px;
}
.related_case .view_link:hover .view {
  color: #8dc63f;
}
.related_case .button {
  visibility: hidden;
}
.industry-menu-block {
  position: relative;
  border-bottom: 1px solid #dcdddf;
}
@media only screen and (min-width: 768px) {
  .industry-menu-block .content-frame {
    padding: 47px 67px 0;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .industry-menu-wrap {
    box-shadow: 0 0 0 40px #040505, 0 0 0 42px #4e4f53, 0 0 0 45px #000, 0 0 0 48px #b6b7bb;
    position: relative;
    z-index: 2;
    border-radius: 1px 1px 0 0;
  }
  .industry-menu-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -27px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(img/camera-ic.png) no-repeat;
    width: 16px;
    height: 14px;
  }
}
.industry-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.industry-menu li {
  height: 120px;
  width: 50%;
}
.industry-menu li:nth-child(odd) {
  border-right: 1px solid #6b7587;
}
.industry-menu li:nth-child(-n + 8) {
  border-bottom: 1px solid #6b7587;
}
@media only screen and (min-width: 768px) {
  .industry-menu li {
    height: 180px;
    width: 20%;
    border-right: 1px solid #6b7587;
  }
  .industry-menu li:nth-child(5n) {
    border-right: none;
  }
  .industry-menu li:nth-child(-n+5) {
    border-bottom: 1px solid #6b7587;
  }
}
.industry-menu li a {
  height: 100%;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (min-width: 768px) {
  .industry-menu li a {
    padding: 25px 20px;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.industry-menu li a .menu-image-hover-wrapper {
  display: block;
  position: relative;
}
.industry-menu li a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.15s linear;
}
.industry-menu li a .hovered-image {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.industry-menu li a .menu-image-title {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.industry-menu li a .menu-image-title:before {
  content: '\e900';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon';
  color: #8dc63f;
}
.industry-menu li a:hover .menu-image {
  opacity: 0;
}
.industry-menu li a:hover .hovered-image {
  opacity: 1;
}
.industry-menu li a:hover .menu-image-title {
  color: #75c8d2;
}
.industry-menu .current-menu-item a .menu-image {
  opacity: 0;
}
.industry-menu .current-menu-item a .hovered-image {
  opacity: 1;
}
.industry-menu .current-menu-item a .menu-image-title {
  color: #75c8d2;
}
.logo-descript {
  padding: 45px 0;
}
.logo-descript .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 480px) {
  .logo-descript .content-frame {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.logo-descript i {
  width: 137px;
  height: 137px;
  font-size: 130px;
  background-color: #3c4a61;
  color: #fff;
  border-radius: 50%;
  line-height: 1.02;
  display: block;
  margin: 0 60px 0 0;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .logo-descript i {
    width: 100px;
    height: 100px;
    font-size: 98px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .logo-descript i {
    margin: 0 auto 20px;
  }
}
.logo-descript p {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .logo-descript p {
    text-align: center;
  }
}
.logo-list {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .logo-list {
    width: 100%;
  }
}
.logo-list li {
  width: 33.33%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 15px;
  border-right: 1px solid #dcdddf;
}
.logo-list li:nth-child(-n+3) {
  border-bottom: 1px solid #dcdddf;
}
@media only screen and (max-width: 568px) {
  .logo-list li {
    width: 50%;
  }
  .logo-list li:nth-child(-n+4) {
    border-bottom: 1px solid #dcdddf;
  }
}
@media only screen and (max-width: 767px) {
  .preview_block .preview_case_study_wrap {
    padding: 0 0 30px;
  }
}
.preview_block:nth-child(odd) .preview_case_study_wrap {
  background-color: #75c8d2;
}
.preview_block:nth-child(odd) .preview_case_study_wrap .case_title {
  color: #3c4a61;
}
.preview_block:nth-child(even) .preview_case_study_wrap {
  background-color: #3c4a61;
}
.preview_block:nth-child(even) .preview_case_study_wrap .case_title {
  color: #75c8d2;
}
.case_title_block {
  padding: 110px 0 50px;
}
@media only screen and (max-width: 1024px) {
  .case_title_block {
    padding: 60px 0 30px;
  }
}
.preview_case_study {
  box-shadow: 0 -10px 0 #e45062;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .preview_case_study {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.preview_case_study .item_wrap {
  width: 50%;
  padding: 60px 115px 55px 0;
}
@media only screen and (max-width: 1100px) {
  .preview_case_study .item_wrap {
    padding: 60px 50px 55px 0;
  }
}
@media only screen and (max-width: 980px) {
  .preview_case_study .item_wrap {
    padding: 30px 20px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .preview_case_study .item_wrap {
    width: 100%;
    padding: 30px 0;
  }
}
.preview_case_study .item_list {
  border-top: 1px solid #9ed8df;
  border-bottom: 1px solid #9ed8df;
  margin: 0 0 45px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .preview_case_study .item_list {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .preview_case_study .item_list {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.preview_case_study .services,
.preview_case_study .other_blocks {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .preview_case_study .services,
  .preview_case_study .other_blocks {
    width: 100%;
  }
}
.preview_case_study .services {
  border-right: 1px solid #9ed8df;
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 480px) {
  .preview_case_study .services {
    border: none;
    border-bottom: 1px solid #9ed8df;
  }
}
.preview_case_study .services .case_item {
  margin-bottom: 10px;
}
.preview_case_study .other_blocks .item_block {
  border-bottom: 1px solid #9ed8df;
  padding: 20px 20px 20px 35px;
}
.preview_case_study .other_blocks .item_block:last-child {
  border: none;
}
@media only screen and (max-width: 980px) {
  .preview_case_study .other_blocks .item_block {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .preview_case_study .other_blocks .item_block {
    padding: 20px 0;
  }
}
.preview_case_study .case_title {
  margin-bottom: 10px;
}
.preview_case_study .case_item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.preview_case_study .case_item.tech {
  display: inline-block;
}
.preview_case_study .case_item.tech:last-child span {
  display: none;
}
.preview_case_study .case_logo_block {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .preview_case_study .case_logo_block {
    width: 100%;
  }
}
.preview_case_study .case_logo_block .image_block {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .preview_case_study .case_logo_block .image_block {
    height: auto;
    position: static;
    padding: 20px;
  }
}
.preview_case_study .case_logo_block .image_block img {
  width: 60%;
  height: auto;
}
.preview_case_study .case_logo_block.video .image_block {
  bottom: 50%;
}
@media only screen and (max-width: 767px) {
  .preview_case_study .case_logo_block.video .image_block {
    height: auto;
    padding: 20px;
  }
}
.preview_case_study .case_logo_block.video .video_container {
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .preview_case_study .case_logo_block.video .video_container {
    position: static;
    height: auto;
  }
}
.preview_case_study .case_logo_block.video .video_container .img-wrapper {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.preview_case_study .case_logo_block.video .video_container .img-wrapper .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .preview_case_study .case_logo_block.video .video_container .img-wrapper .content {
    position: static;
    padding: 20% 0;
  }
}
/*----^END Industries Page-----------------------------------------------------------------*/
/*----^ Video Description Block -------------------------------------------------------*/
.video_description_block {
  color: #fff;
  padding: 90px 0 130px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .video_description_block {
    padding: 40px 0 65px;
  }
}
@media only screen and (max-width: 568px) {
  .video_description_block {
    padding: 30px 0;
  }
}
.video_description_block .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .video_description_block .content-frame {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.video_description_block .description {
  font-size: 22px;
  line-height: 32px;
  max-width: 620px;
  padding: 0 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .video_description_block .description {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.video_description_block .description i {
  font-size: 38px;
  position: absolute;
  color: #e45062;
}
@media only screen and (max-width: 767px) {
  .video_description_block .description i {
    display: none;
  }
}
.video_description_block .description .icon-quote-left {
  top: -60px;
  left: 0;
}
.video_description_block .description .icon-quote-right {
  bottom: -35px;
  right: 35px;
}
.video_description_block .title_block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.video_description_block .title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .video_description_block .title {
    margin-bottom: 10px;
  }
}
.video_description_block .author_block {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  .video_description_block .author_block {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
@media only screen and (max-width: 767px) {
  .video_description_block .author_block {
    margin: 25px 0 40px;
  }
}
.video_description_block .author_block a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 0 18px 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .video_description_block .author_block a {
    display: block;
    padding: 0;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .video_description_block .author_block a:after {
    content: "";
    display: block;
    background-color: #8dc63f;
    position: absolute;
    right: -1px;
    top: -4px;
    width: 1px;
    height: 38px;
  }
}
.video_description_block .author_block span {
  color: #75c8d2;
  padding: 0 0 0 18px;
}
@media only screen and (max-width: 1024px) {
  .video_description_block .author_block span {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video_description_block .author_block span {
    width: 100%;
  }
}
/*----^ END Video Description Block ---------------------------------------------------*/
/*----^ Help Organization Block -------------------------------------------------------*/
.help_organisation_block_wrap .button_block {
  padding: 45px 0 60px;
  text-align: center;
}
.help_organisation_block {
  margin-top: -40px;
  border-top: 9px solid #e45062;
  border-bottom: 9px solid #e45062;
  border-left: 1px solid #d6dbdc;
  border-right: 1px solid #d6dbdc;
  text-align: center;
}
.help_organisation_block .title_block {
  padding: 55px 20px;
  border-bottom: 1px solid #d6dbdc;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .help_organisation_block .title_block {
    padding: 20px;
  }
}
.help_organisation_block .title {
  max-width: 775px;
  line-height: 1.3;
  margin: 0 auto;
}
.help_organisation_block .infographic-block {
  padding: 0;
  background-color: #f9f9fa;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.help_organisation_block li {
  border-right: 1px solid #d6dbdc;
  transition: background-color 0.5s;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .help_organisation_block li {
    border-right: none;
    border-bottom: 1px solid #d6dbdc;
  }
}
.help_organisation_block li:last-child {
  border: none;
}
.help_organisation_block li:hover {
  background-color: #fff;
}
.help_organisation_block a {
  padding: 45px 20px 40px;
}
@media only screen and (max-width: 767px) {
  .help_organisation_block a {
    padding: 20px;
  }
}
.help_organisation_block a img {
  margin: 0 auto 25px;
  height: 110px;
}
@media only screen and (max-width: 767px) {
  .help_organisation_block a img {
    height: 90px;
    margin: 0 auto 15px;
  }
}
.help_organisation_block a .item_title {
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .help_organisation_block a .item_title {
    margin: 0 auto 15px;
  }
}
.help_organisation_block a .description {
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .help_organisation_block a .description {
    margin: 0 0 25px 0;
  }
}
.help_organisation_block a p {
  max-width: 70%;
  margin: 0 auto 25px;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  line-height: 1.25;
}
@media only screen and (max-width: 1024px) {
  .help_organisation_block a p {
    max-width: 100%;
  }
}
.help_organisation_block li:nth-child(1) i {
  color: #75c8d2;
}
.help_organisation_block li:nth-child(2) i {
  color: #e45062;
}
.help_organisation_block li:nth-child(3) i {
  color: #8dc63f;
}
/*----^ END Help Organization Block ---------------------------------------------------*/
/*----^ Leaders Link Block ------------------------------------------------------------*/
.leaders_link_block {
  text-align: center;
  font-size: 36px;
}
.leaders_link_block .wrap {
  padding: 80px 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.leaders_link_block .wrap:first-child {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .leaders_link_block .wrap:first-child {
    border: none;
    border-bottom: 1px solid #fff;
  }
}
.leaders_link_block a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 18px;
}
.leaders_link_block i {
  color: #8dc63f;
}
/*----^END Leaders Link Block --------------------------------------------------------*/
/*----^Leaders Help Block ------------------------------------------------------------*/
.leader_help_block {
  padding: 40px 0 75px;
  text-align: center;
}
.leader_help_block .infographic-block {
  padding: 65px 0 55px;
}
/*----^END Leaders Help Block --------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .home_our_miss .content-frame {
    padding: 0;
  }
}
.home_our_miss .content {
  padding: 60px 0 50px 60px;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  .home_our_miss .content {
    padding: 30px 30px 20px;
  }
}
.home_our_miss .content > * {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1024px) {
  .home_our_miss .content > * {
    margin: 0 0 15px 0;
  }
}
.home_our_miss .content a {
  margin: 0;
}
.partners_block {
  text-align: center;
  padding: 80px 0;
}
.partners_block .title {
  font-size: 36px;
  margin-bottom: 40px;
}
.partners_block ul {
  padding: 0 30px;
}
.partners_block .prev,
.partners_block .next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #3c4a61;
  cursor: pointer;
}
.partners_block .prev {
  left: 0;
}
.partners_block .next {
  right: 0;
}
.people_cult_block {
  overflow: hidden;
}
.people_cult_block .text_block {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .text_block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .people_cult_block .text_block {
    width: 100%;
  }
}
.people_cult_block .img_block {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .img_block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .people_cult_block .img_block {
    width: 100%;
    background-color: #f9f9fa;
  }
}
@media only screen and (max-width: 480px) {
  .people_cult_block .img_block {
    padding: 20px;
  }
}
.people_cult_block .img_block img {
  position: absolute;
  height: 94%;
  width: auto;
  bottom: -15px;
  left: -107px;
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .img_block img {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .people_cult_block .img_block img {
    position: relative;
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .people_cult_block .img_block img {
    display: none;
  }
}
.people_cult_block .img_block a {
  font-weight: 400;
  position: absolute;
  right: 80px;
  top: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .img_block a {
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 820px) {
  .people_cult_block .img_block a {
    top: 20px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .people_cult_block .img_block a {
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 568px) {
  .people_cult_block .img_block a {
    top: 20px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .people_cult_block .img_block a {
    position: static;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.people_cult_block .img_block i {
  font-size: 40px;
  color: #8dc63f;
}
.people_cult_block .content {
  padding: 50px 240px 65px 70px;
  max-width: none;
}
@media only screen and (max-width: 1220px) {
  .people_cult_block .content {
    padding: 50px 170px 65px 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .content {
    padding: 30px 30px 20px;
  }
}
.people_cult_block .content > * {
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 1024px) {
  .people_cult_block .content > * {
    margin: 0 0 15px 0;
  }
}
.people_cult_block .content a {
  margin: 0;
}
.team_skills_block .image-block {
  padding: 0;
  width: 40%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .team_skills_block .image-block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .team_skills_block .image-block {
    width: 100%;
    height: 300px;
  }
}
.team_skills_block .image-block .certificate_list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 45px 30px 50px;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .team_skills_block .image-block .certificate_list {
    padding: 30px 30px 20px;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.team_skills_block li {
  margin: 0;
}
.team_skills_block .block {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .team_skills_block .block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .team_skills_block .block {
    width: 100%;
  }
}
.team_skills_block .content {
  padding: 45px 80px 65px 70px;
}
@media only screen and (max-width: 1024px) {
  .team_skills_block .content {
    padding: 30px 30px 20px;
  }
}
.team_skills_block .content > * {
  margin: 0 0 35px 0;
}
.team_skills_block .content a {
  margin: 0;
}
/*----^Newsletter Block ------------------------------------------------------------*/
.newsletter-block {
  border-top: 1px solid #d6dbdc;
}
@media only screen and (max-width: 980px) {
  .newsletter-block {
    padding: 20px 0 40px;
  }
}
.newsletter-block .content-frame {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .newsletter-block .content-frame {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.newsletter-block .title {
  max-width: 286px;
  min-width: 286px;
  padding: 21px 4% 34px;
  margin: 0 48px 0 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  background: #e45062;
  box-shadow: 0 -20px 0 0 #e45062;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  align-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .newsletter-block .title {
    width: 30%;
    margin: 0 0 20px;
    max-width: none;
    min-width: inherit;
    box-shadow: none;
    padding: 20px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-block .title {
    width: auto;
  }
}
.newsletter-block .text {
  margin: 0 16px 0 0;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 980px) {
  .newsletter-block .text {
    width: 70%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-block .text {
    width: 100%;
    padding: 0;
  }
}
.newsletter-block form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.newsletter-block .widget_wysija_cont {
  width: 44.8%;
}
@media only screen and (max-width: 980px) {
  .newsletter-block .widget_wysija_cont {
    width: 100%;
  }
}
.newsletter-block .wysija-input {
  font-size: 14px;
  border: 1px solid #d6dbdc;
  padding: 0 17px;
  height: 50px;
}
.newsletter-block .wysija-paragraph {
  width: 100%;
  margin: 0 47px 0 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .newsletter-block .wysija-paragraph {
    margin: 0 20px 0 0;
  }
}
.newsletter-block .formError {
  padding: 2px 0 0;
  top: 100% !important;
  left: 0 !important;
}
.newsletter-block .formError .formErrorContent {
  color: #e45062;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
}
.newsletter-block .submit {
  position: relative;
}
.newsletter-block .submit i {
  font-size: 40px;
  color: #e45062;
}
.newsletter-block .submit input {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.newsletter-block .allmsgs .updated {
  color: #3c4a61;
  background-color: #fff;
  border: 1px solid #3c4a61;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
/*----^End Newsletter Block ------------------------------------------------------------*/
/*----^Location Pages-------------------------------------------------------------------*/
.banner {
  height: 345px;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -1px;
}
@media only screen and (max-width: 1024px) {
  .banner {
    height: 250px;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    height: 150px;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    background-size: cover;
  }
}
.banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(60, 74, 97, 0.3);
}
.banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .banner h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner h2 {
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
}
.banner img {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.careers .banner,
.job-application .banner {
  height: 230px;
}
@media only screen and (max-width: 767px) {
  .careers .banner,
  .job-application .banner {
    height: 150px;
  }
}
.location_text {
  padding: 31px 0 44px;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .location_text {
    padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
  }
}
.location_text p {
  width: 80%;
  margin: 0 auto;
  letter-spacing: .9px;
}
@media only screen and (max-width: 767px) {
  .location_text p {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .location_benefits .content-frame {
    padding: 0;
  }
}
.location_benefits .top {
  padding: 109px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
}
@media only screen and (max-width: 980px) {
  .location_benefits .top {
    padding: 0;
  }
}
.location_benefits .top .info {
  display: inline-block;
  width: 45.8%;
  background: #3c4a61;
  margin: 0;
  padding: 35px 54px 57px;
  border: none;
  vertical-align: bottom;
}
@media only screen and (max-width: 980px) {
  .location_benefits .top .info {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .location_benefits .top .info {
    padding: 20px;
  }
}
.location_benefits .top .info h2 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .location_benefits .top .info h2 {
    margin: 0 0 18px;
  }
}
.location_benefits .top .info p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
}
@media only screen and (max-width: 980px) {
  .location_benefits .top .info p {
    font-size: 16px;
  }
}
.location_benefits .top .quote {
  display: inline-block;
  width: 54.2%;
  padding: 75px 0 0;
  border: none;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  .location_benefits .top .quote {
    display: none;
  }
}
.location_benefits .top .quote p {
  width: 100%;
  padding: 0 0 0 45px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .location_benefits .top .quote p {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
}
.location_benefits .top .quote i {
  display: block;
  font-size: 35px;
  line-height: 35px;
}
.location_benefits .top .quote i[class*="-left"] {
  text-align: left;
  top: 0;
  left: 0;
  color: #75c8d2;
}
.location_benefits .top .quote i[class*=right] {
  text-align: right;
  right: 0;
  bottom: 0;
}
/*----^END Location Page  -----------------------------------------------------------------*/
/*----^ Blog Page --------------------------------------------------------------------------------*/
.blog-bar {
  background: #75c8d2;
  text-align: right;
  margin: 0 0 45px;
}
.blog-bar .search {
  width: 300px;
  padding: 18px 0 17px;
  margin: 0;
  display: inline-block;
}
.blog-bar .search input[type=text] {
  padding: 13px 19px;
  font-family: 'FlamaSemicondensed', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2em;
}
.blog-bar .search input[type=text]::-webkit-input-placeholder {
  color: #3c4a61;
  font-weight: 200;
  font-family: 'FlamaSemicondensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.blog-bar .search input[type=text]:-moz-placeholder {
  color: #3c4a61;
  font-weight: 200;
  font-family: 'FlamaSemicondensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.blog-bar .search input[type=text]::-moz-placeholder {
  color: #3c4a61;
  font-weight: 200;
  font-family: 'FlamaSemicondensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.blog-bar .search input[type=text]:-ms-input-placeholder {
  color: #3c4a61;
  font-weight: 200;
  font-family: 'FlamaSemicondensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.blog-bar .search .input-wrap {
  position: relative;
}
.blog-bar .search button {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 24px;
  background: #8dc63f;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s linear;
}
.blog-bar .search button:hover {
  background: #3c4a61;
}
@media only screen and (max-width: 980px) {
  .blog-bar .search button {
    width: 48px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 980px) {
  .blog-block .text-cols {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.blog-block .main_block {
  width: 72.7%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 980px) {
  .blog-block .main_block {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .blog-block .main_block {
    width: 100%;
  }
}
.blog-block .sidebar {
  width: 27.3%;
  margin: 0 0 50px;
  padding: 0 0 0 5.3%;
}
@media only screen and (max-width: 980px) {
  .blog-block .sidebar {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .blog-block .sidebar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.blog-block .sidebar h3 {
  margin: 0 0 33px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .7px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (max-width: 980px) {
  .blog-block .sidebar h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.blog-block .sidebar .newsletter-form {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .blog-block .sidebar .newsletter-form {
    margin-bottom: 30px;
  }
}
.blog-block .sidebar .newsletter-form .title {
  padding: 30px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.blog-block .sidebar .newsletter-form .form-wrap {
  padding: 20px 25px 45px;
}
.blog-block .sidebar .newsletter-form .form-descript {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
.blog-block .sidebar .newsletter-form input[type=text],
.blog-block .sidebar .newsletter-form input[type=email] {
  background-color: white;
  border: 1px solid #d7d7d7;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
.blog-block .sidebar .newsletter-form::-webkit-input-placeholder {
  color: #9b9b9c;
}
.blog-block .sidebar .newsletter-form:-moz-placeholder {
  color: #9b9b9c;
}
.blog-block .sidebar .newsletter-form::-moz-placeholder {
  color: #9b9b9c;
}
.blog-block .sidebar .newsletter-form:-ms-input-placeholder {
  color: #9b9b9c;
}
.blog-block .sidebar .newsletter-form .allmsgs .updated {
  color: #3c4a61;
  background-color: #fff;
  border: 1px solid #3c4a61;
  margin: 0;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.blog-block .sidebar .newsletter-form .widget_wysija_cont {
  position: relative;
}
.blog-block .sidebar .newsletter-form .formError {
  top: 100% !important;
  left: 0 !important;
  width: 100%;
}
.blog-block .sidebar .newsletter-form .formError .formErrorContent {
  background: none;
  color: #e45062;
  border: none;
  font-size: 14px;
  font-family: inherit;
  width: 100%;
}
.blog-block .sidebar .newsletter-form .button-wrap {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
}
.blog-block .sidebar .newsletter-form .button-wrap i {
  margin: 0 auto;
  color: #e45062;
  font-size: 24px;
}
.blog-block .sidebar .newsletter-form .button-wrap input {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.blog-block .sidebar .newsletter-form .ajax-loader {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.blog-block .list {
  font-size: 0;
  list-style-type: none;
}
.blog-block .list li,
.blog-block .blog-detail li {
  margin: 0 0 30px;
  font-size: 0;
}
.blog-block .list li:last-of-type,
.blog-block .blog-detail li:last-of-type {
  margin: 0;
}
.blog-block .list h2,
.blog-block .blog-detail h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .blog-block .list h2,
  .blog-block .blog-detail h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.blog-block .list p,
.blog-block .blog-detail p {
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-block .list p,
  .blog-block .blog-detail p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
.blog-block .list strong,
.blog-block .blog-detail strong {
  font-weight: bold;
}
.blog-block .list .img-wrapper,
.blog-block .blog-detail .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-block .list .img-wrapper,
  .blog-block .blog-detail .img-wrapper {
    display: none;
  }
}
.blog-block .list .text,
.blog-block .blog-detail .text {
  padding: 44px 35px 40px 369px;
  color: #fff;
  background: #3c4a61;
}
@media only screen and (max-width: 980px) {
  .blog-block .list .text,
  .blog-block .blog-detail .text {
    padding: 20px;
  }
}
.blog-block .list .text .text-head,
.blog-block .blog-detail .text .text-head {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.blog-block .list .text h2,
.blog-block .blog-detail .text h2 {
  margin: 0 20px 10px 0;
}
.blog-block .list .text .location,
.blog-block .blog-detail .text .location {
  font-size: 24px;
  color: #90d2da;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.blog-block .list .button,
.blog-block .blog-detail .button {
  min-width: 175px;
}
.blog-block .list .button i,
.blog-block .blog-detail .button i {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .blog-block .list .button,
  .blog-block .blog-detail .button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-block .list .button,
  .blog-block .blog-detail .button {
    width: 100%;
  }
}
.blog-block .left {
  width: 80px;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 980px) {
  .blog-block .left {
    margin: 0 0 20px;
  }
}
.blog-block .left > * {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .blog-block .left > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.blog-block .right {
  width: calc(100% - 85px);
  position: relative;
}
.blog-block .left,
.blog-block .right {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  .blog-block .left,
  .blog-block .right {
    width: 100%;
  }
}
.blog-block .blog-detail {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.blog-block .blog-detail img {
  margin: 0 0 25px;
}
@media only screen and (max-width: 980px) {
  .blog-block .blog-detail {
    display: block;
  }
}
.blog-block .blog-detail .left,
.blog-block .blog-detail .right {
  display: block;
}
.blog-block .blog-detail .single-post h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0;
  font-weight: 400;
}
.blog-block .date {
  padding: 10px 5px 5px;
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 980px) {
  .blog-block .date {
    margin: 0 10px 0 0;
  }
}
.blog-block .date span {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.blog-block .time {
  color: #75c8d2;
  font-size: 14px;
}
.blog-block .watch {
  margin: 0 0 3px;
}
.blog-block .watch i {
  color: #75c8d2;
}
.blog-block .watch i[class*="heart"] {
  font-size: 23px;
}
.blog-block .watch i[class*="eye"] {
  font-size: 20px;
}
.blog-block .watch .count {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .blog-block .watch .count {
    padding: 10px 10px 0;
  }
}
@media only screen and (max-width: 980px) {
  .blog-block .watch {
    margin: 0;
  }
}
@media only screen and (max-width: 980px) {
  .blog-block .date,
  .blog-block .watch {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-block .date,
  .blog-block .watch {
    width: 55px;
  }
}
.blog-block .like a {
  display: block;
  float: none;
  margin: 0;
  padding: 7px 0;
  font-size: 25px;
  line-height: 25px;
  color: #75c8d2;
}
.blog-block .like a:hover {
  color: #3c4a61;
}
@media only screen and (max-width: 980px) {
  .blog-block .like a {
    display: inline-block;
    width: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  .blog-block .like a {
    width: 40px !important;
  }
}
.blog-block .like a:before {
  display: block;
  font-family: "icomoon";
}
.blog-block .like a span {
  display: none;
}
.blog-block .like [class*="button_facebook"]:before {
  content: '\e820';
}
.blog-block .like [class*="button_twitter"]:before {
  content: '\e81f';
}
.blog-block .like [class*="button_linkedin"]:before {
  content: '\e821';
}
.blog-block .content {
  margin: 0 0 45px;
  padding: 0 0 10px;
}
.blog-block .content h2 {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: .7px;
}
@media only screen and (max-width: 767px) {
  .blog-block .content h2 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 28px;
  }
}
.blog-block .content h3 {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .7px;
}
@media only screen and (max-width: 767px) {
  .blog-block .content h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
.blog-block .content p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-block .content p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
.blog-block .content img {
  display: block;
  margin: 0 0 20px;
  width: auto;
  max-width: 100%;
}
.blog-block .content img.alignleft {
  float: left;
}
.blog-block .content img.alignright {
  float: right;
}
.blog-block .content img.aligncenter {
  margin: 0 auto 20px;
}
[lang="ru-RU"] .blog-block .sidebar {
  width: 29.3%;
}
@media only screen and (max-width: 980px) {
  [lang="ru-RU"] .blog-block .sidebar {
    width: 100%;
  }
}
[lang="ru-RU"] .blog-block .main {
  width: 70.7%;
}
@media only screen and (max-width: 980px) {
  [lang="ru-RU"] .blog-block .main {
    width: 100%;
  }
}
.related {
  color: #3c4a61;
}
.related h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 30px;
}
.related .related-list {
  display: flex;
}
@media only screen and (max-width: 568px) {
  .related .related-list {
    display: block;
  }
}
.related .related-list li {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .related .related-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .related .related-list li:last-child {
    margin: 0;
  }
}
.related .related-list li .related-img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 35%;
  margin: 0 0 30px;
}
.related .related-list li h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}
.related .related-list li .related-text {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.related .related-list li a {
  color: #8dc63f;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  display: flex;
}
.related .related-list li a i {
  margin: 0 0 0 5px;
}
.no-result {
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .no-result {
    text-align: center;
  }
}
.blog-block .list .news-img-wrapper {
  width: 340px;
  float: left;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .blog-block .list .news-img-wrapper {
    display: none;
  }
}
.blog-block .list .news-img-wrapper img {
  position: relative;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  min-height: inherit;
}
/*----^^ Pagination block -----------------------------------------------------------*/
.pagination {
  border-top: 1px solid #d6dbdc;
  border-bottom: 1px solid #d6dbdc;
  clear: both;
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a,
.pagination p {
  font-size: 18px;
  line-height: 57px;
  color: #3c4a61;
}
@media only screen and (max-width: 767px) {
  .pagination a,
  .pagination p {
    font-size: 16px;
    line-height: 50px;
  }
}
.pagination a:hover {
  color: #8dc63f;
}
.pagination i {
  font-size: 14px;
  margin: 0 11px;
}
.pagination .prev {
  margin: 0 13px 0 0 !important;
  padding: 0 17px 0 16px;
  border-right: 1px solid #d6dbdc;
  float: left;
}
@media only screen and (max-width: 767px) {
  .pagination .prev {
    padding: 0 15px 0 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .prev span {
    display: none;
  }
}
.pagination .next {
  margin: 0 0 0 13px !important;
  padding: 0 16px 0 17px;
  border-left: 1px solid #d6dbdc;
  float: right;
}
@media only screen and (max-width: 767px) {
  .pagination .next {
    padding: 0 0 0 15px;
    margin: 0;
  }
}
.pagination .back-link {
  padding: 0 36px 0 16px;
  float: left;
  border-right: 1px solid #d6dbdc;
}
@media only screen and (max-width: 767px) {
  .pagination .back-link {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d6dbdc;
  }
}
.detail .pagination .next {
  float: right;
  padding-left: 36px;
}
.detail .pagination .prev {
  padding-right: 36px;
}
.pagination.with-back {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pagination.with-back {
    text-align: center;
  }
}
.pagination.with-back .next {
  padding-left: 36px;
  margin-left: 0;
}
.pagination.with-back .prev {
  margin-right: 0;
  padding-right: 36px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .pagination.with-back li {
    float: none;
    margin: 0;
  }
}
/*----^^ END Pagination Post block -----------------------------------------------------------*/
/*----^^ Popular Post block -----------------------------------------------------------*/
.popular {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d6dbdc;
}
.popular h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popular a {
  display: flex;
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: .8px;
  color: #8dc63f;
}
@media only screen and (max-width: 767px) {
  .popular a {
    font-size: 16px;
    line-height: 16px;
  }
}
.popular a:hover {
  color: #75c8d2;
}
.popular i {
  margin: 0 0 0 5px;
  font-size: 12px;
}
.popular ul {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .popular ul {
    margin: 0;
  }
}
.popular li {
  margin: 0 0 20px;
}
.popular li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popular li img {
    display: none;
  }
}
/*----^ END Popular Post Block -------------------------------------------------------*/
/*----^ Archive Block -------------------------------------------------------*/
.widget_archive {
  padding: 0 0 30px;
  margin: 0;
  border-bottom: 1px solid #d6dbdc;
}
.widget_archive li {
  margin: 0;
}
.widget_archive li a {
  font-size: 20px;
  line-height: 32px;
  color: #75c8d2;
}
.widget_archive li a:hover {
  color: #8dc63f;
}
.widget_archive li i {
  margin: 0 0 0 12px;
  font-size: 13px;
  color: #8dc63f;
  vertical-align: middle;
}
/*----^ END Archive Post Block -------------------------------------------------------*/
/*----^ END Blog Page ----------------------------------------------------------------------------*/
/*----^ Contact Form Block -------------------------------------------------------------------------------*/
.contacts_form {
  background: #ebebeb;
  text-align: center;
  padding: 35px 0 45px;
}
@media only screen and (max-width: 767px) {
  .contacts_form {
    padding: 30px 0;
  }
}
.contacts_form h2 {
  margin: 0 0 38px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
.contacts_form .inputs-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .contacts_form .inputs-wrapper {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.contacts_form .input-wrap,
.contacts_form .textarea-wrap {
  margin: 0 0 20px;
}
.contacts_form .input-wrap {
  display: inline-block;
  margin: 0 0 20px;
  width: 33.33%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contacts_form .input-wrap {
    width: 100%;
  }
}
.contacts_form input[type=text],
.contacts_form input[type=email],
.contacts_form textarea {
  padding: 13px 24px;
  border: none;
  background-color: #fff;
  width: 100%;
  color: inherit;
  font: 200 18px/1.2 'FlamaSemicondensed', sans-serif;
}
@media only screen and (max-width: 767px) {
  .contacts_form input[type=text],
  .contacts_form input[type=email],
  .contacts_form textarea {
    font-size: 16px;
  }
}
.contacts_form textarea {
  height: 180px;
}
@media only screen and (max-width: 640px) {
  .contacts_form textarea {
    height: 100px;
  }
}
.contacts_form .wpcf7-recaptcha {
  margin: 0 10px 40px;
}
@media only screen and (max-width: 767px) {
  .contacts_form .wpcf7-recaptcha {
    margin: 0 10px 20px;
  }
}
.contacts_form .wpcf7-recaptcha div {
  margin: 0 auto;
}
.contacts_form img {
  display: none;
}
.contacts_form .button {
  min-width: inherit;
  width: 225px;
  cursor: pointer;
  margin: 0 auto;
  font: 200 18px/1 'FlamaSemicondensed', sans-serif;
}
@media only screen and (max-width: 1024px) {
  .contacts_form .button {
    font-size: 16px;
  }
}
.contacts_form .button input {
  text-indent: -9999px;
}
.contacts_form .button i {
  float: none;
  padding: 0 0 0 12px;
}
/*----^ END Form Block ---------------------------------------------------------------------------*/
/*----^ Map Block -------------------------------------------------------------------------------*/
.map .send {
  padding: 39px 0 47px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .map .send {
    padding: 20px 0 30px;
  }
}
.map .send p,
.map .send a {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .map .send p,
  .map .send a {
    font-size: 20px;
    line-height: 20px;
  }
}
.map .send a {
  color: #8dc63f;
}
.map .send a:hover {
  color: #75c8d2;
}
#map {
  height: 335px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 200px;
  }
}
/*----^ END Map Block -------------------------------------------------------------------------------*/
/*----^ Dots Background -------------------------------------------------------------------------------*/
.dots_bg {
  position: relative;
}
.dots_bg p {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .dots_bg:after,
  .dots_bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
  }
  .dots_bg:before {
    left: 0;
  }
  .dots_bg:after {
    right: 0;
  }
}
@media (min-width: 1441px) {
  .inner_dots_bg:after,
  .inner_dots_bg:before {
    width: 200px;
    height: 250px;
    top: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inner_dots_bg:before {
    background: url(img/people_dots_bg_left.png) no-repeat;
  }
  .inner_dots_bg:after {
    background: url(img/people_dots_bg_right.png) no-repeat right;
  }
}
.people_dots_bg p {
  z-index: 2;
  position: relative;
}
.people_dots_bg:after,
.people_dots_bg:before {
  width: 262px;
  height: 319px;
  top: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.people_dots_bg:before {
  background: url(img/people_dots_bg_left.png) no-repeat;
}
.people_dots_bg:after {
  background: url(img/people_dots_bg_right.png) no-repeat right;
}
.events_dots_bg p {
  z-index: 2;
  position: relative;
}
.events_dots_bg:after,
.events_dots_bg:before {
  width: 253px;
  height: 319px;
  top: 0;
}
.events_dots_bg:before {
  background: url(img/events_dots_bg_left.png) no-repeat;
}
.events_dots_bg:after {
  background: url(img/events_dots_bg_right.png) no-repeat;
}
.industry_dots_bg:after,
.industry_dots_bg:before {
  bottom: 0;
  width: 194px;
  height: 319px;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.industry_dots_bg:before {
  background: url(img/industrie_dots_bg_left.png) no-repeat;
}
.industry_dots_bg:after {
  background: url(img/industrie_dots_bg_right.png) no-repeat;
}
.about_dots_bg:after,
.about_dots_bg:before {
  width: 358px;
  height: 319px;
  bottom: 0;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.about_dots_bg:before {
  background: url(img/about_dots_bg_left.png) no-repeat;
}
@media only screen and (max-width: 1220px) {
  .about_dots_bg:before {
    left: -100px;
  }
}
@media only screen and (max-width: 980px) {
  .about_dots_bg:before {
    left: -150px;
  }
}
.about_dots_bg:after {
  background: url(img/about_dots_bg_right.png) no-repeat;
}
@media only screen and (max-width: 1220px) {
  .about_dots_bg:after {
    right: -100px;
  }
}
@media only screen and (max-width: 980px) {
  .about_dots_bg:after {
    right: -150px;
  }
}
.service_dots_bg:after,
.service_dots_bg:before {
  width: 211px;
  height: 319px;
  top: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service_dots_bg:before {
  background: url(img/service_dots_bg_left.png) no-repeat;
}
.service_dots_bg:after {
  background: url(img/service_dots_bg_right.png) no-repeat;
}
/*----^END Dots Background -------------------------------------------------------------------------------*/
/*----^ Event Detail Page -------------------------------------------------------------------------------*/
.event-title-block {
  padding: 180px 0 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .event-title-block {
    padding: 90px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .event-title-block {
    padding: 50px 0 90px;
  }
}
.event-title-block h1 {
  font-weight: 400;
  color: #f9f9fa;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .event-title-block h1 {
    font-size: 48px;
    margin: 0 auto 30px;
    max-width: auto;
  }
}
.event-title-block h2 {
  font-size: 24px;
  color: #75c8d2;
  margin-bottom: 15px;
}
.event-title-block .time {
  color: #75c8d2;
  font-size: 36px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .event-title-block .time {
    margin-bottom: 55px;
  }
}
.scheduled-block {
  border-top: 8px solid #e45062;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scheduled-block .content-frame {
    padding: 0 40px;
  }
}
.scheduled-block .sched-title {
  font-weight: 400;
  padding: 17px 0 12px;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  top: 0;
  left: 50%;
  -ms-transform: translateY(calc(-100% - 8px)) translateX(-50%);
  -webkit-transform: translateY(calc(-100% - 8px)) translateX(-50%);
  transform: translateY(calc(-100% - 8px)) translateX(-50%);
  position: absolute;
}
.scheduled-block .slides {
  border-left: 1px solid #556175;
  border-right: 1px solid #556175;
}
.scheduled-block .item {
  border-right: 1px solid #556175;
  text-align: center;
  height: 255px;
  padding: 0 20px;
}
.scheduled-block .item:last-child {
  border: none;
}
.scheduled-block .item-wrap {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  align-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.scheduled-block .item-wrap > * {
  width: 100%;
}
.scheduled-block .time {
  color: #75c8d2;
  font-size: 36px;
  margin: 0 0 15px 0;
}
.scheduled-block .title {
  color: #f9f9fa;
  font-size: 22px;
  margin: 0 0 7px 0;
}
.scheduled-block .descript {
  color: #75c8d2;
}
.scheduled-block .slick-arrow {
  font-size: 30px;
  color: #f9f9fa;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scheduled-block .next {
  right: -30px;
}
.scheduled-block .prev {
  left: -30px;
}
.guest-list .text-cols .logo-wrap {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37%;
  background-color: #fff;
}
.guest-list .text-cols .logo-wrap img {
  width: 100%;
  height: auto;
}
.guest-list .img-wrapper {
  position: relative;
}
.guest-list .text-cols:nth-child(odd) .logo-wrap {
  left: 0;
}
.guest-list .text-cols:nth-child(even) .logo-wrap {
  right: 0;
}
.guest-list .info {
  padding: 50px 85px 75px 50px;
}
.guest-list .info h2 {
  color: #fff;
  margin-bottom: 25px;
}
.guest-list .info .name {
  font-weight: 400;
  color: #3c4a61;
  font-size: 24px;
  margin-bottom: 10px;
}
.guest-list .info .position {
  color: #3c4a61;
  font-size: 18px;
  margin-bottom: 35px;
}
.guest-list .info p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.aimed-block {
  text-align: center;
  padding: 60px 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aimed-block {
    padding: 30px 0 50px;
  }
}
.aimed-block .text-item-wrap {
  margin: 0 -45px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.aimed-block .title {
  color: #fff;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .aimed-block .title {
    margin-bottom: 35px;
  }
}
.aimed-block .text-item {
  width: 33.33%;
  padding: 0 45px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .aimed-block .text-item {
    width: 50%;
    margin: 0 0 40px 0;
  }
  .aimed-block .text-item:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .aimed-block .text-item {
    width: 100%;
  }
}
.aimed-block .text-item h2 {
  color: #3c4a61;
  margin-bottom: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .aimed-block .text-item h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.aimed-block .text-item p {
  color: #fff;
  line-height: 1.4;
}
.register-form-block {
  padding: 60px 135px 75px;
  border-top: 10px solid #e45062;
  border-bottom: 10px solid #e45062;
  background-color: #f1f2f4;
}
@media only screen and (max-width: 1024px) {
  .register-form-block {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .register-form-block {
    padding: 30px 20px;
  }
}
.register-form-block .form-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  margin: 0 -8px;
}
.register-form-block .title {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .register-form-block .title {
    margin-bottom: 35px;
  }
}
.register-form-block .input-wrap {
  width: 50%;
  padding: 0 8px;
  margin: 0 0 25px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .register-form-block .input-wrap {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
  }
}
.register-form-block .input-wrap input:not([type="submit"]) {
  height: 50px;
  line-height: 50px;
  background-color: white;
  border: 1px solid #d7d7d7;
  padding-left: 20px;
}
.register-form-block .input-wrap .ajax-loader {
  width: auto;
  height: auto;
  margin: 15px auto 0;
}
.related-case-event {
  border: none;
}
.related-case-event .title {
  color: #fff;
}
.related-case-event .view_link {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  text-align: center;
}
.related-case-event .view_link .event-title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.related-case-event .view_link .view {
  color: #fff;
}
.related-case-event .view_link:hover .view {
  color: #fff;
}
.conclusion-block {
  font-weight: 400;
  background-color: #75c8d2;
  font-size: 26px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 45px 0 55px;
  color: #fff;
  padding: 35px 115px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .conclusion-block {
    padding: 20px 55px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .conclusion-block {
    margin: 25px 0 35px;
    padding: 20px;
    font-size: 18px;
  }
}
.contact {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 55px 0;
}
.contact strong {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contact {
    margin: 0 0 35px 0;
  }
}
/*----^ END Event Detail Page -------------------------------------------------------------------------------*/
.static-page {
  padding: 0 0 50px;
}
.static-page .main-title p {
  font-size: 24px;
  color: #3c4a61;
}
@media only screen and (max-width: 1024px) {
  .static-page .main-title p {
    font-size: 16px;
  }
}
.static-page h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 10px;
}
.static-page ul,
.static-page ol,
.static-page p {
  font-size: 24px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .static-page ul,
  .static-page ol,
  .static-page p {
    font-size: inherit;
  }
}
.static-page ul,
.static-page ol {
  padding: 0 0 0 15px;
}
.static-page ul {
  list-style-type: disc;
}
.static-page ol {
  list-style-type: decimal;
}
.static-page li {
  margin: 0 0 10px;
}
.static-page p {
  line-height: 1.3em;
}
.static-page a {
  text-decoration: underline;
}
.static-page strong {
  font-weight: 500;
}
.technologies-list {
  column-count: 2;
  column-gap: 75px;
  background-color: #fff;
  padding: 75px 80px 50px;
  color: #3c4a61;
  font-size: 18px;
  border-bottom: 9px solid #e45062;
}
@media only screen and (max-width: 1220px) {
  .technologies-list {
    column-gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .technologies-list {
    column-gap: 30px;
    padding: 55px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .technologies-list {
    column-count: 1;
    padding: 35px 20px 10px;
  }
}
.technologies-list li {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .technologies-list li {
    margin: 0 0 20px;
  }
}
.technologies-list li h3 {
  font-weight: 500;
}
.technologies-list li p {
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .technologies-list li p {
    font-size: 16px;
  }
}
.about-us-header-block {
  border: 1px solid #ebebeb;
  border-bottom: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .about-us-header-block {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.about-us-header-block .wrap1,
.about-us-header-block .wrap2 {
  width: 25%;
  border-right: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap1,
  .about-us-header-block .wrap2 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap1,
  .about-us-header-block .wrap2 {
    width: 100%;
  }
}
.about-us-header-block .wrap3 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap3 {
    width: 100%;
  }
}
.about-us-header-block .wrap1,
.about-us-header-block .wrap2,
.about-us-header-block .wrap3 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.about-us-header-block .block {
  overflow: hidden;
}
.about-us-header-block .block img,
.about-us-header-block .block .text {
  transition: all 1s linear;
  -ms-transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
}
.about-us-header-block .block2 img,
.about-us-header-block .block2 .text {
  transition-delay: .2s;
}
.about-us-header-block .block3 img,
.about-us-header-block .block3 .text {
  transition-delay: .4s;
}
.about-us-header-block .block4 img,
.about-us-header-block .block4 .text {
  transition-delay: .6s;
}
.about-us-header-block .block5 img,
.about-us-header-block .block5 .text {
  transition-delay: .8s;
}
.about-us-header-block .block6 img,
.about-us-header-block .block6 .text {
  transition-delay: 1s;
}
.about-us-header-block .block7 img,
.about-us-header-block .block7 .text {
  transition-delay: 1.2s;
}
.about-us-header-block .block8 img,
.about-us-header-block .block8 .text {
  transition-delay: 1.4s;
}
.about-us-header-block .block9 img,
.about-us-header-block .block9 .text {
  transition-delay: 1.6s;
}
.about-us-header-block .block10 img,
.about-us-header-block .block10 .text {
  transition-delay: 1.8s;
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap1 {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.about-us-header-block .wrap1 .block1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center /*, @basis: 35%*/;
  -webkit-align-items: center /*, @basis: 35%*/;
  -ms-flex-align: center /*, @basis: 35%*/;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap1 .block1 {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap1 .block1 {
    padding: 20px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap1 .block1 {
    width: 50%;
    border-right: 1px solid #ebebeb;
  }
}
.about-us-header-block .wrap1 .block1 img {
  width: 23%;
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap1 .block1 img {
    width: 40%;
  }
}
.about-us-header-block .wrap1 .block1 .text {
  width: 38%;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap1 .block1 .text {
    margin: 20px 0 0;
    padding: 0 5px;
    width: auto;
  }
}
.about-us-header-block .wrap1 .block2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1.9;
  -webkit-flex-grow: 1.9;
  -ms-flex-positive: 1.9;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 75px 0 40px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap1 .block2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap1 .block2 {
    border-bottom: 1px solid #ebebeb;
    padding: 40px 0 10px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap1 .block2 {
    width: 50%;
    padding: 20px 0;
  }
}
.about-us-header-block .wrap1 .block2 img {
  width: 55%;
  margin: 0 auto;
}
.about-us-header-block .wrap1 .block2 .text {
  padding: 0 35px;
  margin: 50px 0 0;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap1 .block2 .text {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap1 .block2 .text {
    margin: 20px 0 0;
  }
}
.about-us-header-block .wrap2 .block3 {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 55px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: flex-end /*,  @basis: 65%*/;
  -webkit-justify-content: flex-end /*,  @basis: 65%*/;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1.9;
  -webkit-flex-grow: 1.9;
  -ms-flex-positive: 1.9;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap2 .block3 {
    padding: 0;
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap2 .block3 {
    padding: 20px 0;
  }
}
.about-us-header-block .wrap2 .block3 img {
  width: 43%;
  margin: 0 auto;
}
.about-us-header-block .wrap2 .block3 .text {
  margin: 30px 0 0;
  padding: 0 30px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap2 .block3 .text {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap2 .block3 .text {
    margin: 20px 0 0;
  }
}
.about-us-header-block .wrap2 .sub-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap2 .sub-wrap {
    border-bottom: 1px solid #ebebeb;
  }
}
.about-us-header-block .wrap2 .sub-wrap .block4,
.about-us-header-block .wrap2 .sub-wrap .block5 {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  padding: 0 0 40px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap2 .sub-wrap .block4,
  .about-us-header-block .wrap2 .sub-wrap .block5 {
    padding: 5px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-header-block .wrap2 .sub-wrap .block4,
  .about-us-header-block .wrap2 .sub-wrap .block5 {
    padding: 5px 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap2 .sub-wrap .block4,
  .about-us-header-block .wrap2 .sub-wrap .block5 {
    padding: 10px 0;
  }
}
.about-us-header-block .wrap2 .sub-wrap .block4 img,
.about-us-header-block .wrap2 .sub-wrap .block5 img {
  margin: 0 auto;
}
.about-us-header-block .wrap2 .sub-wrap .block4 .text,
.about-us-header-block .wrap2 .sub-wrap .block5 .text {
  padding: 0 10px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap2 .sub-wrap .block4 .text,
  .about-us-header-block .wrap2 .sub-wrap .block5 .text {
    padding: 0 5px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .about-us-header-block .wrap2 .sub-wrap .block4 .text,
  .about-us-header-block .wrap2 .sub-wrap .block5 .text {
    margin: 10px 0 0;
  }
}
.about-us-header-block .wrap2 .sub-wrap .block4 {
  border-right: 1px solid #ebebeb;
}
.about-us-header-block .wrap2 .sub-wrap .block4 img {
  width: 30%;
}
.about-us-header-block .wrap2 .sub-wrap .block4 .text {
  margin: 30px 0 0;
}
.about-us-header-block .wrap2 .sub-wrap .block5 img {
  width: 30%;
}
.about-us-header-block .wrap2 .sub-wrap .block5 .text {
  margin: 30px 0 0;
}
.about-us-header-block .wrap3 .sub-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.about-us-header-block .wrap3 .sub-wrap .sub-sub-wrap {
  width: 40%;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
.about-us-header-block .wrap3 .sub-wrap .block6 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-around /*, @basis: 50%*/;
  -webkit-justify-content: space-around /*, @basis: 50%*/;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 0.5;
  -webkit-flex-grow: 0.5;
  -ms-flex-positive: 0.5;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block6 {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.about-us-header-block .wrap3 .sub-wrap .block6 img {
  width: 26%;
}
.about-us-header-block .wrap3 .sub-wrap .block6 .text {
  width: 35%;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block6 .text {
    width: auto;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block7 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column /*, @basis: 50%*/;
  -webkit-flex-direction: column /*, @basis: 50%*/;
  -ms-flex-direction: column /*, @basis: 50%*/;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 0.5;
  -webkit-flex-grow: 0.5;
  -ms-flex-positive: 0.5;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block7 {
    /*----^^ Align Items ------------------------------------------------------------------*/
    /*----^^ Align Content ----------------------------------------------------------------*/
    /*----^^ Justify Content --------------------------------------------------------------*/
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    /*----^^ Wrapping ---------------------------------------------------------------------*/
    /*----^^ Direction --------------------------------------------------------------------*/
    /*----^^ Grow -------------------------------------------------------------------------*/
    /*----^^ Align Self -------------------------------------------------------------------*/
    /*----^^ Order ------------------------------------------------------------------------*/
    /*----^^ Basis ------------------------------------------------------------------------*/
  }
}
.about-us-header-block .wrap3 .sub-wrap .block7 img {
  width: 37%;
  margin: 0 auto;
}
.about-us-header-block .wrap3 .sub-wrap .block7 .text {
  padding: 0 5px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block7 .text {
    margin: 0;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block8 {
  width: 60%;
  padding: 37px 0 40px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block8 {
    padding: 20px 0;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block8 img {
  width: 33%;
  height: auto;
  margin: 0 0 35px;
}
.about-us-header-block .wrap3 .sub-wrap .block8 .text {
  padding: 0 40px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block8 .text {
    padding: 0 5px;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block9,
.about-us-header-block .wrap3 .sub-wrap .block10 {
  padding: 50px 0 40px;

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*----^^ Align Items ------------------------------------------------------------------*/
  /*----^^ Align Content ----------------------------------------------------------------*/
  /*----^^ Justify Content --------------------------------------------------------------*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*----^^ Wrapping ---------------------------------------------------------------------*/
  /*----^^ Direction --------------------------------------------------------------------*/
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*----^^ Grow -------------------------------------------------------------------------*/
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  /*----^^ Align Self -------------------------------------------------------------------*/
  /*----^^ Order ------------------------------------------------------------------------*/
  /*----^^ Basis ------------------------------------------------------------------------*/
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block9,
  .about-us-header-block .wrap3 .sub-wrap .block10 {
    padding: 30px 0 20px;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block9 {
  border-right: 1px solid #ebebeb;
}
.about-us-header-block .wrap3 .sub-wrap .block9 img {
  width: 66%;
  margin: 0 auto;
}
.about-us-header-block .wrap3 .sub-wrap .block9 .text {
  padding: 0 30px;
  margin: 35px 0 0;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block9 .text {
    padding: 0 5px;
  }
}
.about-us-header-block .wrap3 .sub-wrap .block10 img {
  width: 47%;
  margin: 0 auto;
}
.about-us-header-block .wrap3 .sub-wrap .block10 .text {
  padding: 0 10px;
}
@media only screen and (max-width: 980px) {
  .about-us-header-block .wrap3 .sub-wrap .block10 .text {
    padding: 0 5px;
  }
}
.about-us-header-block .text {
  color: #3c4a61;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .about-us-header-block .text {
    font-size: 14px;
  }
}
.about-us-header-block.animate .block img,
.about-us-header-block.animate .block .text {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.wsp-container {
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .wsp-container {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wsp-container {
    padding: 20px 0;
  }
}
.wsp-container .wsp-posts-title,
.wsp-container .wsp-posts-list {
  display: none;
}
.wsp-container h2 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: 400;
  color: #3c4a61;
  margin: 0 0 10px;
}
.wsp-container a:hover {
  text-decoration: underline;
}
.wsp-container li {
  margin: 0 0 5px;
}
.wsp-container .wsp-pages-list {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 767px) {
  .wsp-container .wsp-pages-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .wsp-container .wsp-pages-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.error404 .error-page-wrap {
  text-align: center;
  margin: 100px 0 0;
}
@media only screen and (max-width: 1024px) {
  .error404 .error-page-wrap {
    margin: 0;
    padding: 50px 0;
  }
}
.error404 .error-page-wrap h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 0 0 25px;
}
.error404 .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .error404 .footer {
    position: static;
  }
}
/*----^ Team Block --------------------------------------------------------------------*/
.team-img .slick-arrow {
  position: absolute;
  top: 45.5%;
  font-size: 40px;
  color: #8dc63f;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .team-img .slick-arrow:hover {
    color: #75c8d2;
  }
}
.team-img .prev {
  left: 0;
}
.team-img .next {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .team-img .prev {
    left: 15px;
  }
  .team-img .next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .team-img .slick-arrow {
    font-size: 30px;
  }
  .team-img .prev {
    left: 25px;
  }
  .team-img .next {
    right: 25px;
  }
}
.team-img-wrap .content-frame {
  padding: 0 50px;
  position: relative;
}
.team-img .slides {
  position: static;
  opacity: 0;
  transition: opacity 0.15s linear 0.15s;
}
.team-img .slides.slick-initialized {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .team-img {
    padding: 105px 0 0;
    overflow: hidden;
  }
  .team-img .slides {
    max-width: 240px;
    margin: 0 auto;
  }
  .team-img .item {
    vertical-align: bottom;
    transform-origin: 50% 100%;
    transition: transform 0.15s linear;
  }
  .team-img .slick-center {
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .team-img .aside {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .team-img .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .team-img .slides {
    padding: 0 20px;
  }
}
.team-description {
  padding: 0 85px;
  box-shadow: inset 0 15px 0 0px #e45062;
  border-top: 1px solid #d6dbdc;
}
.team-description .slides {
  background: #fff;
}
.team-description .item {
  text-align: center;
  vertical-align: top;
}
.team-description .top {
  padding: 26px 0 21px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dbdc;
}
.team-description .bottom {
  padding: 47px 55px 72px;
}
.team-description p {
  font-size: 18px;
  line-height: 1.33;
}
.team-description .name {
  max-width: 40%;
  margin: 0 auto;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #75c8d2;
}
.team-description .position {
  letter-spacing: .4px;
}
.team-description .link {
  padding: 0 74px 0 0;
  position: absolute;
  right: 8.6%;
  top: 0;
  bottom: 0;
}
.team-description .link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .team-description .link:hover .icon-linkedin {
    color: #8dc63f;
  }
}
.team-description .text {
  display: inline-block;
  padding: 15px 0 0;
  font-size: 14px;
  letter-spacing: .3px;
  color: #75c8d2;
  vertical-align: middle;
}
.team-description .text i {
  margin: 0 0 0 9px;
  color: #8dc63f;
}
.team-description .icon-linkedin {
  display: table;
  width: 59px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 42px;
  background: #007bb6;
  color: #fff;
  transition: color 0.15s linear;
}
.team-description .icon-linkedin:before {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .team-description .link {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-description {
    padding: 0 35px;
  }
  .team-description .name {
    font-size: 36px;
  }
  .team-description p {
    font-size: 16px;
  }
  .team-description .bottom {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 980px) {
  .team-description .text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .team-description {
    padding: 0;
  }
  .team-description .name {
    max-width: initial;
    padding: 0 20px;
    font-size: 26px;
  }
  .team-description p {
    font-size: 14px;
  }
  .team-description .top {

    padding: 10px 0 0;
  }
  .team-description .bottom {
    padding: 15px 20px;
  }
  .team-description .link,
  .team-description .icon-linkedin {
    position: static;
    width: 100%;
  }
  .team-description .link {
    display: block;
    padding: 10px 0 0;
    line-height: 1.4;
  }
  .team-description .link:before {
    display: none;
  }
}
/*----^ END Team Block ----------------------------------------------------------------*/