/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/
body {
  background-color: var(--color-deep-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.overlay-hidden {
  overflow: hidden;
}

.overlay-hidden .opacity-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1005;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

iframe,
object {
  width: 100%;
  height: 100%;
}

#primary {
  position: relative;
  z-index: 9;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-small {
  position: relative;
  z-index: 9;
}

.acf-map {
  background-color: #c6c6c6;
  width: 100%;
  height: 366px;
  margin: 0;
}

a:focus,
a:active {
  outline: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.pb--32 {
  padding-bottom: 7rem !important;
}

.pb--48 {
  padding-bottom: 6rem !important;
}

/* Particles */
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 2;
}

#footer-particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 1;
}

#latestjobs-particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 2;
}

/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

/* button more */

.btn-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 10rem;
  height: 2.75rem;
  background-color: var(--color-link);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.75rem;
  color: var(--color-white);
  padding: 0 1rem;
  border: none;
  border-radius: 4px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  opacity: 0.8;
  box-shadow: none;
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--color-light-gray);
  color: var(--color-link);
  opacity: 1;
}

.btn-outline-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.75rem;
  background-color: transparent;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1;
  color: var(--color-white);
  padding: 0.25rem 1.25rem;
  border: 2px solid var(--color-white);
  border-radius: 4px;
  opacity: 1;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:hover {
  background-color: var(--color-white);
  color: var(--color-btn-primary-hover);
  border-color: var(--color-white);
  opacity: 1;
}

.btn-primary--form {
  min-width: 100%;
  background-color: var(--color-white);
  color: var(--color-link);
}

.btn-primary--form:active,
.btn-primary--form:focus,
.btn-primary--form:not(:disabled):not(.disabled):active,
.btn-primary--form:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-white);
  box-shadow: none;
  opacity: 1;
}

.btn-primary--form:hover {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-white);
  opacity: 1;
}

.waves-input-wrapper {
  border-radius: 0;
}

/* Image Effect */

.imgEffect {
  position: relative;
  overflow: hidden;
}

.imgEffect:after {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  left: -50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.imgEffect:hover:after {
  left: 150%;
}

/* Image Effect Zoom */

.boxEZoom {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.imgEZoom {
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* Background Image */

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Breadcrumb */

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: var(--color-light-gray);
  border-radius: 4px;
}

.breadcrumb:after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--color-light-gray);
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--color-light-gray);
}

/* pagination */

.pagination:before,
.pagination:after {
  display: none;
}

.pagination {
  width: 62.5%;
  padding: 2.5rem 0;
  margin: 0 auto;
}

.pagination a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  box-shadow: none;
}

.pagination__page {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.pagination__page .page-item {
  margin: 0 6px;
}

.pagination__page .page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  box-shadow: none;
}

/* Light gallery */
.lg-progress-bar .lg-progress {
  background-color: var(--color-btn-primary-hover);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--color-btn-primary-hover);
}

/* Contact Form 7 */
.st-row {
  margin-bottom: 1.5rem;
}

.st-row--upload {
  margin-bottom: 2rem;
}

.st-row--upload .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-strong-navy);
  margin-bottom: 0.9375rem;
}

.st-row--upload .subtitle {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1rem;
  color: var(--color-strong-navy);
  margin-bottom: 0.9375rem;
}

label {
  margin-bottom: 0.25rem;
}

.custom-file,
.custom-file .custom-file-input-hide {
  position: relative;
  width: 18.375rem;
  height: 10.625rem;
  z-index: 0;
}

.custom-file .custom-file-input {
  position: absolute;
  top: 0;
  width: 18.375rem;
  height: 10.625rem;
}

.custom-file .custom-file-input:focus ~ .custom-file-label {
  border-color: var(--color-strong-navy);
  box-shadow: none;
}

.custom-file .custom-file-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 18.375rem;
  height: 10.625rem;
  background-color: var(--color-white);
  font-weight: 300;
  font-size: 0.75em;
  line-height: 0.875rem;
  color: var(--color-strong-navy);
  padding: 7.3125rem 0.9375rem 1.5625rem;
  border: 1px dashed var(--color-strong-navy);
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

.custom-file .custom-file-label span {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 0.875rem;
  color: var(--color-strong-navy);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  max-height: 1.75rem;
}

.custom-file .custom-file-label::before {
  content: "";
  position: absolute;
  top: 1.625rem;
  right: calc(50% - 25px);
  width: 48.08px;
  height: 38px;
  background-image: url("../../images/ic-upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-file .custom-file-label::after {
  top: 4.9375rem;
  right: 5%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 1rem;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1rem;
  color: var(--color-strong-navy);
  padding: 0 1rem;
  border: none;
}

.custom-file:hover .custom-file-label::after {
  box-shadow: none;
}

.custom-file .custom-file-input ~ .custom-file-label::after {
  content: "Dokumente hochladen";
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: var(--color-white);
}

.fancybox-content {
  width: 840px;
  height: 550px;
  padding: 1.5625rem;
  border-radius: 2px;
}

.popup-content .img {
  margin-bottom: 55.84px;
}

.popup-content h4.title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2em;
  line-height: 3rem;
  text-align: center;
  color: var(--color-title);
  margin-bottom: 1.5625rem;
}

.popup-content p.txt {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.1875rem;
  text-align: center;
  color: var(--color-strong-navy);
  margin-bottom: 0;
}

.fancybox-button:hover {
  color: var(--color-strong-navy);
}

.request-form label {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.7em;
  min-height: 1.7em;
  padding-left: 1.5rem;
  font-size: 0.875em;
  color: var(--color-text-main);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-bottom: 0;
}

.request-form textarea,
.request-form select,
.request-form .form-control,
.request-form .form-control:hover,
.request-form .form-control:focus {
  background-color: #eee;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 0.5rem 1rem;
}

.request-form textarea {
  min-height: 150px;
}

span.wpcf7-list-item {
  margin: 0 0 0.5rem;
}

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item-label,
.custom-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.7em;
  min-height: 1.7em;
  margin-bottom: 0;
}

.custom-checkbox .wpcf7-list-item-label::before,
.custom-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: -1.5rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  background-color: #eee;
}

.custom-checkbox .wpcf7-list-item-label::before,
.custom-radio .wpcf7-list-item-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.custom-radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}

.custom-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: -1.5rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox input:checked ~ .wpcf7-list-item-label::after {
  content: "\f147";
  font-family: dashicons;
  color: var(--color-title);
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
}

.custom-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.custom-radio input:checked ~ .wpcf7-list-item-label::after {
  background: var(--color-title);
}

/*--------------------------------------------------------------
3 Regular Content
--------------------------------------------------------------*/
p:last-of-type {
  margin-bottom: 0;
}

.smartdev-content-area {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
  z-index: 2;
}

.smartdev-entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 2rem;
}

.title-page {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 4.5em;
  line-height: 5rem;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 1.5rem;
}

.subtitle-page,
.subtitle-page p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0;
}

.subtitle-page p {
  margin-bottom: 1.5rem;
}

.subtitle-page p:last-of-type {
  margin-bottom: 0;
}

.title-sec {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 3em;
  line-height: 5rem;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 3rem;
}

.title-single {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2em;
  line-height: 2.5rem;
  color: var(--color-text-main);
  margin-bottom: 0.5rem;
}

/* Banner  */
.banner {
  position: relative;
  min-height: 50rem;
  padding-top: 4rem;
}

.banner--postlist {
  min-height: 40rem;
}

.banner .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-btn-primary-hover);
  mix-blend-mode: overlay;
  z-index: 1;
}

.banner__content {
  position: relative;
  padding-top: 9.5rem;
  padding-bottom: 3rem;
  z-index: 2;
}

.banner__content .ct {
  width: 65.625%;
}

.banner__content .ct p {
  line-height: 3rem;
}

.banner.banner--default {
  background-color: var(--color-dark-blue);
  min-height: 15rem;
}

.banner.banner--default .banner__content {
  padding-bottom: 9.5rem;
}

.banner--home .technologies {
  margin-top: 4rem;
}

.banner--home .technologies h3 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 2rem;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 1rem;
}

.banner--home .technologies--item {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.banner--home .technologies--item.tech-white svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
4 Posts
--------------------------------------------------------------*/
.smartdev-single-wrapper article.post,
.smartdev-single-wrapper article.rb_resume,
.smartdev-single-wrapper article.aol_ad,
.smartdev-single-wrapper article.event {
  background-color: var(--color-white);
  padding: 1rem 1.5rem 1.25rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
}

.smartdev-single-wrapper article.post .featured-thumb,
.smartdev-single-wrapper article.event .featured-thumb {
  width: 100%;
  margin-bottom: 2rem;
}

.smartdev-single-wrapper article.post .featured-thumb img,
.smartdev-single-wrapper article.event .featured-thumb img {
  display: block;
  margin: 0 auto;
}

.smartdev-single-wrapper article.aol_ad p {
  margin-bottom: 1rem;
}

.smartdev-single-wrapper article.aol_ad ul {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.smartdev-single-wrapper article.aol_ad ul li {
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.25rem;
  color: var(--color-text-main);
}

.smartdev-single-wrapper article.aol_ad ul li::before {
  content: "\f101";
  position: absolute;
  top: 5px;
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 0.75rem;
  text-rendering: auto;
  line-height: 1;
  color: var(--color-title);
}

.job_features__row p {
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0;
}

.job_features__row:last-of-type p {
  border-bottom: none;
}

.job_features__row .name {
  font-weight: 500;
  border-right: 1px solid var(--color-border);
}

.job_features__row .ct {
  padding-left: 1rem;
}

.smartdev-single-wrapper article.post .wpcf7-response-output {
  font-size: 0.875em;
  color: var(--color-text-main);
}

.page-id-7381 .banner.banner--default {
  min-height: 30rem;
}

.single-aol_ad .banner--postlist {
  min-height: 30rem;
}

.aol_app_form label {
  color: var(--color-text-main);
}

.aol_app_form input[type="text"],
.aol_app_form input[type="email"],
.aol_app_form input[type="url"],
.aol_app_form input[type="password"],
.aol_app_form input[type="search"],
.aol_app_form input[type="number"],
.aol_app_form input[type="tel"],
.aol_app_form input[type="range"],
.aol_app_form input[type="date"],
.aol_app_form input[type="month"],
.aol_app_form input[type="week"],
.aol_app_form input[type="time"],
.aol_app_form input[type="datetime"],
.aol_app_form input[type="datetime-local"],
.aol_app_form input[type="color"],
.aol_app_form textarea,
.aol_app_form select,
.aol_app_form .form-control {
  background: var(--color-white);
  color: var(--color-text-main);
  border: 1px solid var(--color-border);
}

input[type="submit"].aol-form-button,
.read-more.btn-info,
.aol-filter-button {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-white);
}

input[type="submit"].aol-form-button:hover,
.read-more.btn-info:hover,
.aol-filter-button:hover,
input[type="submit"].aol-form-button:focus,
.read-more.btn-info:focus,
.aol-filter-button:focus {
  background-color: var(--color-btn-primary-hover);
  color: var(--color-white);
  opacity: 0.8;
}

.read-more.btn-info {
  margin-top: 20px;
}

.aol-single progress {
  display: none;
}

.aol-single .aol-heading {
  margin-top: 30px;
}

/*--------------------------------------------------------------
5 Front Page
--------------------------------------------------------------*/

/* Homepage */

.albums-gallery .cutomResize {
  width: 100%;
  height: 100%;
}

.grid-sizer,
.grid-item {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}

.grid-item--2x {
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
}

/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

.smartdev-content-area .page {
  background-color: var(--color-white);
  padding: 1rem 1.5rem 1.25rem;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 12%);
  border-radius: 1rem;
}

/* 404 page */

.search-page .title-theme {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.search-page .title-theme a {
  color: var(--color-link);
}

.search-page .title-theme a:hover {
  color: var(--color-hover);
}

.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  display: inline-block;
  width: 100%;
  background-color: var(--color-white);
  margin: 15px 0;
}

.error404 .page-content .search-form .search-submit,
.search .page-content .search-form .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: var(--color-btn-primary);
  padding: 0 15px;
}

.error404 .page-content .search-form .search-submit:focus,
.search .page-content .search-form .search-submit:focus {
  outline: none;
}

.error404 .page-content .search-form .search-submit img,
.search .page-content .search-form .search-submit img {
  width: 16px;
  height: 16px;
}

.error404 .page-content .search-form label,
.search .page-content .search-form label {
  display: block;
  margin: 0;
}

.error404 .page-content .search-form input,
.search .page-content .search-form input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid var(--color-text-main);
  width: calc(100% - 115px);
  float: left;
  background-color: var(--color-white);
  color: var(--color-text-main);
}

.error404 .page-content .search-form input[type="search"]:focus,
.search .page-content .search-form input[type="search"]:focus {
  border-color: var(--color-input);
}

/* About Page */
.about-wrapper__history {
  padding-bottom: 9rem;
}

.about-wrapper__history--content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.about-wrapper__history--content .title-page {
  text-align: left;
  margin-bottom: 2.5rem;
}

.about-wrapper__history--content .text p {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 2rem;
  color: var(--color-white);
  margin-bottom: 2.5rem;
}

.about-wrapper__history--content .text p:last-of-type {
  margin-bottom: 0;
}

.about-wrapper__history--gallery {
  position: relative;
  -ms-flex: 0 0 43.125%;
  flex: 0 0 43.125%;
  max-width: 43.125%;
  margin-left: 8.125%;
}

.about-wrapper__history--gallery .image {
  position: absolute;
  top: 0;
  right: 5px;
  width: 78.674948%;
  z-index: 1;
  filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.16));
  border-radius: 12px;
}

.about-wrapper__history--gallery .image:nth-child(2n) {
  top: 215px;
  left: 0;
  z-index: 2;
}

.about-wrapper__clients {
  padding: 9rem 0;
}

.about-wrapper__clients .subtitle-page {
  width: 65.714285%;
  margin: 0 auto;
}

.about-wrapper__clients .client-image {
  width: 100%;
  padding: 4rem 0 0;
}

.about-wrapper .map-section {
  padding: 9rem 0;
}

.about-wrapper .map-section__map-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-wrapper .map-section__map-img .title-sec {
  font-size: 25px;
  color: #141414;
  line-height: 30px;
  text-align: center;
}

.about-wrapper .map-section__office {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.about-wrapper .map-section__office--color-desc {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.about-wrapper .map-section__office--color-desc .clr {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}

.about-wrapper .map-section__office--color-desc .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.about-wrapper .map-section__office_list--item {
  flex: 0 0 27.58621%;
  max-width: 27.58621%;
  margin-bottom: 3rem;
}

.about-wrapper .map-section__office_list--item .txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.about-wrapper .map-section__office_list--item .title-bold {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* Careers */

.careers-wrapper__jobs {
  position: relative;
  z-index: 9;
}

.careers-wrapper__jobs h3.title-page {
  margin-bottom: 3.9375rem;
}

.careers-wrapper__jobs--item {
  background: var(--color-white);
  -ms-flex: 0 0 31.428571%;
  flex: 0 0 31.428571%;
  max-width: 31.428571%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.careers-wrapper__jobs--item .content {
  height: 100%;
  padding: 2rem 1.5rem;
}

.careers-wrapper__jobs--item .content h4.title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25em;
  line-height: 2rem;
  text-align: center;
  color: var(--color-title);
  margin-bottom: 1.5rem;
}

.careers-wrapper__jobs--item .content h4.title span {
  display: inline-block;
  width: 100%;
}

.careers-wrapper__jobs--item .content .entry-summary {
  width: 100%;
  margin-bottom: 2.5rem;
}

.careers-wrapper__jobs--item .content .entry-summary p {
  font-size: 1em;
  line-height: 1.75rem;
  text-align: center;
}

.careers-wrapper__jobs .btn-more {
  margin-top: 1rem;
}

.benefit-section {
  padding: 7rem 0 2.625rem;
  margin: 0 auto;
}

.benefit-section--item {
  -ms-flex: 0 0 27.58621%;
  flex: 0 0 27.58621%;
  max-width: 27.58621%;
  margin-bottom: 3rem;
}

.benefit-section--item img {
  margin-bottom: 1rem;
  -webkit-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}

.benefit-section--item:hover img {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.benefit-section--item p.name {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 2rem;
  text-align: center;
  color: var(--color-white);
}

/* Latest Jobs Section */
.latestjobs-wrapper {
  position: relative;
  padding: 9rem 0;
}

.latestjobs-wrapper .overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 1;
}

/* Blog Page */
.blog-wrapper__content--item {
  -ms-flex: 0 0 31.428571%;
  flex: 0 0 31.428571%;
  max-width: 31.428571%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.blog-wrapper__content--item .thumb:hover {
  opacity: 1;
}

.blog-wrapper__content--item .content {
  background: var(--color-white);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0.5rem 1.5rem 1.25rem;
}

.blog-wrapper__content--item .content .entry_meta {
  margin-bottom: 0.5rem;
}

.smartdev-single-wrapper article.post .entry_meta span,
.smartdev-single-wrapper article.event .entry_meta span,
.blog-wrapper__content--item .content .entry_meta span {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.75rem;
  color: var(--color-text-main);
}

.smartdev-single-wrapper article.post .entry_meta .byline a,
.smartdev-single-wrapper article.event .entry_meta .byline a,
.blog-wrapper__content--item .content .entry_meta .byline a {
  color: var(--color-link);
}

.blog-wrapper__content--item .content h4.title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.75rem;
  color: var(--color-title);
  margin-bottom: 0.5rem;
}

.blog-wrapper__content--item .content .entry-summary {
  width: 100%;
  margin-bottom: 1rem;
}

/* FAQs Page */
.faq-wrapper__accordion {
  background-color: var(--color-white);
  padding: 1rem 1.5rem 1.25rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
}

.faq-wrapper__accordion--item .faq-header {
  margin-bottom: 0;
}

.faq-wrapper__accordion--item .faq-header span {
  padding: 20px 0;
  margin-bottom: 0;
  cursor: pointer;
}

.faq-wrapper__accordion--item .faq-header__collapse .more-less {
  font-size: 16px;
}

.faq-wrapper__accordion--item .faq-body__collapse p {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
7. Header
--------------------------------------------------------------*/
header {
  position: relative;
  background-color: transparent;
  z-index: 99;
  padding: 0.75rem 0;
}

header.header-absolute {
  position: absolute;
  top: 0;
  width: 100%;
}

/* Logo */
.logo {
  margin-right: 0.75rem;
}

.logo img {
  height: 36px;
}

.smartdev-logo:hover {
  opacity: 1;
}

/* Nav Menu */
.navbar-menu-main ul li > a {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.navbar-menu-main ul ul.sub-menu {
  padding: 0.9375rem 0 0.625rem;
  right: -100%;
}

.navbar-menu-main ul ul.sub-menu li {
  margin-bottom: 1.25rem;
}

.header-menu #social-icons {
  margin-left: 2rem;
}

.header-menu #social-icons a {
  width: 1.5rem;
  height: 1.5rem;
}

.header-menu #social-icons a i {
  font-size: 0.75em;
  line-height: 1rem;
  color: var(--color-white);
}

.header-menu #social-icons a.facebook-color {
  background-color: var(--color-facebook);
}

.header-menu #social-icons a.linked_in-color {
  background-color: var(--color-linkedin);
}

.header-menu .polylang_langswitcher {
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  margin-left: 2rem;
}

.polylang_langswitcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
}

.polylang_langswitcher li.current-lang {
  display: none;
}

.polylang_langswitcher li {
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  margin: 0;
}

.polylang_langswitcher li img {
  width: 1.5rem !important;
  height: auto !important;
}

/* Search Funtion */
.nav--icon {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  height: 24px;
}

.nav--icon .icon--search {
  color: var(--color-white);
}

.nav--icon .icon--search img {
  width: 16px;
  height: 16px;
}

.search__box {
  position: absolute;
  top: -32px;
  left: 100%;
  right: 0;
  bottom: -10px;
  opacity: 0;
  transition: opacity 0.3s, left 0.3s 0.3s;
  overflow: hidden;
}

.search__box.no-results {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  margin-top: 16px;
}

.search__box.search__box--open {
  opacity: 1;
  left: 0;
  transition: opacity 0.3s;
}

.search__input {
  background-color: var(--color-white);
  height: 100%;
  z-index: 9998;
}

.search__input .search-submit {
  width: auto;
  min-width: 1px;
  float: left;
  clear: none;
  height: 52px;
  background-color: transparent;
  padding: 0 15px;
}

.search__input .search-submit:focus {
  outline: none;
}

.search__input .search-submit img {
  width: 16px;
  height: 16px;
}

.search__input label {
  display: block;
  margin: 0;
}

.search__input input {
  -webkit-appearance: none;
  margin-bottom: 0;
  display: block;
  height: 52px;
  line-height: 42px;
  border: 1px solid var(--color-white);
  width: calc(100% - 115px);
  float: left;
  background-color: var(--color-white);
  color: var(--color-menu-hover);
}

.search__input input[type="search"]:focus {
  border-color: transparent;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search__close {
  content: "";
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  top: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0 15px;
  height: 52px;
  transition: color 0.2s;
  font-weight: 300;
}

/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/
.footer-contact-section {
  position: relative;
  background-color: var(--color-dark-blue);
  padding: 9rem 0;
}

.footer-contact-section__row {
  margin-top: 3rem;
}

.footer-contact-section__row--form {
  -ms-flex: 0 0 39.910714%;
  flex: 0 0 39.910714%;
  max-width: 39.910714%;
}

.footer-contact-section__row--info {
  -ms-flex: 0 0 48.571429%;
  flex: 0 0 48.571429%;
  max-width: 48.571429%;
  margin-top: 1.5rem;
}

.footer-contact-section__row--info .teams .thumb {
  -ms-flex: 0 0 22.794118%;
  flex: 0 0 22.794118%;
  max-width: 22.794118%;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.footer-contact-section__row--info .information-row .box-info {
  -ms-flex: 0 0 48.529477%;
  flex: 0 0 48.529477%;
  max-width: 48.529477%;
}

.footer-contact-section__row--info .information-row .box-info .logo {
  height: 36px;
  margin-bottom: 0.75rem;
}

.footer-contact-section__row--info .information-row .box-info p,
.footer-contact-section__row--info .information-row .box-info a {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 2rem;
  color: var(--color-white);
  margin: 0;
}

.footer-contact-section__row--info .information-row .box-info a.link {
  font-weight: 500;
}

footer {
  background-color: var(--color-black);
  padding: 1.5rem 0;
}

.copyright {
  -ms-flex: 0 0 30.4375rem;
  flex: 0 0 30.4375rem;
  max-width: 30.4375rem;
  margin: 0 1rem;
}

footer .logo-footer,
footer .social {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

footer .logo-footer img {
  height: 36px;
}

.copyright p {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5rem;
  text-align: center;
  color: var(--color-copyright);
}

#social-icons ul {
  margin: 0;
}

#social-icons li {
  list-style: none;
  margin: 0 0.5rem;
}

#social-icons li:first-of-type {
  margin-left: 0;
}

#social-icons li:last-of-type {
  margin-right: 0;
}

#social-icons a {
  width: 2rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-copyright);
  color: var(--color-neutral-black);
  border-radius: 50%;
}

#social-icons a i {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 1.125em;
  line-height: 1.25rem;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
}

.social #social-icons a.facebook-color:hover {
  background-color: var(--color-facebook);
}

.social #social-icons a.linked_in-color:hover {
  background-color: var(--color-linkedin);
}

.social #social-icons a:hover i {
  color: var(--color-white);
}

.grecaptcha-badge {
  z-index: 9;
}
