@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=latin,latin-ext");
body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Ubuntu', sans-serif; }

* {
  outline: none; }

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.clearfix {
  clear: both; }

.row {
  max-width: 1140px; }

.columns {
  padding-left: 15px;
  padding-right: 15px; }

/******************************** HEADER **************************************/
.header .header-top {
  border-top: 3px solid #3d414c; }
  .header .header-top .header-top-inside {
    background: #3d414c;
    font-size: 14px;
    height: 37px;
    color: #fff;
    margin-left: 220px;
    padding: 3px 0;
    position: relative;
    text-align: right; }
    .header .header-top .header-top-inside .header-icon {
      float: right;
      position: relative;
      z-index: 9999; }
    .header .header-top .header-top-inside a {
      color: #fff; }
    .header .header-top .header-top-inside:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 37px solid #3d414c;
      border-left: 25px solid transparent;
      left: -25px;
      position: absolute;
      top: 0; }
    .header .header-top .header-top-inside:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      height: 37px;
      background: #3d414c;
      width: 6000px; }
    .header .header-top .header-top-inside .header-hours, .header .header-top .header-top-inside .header-mail, .header .header-top .header-top-inside .header-phone {
      background-image: url(../images/clock1.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 17px 17px;
      padding-left: 30px;
      display: inline-block;
      margin-left: 30px;
      line-height: 28px; }
    .header .header-top .header-top-inside .header-mail {
      margin-left: 40px;
      padding-left: 33px;
      background-image: url(../images/mail.svg); }
    .header .header-top .header-top-inside .header-phone {
      margin-left: 29px;
      background-image: url(../images/technology.svg);
      background-position: left 5px;
      background-size: 17px 17px; }
    .header .header-top .header-top-inside .header-facebook {
      background-image: url(../images/facebook-logo.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 16px 16px;
      display: inline-block;
      margin-left: 24px;
      height: 28px;
      width: 30px;
      border: 1px solid #3b5998;
      background-color: #3b5998; }
      .header .header-top .header-top-inside .header-facebook:hover {
        background-color: #8c358a;
        border-color: #8c358a; }
    .header .header-top .header-top-inside .lang-cont {
      display: inline-block;
      float: right;
      position: relative;
      z-index: 9999;
      top: 3px; }
      .header .header-top .header-top-inside .lang-cont ul {
        margin: 0; }
        .header .header-top .header-top-inside .lang-cont ul li {
          margin-left: 20px;
          display: inline-block; }
          .header .header-top .header-top-inside .lang-cont ul li a {
            text-transform: uppercase;
            border: 1px solid #fff;
            padding: 5px 5px; }
            .header .header-top .header-top-inside .lang-cont ul li a:hover {
              background: #8c358a;
              border-color: #8c358a; }
      .header .header-top .header-top-inside .lang-cont .current-lang {
        display: none; }

.header .top-bar ul {
  background-color: transparent;
  padding: 0; }

.header .top-bar {
  background-color: transparent;
  border-bottom: 3px solid #e2dee1;
  padding: 0; }
  .header .top-bar .logo-cont {
    position: absolute;
    margin-top: 4px;
    z-index: 99999; }

.header .menu.medium-horizontal > li {
  display: inline-block; }

.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0; }

.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  display: none; }

.header .menu > li {
  position: relative;
  margin: 50px 0 0 70px; }
  .header .menu > li > a {
    display: block;
    padding: 0 0 50px 0;
    line-height: 1;
    line-height: 18px;
    font-size: 18px;
    color: #3d414c;
    text-transform: uppercase;
    font-weight: 500; }
  .header .menu > li:hover > a, .header .menu > li:focus > a {
    color: #8c358a;
    background: transparent; }
  .header .menu > li:hover:before, .header .menu > li:focus:before {
    content: '';
    height: 3px;
    background-color: #8c358a;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%; }

.header .menu .active > a {
  color: #8c358a;
  background: transparent; }

.header .menu .active:before {
  content: '';
  height: 3px;
  background-color: #8c358a;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%; }

.header .is-dropdown-submenu-parent .submenu {
  border: 0;
  border-top: 3px solid #e2dee1; }
  .header .is-dropdown-submenu-parent .submenu > li {
    margin: 0;
    border-bottom: 1px solid #c4c6c9;
    text-align: center;
    width: 265px; }
    .header .is-dropdown-submenu-parent .submenu > li > a {
      background: #fff;
      border: 0;
      padding: 15px 0; }
    .header .is-dropdown-submenu-parent .submenu > li:hover a, .header .is-dropdown-submenu-parent .submenu > li:focus a {
      color: #8c358a;
      background: #fff;
      border-bottom: 0; }
    .header .is-dropdown-submenu-parent .submenu > li:before {
      display: none; }
  .header .is-dropdown-submenu-parent .submenu > li:last-of-type {
    border: 0; }

.header .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  left: 50%;
  right: 0;
  top: 100%;
  width: 265px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -vebkit-transform: translate(-50%, 0); }

/******************************** HOME ****************************************/
.slider-content {
  position: relative; }

.contact-form-cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -vebkit-transform: translate(0, -50%);
  max-width: 1110px;
  margin: 0 auto;
  right: 0;
  left: 0;
  height: 0; }
  .contact-form-cont .contact-form {
    background-color: rgba(61, 65, 76, 0.9);
    width: 460px;
    padding: 0 28px;
    margin-top: -77px;
    -webkit-box-shadow: 0px 0px 3px #222;
    box-shadow: 0px 0px 3px #222;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -vebkit-transform: translate(0, -50%);
    right: 0; }
    .contact-form-cont .contact-form .form-h1 {
      color: #fff;
      text-align: center;
      font-weight: 500;
      font-size: 25px;
      padding: 48px 0 35px 0; }
    .contact-form-cont .contact-form input, .contact-form-cont .contact-form textarea {
      font-size: 16px;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: auto;
      padding: 7px 0;
      margin: 0 0 23px;
      border: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      background-color: transparent; }
      .contact-form-cont .contact-form input::-webkit-input-placeholder, .contact-form-cont .contact-form textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #c8c9cc; }
      .contact-form-cont .contact-form input::-moz-placeholder, .contact-form-cont .contact-form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #c8c9cc; }
      .contact-form-cont .contact-form input:-ms-input-placeholder, .contact-form-cont .contact-form textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #c8c9cc; }
      .contact-form-cont .contact-form input:-moz-placeholder, .contact-form-cont .contact-form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #c8c9cc; }
      .contact-form-cont .contact-form input:focus, .contact-form-cont .contact-form textarea:focus {
        border-color: #8c358a; }
    .contact-form-cont .contact-form textarea {
      height: 80px;
      resize: none; }
    .contact-form-cont .contact-form .submit-cont {
      position: relative;
      top: -77px;
      float: right; }
      .contact-form-cont .contact-form .submit-cont .ajax-loader {
        position: absolute;
        right: 36px;
        top: 48px; }
    .contact-form-cont .contact-form [type="submit"] {
      text-transform: uppercase;
      font-size: 14px;
      border: 1px solid #fff;
      padding: 11px 19px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin: 0; }
      .contact-form-cont .contact-form [type="submit"]:focus, .contact-form-cont .contact-form [type="submit"]:hover {
        border-color: #8c358a;
        background-color: #8c358a; }
    .contact-form-cont .contact-form .form-focus {
      font-size: 16px;
      color: #d4d4d6;
      opacity: 0;
      position: absolute;
      top: -22px; }
    .contact-form-cont .contact-form p {
      position: relative; }

span.wpcf7-not-valid-tip {
  color: #dc4242;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  font-size: 14px;
  bottom: -23px; }

div.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-form-control-wrap {
  display: block; }

div.wpcf7-mail-sent-ok {
  background: #2ecc71;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  margin: 20px 15px; }

.slider {
  height: 714px;
  margin: 0; }
  .slider .slide {
    color: #fff;
    background-position: center center;
    background-size: cover;
    padding-top: 220px;
    height: 714px; }
    .slider .slide__title {
      font-weight: 500;
      font-size: 31px;
      text-shadow: 2px 2px 8px #444; }
    .slider .slide__description {
      font-size: 37px;
      line-height: 46px;
      text-shadow: 2px 2px 8px #444; }
    .slider .slide .button {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #fff;
      background: transparent;
      padding: 12px 15px;
      margin-top: 20px; }
      .slider .slide .button:hover {
        background-color: #8c358a;
        border-color: #8c358a; }
  .slider [type="button"] {
    color: #fff;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -vebkit-transform: translate(0, -50%);
    margin-left: 50px; }
    .slider [type="button"]:hover {
      background-color: #8c358a;
      border-color: #8c358a; }
  .slider .slick-next, .slider .slick-prev {
    right: 0;
    height: 32px;
    width: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -vebkit-transform: rotate(45deg);
    border: 1px solid #fff;
    margin: -18px 50px 0 0; }
    .slider .slick-next:before, .slider .slick-prev:before {
      content: '';
      background-image: url(../images/arrow-right.svg);
      background-repeat: no-repeat;
      width: 32px;
      height: 32px;
      background-size: 18px 16px;
      display: block;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -vebkit-transform: rotate(-45deg);
      background-position: 9px 7px; }
  .slider .slick-prev {
    right: auto;
    left: 0;
    margin-left: 50px; }
    .slider .slick-prev:before {
      background-image: url(../images/arrow-left.svg);
      background-position: 5px 7px; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.main-btn {
  font-size: 14px;
  color: #3d414c;
  border: 1px solid #3d414c;
  background-color: transparent;
  text-transform: uppercase;
  padding: 13px 20px; }
  .main-btn:hover, .main-btn:focus {
    color: #fff;
    background-color: #8c358a;
    border-color: #8c358a; }

.home-services-boxes {
  margin-top: -144px; }
  .home-services-boxes .home-boxes {
    text-align: center;
    margin: 0 15px; }
    .home-services-boxes .home-boxes .home-box {
      position: relative;
      border: 1px solid #ebebeb;
      border-left: 0;
      height: 300px;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important; }
      .home-services-boxes .home-boxes .home-box .wide {
        padding-top: 43px; }
      .home-services-boxes .home-boxes .home-box .bg-white {
        background: #fff;
        height: 100%; }
      .home-services-boxes .home-boxes .home-box .icon-hover {
        display: none; }
      .home-services-boxes .home-boxes .home-box .slide__title {
        font-size: 16px;
        font-weight: 700;
        color: #3d414c;
        text-transform: uppercase;
        margin-bottom: 30px;
        margin-top: 48px; }
      .home-services-boxes .home-boxes .home-box .link-absolute {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
      .home-services-boxes .home-boxes .home-box .slide__buttons {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -90px);
        -ms-transform: translate(-50%, -90px);
        transform: translate(-50%, -90px);
        width: 88px; }
      .home-services-boxes .home-boxes .home-box:hover, .home-services-boxes .home-boxes .home-box:focus {
        border-color: transparent !important; }
        .home-services-boxes .home-boxes .home-box:hover .main-btn, .home-services-boxes .home-boxes .home-box:focus .main-btn {
          color: #fff;
          background-color: #8c358a;
          border-color: #8c358a; }
        .home-services-boxes .home-boxes .home-box:hover .slide__title, .home-services-boxes .home-boxes .home-box:focus .slide__title {
          color: #fff; }
        .home-services-boxes .home-boxes .home-box:hover .icon-not-hover, .home-services-boxes .home-boxes .home-box:focus .icon-not-hover {
          display: none; }
        .home-services-boxes .home-boxes .home-box:hover .icon-hover, .home-services-boxes .home-boxes .home-box:focus .icon-hover {
          display: block; }
        .home-services-boxes .home-boxes .home-box:hover .bg-white, .home-services-boxes .home-boxes .home-box:focus .bg-white {
          background: transparent; }
    .home-services-boxes .home-boxes .not-hover {
      background-image: none !important; }
    .home-services-boxes .home-boxes .hexagon {
      position: relative;
      width: 67.3px;
      height: 38.68px;
      background-color: transparent;
      margin: 19.34px auto;
      background-repeat: no-repeat;
      background-position: center center;
      border-left: solid 1px #3d414c;
      border-right: solid 1px #3d414c; }
      .home-services-boxes .home-boxes .hexagon.icon-hover {
        border-left: solid 0.4px #fff;
        border-right: solid 0.4px #fff;
        width: 67px; }
        .home-services-boxes .home-boxes .hexagon.icon-hover:before {
          border-top: solid 1.4142px #fff;
          border-right: solid 1.4142px #fff; }
        .home-services-boxes .home-boxes .hexagon.icon-hover:after {
          border-bottom: solid 1.4142px #fff;
          border-left: solid 1.4142px #fff; }
    .home-services-boxes .home-boxes .hexagon:before,
    .home-services-boxes .home-boxes .hexagon:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 47.38px;
      height: 47.38px;
      -webkit-transform: scaleY(0.5774) rotate(-45deg);
      -ms-transform: scaleY(0.5774) rotate(-45deg);
      transform: scaleY(0.5774) rotate(-45deg);
      background-color: inherit;
      left: 8.8119px; }
    .home-services-boxes .home-boxes .hexagon:before {
      top: -24.2881px;
      border-top: solid 1.4142px #3d414c;
      border-right: solid 1.4142px #3d414c; }
    .home-services-boxes .home-boxes .hexagon:after {
      bottom: -23.6881px;
      border-bottom: solid 1.4142px #3d414c;
      border-left: solid 1.4142px #3d414c; }
  .home-services-boxes .columns {
    padding: 0; }
    .home-services-boxes .columns:nth-of-type(1) .home-box {
      border-left: 1px solid #ebebeb; }

html[lang="en-GB"] .home-services-boxes .home-boxes .home-box .slide__buttons {
  width: 120px; }

.home-cooperate {
  padding: 45px 0 0 0; }
  .home-cooperate .home-cooperate-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px;
    color: #8c358a; }
  .home-cooperate .owl-item {
    position: relative; }
    .home-cooperate .owl-item a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .home-cooperate .owl-item img {
      max-width: 166px;
      display: block;
      margin: 0 auto;
      width: auto;
      max-height: 150px; }
  .home-cooperate .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #3d414c; }
  .home-cooperate .owl-theme .owl-dots .owl-dot.active span, .home-cooperate .owl-theme .owl-dots .owl-dot:hover span {
    background: #8c358a; }
  .home-cooperate .owl-theme .owl-nav.disabled + .owl-dots {
    height: 20px;
    margin-bottom: 50px;
    margin-top: 23px; }

/******************************* CONTACT **************************************/
.page-template-template-contact .home-services-boxes {
  margin: 0;
  padding: 90px 0; }
  .page-template-template-contact .home-services-boxes > .row {
    max-width: 930px; }
  .page-template-template-contact .home-services-boxes .contact-phone-icon {
    background-image: url(../images/contact-phone.svg); }
  .page-template-template-contact .home-services-boxes .contact-address-icon {
    background-image: url(../images/contact-address.svg); }
  .page-template-template-contact .home-services-boxes .contact-mail-icon {
    background-image: url(../images/contact-mail.svg);
    background-position: center 3px; }
  .page-template-template-contact .home-services-boxes .hexagon {
    width: 50px;
    height: 28.87px;
    background-size: 25px;
    background-position: center center;
    margin-bottom: 35px; }
  .page-template-template-contact .home-services-boxes a, .page-template-template-contact .home-services-boxes .contact-address {
    color: #3d414c;
    font-size: 16px;
    font-weight: 500; }
  .page-template-template-contact .home-services-boxes .contact-address {
    line-height: 26px; }
  .page-template-template-contact .home-services-boxes a:hover, .page-template-template-contact .home-services-boxes a:focus {
    color: #8c358a; }
  .page-template-template-contact .home-services-boxes .hexagon:before,
  .page-template-template-contact .home-services-boxes .hexagon:after {
    width: 35.36px;
    height: 35.36px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    left: 6.3223px; }
  .page-template-template-contact .home-services-boxes .hexagon:before {
    top: -17.6777px;
    border-top: solid 1.4142px #3d414c;
    border-right: solid 1.4142px #3d414c; }
  .page-template-template-contact .home-services-boxes .hexagon:after {
    bottom: -17.6777px;
    border-bottom: solid 1.4142px #3d414c;
    border-left: solid 1.4142px #3d414c; }

.page-template-template-contact .map-cont {
  position: relative; }
  .page-template-template-contact .map-cont .contact-form-cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -vebkit-transform: translate(0, -50%);
    max-width: 1110px;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 0; }
    .page-template-template-contact .map-cont .contact-form-cont .contact-form {
      margin-top: 0;
      background-color: rgba(61, 65, 76, 0.85); }

.map-height {
  height: 540px; }

/********************************* PAGE ***************************************/
.breadcrumbs {
  text-align: center;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 45px;
  color: #fff; }
  .breadcrumbs h1 {
    margin-top: 37px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 3px;
    text-shadow: 1px 1px 8px #444; }
  .breadcrumbs span, .breadcrumbs a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
  .breadcrumbs a {
    pointer-events: none;
    font-weight: 300; }
  .breadcrumbs .bradcrumbs-cont {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 2px;
    font-weight: 300; }
    .breadcrumbs .bradcrumbs-cont > span:last-of-type {
      font-weight: 700; }

.all-content-page {
  padding: 99px 0 75px 0; }
  .all-content-page .row {
    max-width: 949px; }
    .all-content-page .row img {
      margin-bottom: 44px; }
    .all-content-page .row .page-content p {
      font-size: 16px;
      margin-bottom: 22px;
      line-height: 23px;
      color: #686c78; }
      .all-content-page .row .page-content p:first-of-type strong {
        font-size: 18px;
        color: #3d414c; }
    .all-content-page .row .page-content .page-columns {
      margin: -13px -15px 0; }
    .all-content-page .row .page-content ul {
      margin: 0 0 20px 0; }
      .all-content-page .row .page-content ul li {
        display: block;
        background-image: url(../images/interface1.svg);
        background-position: left 4px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-left: 27px;
        margin-bottom: 10px;
        color: #3d414c;
        font-size: 16px; }
        .all-content-page .row .page-content ul li ul {
          margin: 10px 0 0 23px; }
          .all-content-page .row .page-content ul li ul li {
            background-image: none;
            line-height: 23px;
            padding-left: 10px;
            margin-bottom: 0;
            position: relative; }
            .all-content-page .row .page-content ul li ul li:before {
              content: '';
              position: absolute;
              left: 0;
              top: 10px;
              width: 4px;
              height: 4px;
              background-color: #8c358a;
              border-radius: 50%; }

/*********************************** 404 **************************************/
.error404 .all-content {
  padding: 245px 0 250px 0;
  text-align: center; }
  .error404 .all-content .not-found-title .line1, .error404 .all-content .not-found-title .line2, .error404 .all-content .not-found-title .line3 {
    width: 80px;
    height: 2px;
    display: inline-block;
    background-color: #8c358a;
    margin: 0 3px;
    position: relative; }
  .error404 .all-content .not-found-title .line2 {
    width: 11px; }
  .error404 .all-content .not-found-title .line3 {
    width: 4px; }
  .error404 .all-content .not-found-title .left-line:before {
    background-image: url(../images/transport.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 40px;
    content: ''; }
  .error404 .all-content .not-found-title .right-line:before {
    background-image: url(../images/transport1.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    bottom: -2px;
    width: 50px;
    height: 40px;
    content: ''; }
  .error404 .all-content .not-found-title .title {
    font-size: 70px;
    font-weight: 700;
    line-height: 50px;
    color: #8c358a; }
  .error404 .all-content .not-found-subtitle {
    margin: 43px 0 45px;
    color: #3d414c;
    font-size: 25px;
    font-weight: 700; }
  .error404 .all-content .not-found-link a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #8c358a;
    padding: 10px 20px;
    line-height: 20px; }
    .error404 .all-content .not-found-link a:hover, .error404 .all-content .not-found-link a:focus {
      background-color: #393F4B; }

/********************************* FOOTER *************************************/
.footer {
  margin: 0; }
  .footer .footer-top {
    padding: 48px 0 44px;
    background-color: #3d414c;
    color: #fff; }
    .footer .footer-top .footer-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .footer .footer-top .footer2 {
      text-align: center; }
      .footer .footer-top .footer2 ul {
        margin-top: -2px; }
        .footer .footer-top .footer2 ul li {
          line-height: 27px;
          display: block; }
          .footer .footer-top .footer2 ul li a {
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 23px;
            color: #fff;
            padding: 0; }
            .footer .footer-top .footer2 ul li a:hover, .footer .footer-top .footer2 ul li a:focus {
              color: #8c358a;
              font-weight: bold; }
          .footer .footer-top .footer2 ul li.active > a {
            color: #8c358a;
            font-weight: bold;
            background: transparent; }
    .footer .footer-top .footer3 {
      text-align: right; }
    .footer .footer-top .footer-col1-desc, .footer .footer-top .footer-col1-desc a {
      font-size: 14px;
      text-transform: uppercase;
      line-height: 28px;
      color: #fff; }
  .footer .footer-bottom {
    padding: 12px 0;
    border-top: 1px solid #95979c;
    background-color: #2b2e38;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
    .footer .footer-bottom .cookies {
      line-height: 22px; }
      .footer .footer-bottom .cookies span {
        float: right; }
        .footer .footer-bottom .cookies span a {
          color: #fff; }

/******************************************************************************/
@media (min-width: 1921px) {
  .header .header-top .header-top-inside:before {
    left: -24px; } }

@media (max-width: 1330px) {
  .slider .slick-prev {
    margin-left: 15px; }
  .slider .slick-next, .slider .slick-prev {
    margin-right: 15px; } }

@media (max-width: 1270px) {
  .slider .slide__title {
    font-size: 28px;
    padding-left: 50px; }
  .slider .slide__description {
    font-size: 31px;
    line-height: 38px;
    padding-left: 50px;
    padding-right: 45px; }
  .slider .slide__buttons {
    padding-left: 50px; }
  .contact-form-cont .contact-form {
    width: 430px;
    padding: 0 15px;
    right: 65px; } }

@media (max-width: 1199px) {
  .header .header-top .header-top-inside .lang-cont ul li {
    margin-left: 10px; }
  .header .header-top .header-top-inside .header-facebook {
    margin-left: 10px; }
  .header .header-top .header-top-inside .header-hours {
    margin-left: 10px;
    padding-left: 23px; }
  .header .header-top .header-top-inside .header-mail {
    margin-left: 10px;
    padding-left: 23px; }
  .header .header-top .header-top-inside .header-phone {
    margin-left: 10px; }
    .header .header-top .header-top-inside .header-phone.header-phone1 {
      margin-left: 0;
      padding-left: 21px; } }

@media (max-width: 1100px) {
  .slider .slide__title {
    font-size: 21px; }
  .slider .slide__description {
    font-size: 23px;
    line-height: 31px;
    padding-right: 100px; } }

@media (max-width: 991px) {
  .page-template-template-contact .map-cont .contact-form-cont {
    position: static;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    -vebkit-transform: none;
    height: 484px; }
    .page-template-template-contact .map-cont .contact-form-cont .contact-form {
      margin: 36px auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      float: none;
      position: static;
      -webkit-transform: none;
      transform: none;
      -ms-transform: none;
      -vebkit-transform: none;
      background-color: #3d414c;
      padding-bottom: 34px; }
  .page-template-template-contact .map-height {
    height: 400px; }
  .header .menu > li {
    margin: 50px 0 0 50px; }
  .home .contact-form-cont {
    display: none; }
  .slide__content {
    width: 100%; }
  .slider .slide__title {
    font-size: 31px; }
  .slider .slide__description {
    font-size: 37px;
    line-height: 46px;
    padding-right: 50px; }
  .header .header-top .header-top-inside {
    margin-left: 0;
    padding-right: 15px; }
  .header .header-top .header-top-inside:before,
  .header .header-top .header-top-inside:after {
    display: none; }
  .header-top .columns {
    padding: 0; }
  img.logo {
    max-width: 170px;
    margin-top: 17px; } }

@media (max-width: 930px) {
  .header .header-top .header-top-inside {
    margin-left: 0;
    padding-right: 15px; }
  .header .header-top .header-top-inside:before,
  .header .header-top .header-top-inside:after {
    display: none; }
  .header-top .columns {
    padding: 0; }
  img.logo {
    max-width: 170px;
    margin-top: 17px; } }

@media (max-width: 800px) {
  .slider .slide__description {
    font-size: 31px;
    line-height: 38px; } }

@media (max-width: 767px) {
  .home-cooperate .owl-item {
    height: 180px; }
  /*    .header .header-top .header-top-inside .lang-cont ul li {
            margin-left: 18px;
        }
        .header .header-top .header-top-inside .header-facebook {
            margin-left: 18px;
        }
        .header .header-top .header-top-inside .header-hours {
            margin-left: 18px;
            padding-left: 26px;
        }
        .header .header-top .header-top-inside .header-mail {
            margin-left: 18px;
            padding-left: 27px;
        }
        .header .menu > li {
            margin: 50px 0 0 30px;
        }*/
  .footer-top .columns {
    width: 100%; }
  .footer .footer-top .footer2 {
    text-align: left;
    margin-bottom: 20px; }
  .footer .footer-top .footer3 {
    text-align: left; }
  .page-template-template-contact .home-services-boxes {
    padding: 40px 0 50px; }
    .page-template-template-contact .home-services-boxes .home-boxes .columns {
      width: 100%;
      padding: 15px; } }

@media (max-width: 760px) {
  .header .header-top .header-top-inside .header-hours {
    display: none; } }

@media (max-width: 700px) {
  .slider {
    height: 600px; }
  .slider .slide {
    padding-top: 180px;
    height: 600px; }
  .slider .slide__title {
    font-size: 23px; }
  .slider .slide .button {
    margin-top: 14px; }
  .slider .slide__description {
    font-size: 25px;
    line-height: 33px; } }

@media (max-width: 640px) {
  .header .header-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999; }
    .header .header-top .header-top-inside .lang-cont ul li,
    .header .header-top .header-top-inside .header-facebook {
      margin-left: 10px; }
  .header .top-bar {
    position: fixed;
    top: 36px;
    z-index: 9999999;
    width: 100%; }
    .header .top-bar .columns {
      padding: 0; }
      .header .top-bar .columns .top-bar-right {
        background-color: #fff; }
    .header .top-bar .menu-mobile-btn {
      float: right;
      margin: 8px 15px; }
      .header .top-bar .menu-mobile-btn a {
        display: inline-block;
        font-size: 18px;
        color: #3d414c;
        text-transform: uppercase;
        font-weight: 500; }
    .header .top-bar .logo-cont {
      position: static; }
  .header img.logo {
    position: absolute;
    max-width: 80px;
    margin-top: 3px;
    margin-left: 15px; }
  .header .menu {
    position: fixed;
    top: 89px;
    width: 100%;
    z-index: 999999;
    background: #fff; }
    .header .menu.medium-horizontal > li {
      display: block;
      margin: 15px 0 15px 110px; }
    .header .menu .active:before {
      display: none; }
    .header .menu > li > a {
      padding: 0; }
    .header .menu .is-accordion-submenu-parent > a:after {
      border-color: #3d414c transparent transparent; }
    .header .menu > li:hover:before, .header .menu > li:focus:before {
      display: none; }
    .header .menu .submenu {
      position: static; }
      .header .menu .submenu li {
        display: block;
        margin: 15px 0 15px 30px; }
  .mobile-top-menu {
    display: none; }
  .footer .footer-bottom .cookies span {
    float: none;
    display: block;
    margin-top: 3px; }
  .all-content {
    margin-top: 89px; }
  .all-content-page {
    padding: 60px 0 40px 0; }
  .all-content-page .row img {
    margin-bottom: 30px; }
  .breadcrumbs {
    margin-top: 89px; }
    .breadcrumbs h1 {
      margin-top: 48px;
      font-size: 25px; }
  .home-services-boxes .home-boxes .home-box {
    border-left: 1px solid #ebebeb;
    margin-top: -1px; }
  .home-services-boxes .home-boxes .home-box .bg-white {
    background: transparent; }
  .home-services-boxes .home-boxes .home-box .slide__title {
    color: #fff; }
  .home-services-boxes .home-boxes .home-box .icon-hover {
    display: block !important; }
  .home-services-boxes .home-boxes .home-box .icon-not-hover {
    display: none !important; }
  .home-boxes .main-btn {
    color: #fff;
    background-color: #8c358a;
    border-color: #8c358a; }
  .home-services-boxes .home-boxes .home-box:hover, .home-services-boxes .home-boxes .home-box:focus {
    border: 1px solid #ebebeb !important; } }

@media (max-width: 600px) {
  .slider .slide__description {
    font-size: 20px;
    line-height: 29px; }
  .slider .slide__title {
    font-size: 20px; }
  .slider {
    height: 550px; }
  .slider .slide {
    padding-top: 160px;
    height: 550px; } }

@media (max-width: 610px) {
  .header .header-top .header-top-inside {
    height: 70px; }
  .header .header-top .header-top-inside .header-mail {
    position: absolute;
    right: 15px;
    top: 37px; }
  .header .top-bar {
    top: 69px; }
  .header .menu {
    top: 118px; }
  .header .menu .submenu li {
    margin: 15px 0 15px 15px; }
  .breadcrumbs {
    margin-top: 118px; }
  .breadcrumbs h1 {
    margin-top: 52px;
    font-size: 21px; } }

@media (max-width: 500px) {
  .home-cooperate .home-cooperate-title {
    font-size: 23px; }
  .home-cooperate .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px; }
  .slider .slide__description {
    font-size: 18px;
    line-height: 24px; }
  .slider .slide__title {
    font-size: 18px; }
  .slider .slide {
    padding-top: 140px; } }

@media (max-width: 470px) {
  .page-template-template-contact .contact-form-cont .contact-form .submit-cont {
    position: relative;
    top: 0;
    float: none;
    margin-top: 20px; }
  .page-template-template-contact .map-cont .contact-form-cont {
    height: 545px; }
  .page-template-template-contact .contact-form-cont .contact-form {
    width: 100%; } }

@media (max-width: 400px) {
  .slider .slide__title {
    font-size: 16px; }
  .slider .slide__description {
    font-size: 16px;
    line-height: 22px; }
  .header .header-top .header-top-inside .header-facebook {
    position: absolute;
    right: 48px;
    top: 33px; }
  .header .header-top .header-top-inside .lang-cont {
    position: absolute;
    right: 10px;
    top: 37px; }
  .header .header-top .header-top-inside .header-mail {
    left: 0;
    right: auto; }
  .header .header-top .header-top-inside .header-phone {
    padding-left: 21px;
    margin-left: 18px; }
  .header .header-top .header-top-inside .header-phone.header-phone1 {
    position: absolute;
    left: 12px; } }

/********************************* IE *****************************************/
.ie .contact-form-cont .contact-form {
  left: 100%;
  right: auto;
  margin-left: -64px; }

@media (width: 1440px) {
  .header .header-top .header-top-inside:before {
    left: -24px; }
  .home-services-boxes .home-boxes .home-box {
    border-left: 1px solid #ebebeb;
    margin-right: -2px; } }

@media (width: 1600px) {
  .header .header-top .header-top-inside:before {
    left: -23px; }
  .home-services-boxes .home-boxes .home-box {
    border-left: 1px solid #ebebeb;
    margin-right: -2px; } }

@media (width: 1024px) {
  .header .header-top .header-top-inside:before {
    left: -24px; } }

@media (width: 1280px) {
  .header .header-top .header-top-inside:before {
    left: -24px; } }

@media (width: 800px) {
  .home-services-boxes .home-boxes .home-box {
    border-left: 1px solid #ebebeb;
    margin-right: -3px; } }
