@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==================================================
    =SASS CSS
===================================================== */
/*  POPUP - underconstruction  */
#myModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: white;
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.8);
  /* Black w/ opacity */
  overflow: hidden;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 455px;
  /* Could be more or less, depending on screen size */
  width: 90%;
  height: 245px;
  -webkit-box-shadow: 0px 24px 102px -20px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 24px 102px -20px rgba(0, 0, 0, 0.75);
}

.modal-content .img-box {
  position: relative;
}

.modal-content .img-box .popup-img {
  display: block;
  width: 100%;
  height: 158px;
  background-size: cover !important;
  background-position: center !important;
}

.close {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  right: 0;
  top: 10px;
  cursor: pointer;
  font-family: "axiforma", sans-serif;
}

.modal-content .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  width: 100%;
  background: #fff;
}

.modal-content .text-box .logo {
  float: left;
  padding: 7px;
}

.modal-content .text-box p {
  float: left;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  font-size: 16px;
  text-transform: uppercase;
  color: #235466;
  font-family: "axiforma", sans-serif;
  line-height: 22px;
  margin-top: 22px;
}

/* ==================================================
    =Styles
===================================================== */
body {
  font: 100% "Open Sans", sans-serif;
  color: #235466;
  -webkit-text-size-adjust: none;
}

/* ==================================================
    =Mixins
===================================================== */
/* ==================================================
    =General classes for usage
===================================================== */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.cf:before, .cf:after,
.container:before, .container:after, .widget:before, .widget:after, form ol > li:before, form ol > li:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.cf:after, .clear,
.container:after, .widget:after, form ol > li:after {
  clear: both;
}

.cf, .container, .widget, form ol > li {
  zoom: 1;
}

/* Defined in html element when using rem unit */
html {
  font: normal 62.5% "Open Sans", sans-serif;
  color: #444;
  background-color: #fff;
}

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul, .view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form textarea {
  overflow: auto;
}

.normal-form input[type="text"]:focus,
.normal-form input[type="password"]:focus,
.normal-form input[type="datetime"]:focus,
.normal-form input[type="datetime-local"]:focus,
.normal-form input[type="date"]:focus,
.normal-form input[type="month"]:focus,
.normal-form input[type="time"]:focus,
.normal-form input[type="week"]:focus,
.normal-form input[type="number"]:focus,
.normal-form input[type="email"]:focus,
.normal-form input[type="url"]:focus,
.normal-form input[type="search"]:focus,
.normal-form input[type="tel"]:focus,
.normal-form input[type="color"]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

/* Button styling */
button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px "Open Sans", sans-serif;
  color: #fff;
  border: none;
  text-align: center;
  overflow: visible;
  cursor: pointer;
}

/* ==================================================
    =Typography
===================================================== */
h1, h2, h3, h4, h5, h6, p, table, .user-content ul, .user-content ol, .user-content dl {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

h1 {
  font: 400 32px/1.3 "Open Sans", sans-serif;
}

h2 {
  font: 400 24px/1.2 "Open Sans", sans-serif;
}

h3 {
  font: 400 22px/1.2 "Open Sans", sans-serif;
}

h4 {
  font: 400 20px/1.2 "Open Sans", sans-serif;
}

h5 {
  font: 400 16px/1.2 "Open Sans", sans-serif;
}

h6 {
  font: 400 14px/1.2 "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

/* Styling */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: bottom;
  font-size: 75%;
}

blockquote {
  font-style: italic;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul, .view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form input[type="text"]:focus,
.normal-form input[type="password"]:focus,
.normal-form input[type="datetime"]:focus,
.normal-form input[type="datetime-local"]:focus,
.normal-form input[type="date"]:focus,
.normal-form input[type="month"]:focus,
.normal-form input[type="time"]:focus,
.normal-form input[type="week"]:focus,
.normal-form input[type="number"]:focus,
.normal-form input[type="email"]:focus,
.normal-form input[type="url"]:focus,
.normal-form input[type="search"]:focus,
.normal-form input[type="tel"]:focus,
.normal-form input[type="color"]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

.page-template-tpl-general h3 {
  font-size: 32px;
  font-weight: bold;
}

.page-template-tpl-general p {
  font-size: 22px;
  color: #235466;
  line-height: 33px;
}

.page-template-tpl-general p b {
  font-weight: bold;
}

.page-template-tpl-general .links-privacy a {
  color: #235466;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.page-template-tpl-general table, .page-template-tpl-general tbody, .page-template-tpl-general tr, .page-template-tpl-general td {
  border: 3px solid #235466;
  font-size: 22px;
  color: #235466;
  background-color: #f5faff;
  padding: 10px;
  text-align: center;
}

.page-template-tpl-general td b {
  font-weight: bold;
}

.wordpress-gdpr-popup-close {
  background-color: transparent !important;
}

.wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-close {
  top: 22px;
}

.wordpress-gdpr-popup p {
  font-size: 22px;
  color: #235466;
  line-height: 33px;
}

.wordpress-gdpr-popup-container {
  display: inherit;
  padding: 0;
  width: 97%;
  margin: auto;
  margin-top: 20px;
}

.wordpress-gdpr-popup-container:after {
  content: "";
  display: block;
  clear: both;
}

.wordpress-gdpr-popup-text {
  width: 87%;
  float: left;
}

.wordpress-gdpr-popup-actions {
  float: left;
  margin-top: 0;
}

.fa {
  color: #8c8e91 !important;
  font-size: 20px;
}

.wordpress-gdpr-popup-text p strong {
  color: #235466;
  float: left;
  text-transform: uppercase;
  font-size: 25px;
}

.wordpress-gdpr-popup-text p a {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #235466;
}

.filter-loader {
  display: none;
  text-align: center;
  margin: 60px 0;
}

.filter-loader.show-loader {
  display: block;
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
body {
  position: relative;
  overflow-x: hidden;
}

.home h2 {
  float: left;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 56px 0;
  width: 192px;
}

h1 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
}

.employee-card-hack {
  padding-top: 200px;
  margin-top: -200px;
}

.header-spacer {
  padding-top: 165px;
}

.home #page-header {
  position: fixed;
}

#page-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header h1 {
  line-height: 0;
  margin-bottom: 20px;
}

#page-header .container {
  background: #215366;
  padding: 27px 10px 15px 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .site-branding {
  width: 254px;
  float: left;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .nav-wrap, #page-header .mobile-nav {
  float: right;
  width: -webkit-calc(100% - 254px);
  width: calc(100% - 254px);
  text-align: right;
}

#page-header .nav-wrap li, #page-header .mobile-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#page-header .nav-wrap a, #page-header .mobile-nav a {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  position: relative;
}

#page-header .nav-wrap a:hover:before, #page-header .mobile-nav a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

#page-header .nav-wrap a:hover:after, #page-header .mobile-nav a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

#page-header .nav-wrap a:before, #page-header .mobile-nav a:before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  bottom: -5px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .nav-wrap a:after, #page-header .mobile-nav a:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(23%);
  transform: translateX(23%);
  bottom: -5px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .nav-wrap .lang-nav, #page-header .mobile-nav .lang-nav {
  float: right;
  width: 38px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
}

#page-header .nav-wrap .lang-nav li, #page-header .mobile-nav .lang-nav li {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #809faf;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
  padding-top: 11px;
}

#page-header .nav-wrap .lang-nav .dk-option-selected, #page-header .mobile-nav .lang-nav .dk-option-selected {
  display: none;
}

#page-header .nav-wrap .lang-nav .dk-select-open-down .dk-select-options, #page-header .mobile-nav .lang-nav .dk-select-open-down .dk-select-options {
  overflow: hidden;
  border: none;
  background: transparent;
}

#page-header .nav-wrap .lang-nav .dk-select, #page-header .mobile-nav .lang-nav .dk-select {
  width: 38px;
  height: 38px;
}

#page-header .nav-wrap .lang-nav .dk-selected, #page-header .mobile-nav .lang-nav .dk-selected {
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  outline: 0;
  border: none;
  background: #809faf;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 11px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#page-header .nav-wrap .lang-nav .dk-selected:after, #page-header .mobile-nav .lang-nav .dk-selected:after {
  display: none;
}

#page-header .nav-wrap .lang-nav .dk-selected:before, #page-header .mobile-nav .lang-nav .dk-selected:before {
  display: none;
}

#page-header .nav-wrap .lang-nav .dk-selected:focus, #page-header .mobile-nav .lang-nav .dk-selected:focus {
  background: #173742;
}

#page-header .nav-wrap .lang-nav .dk-option, #page-header .mobile-nav .lang-nav .dk-option {
  background: #173742;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#page-header .nav-wrap .lang-nav .dk-option-highlight, #page-header .mobile-nav .lang-nav .dk-option-highlight {
  background: #fff;
  color: #173742;
}

#page-header .nav-wrap .small-nav, #page-header .mobile-nav .small-nav {
  float: left;
  width: -webkit-calc(100% - 38px);
  width: calc(100% - 38px);
  margin-bottom: 30px;
  padding-right: 13px;
}

#page-header .nav-wrap .small-nav li, #page-header .mobile-nav .small-nav li {
  margin: 0 20px;
  font-weight: 400;
}

#page-header .nav-wrap .small-nav a, #page-header .mobile-nav .small-nav a {
  font-size: 13px;
  font-weight: 400;
}

#page-header .nav-wrap .main-nav, #page-header .mobile-nav .main-nav {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

#page-header .nav-wrap .main-nav li, #page-header .mobile-nav .main-nav li {
  margin: 0 40px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

#page-header .nav-wrap .main-nav li .desk, #page-header .mobile-nav .main-nav li .desk {
  padding: 30px;
  padding-bottom: 10px;
}

#page-header .nav-wrap .main-nav li:hover .submenu, #page-header .mobile-nav .main-nav li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

#page-header .nav-wrap .submenu, #page-header .mobile-nav .submenu {
  background: #215366;
  left: -10px;
  padding-left: 10px;
  min-width: 220px;
  width: auto;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  position: absolute;
  padding-top: 15px;
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .nav-wrap .submenu li, #page-header .mobile-nav .submenu li {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

#page-header .nav-wrap .submenu a, #page-header .mobile-nav .submenu a {
  font-size: 13px;
  font-weight: 400;
}

#page-header .nav-wrap .submenu li a:after, #page-header .mobile-nav .submenu li a:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  right: -20px;
  left: auto;
  bottom: 5px;
  background: url(../img/icons/nav-arrow-left.png) no-repeat;
  background-size: 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .nav-wrap .submenu li:hover a:after, #page-header .mobile-nav .submenu li:hover a:after {
  opacity: 1;
}

#page-header .nav-wrap .submenu li a:before, #page-header .mobile-nav .submenu li a:before {
  display: none;
}

#page-header .nav-wrap .search-wrap, #page-header .mobile-nav .search-wrap {
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  top: -5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

#page-header .nav-wrap .search-wrap input, #page-header .mobile-nav .search-wrap input {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../img/icons/ico-search.png);
  background-size: 16px;
  background-position: center right 13px;
  background-repeat: no-repeat;
  border: none;
  border-radius: 30px;
  outline: 0;
  color: transparent;
  cursor: pointer;
  padding-left: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #235466;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-appearance: none;
}

#page-header .nav-wrap .search-wrap .search::-webkit-input-placeholder, #page-header .mobile-nav .search-wrap .search::-webkit-input-placeholder {
  color: #235466;
  opacity: 1;
}

#page-header .nav-wrap .search-wrap .search:-ms-input-placeholder, #page-header .mobile-nav .search-wrap .search:-ms-input-placeholder {
  color: #235466;
  opacity: 1;
}

#page-header .nav-wrap .search-wrap .search::placeholder, #page-header .mobile-nav .search-wrap .search::placeholder {
  color: #235466;
  opacity: 1;
}

#page-header .nav-wrap .search-wrap input:focus, #page-header .mobile-nav .search-wrap input:focus {
  color: #235466;
  position: absolute;
  width: 180px;
  background-color: #fff;
  background-image: url(../img/icons/ico-search-active.png);
  background-position: center right 13px;
  background-repeat: no-repeat;
}

#page-header .site-logo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

#page-header .site-logo a {
  display: inline-block;
}

#page-header .site-logo img {
  width: 100%;
  max-width: 254px;
  height: auto;
  display: block;
}

#breadcrumbs {
  position: fixed;
  top: 128px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#breadcrumbs.sticky {
  position: fixed;
  top: 81px;
  width: 100%;
  z-index: 999;
}

#page-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#page-header.sticky .nav-wrap {
  position: relative;
  top: 10px;
}

#page-header.sticky .nav-wrap .small-nav {
  display: none;
}

#page-header.sticky .nav-wrap .lang-nav {
  display: none;
}

#page-header.sticky .nav-wrap .submenu {
  background: #215366;
  left: -10px;
  padding-left: 10px;
}

#page-header.sticky .container {
  padding: 20px 10px 0 20px;
}

#page-header.sticky .site-branding {
  width: 160px;
}

#page-header.sticky:after {
  display: none;
  height: 0;
}

.home #page-header:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 220%;
  background: url(../img/bg/navigation-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header:hover:after {
  height: 220%;
}

.mobile-btn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.mobile-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-btn span:nth-child(1).active {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  position: relative;
}

.mobile-btn span:nth-child(2).active {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
}

.mobile-btn span:nth-child(3).active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  bottom: 2px;
}

#page-header .mobile-nav {
  display: none;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 320px;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #215366;
  padding: 30px;
  padding-top: 110px;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-header .mobile-nav.show-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#page-header .mobile-nav .search-wrap {
  top: 4px;
}

#page-header .mobile-nav .search-wrap input {
  color: #235466;
  position: absolute;
  width: 180px;
  background-color: #fff;
  background-image: url(../img/icons/ico-search-active.png);
  background-position: center right 13px;
}

#page-header .mobile-nav .main-nav {
  float: right;
  width: 100%;
  margin-top: 30px;
}

#page-header .mobile-nav .main-nav li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  position: relative;
  cursor: pointer;
}

#page-header .mobile-nav .small-nav {
  float: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
}

#page-header .mobile-nav .small-nav li {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}

#page-header .mobile-nav .lang-nav {
  top: 0;
  margin-left: 20px;
}

#page-header .mobile-nav a:before, #page-header .mobile-nav a:after {
  display: none;
}

#page-header .mobile-nav .submenu {
  display: none;
  position: relative;
  opacity: 1;
  visibility: visible;
  text-align: right;
  -webkit-transition: none;
  transition: none;
  padding-bottom: 10px;
}

#page-header .mobile-nav .submenu li, #page-header .mobile-nav .submenu a {
  text-transform: Initial;
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .iOS #page-header .mobile-nav {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

.home #promo {
  overflow: hidden;
}

.home #promo h1 {
  font-size: 135px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* transition-delay: 1.4s; */
}

.home #promo .btn-more {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* transition-delay: 1.9s; */
}

.home #promo .slider-btn-wrap {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  /* transition-delay: 1.9s; */
}

.home #promo .container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home #promo .slide {
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.home #promo .slide .image-box {
  background: url(../img/bg/promo-image-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home #promo .slide .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
}

.home #promo .video-box .fullscreen-bg__video {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.IE.home #promo .video-box .fullscreen-bg__video, .Edge.home #promo .video-box .fullscreen-bg__video {
  height: auto;
}

.btn-more {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-more .right-circle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% 0px;
  background-size: 17px;
}

.btn-more:hover .right-circle-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

#promo .promo-slider {
  height: 100%;
  min-height: 800px;
}

#promo .promo-slider .slick-arrow {
  display: none !important;
}

#promo .promo-slider .slider-btn-wrap {
  position: absolute;
  width: 100px;
  height: 30px;
  right: 40px;
  bottom: -5px;
}

#promo .promo-slider .slick-arrow-custom {
  display: block;
  position: absolute;
  outline: 0;
  z-index: 9;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  text-indent: -9000px;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#promo .promo-slider .custom-slick-next {
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% -105px;
  right: 0;
}

#promo .promo-slider .custom-slick-prev {
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% -52px;
  left: 0;
}

#promo .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #215366;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

#promo .pagingInfo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 16px;
  color: #fff;
}

#promo .slide {
  position: relative;
}

#promo .text-box {
  max-width: 1230px;
  width: 66%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 30px;
  opacity: 1;
}

#promo .text-box.show h1 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#promo .text-box.show p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#promo .text-box.show .top-content:after {
  opacity: 1;
}

#promo .text-box.show .btn-more {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#promo .text-box.show .slider-btn-wrap {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

#promo .text-box .top-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#promo .text-box .top-content:after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

#promo .text-box .more {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  outline: 0;
}

#promo .text-box .more .right-circle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#promo .text-box .more:hover .right-circle-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#promo .text-box p {
  text-transform: initial;
  color: #fff;
  font-size: 60px;
  padding-left: 10px;
  font-weight: 800;
  position: relative;
  top: -10px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

#promo .news-wrap {
  max-width: 1150px;
  width: 62%;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

#promo .news-wrap.show {
  opacity: 1;
}

#promo .news-wrap .subtitle {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#promo .news-wrap .news-box {
  float: left;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-right: 40px;
}

#promo .news-wrap .news-box a {
  display: block;
  outline: 0;
}

#promo .news-wrap .news-box p {
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 10px;
}

#promo .news-wrap .news-box .ico-calendar {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% -134px;
  background-size: 17px;
}

#promo .news-wrap .news-box .date {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.reference-section .top-headline {
  background: #809faf;
  padding: 0 20px;
}

.reference-section .top-headline .inner {
  max-width: 1170px;
  margin: auto;
}

.reference-section .top-headline p {
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 0;
  width: -webkit-calc(100% - 192px);
  width: calc(100% - 192px);
  padding: 60px 0 60px 17.5%;
}

.reference-section .reference-slider .slick-prev {
  display: none !important;
}

.reference-section .reference-slider .slick-arrow {
  display: none !important;
}

.reference-section .reference-slider .slick-next-custom {
  right: -60px;
  position: absolute;
  bottom: -60px;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  outline: 0;
  text-indent: -9000px;
  background-color: #fff;
  background-image: url(../img/icons/slider-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reference-section .reference-slider .slick-next-custom:hover {
  background-color: #215366;
  background-image: url(../img/icons/slider-arrow-blue-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.reference-section .bottom-content .item {
  height: 34.9vw;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 35vw;
  position: relative;
}

.reference-section .bottom-content .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #215366;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.reference-section .bottom-content .item-one {
  background: url(../img/bg/reference-bg.jpg) no-repeat;
  background-size: cover;
}

.reference-section .bottom-content .item-two {
  background: url(../img/bg/reference-bg.jpg) no-repeat;
  background-size: cover;
}

.reference-section .bottom-content .item-three {
  background: url(../img/bg/reference-bg.jpg) no-repeat;
  background-size: cover;
}

.reference-section .bottom-content .text-box {
  max-width: 690px;
  width: 100%;
  position: absolute;
  bottom: 23%;
  left: 50%;
  -webkit-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.reference-section .bottom-content .text-box.show {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  opacity: 1;
}

.reference-section .bottom-content .text-box a {
  display: block;
  outline: 0;
}

.reference-section .bottom-content .text-box .number-wrap {
  float: left;
  width: 120px;
  height: 120px;
  background: #fff;
  text-align: center;
}

.reference-section .bottom-content .text-box .number-wrap p {
  font-size: 38px;
  font-weight: bold;
  color: #215366;
  padding: 34px 0;
  margin: 0;
}

.reference-section .bottom-content .text-box .info-wrap {
  float: left;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  height: 120px;
  padding: 32px;
  background: #215366;
}

.reference-section .bottom-content .text-box .info-wrap h4 {
  font-size: 22px;
  color: #fff;
}

.reference-section .bottom-content .text-box .info-wrap p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.service-section {
  background: url(../img/bg/service-bg.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  padding: 0 20px;
}

.service-section .inner {
  max-width: 1170px;
  margin: auto;
  padding: 70px 0;
}

.service-section h2 {
  color: #215366;
  padding-top: 0px;
}

.service-section .list-wrap {
  float: left;
  padding-left: 17%;
}

.service-section .list-wrap li {
  position: relative;
  font-size: 22px;
  color: #215366;
  margin-bottom: 3px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.service-section .list-wrap li.show {
  opacity: 1;
}

.service-section .list-wrap a {
  position: relative;
  color: #235466;
}

.service-section .list-wrap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  right: -30px;
  bottom: 7px;
  opacity: 0;
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% -265px;
  background-size: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-section .list-wrap li a:hover:after {
  right: -20px;
  opacity: 1;
}

.service-section .list-wrap .btn-more {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.service-section .list-wrap .btn-more.show-btn {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.service-section .list {
  margin-bottom: 65px;
}

.btn-more {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  outline: 0;
}

.btn-more .right-blue-circle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  margin-left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("../img/icons/icons-sprite.png");
  background-position: 50% -247px;
}

.btn-more:hover .right-blue-circle-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.career-section {
  background: url(../img/bg/career-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 60%;
  padding: 0 20px;
}

.career-section .inner {
  max-width: 1170px;
  margin: auto;
  padding: 70px 0 140px;
}

.career-section .info-box {
  float: left;
  padding-left: 17%;
  max-width: 555px;
}

.career-section h2 {
  color: #215366;
  padding-top: 0px;
}

.career-section p {
  position: relative;
  font-size: 22px;
  color: #215366;
  margin-bottom: 65px;
}

.career-section .btn-more {
  color: #215366;
}

.map-section {
  background: url(../img/bg/map-world.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  min-height: 340px;
  position: relative;
}

.map-section .title-wrap {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-section .select-wrap {
  display: none;
  position: absolute;
  top: 160px;
  left: 8%;
  z-index: 99;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.map-section .select-wrap .dk-selected {
  background: #215366;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 700;
}

.map-section .select-wrap .dk-selected:after {
  display: none;
}

.map-section h2 {
  color: #215366;
  width: auto;
  float: none;
}

.map-section .inner {
  max-width: 100%;
  position: relative;
  height: 34.9vw;
}

.map-section .map-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.map-section .map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.map-section .map-overlay.active {
  opacity: 1;
}

.map-section .map-overlay.active .blue-circle {
  visibility: visible;
  opacity: 1;
}

.map-section .blue-circle.one-circle {
  display: none;
  visibility: visible;
  opacity: 1;
  top: 50%;
  right: 17%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.map-section .blue-circle {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: 100%;
  background: #215366;
  border-radius: 230px;
  text-align: center;
  padding-top: 40px;
  right: 0;
  top: 40%;
  z-index: 0;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.map-section .blue-circle p, .map-section .blue-circle li, .map-section .blue-circle a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.map-section .blue-circle ul {
  margin-top: 20px;
}

.map-section .blue-circle li {
  margin-bottom: 10px;
}

.map-section .blue-circle p {
  margin-bottom: 10px;
}

.map-section .blue-circle .name {
  font-weight: bold;
}

.map-section .visible {
  opacity: 1;
}

.map-section .croatia {
  background: url(../img/bg/map-croatia.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .croatia .blue-circle {
  right: 56%;
  top: 33%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .italy {
  background: url(../img/bg/map-italy.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .italy .blue-circle {
  right: 61%;
  top: 27%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .slovenia {
  background: url(../img/bg/map-slovenia.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .slovenia .blue-circle {
  right: 57%;
  top: 29%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .bih {
  background: url(../img/bg/map-bih.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .bih .blue-circle {
  right: 56%;
  top: 36%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .montenegro {
  background: url(../img/bg/map-montenegro.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .montenegro .blue-circle {
  left: 29%;
  top: 44%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .macedonia {
  background: url(../img/bg/map-macedonia.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .macedonia .blue-circle {
  right: 23%;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .albany {
  background: url(../img/bg/map-albanija.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .albany .blue-circle {
  right: 27%;
  top: 50%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .kosovo {
  background: url(../img/bg/map-kosovo.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .kosovo .blue-circle {
  left: 30%;
  top: 40%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .bulgaria {
  background: url(../img/bg/map-bulgary.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .bulgaria .blue-circle {
  right: 26%;
  top: 32%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .gruzija {
  background: url(../img/bg/map-gruzija.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .gruzija .blue-circle {
  right: 7%;
  top: 45%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .romania {
  background: url(../img/bg/map-romany.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .romania .blue-circle {
  right: 20%;
  top: 25%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .ukrania {
  background: url(../img/bg/map-ukrania.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .ukrania .blue-circle {
  right: 16%;
  top: 14%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .russia {
  background: url(../img/bg/map-russia.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .russia .blue-circle {
  right: 13%;
  top: 10%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.map-section .serbia {
  background: url(../img/bg/map-serbia.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .serbia .blue-circle {
  right: 55%;
  top: 38%;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.map-section .borders {
  background: url(../img/bg/overlay-borders.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.map-section .pin-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.map-section .dot-active {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  z-index: 2;
  background: url(../img/icons/pin-active.png) no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.map-section .dot-passive {
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background: url(../img/icons/pin-passive.png) no-repeat;
  background-position: center;
  background-size: 11px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.map-section .country-pin {
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #184864;
  padding-left: 15px;
  cursor: pointer;
}

.map-section .country-pin a {
  color: #184864;
}

.map-section .country-pin:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 1px;
  background: #809fae;
  bottom: -44px;
  left: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.map-section .position-1 {
  top: 59%;
  left: 46%;
  margin-top: -70px;
}

.map-section .position-1 .dot-passive {
  opacity: 0;
}

.map-section .position-1 .dot-active {
  opacity: 1;
  background: url(../img/icons/pin-active-red.png) no-repeat;
  background-position: center;
  background-size: 12px;
  z-index: 2;
}

.map-section .position-1:after {
  background: #e00000;
}

.map-section .position-2 {
  top: 57%;
  left: 41%;
  margin-top: -95px;
}

.map-section .position-2:after {
  height: 100px;
  bottom: -94px;
}

.map-section .position-3 {
  top: 56%;
  left: 44.6%;
  margin-top: -70px;
}

.map-section .position-3:after {
  height: 65px;
  bottom: -59px;
}

.map-section .position-4 {
  top: 57%;
  left: 47%;
  margin-top: -40px;
}

.map-section .position-4 .dot-active {
  opacity: 1;
}

.map-section .position-4:after {
  height: 61px;
  bottom: -58px;
}

.map-section .position-5 {
  top: 63.5%;
  left: 48.4%;
  margin-top: -40px;
  z-index: 7;
}

.map-section .position-5:after {
  height: 49px;
  bottom: -40px;
}

.map-section .position-6 {
  top: 68%;
  left: 49.7%;
  margin-top: -40px;
  z-index: 3;
}

.map-section .position-6 .dot-active {
  opacity: 1;
}

.map-section .position-6:after {
  height: 18px;
  bottom: -12px;
}

.map-section .position-7 {
  top: 71%;
  left: 50.6%;
  margin-top: -40px;
}

.map-section .position-7:after {
  height: 15px;
  bottom: -8px;
}

.map-section .position-8 {
  top: 70%;
  left: 49%;
  margin-top: -12px;
}

.map-section .position-8 .dot-active {
  opacity: 1;
}

.map-section .position-8:after {
  height: 11px;
  bottom: -5px;
}

.map-section .position-9 {
  top: 57%;
  left: 52.6%;
  margin-top: -40px;
  z-index: 2;
}

.map-section .position-9:after {
  height: 82px;
  bottom: -75px;
}

.map-section .position-10 {
  top: 53%;
  left: 54.6%;
  margin-top: -40px;
}

.map-section .position-10:after {
  height: 68px;
  bottom: -58px;
}

.map-section .position-11 {
  top: 46%;
  left: 59.3%;
  margin-top: -40px;
}

.map-section .position-11:after {
  height: 40px;
  bottom: -35px;
}

.map-section .position-12 {
  top: 29%;
  left: 64%;
  margin-top: -40px;
}

.map-section .position-12 .dot-active {
  opacity: 1;
}

.map-section .position-12:after {
  height: 40px;
  bottom: -35px;
}

.map-section .position-13 {
  top: 60%;
  left: 49.5%;
  margin-top: -40px;
  z-index: 6;
}

.map-section .position-13:after {
  height: 40px;
  bottom: -32px;
}

.map-section .position-14 {
  top: 66%;
  left: 68.6%;
  margin-top: -40px;
}

.map-section .position-14 .dot-active {
  opacity: 1;
}

.map-section .position-14:after {
  height: 40px;
  bottom: -35px;
}

#page-footer {
  position: relative;
  border-top: 1px solid #e7ecef;
  padding-top: 75px;
}

#page-footer .top-wrap {
  border-bottom: 1px solid #e7ecef;
  padding: 0 20px;
  padding-bottom: 75px;
}

#page-footer .inner {
  max-width: 1170px;
  margin: auto;
}

#page-footer h3 {
  font-size: 22px;
  color: #215366;
  font-weight: bold;
  float: left;
  width: 100%;
}

#page-footer li, #page-footer a {
  font-size: 14px;
  color: #215366;
  margin-bottom: 5px;
}

#page-footer .info-box {
  float: left;
  width: 50%;
}

#page-footer .menu-box {
  float: left;
  width: 50%;
}

#page-footer .logo-box {
  width: 100%;
  max-width: 1210px;
  margin: auto;
  padding: 22px 0;
}

#page-footer .menu-box ul {
  float: left;
  width: 50%;
}

#page-footer .bottom-content {
  background: #215366;
}

#page-footer .bt-top {
  position: fixed;
  right: -100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#page-footer .bt-top p {
  font-size: 12px;
  text-transform: uppercase;
  color: #215366;
  margin: 0;
}

#page-footer .bt-top .arrow-top {
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#page-footer .visible-btn {
  right: 0;
  top: 65%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#page-footer .address {
  margin-bottom: 30px;
}

#page-footer .fax {
  margin-bottom: 30px;
}

#page-footer .logo-box {
  border-bottom: 1px solid #e7ecef;
  padding: 18px 20px;
}

#page-footer .logo-box .left-side {
  width: -webkit-calc(100% - 430px);
  width: calc(100% - 430px);
  float: left;
}

#page-footer .logo-box .right-side {
  width: 430px;
  float: right;
  padding-top: 47px;
}

#page-footer .logo-box .right-side ul {
  float: left;
  width: 50%;
}

#page-footer .logo-box .right-side ul {
  text-align: right;
}

#page-footer .logo-box .right-side li {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 7px;
}

#page-footer .logo-box .right-side li:first-child:after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 14px;
  background: #184864;
  top: 3px;
  right: -10px;
}

#page-footer .logo-box .certificate {
  margin: 17px;
  margin-top: 25px;
}

#page-footer .logo-box .cert-iso {
  max-width: 60px;
  max-height: 60px;
}

#page-footer .logo-box .cert-dqs {
  max-width: 60px;
  max-height: 60px;
}

#page-footer .logo-box h3 {
  width: auto;
  margin-top: 40px;
  margin-right: 10px;
}

#page-footer .bottom-content {
  padding: 36.5px 20px;
}

#page-footer .bottom-content .footer-logo {
  float: left;
  max-width: 41px;
  margin-right: 19px;
}

#page-footer .bottom-content p, #page-footer .bottom-content a {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 6px;
}

#page-footer .bottom-content .rights {
  float: left;
}

#page-footer .bottom-content .ea-design {
  float: right;
  display: block;
  padding-top: 0;
}

#page-footer .bottom-content .ea-design img {
  max-width: 100%;
}

.application-popup-wrapper {
  position: fixed;
  background-color: rgba(79, 118, 132, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.application-popup-wrapper .app-popup {
  max-width: 455px;
  width: 95%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.application-popup-wrapper .app-popup .close-app {
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap {
  padding: 0 30px;
}

.application-popup-wrapper .app-popup .app-inner-wrap h5 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.application-popup-wrapper .app-popup .app-inner-wrap h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-top: -5px;
}

.application-popup-wrapper .app-popup .app-inner-wrap h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1dae0;
  position: relative;
  top: -10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date {
  margin-bottom: 45px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date p {
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date p i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: bottom;
  margin-bottom: 1px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date .date-app {
  float: right;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date .date-app img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.application-popup-wrapper .app-popup .app-inner-wrap .place-date .date-app p {
  float: right;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card {
  clear: both;
  position: relative;
  margin-bottom: 30px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1dae0;
  position: relative;
  top: 5px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card i {
  position: absolute;
  top: 3px;
  right: -5px;
  margin: 0;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card .description {
  display: none;
  padding: 20px 0 1px 0;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card .description p {
  font-size: 14px;
  margin-bottom: 10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card .description p strong {
  text-transform: uppercase;
  margin-left: 10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card .description ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-card .description ul li {
  margin-bottom: 5px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  color: #184864;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us i, .application-popup-wrapper .app-popup .app-inner-wrap .mail-us h4 {
  display: inline-block;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us i {
  width: 16px;
  height: 16px;
  padding: 10px 15px 0 10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1dae0;
  position: absolute;
  top: -25px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .mail-us:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d1dae0;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-footer {
  margin-bottom: 10px;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-footer h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.application-popup-wrapper .app-popup .app-inner-wrap .app-footer .close-app {
  float: right;
  padding: 0;
}

.app-popup-open {
  left: 0;
}

.app-popup-inner-animation {
  left: -100% !important;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.app-popup-wrapper-animation {
  left: -100%;
}

.page-template-tpl-search-services .main-wrapper {
  overflow: visible;
}

.breadcrumbs {
  background: #7f9faf;
  position: relative;
  width: 100%;
}

.breadcrumbs.hide {
  display: none;
}

.breadcrumbs span span a {
  display: inline-block;
  color: #fff;
  padding: 11.5px 31px;
  clear: both;
  float: none;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #173743;
}

.breadcrumbs span span a:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background: url(../img/bg/first-li-pattern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 2;
}

.breadcrumbs span span span a {
  display: inline-block;
  color: #fff;
  padding: 11.5px 31px;
  clear: both;
  float: none;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #215366;
}

.breadcrumbs span span span a:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  background: url(../img/bg/second-li-pattern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 2;
}

.breadcrumbs .breadcrumb_last {
  background: #7f9faf;
  color: #fff;
  clear: both;
  float: none;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 11px 11px;
  text-overflow: ellipsis;
}

.breadcrumbs .breadcrumb_last:after {
  display: none;
  content: "";
  width: 11px;
  height: 100%;
  background: url(../img/bg/second-li-pattern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.main-content {
  position: relative;
}

@media only screen and (max-width: 359px) {
  .breadcrumbs {
    display: none;
  }
}

.sectors .main-content:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5faff;
  height: 560px;
  z-index: -1;
}

.intro-section {
  padding: 53px 20px 31px;
  max-width: 1210px;
  margin: auto;
}

.intro-section h2, .intro-section h1 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #235466;
  margin-bottom: 26px;
}

.intro-section .text-1 {
  font-size: 22px;
  color: #235466;
  line-height: 33px;
}

.intro-section .intro-card .img-box {
  overflow: visible;
}

.absolute-card-inner .img-box {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.absolute-card-inner .img-box img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sector-gallery {
  max-width: 1210px;
  margin: auto;
  padding: 0 20px;
}

.sector-gallery .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 0;
}

.sector-gallery .col {
  float: left;
  margin: 15px;
  background: #235466;
  position: relative;
  height: 19.8vw;
  min-height: 320px;
}

.sector-gallery .col-1 {
  width: -webkit-calc(66.66% - 30px);
  width: calc(66.66% - 30px);
}

.sector-gallery .col-2 {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
}

.sector-gallery .col-3 {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  height: -webkit-calc(66.6% - 30px);
  height: calc(66.6% - 30px);
  position: absolute;
  right: 0;
  bottom: 0;
}

.sector-gallery .sector-box {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}

.sector-gallery .road {
  background: url(../img/photo/road-1.jpg) no-repeat;
}

.sector-gallery .railway {
  background: url(../img/photo/railway.jpg) no-repeat;
}

.sector-gallery .sea-building {
  background: url(../img/photo/sea-building.jpg) no-repeat;
}

.sector-gallery .airport {
  background: url(../img/photo/airport.jpg) no-repeat;
}

.sector-gallery .sky-building {
  background: url(../img/photo/sky-building.jpg) no-repeat;
}

.sector-gallery .hidrotech {
  background: url(../img/photo/hidrotech.jpg) no-repeat;
}

.sector-gallery .nature-protect {
  background: url(../img/photo/nature-protect.jpg) no-repeat;
}

.sector-gallery .industry {
  background: url(../img/photo/industry.jpg) no-repeat;
}

.sector-gallery .industry-building {
  background: url(../img/photo/industry-building.jpg) no-repeat;
}

.sector-gallery .sector-box-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sector-gallery .sector-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 28px;
  bottom: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sector-gallery .sector-title-inner {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.sector-gallery .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sector-gallery .text-box li {
  position: relative;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 1.6;
  padding-left: 15px;
}

.sector-gallery .text-box li:before {
  content: "\25CF";
  display: block;
  color: #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
}

.sector-gallery .ico-right-circle-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 34px;
  bottom: 44px;
}

.sector-gallery .sector-box:hover img {
  opacity: 0.1;
}

.sector-gallery .sector-box:hover .sector-title {
  opacity: 0;
}

.sector-gallery .sector-box:hover .text-box {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.sector-gallery .sector-box:hover .sector-box-bg {
  opacity: 0.1;
}

.gallery-description {
  padding: 52px 40px 97px;
  max-width: 1210px;
  margin: auto;
}

.user-content p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 50px;
  color: #235466;
}

.user-content ul {
  margin-bottom: 50px;
}

.user-content li {
  font-size: 14px;
  line-height: 24px;
}

.igh-lent {
  width: 100%;
}

.igh-lent img {
  width: 100%;
}

.inner {
  max-width: 1210px;
  margin: auto;
  padding: 0 20px;
}

.hundred {
  width: 100%;
}

.strategy-p {
  max-width: 785px;
  font-size: 14px;
  color: #235466;
  line-height: 24px;
}

.strategy-p a {
  color: #235466;
}

.main-banner {
  margin-bottom: 70px;
  position: relative;
}

.main-banner .banner-text {
  position: absolute;
  max-width: 770px;
  top: 56%;
  left: 21%;
}

.main-banner .banner-text h1 {
  font-weight: bold;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  text-align: left;
}

.info-text {
  margin-top: 70px;
}

.info-text .info-p-wrapper {
  float: left;
  width: 70%;
}

.info-text .info-p-wrapper p {
  max-width: 771px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  margin-bottom: 30px;
}

.info-text .info-stats {
  float: right;
  width: 30%;
  padding-left: 40px;
}

.info-text .info-stats ul {
  margin-left: auto;
  width: 230px;
}

.info-text .info-stats ul li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #184864;
  margin-bottom: 20px;
}

.info-text .info-stats ul li p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}

.pdf {
  margin-bottom: 3%;
}

.pdf .paper {
  max-width: 715px;
  position: relative;
}

.pdf .paper img {
  cursor: pointer;
}

.pdf .paper .paper-text {
  max-width: 200px;
  position: absolute;
  top: 74%;
  z-index: 2;
}

.pdf .paper .paper-text h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  color: #184864;
}

.pdf .paper .paper-text a {
  display: block;
  max-width: 110px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: left;
  color: #184864;
  margin-bottom: 5px;
}

.pdf .paper .paper-text a:nth-child(1) {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  color: #184864;
  max-width: 100%;
}

.pdf .goals {
  max-width: 770px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  margin-top: 50px;
  margin-left: -15px;
}

.pdf .goals h3 {
  font-size: 38px;
  font-weight: bold;
}

.pdf .goals p {
  color: #235466;
  max-width: 365px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.pdf .goals .vision {
  float: left;
  max-width: 370px;
  text-align: left;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 15px;
}

.pdf .goals .vision:nth-child(odd) {
  clear: left;
}

.chart-wrapper {
  width: 100%;
  background-color: #f5faff;
}

.chart-wrapper .chart h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #184864;
  padding-top: 2%;
  margin-bottom: 25px;
}

.chart-wrapper .chart .chart-pic {
  margin-left: 1%;
  padding-bottom: 15px;
  position: relative;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-wrapper .chart .chart-pic .hundred {
  width: 50%;
}

.chart-wrapper .chart .chart-pic .chart-text {
  max-width: 220px;
  float: left;
  top: 58%;
  right: -65%;
  width: 50%;
  padding-left: 40px;
}

.chart-wrapper .chart .chart-pic .chart-text p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  line-height: 24px;
}

.strategy {
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  margin-top: 4%;
  margin-bottom: 5.2%;
}

.strategy .strategy-wrap {
  max-width: 790px;
  float: left;
}

.strategy h1 {
  font-size: 38px;
  color: #235466;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

.strategy p {
  max-width: 785px;
  font-size: 14px;
  color: #235466;
}

.strategy h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 8%;
  margin-bottom: 2%;
}

.strategy ul {
  font-size: 14px;
}

.strategy ul li {
  margin-bottom: 5px;
}

.strategy h4 {
  float: left;
  max-width: 230px;
  font-weight: bold;
  font-size: 22px;
  margin-left: 145px;
  margin-top: 6%;
  line-height: 28px;
}

.ceo {
  position: relative;
  margin-bottom: 60px;
  background: url(../img/bg/novi_direktor.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}

.ceo .ceo-inner {
  max-width: 1210px;
  padding: 23px 20px;
  margin: auto;
}

.ceo .inner-content {
  max-width: 681px;
}

.ceo .ceo-small {
  max-width: 368px;
  width: 53%;
  position: relative;
  float: left;
  bottom: -58px;
}

.ceo .hundred {
  display: block;
}

.ceo .ceo-text {
  color: #235466;
  font-family: 'Open Sans', sans-serif;
  max-width: 285px;
  position: relative;
  width: -webkit-calc(47% - 28px);
  width: calc(47% - 28px);
  float: right;
  margin-left: 28px;
  padding-top: 54%;
}

.ceo .ceo-text .name-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ceo .ceo-text h4 {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 80px;
}

.ceo .ceo-text h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0px;
}

.ceo .ceo-text p {
  font-size: 14px;
}

.ceo-description {
  margin-bottom: 3%;
}

.employee-wrapper-main {
  margin-bottom: 50px;
}

.employee-wrapper-main .employee-wrapper {
  padding: 60px 20px;
}

.employee-wrapper-main .employee-wrapper .employee-cards {
  max-width: 850px;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair {
  width: 100%;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info {
  max-width: 100%;
  margin-bottom: 50px;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-pic {
  border-radius: 50%;
  overflow: hidden;
  max-width: 170px;
  float: left;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-pic .hundred {
  border-radius: 50%;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text {
  float: left;
  max-width: -webkit-calc(100% - 205px);
  max-width: calc(100% - 205px);
  color: #235466;
  font-family: 'Open Sans', sans-serif;
  margin-left: 35px;
  padding-right: 10px;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text span {
  font-size: 14px;
  line-height: 1.7;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text .title {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text .description {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #235466;
  margin: 10px 0;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text ul li {
  font-size: 14px;
}

.employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text ul li a {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #235466;
  text-decoration: none;
}

.about .info-text .left-colm {
  float: left;
  width: -webkit-calc(100% - 351px);
  width: calc(100% - 351px);
}

.about .info-text .left-colm .title-box {
  margin-bottom: 34px;
}

.about .info-text .left-colm .title-box h2 {
  font-weight: 700;
  font-size: 28px;
}

.about .info-text li {
  list-style-type: none;
  margin-bottom: 18px;
}

.about .info-text li p {
  margin-bottom: 10px;
}

.about .info-text ul {
  margin-left: 0;
}

.about .info-text li span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-right: 5px;
}

.promo-image-section-timeline .inner-content-timeline {
  width: 100%;
  position: relative;
  overflow-x: auto;
}

.promo-image-section-timeline .inner-content-timeline .main-image-timeline {
  width: 100%;
  height: 640px;
  min-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-image-section-timeline .inner-content-timeline .timeline {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.stock-detail-wrapper {
  clear: both;
  padding-left: 90px;
}

.stock-detail-wrapper .stock-detail {
  width: 100%;
  margin-bottom: 40px;
}

.stock-detail-wrapper .stock-detail .element {
  max-width: 370px;
  position: relative;
  width: 100%;
}

.stock-detail-wrapper .stock-detail .element .top-box {
  margin-bottom: 10px;
}

.stock-detail-wrapper .stock-detail .element .top-box .title {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.stock-detail-wrapper .stock-detail .element .top-box .subtitle {
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stock-detail-wrapper .stock-detail .element .top-box .number {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5px;
}

.stock-detail-wrapper .stock-detail .element .bottom-box {
  background: #235466;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}

.stock-detail-wrapper .stock-detail .element .bottom-box p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.stock-detail-wrapper .stock-detail .element .bottom-box p span {
  font-weight: 700;
  margin: 0 4px;
}

.stock-detail-wrapper .stock-detail .element .bottom-box p .arrow-top-2 {
  width: 9px;
  display: inline-block;
  height: 13px;
  position: relative;
  top: 1px;
}

/* Management 28.07.2020. */
.management-grid-wrap {
  max-width: 1210px;
  padding: 0 20px;
  margin: auto;
}

.management-grid-outer {
  margin-bottom: 60px;
}

.management-title-wrap {
  margin-bottom: 40px;
}

.management-title-big {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #235466;
  line-height: 1.1;
  margin: 0;
}

.management-title-small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #235466;
  line-height: 1.1;
  margin: 0;
}

.management-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.management-block-outer {
  width: 33.333333%;
  padding-left: 30px;
  margin-bottom: 45px;
}

.management-pic {
  margin-bottom: 20px;
}

.management-pic img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.management-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #235466;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}

.management-position {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #235466;
  line-height: 1.75;
  margin-top: 5px;
  margin-bottom: 15px;
}

.management-more-btn {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #235466;
  line-height: 1.6;
  text-transform: uppercase;
  cursor: pointer;
}

.management-more-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("../img/icons/arrow-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.management-more-btn .more-1 {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.management-more-btn .more-2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.active-btn:after {
  -webkit-transform: none;
  transform: none;
}

.active-btn .more-1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.active-btn .more-2 {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.management-info-text {
  padding-top: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #235466;
  line-height: 1.75;
  margin: 0;
}

.quality {
  margin-bottom: 2%;
  margin-top: 50px;
}

.quality h1 {
  font-size: 38px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  font-weight: bold;
  margin-bottom: 45px;
}

.quality .quality-wrapper {
  max-width: 805px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
}

.quality .quality-wrapper .iso {
  max-width: 390px;
  float: left;
}

.quality .quality-wrapper .iso .iso-card {
  width: 100%;
  margin-bottom: 40px;
}

.quality .quality-wrapper .iso .iso-card .iso-pic {
  max-width: 98px;
  float: left;
}

.quality .quality-wrapper .iso .iso-card .asme {
  margin-top: 12px;
}

.quality .quality-wrapper .iso .iso-card .iso-text {
  max-width: 277px;
  float: left;
  margin-top: 13px;
  margin-left: 15px;
  min-width: 207px;
}

.quality .quality-wrapper .iso .iso-card .iso-text .download-iso {
  float: left;
  max-width: 20px;
}

.quality .quality-wrapper .iso .iso-card .iso-text .download-iso a {
  padding: 0;
}

.quality .quality-wrapper .iso .iso-card .iso-text h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.quality .quality-wrapper .iso .iso-card .iso-text h3 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.quality .quality-wrapper .iso .iso-card .iso-text a {
  font-size: 14px;
  font-weight: bold;
  color: #184864;
  padding-left: 10px;
}

.blue {
  background-color: #f5faff;
}

.systems-wrapper {
  width: 100%;
  margin-bottom: 1%;
}

.systems-wrapper .intro-card {
  width: 290px;
}

.systems-wrapper .intro-card .card-title {
  font-size: 14px;
  line-height: 22px;
}

.systems-wrapper .intro-card .name {
  font-size: 22px;
  line-height: 32px;
  text-transform: initial;
}

.systems-wrapper .systems {
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  padding: 20px;
}

.systems-wrapper .systems h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
}

.systems-wrapper .systems .system-info .intro-card {
  width: 33.3333333%;
  float: left;
}

.systems-wrapper .systems .system-info .intro-card .inner .description {
  max-width: 200px;
}

.systems-wrapper .systems .system-info .department-leader {
  max-width: 290px;
}

.systems-wrapper .systems .system-info .department-leader .department-pic {
  max-width: 98px;
  margin-bottom: 30px;
}

.systems-wrapper .systems .system-info .department-leader h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.systems-wrapper .systems .system-info .department-leader h3 {
  font-size: 22px;
  font-weight: bold;
}

.systems-wrapper .systems .system-info .department-leader p {
  font-size: 14px;
  margin-bottom: 35px;
}

.systems-wrapper .systems .system-info .department-leader p span {
  padding-left: 20px;
}

.systems-wrapper .systems .system-info .department-leader .mob {
  max-width: 195px;
}

.systems-wrapper .systems .system-info .department-leader .rel {
  position: relative;
}

.systems-wrapper .systems .system-info .department-leader .rel .opened {
  display: block;
}

.systems-wrapper .systems .system-info .department-leader i {
  border: solid #235466;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.systems-wrapper .systems .system-info .department-text {
  max-width: 375px;
  width: 33.3333333%;
  float: left;
}

.systems-wrapper .systems .system-info .department-text p {
  font-size: 14px;
}

.systems-wrapper .systems .system-info .documentation {
  width: 33.3333333%;
  float: right;
}

.systems-wrapper .systems .system-info .documentation .documentation-text-wrap {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.documentation h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.documentation .doc-card {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  float: left;
  margin-left: 25px;
  margin-bottom: 35px;
}

.documentation .doc-card .pdf-pic {
  max-width: 41px;
  float: left;
}

.documentation .doc-card .doc-pdf-text {
  max-width: 120px;
  float: none;
  margin-left: 50px;
}

.documentation .doc-card .doc-pdf-text p {
  font-size: 14px;
  margin: 0;
}

.documentation .doc-card .doc-pdf-text .mb {
  font-size: 14px;
  font-weight: bold;
  color: #184864;
}

.blog .promo-image-section .inner-content {
  position: relative;
  overflow: hidden;
}

.blog .promo-image-section .blog-title {
  font-size: 40vw;
  line-height: 30vw;
  color: #fff;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: -19%;
  left: -5%;
  text-transform: uppercase;
  opacity: 0.62;
}

.blog-wrapper {
  max-width: 1210px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  padding: 0 20px;
  margin: auto;
}

.blog-wrapper .blog-cards {
  margin-top: 64px;
  padding-bottom: 40px;
}

.blog-wrapper .blog-posts {
  margin-top: 70px;
}

.blog-wrapper .blog-date {
  max-width: 150px;
}

.blog-wrapper .blog-date .date-icon {
  max-width: 30px;
  float: left;
}

.blog-wrapper .blog-date p {
  font-size: 11px;
  font-weight: bold;
  float: left;
  padding-left: 5px;
}

.blog-wrapper .blog-cards {
  width: 70%;
  float: left;
}

.blog-wrapper .blog-cards a {
  display: block;
  color: #235466;
}

.blog-wrapper .blog-cards a:hover .overlay {
  opacity: 0.8;
}

.blog-wrapper .blog-cards a:hover .right-arrow {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.blog-wrapper .blog-cards .blog-card {
  margin-bottom: 30px;
  position: relative;
}

.blog-wrapper .blog-cards .blog-card .blog-pic {
  max-width: 269px;
  width: 33%;
  float: left;
  position: relative;
}

.blog-wrapper .blog-cards .blog-card .blog-pic .image-news {
  width: 100%;
  height: 180px;
  background-size: cover !important;
  background-position: center !important;
}

.blog-wrapper .blog-cards .blog-card .right-arrow {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-wrapper .blog-cards .blog-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #235466;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-wrapper .blog-cards .blog-card .blog-pic img {
  display: block;
}

.blog-wrapper .blog-cards .blog-card .blog-text {
  max-width: 475px;
  margin-left: 25px;
  margin-top: 25px;
  float: left;
  position: relative;
  width: -webkit-calc(67% - 25px);
  width: calc(67% - 25px);
}

.blog-wrapper .blog-cards .blog-card .blog-text h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 28px;
}

.blog-wrapper .blog-cards .blog-card .blog-text h2 {
  font-size: 14px;
  line-height: 1.6;
}

.blog-wrapper .blog-cards .blog-card .blog-text .download-iso {
  float: left;
  max-width: 20px;
  position: absolute;
  right: 15px;
}

.blog-wrapper .blog-cards .blog-card .blog-text .download-iso a {
  padding: 0;
}

.blog-posts {
  width: 30%;
  float: left;
  padding-left: 60px;
}

.blog-posts h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 45px;
}

.blog-posts .quotes {
  margin-bottom: 45px;
  max-width: 240px;
}

.blog-posts .quotes h2 {
  font-size: 14px;
  font-weight: bold;
}

.blog-posts .quotes h4, .blog-posts .quotes a {
  font-size: 14px;
  color: #235466;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card .blog-pic {
  max-width: 269px;
  float: left;
}

.blog-card .blog-text {
  max-width: 475px;
  margin-left: 25px;
  margin-top: 25px;
  float: left;
  position: relative;
}

.blog-card .blog-text .article-link {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-card .blog-text .article-link a {
  color: #235466;
}

.blog-card .blog-text h2 {
  font-size: 14px;
  line-height: 1.6;
}

.blog-card .blog-text .download-iso {
  float: left;
  max-width: 20px;
  position: absolute;
  right: 15px;
}

.blog-card .blog-text .download-iso a {
  padding: 0;
}

.promo-image-section .blog-title-box {
  position: relative;
  width: 100%;
}

.more-posts {
  max-width: 110px;
  font-family: "Open Sans";
  color: #184864;
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}

.more-posts .plus-icon {
  max-width: 17px;
  margin: auto;
  cursor: pointer;
  margin-bottom: 15px;
}

.more-posts h4 {
  font-size: 14px;
  font-weight: bold;
}

.date-icon {
  max-width: 30px;
  float: left;
}

.blog-date {
  max-width: 150px;
}

.blog-date p {
  font-size: 11px;
  font-weight: bold;
  float: left;
  padding-left: 5px;
  margin: 0;
}

.blog-detail-wrapper {
  max-width: 1210px;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  padding: 63px 20px;
}

.blog-detail-wrapper .blog-detail {
  width: 70%;
  float: left;
  padding-bottom: 100px;
}

.blog-detail-wrapper .blog-detail p {
  font-size: 14px;
  margin-bottom: 50px;
  max-width: 100%;
  line-height: 1.6;
}

.blog-detail-wrapper .blog-detail ul {
  list-style: disc;
  margin-left: 2%;
  max-width: 100%;
  line-height: 1.6;
}

.blog-detail-wrapper .blog-detail ul li {
  font-size: 14px;
}

.blog-detail-wrapper .blog-detail .video-box {
  margin: 50px 0;
}

.blog-detail-wrapper .blog-detail .video-box p {
  margin-bottom: 10px;
}

.blog-detail-wrapper .blog-detail .video-blog {
  background: url(../img/photo/video-blog-cover.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-detail-wrapper .blog-detail .next-article {
  max-width: 100%;
  text-align: right;
  position: relative;
  margin-top: 60px;
}

.blog-detail-wrapper .blog-detail .next-article h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-detail-wrapper .blog-detail .next-article h5 {
  font-size: 14px;
}

.blog-detail-wrapper .blog-detail .next-article .article-text {
  max-width: 460px;
  float: right;
  width: 90%;
}

.blog-detail-wrapper .blog-detail .next-article .article-arrow {
  max-width: 41px;
  float: right;
  margin-left: 15px;
  width: 100%;
}

.blog-detail-wrapper .blog-documentation {
  max-width: 250px;
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  float: left;
  margin-left: 130px;
  width: -webkit-calc(30% - 130px);
  width: calc(30% - 130px);
}

.blog-detail-wrapper .blog-documentation .documentation {
  margin-bottom: 100px;
  float: right;
  margin-left: 15px;
}

.blog-detail-wrapper .blog-documentation .documentation .arcticle-text {
  float: right;
}

.blog-detail-wrapper .blog-documentation .documentation a {
  color: #235466;
  display: block;
}

.blog-detail-wrapper .right-colm {
  float: left;
  width: 30%;
}

.blog-detail-wrapper .right-colm .blog-posts {
  width: 100%;
  padding-left: 85px;
}

.blog-detail-wrapper .right-colm .blog-date {
  margin-bottom: 10px;
}

.blog-detail-wrapper .right-colm .date-icon {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  margin-top: 4px;
}

.blog-detail-wrapper .right-colm .blog-date p {
  display: inline;
  font-weight: 700;
}

.blog-detail-image img {
  display: block;
}

.related-boxes.similar-article .box-wrap {
  padding: 0 20px;
}

.related-boxes.similar-article a {
  display: inline-block;
  color: #235466;
}

.related-boxes.similar-article .blog-card {
  margin-bottom: 30px;
  position: relative;
}

.related-boxes.similar-article .blog-card .blog-pic {
  max-width: 269px;
  width: 33%;
  float: left;
  position: relative;
}

.related-boxes.similar-article .blog-card .right-arrow {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.related-boxes.similar-article .blog-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #235466;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.related-boxes.similar-article .blog-card .blog-pic img {
  display: block;
  width: 100%;
  max-height: 151px;
}

.related-boxes.similar-article .blog-card .blog-text {
  max-width: 475px;
  margin-left: 25px;
  margin-top: 25px;
  float: left;
  position: relative;
  width: -webkit-calc(67% - 25px);
  width: calc(67% - 25px);
}

.related-boxes.similar-article .blog-card .blog-text h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 28px;
}

.related-boxes.similar-article .blog-card .blog-text h2 {
  font-size: 14px;
  line-height: 1.6;
}

.related-boxes.similar-article .blog-card .blog-text .download-iso {
  float: left;
  max-width: 20px;
  position: absolute;
  right: 15px;
}

.related-boxes.similar-article .blog-card .blog-text .download-iso a {
  padding: 0;
}

.related-boxes.similar-article .blog-date {
  margin-bottom: 10px;
}

.related-boxes.similar-article .date-icon {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.related-boxes.similar-article .blog-date p {
  display: inline;
  font-weight: 700;
}

.intro-card {
  float: left;
  width: 210px;
  margin-bottom: 20px;
}

.intro-card .img-box {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.intro-card .card-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
}

.intro-card .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.intro-card .title {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.intro-card ul a, .intro-card ul li {
  font-size: 14px;
  line-height: 24px;
  color: #235466;
}

.intro-card .description {
  display: none;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
}

.card-arrow {
  width: 18px;
  height: 12px;
  display: block;
  margin-top: 10px;
  background-position: left center;
  cursor: pointer;
}

.intro-text.detail {
  float: left;
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  padding-right: 11%;
}

.sector-wrapper .top-img-box {
  position: relative;
  height: 30vw;
  min-height: 400px;
}

.sector-wrapper .sektor-detailed-bg {
  opacity: 0.7;
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}

.sector-wrapper .title-box {
  margin-bottom: 60px;
}

.sector-wrapper .sector-detail-box {
  margin-bottom: 60px;
}

.sector-wrapper .inner-content {
  max-width: 1210px;
  margin: auto;
  margin-top: -13%;
  padding: 0 20px;
  position: relative;
}

.sector-wrapper .title-box h2 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  padding-left: 100px;
  min-height: 124px;
}

.sector-wrapper .title-box span {
  font-size: 38px;
  display: inline-block;
  color: #fff;
  background: #235466;
  padding: 10px;
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 48px;
}

.sector-wrapper .detailed-description {
  float: left;
  max-width: 800px;
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  background-color: #f5faff;
  padding: 35px;
}

.sector-wrapper p, .sector-wrapper ul, .sector-wrapper .video-box {
  margin-bottom: 45px;
}

.sector-wrapper .hidden-text {
  display: none;
}

.sector-wrapper .show-more-box {
  text-align: right;
  position: relative;
  padding: 0;
}

.sector-wrapper .show-more {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #235466;
  font-weight: 700;
  margin-left: auto;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  width: 140px;
  right: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sector-wrapper .show-more.more.hide {
  display: none;
}

.sector-wrapper .show-more.less {
  display: none;
}

.sector-wrapper .show-more.less.show {
  display: block;
}

.sector-wrapper .show-more.less .card-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -2px;
  left: -8px;
}

.sector-wrapper .show-more .card-arrow {
  display: inline-block;
  position: relative;
  top: 4px;
}

.video-wrap {
  position: relative;
}

.video-wrap .video-box {
  position: relative;
  display: block;
  background: url(../img/photo/video-cover.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 24.7vw;
}

.video-wrap .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrap .play-box img {
  width: 40px;
  display: block;
}

.video-wrap .video-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 80px;
}

.video-wrap .youtube-ico {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 20px;
}

.video-wrap:before {
  content: "";
  display: block;
  height: 100%;
  width: 65px;
  background: #235466;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.download-box {
  float: right;
  max-width: 320px;
  width: 100%;
  background-color: #7f9faf;
  padding: 35px 35px  35px 55px;
}

.download-box ul {
  margin-bottom: 0;
}

.download-box li {
  list-style-type: none;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}

.download-box li a span strong {
  font-size: 11px;
}

.download-box li:last-child {
  margin: 0;
}

.sector-detail-box .user-content .download-box li {
  margin-bottom: 25px;
}

.download-box .title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.download-ico {
  display: inline-block;
  width: 40px;
  height: 54px;
  position: absolute;
  left: -25px;
}

.related-boxes {
  background: #f5faff;
}

.related-boxes .related-inner {
  padding-bottom: 70px;
}

.related-boxes .title-box {
  max-width: 1210px;
  margin: auto;
  padding: 55px 20px 35px;
}

.related-boxes .title-box h3 {
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
  float: left;
}

.related-boxes .title-box .reference-all {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  float: right;
  color: #215366;
  position: relative;
  top: 20px;
}

.related-boxes .sector-title.subtitle {
  font-size: 12px;
  left: 28px;
  top: 25px;
  bottom: auto;
}

.related-boxes .sector-gallery {
  padding: 0;
}

.related-boxes .sector-gallery .sector-title-inner {
  font-size: 22px;
  position: absolute;
  bottom: 25px;
}

.related-boxes .airport-2 {
  background: url(../img/photo/airport-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.related-boxes .road-2 {
  background: url(../img/photo/road-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.related-boxes .beach {
  background: url(../img/photo/beach.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-card-absolute-wrapper {
  width: 210px;
  float: right;
  position: relative;
  z-index: 5;
}

.intro-card-absolute-wrapper .intro-card-absolute {
  width: 210px;
  position: relative;
  margin-bottom: 30px;
}

.intro-card-absolute-wrapper .intro-card-absolute .reference-email ul {
  margin-left: 0;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner h6 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner h4 {
  font-size: 14px;
  margin-top: -5px;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner ul {
  margin-bottom: 10px;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner ul li {
  font-size: 14px;
  color: #215366;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .description {
  display: none;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  width: 140%;
  padding: 10px 50px 30px 50px;
  left: -50px;
  cursor: pointer;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .description p {
  line-height: 24px;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .description a {
  font-size: 14px;
  color: #215366;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .description a small {
  margin-left: 5px;
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .description .absolute-arrow-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.intro-card-absolute-wrapper .intro-card-absolute .absolute-card-inner .absolute-arrow-open {
  position: absolute;
  margin-top: 0;
}

.intro-card-absolute-wrapper .intro-card-absolute:nth-child(1) {
  z-index: 4;
}

.intro-card-absolute-wrapper .intro-card-absolute:nth-child(2) {
  z-index: 3;
}

.intro-card-absolute-wrapper .intro-card-absolute:nth-child(3) {
  z-index: 2;
}

.margin-3 {
  margin-bottom: 30px;
}

.service-gallery .plans {
  background: url(../img/bg/service-img-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service-gallery .people {
  background: url(../img/bg/service-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service-gallery .stones {
  background: url(../img/bg/service-img-3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service-gallery .project {
  background: url(../img/bg/service-img-4.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service-gallery .worker {
  background: url(../img/bg/service-img-5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service-gallery .pipe {
  background: url(../img/bg/service-img-6.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.service .gallery-description {
  padding-bottom: 20px;
}

.service-all-box {
  max-width: 1210px;
  margin: auto;
  padding-left: 35px;
  padding-bottom: 100px;
}

.service-all {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #215366;
}

.service-all .arrow-top {
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sector-gallery .top-height {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  top: 0;
}

.promo-image-section .inner-content {
  position: relative;
  min-height: 300px;
  max-height: 600px;
  height: 40vw;
  background-size: cover !important;
  background-position: center !important;
}

.promo-image-section .text-box {
  max-width: 1170px;
  width: 100%;
  position: absolute;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.promo-image-section .text-box h1 {
  max-width: 70%;
}

.main-text .inner-content {
  max-width: 1210px;
  margin: auto;
  padding: 60px 20px 120px;
}

.main-text .left-colm {
  float: left;
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
}

.main-text .right-colm {
  float: left;
  width: 350px;
}

.main-text .download-box {
  background: #fff;
  padding-top: 0;
}

.main-text .download-box .title {
  color: #235466;
}

.main-text .download-box a {
  color: #235466;
}

.main-text .download-box li {
  margin-bottom: 40px;
}

.reference .main-content:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5faff;
  height: 560px;
  z-index: -1;
}

.reference .related-boxes {
  background: transparent;
}

.filter-section {
  max-width: 1210px;
  margin: auto;
  padding: 0 20px;
}

.filter-section .title {
  float: left;
  width: 200px;
}

.filter-section .title p {
  font-size: 22px;
}

.filter-section .filter-wrap {
  float: left;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.filter-section .dk-select {
  float: left;
  max-width: 266px;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  height: 42px;
  margin-right: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.filter-section .dk-selected {
  height: 42px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px;
}

.filter-section .dk-selected:after {
  display: none;
}

.filter-section .dk-selected:before {
  border: none;
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../img/icons/card-arrow.png) no-repeat;
  background-size: 9px;
  margin: -0.125em 1em 0 0;
}

.filter-section .dk-selected:hover, .filter-section .dk-selected:focus {
  border-color: #215366;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter-section .dk-select-options {
  max-height: none;
}

.filter-section .dk-select-options .hidden {
  display: none;
}

.filter-section .dk-select-options .all-options {
  color: #bbbbbb;
}

.filter-section .dk-select-open-up .dk-select-options,
.filter-section .dk-select-open-down .dk-select-options,
.filter-section .dk-select-multi:focus .dk-select-options {
  border-color: #215366;
}

.filter-section .dk-option {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.filter-section .dk-select-options .dk-option-highlight {
  background-color: #215366;
}

.filter-section .select-box {
  float: left;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

.filter-section .input-wrap {
  float: left;
  width: 70px;
}

.filter-section input[type="submit"] {
  max-width: 70px;
  width: 100%;
  height: 42px;
  border: none;
  background-color: #215366;
  background-image: url(../img/icons/slider-arrow-blue-2.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
  text-indent: -9999px;
  cursor: pointer;
}

.filter-section .search-wrap {
  float: left;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 45px;
}

.filter-section .search-wrap form {
  float: left;
  width: 70%;
}

.filter-section .search-wrap input {
  max-width: 360px;
  width: 100%;
  height: 42px;
  padding-left: 15px;
  outline: 0;
  background-image: url(../img/icons/ico-search-active.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 20px center;
  border-width: 1px;
  line-height: .7;
  -webkit-appearance: none;
  line-height: 1.3;
}

.filter-section .search-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  color: #215366;
  font-family: "Open Sans", sans-serif;
}

.filter-section .search-wrap input:-ms-input-placeholder {
  font-size: 14px;
  color: #215366;
  font-family: "Open Sans", sans-serif;
}

.filter-section .search-wrap input::placeholder {
  font-size: 14px;
  color: #215366;
  font-family: "Open Sans", sans-serif;
}

.filter-section .search-wrap .results-wrap {
  float: right;
  position: relative;
  top: 28px;
  width: 30%;
  text-align: right;
}

.filter-section .search-wrap .results-wrap p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.show-more-box {
  max-width: 1210px;
  margin: auto;
  padding: 35px 20px 65px;
  text-align: center;
}

.show-more-box .sm-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #215366;
}

.show-more-box .plus-ico {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  margin-bottom: 10px;
}

.intro-card-absolute-wrapper .info-stats {
  float: left;
  padding-left: 40px;
}

.intro-card-absolute-wrapper .info-stats ul {
  margin-left: auto;
  width: 230px;
}

.intro-card-absolute-wrapper .info-stats ul li {
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  color: #184864;
  margin-bottom: 20px;
}

.intro-card-absolute-wrapper .info-stats ul li p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}

.project-title-wrap .project-title-inner {
  max-width: 1210px;
  margin: auto;
  padding: 30px 20px 32px;
}

.project-title-wrap span {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
}

.project-title-wrap h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 12px;
}

.project-title-wrap li {
  display: inline;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 40px;
  position: relative;
}

.project-title-wrap li:last-child:after {
  display: none;
}

.project-title-wrap .bold {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0px;
}

.blue-facts-wrap {
  background: #235466;
}

.blue-facts-wrap .blue-facts-inner {
  max-width: 1170px;
  margin: auto;
  padding: 21px 20px 13px;
}

.blue-facts-wrap li {
  position: relative;
  display: inline-block;
  color: #9eb4bc;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 13.7%;
  padding-top: 8px;
}

.blue-facts-wrap li:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 0px;
  width: 1px;
  height: 60px;
  background: #658894;
}

.blue-facts-wrap span {
  color: #fff;
  font-size: 22px;
  line-height: 42px;
  font-weight: 700;
  text-transform: initial;
}

.reference-detail .intro-card {
  float: right;
  width: 320px;
  padding: 35px 35px 35px 55px;
}

.reference-detail .intro-card ul {
  margin-left: 0;
}

.reference-detail .intro-card li {
  list-style-type: none;
}

.reference-detail .project-detail .bold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.reference-detail .project-detail p {
  margin-bottom: 15px;
  clear: both;
}

.reference-detail .project-detail p strong {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  text-transform: uppercase;
}

.reference-detail .project-detail .video-wrap {
  position: relative;
  margin: 60px 0;
}

.reference-detail .project-detail .faze-ul {
  max-width: 330px;
  float: left;
  width: 50%;
  list-style: none;
  margin: 0 0 50px 0;
}

.reference-detail .project-detail .faze-ul li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.reference-detail .project-detail .faze-ul li ul {
  float: none;
  width: 100%;
  margin: 0;
  list-style: none;
  border: none;
}

.reference-detail .project-detail .faze-ul li ul li {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.reference-detail .project-detail .faze-ul li ul li strong {
  font-size: 22px;
  text-transform: lowercase;
}

.reference-detail .project-detail .faze-ul li ul li small {
  font-weight: 300;
  margin-left: 10px;
}

.reference-detail .project-detail .faze-ul li ul li:nth-child(2) {
  margin: 0;
}

.reference-detail .project-detail .ul-border {
  border-left: 1px solid #235466;
}

.reference-detail .project-detail .ul-border li {
  padding-left: 40px;
}

.reference-detail .project-detail .ul-border li ul li {
  padding: 0;
}

.reference-detail .project-detail ul:nth-child(even) {
  clear: left;
  margin-left: 0;
}

.reference-detail .facts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
}

.reference-detail .facts-list li {
  position: relative;
  width: 40%;
  display: inline-block;
  list-style-type: none;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 40px;
}

.reference-detail .facts-list li:first-child {
  padding-left: 0;
}

.reference-detail .facts-list li:last-child:after {
  display: none;
}

.reference-detail .facts-list li:after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: -12px;
  right: 0;
  background: #b9c8d0;
}

.reference-detail .facts-list p {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 11px;
}

.reference-detail .facts-list p strong {
  font-size: 22px;
  line-height: 28px;
  text-transform: initial;
}

.reference-detail .facts-list p i {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}

.reference-detail .gallery-ico {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 20px;
}

.testimonials-wrap {
  background: #f5faff;
}

.testimonials-wrap .testimonials-inner {
  max-width: 1210px;
  padding: 0 20px;
  margin: auto;
}

.testimonials-wrap .subtitle {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 65px;
}

.testimonials-wrap .description {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 44px;
}

.testimonials-wrap .client-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-wrap .text-box {
  max-width: 760px;
  width: 100%;
  padding: 65px 0 70px;
}

.testimonials-wrap .client-title {
  font-size: 14px;
  line-height: 24px;
}

.ref-detail-slider-wrap .reference-slider-inner {
  overflow: hidden;
  max-height: 156px;
}

.ref-detail-slider-wrap .project-slider .slide {
  position: relative;
  background-color: #235466;
  height: 156px;
}

.ref-detail-slider-wrap .slick-arrow {
  display: none !important;
}

.ref-detail-slider-wrap .slider-btn {
  width: 42px;
  height: 42px;
  background: url(../img/icons/slider-btn.png) no-repeat;
  background-size: 42px;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ref-detail-slider-wrap .slider-btn:hover, .ref-detail-slider-wrap .slider-btn:focus {
  opacity: 1;
}

.ref-detail-slider-wrap .btn-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 18px;
}

.ref-detail-slider-wrap .content-wrap {
  position: absolute;
  max-width: 1210px;
  padding: 0 20px;
  width: 100%;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.ref-detail-slider-wrap .btn-wrap {
  width: 105px;
  float: left;
  margin-right: 15px;
}

.ref-detail-slider-wrap .name-box {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  float: left;
}

.ref-detail-slider-wrap .subtitle {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.ref-detail-slider-wrap .project-name {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.ref-detail-slider-wrap img {
  display: block;
  width: auto;
  height: 156px;
  position: absolute;
  left: 1200px;
  top: 0;
}

.main-wrapper {
  overflow: hidden;
}

.all-services .blue-bg, .search-results .blue-bg {
  background: #f5faff;
}

.search-results .blue-bg {
  padding-bottom: 30px;
}

.search-results .filter-section-search {
  margin-bottom: 0;
}

.select-box-search {
  max-width: 680px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.select-box-search .dropdown-search {
  margin-left: 20px;
  margin-right: 10px;
  width: 40%;
  min-width: 160px;
}

.select-box-search .search-results-wrap {
  margin: 0;
  max-width: 300px;
  float: none;
}

.select-box-search .input-search-wrap {
  float: none;
}

.search-number-wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  max-width: 290px;
  float: left;
}

.search-number-wrapper .result-number {
  text-align: center;
  max-width: 70px;
  float: left;
  margin-right: 20px;
}

.search-number-wrapper .result-number h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.search-number-wrapper .result-number p {
  font-size: 22px;
  font-weight: bold;
}

.search-number-wrapper .result-text-search {
  float: left;
  border-left: 1px solid #235466;
}

.search-number-wrapper .result-text-search p {
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 20px;
  margin-top: 5px;
}

.search-number-wrapper .result-text-search h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 20px;
}

.filter-section-search {
  margin-bottom: 70px;
}

.filter-section-search .filter-wrap-search {
  max-width: 680px;
  width: 60%;
  float: left;
}

.search-results-article .article-search {
  padding: 30px 20px 52px;
  max-width: 1200px;
  margin: auto;
}

.search-results-article .article-search .article-search-link {
  font-family: 'Open Sans', sans-serif;
  color: #235466;
  max-width: 505px;
  margin-bottom: 20px;
}

.search-results-article .article-search .article-search-link a, .search-results-article .article-search .article-search-link h5 {
  font-size: 22px;
  font-weight: bold;
  color: #235466;
}

.search-results-article .article-search .sub-search {
  max-width: 580px;
  margin-bottom: 20px;
}

.search-results-article .article-search .sub-search h6 {
  font-size: 18px;
  font-weight: bold;
}

.search-results-article .article-search p {
  max-width: 1150px;
  font-size: 14px;
  line-height: 1.5;
}

.search-results-article .article-search .article-http-link {
  max-width: 365px;
}

.search-results-article .article-search .article-http-link a {
  color: #235466;
  font-size: 14px;
  font-weight: bold;
}

.search-results-article .article-search .all-services-links {
  margin-top: -20px;
  float: left;
  width: 100%;
}

.search-results-article .article-search .all-services-links .service-link {
  max-width: 290px;
  float: left;
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 33.33333%;
  margin-bottom: 30px;
}

.search-results-article .article-search .all-services-links .service-link .service-link-pic {
  max-width: 17px;
  margin-top: 3px;
  min-width: 17px;
}

.search-results-article .article-search .all-services-links .service-link .service-link-text {
  margin-left: 10px;
}

.search-results-article .article-search .all-services-links .service-link .service-link-text a {
  color: #235466;
  font-size: 16px;
  font-weight: bold;
}

/* ==================================================
   2018 11 26 ONLY FOR ALL SERVICES SMALLER FONT
===================================================== */
.page-template-tpl-search-services .search-results-article .article-search p {
  max-width: 300px;
}

.page-template-tpl-search-services .search-results-article .article-search {
  padding: 1px 20px 20px;
}

.page-template-tpl-search-services .search-results-article .article-search strong {
  font-size: 13px;
}

.page-template-tpl-search-services .search-results-article .article-search h2 {
  margin-right: 10px;
}

.page-template-tpl-search-services .search-results-article .article-search h6 {
  font-size: 13px;
  font-weight: unset;
}

.page-template-tpl-search-services .search-results-article .service-link-text a {
  font-size: 13px;
}

.page-template-tpl-search-services .search-results-article .article-search .all-services-links .service-link .service-link-text a {
  font-size: 13px;
  font-weight: unset;
}

.page-template-tpl-search-services .search-results-article .article-search-link {
  float: left;
  width: 50%;
  max-width: 470px;
  border-right: 1px solid;
}

.page-template-tpl-search-services .search-results-article .sub-search {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-top: 10px;
}

.page-template-tpl-search-services .filter-section {
  margin-bottom: 20px;
}

.page-template-tpl-search-services .filter-section .dk-select {
  width: 100%;
}

.page-template-tpl-search-services .filter-section .select-box {
  width: 100%;
  max-width: 280px;
}

.page-template-tpl-search-services .filter-section form {
  float: left;
  width: 360px;
}

.page-template-tpl-search-services .filter-section .search-wrap {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  margin: 0;
}

.page-template-tpl-search-services .filter-section .search-wrap form {
  max-width: 360px;
  width: 100%;
}

.page-template-tpl-search-services .filter-section .results-wrap {
  float: left;
  width: 100%;
  text-align: left;
  padding: 25px 0;
}

.page-template-tpl-search-services .filter-section .results-wrap p {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.spacing {
  margin-bottom: 20px;
}

.pagination-search-wrap .paginations-search {
  max-width: 330px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 117px;
}

.pagination-search-wrap .paginations-search ul {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.pagination-search-wrap .paginations-search ul li {
  float: left;
  color: #235466;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
  border-radius: 50%;
  padding: 2px 8px;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pagination-search-wrap .paginations-search ul .active {
  background-color: #235466;
  color: #fff;
}

.pagination-search-wrap .paginations-search ul .li-num:hover {
  background-color: #235466;
  color: #fff;
}

.pagination-search-wrap .paginations-search ul .prev i {
  width: 17px;
  height: 17px;
  background: url("../img/icons/pagination-left-white.png");
  display: block;
  background-size: 17px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  margin-top: 1px;
  background-repeat: no-repeat;
}

.pagination-search-wrap .paginations-search ul .prev:hover i {
  width: 17px;
  height: 17px;
  background: url("../img/icons/pagination-left-blue.png");
  display: block;
  background-size: 17px;
  margin-top: 1px;
  background-repeat: no-repeat;
}

.pagination-search-wrap .paginations-search ul .next i {
  width: 17px;
  height: 17px;
  background: url("../img/icons/pagination-right-white.png");
  display: block;
  background-size: cover;
  margin-top: 1px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pagination-search-wrap .paginations-search ul .next:hover i {
  background: url("../img/icons/pagination-right-blue.png");
  display: block;
  background-size: cover;
  margin-top: 1px;
  width: 17px;
  height: 17px;
}

.intro-section.contact {
  position: relative;
}

.intro-section.contact h2 {
  text-transform: uppercase;
  margin-bottom: 6px;
}

.intro-section.contact .info {
  margin-top: 36px;
}

.intro-section.contact .info li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}

.intro-section.contact .info li .contact-en {
  position: relative;
  left: 10px;
}

.intro-section.contact .info a {
  font-weight: 400;
  color: #235466;
  position: absolute;
  left: 74px;
}

.intro-section.contact .important-info {
  position: absolute;
  right: 20px;
  top: 53px;
  background: #235466;
  max-width: 370px;
  width: 100%;
  padding: 50px 30px 40px 50px;
  z-index: 2;
}

.intro-section.contact .important-info .phone-ico {
  width: 38px;
  height: 38px;
  display: block;
  margin-bottom: 18px;
}

.intro-section.contact .important-info .title p {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.intro-section.contact .important-info .info-details ul {
  margin-bottom: 40px;
}

.intro-section.contact .important-info .info-details p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.intro-section.contact .important-info li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.intro-section.contact .important-info a {
  color: #fff;
  font-weight: 400;
}

.google-map-wrap .map-inner {
  position: relative;
  overflow: hidden;
  height: 31vw;
  min-height: 300px;
}

.google-map-wrap img {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}

.regional-centers-wrap {
  background: url(../img/bg/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.regional-centers-wrap .inner-content {
  max-width: 1210px;
  padding: 73px 20px;
  margin: auto;
}

.regional-centers-wrap .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 56px;
}

.regional-centers-wrap .center-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.regional-centers-wrap .list {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}

.regional-centers-wrap .list p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 33px;
}

.regional-centers-wrap .list a {
  color: #235466;
}

.regional-centers-wrap .list li {
  font-size: 14px;
  line-height: 24px;
}

.regional-centers-wrap .list li:nth-child(2) {
  margin-bottom: 23px;
}

.regional-centers-wrap .list strong {
  font-weight: 700;
}

.international-centers-wrap {
  background: #f5faff;
}

.international-centers-wrap .centers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.international-centers-wrap .centers-wrap .list ul li:nth-child(2) {
  margin-bottom: 24px;
}

.international-centers-wrap .centers-wrap .list ul li:nth-child(4) {
  margin-bottom: 24px;
}

.international-centers-wrap .inner-content {
  max-width: 1210px;
  padding: 73px 20px;
  margin: auto;
}

.international-centers-wrap .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 56px;
}

.international-centers-wrap .flag-ico {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}

.international-centers-wrap .list {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}

.international-centers-wrap .list p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 33px;
}

.international-centers-wrap .list a {
  color: #235466;
}

.international-centers-wrap .list li {
  font-size: 14px;
  line-height: 24px;
}

.international-centers-wrap .list .fax {
  margin-bottom: 23px;
}

.international-centers-wrap .list .mob {
  margin-top: 23px;
}

.international-centers-wrap .list .mail {
  margin-bottom: 24px;
}

/* 10.06.2020. */
.partners-wrap .inner-content {
  max-width: 1210px;
  padding: 73px 20px;
  margin: auto;
}

.partners-wrap .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 56px;
}

.partners-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo {
  display: block;
  width: 33.3333333%;
  text-align: center;
  margin-bottom: 30px;
}

.partner-logo img {
  max-width: 90%;
}

.intro-section .date-box p {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.intro-section .date-ico {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.blog-detail-wrapper.news-detail-inner {
  padding: 70px 20px;
}

.blog-detail-wrapper.news-detail-inner p {
  margin-bottom: 20px;
}

.blog-detail-wrapper.news-detail-inner .news-detail-cover {
  background: url(../img/photo/video-cover.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.similar-news .sector-box:hover .sector-title {
  opacity: 1;
  padding-right: 30px;
}

.similar-news .text-box {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.similar-news .sector-title {
  text-transform: initial;
  font-weight: 400;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  padding-right: 30px;
}

.similar-news .date-box {
  position: relative;
  z-index: 2;
  top: 30px;
  left: 30px;
}

.similar-news .date-box p {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.similar-news .date-ico-2 {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.investors-section .promo-image-section .inner-content {
  max-height: 100%;
  height: auto;
}

.investors-section .img-box {
  position: relative;
  margin: 20px 0;
}

.investors-section .img-box img {
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
  width: 67%;
}

.investors-section .img-box .img-text {
  float: left;
  position: absolute;
  width: 33%;
  height: 100%;
  right: 0;
}

.investors-section .img-box p {
  position: absolute;
  max-width: 200px;
  margin-left: auto;
  bottom: 0;
  left: 80px;
}

.investors-section .promo-image-section .main-image {
  min-height: 453px;
  width: 100%;
}

.investors-section .promo-image-section .elements-wrapper {
  /* position: absolute;
			max-width: 1210px;
			width: 100%;
			padding: 0 20px;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%); */
  position: relative;
  max-width: 1210px;
  width: 100%;
  padding: 30px 20px;
  margin: auto;
  /* left: 50%;
			top: 50%;
			transform: translate(-50%, -50%); */
}

.investors-section .promo-image-section .work-section {
  /* top: 10%;
			transform: translateX(-50%); */
}

.investors-section .promo-image-section .elements-box {
  max-width: 770px;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}

.investors-section .promo-image-section .element {
  position: relative;
  margin: 13px;
  max-width: 370px;
  background: #fff;
  float: left;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.investors-section .promo-image-section .element .title {
  font-size: 1.12vw;
  line-height: 1.42vw;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.investors-section .promo-image-section .element .subtitle {
  font-size: 0.71vw;
  line-height: 1.02vw;
  text-transform: uppercase;
}

.investors-section .promo-image-section .element .number {
  font-size: 3.05vw;
  line-height: 2.7vw;
  font-weight: 700;
  margin-bottom: 5px;
}

.investors-section .promo-image-section .element .top-box {
  padding: 30px;
  padding-bottom: 50px;
}

.investors-section .promo-image-section .element .bottom-box {
  position: absolute;
  background: #235466;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}

.investors-section .promo-image-section .element .bottom-box p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.investors-section .promo-image-section .element .bottom-box span {
  font-weight: 700;
  margin: 0 4px;
}

.investors-section .promo-image-section .element .arrow-top-2 {
  width: 9px;
  display: inline-block;
  height: 13px;
  position: relative;
  top: 1px;
}

.investors-section .promo-image-section .element.head-title {
  background: transparent;
}

.investors-section .promo-image-section .element.head-title p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  bottom: 18%;
  padding-right: 90px;
}

.investors-section .main-text .inner-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stocks-section {
  background: #f5faff;
}

.stocks-section .inner-content {
  max-width: 1210px;
  margin: auto;
  padding: 88px 20px;
}

.stocks-section .inner-content .stocks-inner {
  max-width: 765px;
  float: left;
  width: -webkit-calc(100% - 375px);
  width: calc(100% - 375px);
}

.stocks-section .inner-content .stock-detail-wrapper {
  float: right;
  clear: none;
  padding: 0;
  max-width: 375px;
}

.stocks-section .inner-content .img-box {
  float: left;
  width: 150px;
}

.stocks-section .inner-content .zagreb-logo {
  width: 150px;
  width: 100%;
  height: auto;
  float: none;
}

.stocks-section .inner-content .text-box {
  float: left;
  padding-left: 50px;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.stocks-section .inner-content .text-box p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}

.stocks-section .inner-content .text-box a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #205867;
  font-size: 14px;
  line-height: 22px;
}

.stocks-section .inner-content .right-blue-circle-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.acordian-wrap {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

.acordian-wrap .acordian-hidden {
  display: none;
}

.acordian-wrap .title-box {
  border-bottom: 2px solid #bccdd1;
}

.acordian-wrap h3 {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 13px 0;
}

.acordian-wrap .acordian-arrow {
  width: 9px;
  height: 6px;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.acordian-wrap .acordian-arrow.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.arhive .inner-content {
  padding: 60px 20px 80px;
}

.arhive .left-colm {
  padding-right: 48px;
}

.arhive .left-colm .section-title {
  margin-bottom: 27px;
}

.arhive .left-colm h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

.arhive .right-colm {
  padding-left: 60px;
}

.arhive .right-colm .side-text-box {
  padding-top: 65px;
}

.arhive .side-text-box p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.arhive .pdf-wrapper {
  padding: 40px 5px 25px;
}

.arhive .pdf-wrapper ul {
  margin-bottom: 0;
}

.arhive .pdf-wrapper li {
  list-style-type: none;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}

.arhive .pdf-wrapper li span {
  font-weight: 700;
}

.arhive .pdf-wrapper a {
  color: #235466;
}

.arhive .pdf-wrapper .subtitle {
  margin-bottom: 20px;
  font-weight: 700;
}

.arhive .pdf-wrapper .top-list {
  margin-bottom: 60px;
}

.arhive .pdf-wrapper .bottom-list li {
  display: inline-block;
  margin-right: 60px;
}

.arhive.notice {
  background: #f5faff;
}

.stock-detail-wrapper .stock-detail .element .top-box .last-price {
  font-size: 22px;
}

.construction {
  padding: 30px 20px;
}

.construction h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
}

.construction .construction-top {
  width: 100%;
  max-width: 100%;
}

.construction .construction-card {
  max-width: 310px;
  position: relative;
  width: 33.33333%;
  float: left;
}

.construction .construction-card .construction-img-top {
  max-width: 120px;
  position: absolute;
  right: 0;
  top: -20px;
}

.construction .construction-card .construction-img-top img {
  width: 100%;
}

.construction .construction-card .img-top {
  top: -50px;
}

.construction .construction-card h5 {
  background-color: #809eac;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  padding: 6px 8px;
}

.construction .construction-card h2 {
  font-size: 22px;
  font-weight: bold;
}

.construction .construction-card p {
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans";
  text-transform: uppercase;
  max-width: 245px;
}

.testimonials-wrapper .inner {
  padding: 50px 20px 95px 20px;
}

.testimonials-wrapper .inner .testimonial-heading {
  margin-bottom: 80px;
}

.testimonials-wrapper .inner .testimonial-heading h4 {
  font-size: 38px;
  font-weight: bold;
  float: left;
}

.testimonials-wrapper .inner .testimonial-heading a {
  font-size: 14px;
  font-weight: bold;
  color: #184864;
  text-transform: uppercase;
  float: right;
  padding-top: 20px;
}

.testimonial-inner {
  margin-left: -20px;
}

.testimonials {
  max-width: 400px;
  width: -webkit-calc(33.33333% - 40px);
  width: calc(33.33333% - 40px);
  margin: 0 20px;
  float: left;
  margin-bottom: 30px;
}

.testimonials .test-pic {
  max-width: 275px;
}

.testimonials .test-pic h2 {
  margin-bottom: 35px;
}

.testimonials .test-pic img {
  max-width: 100px;
  margin-bottom: 10px;
  max-height: 100px;
  border-radius: 50%;
}

.testimonials .test-pic h4, .testimonials .test-pic h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.testimonials .test-pic h4 {
  margin-bottom: 5px;
}

.testimonials .test-pic p {
  font-size: 14px;
  max-width: 275px;
}

.testimonials .test-text {
  max-width: 275px;
}

.testimonials .test-text h4 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: -30px;
}

.testimonials .test-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #235466;
}

.new-article {
  padding: 70px 20px 40px 20px;
}

.new-article .new-article-link {
  max-width: 365px;
  color: #235466;
  margin: auto;
  display: block;
}

.new-article .new-article-link .new-article-text {
  text-align: right;
  float: left;
}

.new-article .new-article-link .new-article-text h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.new-article .new-article-link .new-article-text p {
  font-size: 14px;
}

.new-article .new-article-link .new-article-img {
  max-width: 40px;
  float: right;
}

.pointer {
  cursor: pointer;
}

.page-template-tpl-careers-development .blog-detail a {
  color: #235466;
}

.main-text .work-with {
  padding: 60px 20px 0px;
}

.job-wrapper .job {
  padding: 58px 20px 60px 20px;
}

.job-wrapper .job .job-card-wrapper {
  margin-left: -15px;
}

.job-wrapper .job .job-card {
  max-width: 370px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
  margin-bottom: 30px;
}

.job-wrapper .job .job-card .job-top {
  background-color: #fff;
  padding: 30px 30px 1px 30px;
}

.job-wrapper .job .job-card .job-top h4 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.job-wrapper .job .job-card .job-top p:nth-child(4) {
  margin-bottom: 25px;
  line-height: 20px;
}

.job-wrapper .job .job-card .job-top p, .job-wrapper .job .job-card .job-top ul {
  margin-bottom: 20px;
}

.job-wrapper .job .job-card .job-top p, .job-wrapper .job .job-card .job-top ul, .job-wrapper .job .job-card .job-top li {
  font-size: 14px;
}

.job-wrapper .job .job-card .job-top ul {
  list-style-type: disc;
  margin-left: 20px;
}

.job-wrapper .job .job-card .job-top ul li {
  margin-bottom: 5px;
}

.job-wrapper .job .job-card .job-top h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.job-wrapper .job .job-card .job-bottom {
  background-color: #235466;
  position: relative;
}

.job-wrapper .job .job-card .job-bottom a {
  color: #f5faff;
  font-size: 14px;
  display: block;
  padding: 18px 0 18px 30px;
}

.job-wrapper .job .job-card .job-bottom a:nth-child(2) {
  position: absolute;
  top: 3px;
  right: 15px;
}

.investors-section .inner-content {
  min-height: 390px;
  background-size: cover !important;
  background-position: center right !important;
}

.page-template-tpl-work-with-us .inner-content {
  min-height: 560px;
}

/* ajax loader, gallery */
.ajax-loader .loading-overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ajax-loader .loader-wrap {
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -7px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ajax-loader .loader-2,
.ajax-loader .loader-2:before,
.ajax-loader .loader-2:after {
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1s infinite ease-in-out;
  animation: load7 1s infinite ease-in-out;
}

.ajax-loader .loader-2 {
  color: #e3edf6;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.ajax-loader .loader-2:before,
.ajax-loader .loader-2:after {
  content: '';
  position: absolute;
  top: 0;
}

.ajax-loader .loader-2:before {
  left: -1.7em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ajax-loader .loader-2:after {
  left: 1.7em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

.ajax-loader.loading .loader-wrap {
  opacity: 1;
  visibility: visible;
}

.ajax-loader.loading .loading-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

/* Modal ---------------------------------------------------------- */
.modal-full {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 9999;
  -webkit-transform: perspective(500px) translateX(-50%) translateZ(-250px) translateY(350px) rotateY(30deg) rotateX(-20deg);
  transform: perspective(500px) translateX(-50%) translateZ(-250px) translateY(350px) rotateY(30deg) rotateX(-20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform 0s ease 1s;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform 0s ease 1s;
  transition: opacity .4s ease, visibility .4s ease, transform 0s ease 1s;
  transition: opacity .4s ease, visibility .4s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
}

#modal-close {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 42px;
  right: 44px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#modal-close .close-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../img/icons/close-1.png) 0 0 no-repeat;
  background-size: 44px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  cursor: pointer;
}

#modal-close:hover .close-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-open .modal-full {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal-open .modal-full .video-modal {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.modal-open #modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

/* Video modal ---------------------------------------------------------- */
.video-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.video-modal video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Vertical center alignment */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Horizontal center alignment */
}

.video-modal iframe {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.video-open .video-modal iframe {
  opacity: 1;
}

body .modal-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .modal-box.active {
  opacity: 1;
  visibility: visible;
}

.gallery-modal {
  width: 100%;
  height: 100%;
}

.gallery-modal .slick-slide {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-modal .slick-slide:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery-modal .slick-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.gallery-modal .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 30px 22px;
  cursor: pointer;
  margin-top: -41px;
  z-index: 2;
}

.gallery-modal .slick-arrow img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.gallery-modal .slick-prev {
  left: 20px;
}

.gallery-modal .slick-prev img {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.gallery-modal .slick-prev:hover img {
  -webkit-transform: rotateZ(-180deg) translateX(20px);
  transform: rotateZ(-180deg) translateX(20px);
}

.gallery-modal .slick-next {
  right: 20px;
}

.gallery-modal .slick-next:hover img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.gallery-modal .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.gallery-modal .slick-dots li {
  display: inline-block;
  width: 48px;
  height: 25px;
  padding-top: 11px;
  margin: 8px;
  cursor: pointer;
}

.gallery-modal .slick-dots li button {
  display: inline-block;
  width: 100%;
  height: 3px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.gallery-modal .slick-dots .slick-active button {
  background: #5da8ef;
}

@media only screen and (max-width: 1800px) {
  .home #promo h1 {
    font-size: 130px;
  }
  #promo .text-box p {
    font-size: 54px;
  }
  /* ==================================================
    About us css
===================================================== */
  .main-banner .banner-text {
    width: 41%;
  }
  .main-banner .banner-text h1 {
    font-size: 3vw;
  }
  .ceo {
    margin-bottom: 100px;
  }
  .ceo .ceo-text h4 {
    font-size: 1vw;
    margin-bottom: 45%;
  }
  .ceo .ceo-text h1 {
    font-size: 2vw;
  }
  .ceo .ceo-text p {
    font-size: .9vw;
  }
}

@media only screen and (max-width: 1600px) {
  .home #promo h1 {
    font-size: 110px;
  }
  .wordpress-gdpr-popup-text {
    width: 100%;
    float: none;
  }
  .wordpress-gdpr-popup-actions {
    float: none;
    margin-top: 20px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #promo .text-box p {
    font-size: 44px;
  }
  #promo .news-wrap .news-box p {
    font-size: 18px;
    line-height: 28px;
  }
  #promo .news-wrap .subtitle {
    margin-bottom: 15px;
  }
  #page-header .nav-wrap .small-nav a,
  #page-header .mobile-nav .small-nav a {
    font-size: 12px;
    line-height: 16px;
  }
  .service-section .list-wrap li {
    font-size: 18px;
  }
  .btn-more {
    font-size: 12px;
  }
  h2 {
    font-size: 30px;
  }
  .career-section p {
    font-size: 18px;
  }
  .intro-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .intro-section .text-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .sector-wrapper .title-box h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .sector-wrapper .inner-content {
    margin-top: -220px;
  }
  .page-template-tpl-general h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  .home #promo h1 {
    font-size: 90px;
  }
  #promo .text-box p {
    font-size: 38px;
    padding-left: 5px;
  }
  .map-section .blue-circle {
    right: -70px;
  }
  #promo .text-box {
    width: 70%;
  }
  #promo .news-wrap {
    width: 64%;
  }
  #promo .news-wrap .news-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .map-section .map-overlay .blue-circle {
    right: 3%;
    left: auto;
    top: 28%;
  }
  /* ==================================================
    About us css
===================================================== */
  .ceo .ceo-text h4 {
    margin-bottom: 37%;
  }
  /* ==================================================
    popup css
===================================================== */
  .wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-close {
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .map-section .country-pin {
    font-size: 12px;
  }
  #page-header .nav-wrap .main-nav li {
    margin: 0 25px;
  }
  #page-header .nav-wrap .submenu li {
    margin: 0;
    margin-bottom: 10px;
  }
  .map-section .blue-circle {
    max-width: 200px;
    max-height: 200px;
  }
  .map-section .blue-circle li {
    margin-bottom: 5px;
  }
  .map-section .blue-circle p, .map-section .blue-circle li, .map-section .blue-circle a {
    font-size: 12px;
    line-height: 14px;
  }
  .home #promo h1 {
    font-size: 80px;
  }
  #promo .text-box p {
    font-size: 36px;
    padding-left: 5px;
  }
  #promo .news-wrap .news-box p {
    font-size: 14px;
    line-height: 20px;
  }
  #page-header .nav-wrap .small-nav a, #page-header .mobile-nav .small-nav a {
    font-size: 11px;
  }
  h2 {
    font-size: 34px;
  }
  .service-section .list-wrap li {
    font-size: 18px;
  }
  .service-section .list-wrap li a:after {
    bottom: 5px;
  }
  .reference-section .bottom-content .text-box .info-wrap h4 {
    font-size: 20px;
  }
  .reference-section .bottom-content .text-box .info-wrap p {
    font-size: 12px;
  }
  .reference-section .bottom-content .text-box .number-wrap p {
    font-size: 32px;
    padding: 39px 0;
  }
  /* ==================================================
    About us css
===================================================== */
  .main-banner .banner-text {
    width: 55%;
    left: 8%;
  }
  .main-banner .banner-text h1 {
    font-size: 4vw;
  }
  .pdf .paper {
    margin: auto;
  }
  .pdf .goals {
    margin: 50px auto;
  }
  .chart {
    padding: 0 20px;
  }
  .strategy {
    padding: 20px;
  }
  .strategy .strategy-wrap {
    float: none;
    margin: auto;
  }
  .strategy h4 {
    float: none;
    max-width: 796px;
    margin: 40px auto;
  }
  .ceo .ceo-text h4 {
    font-size: 1.5vw;
    margin-bottom: 20%;
  }
  .ceo .ceo-text h1 {
    font-size: 3vw;
  }
  .ceo .ceo-text p {
    font-size: 1.4vw;
  }
  .ceo-description {
    padding: 0 20px;
  }
  .ceo-description .strategy-p {
    margin: auto;
  }
  .management-grid-outer {
    margin-bottom: 0;
  }
  /* ==================================================
    Independent css
===================================================== */
  .quality {
    padding: 0 20px;
  }
  .intro-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .intro-section .text-1 {
    font-size: 18px;
    line-height: 26px;
  }
  .intro-section {
    padding: 40px 20px 15px;
  }
  .sector-wrapper .title-box span {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 42px;
  }
  .sector-wrapper .title-box h2 {
    font-size: 44px;
    line-height: 45px;
    padding-left: 85px;
    min-height: 75px;
  }
  .promo-image-section h1 {
    font-size: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
  .project-title-wrap h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .blue-facts-wrap .blue-facts-inner {
    padding: 21px 40px 13px;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    margin-left: 15px;
    margin-top: 15px;
  }
  .investors-section .promo-image-section .elements-box {
    width: 100%;
  }
  .investors-section .promo-image-section .element .title {
    font-size: 20px;
    line-height: 20px;
  }
  .investors-section .promo-image-section .element .subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  .investors-section .promo-image-section .element .number {
    font-size: 44px;
    line-height: 44px;
  }
  .testimonial-inner {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  #breadcrumbs {
    top: 87px;
  }
  #page-header .nav-wrap {
    display: none;
  }
  #page-header:after {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  #page-header .mobile-nav {
    display: block;
  }
  #page-header .container {
    padding: 20px 20px 0 20px;
  }
  #page-header .site-branding {
    width: 180px;
  }
  .home #promo h1 {
    font-size: 90px;
  }
  #promo .text-box p {
    font-size: 35px;
    padding-left: 5px;
  }
  #promo .news-wrap .news-box {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .reference-section .bottom-content .text-box {
    position: absolute;
    bottom: -120px;
    width: 100%;
    max-width: 100%;
  }
  .reference-section .reference-slider .slick-next-custom {
    right: 0;
    bottom: 0;
  }
  .reference-section .bottom-content .item {
    margin-bottom: 115px;
    min-height: 300px;
  }
  .reference-section .bottom-content .text-box .info-wrap {
    padding-right: 80px;
    height: auto;
  }
  .service-section .list-wrap {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .career-section .info-box {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .map-section .pin-wrap {
    display: none;
  }
  .map-section .inner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .map-section .title-wrap {
    padding: 0 20px;
  }
  .map-section .blue-circle {
    top: 50%;
  }
  .map-section .select-wrap {
    display: block;
  }
  #page-footer .logo-box .left-side {
    width: -webkit-calc(100% - 418px);
    width: calc(100% - 418px);
  }
  #page-footer .logo-box .right-side {
    width: 418px;
  }
  .reference-section .reference-slider .slick-next-custom:hover {
    background-color: #fff;
    background-image: url(../img/icons/slider-arrow-blue.png);
  }
  #promo .news-wrap {
    width: 63%;
  }
  .map-section .blue-circle.one-circle {
    display: block;
  }
  /* ==================================================
    About us css
===================================================== */
  .ceo {
    margin-bottom: 60px;
  }
  .ceo .ceo-text h4 {
    margin-bottom: 15%;
  }
  .management-block-outer {
    width: 50%;
  }
  /* ==================================================
    Independent css
===================================================== */
  .systems-wrapper .systems .system-info .documentation .doc-card {
    float: left;
  }
  .documentation {
    width: 100%;
  }
  .systems-wrapper .systems .system-info .documentation .doc-card {
    width: 33.333333%;
  }
  .systems-wrapper .systems .system-info .department-text {
    max-width: 100%;
    width: 63.333333%;
  }
  .systems-wrapper .systems .system-info .documentation {
    width: 100%;
  }
  .systems-wrapper .systems .system-info .documentation .documentation-text-wrap {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .systems-wrapper .systems .system-info .documentation .documentation-text-wrap h4 {
    width: 100%;
  }
  .systems-wrapper .systems .system-info .intro-card, .systems-wrapper .systems .system-info .department-text {
    margin-bottom: 30px;
  }
  /* ==================================================
   blog css
===================================================== */
  .blog-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-wrapper .blog-posts {
    max-width: 100%;
    margin: auto;
    padding-left: 0;
    width: 100%;
  }
  .intro-section h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .intro-section h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .intro-section .text-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .sector-gallery .col {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .sector-wrapper .title-box h2 {
    font-size: 36px;
    line-height: 38px;
    padding-left: 75px;
    min-height: 75px;
  }
  .sector-wrapper .inner-content {
    margin-top: -190px;
  }
  .sector-wrapper .title-box span {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 30px;
  }
  .sector-wrapper .detailed-description {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .sector-wrapper .download-box {
    float: left;
    max-width: 100%;
    width: 100%;
    background-color: #7f9faf;
    padding: 35px;
  }
  .sector-wrapper .download-box li {
    display: inline-block;
    margin-right: 55px;
    margin-bottom: 0;
    float: left;
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
  }
  .sector-wrapper .download-ico {
    bottom: 0;
  }
  .sector-wrapper .download-box .title {
    margin-bottom: 70px;
  }
  .sector-wrapper .video-wrap .video-box {
    height: 40vw;
    min-height: 300px;
  }
  .main-text .left-colm {
    width: 100%;
  }
  .main-text .right-colm {
    width: 100%;
  }
  .main-text .right-colm .download-box {
    max-width: 100%;
    padding: 0px;
  }
  .main-text .download-box li {
    margin-bottom: 60px;
    display: inline-block;
    margin-right: 70px;
    float: left;
    width: -webkit-calc(50% - 70px);
    width: calc(50% - 70px);
  }
  .project-title-wrap h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .video-wrap .video-box {
    height: 40vw;
    min-height: 300px;
  }
  /* ==================================================
   blog-detail css
===================================================== */
  /* ==================================================
   search-results css
===================================================== */
  .search-number-wrapper {
    float: none;
  }
  .filter-section .filter-wrap-search {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  /* ==================================================
   all-servicescss
===================================================== */
  .search-results-article .article-search .all-services-links .service-link {
    width: -webkit-calc(33.333333333333% - 55px);
    width: calc(33.333333333333% - 55px);
  }
  .reference-detail .facts-list li {
    width: 100%;
  }
  .reference-detail .facts-list li p {
    width: 100%;
  }
  .reference-detail .intro-card {
    float: left;
    padding: 35px 35px 35px 0;
  }
  .reference-detail .main-text .download-box {
    float: left;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding: 35px 35px 35px 0px;
  }
  .main-text .inner-content {
    padding: 60px 20px 30px;
  }
  .reference-detail .main-text .download-box li {
    width: 100%;
  }
  .sector-detail-box .user-content .download-box li {
    margin-bottom: 50px;
  }
  .blog-wrapper .blog-cards {
    width: 100%;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    max-width: 100%;
  }
  .blog-wrapper .blog-posts h3 {
    float: left;
    width: 100%;
  }
  .blog-wrapper .blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-wrapper .blog-posts .quotes {
    max-width: 100%;
    float: left;
    width: 33.33%;
    padding-right: 20px;
  }
  .blog-detail-wrapper .right-colm .blog-posts {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-posts .quotes {
    float: left;
    width: 33.33%;
    padding-right: 30px;
    max-width: 100%;
  }
  .blog-posts h3 {
    float: left;
    width: 100%;
  }
  .investors-section .img-box p {
    position: relative;
    left: auto;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    float: none;
    margin-top: 20px;
  }
  .investors-section .img-box .img-text {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .investors-section .img-box img {
    float: none;
    margin: auto;
  }
  .arhive .left-colm {
    padding-right: 0;
  }
  .arhive .right-colm {
    padding-left: 0;
  }
  .investors-section .img-box .img-text {
    position: relative;
  }
  .investors-section .promo-image-section .element {
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
  }
  .investors-section .promo-image-section .elements-wrapper {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  .investors-section .promo-image-section .elements-box {
    width: 100%;
    max-width: 100%;
  }
  .investors-section .promo-image-section .element {
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px);
    max-width: 100%;
  }
  .investors-section .promo-image-section .main-image {
    min-height: 250px;
    width: 100%;
  }
  .investors-section .promo-image-section .element.head-title p {
    position: relative;
    bottom: 0;
    padding-right: 0;
  }
  .page-template-tpl-general h3 {
    font-size: 23px;
  }
  .page-template-tpl-general p, .page-template-tpl-general .links-privacy a {
    font-size: 19px;
  }
  .page-template-tpl-general table, .page-template-tpl-general tbody, .page-template-tpl-general tr, .page-template-tpl-general td {
    font-size: 19px;
  }
  .wordpress-gdpr-popup-text p {
    font-size: 19px;
  }
  .wordpress-gdpr-popup-text p strong {
    float: none;
    font-size: 19px;
  }
  .wordpress-gdpr-popup-text p a {
    font-size: 19px;
  }
  .stock-detail-wrapper {
    padding-left: 0;
    margin-left: -8px;
  }
  .stock-detail-wrapper .stock-detail {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
  }
  .stocks-section .inner-content .stocks-inner {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .stocks-section .inner-content .stock-detail-wrapper {
    margin: 0;
    float: none;
  }
  .stocks-section .inner-content .stock-detail-wrapper .stock-detail {
    width: 100%;
    margin: 0;
  }
  .sector-gallery .top-height {
    position: relative;
  }
  .igh-lent {
    overflow-x: auto;
  }
  .igh-lent img {
    width: auto;
  }
  .single-reference .intro-card-absolute-wrapper {
    float: none;
  }
  .ref-detail-slider-wrap img {
    width: auto;
    left: 700px;
  }
  .intro-card-absolute-wrapper .info-stats {
    padding-left: 0px;
  }
  .breadcrumbs .breadcrumb_last {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #page-footer .visible-btn {
    top: 75%;
    right: -15px;
  }
  .header-spacer {
    padding-top: 140px;
  }
  .home #promo h1 {
    font-size: 60px;
    line-height: 75px;
  }
  #promo .text-box p {
    font-size: 28px;
    padding-left: 3px;
  }
  .btn-more {
    font-size: 12px;
  }
  .reference-section .top-headline {
    padding-bottom: 20px;
  }
  #promo .news-wrap .news-box p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .reference-section .top-headline p {
    width: 100%;
    padding: 20px 0;
  }
  h2 {
    font-size: 28px;
    padding: 20px 0;
    width: auto;
    padding-bottom: 0;
  }
  .reference-section .bottom-content .text-box .info-wrap h4 {
    font-size: 18px;
  }
  .reference-section .bottom-content .text-box .info-wrap p {
    font-size: 12px;
  }
  .service-section .list-wrap li {
    font-size: 18px;
  }
  .career-section p {
    font-size: 18px;
  }
  .map-section .title-wrap {
    padding-top: 30px;
  }
  #page-footer .logo-box .left-side {
    width: 100%;
  }
  #page-footer .logo-box .right-side {
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #page-footer .logo-box .right-side ul {
    text-align: left;
  }
  /* ==================================================
    About us css
===================================================== */
  .pdf {
    padding: 20px;
  }
  .pdf .goals .vision {
    float: none;
    margin: 0;
    max-width: 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .pdf .goals .vision p {
    max-width: 100%;
  }
  .chart-wrapper .chart .chart-pic .chart-text {
    top: 20%;
  }
  .ceo .ceo-text h4 {
    margin-bottom: 13%;
    font-size: 2.5vw;
  }
  .ceo .ceo-text h1 {
    font-size: 4vw;
    margin: 0;
  }
  .ceo .ceo-text p {
    font-size: 2.1vw;
  }
  .info-text .info-p-wrapper {
    width: 100%;
  }
  .right-colm .intro-card-absolute-wrapper .info-stats {
    width: 100%;
  }
  .right-colm .intro-card-absolute-wrapper .info-stats ul {
    width: 100%;
  }
  .right-colm .intro-card-absolute-wrapper .info-stats ul li {
    float: left;
    width: 100%;
  }
  .info-text .info-stats ul {
    width: 100%;
  }
  .info-text .info-stats ul li {
    float: left;
    width: 50%;
  }
  .info-text .info-stats {
    width: 100%;
  }
  .ceo .ceo-text h4 {
    top: 30px;
  }
  .ceo .ceo-small {
    bottom: 0px;
  }
  .info-text p {
    width: 100%;
  }
  .info-text .info-stats {
    padding-left: 0;
    margin-top: 30px;
  }
  /* ==================================================
    Independent css
===================================================== */
  .quality h1 {
    text-align: center;
  }
  .quality .quality-wrapper .iso {
    float: none;
    margin: auto;
  }
  .quality .quality-wrapper .iso .iso-card .iso-text {
    margin-top: -5px;
  }
  .systems-wrapper .systems h1 {
    font-size: 33px;
  }
  .systems-wrapper .systems .system-info .department-text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .systems-wrapper .systems .system-info .department-leader {
    max-width: 100%;
  }
  .dep-wrap {
    float: left;
    width: 30%;
  }
  .dep-text-wrap {
    float: left;
    max-width: -webkit-calc(70% - 30px);
    max-width: calc(70% - 30px);
    margin-left: 30px;
  }
  .quality h1 {
    font-size: 33px;
  }
  .quality {
    margin-bottom: 2%;
    margin-top: 30px;
  }
  .systems-wrapper .intro-card {
    margin-bottom: 30px;
  }
  .systems-wrapper .systems .system-info .intro-card {
    width: 100%;
  }
  .systems-wrapper .systems .system-info .intro-card {
    padding: 0;
  }
  .systems-wrapper .systems .system-info .intro-card .inner {
    padding: 0;
  }
  .systems-wrapper .systems .system-info .intro-card .inner .description {
    max-width: 100%;
  }
  /* ==================================================
    blog css
===================================================== */
  .blog-wrapper .blog-cards .blog-card .blog-pic {
    width: 35%;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    width: -webkit-calc(65% - 25px);
    width: calc(65% - 25px);
    margin-top: 0;
  }
  .blog-wrapper .blog-posts {
    max-width: 100%;
    margin: 0;
  }
  .intro-section {
    padding: 20px 20px 10px;
  }
  .sector-gallery .col {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .sector-wrapper .title-box h2 {
    font-size: 28px;
    line-height: 28px;
    padding-left: 55px;
  }
  .sector-wrapper .title-box span {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 22px;
  }
  .sector-gallery .col-3 {
    position: relative;
  }
  .promo-image-section .main-image {
    height: 250px;
    width: 100%;
  }
  .promo-image-section h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .filter-section .title {
    width: 100%;
  }
  .filter-section .filter-wrap {
    width: 100%;
  }
  .filter-section .search-wrap .results-wrap {
    width: 185px;
    margin-left: 20px;
  }
  .filter-section .search-wrap form {
    width: -webkit-calc(100% - 205px);
    width: calc(100% - 205px);
  }
  .project-title-wrap h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 0;
  }
  .project-title-wrap li {
    font-size: 11px;
  }
  .project-title-wrap .bold {
    font-size: 12px;
  }
  .blue-facts-wrap span {
    font-size: 20px;
    line-height: 36px;
  }
  .blue-facts-wrap li:before {
    top: 7px;
    height: 50px;
  }
  .blue-facts-wrap .blue-facts-inner {
    padding: 10px 40px 13px;
  }
  /* ==================================================
    blog-detail css
===================================================== */
  .reference-detail .facts-list {
    display: block;
    margin-bottom: 0;
  }
  .reference-detail .facts-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .reference-detail .facts-list li:after {
    display: none;
  }
  .intro-section.contact .important-info {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 30px 20px;
    margin-top: 20px;
  }
  .intro-section.contact {
    padding: 10px 0;
    padding-bottom: 0;
  }
  .intro-section.contact .info-text-top {
    padding: 0 20px;
  }
  .international-centers-wrap .list {
    width: 50%;
    padding-right: 30px;
  }
  .about .info-text .left-colm {
    width: 100%;
  }
  .about .info-text {
    margin-top: 30px;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text h1 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 20px;
  }
  .blog-wrapper .blog-cards .blog-card .right-arrow {
    bottom: 10px;
  }
  .blog-wrapper .blog-posts .quotes {
    width: 50%;
  }
  .blog-posts .quotes {
    width: 50%;
  }
  .related-boxes.similar-article .blog-card .blog-text h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .related-boxes.similar-article .blog-card .blog-text {
    margin-left: 15px;
    margin-top: 15px;
  }
  .intro-section .date-box {
    padding-top: 20px;
  }
  .news-detail .intro-section h2 {
    padding-top: 0;
  }
  .stocks-section .inner-content .text-box p {
    font-size: 20px;
    line-height: 26px;
  }
  .stocks-section .inner-content .text-box a {
    font-size: 12px;
    line-height: 20px;
  }
  .arhive .left-colm h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .main-text .inner-content {
    padding: 30px 20px 10px;
  }
  .arhive .side-text-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .investors-section .promo-image-section .elements-box {
    margin-left: 0;
  }
  .ref-detail-slider-wrap img {
    width: auto;
    left: 250px;
  }
  .wordpress-gdpr-popup-text p {
    font-size: 16px;
  }
  .wordpress-gdpr-popup-text p strong {
    font-size: 16px;
  }
  .wordpress-gdpr-popup-text p a {
    font-size: 16px;
  }
  .testimonials {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-bottom: 20px;
  }
  .job-wrapper .job .job-card {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .job-wrapper .job .job-card-wrapper {
    margin-left: 0;
  }
  .page-template-tpl-search-services .filter-section .search-wrap {
    width: 350px;
    float: none;
  }
  .page-template-tpl-search-services .filter-section .search-wrap form {
    margin: 15px 0;
    width: 350px;
  }
  .blue-facts-wrap li {
    /* 12.10.2018 */
    margin-right: 10.7%;
  }
  .testimonial-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-logo {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .map-section .select-wrap {
    top: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }
  .map-section .blue-circle {
    top: 300px;
    left: 50%;
  }
  .map-section {
    min-height: 450px;
  }
  #page-footer .info-box {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-footer .menu-box {
    width: 100%;
  }
  #page-footer .bottom-content .inner {
    text-align: center;
  }
  #page-footer .bottom-content .footer-logo {
    float: none;
  }
  #page-footer .bottom-content .rights {
    float: none;
    margin-bottom: 20px;
  }
  #page-footer .bottom-content .ea-design {
    float: none;
  }
  .home #promo h1 {
    font-size: 40px;
    line-height: 57px;
  }
  #promo .text-box p {
    font-size: 18px;
    padding-left: 2px;
    margin-bottom: 10px;
  }
  #promo .news-wrap .news-box p {
    font-size: 14px;
  }
  #promo .news-wrap .news-box .date {
    font-size: 10px;
  }
  .map-section .blue-circle.one-circle {
    top: 68%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* ==================================================
    About us css
===================================================== */
  .main-banner {
    margin-bottom: 25px;
  }
  .chart-wrapper .chart .chart-pic .chart-text {
    top: 10%;
    right: -85%;
    width: 70%;
  }
  .chart-wrapper .chart .chart-pic .chart-text p {
    font-size: 3vw;
  }
  .ceo {
    margin-bottom: 40px;
  }
  .ceo .ceo-text h4 {
    margin-bottom: 3%;
    font-size: 16px;
  }
  .ceo .ceo-text h1 {
    font-size: 4vw;
    line-height: 30px;
  }
  .ceo .ceo-text p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .pdf .paper .paper-text {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .ceo .ceo-text h4 {
    top: 10px;
  }
  .management-grid-inner {
    margin-left: 0;
  }
  .management-block-outer {
    width: 100%;
    padding-left: 0;
  }
  /* ==================================================
    Independent css
===================================================== */
  .systems-wrapper .systems .system-info .documentation .doc-card .pdf-pic {
    float: none;
    margin: auto;
  }
  .systems-wrapper .systems .system-info .documentation .doc-card .doc-pdf-text {
    float: none;
    margin: auto;
    text-align: center;
  }
  .quality h1 {
    font-size: 26px;
  }
  .systems-wrapper .systems h1 {
    font-size: 26px;
  }
  .documentation .documentation-text-wrap h4 {
    text-align: center;
  }
  .intro-section h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .intro-section h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .intro-section {
    padding: 10px 20px 0px;
  }
  .intro-section .text-1 {
    font-size: 14px;
    line-height: 20px;
  }
  .intro-text.detail {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .intro-card {
    float: none;
    padding-bottom: 20px;
  }
  .sector-wrapper .download-box li {
    margin-right: 0;
    margin-bottom: 55px;
    float: left;
    width: 100%;
  }
  .sector-wrapper .top-img-box {
    min-height: 280px;
  }
  .sector-wrapper .title-box {
    margin-bottom: 35px;
  }
  .sector-wrapper .inner-content {
    margin-top: -150px;
  }
  .sector-wrapper .title-box h2 {
    font-size: 22px;
    line-height: 24px;
    padding-left: 50px;
    min-height: 70px;
  }
  .promo-image-section .text-box h1 {
    max-width: 80%;
  }
  .promo-image-section h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .main-text .download-box li {
    margin-right: 0;
    width: 100%;
  }
  .main-text .inner-content {
    padding: 60px 20px 40px;
  }
  .related-boxes .title-box h3 {
    font-size: 30px;
    width: 100%;
  }
  .related-boxes .title-box {
    padding: 40px 20px 20px;
  }
  .related-boxes .title-box .reference-all {
    font-size: 12px;
    top: 15px;
    float: left;
  }
  .filter-section .select-box {
    width: 100%;
  }
  .filter-section .dk-select {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .filter-section .input-wrap {
    float: right;
  }
  .filter-section .search-wrap form {
    width: 100%;
  }
  .filter-section .search-wrap input {
    max-width: 100%;
  }
  .filter-section .search-wrap .results-wrap {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .project-title-wrap h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .project-title-wrap li {
    width: 100%;
    display: block;
  }
  .project-title-wrap li:after {
    display: none;
  }
  /* ==================================================
    all-services css
===================================================== */
  .search-results-article .article-search .all-services-links .service-link {
    width: -webkit-calc(50% - 55px);
    width: calc(50% - 55px);
    margin-bottom: 10px;
  }
  .reference-detail .intro-card {
    width: 100%;
  }
  .reference-detail .main-text .download-box {
    width: 100%;
    padding: 35px 0px 35px 0px;
  }
  .reference-detail .intro-card .inner {
    padding: 0;
  }
  .ref-detail-slider-wrap .project-name {
    font-size: 18px;
    line-height: 20px;
  }
  .map-section .map-wrap {
    left: 0;
  }
  .map-section h2 {
    padding: 20px 0;
  }
  .regional-centers-wrap .list {
    width: 50%;
  }
  .blog-wrapper .blog-cards .blog-card .blog-pic {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 30px;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    width: 100%;
    margin-left: 0;
  }
  .blog-wrapper .blog-posts .quotes {
    width: 100%;
    padding-right: 0;
  }
  .related-boxes.similar-article .blog-card {
    margin-top: 30px;
  }
  .related-boxes.similar-article .blog-card .blog-pic {
    width: 100%;
    float: none;
    margin: auto;
  }
  .related-boxes.similar-article .blog-card .blog-text {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }
  .related-boxes.similar-article .related-inner {
    padding-bottom: 20px;
  }
  .blog-detail-wrapper.news-detail-inner {
    padding-bottom: 0;
  }
  .investors-section .promo-image-section .element {
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
  }
  .page-template-tpl-general h3 {
    font-size: 18px;
  }
  .page-template-tpl-general p, .page-template-tpl-general .links-privacy a {
    font-size: 16px;
    line-height: 1.8;
  }
  .page-template-tpl-general table, .page-template-tpl-general tbody, .page-template-tpl-general tr, .page-template-tpl-general td {
    font-size: 16px;
    line-height: 1.8;
  }
  .wordpress-gdpr-popup-text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .stock-detail-wrapper {
    margin: 0;
  }
  .stock-detail-wrapper .stock-detail {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .testimonials {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .testimonials .test-text {
    width: 100%;
    max-width: 100%;
  }
  .new-article .new-article-link {
    margin: 0;
  }
  .testimonials-wrapper .inner .testimonial-heading h4, .testimonials-wrapper .inner .testimonial-heading a {
    float: none;
  }
  .testimonials-wrapper .inner .testimonial-heading h4 {
    font-size: 30px;
  }
  .stock-detail-wrapper .stock-detail .element .top-box .number {
    font-size: 30px;
  }
  .intro-card-absolute {
    float: none;
  }
  .intro-card-absolute .absolute-card-inner h4 {
    margin-top: 0;
  }
  .reference-detail .project-detail .faze-ul {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .reference-detail .project-detail .ul-border {
    border: none;
  }
  .reference-detail .project-detail .ul-border li {
    padding-left: 0;
  }
  .intro-card-absolute-wrapper {
    float: none;
  }
  .page-template-tpl-search-services .filter-section .search-wrap form {
    width: 360px;
  }
  .blog-detail-wrapper .blog-detail p img {
    width: 100%;
    height: auto;
  }
  .breadcrumbs .breadcrumb_last {
    display: none;
  }
  .blue-facts-wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
  .investors-section .inner-content {
    height: auto;
  }
  .promo-image-section .text-box {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: auto;
    bottom: auto;
    padding: 20px;
  }
  .promo-image-section .text-box.subpage {
    bottom: 20px;
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  #breadcrumbs {
    top: 77px;
  }
  #page-footer .visible-btn {
    top: 65%;
  }
  .header-spacer {
    padding-top: 120px;
  }
  #page-header .site-branding {
    width: 140px;
  }
  .filter-section .search-wrap input {
    line-height: 1;
  }
  .home #promo h1 {
    font-size: 36px;
    line-height: 58px;
  }
  #promo .text-box p {
    font-size: 18px;
    padding-left: 2px;
  }
  #page-header .mobile-nav {
    max-width: 100%;
  }
  #promo .news-wrap .subtitle {
    margin-bottom: 15px;
  }
  #promo .news-wrap .news-box p {
    font-size: 16px;
  }
  #promo .promo-slider {
    min-height: auto;
  }
  .reference-section .bottom-content .text-box .number-wrap {
    width: 70px;
  }
  .reference-section .bottom-content .text-box .info-wrap {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 20px;
    padding-right: 30px;
  }
  .reference-section .bottom-content .text-box .number-wrap p {
    font-size: 28px;
  }
  .reference-section .bottom-content .item {
    background-position: right;
  }
  .reference-section .bottom-content .text-box .info-wrap h4 {
    font-size: 16px;
  }
  .reference-section .reference-slider .slick-next-custom {
    width: 30px;
  }
  #page-footer .logo-box h3 {
    width: 100%;
  }
  #page-footer li, #page-footer a {
    font-size: 14px;
  }
  #page-footer .logo-box .right-side {
    width: 100%;
  }
  #page-footer .logo-box .right-side li:first-child:after {
    height: 9px;
  }
  .service-section .list-wrap li {
    font-size: 16px;
  }
  .career-section p {
    font-size: 16px;
  }
  .career-section {
    background-position: 70%;
  }
  #promo .text-box {
    padding: 0;
  }
  #promo .promo-slider .slider-btn-wrap {
    right: 0;
    width: 85px;
  }
  #promo .news-wrap {
    width: 68%;
  }
  /* ==================================================
    About us css
===================================================== */
  .main-banner .banner-text {
    width: 55%;
    left: 6%;
    top: 30%;
  }
  .main-banner .banner-text h1 {
    font-size: 4vw;
  }
  .pdf .goals h3 {
    font-size: 28px;
  }
  .chart-wrapper .chart .chart-pic .chart-text {
    top: -3%;
  }
  .chart-wrapper .chart .chart-pic .chart-text p {
    line-height: 1.6;
  }
  .strategy-wrap h1 {
    font-size: 28px;
  }
  .strategy h4 {
    margin: 20px auto;
  }
  .employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info {
    max-width: 100%;
    width: 100%;
  }
  .employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-pic {
    float: none;
    margin-bottom: 20px;
  }
  .employee-wrapper-main .employee-wrapper .employee-cards .pair .card-info .card-text {
    margin: 0;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .info-text .info-stats ul li {
    float: left;
    width: 100%;
  }
  .ceo .ceo-text {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .ceo .ceo-text h4 {
    top: 0px;
    position: relative;
    margin-bottom: 30px;
  }
  .ceo .ceo-text .name-box {
    position: relative;
    bottom: 0;
    left: 0;
  }
  /* ==================================================
    Independent css
===================================================== */
  .quality .quality-wrapper .iso .iso-card .iso-pic {
    float: none;
    margin: auto;
  }
  .quality .quality-wrapper .iso .iso-card .iso-text {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 207px;
  }
  .systems-wrapper .systems .system-info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .systems-wrapper .systems .system-info .department-leader {
    max-width: 290px;
  }
  .dep-wrap {
    float: none;
    width: auto;
  }
  .dep-text-wrap {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
  .systems-wrapper .systems .system-info .documentation .doc-card .doc-pdf-text {
    max-width: 120px;
    float: left;
    margin-left: 20px;
  }
  .systems-wrapper .systems .system-info .documentation .doc-card {
    width: auto;
  }
  .systems-wrapper .systems .system-info .documentation {
    width: 100%;
    float: none;
    margin: auto;
    clear: both;
    max-width: 240px;
  }
  .systems-wrapper .systems .system-info .documentation .doc-card .pdf-pic {
    float: left;
    margin: 0;
  }
  .quality .quality-wrapper .iso {
    max-width: 100%;
    float: none;
  }
  .quality h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .systems-wrapper .systems h1 {
    font-size: 24px;
    line-height: 30px;
  }
  /* ==================================================
    blog css
===================================================== */
  .blog-wrapper .blog-posts {
    max-width: 100%;
  }
  .blog-wrapper .blog-posts .quotes {
    width: 100%;
    min-width: 100%;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text h1 {
    margin-bottom: 0px;
  }
  .blog-posts .quotes .blog-wrapper .blog-date {
    margin: 0;
  }
  .intro-section h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .intro-section h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .breadcrumbs span a, .breadcrumbs .breadcrumb_last {
    font-size: 9px;
  }
  .breadcrumbs li a {
    padding: 8.5px 16px;
  }
  .sector-gallery .col {
    min-height: 260px;
  }
  .sector-gallery .sector-title-inner {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sector-gallery .text-box li {
    font-size: 12px;
    line-height: 1.4;
  }
  .gallery-description {
    padding: 30px 20px 30px;
  }
  .sector-gallery .sector-title {
    font-size: 20px;
  }
  .user-content p {
    line-height: 20px;
  }
  .user-content li {
    line-height: 20px;
  }
  .sector-wrapper .detailed-description {
    padding: 35px 20px;
  }
  .service-all-box {
    padding-left: 20px;
  }
  .promo-image-section h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .project-title-wrap h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .blue-facts-wrap span {
    font-size: 16px;
    line-height: 28px;
  }
  .blue-facts-wrap li {
    font-size: 10px;
  }
  .blue-facts-wrap li:before {
    top: 9px;
    height: 40px;
  }
  .main-text .inner-content {
    padding: 40px 20px 40px;
  }
  .blog-detail-wrapper .blog-detail .next-article {
    text-align: center;
  }
  .blog-detail-wrapper .blog-detail .next-article .article-text {
    float: none;
    width: 100%;
  }
  .blog-detail-wrapper .blog-detail .next-article .article-arrow {
    width: 100%;
    margin-left: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .blog-detail-wrapper .blog-documentation .blog-posts {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .blog-detail-wrapper .blog-documentation .blog-posts .quotes {
    max-width: 100%;
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .more-articles-wrapper .more-articles .blog-cards .blog-card .blog-pic {
    width: 60%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
  .more-articles-wrapper .more-articles .blog-cards .blog-card .blog-text {
    margin: 0;
    float: none;
    width: 100%;
  }
  .more-articles-wrapper .more-articles h3 {
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .more-articles-wrapper .more-articles .more-articles-link {
    margin: auto;
    margin-bottom: 30px;
  }
  /* ==================================================
   search-results css
===================================================== */
  .select-box-search {
    display: block;
  }
  .select-box-search .search-results-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .select-box-search .dropdown-search {
    margin: 0 0 20px 0;
  }
  /* ==================================================
    all-services css
===================================================== */
  .search-results-article .article-search .all-services-links .service-link {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .intro-section.contact .important-info .title p {
    font-size: 20px;
    line-height: 26px;
  }
  .regional-centers-wrap .list {
    width: 100%;
  }
  .regional-centers-wrap .inner-content {
    padding: 40px 20px 0;
  }
  .international-centers-wrap .list {
    width: 100%;
    padding-right: 0;
  }
  .international-centers-wrap .inner-content {
    padding: 40px 20px 0;
  }
  .blog-wrapper .blog-cards .blog-card .blog-text {
    padding-bottom: 40px;
  }
  .blog-wrapper .blog-cards .blog-card .right-arrow {
    right: 10px;
  }
  .blog-posts .quotes {
    width: 100%;
    padding-right: 0;
  }
  .similar-news .sector-title {
    font-size: 18px;
    line-height: 24px;
  }
  .pagination-search-wrap .paginations-search {
    margin-bottom: 60px;
  }
  .stocks-section .inner-content .img-box {
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
  .stocks-section .inner-content .text-box {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .stocks-section .inner-content .text-box p {
    font-size: 18px;
    line-height: 22px;
  }
  .investors-section .promo-image-section .element {
    width: 100%;
    margin: 13px 0;
  }
  .page-template-tpl-search-services .filter-section form {
    width: 100%;
  }
  .page-template-tpl-search-services .filter-section .select-box {
    max-width: 340px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .page-template-tpl-search-services .filter-section .search-wrap {
    width: 100%;
    float: left;
  }
  .page-template-tpl-search-services .filter-section .search-wrap form {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }
  .page-template-tpl-general h3 {
    font-size: 16px;
  }
  .page-template-tpl-general p, .page-template-tpl-general .links-privacy a {
    font-size: 14px;
  }
  .page-template-tpl-general table, .page-template-tpl-general tbody, .page-template-tpl-general tr, .page-template-tpl-general td {
    font-size: 14px;
  }
  .wordpress-gdpr-popup-text p strong, .wordpress-gdpr-popup-text p a, .wordpress-gdpr-popup-text p {
    font-size: 14px;
  }
  .new-article .new-article-link .new-article-text {
    float: none;
    text-align: left;
  }
  .new-article .new-article-link .new-article-img {
    float: none;
  }
  .testimonials-wrapper .inner .testimonial-heading h4 {
    font-size: 20px;
  }
  .application-popup-wrapper .app-popup {
    max-height: 100%;
  }
  #page-footer .logo-box .right-side li:first-child:after {
    /* 12.10.2018 */
    display: none;
  }
  .blog-detail-wrapper .blog-detail .next-article .article-arrow {
    display: block;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .partner-logo {
    width: 100%;
  }
}

.right-circle-arrow {
  background: url(../img/icons/ico-right-circle-arrow.png) no-repeat;
  background-size: 16px;
}

.right-blue-circle-arrow {
  background: url(../img/icons/ico-right-blue-circle-arrow.png) no-repeat;
  background-size: 16px;
}

.ico-right-circle-arrow {
  background: url(../img/icons/ico-right-circle-arrow.png) no-repeat;
  background-size: 16px;
}

.arrow-top {
  background: url(../img/icons/ico-right-blue-circle-arrow.png) no-repeat;
  background-size: 16px;
}

.arrow-top-2 {
  background: url(../img/icons/arrow-top-2.png) no-repeat;
  background-size: 9px;
}

.right-arrow {
  background: url(../img/icons/right-arrow.png) no-repeat;
  background-size: 16px;
}

.card-arrow {
  background: url(../img/icons/card-arrow.png) no-repeat;
  background-size: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card-arrow.active-arrow-card {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ico-calendar {
  background: url(../img/icons/ico-date.png) no-repeat;
  background-size: 15px;
}

.pdf-ico {
  background: url(../img/icons/pdf-ico.png) no-repeat;
  background-size: 40px;
}

.txt-ico {
  background: url(../img/icons/txt-ico.png) no-repeat;
  background-size: 40px;
}

.xls-ico {
  background: url(../img/icons/xls-ico.png) no-repeat;
  background-size: 40px;
}

.doc-ico-blue {
  background: url(../img/icons/doc-ico-blue.png) no-repeat;
  background-size: 40px;
}

.pdf-ico-blue {
  background: url(../img/icons/pdf-ico-blue.png) no-repeat;
  background-size: 40px;
}

.xls-ico-blue {
  background: url(../img/icons/xls-ico-blue.png) no-repeat;
  background-size: 40px;
}

.txt-ico-blue {
  background: url(../img/icons/txt-ico-blue.png) no-repeat;
  background-size: 40px;
}

.youtube-ico {
  background: url(../img/icons/yt-ico.png) no-repeat;
  background-size: 24px;
}

.gallery-ico {
  background: url(../img/icons/gallery-ico.png) no-repeat;
  background-size: 24px;
}

.plus-ico {
  background: url(../img/icons/plus-ico.png) no-repeat;
  background-size: 16px;
}

.phone-ico {
  background: url(../img/icons/phone-ico.png) no-repeat;
  background-size: 38px;
}

.center-ico {
  background: url(../img/icons/center-ico.png) no-repeat;
  background-size: 16px;
}

.flag-russia {
  background: url(../img/icons/flag-russia.png) no-repeat;
  background-size: 17px;
}

.flag-grusia {
  background: url(../img/icons/flag-grusia.png) no-repeat;
  background-size: 17px;
}

.flag-albany {
  background: url(../img/icons/flag-albany.png) no-repeat;
  background-size: 17px;
}

.flag-kosovo {
  background: url(../img/icons/flag-kosovo.png) no-repeat;
  background-size: 17px;
}

.flag-bih {
  background: url(../img/icons/flag-bih.png) no-repeat;
  background-size: 17px;
}

.flag-rs {
  background: url(../img/icons/flag-rs.png) no-repeat;
  background-size: 17px;
  vertical-align: middle;
}

.flag-cg {
  background: url(../img/icons/flag_CG.png) no-repeat;
  background-size: 17px;
}

.flag-ukr {
  background: url(../img/icons/flag_UKR.png) no-repeat;
  background-size: 17px;
}

.flag-rum {
  background: url(../img/icons/flag_UKR.png) no-repeat;
  background-size: 17px;
}

.date-ico {
  background: url(../img/icons/date-ico.png) no-repeat;
  background-size: 15px;
}

.date-ico-2 {
  background: url(../img/icons/date-ico-2.png) no-repeat;
  background-size: 15px;
}

.white-arrow-right {
  background: url(../img/icons/white-arrow-right.png) no-repeat;
  background-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
}

.client-links {
  text-align: center;
}

.client-links a {
  display: block;
  margin: auto;
  font-size: 22px;
  color: #215366;
  font-weight: bold;
}

/* ==================================================
    =Media Queries
===================================================== */
/* ==================================================
    =High def devices
===================================================== */
.sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white, black);
}

/* ==================================================
   2018 10 10 MEMBER CARDS LINK REMOVING DEF COLOR AND IMAGE RADIUS IS ADDED
===================================================== */
.absolute-card-inner a {
  color: #235466;
}

.absolute-card-inner img {
  border-radius: 50%;
}

.absolute-card-inner ul {
  margin-left: 0;
}
