* {
  outline: none;
}

img {
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  display: block;
}

.margin-bottom-part {
  margin-bottom: 6.25em;
}

ul {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  color: #0072bc;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a,
input[type=submit] {
  transition: all 0.1s linear;
}

.btn {
  background: #5c5a59;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8em 2em;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #5c5a59;
}

.btn:hover {
  background: #1c1c1c;
  color: #fff !important;
  border-color: #5c5a59;
}

.btn-primary {
  background: #f8da49;
  color: #1c1c1c;
  border-color: #f8da49;
}

.btn-primary:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.btn-secondary {
  background: #0072bc;
  border-color: #0072bc;
}

.btn-secondary:hover {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  position: relative;
  text-transform: uppercase;
}

h1.main:before,
h2.main:before,
h3.main:before,
h4.main:before,
h5.main:before,
h6.main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5em;
  width: 1.875em;
  height: 0.125em;
  background: #f8da49;
}

h1 {
  font-size: 2.25em;
  text-transform: none;
}

h2 {
  font-size: 2em;
  text-transform: none;
}

h3 {
  font-size: 1.625em;
  text-transform: none;
}

h4 {
  font-size: 1.25em;
  text-transform: none;
}

h5 {
  font-size: 1.125em;
  text-transform: none;
}

h6 {
  font-size: 0.75rem;
  text-transform: none;
}

body,
html {
  font-size: 1em;
  font-family: "PT Sans", sans-serif;
  color: #5c5a59;
  font-weight: 400;
}

.top-bar-wrap,
.bottom-bar-wrap {
  background: #0072bc;
  color: #fff;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 0.75rem;
}

.top-bar-wrap .top-bar-content,
.top-bar-wrap .bottom-bar-content,
.bottom-bar-wrap .top-bar-content,
.bottom-bar-wrap .bottom-bar-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.top-bar-wrap .item,
.bottom-bar-wrap .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 3em;
}

.top-bar-wrap .item svg,
.bottom-bar-wrap .item svg {
  fill: #fff;
}

.top-bar-wrap .item a,
.bottom-bar-wrap .item a {
  color: #fff;
  text-decoration: none;
}

.top-bar-wrap .item a:hover,
.bottom-bar-wrap .item a:hover {
  color: #f8da49;
}

.top-bar-wrap .item .ico,
.bottom-bar-wrap .item .ico {
  margin-right: 0.5em;
}

.top-bar-wrap .item .ico,
.top-bar-wrap .item .content,
.bottom-bar-wrap .item .ico,
.bottom-bar-wrap .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-bar-wrap {
  background: #1c1c1c;
  color: #f8da49;
}

.bottom-bar-wrap .bottom-bar-content {
  justify-content: center;
}

.bottom-bar-wrap .item svg {
  fill: #f8da49;
}

.bottom-bar-wrap .item a {
  color: #f8da49;
}

#header-wrap {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #dddedf;
}

#header-wrap .logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header-wrap .logo-wrap svg {
  max-width: 100%;
  height: auto;
  display: block;
}

#header-wrap .logo-wrap .menu-show {
  display: none;
}

#header-wrap .logo-wrap .menu-show.active {
  background: #f8da49;
}

#header-wrap .menu-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#main-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

#main-menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.5em;
}

#main-menu li:last-child {
  margin-right: 0;
}

#main-menu li a {
  text-transform: uppercase;
  color: #777;
  text-decoration: none;
}

#main-menu li:hover a,
#main-menu li.active a {
  color: #0072bc;
}

#main-menu li.active {
  font-weight: 700;
}

.slider-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddedf;
}

.slider-wrap .slider {
  position: relative;
}

.slider-wrap .bg-left-top {
  position: absolute;
  left: -10em;
  top: 23em;
  z-index: 10;
  width: 37.5em;
  height: auto;
}

.slider-wrap .bg-right-top {
  position: absolute;
  right: -45em;
  top: -5em;
  z-index: 10;
  width: 78.75em;
  height: auto;
}

.slider-wrap .slider-container {
  position: relative;
  z-index: 5;
}

.slider-wrap .item {
  width: 100%;
  position: relative;
}

.slider-wrap .item img {
  border-radius: 0;
}

.slider-wrap .item .item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-wrap .item .item-content .item-text {
  padding: 3em;
}

.slider-wrap .item .header {
  float: left;
  background: #0072bc;
  color: #fff;
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5em 1em;
}

.slider-wrap .item .subheader {
  float: left;
  background: #f8da49;
  color: #1c1c1c;
  font-size: 0.875em;
  clear: left;
  padding: 1.5em;
  font-style: italic;
}

.slider-wrap .flickity-prev-next-button {
  z-index: 30;
}

.project-calls-wrap .project-calls-sidebar {
  font-size: 1.125em;
}

.project-call-view .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2em;
  border-bottom: 1px solid #dddedf;
}

.project-call-view .item .item-content {
  padding-bottom: 2em;
}

.project-call-view .item h4 {
  margin-bottom: 0;
}

.project-call-view .item h4 a {
  color: #5c5a59;
  text-decoration: none;
}

.project-call-view .item h4 a:hover {
  color: #0072bc;
}

.project-call-view .item .date {
  font-size: 0.75rem;
  color: #9f9f9f;
}

.project-call-view .item .item-text {
  margin-top: 1em;
}

.project-call-view .item .info-part {
  margin-bottom: 1.5em;
}

.project-call-view .item .info-part h6 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #0072bc;
}

.project-call-view .item .info-part h6 .ico,
.project-call-view .item .info-part h6 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-call-view .item .info-part h6 .ico {
  margin-right: 0.5em;
}

.project-call-view .item .info-part h6 .text {
  text-transform: uppercase;
}

.project-call-view .item .info-part h6 svg {
  fill: #0072bc;
}

.project-call-view .item .info-part p {
  line-height: normal;
}

.project-call-view .item .info-part p span {
  font-size: 0.75rem;
}

.project-call-view .item .btn {
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: block;
}

.project-call-view .view-more {
  text-align: center;
}

.newsletter-wrap {
  background: #f1f1f1;
  position: relative;
  padding: 3em;
  border-radius: 4px;
  overflow: hidden;
}

.newsletter-wrap .newsletter-form-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-wrap:before {
  position: absolute;
  width: 0.375em;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #0072bc;
}

.newsletter-wrap h5 {
  margin-bottom: 0 !important;
}

.references-wrap .item {
  margin-bottom: 2em;
}

.references-wrap .item .name {
  display: block;
  font-size: #1c1c1c;
  font-weight: 700;
}

.references-wrap .item .function {
  display: block;
  color: #9f9f9f;
  font-size: 0.75rem;
}

.references-wrap .view-more {
  text-align: center;
}

.last-articles-wrap .item {
  margin-bottom: 2em;
}

.last-articles-wrap .item .img {
  margin-bottom: 0.5em;
}

.last-articles-wrap .item .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.last-articles-wrap .item h5 {
  margin-bottom: 0.2em;
}

.last-articles-wrap .item h5 a {
  color: #1c1c1c;
  text-decoration: none;
}

.last-articles-wrap .item h5 a:hover {
  color: #0072bc;
}

.last-articles-wrap .item .date {
  font-size: 0.75rem;
  color: #9f9f9f;
  display: block;
  margin-bottom: 1em;
}

.last-articles-wrap .item .view-more {
  text-align: right;
  font-size: 0.875em;
}

.last-articles-wrap .view-more {
  text-align: center;
}

#footer-wrap {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  background: #262626;
}

#footer-wrap h5 {
  text-transform: uppercase;
}

#footer-wrap * {
  color: #888;
}

#footer-wrap a {
  text-decoration: none;
}

#footer-wrap a:hover {
  color: #f8da49;
}

#footer-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form input,
form textarea,
form select {
  width: 100%;
  display: block;
  line-height: normal !important;
  border-radius: 4px;
  padding: 0.8em 1em;
}

form input[type=text] {
  border: 1px solid #d3d3d3;
}

form input[type=submit] {
  font-size: 1em;
}

.wsw h1,
.wsw h2,
.wsw h3,
.wsw h4,
.wsw h5,
.wsw h6 {
  margin-bottom: 0.5em;
  line-height: normal;
  color: #1c1c1c;
  font-weight: 700;
}

.wsw p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.wsw p:last-child {
  margin-bottom: 0;
}

.wsw ul li,
.wsw ol li {
  line-height: normal;
  margin-bottom: 0.4em;
}

.wsw ul li:last-child,
.wsw ol li:last-child {
  margin-bottom: 0;
}

.wsw ul {
  list-style: disc;
  margin-left: 0.5em;
}

.wsw ol {
  list-style: decimal;
  margin-left: 0.5em;
}

@media (max-width: 1199px) {
  #header-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  #header-wrap .logo-wrap svg {
    margin: 0 auto;
    max-height: 2.5em;
  }

  #header-wrap .menu-wrap {
    margin-top: 1em;
    align-items: center;
  }

  .top-bar-wrap .top-bar-content {
    justify-content: center;
  }

  #main-menu ul {
    justify-content: center;
  }

  .margin-bottom-part {
    margin-bottom: 3em;
  }

  .slider-wrap .bg-left-top,
  .slider-wrap .bg-right-top {
    display: none;
  }

  .slider-wrap .item .header {
    font-size: 2em;
  }
}

@media (max-width: 991px) {
  .project-calls-wrap .project-calls-sidebar {
    margin-bottom: 2em;
  }

  .project-call-view .item .item-right-part {
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 0.9375em;
  }

  .about-us-wrap .about-us-left-part {
    order: 2;
  }

  .about-us-wrap .about-us-right-part {
    order: 1;
  }

  .slider-wrap .item .header {
    font-size: 1.2em;
  }
}

@media (max-width: 575px) {
  .top-bar-wrap {
    display: none;
  }

  .slider-wrap {
    display: none;
  }
}

