.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #122b42;
  font-family: Overpass, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 20%;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.background-video {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  margin-top: 0px;
}

.hero-flex {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex.inner-pages {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_313540681_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hero-flex.inner-pages.specialism {
  background-image: url('../images/AdobeStock_238987955_Preview.jpeg');
}

.hero-flex.cv-upload {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-kindel-media-7688170.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hero-flex.contact {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BUILDING-3---HIGH-RES.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hero-flex.sectors {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_116622141_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hero-flex.about {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_192825974_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.hero-flex.vacanci {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon-.svg'), url('../images/sectors1-crop.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.hero-flex.cv {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
}

.center-content {
  text-align: center;
}

.subtitle {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.subtitle.white {
  margin-top: 35px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.subtitle.white {
  position: relative;
  max-width: 700px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: Overpass, sans-serif;
  color: #f4f3f0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 50px auto 60px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-column.home {
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #50b84e;
}

.hero-column.home {
  width: 85%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #122b42;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.content-section {
  position: relative;
  padding-top: 100px;
}

.content-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.content-section.post {
  padding-top: 40px;
  padding-bottom: 0px;
}

.content-section.double {
  padding-top: 0px;
  padding-bottom: 100px;
}

.button-3 {
  min-height: 42px;
  min-width: 185px;
  margin-top: 0px;
  padding: 15px 28px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #79ca0d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #79ca0d;
  color: #122b42;
}

.button-3.light {
  border-color: #000;
  color: #122b42;
}

.button-3._100 {
  width: 100%;
  min-width: auto;
}

.button-3.blue {
  background-color: #122b42;
  color: #79ca0d;
}

.button-3.blue:hover {
  background-color: transparent;
  color: #122b42;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #9b9b9b;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #333;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  width: auto;
  height: 500px;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.s1 {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-image: url('../images/t1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.absolute.s2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-height: auto;
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.s3 {
  height: auto;
  background-image: url('../images/about1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.absolute.o1 {
  background-image: url('../images/pexels-rodnae-productions-7915237.jpeg');
  background-position: 35% 50%;
}

.absolute.c2 {
  z-index: 60;
  background-image: url('../images/pexels-yentl-jacobs-157811.jpeg');
  background-position: 50% 50%;
}

.absolute.c3 {
  background-image: url('../images/pexels-erik-mclean-4061695.jpg');
  background-position: 50% 50%;
}

.absolute.cl1 {
  background-image: url('../images/AdobeStock_313540681_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.cl2 {
  background-image: url('../images/AdobeStock_217619944_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.ca1 {
  background-image: url('../images/AdobeStock_313540681_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.ca2 {
  background-image: url('../images/AdobeStock_157311407_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.ca3 {
  background-image: url('../images/AdobeStock_238987955_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.c1 {
  z-index: 60;
  background-image: url('../images/pexels-yentl-jacobs-157811.jpeg');
  background-position: 50% 50%;
}

.absolute.ca2 {
  background-image: url('../images/AdobeStock_217619944_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.h1 {
  background-image: url('../images/AdobeStock_192825974_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.h2 {
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
}

.absolute.h3 {
  background-image: url('../images/pexels-andrea-piacquadio-3931640.jpeg');
  background-position: 50% 50%;
}

.absolute.h4 {
  background-image: url('../images/AdobeStock_414456751_Preview.jpeg');
  background-position: 100% 50%;
}

.absolute.a1 {
  background-image: url('../images/drop-us-line.jpg');
  background-position: 50% 50%;
}

.absolute.a2 {
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
}

.absolute.a3 {
  background-image: url('../images/about1.jpg');
  background-position: 50% 50%;
}

.absolute.car1 {
  background-image: url('../images/AdobeStock_357933198_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.cl1 {
  background-image: url('../images/AdobeStock_348457032_Preview.jpeg');
  background-position: 50% 50%;
}

.absolute.cl2 {
  background-image: url('../images/pexels-tembela-bohle-1102845.jpeg');
  background-position: 50% 50%;
}

.absolute.cl3 {
  background-image: url('../images/AdobeStock_157311407_Preview.jpeg');
  background-position: 50% 50%;
}

.two-col-holder {
  display: inline-block;
  padding-left: 0px;
}

.two-col-holder.centre {
  margin-right: auto;
  margin-left: auto;
}

.notice {
  padding-right: 30px;
  padding-left: 30px;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(244, 243, 240, 0.9);
}

.top-margin {
  position: relative;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._30-pixels.centre {
  text-align: center;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._5-pixels {
  margin-top: 5px;
  font-family: open-sans;
  font-weight: 300;
}

.top-margin._15-pixels {
  margin-top: 15px;
  color: #333;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  overflow: visible;
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.flex-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(232, 230, 221, 0.75);
}

.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  background-color: transparent;
}

.absolute-bg.darker {
  background-color: #e8e6dd;
}

.instagram {
  padding-top: 15px;
  background-color: #edf0f4;
}

.box-80-percent {
  width: 79%;
  max-width: 405px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.box-80-percent.mobile-margin {
  padding-top: 0px;
}

.relative-height {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 450px;
  padding-top: 0px;
  border-radius: 100px;
}

.relative-height.round {
  overflow: hidden;
  height: auto;
  min-height: 500px;
  min-width: 500px;
  padding-top: 0px;
  border-radius: 1000px;
}

.absolute-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #edece6;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  font-size: 16px;
  line-height: 23px;
}

.button-2 {
  min-width: 135px;
  margin-top: 15px;
  padding: 14px 35px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #3ba32b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #3ba32b;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.error-message {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.footer {
  position: relative;
  padding-bottom: 20px;
  border-top: 2px solid #122b42;
  background-color: #7d8d9a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 141, 154, 0.94)), to(rgba(125, 141, 154, 0.94))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, rgba(125, 141, 154, 0.94), rgba(125, 141, 154, 0.94)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.hero-section {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.hero-section.contact-us {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section.contact-us {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/pascal-swier-7de474KZIbs-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/pascal-swier-7de474KZIbs-unsplash.jpg');
  background-size: auto, cover;
}

.text-field-full {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 18px;
  padding-bottom: 46px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: transparent;
  font-weight: 300;
  text-align: left;
}

.text-field-full::-webkit-input-placeholder {
  color: #8f8f8f;
}

.text-field-full:-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-full::-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-full::placeholder {
  color: #8f8f8f;
}

.text-field-half {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: transparent;
  font-weight: 300;
  text-align: left;
}

.text-field-half::-webkit-input-placeholder {
  color: #8f8f8f;
}

.text-field-half:-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-half::-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-half::placeholder {
  color: #8f8f8f;
}

.title-2 {
  color: #122b42;
  font-size: 25px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: none;
}

.move-up-4 {
  position: relative;
  left: auto;
  width: auto;
  margin-right: 0px;
  clear: none;
  font-family: Raptorpremium, sans-serif;
  color: #edf0f4;
  font-weight: 300;
  text-align: center;
  white-space: pre-line;
}

.move-up-4.homepage {
  left: 0px;
  right: 0px;
  width: 650px;
}

.paragraph-42 {
  color: #414141;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-green-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link-green-2:hover {
  opacity: 0.8;
}

.heading-21 {
  margin-left: 20px;
  color: #000;
}

._50-percent-column-2 {
  position: relative;
  width: 50%;
}

.heading-box-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

._50-percent-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  margin-top: 20px;
  color: #f4f3f0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

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

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 50px;
  margin-left: 50px;
}

.h2-regular-2 {
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.content-wrapper-wide-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #f4f3f0;
}

.column-offset-left {
  position: relative;
  right: -160px;
  z-index: 10;
  width: 100%;
  min-width: 540px;
  padding: 70px 65px 70px 40px;
  border-top-right-radius: 30px;
  background-color: #fff;
}

.column-offset-left.overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 70px 80px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.testimonial-picture {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #deac55;
  border-radius: 50%;
  background-image: url('../images/T-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-picture._3 {
  background-image: url('../images/T-1.jpg');
}

.testimonial-picture._2-picture {
  width: 70px;
  height: 70px;
  max-width: 70px;
  padding-left: 0px;
  background-image: url('../images/T-3.jpg');
}

.testimonial-text-box {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 70px 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.text-block-6.left {
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-2 {
  color: #f50;
}

.testimonial-arrow {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #deac55;
}

.testimonial-arrow:hover {
  opacity: 0.8;
}

.mini-title {
  color: #414141;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.testimonial-slide {
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}

.testimonial-text {
  color: #000;
  font-size: 37.5px;
  line-height: 60px;
}

.column-offset-right {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 100%;
  max-width: none;
  min-width: 540px;
  padding: 40px 55px 40px 65px;
  border-top-left-radius: 30px;
  background-color: #fff;
}

.column-offset-right.overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.testimonials {
  height: 100%;
  margin-bottom: 101px;
  background-color: #edece6;
}

.display-none {
  display: none;
}

.text-block-36 {
  width: 200px;
  margin-top: 6px;
  padding-right: 15px;
  background-color: transparent;
  color: #122b42;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.text-field-4 {
  height: 55px;
  margin-bottom: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #79ca0d;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.checkbox-3 {
  margin-top: 5px;
  border-color: #122b42;
  color: #122b42;
}

.checkbox-3.w--redirected-checked {
  border-color: #f50 #f50 #39a4db;
  background-color: #122b42;
}

.checkbox-field-3 {
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px none #cbcbcb;
}

.checkbox-label-2 {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  color: #122b42;
  font-size: 18px;
  font-weight: 400;
}

.div-block-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.div-block-19 {
  margin-top: -15px;
  margin-bottom: 38px;
  padding-top: 5px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #79ca0d;
  color: #34435c;
}

.div-block-18 {
  margin-bottom: 10px;
  padding: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #94c11d;
  border-radius: 0px;
  background-color: #f4f3f0;
  text-decoration: none;
}

.column-2 {
  position: static;
}

.div-block-8 {
  margin-top: 15px;
  color: #fff;
}

.div-block-10 {
  margin-bottom: 26px;
}

.text-block-38 {
  color: #122b42;
  font-weight: 400;
}

.heading-37 {
  display: inline;
  overflow: visible;
  width: 480px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #122b42;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-17 {
  padding: 1px 0px 14px;
}

.columns-4 {
  margin-bottom: 17px;
  border-bottom: 0px solid #000;
}

.heading-36 {
  margin-top: 14px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none #000;
  color: #122b42;
  font-size: 25px;
  font-weight: 700;
}

.consultant-name {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #94c11d;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.consultant-info {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-13 {
  width: 100%;
}

.text-block-30 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.vacancy-text {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 80px none #000;
  border-top-right-radius: 40px;
  background-color: transparent;
  background-image: none;
  color: #f4f3f0;
  text-decoration: none;
}

.consultant-position {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  max-width: 1300px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  margin-bottom: 20px;
  border-radius: 1000px;
}

.column-4 {
  background-color: transparent;
}

.left-column {
  width: 65%;
}

.right-column {
  width: 27%;
}

.post-margin {
  margin-bottom: 60px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.full-image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #edece6;
  text-align: center;
}

.hover-bg.darker {
  display: none;
  background-color: #e8e6dd;
}

.hover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.8;
}

.post-link {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.mintures-read {
  color: #f50;
  font-size: 13px;
}

.absolute-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-2.chairs {
  background-image: url('../images/icon-.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_231496134_Preview.jpeg');
  background-image: url('../images/icon-.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_231496134_Preview.jpeg');
  background-position: 90% 20%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.absolute-2.post-image {
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url('../images/Untitled-1.jpg');
}

.text-span-29 {
  color: #f50;
}

.heading-box-left {
  width: 87%;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}

.div-block-23 {
  padding: 20px;
}

.image-17 {
  overflow: visible;
}

.image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/AdobeStock_210799372.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column-image {
  width: 50%;
  margin-top: 0px;
  padding-top: 60px;
  padding-left: 100px;
  background-image: url('../images/icon-.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.featured-text {
  position: relative;
}

.featured-text._5-pixels {
  margin-top: 5px;
  font-family: open-sans;
  font-weight: 300;
}

.featured-text._5-pixels {
  margin-top: 5px;
}

.featured-text._5-pixels {
  margin-top: 5px;
}

.post-link-no-underline {
  font-family: Raptorpremium, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-section {
  position: relative;
  padding-top: 100px;
}

.social-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.contact-section {
  position: relative;
  padding-top: 20px;
}

.map-section {
  position: relative;
  padding-top: 100px;
}

.map-section.hidden {
  overflow: hidden;
  padding-top: 0px;
}

.map-section.hidden {
  overflow: visible;
  margin-top: 100px;
  padding-top: 0px;
}

.testamonials-section {
  position: relative;
  padding-top: 100px;
}

.image-12 {
  opacity: 0.5;
}

.client-box {
  width: 25%;
  padding: 55px 40px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #286150;
  text-align: center;
}

.client-box.last {
  position: static;
  width: 100%;
  border-color: #414141;
  border-right-style: solid;
}

.client-box._6 {
  border-color: #414141;
}

.client-box._3 {
  width: 100%;
  border-color: #414141;
}

.client-box._5 {
  border-color: #414141;
}

.client-box._7 {
  border-color: #414141;
}

.client-box._2-logo {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-color: #414141;
}

.client-box._1 {
  width: 100%;
  border-style: solid;
  border-color: #414141;
  border-right-width: 0px;
}

.client-box._5 {
  width: 100%;
  border-style: solid;
  border-color: #414141;
  border-right-width: 0px;
}

.client-box._6 {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-color: #414141;
}

.client-box._7 {
  width: 100%;
  border-color: #414141;
}

.client-box.last-2 {
  position: static;
  width: 100%;
  border-color: #414141;
  border-right-style: solid;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 100px;
  margin-left: 100px;
  padding: 80px 20px 80px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 30px;
  background-color: rgba(237, 240, 244, 0.81);
  background-image: none;
  background-size: auto;
}

.section-contact {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.section-blog {
  position: relative;
  padding-top: 100px;
}

.section-blog.post-page {
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #edece6;
}

.yellow-title {
  margin-top: 0px;
  color: #fec922;
  font-size: 50px;
}

.link-4 {
  color: #f4f3f0;
  text-decoration: none;
}

.white-text {
  color: #f4f3f0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.white-text.top-margin {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.privacy-div {
  margin-right: 10%;
  margin-left: 10%;
}

.text-span {
  color: #3a75db;
}

.bold-text-6 {
  color: #000;
}

.privacy-policy {
  margin-bottom: 100px;
}

.link-5 {
  color: #3a75db;
  text-decoration: none;
}

.logo-grid-1 {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos-section {
  position: relative;
  padding-top: 100px;
}

.logos-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.logos-section.double {
  padding-top: 40px;
  padding-bottom: 100px;
}

.burger-line {
  width: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.burger-line.bl-mid {
  width: 25px;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 110;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #e0dede;
  background-color: #7d8d9a;
}

.nav-bar-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  padding: 5px 5px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.home.w--current {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.menu-button-2 {
  display: block;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #e0dede;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.nav-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100vh;
  max-width: 310px;
  padding-top: 60px;
  padding-left: 10px;
  background-color: transparent;
}

.nav-menu-pane {
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e0dede;
  background-color: #3ba32b;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.menu-link-group {
  margin-top: 98px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f4f3f0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.menu-link-2:hover {
  color: #ffd63c;
}

.menu-link-2.w--current {
  text-decoration: line-through;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 150;
  background-color: transparent;
}

.grid-2-olumns {
  position: relative;
  top: auto;
  margin-top: 50px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-video-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 40px 0px 0px;
  background-image: url('../images/AdobeStock_192825974_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.subtitle-block {
  display: inline-block;
  margin-bottom: 10px;
}

.image-color-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: #f4f3f0;
}

.image-color-fill.light {
  background-color: #122b42;
}

.content-gradient-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-grid {
  max-width: 550px;
  margin-right: 14px;
}

.icon-play {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.icon-play:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.text {
  color: #122b42;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.text.white {
  color: #fff;
  font-weight: 300;
}

.text.white.center {
  text-align: center;
}

.text.white.center.marg-top {
  margin-top: 20px;
}

.text.centre {
  font-weight: 400;
  text-align: center;
}

.text.marg-20-bot {
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text.marg-20-bot-top {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.image-block-margin {
  position: relative;
  top: auto;
  z-index: 10;
  min-height: 500px;
  margin-top: 0px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.subtitle-line {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #79ca0d;
}

.subtitle-line.dark {
  background-color: #122b42;
}

.title {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #122b42;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-transform: none;
}

.title.center {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.title.large {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 40px;
  line-height: 45px;
}

.title.white {
  color: #fff;
}

.project-info {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding: 0px 30px;
  text-align: center;
}

.project-info.middle {
  position: relative;
  top: auto;
}

.project-info.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.link-project-block {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 0%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  cursor: pointer;
}

.link-project-block.small {
  width: 300px;
  height: 330px;
  padding-bottom: 30px;
  background-image: url('../images/icon-outline-white.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-project-block.small.w--current {
  z-index: 50;
  width: 330px;
  height: 350px;
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 0%;
  background-image: url('../images/icon-outline-white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.content-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-short.hidden {
  display: none;
}

.img-projects {
  position: relative;
  height: 100%;
  background-color: #79ca0d;
  background-image: none;
}

.img-projects._1-project {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-rodnae-productions-7915237.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-rodnae-productions-7915237.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._1-project.pic-hidden {
  display: none;
  background-image: none;
  background-position: 0px 0px;
}

.img-projects._2-project {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_430960117_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_430960117_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._2-project.pic-hidden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.img-projects._3-project {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-scott-webb-1029615.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-scott-webb-1029615.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._3-project.pic-hidden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.img-projects._4-project {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_157311407_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_157311407_Preview.jpeg');
  background-position: 0px 0px, 15% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.img-projects._4-project.pic-hidden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.img-projects._2-pr {
  width: 100%;
}

.img-projects._1-value {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/18.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/18.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._1-value.pic-hidden {
  display: none;
  background-image: none;
  background-position: 0px 0px;
}

.img-projects._2value {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-tembela-bohle-1102845.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-tembela-bohle-1102845.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._2value.pic-hidden {
  display: none;
  background-image: none;
  background-position: 0px 0px;
}

.img-projects._3value {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_238987955_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_238987955_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._3value.pic-hidden {
  display: none;
  background-image: none;
  background-position: 0px 0px;
}

.title-project {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #122b42;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.title-project.white {
  color: #fff;
}

.partner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.margin-top-28px {
  margin-top: 28px;
}

.container-2 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.logo {
  width: 300px;
  max-width: none;
}

.footer-address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #666f77;
}

.icon-button {
  margin-right: 8px;
}

.icon-button.primary {
  margin-right: 12px;
}

.footer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #122b42;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 4px;
  background-color: #79ca0d;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.button-icon:hover {
  border-style: none;
  border-color: #39a4db;
  background-color: rgba(121, 202, 13, 0.63);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #f4f3f0;
}

.button-icon.w--current {
  border-radius: 0px;
}

.button-icon.w--current:hover {
  border-color: #f50;
}

.button-secondary-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #122b42;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.footer-address {
  color: #122b42;
  line-height: 23px;
  font-weight: 700;
}

.footer-contact-icon {
  margin-right: 16px;
}

.footer-columns-grid {
  padding-bottom: 0px;
  -ms-grid-columns: 0.8fr 0.8fr 1fr;
  grid-template-columns: 0.8fr 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #122b42;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #3a75db;
}

.footer-link.w--current {
  color: #3a75db;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-link-box {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: none;
}

.footer-link-box:hover {
  color: #247cff;
}

.social-media-link {
  margin-left: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-media-link:hover {
  opacity: 0.7;
}

.footer-menu {
  padding-left: 0px;
  list-style-type: none;
}

.footer-up-grid {
  padding-top: 80px;
  padding-bottom: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column {
  color: #122b42;
}

.footer-bottom {
  padding-top: 48px;
  padding-bottom: 0px;
  border-top: 2px none #dbe5ee;
  color: #dbe5ee;
}

.copyright {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.aux-wrapper {
  position: relative;
  z-index: 25;
  display: block;
  width: 100%;
  max-width: 1366px;
  padding: 80px 30px 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #edf0f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 0 100px -75px #000;
  opacity: 1;
  text-align: left;
}

.page-image {
  width: 50%;
  height: 100%;
  min-height: 800px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-left: 0px;
  float: right;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: url('../images/oleg-ivanov-aVbR17HLZTg-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-image.overlay1 {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: url('../images/icon-.svg'), url('../images/pexels-erik-mclean-4061695.jpg');
  background-position: 95% 5%, 50% 100%;
  background-size: 110px, cover;
  background-repeat: no-repeat, no-repeat;
}

.heading-2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.post-preview {
  position: relative;
  width: 22%;
  margin-right: 3%;
}

.flex-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-box-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.flex-blog-previews {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-1 {
  position: relative;
  right: auto;
  display: block;
  overflow: visible;
  width: 95%;
  margin: 100px auto 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.section-2 {
  display: block;
  padding: 80px 14px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-2.left-asset {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-4 {
  position: relative;
  overflow: hidden;
}

.section-4.last {
  margin-bottom: 60px;
}

.section-5 {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
  background-color: #122b42;
}

.content-blog {
  position: relative;
  margin-bottom: 100px;
  padding-top: 100px;
}

.menu-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 5px 15px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px none #e0dede;
}

.menu-button-3.w--open {
  background-color: transparent;
}

.burger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.burger-line-2 {
  width: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.burger-line-2.bl-mid {
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.asset1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #79ca0d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.image2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image2.overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-andrea-piacquadio-3931640.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-andrea-piacquadio-3931640.jpeg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image1.overlay {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_414456751_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_414456751_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-25 {
  width: 100%;
}

.nav-menu-pane-2 {
  position: relative;
  z-index: 998;
  display: block;
  overflow: auto;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px none #e0dede;
  box-shadow: -1px 1px 5px 0 rgba(125, 141, 154, 0.73);
}

.menu-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f4f3f0;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link-3:hover {
  color: #94c11d;
}

.menu-link-3.w--current {
  color: #94c11d;
  text-decoration: none;
}

.menu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.move-up-home {
  font-family: Raptorpremium, sans-serif;
  color: #edf0f4;
  font-weight: 300;
}

.column-5 {
  padding-right: 40px;
}

.title-copy {
  margin-top: 45px;
  margin-bottom: 20px;
  color: #122b42;
  font-size: 47px;
  line-height: 50px;
  font-weight: 700;
}

.body {
  background-color: #122b42;
}

.image-20 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-21 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-22 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-23 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.paragraph-67 {
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.content-section-about-1 {
  position: relative;
  height: 150%;
  padding-top: 60px;
}

.hero-section-1 {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-1.contact-us-copy {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section-1.contact {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.paragraph-68 {
  font-size: 17px;
}

.specialism-text-block {
  padding: 60px 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.heading-49 {
  margin-bottom: 20px;
}

.vacancies {
  position: relative;
  padding-top: 100px;
}

.vacancies.double {
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.top-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #edf0f4;
}

.bottom-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #edf0f4;
}

.bold-credit-on-white {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #7d8d9a;
}

.credit-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.social-image-holder {
  position: absolute;
}

.image-24 {
  padding-top: 10px;
  padding-left: 10px;
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.textarea:focus {
  border-bottom-color: #141e24;
}

.textarea::-webkit-input-placeholder {
  color: #f4f3f0;
}

.textarea:-ms-input-placeholder {
  color: #f4f3f0;
}

.textarea::-ms-input-placeholder {
  color: #f4f3f0;
}

.textarea::placeholder {
  color: #f4f3f0;
}

.text-field-light {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #f4f3f0;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.text-field-light:focus {
  border-bottom-color: #141e24;
}

.text-field-light::-webkit-input-placeholder {
  color: #f4f3f0;
}

.text-field-light:-ms-input-placeholder {
  color: #f4f3f0;
}

.text-field-light::-ms-input-placeholder {
  color: #f4f3f0;
}

.text-field-light::placeholder {
  color: #f4f3f0;
}

.title-3 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 47px;
  line-height: 50px;
}

.title-3.center {
  text-align: center;
}

.title-3.center {
  color: #2e02ff;
  font-weight: 800;
  text-align: center;
}

.icon-holder {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 0px;
  background-image: url('../images/file.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-short-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-contact-page {
  width: 100%;
  margin-top: 15px;
}

.error-message-2 {
  padding: 0px;
  background-color: transparent;
  color: #f35b5e;
  font-size: 16px;
}

.success-message-2 {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #00d98e;
  background-color: transparent;
}

.section-light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.form-request {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-3 {
  font-size: 20px;
  line-height: 28px;
}

.text-3.centre {
  text-align: center;
}

.text-3.centre {
  font-weight: 700;
  text-align: center;
}

.text-error {
  font-size: 16px;
}

.text-success {
  color: #fff;
  font-size: 16px;
}

.text-success.light {
  color: #141e24;
}

.button-4 {
  min-height: 42px;
  min-width: 185px;
  margin-top: 0px;
  padding: 15px 28px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3575;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #81599b;
  color: #f4f3f0;
}

.button-4.full {
  display: none;
  width: 100%;
  margin-top: 15px;
  border-color: #39a4db;
  line-height: 20px;
  text-decoration: none;
}

.button-4.full:hover {
  background-color: #39a4db;
}

.box-80-percent-2 {
  width: 80%;
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vh1 {
  height: 15vh;
  min-height: 15vh;
}

.grid-7 {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-6 {
  max-width: 1300px;
  padding: 20px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sector-title {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  padding-top: 6px;
  border-bottom: 3px solid #122b42;
  border-radius: 200px;
  background-color: #122b42;
  background-image: url('../images/AdobeStock_313540681_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.sector-title._5 {
  background-image: url('../images/pexels-tembela-bohle-1102845.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.sector-title._2 {
  width: 150px;
  height: 150px;
  border-bottom-color: #122b42;
  border-radius: 200px;
  background-image: url('../images/AdobeStock_114781155_Preview.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.sector-title._3 {
  width: 150px;
  height: 150px;
  border-bottom-color: #122b42;
  background-image: url('../images/AdobeStock_357933198_Preview.jpeg');
  background-position: 50% 25%;
  background-size: cover;
}

.sector-title._1 {
  width: 150px;
  height: 150px;
  border-bottom-color: #122b42;
  border-radius: 200px;
  background-image: url('../images/AdobeStock_217619944_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.sector-title._4 {
  background-image: url('../images/AdobeStock_430960117_Preview.jpeg');
  background-position: 50% 25%;
  background-size: cover;
}

.text-4 {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.content-sectors {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: transparent;
}

.sector-container {
  position: static;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #122b42;
  background-color: #7d8d9a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 141, 154, 0.7)), to(rgba(125, 141, 154, 0.7))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, rgba(125, 141, 154, 0.7), rgba(125, 141, 154, 0.7)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sectors-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-wrapper-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 50px auto 0px;
  padding: 20px 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #edf0f4;
}

.content-wrapper-2.trans {
  background-color: transparent;
}

.hero-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Overpass, sans-serif;
  color: #122b42;
  font-size: 60px;
  line-height: 50px;
  font-weight: 900;
  text-shadow: 1px 1px 6px rgba(244, 243, 240, 0.7);
}

.container-jobs {
  position: relative;
  display: inline-block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.blog-post-title {
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

.blog-post-title.left {
  display: none;
  text-align: left;
}

.card-content {
  width: 500px;
  padding: 32px 24px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #39a4db;
}

.read-more-link {
  padding-right: 12px;
  color: #39a4db;
}

.featured-jobs-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.job-title {
  color: #dc4732;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.job-title:hover {
  color: #666f77;
}

.job-title.left {
  margin-bottom: 10px;
  color: #39a4db;
  text-align: left;
}

.arrow-large {
  color: #000;
}

.section.featured-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.paragraph-2 {
  color: #333;
}

.paragraph-2.left {
  text-align: left;
}

.read-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  color: #247cff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.blog-post-wrapper {
  background-color: #fff;
  text-decoration: none;
}

.blog-post-wrapper:hover {
  color: #666f77;
}

.featured-jobs {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666f77;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox-link {
  display: none;
}

.content-section-about-2 {
  position: relative;
  padding-top: 0px;
}

.content-section-about-3 {
  position: relative;
  margin-bottom: 60px;
  padding-top: 0px;
}

.hero-section-copy-copy-copy {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-copy-copy-copy.sectors {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-sections {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-sections.about-us {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section-copy-copy-copy {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-e {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-e.vacanc {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section-e.cv {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section-copy-copy-copy {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-copy-copy-copy.vacancy {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section-copy-copy-copy {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/homehead.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.hero-section-copy-copy-copy.news {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  padding-bottom: 0px;
  background-image: none;
}

.link-block-6 {
  text-decoration: none;
}

.no-results {
  padding: 20px;
}

.title-4 {
  max-width: 720px;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #333;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.text-5 {
  margin-bottom: 0px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
}

.text-5:hover {
  color: #333;
}

.grid-hero-right-block {
  position: relative;
  z-index: -50;
  display: none;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-white {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 1000px;
  background-color: #fff;
}

.circle-white.type-2 {
  left: 0px;
  top: 262px;
  width: 190px;
  height: 190px;
  background-color: #bbc8d8;
  color: #94c11d;
}

.circle-white.type-1 {
  left: 489px;
  top: 329px;
  z-index: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #39a4db;
  background-color: rgba(148, 193, 29, 0.47);
  background-image: url('../images/pexels-yentl-jacobs-157811.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #94c11d;
}

.circle-white.type-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100px;
  height: 100px;
  background-color: rgba(148, 193, 29, 0.6);
}

.circle-white.type-1 {
  left: 489px;
  top: 298px;
  background-color: rgba(208, 26, 118, 0.52);
  opacity: 1;
}

.circle-border {
  position: absolute;
  width: 630px;
  height: 630px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdd4e2;
  border-radius: 1000px;
}

.circle-border.type-5 {
  left: -21px;
  top: 401px;
  width: 60px;
  height: 60px;
  border-color: #3a75db;
}

.circle-border.type-5 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 11%;
  width: 60px;
  height: 60px;
  border-color: #39a4db;
}

.circle-border.type-1 {
  margin-top: -272px;
  margin-left: -998px;
  border-color: #935799;
}

.circle-border.type-2 {
  margin-top: -99px;
  margin-left: 885px;
  border-color: grey;
}

.circle-border.type-3 {
  width: 315px;
  height: 315px;
  margin-left: -967px;
  border-color: #d01a76;
}

.circle-border.type-4 {
  margin-top: 151px;
  margin-left: 654px;
  border-color: #fdb51e;
}

.image-circle-1 {
  position: absolute;
  left: 56px;
  top: -30px;
  width: 650px;
  height: 650px;
  max-width: none;
  border-style: solid;
  border-width: 3px;
  border-color: #94c11d;
  border-radius: 1000px;
  color: #94c11d;
  -o-object-fit: cover;
  object-fit: cover;
}

.jobs {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-8 {
  padding-top: 0px;
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-70 {
  max-width: 400px;
  border: 1px none #000;
  color: #f4f3f0;
  font-size: 20px;
  text-align: center;
}

.content-section-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-team-large {
  max-width: 1600px;
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-team-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-decoration: none;
}

.image-avatar {
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-text-team-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 15px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
}

.text-name-large {
  color: #202a3b;
  font-size: 26px;
  line-height: 1.28em;
  font-weight: 400;
  text-align: center;
}

.text-name-large.blue-title {
  color: #fff;
}

.text-6 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.text-6.green-title {
  margin-bottom: 10px;
  color: #94c11d;
}

.div-block-28 {
  margin-bottom: 60px;
}

.team-bio {
  color: #fff;
  text-align: center;
}

.list {
  list-style-type: decimal;
}

.consultant-block {
  position: static;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.columns-5 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-text {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-block {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-circle-2 {
  position: absolute;
  left: 56px;
  top: -30px;
  width: 650px;
  height: 650px;
  max-width: none;
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-circle-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer-title {
  margin-bottom: 26px;
  color: #122b42;
  font-size: 30px;
  font-weight: 900;
}

.contact-block-info {
  width: 100%;
  margin-right: auto;
}

.contact-form {
  margin-top: 0px;
}

.section-light-gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-field-5 {
  background-color: #f3fbff;
}

.textarea-2 {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: #f3fbff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.textarea-2:focus {
  border-bottom-color: #141e24;
}

.textarea-2::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-2:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-2::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-2::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.checkbox-label-3 {
  color: #f4f3f0;
}

.text-field-light-2 {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: #f3fbff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.text-field-light-2:focus {
  border-bottom-color: #141e24;
}

.text-field-light-2::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light-2:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light-2::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light-2::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.form-request-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
}

.map {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #3a75db;
}

.column-map {
  height: 100%;
}

.grid-values {
  width: 100%;
  max-width: 1400px;
  margin-top: 30px;
  margin-bottom: 40px;
  grid-auto-rows: minmax(300px, 300fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(300px, 300px);
  grid-template-rows: minmax(300px, 300px);
}

.grid-values.vission {
  grid-auto-rows: minmax(330px, 330fr);
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(330px, 330px) auto;
  grid-template-rows: minmax(330px, 330px) auto;
}

.grid-values.keywords {
  grid-auto-rows: minmax(330px, 330fr);
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(350px, 350px) auto;
  grid-template-rows: minmax(350px, 350px) auto;
}

.grid-specialisms {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 40px;
  grid-auto-rows: minmax(400px, 25vw);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(400px, 25vw);
  grid-template-rows: minmax(400px, 25vw);
}

.paragraph-72 {
  position: relative;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  color: #fff;
}

.difference-paragraph {
  color: #122b42;
}

.text-span-30 {
  color: #3a75db;
}

.text-span-31 {
  color: #122b42;
  text-shadow: none;
}

.body-2 {
  background-color: #122b42;
}

.body-3 {
  background-color: #122b42;
}

.body-4 {
  background-color: #122b42;
}

.body-5 {
  background-color: #122b42;
}

.body-6 {
  background-color: #122b42;
}

.body-7 {
  background-color: #122b42;
}

.pagenation-holder {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.next {
  border-bottom: 3px solid #79ca0d;
  border-radius: 5px 5px 2px 2px;
  background-color: #7d8d9a;
  color: #070707;
  text-decoration: none;
}

.next:hover {
  background-color: #ccc;
}

.next-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.previous-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.number-inner-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.text-7 {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.text-7.pagenation {
  margin-bottom: 0px;
  color: #122b42;
}

.previous {
  border-bottom: 3px solid #79ca0d;
  border-radius: 5px 5px 2px 2px;
  background-color: #7d8d9a;
  color: #070707;
  text-decoration: none;
}

.previous:hover {
  background-color: #b1b1b1;
}

.pn-grid-outer {
  width: 100px;
  justify-items: center;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-block {
  border-bottom: 3px solid #79ca0d;
  border-radius: 5px 5px 2px 2px;
  background-color: #7d8d9a;
  color: #070707;
  text-decoration: none;
}

.number-block:hover {
  background-color: #ccc;
}

.inner-grid {
  width: 100%;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-8 {
  background-color: #122b42;
}

.body-9 {
  background-color: #122b42;
}

.blog-title {
  font-family: Overpass, sans-serif;
  color: #fff;
  text-align: center;
}

.body-10 {
  background-color: #122b42;
}

.body-11 {
  background-color: #122b42;
}

.body-12 {
  background-color: #122b42;
}

.content-section-about-1-copy {
  position: relative;
  height: 150%;
  padding-top: 60px;
}

.specialisms {
  position: static;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #122b42;
  background-color: #7d8d9a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 141, 154, 0.7)), to(rgba(125, 141, 154, 0.7))), url('../images/icon-outline-grey.svg');
  background-image: linear-gradient(180deg, rgba(125, 141, 154, 0.7), rgba(125, 141, 154, 0.7)), url('../images/icon-outline-grey.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.specialism-block {
  position: relative;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #79ca0d;
  border-radius: 50%;
  background-color: transparent;
}

.specialism-inner-block {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #79ca0d;
}

.text-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sepc-container {
  max-width: 1300px;
  padding: 20px;
  text-align: center;
}

.spec-1 {
  position: relative;
  height: 150%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.title-col-1 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #79ca0d;
  font-size: 55px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.title-col-1.center {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.title-col-1.large {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 40px;
  line-height: 45px;
}

.title-col-1.white {
  color: #fff;
}

.title-col-1.dark {
  color: #122b42;
}

.title-col-2 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #122b42;
  font-size: 55px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.title-col-2.center {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.title-col-2.large {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 40px;
  line-height: 45px;
}

.title-col-2.white {
  color: #39a4db;
}

.title-col-2.sky {
  color: #39a4db;
}

.spec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.link-dif-block {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 0%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  cursor: pointer;
}

.link-dif-block.small {
  width: 300px;
  height: 300px;
  background-image: url('../images/favicon256.png');
  background-position: 0px 0px;
  background-size: cover;
  text-decoration: none;
}

.link-dif-block.small.w--current {
  z-index: 50;
  width: 300px;
  height: 300px;
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 0%;
  background-image: url('../images/favicon256.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.title-specialism {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #122b42;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: none;
}
.specialism-block h1.title-specialism {
    margin: 0;
}
.value-block h1.title-value {
    margin: 0;
}

.title-specialism.center {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.title-specialism.large {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 40px;
  line-height: 45px;
}

.title-specialism.white {
  color: #fff;
}

.title-value {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #122b42;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.title-value.center {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.title-value.large {
  margin-bottom: 0px;
  color: #122b42;
  font-size: 40px;
  line-height: 45px;
}

.title-value.white {
  color: #fff;
}

.value-inner-block {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #79ca0d;
}

.value-block {
  position: relative;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #79ca0d;
  border-radius: 50%;
  background-color: transparent;
}

.values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 14px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.values.left-asset {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.keyword-section {
  display: block;
  padding: 80px 14px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.keyword-section.left-asset {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.grid-keywords {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto 40px;
  grid-auto-rows: minmax(300px, 300fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(300px, 300px);
  grid-template-rows: minmax(300px, 300px);
}

.grid-keywords.vission {
  grid-auto-rows: minmax(330px, 330fr);
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(330px, 330px) auto;
  grid-template-rows: minmax(330px, 330px) auto;
}

.grid-keywords.keywords {
  grid-auto-rows: minmax(330px, 330fr);
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(350px, 350px) auto;
  grid-template-rows: minmax(350px, 350px) auto;
}

.text-span-32 {
  color: #79ca0d;
}

.promise-holder {
  text-align: center;
}

.promise-title {
  margin-bottom: 20px;
  color: #79ca0d;
  font-size: 30px;
}

.text-span-33 {
  color: #79ca0d;
}

.circles {
  width: 100%;
  margin-top: 0px;
  padding-top: 60px;
  padding-left: 100px;
  background-image: url('../images/icon-.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.careers-1 {
  position: relative;
  height: 150%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.link-6 {
  color: #f4f3f0;
}

.checkbox-label-4 {
  color: #f4f3f0;
}

.link-7 {
  color: #f4f3f0;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-flex {
    min-height: 700px;
  }

  .hero-column {
    width: 70%;
    max-width: 480px;
  }

  .nav-menu {
    background-color: #e8e6dd;
  }

  .content-section {
    padding-bottom: 0px;
  }

  .content-section.double {
    padding-top: 40px;
  }

  .content-section.double {
    padding-top: 40px;
  }

  .absolute.c1 {
    background-image: url('../images/AdobeStock_114781155_Preview.jpeg');
  }

  .notice {
    height: 30px;
  }

  .contact-us {
    width: 90%;
  }

  .relative-height.round {
    width: 500px;
    height: 500px;
    min-height: 400px;
    min-width: 500px;
  }

  .footer {
    padding-bottom: 0px;
  }

  .hero-section {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
  }

  .move-up-4 {
    left: 0px;
  }

  .heading-box-2 {
    width: 74%;
  }

  ._50-percent-flex {
    width: 100%;
  }

  ._50-percent-flex.clients {
    width: 100%;
  }

  .column-offset-left {
    min-width: 440px;
  }

  .column-offset-right {
    min-width: 440px;
  }

  .heading-box-left {
    width: 74%;
  }

  ._50-percent-column-image {
    width: 100%;
  }

  .social-section {
    padding-bottom: 0px;
  }

  .social-section.double {
    padding-top: 40px;
  }

  .contact-section {
    padding-bottom: 0px;
  }

  .map-section {
    padding-bottom: 0px;
  }

  .testamonials-section {
    padding-bottom: 0px;
  }

  .client-box {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-contact {
    padding-bottom: 0px;
  }

  .section-blog {
    padding-bottom: 0px;
  }

  .logos-section {
    padding-bottom: 0px;
  }

  .logos-section.double {
    padding-top: 40px;
  }

  .logos-section.double {
    padding-top: 40px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-2-olumns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-gradient-grid {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .block-grid {
    max-width: 800px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .image-block-margin {
    top: 0px;
    height: 100%;
    min-height: 500px;
    margin-top: 0px;
  }

  .title.center {
    font-size: 40px;
  }

  .project-info {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-columns-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    padding-right: 24px;
    padding-left: 24px;
  }

  .aux-wrapper {
    padding: 25px 25px 0px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .page-image {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .heading-box-long {
    width: 74%;
  }

  .section-1 {
    margin-top: 0px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section3 {
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 12.5px;
  }

  .section-4 {
    padding-bottom: 0px;
  }

  .section-5 {
    padding-bottom: 0px;
  }

  .content-blog {
    padding-bottom: 0px;
  }

  .content-section-about-1 {
    padding-bottom: 0px;
  }

  .hero-section-1 {
    min-height: 700px;
  }

  .vacancies {
    padding-bottom: 0px;
  }

  .vacancies.double {
    margin-top: 20px;
    padding-top: 40px;
  }

  .title-3.center {
    font-size: 40px;
  }

  .title-3.center {
    font-size: 40px;
  }

  .section-light-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vh1 {
    height: 55vh;
  }

  .grid-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-sectors {
    padding-bottom: 0px;
  }

  .content-section-about-2 {
    padding-bottom: 0px;
  }

  .content-section-about-3 {
    padding-bottom: 0px;
  }

  .hero-section-copy-copy-copy {
    min-height: 700px;
  }

  .hero-sections {
    min-height: 700px;
  }

  .hero-section-copy-copy-copy {
    min-height: 700px;
  }

  .hero-section-e {
    min-height: 700px;
  }

  .hero-section-copy-copy-copy {
    min-height: 700px;
  }

  .hero-section-copy-copy-copy {
    min-height: 700px;
  }

  .hero-section-copy-copy-copy.news {
    min-height: 500px;
  }

  .jobs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-section-team {
    padding-bottom: 70px;
  }

  .contact-text {
    text-align: center;
  }

  .section-light-gray-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-values {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pagenation-holder {
    text-align: center;
  }

  .content-section-about-1-copy {
    padding-bottom: 0px;
  }

  .spec-1 {
    padding-bottom: 0px;
  }

  .title-col-1.center {
    font-size: 40px;
  }

  .title-col-2.center {
    font-size: 40px;
  }

  .title-specialism.center {
    font-size: 40px;
  }

  .title-value.center {
    font-size: 40px;
  }

  .values {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .keyword-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-keywords {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circles {
    width: 100%;
  }

  .careers-1 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
    
    .content-wrapper-2 .two-col-holder {
        padding-left: 0;
    }
    
    .content-wrapper-2{
            margin-top: 0px !important;
    }
  .insta-pic {
    width: 25%;
  }

  .insta-pic.last {
    display: none;
  }

  .hero-flex {
    min-height: 500px;
  }

  .subtitle {
    font-size: 18.5px;
    line-height: 28px;
  }

  .hero-column {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-column.home {
    padding-top: 32px;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 240px;
  }

  .content-section {
    padding-top: 80px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .content-section.post {
    padding-top: 0px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .two-col-holder {
    padding-left: 15px;
  }

  .notice {
    height: 60px;
  }

  .contact-us {
    width: 100%;
    margin-bottom: 80px;
    padding: 60px 50px;
  }

  .box-80-percent.mobile-margin {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .relative-height.round {
    width: 400px;
    height: 400px;
    min-width: 400px;
  }

  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section {
    min-height: 500px;
  }

  .title-2 {
    font-size: 12px;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  .heading-box-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  ._50-percent-flex {
    width: 100%;
  }

  .h2-regular-2 {
    font-size: 30px;
    line-height: 45px;
  }

  .content-wrapper-wide-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column-offset-left {
    min-width: 350px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .text-container-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mini-title {
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 32.5px;
    line-height: 55px;
  }

  .column-offset-right {
    width: 100%;
    min-width: 340px;
    padding-left: 50px;
  }

  .text-block-36 {
    text-align: left;
  }

  .consultant-name {
    margin-top: 0px;
  }

  .absolute-2.chairs {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_82172346-flip.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_82172346-flip.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-box-left {
    width: 90%;
    margin-bottom: 40px;
  }

  ._50-percent-column-image {
    width: 100%;
  }

  .social-section {
    padding-top: 80px;
  }

  .social-section.double {
    padding-bottom: 80px;
  }

  .contact-section {
    padding-top: 0px;
  }

  .map-section {
    padding-top: 80px;
  }

  .testamonials-section {
    padding-top: 80px;
  }

  .client-box {
    width: 50%;
  }

  .client-box._6 {
    border-right-style: solid;
    border-bottom-style: none;
  }

  .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._2-logo {
    width: 50%;
    border-right-style: solid;
    border-bottom-style: none;
  }

  .client-box._1 {
    border-bottom-style: none;
  }

  .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._6 {
    width: 50%;
    border-right-style: solid;
    border-bottom-style: none;
  }

  .contact-info {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding: 60px 50px;
  }

  .section-contact {
    padding-top: 80px;
  }

  .section-blog {
    padding-top: 80px;
  }

  .section-blog.post-page {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .logos-section {
    padding-top: 80px;
  }

  .logos-section.double {
    padding-bottom: 80px;
  }

  .logos-section.double {
    padding-bottom: 80px;
  }

  .grid-2-olumns {
    grid-row-gap: 0px;
  }

  .content-gradient-grid {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-block-margin {
    min-height: 50vw;
  }

  .title.center {
    font-size: 37px;
  }

  .content-short {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-columns-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .page-image.overlay1 {
    min-height: 400px;
  }

  .post-preview {
    width: 29%;
  }

  .heading-box-long {
    width: 90%;
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-5 {
    padding-top: 80px;
  }

  .content-blog {
    padding-top: 80px;
  }

  .content-section-about-1 {
    padding-top: 10px;
  }

  .hero-section-1 {
    min-height: 500px;
  }

  .vacancies {
    padding-top: 80px;
  }

  .vacancies.double {
    padding-bottom: 80px;
  }

  .title-3.center {
    font-size: 37px;
  }

  .title-3.center {
    font-size: 37px;
  }

  .content-short-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-light-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vh1 {
    height: 40vh;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-sectors {
    padding-top: 80px;
  }

  .content-section-about-2 {
    padding-top: 80px;
  }

  .content-section-about-3 {
    padding-top: 0px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-sections {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-section-e {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .title-4 {
    margin-bottom: 14px;
  }

  .grid-hero-right-block {
    min-height: 400px;
  }

  .image-circle-1 {
    left: 17px;
    width: 480px;
    height: 480px;
  }

  .jobs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    width: 80%;
  }

  .content-section-team {
    padding-right: 15px;
    padding-bottom: 55px;
    padding-left: 15px;
  }

  .collection-list-team-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .consultant-block {
    margin-top: 0px;
  }

  .contact-text {
    width: 100%;
  }

  .image-circle-2 {
    left: 17px;
    width: 480px;
    height: 480px;
  }

  .section-light-gray-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-values {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-specialisms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-section-about-1-copy {
    padding-top: 10px;
  }

  .spec-1 {
    padding-top: 10px;
  }

  .title-col-1.center {
    font-size: 55px;
    line-height: 55px;
  }

  .title-col-2.center {
    font-size: 37px;
  }

  .title-specialism.center {
    font-size: 37px;
  }

  .title-value.center {
    font-size: 37px;
  }

  .values {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .keyword-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-keywords {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .circles {
    width: 100%;
  }

  .careers-1 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .insta-pic {
    width: 50%;
  }

  .hero-column.home {
    width: 100%;
  }

  .hero-column.home {
    width: 100%;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .content-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .absolute {
    height: 400px;
  }

  .absolute.h1 {
    height: 300px;
  }

  .two-col-holder {
    padding-left: 10px;
  }

  .contact-us {
    width: 100%;
    padding: 40px;
  }

  .box-80-percent {
    width: 100%;
  }

  .box-80-percent.mobile-margin {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .relative-height.round {
    width: 300px;
    height: 300px;
    min-height: 300px;
    min-width: 300px;
  }

  .hero-section {
    min-height: 500px;
  }

  .text-field-half {
    width: 100%;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  .heading-box-2 {
    width: 100%;
  }

  ._50-percent-flex {
    width: 100%;
  }

  .paragraph {
    font-size: 20px;
  }

  .h2-regular-2 {
    font-size: 30px;
    line-height: 45px;
  }

  .column-offset-left {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-container-9 {
    width: 100%;
    padding: 0px;
  }

  .text-block-6.left {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .testimonial-arrow {
    width: 50px;
  }

  .testimonial-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 25px;
  }

  .column-offset-right {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .text-block-36 {
    width: auto;
    font-weight: 400;
    text-align: left;
  }

  .column-2 {
    font-size: 18px;
  }

  .heading-37 {
    display: inline;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }

  .left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-column {
    display: none;
    width: 100%;
  }

  .post-margin {
    margin-bottom: 40px;
  }

  .heading-box-left {
    width: 100%;
  }

  ._50-percent-column-image {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .social-section {
    padding-top: 60px;
  }

  .social-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .contact-section {
    padding-top: 0px;
  }

  .map-section {
    padding-top: 60px;
  }

  .testamonials-section {
    padding-top: 60px;
  }

  .client-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-style: none;
  }

  .client-box.last {
    border-bottom-style: solid;
  }

  .client-box._3 {
    border-right-style: solid;
  }

  .client-box._5 {
    border-right-style: solid;
  }

  .client-box._7 {
    border-right-style: solid;
  }

  .client-box._2-logo {
    width: 100%;
  }

  .client-box._1 {
    border-right-style: solid;
  }

  .client-box._5 {
    border-right-style: solid;
  }

  .client-box._6 {
    width: 100%;
  }

  .client-box._7 {
    border-right-style: solid;
  }

  .client-box.last-2 {
    border-bottom-style: solid;
  }

  .contact-info {
    width: 90%;
    padding: 40px;
  }

  .section-contact {
    padding-top: 60px;
  }

  .section-blog {
    padding-top: 60px;
  }

  .section-blog.post-page {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .yellow-title {
    font-size: 40px;
  }

  .white-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logos-section {
    padding-top: 60px;
  }

  .logos-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .logos-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .content-gradient-grid {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .block-grid {
    margin-right: 15px;
    margin-left: 15px;
  }

  .image-block-margin {
    min-height: 300px;
  }

  .title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title.center {
    font-size: 27px;
  }

  .title.center.white {
    font-size: 45px;
    line-height: 50px;
  }

  .link-project-block {
    width: 300px;
    height: 300px;
  }

  .content-short {
    margin-right: 15px;
    margin-left: 15px;
  }

  .logo {
    width: 200px;
  }

  .icon-button.primary {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .button-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-up-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-preview {
    width: 100%;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-left: 40px;
  }

  .heading-box-long {
    width: 100%;
    padding-left: 20px;
  }

  .flex-blog-previews {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .content-blog {
    padding-top: 60px;
  }

  .title-copy {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .content-section-about-1 {
    padding-top: 60px;
  }

  .hero-section-1 {
    min-height: 500px;
  }

  .vacancies {
    padding-top: 60px;
  }

  .vacancies.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .title-3 {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title-3.center {
    font-size: 27px;
  }

  .title-3.center {
    font-size: 27px;
  }

  .content-short-2 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-light-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-request {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-4.full {
    line-height: 20px;
  }

  .box-80-percent-2 {
    width: 100%;
  }

  .vh1 {
    height: 65vh;
  }

  .content-sectors {
    padding-top: 0px;
  }

  .content-wrapper-2.trans {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .card-content {
    width: auto;
  }

  .job-title.left {
    display: block;
  }

  .blog-post-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .content-section-about-2 {
    padding-top: 60px;
  }

  .content-section-about-3 {
    padding-top: 60px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-sections {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-section-e {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .hero-section-copy-copy-copy {
    min-height: 500px;
  }

  .grid-hero-right-block {
    min-height: 320px;
  }

  .image-circle-1 {
    left: auto;
    right: 0.5%;
    width: 330px;
    height: 330px;
  }

  .content-section-team {
    padding-bottom: 40px;
  }

  .block-text-team-large {
    padding: 14px 10px;
  }

  .text-name-large {
    font-size: 22px;
  }

  .contact-text {
    width: 100%;
  }

  .image-circle-2 {
    left: auto;
    right: 0.5%;
    width: 330px;
    height: 330px;
  }

  .footer-title {
    margin-bottom: 16px;
  }

  .section-light-gray-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-request-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-values {
    margin-bottom: 30px;
    -ms-grid-rows: minmax(300px, 340px);
    grid-template-rows: minmax(300px, 340px);
  }

  .grid-specialisms {
    margin-bottom: 30px;
  }

  .content-section-about-1-copy {
    padding-top: 60px;
  }

  .spec-1 {
    padding-top: 60px;
  }

  .title-col-1 {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 45px;
  }

  .title-col-1.center {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 45px;
  }

  .title-col-2 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .title-col-2.center {
    font-size: 27px;
  }

  .title-col-2.sky {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 45px;
  }

  .link-dif-block {
    width: 300px;
    height: 300px;
  }

  .title-specialism {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title-specialism.center {
    font-size: 27px;
  }

  .title-value {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title-value.center {
    font-size: 27px;
  }

  .values {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .keyword-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .grid-keywords {
    margin-bottom: 30px;
    -ms-grid-rows: minmax(300px, 340px);
    grid-template-rows: minmax(300px, 340px);
  }

  .circles {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .careers-1 {
    padding-top: 60px;
  }
}

#w-node-_03755a30-c994-0389-87f0-cbd68ac2c844-1f303406 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#Name-3.w-node-_504547c1-1993-ef77-00df-1ea3a12c9234-a39f0560 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-_504547c1-1993-ef77-00df-1ea3a12c9235-a39f0560 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-_504547c1-1993-ef77-00df-1ea3a12c9236-a39f0560 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c9237-a39f0560 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c923a-a39f0560 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c9240-a39f0560 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#Name-3.w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cabfd-119f0569 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cabfe-119f0569 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cabff-119f0569 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cac00-119f0569 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cac03-119f0569 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cac09-119f0569 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-_60338874-20aa-8d59-6c16-6b4218719e4d-e39f056a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_60338874-20aa-8d59-6c16-6b4218719e66-e39f056a {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_03755a30-c994-0389-87f0-cbd68ac2c844-1f303406 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #Message.w-node-_504547c1-1993-ef77-00df-1ea3a12c9236-a39f0560 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_504547c1-1993-ef77-00df-1ea3a12c9240-a39f0560 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Message.w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cabff-119f0569 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e6e3b433-cfbc-62b2-f1ef-5d65371cac09-119f0569 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
form#contact_us_form .w-input {
    color: #fff;
}
@media screen and (min-width: 1025px) {
.contact-info h2.title {
    font-size: 42px;
    line-height: 50px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1100px)  {

    .grid-values {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.content-short.video iframe {
    width: 100%;
    height: 600px;
    max-width: 800px;
    margin-top: 60px;
     margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .content-short.video iframe {
     height: 350px;
    }
}
/**********30-05-2023 start*************/

#greenify_section2 .value-block {
  border: none;
}
#greenify_section2 .value-block .title-value {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.custom-text-holder img {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #79ca0d;
  padding: 10px;
}


/**********30-05-2023 end*************/


/* ----31-05-2023-start---- 
.relative-height.round .absolute.a1 {
  width: 400px;
  border-radius: 50%;
  background-position: 90% 30%;
  background-size: auto;
  height: 400px;
  margin: auto;
}*/
.left-content-right-image {
  justify-content: space-between;
}
.cus-green-solution .box-80-percent-2 {
  width: 100%;
}
#greenify_section2 {
  padding-top: 0px;
  margin-top: 0px;
}
#greenify_section2 .content-short {
  margin: 0px;
}
#greenify_section2 .text.white.center.marg-top {
  line-height: 30px;
}
#greenify_section3 .box-80-percent-2 {
  padding: 0px;
}
#greenify_section4 .content-short {
  margin: 0px !important;
  align-items: unset;
}
/*.cus-green-solution .two-col-holder h2 {
  font-weight: 500;
  font-size: 50px;
}
 #greenify_section2 .two-col-holder h2, #greenify_section3 .two-col-holder h2 {
  font-weight: 500;
  font-size: 50px;
}
#greenify_section4 .content-short .two-col-holder h2.title-col-1 {
  font-size: 50px;
  font-weight: 500;
}
#greenify_section4 .content-short .two-col-holder h2.title-col-2.sky {
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
}*/
#greenify_section3, #greenify_section1 {
  margin-bottom: 0px;
}
#greenify_section4 {
  margin-top: 0px;
}
.three-icons .title-value {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}
.three-icons .icon img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.three-icons {
  display: flex;
}
.icon {
  width: 33.33%;
  padding: 0px 15px;
}
.single-icon {
  background: #79ca0d;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
.three-icons .title-value ul {
  text-align: left;
}
.icon .block-section {
  margin: 100px auto 60px;
  padding: 0px;
}

@media screen and (min-width:768px) and (max-width:991px) {
.three-icons {
  flex-wrap: wrap;
  justify-content: center;
}
.three-icons .icon {
  max-width: 50%;
  flex: 0 0 50%;
}
#greenify_section2 .two-col-holder h2, #greenify_section3 .two-col-holder h2, .cus-green-solution .two-col-holder h2, #greenify_section4 .content-short .two-col-holder h2 {
  font-size: 40px !important;
  line-height: 40px !important;
}
#greenify_section4 .content-short .two-col-holder h2.title-col-2.sky {
  font-size: 40px;
  line-height: 40px !important;
}
}


@media screen and (max-width:767px) {
#greenify_section2 .two-col-holder h2, #greenify_section3 .two-col-holder h2, .cus-green-solution .two-col-holder h2, #greenify_section4 .content-short .two-col-holder h2 {
  font-size: 35px !important;
  line-height: 35px !important;
  margin-bottom: 0px;
}
#greenify_section4 .content-short .two-col-holder h2.title-col-2.sky {
  font-size: 35px !important;
}
.three-icons .icon {
  width: 100%;
}
.three-icons {
  display: unset;
}
}

@media screen and (max-width:479px) {
#greenify_section2 .two-col-holder h2, #greenify_section3 .two-col-holder h2, .cus-green-solution .two-col-holder h2, #greenify_section4 .content-short .two-col-holder h2 {
  font-size: 30px !important;
  line-height: 30px !important;
}
#greenify_section4 .content-short .two-col-holder h2.title-col-2.sky {
  font-size: 30px !important;
}
.single-icon {
  width: 100px;
  height: 100px;
}
.three-icons .icon img {
  width: 50px;
}
#greenify_section4 .icon .block-section {
  margin: 30px 0px 40px 0px;
  width: 100%;
}
.single-icon img.custom-icon-width {
  width: 80px;
}
}



/* ----31-05-2023-end---- */


/* ----01-06-2023-start---- */
.cus-green-solution {
  width: 50%;
}
.cus-green-solution-image {
  width: 50%;
}
#greenify_section2 .grid-keywords {
  display: flex !important;
  flex-wrap: wrap;
}

@media screen and (max-width:1100px) {
.relative-height.round .absolute.a1 {
  width: 350px;
  height: 350px;
}
}

@media screen and (max-width:991px) {
.relative-height.round {
  width: 100%;
  min-width: 100%;
}
.relative-height.round .absolute.a1 {
  width: 300px;
  height: 300px;
}
}

@media screen and (max-width:768px) {
.left-content-right-image {
  display: unset;
}
.cus-green-solution {
  width: 100%;  
  text-align: center;
}
.cus-green-solution .box-80-percent-2 {
  max-width: 100%;
}
.cus-green-solution-image {
  width: 100%;
}
.relative-height.round {
  height: auto;
  min-height: 320px;
}
.relative-height.round .absolute.a1 {
  margin: 0 auto;
}
.three-icons .title-value {
  font-size: 18px;
}
#greenify_section2 .value-block {
  margin-bottom: 30px;
}
#greenify_section4 .two-col-holder {
  text-align: center;
}
}

@media screen and (min-width:480px) {
.single-icon img.custom-icon-width {
  width: 90px !important;
}
}








/* ----01-06-2023-end---- */