@charset "UTF-8";
body {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
}

* {
  font-family: "IBM Plex Sans", sans-serif;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}
span.bold {
  font-weight: bold !important;
}

.title-text {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}

.sub-title-text {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
}

.summary-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 180%;
}

.color-black {
  color: #25282b;
}

.color-red {
  color: #da3451;
}

.color-blue {
  color: #062e64;
}

.color-blue-text {
  color: #c4d7f0;
}

.color-grey {
  color: #52575c;
}

.color-grey-light {
  color: #e8e8e8;
}

.color-grey-medium {
  color: #a0a4a8;
}

.color-white {
  color: white;
}

.bg-red {
  background-color: #da3451;
}

.bg-blue {
  background-color: #062e64;
}

.bg-grey {
  background-color: #52575c;
}

.bg-grey-light {
  background-color: #e8e8e8;
}

.bd-red {
  border-color: #da3451;
}

.bd-blue {
  border-color: #062e64;
}

.bd-grey {
  border-color: #52575c;
}

.bd-grey-light {
  border-color: #e8e8e8;
}

.bd-1 {
  border-width: 1px;
  border-style: solid;
}

.bd-2 {
  border-width: 2px;
  border-style: solid;
}

.bd-3 {
  border-width: 3px;
  border-style: solid;
}

.bd-4 {
  border-width: 4px;
  border-style: solid;
}

.bd-8 {
  border-width: 8px;
  border-style: solid;
}

.pagination-section {
  margin-top: 40px;
}
.pagination-section ul.pagination {
  border-top: 1px solid #e8e8e8;
}
.pagination-section ul.pagination li.page-item .page-link {
  border: none;
  cursor: pointer;
  padding-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  border-top: 4px solid transparent;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  color: #a0a4a8;
}
.pagination-section ul.pagination li.page-item .page-link:first-of-type {
  margin-left: 0px;
}
.pagination-section ul.pagination li.page-item .page-link:last-of-type {
  margin-right: 0px;
}
.pagination-section ul.pagination li.page-item .page-link:hover {
  background-color: #fafafa;
}
.pagination-section ul.pagination li.page-item:first-of-type .page-link {
  padding-left: 0px;
}
.pagination-section ul.pagination li.page-item:first-of-type .page-link:hover {
  background-color: white;
}
.pagination-section ul.pagination li.page-item:last-of-type .page-link {
  padding-right: 0px;
}
.pagination-section ul.pagination li.page-item:last-of-type .page-link:hover {
  background-color: white;
}
.pagination-section ul.pagination li.page-item.active .page-link {
  background-color: white;
  color: #062e64;
  border-top: 4px solid #062e64;
}
.pagination-section ul.pagination li.page-item.show .page-link {
  color: #062e64;
}

.tunga-input {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 42px 10px 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #52575c;
}

.inline-block {
  display: inline-block !important;
}

.tunga-btn,
.navbar #navbarSupportedContent ul.navbar-nav .contact-us-btn a.nav-link,
.tunga-btn--blue {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #da3451;
  padding: 11px 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
}
.tunga-btn:hover,
.navbar
  #navbarSupportedContent
  ul.navbar-nav
  .nav-item:last-of-type
  a.nav-link:hover,
.tunga-btn--blue:hover {
  color: #ffffff;
  filter: brightness(90%);
}
.tunga-btn--blue {
  background-color: #062e64;
}
.tunga-btn--blue:hover {
  color: #ffffff;
  filter: brightness(150%);
}

.tunga-btn-outline,
.tunga-btn-outline--dark {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #da3451;
  background-color: white;
  padding: 11px 16px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #da3451;
}
.tunga-btn-outline:hover,
.tunga-btn-outline--dark:hover {
  background-color: #da3451;
  border: 1px solid transparent;
  color: #ffffff;
}
.tunga-btn-outline--dark {
  border: 1px solid #25282b;
  color: #25282b;
}
.tunga-btn-outline--dark:hover {
  background-color: #25282b;
}

.tunga-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #da3451;
}
.tunga-link:hover {
  /* opacity: 0.5; */
  color: #da3451;
}
.tunga-link:hover img {
  left: -5px;
  transition: left 200ms ease-in-out;
}
.tunga-link span {
  margin-right: 11px;
}
.tunga-link img {
  transition: left 200ms ease-in-out;
  position: relative;
  left: 0px;
}

.test {
  border: 1px solid red;
}

.navbar {
  height: 80px;
}
.navbar.bg-light {
  background-color: white !important;
}
.navbar.bg-dark {
  background-color: transparent !important;
  box-shadow: none !important;
}
.navbar.navbar-dark {
  color: white !important;
}
.navbar li {
  margin-left: 10px !important;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .close-btn {
  border: none;
  display: none;
  background-color: transparent;
  padding: 15px;
}
.navbar #navbarSupportedContent ul.navbar-nav .nav-item a.nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar .navbar-controls .navbar-toggler {
    display: block;
    border: none;
  }
  .navbar #navbarSupportedContent {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    min-height: 640px;
  }
  .navbar #navbarSupportedContent.open {
    pointer-events: all;
  }
  .navbar #navbarSupportedContent.open .nav-container {
    transition: right 300ms ease-out;
    right: 0px;
  }
  .navbar #navbarSupportedContent .close-btn {
    display: inline;
    position: absolute;
    top: 26px;
    right: 0px;
    z-index: 20000;
  }
  .navbar #navbarSupportedContent .overlay {
    transition: background-color 300ms ease-in-out;
    flex-grow: 1;
    background-color: transparent;
    height: 100vh;
    min-height: 640px;
    pointer-events: none;
  }
  .navbar #navbarSupportedContent .overlay.open {
    transition: background-color 300ms ease-in-out;
    background-color: rgba(6, 46, 100, 0.6);
    pointer-events: all;
  }
  .navbar #navbarSupportedContent .nav-container {
    transition: right 300ms ease-out;
    position: absolute;
    right: -212px;
    background-color: #062e64;
    padding: 80px 18px 26px 58px;
    /* width: 100%; */
    height: 100vh;
  }
  .navbar #navbarSupportedContent ul.navbar-nav li {
    margin: 10px 0px;
    text-align: right;
  }
  .navbar #navbarSupportedContent ul.navbar-nav .nav-item a.nav-link {
    color: white !important;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
}

.footer .footer-top {
  margin-top: 24px;
  position: relative;
  background-color: #062e64;
  padding-top: 90px;
  padding-bottom: 120px;
}
.footer .footer-top:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("../img/footer-bg-1.svg");
  background-repeat: no-repeat;
  height: 34px;
  width: 100%;
  background-size: cover;
}
.footer .footer-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url("../img/footer-bg-2.svg");
  background-repeat: no-repeat;
  height: 34px;
  width: 100%;
  background-size: cover;
}
.footer .footer-top .footer-contact {
  color: #c4d7f0;
}
.footer .footer-top .footer-form .form-container {
  width: 100%;
  margin-top: 54px;
  /* border: 1px solid pink; */
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
.footer .footer-top .footer-form .form-container .form-bg {
  /* border: 1px solid yellow; */
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-image: url("../img/form-pattern.png");
  /* background-repeat: no-repeat; */
  background-size: cover;
  /* height: 34px;
  width: 100%; */
}
.footer .footer-top .footer-form .form-container .contact-us-form {
  position: relative;
  z-index: 1;
  background-color: white;
  /* border: 1px solid red; */
  padding: 40px;
  width: 100%;
  border-radius: 2px;
}
.footer
  .footer-top
  .footer-form
  .form-container
  .contact-us-form
  input:not([type="checkbox"]),
.footer .footer-top .footer-form .form-container .contact-us-form textarea {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #52575c;
  padding: 14px 16px;
}
.footer .footer-top .footer-form .form-container .contact-us-form .check-box {
  position: relative;
  margin-top: 11px !important;
  margin-bottom: 22px !important;
}
.footer
  .footer-top
  .footer-form
  .form-container
  .contact-us-form
  .check-box
  input {
  opacity: 1 !important;
}
.footer
  .footer-top
  .footer-form
  .form-container
  .contact-us-form
  .check-box
  label {
  color: #52575c;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-bottom {
  padding-top: 84px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .footer .footer-top .footer-form .form-container {
    padding-right: 0px;
  }
  .footer .footer-top .footer-form .form-container .contact-us-form {
    padding: 20px;
  }
  .footer .footer-nav-links .row .explore,
  .footer .software-skills {
    margin-top: 24px;
  }
  .footer .footer-copyright ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-top:before {
    top: -6px;
  }
}

.footer-spacer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 47px;
  margin-bottom: 48px;
}

.offices-title {
  font-weight: 500;
}

.office-heading,
.office-text-container li p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.office-heading {
  font-weight: 500;
  margin-bottom: 12px;
}

.office-text-container li p {
  font-weight: 400;
}

.social-icons a {
  margin-right: 16px;
  margin-top: 12px;
}

.footer-copyright {
  font-size: 14px;
  line-height: 18px;
  color: #52575c;
}

.footer-copyright a {
  font-size: 14px;
  line-height: 18px;
  color: #52575c;
}

.footer-nav-links {
  padding-bottom: 64px;
}

.footer-nav-links a {
  font-size: 16px;
  line-height: 24px;
  color: #52575c;
}

.footer-nav-links .row {
  color: #52575c;
}

.footer-nav-links .row .latest-media ul li img {
  border-radius: 2px;
}

.footer-nav-links .footer-nav-links-title {
  padding-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #25282b;
  font-size: 14px;
  line-height: 18px;
}

.tunga-link-container {
  margin-top: 16px;
}

.tunga-link {
  font-size: 14px;
  color: #da3451;
}

.tunga-link:hover {
  /* opacity: 0.5; */
  color: #da3451;
}

.tunga-link span {
  color: #da3451;
  font-size: 14px;
  margin-right: 11px;
}

.tunga-link img {
  position: relative;
  left: 0px;
}

.tunga-link:hover img {
  left: -5px;
}

.text-title-28 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}

.text-title-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.text-title-16 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.text-bold {
  font-weight: 500;
}

.text-h-48 {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
}

.text-h-36,
.text-h-36 * {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
}

.text-h-28 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}

.text-sub-h-20 {
  font-weight: normal;
  font-size: 20px;
  line-height: 180%;
}

.text-sub-h-18 {
  font-size: 18px;
  line-height: 180%;
}

.text-body-16 {
  font-weight: normal;
  font-size: 16px;
  line-height: 180% !important;
}

.text-body-14 {
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
}

.text-caption-14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}

.text-caption-12 {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
}

.header {
  min-height: 590px;
}
.header.no-header-image {
  min-height: 350px;
}
.header .buttons a {
  margin-bottom: 12px;
}
.header .left-pane {
  margin-top: 20px;
}
.header .left-pane img.language-image {
  margin-bottom: 1em;
}
.header .right-pane {
  position: relative;
  margin-left: 15px;
  margin-top: 20px;
  height: 550px;
  mask-size: 480px;
  -webkit-mask-size: 480px;
  mask-position: 0px center;
  -webkit-mask-position: 0px center;
  mask-image: url("../img/mask-image.png");
  -webkit-mask-image: url("../img/mask-image.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.header .right-pane img,
.header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .right-pane.image:after {
  pointer-events: none;
  /* display: none; */
  content: "";
  position: absolute;
  background-color: #062e64;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

@media screen and (min-width: 430px) and (max-width: 575px) {
  .header .right-pane {
    mask-size: 600px;
    -webkit-mask-size: 600px;
    mask-position: 0px center;
    -webkit-mask-position: 0px center;
    height: 640px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  .header .right-pane {
    mask-size: 600px;
    -webkit-mask-size: 600px;
    mask-position: 0px -180px;
    -webkit-mask-position: 0px -180px;
    height: 480px;
    margin-top: 0px;
    width: 50%;
    position: absolute;
    top: 80px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .header .left-pane {
    margin-top: 125px;
  }
  .header .left-pane.no-header-image {
    margin-top: 80px;
  }
  .header .right-pane {
    mask-size: 830px;
    -webkit-mask-size: 830px;
    mask-position: 10px -300px;
    -webkit-mask-position: 10px -300px;
    height: 590px;
  }
}
.client-section {
  margin-top: 120px;
  padding-bottom: 32px;
  overflow: hidden;
}
.client-section .continer-lg .row {
  padding-bottom: 120px;
}
.client-section .client-heading {
  font-size: 36px;
  margin-bottom: 40px;
}
.client-section .client-card-container {
  position: relative;
  height: 640px;
}
.client-section .slider-container {
  flex-wrap: nowrap;
  /* left: calc(-100% - 40px); */
}
.client-section .slide {
  margin-right: 20px;
  min-width: 100%;
  padding-right: 16px;
  display: inline-block;
  position: relative;
  background-color: #52575c;
  color: white;
  min-height: 640px;
  transition: transform 400ms ease-in-out;
}
.client-section .slide + .slide {
  margin-left: 20px;
}
.client-section .slide:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.client-section .slide img.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-section .slide-info-container {
  position: relative;
  padding: 32px 16px;
  z-index: 2;
}
.client-section button.slider-btn {
  position: absolute;
  height: 64px;
  width: 64px;
  background: #062e64;
  color: white;
  border: none;
  border-radius: 50%;
}
.client-section button.slider-btn.prev {
  z-index: 200;
  top: calc(50% - 32px);
  left: -20px;
}
.client-section button.slider-btn.prev:disabled {
  opacity: 0;
}
.client-section button.slider-btn.next {
  z-index: 200;
  top: calc(50% - 32px);
  right: -20px;
}
.client-section button.slider-btn.next:disabled {
  opacity: 0;
}
.client-section .reason-title {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 140%;
  color: white;
}
.client-section .reason-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.9);
}
.client-section .btn-tunga {
  border-radius: 2px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  padding: 11px 16px;
}
.client-section .btn-tunga-primary {
  color: white;
  background-color: #da3451 !important;
  text-transform: uppercase;
}
.client-section .btn-tunga-primary:hover {
  color: white;
  background-color: #b82a41 !important;
}
.client-section .read-more-btn {
  margin-bottom: 40px;
}
.client-section .skill-tag {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 7px 16px;
  border-radius: 2px;
}
.client-section .skill-tag-container {
  list-style: none;
}
.client-section .skill-tag-container li {
  padding-right: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 1040px) {
  .client-section button.slider-btn.prev {
    top: unset;
    bottom: -82px;
    left: calc(50% - 72px);
  }
  .client-section button.slider-btn.next {
    top: unset;
    bottom: -82px;
    right: calc(50% - 72px);
  }

  .how-it-works-section .steps-card {
    height: 16em;
  }
}
@media screen and (min-width: 576px) {
  .client-section .slide-info-container {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 992px) {
  .client-section .slide-info-container {
    padding: 50px 80px;
  }

  .how-it-works-section .steps-card {
    height: 16em;
  }
}
.how-it-works-section {
  padding-top: 120px;
  padding-bottom: 90px;
}
.how-it-works-section .steps-card {
  box-sizing: border-box;
  margin-bottom: 16px;
}
.how-it-works-section .steps-card .card-container {
  padding: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  height: 100%;
}
.how-it-works-section .steps-card p.number {
  background: #062e64;
  color: white;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.how-it-works-section .step-title {
  color: #25282b;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
}
.how-it-works-section .step-text {
  color: #52575c;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
}
h2.how-it-works-title {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 576px) {
  .how-it-works-section {
    margin-top: 120px;
  }

  .how-it-works-section .steps-card .card-container {
    padding: 25px;
  }
}
.partner-section {
  padding-top: 32px;
  /* padding-bottom: 132px; */
}
.partner-section #partner-heading {
  overflow: hidden;
  margin-bottom: 3rem;
}
.partner-section #partner-heading p.slide {
  animation: 4s ease-in-out 0s infinite slide-up;
}
.partner-section .partner-heading {
  text-transform: uppercase;
  /* padding: 0; */
  font-weight: 500;
  font-size: 14px;
  transform: translateY(0%);
  display: inline-block;
}
.partner-section .logo-section {
  overflow: scroll;
}
.partner-section .logo-section img {
  cursor: pointer;
  filter: grayscale(100%);
  margin-right: 16px;
}
.slick-slide a > img {
  filter: grayscale(100%);
}
.partner-section .logo-section img:hover,
.slick-slide img:hover {
  filter: none;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  10% {
    transform: translateY(0%);
  }
  90% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
.services-section {
  margin-top: 120px;
  position: relative;
}
.services-section .service-card-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 30px;
}
.services-section:before {
  content: "";
  position: absolute;
  height: 45em;
  left: 0;
  width: 100%;
  bottom: calc(100% - 600px);
  background-image: url("../img/bg-1-up.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.services-section .bg-color-elm {
  position: absolute;
  z-index: -1;
  height: calc(100% - 300px);
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #f3f8ff;
}
.services-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  /* height: 75px; */
  height: 80em;
  z-index: -1;
  background-image: url("../img/bg-1-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}
.services-section .services-heading {
  margin-bottom: 46px;
}
.services-section .services-card-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.services-section .service-preview {
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
}
.services-section .service-card-text,
.media-content-card .text-body-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  overflow-wrap: break-word;
}
p.footer-excerpt-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
}
.footer-posts-btn {
  margin-top: 4em;
}
.services-section .service-card {
  margin-bottom: 30px;
}
.services-section .service-card img {
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .partner-section .logo-section img {
    margin-right: 30px;
    max-width: none !important;
  }

  .services-section .service-card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .services-section:after {
    top: 20%;
    height: 250em;
  }
}

@media screen and (max-width: 768px) {
  .footer-posts-btn {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .footer-nav-links {
    padding-bottom: 24px;
  }

  .services-section .bg-color-elm {
    height: 100%;
  }

  .client-section {
    padding-bottom: 6em;
  }

  .how-it-works-section .steps-card {
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1152px) {
  .services-section .bg-color-elm {
    height: calc(100% - 100px);
  }

  .client-section {
    padding-bottom: 6em;
  }
}
.software-section {
  position: relative;
  margin-top: 120px;
  padding-bottom: 80px;
}
.software-section .software-heading {
  font-size: 36px;
  margin-bottom: 10px;
}
.software-section .software-summary {
  font-size: 18px;
  color: #52575c;
  line-height: 32px;
  margin-bottom: 56px;
}
.software-section .software-card-container {
  /* height: 285px; */
  height: auto;
  overflow: hidden;
}
.software-section .software-card-container.hide {
  height: auto;
}
.software-section .software-card {
  border: 1px solid #e8e8e8;
  padding: 24px;
  width: 270px;
  height: 80px;
  border-radius: 2px;
}
.software-section .software-card:nth-of-type(4n + 1) {
  margin-left: 0 !important;
}
.software-section .software-card:hover {
  border: none;
  background-color: #062e64;
  color: white;
}
.software-section .skill-info img {
  height: 30px;
}
.software-section .skill-info span {
  padding-top: 3px;
}
.software-section .skill-info {
  color: #25282b;
  height: 30px;
}
.software-section .software-card .learn-more {
  padding-top: 3px;
  display: none !important;
}
.software-section .software-card:hover .skill-info {
  display: none !important;
}
.software-section .software-card:hover .learn-more {
  display: flex !important;
}
.software-section .software-card:hover .learn-more span {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.software-section .software-show-more {
  margin-top: 40px;
}
.featured-slider-section {
  z-index: 1;
}
.software-section .btn-tunga {
  border-radius: 2px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  padding: 11px 16px;
}
.software-section .btn-tunga-outline {
  border-radius: 2px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #25282b;
  padding: 11px 16px;
}
.software-section .software-bg {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .software-section .software-card-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
    column-gap: 16px;
    row-gap: 16px;
  }
  .software-section .software-card-container.show {
    height: auto;
  }
  .software-section .software-card {
    max-width: 100%;
    height: auto;
  }
  .software-section .software-card .skill-info {
    display: block !important;
    height: auto;
  }
  .software-section .software-card .skill-info span {
    display: inline-block;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .software-section .software-card:hover .learn-more {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .software-section .software-card {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .how-it-works-section .step-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-section .service-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .how-it-works-section .step-title {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.work-with-tunga-section {
  position: relative;
}
.work-with-tunga-section .bg {
  position: absolute;
  right: 0;
  bottom: -140px;
}
.work-with-tunga-section .image-section img {
  margin-top: 88px;
}
.work-with-tunga-section .work-with-tunga-reason-section {
  margin-top: 40px;
}
.work-with-tunga-section .reason-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #52575c;
}

@media screen and (min-width: 576px) {
  .description-section h2 {
    white-space: nowrap;
  }

  .work-with-tunga-section .bg {
    bottom: -200px;
  }
}
@media screen and (min-width: 768px) {
  .work-with-tunga-section .bg {
    bottom: unset;
  }
}
@media screen and (min-width: 992px) {
  .work-with-tunga-section .bg {
    top: 0;
  }
}
.dream-section {
  background-color: #f3f8ff;
  position: relative;
  padding-top: 30px;
  margin-top: 3.5em;
}
.dream-section .dream-bg {
  position: absolute;
  bottom: 100%;
  transform: translateY(60%);
  left: 0;
  width: 100%;
}
.dream-section .sub-title-text {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
}
.dream-section .row-1 {
  margin-bottom: 80px;
}
.dream-section .row-2 {
  padding-bottom: 150px;
}

.image-container img {
  object-fit: cover;
}

.mission-section {
  background-color: #062e64;
  color: white;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.mission-section:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("../img/footer-bg-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 34px;
  width: 100%;
}
.mission-section:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url("../img/footer-bg-2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 34px;
  width: 100%;
  background-size: cover;
}
.mission-section .logo-container img {
  object-fit: contain;
  height: 60px;
  width: 150px;
  margin-bottom: 64px;
}

.team-section {
  margin-top: 40px;
}
.team-section .sub-title-text {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
}
.team-section .team-container {
  margin-top: 40px;
}
.team-section .team-member {
  margin-bottom: 40px;
}
.team-section .team-member > img {
  object-fit: cover;
}
.team-section .member-name {
  margin: 0;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #062e64;
}
.team-section .member-position {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #25282b;
}

.video-section {
  position: relative;
  padding-top: 120px;
}
.video-section .video-bg {
  position: absolute;
  top: 90px;
  right: 0;
}
.video-section .sub-title-text {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
}
.video-section .row-2 {
  padding-bottom: 150px;
}
.video-section .story {
  margin-top: 16px;
}
.video-section .story img {
  object-fit: cover;
}
.video-section .tunga-link-outline {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #da3451;
  border: 1px solid #da3451;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 11px 16px;
}
.video-section .tunga-link-outline:hover {
  color: white;
  border: none;
  background-color: #da3451;
}
.video-section .summary-title-text {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #25282b;
}
.video-section .africa img {
  margin-bottom: 40px;
}

.video-section .africa h1 {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 576px) {
  .video-section .story {
    margin-top: 40px;
  }
  .video-section .story:first-of-type {
    padding-right: 15px;
  }
  .video-section .story:last-of-type {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .video-section .story {
    margin-top: 0;
  }
  .video-section .story:first-of-type {
    padding-right: 40px;
  }
  .video-section .story:last-of-type {
    padding-left: 40px;
  }
}
.media-header .media-title {
  margin-top: 80px;
}
.media-header .media-sub-title {
  margin-bottom: 40px;
}

.media-tab-section .nav.nav-tabs {
  margin-bottom: 40px;
  border: none;
}
.media-tab-section .nav.nav-tabs .nav-item {
  margin: 0 20px 30px 0px;
}
.media-tab-section .nav.nav-tabs .nav-item .nav-link {
  padding: 8px 0 4px 0;
  border: none;
  border-bottom: 3px solid transparent;
  color: #52575c;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.media-tab-section .nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}
.media-tab-section .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #12376b;
  border-bottom: 3px solid #12376b;
}
.media-tab-section .tab-content {
  margin-bottom: 80px;
}
.media-tab-section .tab-content .tab-pane .content-section > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 360px));
  column-gap: 43px;
  row-gap: 40px;
  margin-bottom: 24px;
}
.media-tab-section .tab-content .tab-pane .content-section > div .content-card {
  position: relative;
}
.media-tab-section
  .tab-content
  .tab-pane
  .content-section
  > div
  .content-card
  img {
  object-fit: cover;
}
.media-tab-section
  .tab-content
  .tab-pane
  .content-section
  > div
  .content-card
  .content-icon {
  object-fit: contain;
  position: absolute;
  top: 190px;
  left: 20px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .content-section
  > div
  .content-card
  .content-caption {
  margin: 16px 0 4px 0;
}
.media-tab-section
  .tab-content
  .tab-pane
  .content-section
  > div
  .content-card
  .content-title {
  margin-bottom: 8px;
}
.media-tab-section .tab-content .tab-pane .preview-section .prev-pane {
  margin-bottom: 40px;
}
.media-tab-section .tab-content .tab-pane .preview-section .preview-pane {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-image: url("../img/people.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.media-tab-section
  .tab-content
  .tab-pane
  .preview-section
  .preview-pane
  .content {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 120px 40px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .preview-section
  .preview-pane
  .preview-icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .preview-section
  .preview-pane
  .preview-title {
  margin: 0;
}
.media-tab-section
  .tab-content
  .tab-pane
  .preview-section
  .preview-pane
  .preview-caption,
.media-tab-section
  .tab-content
  .tab-pane
  .preview-section
  .preview-pane
  .preview-body {
  opacity: 0.9;
}
.media-tab-section .tab-content .tab-pane .pagination-section {
  margin-top: 40px;
}
.media-tab-section .tab-content .tab-pane .pagination-section ul.pagination {
  border-top: 1px solid #e8e8e8;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item
  .page-link {
  border: none;
  cursor: pointer;
  padding-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  border-top: 4px solid transparent;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  color: #a0a4a8;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item
  .page-link:first-of-type {
  margin-left: 0px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item
  .page-link:last-of-type {
  margin-right: 0px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item
  .page-link:hover {
  background-color: #fafafa;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item:first-of-type
  .page-link {
  padding-left: 0px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item:first-of-type
  .page-link:hover {
  background-color: white;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item:last-of-type
  .page-link {
  padding-right: 0px;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item:last-of-type
  .page-link:hover {
  background-color: white;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item.active
  .page-link {
  background-color: white;
  color: #062e64;
  border-top: 4px solid #062e64;
}
.media-tab-section
  .tab-content
  .tab-pane
  .pagination-section
  ul.pagination
  li.page-item.show
  .page-link {
  color: #062e64;
}

@media screen and (max-width: 575px) {
  .content-section > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .content {
    padding: 60px 15px;
  }

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .preview-icon {
    bottom: 30px;
    left: 30px;
  }

  .mission-section .logo-container {
    justify-content: center;
  }

  .dream-section .image-container img,
  .video-section .image-container img,
  .video-section .story img {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .content-section > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .content {
    padding: 60px 15px;
  }

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .preview-icon {
    bottom: 30px;
    left: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-section > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .content {
    padding: 60px 15px;
  }

  .media-tab-section
    .tab-content
    .tab-pane
    .preview-section
    .preview-pane
    .preview-icon {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .media-header .container-lg .row .col-lg-6 {
    margin-left: -15px !important;
  }

  .media-tab-section .nav.nav-tabs {
    margin-left: -15px !important;
  }
}
.press-section {
  margin-top: 70px;
  margin-bottom: 140px;
}
.press-section .press-card {
  margin-bottom: 80px;
}
.press-section .press-card a {
  position: relative;
  top: 14px;
}
.press-section .press-card .download-link {
  position: relative;
}
.press-section .press-card .download-link:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.press-section .press-card .download-link:hover:before {
  background: url("../img/download-white.svg");
}

.press-assets-section {
  position: relative;
  background-color: #f3f8ff;
  padding-top: 1.8em;
  padding-bottom: 120px;
  margin-bottom: -25px;
}
.press-assets-section .press-bg {
  position: absolute;
  top: -3.5em;
  left: 0;
  width: 100%;
}
.press-assets-section .images-container > div {
  margin-bottom: 16px;
}
.press-assets-section .images-container a.download-logo-container {
  display: inline-block;
  height: 180px;
  width: 100%;
}
.press-assets-section
  .images-container
  a.download-logo-container
  .download-container {
  height: 180px;
  width: 100%;
  position: relative;
}
.press-assets-section
  .images-container
  a.download-logo-container
  .download-container:hover
  .overlay {
  display: flex !important;
}
.press-assets-section
  .images-container
  a.download-logo-container
  .download-container
  .overlay {
  display: none !important;
  height: 180px;
  width: 100%;
  color: white;
  background-color: rgba(6, 46, 100, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}
.press-assets-section
  .images-container
  a.download-logo-container
  .download-container
  .overlay
  span {
  position: relative;
  left: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.press-assets-section
  .images-container
  a.download-logo-container
  .download-container
  img.image-bg {
  object-fit: cover;
}
.press-assets-section .assets {
  margin-bottom: 80px;
}
.press-assets-section .assets .logos a.download-logo-container {
  display: inline-block;
  height: 120px;
  width: 120px;
}
.press-assets-section
  .assets
  .logos
  a.download-logo-container
  .download-container {
  padding: 5px;
  height: 120px;
  width: 120px;
  position: relative;
}
.press-assets-section
  .assets
  .logos
  a.download-logo-container
  .download-container:hover
  .overlay {
  display: flex !important;
}
.press-assets-section
  .assets
  .logos
  a.download-logo-container
  .download-container
  .overlay {
  display: none !important;
  height: 120px;
  width: 120px;
  color: white;
  background-color: rgba(6, 46, 100, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}
.press-assets-section
  .assets
  .logos
  a.download-logo-container
  .download-container
  .overlay
  span {
  position: relative;
  left: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 575px) {
  .press-assets-section .press-bg {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
  }

  .africa h1,
  .team-section h1 {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .press-assets-section .press-bg {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
  }
}
.not-found-section {
  height: 100vh;
  min-height: 640px;
}
.not-found-section img {
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .not-found-section img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .not-found-section img {
    max-width: 50%;
    display: block;
    margin: 40px auto;
  }
}
@media screen and (max-width: 576px) {
  .not-found-section .description {
    margin-left: auto;
  }
}
.not-found-section .back-home {
  margin-bottom: 20px;
}
.not-found-section .skill-links {
  margin: 0;
  padding: 0;
}
.not-found-section .skill-links li {
  margin-right: 9px;
  margin-bottom: 9px;
}
.not-found-section .skill-links li a {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 4px;
}
.not-found-section .skill-links li a:hover {
  color: #062e64;
  border-bottom: 1px solid #062e64;
}

.upload-section {
  margin-top: 44px;
  margin-bottom: -24px;
  position: relative;
  background-color: #f3f8ff;
  padding-top: 90px;
  padding-bottom: 120px;
}
.upload-section:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url("../img/upload-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 34px;
  width: 100%;
}
.upload-section .upload-form .form-container {
  width: 100%;
  margin-top: 0;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
}
.upload-section .upload-form .form-container .form-bg {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  object-fit: fill;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.upload-section .upload-form .form-container .upload-form-container {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 40px;
  width: 100%;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container.success:after,
#contact-us-form.success:after,
#whitepaper-form.success:after {
  content: "Submitted! We’ll be in touch";
  bottom: 40px;
  right: 40px;
  z-index: 100;
  position: absolute;
  padding: 6px 17px 6px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #219653;
  background: no-repeat 8px 7px url("../img/submit.svg"),
    rgba(33, 150, 83, 0.05);
  border: 1px solid #219653;
  box-sizing: border-box;
  border-radius: 2px;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  input:not([type="checkbox"]),
.upload-section .upload-form .form-container .upload-form-container textarea,
.upload-section .upload-form .form-container .upload-form-container select {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #52575c;
  padding: 14px 16px;
}
.upload-section .upload-form .form-container .upload-form-container select {
  display: block;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 14px auto, 100%;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  select:-ms-expand {
  display: none;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  select:hover {
  border-color: #888;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  select
  option {
  font-weight: normal;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  .upload-box {
  margin: 12px 0;
  position: relative;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  .upload-box
  .upload-box-btn
  label {
  margin-left: 8px;
  margin-bottom: 0;
}
.upload-section
  .upload-form
  .form-container
  .upload-form-container
  .upload-box
  .upload-box-btn
  input {
  margin: 0;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  border: 1px solid red;
}

@media screen and (max-width: 575px) {
  .upload-form-container {
    padding: 20px !important;
  }

  .upload-section
    .upload-form
    .form-container
    .upload-form-container.success:after,
  #contact-us-form.success:after,
  #whitepaper-form.success:after {
    content: "Submitted! We’ll be in touch";
    z-index: 100;
    position: relative;
    margin-top: 4em;
    margin-left: 2.8em;
    display: block;
    z-index: 100;
    font-style: normal;
    color: #219653;
    background: no-repeat 8px 7px url("../img/submit.svg"),
      rgba(33, 150, 83, 0.05);
    border: 1px solid #219653;
    box-sizing: border-box;
    border-radius: 2px;
  }
}
.developer-header .developer-title {
  margin-top: 80px;
}
.developer-header .developer-sub-title {
  margin-bottom: 40px;
}

.developer-card {
  max-width: 360px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  margin: 1px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 24px;
}
.developer-card:hover {
  border: 2px solid #062e64;
  margin: 0;
}
.developer-card .dev-header .image-container {
  margin-right: 16px;
}
.developer-card .dev-header .image-container img {
  border-radius: 50%;
}
.developer-card .dev-header .header-container .dev-link:hover {
  color: #52575c;
}
.developer-card .dev-header .header-container p {
  margin: 0;
}
.developer-card .decription {
  margin-top: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.developer-card .decription .bio {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: break-word;
}
.developer-card .languages {
  padding-top: 20px;
  margin-bottom: -8px;
  max-height: 116px;
  overflow: hidden;
}
.developer-card .languages a {
  border-radius: 2px;
  border: 1px solid #25282b;
  padding: 7px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.developer-card .languages a:hover {
  color: white !important;
  background-color: #25282b;
  border: 1px solid transparent;
}

.veiw-all-container a.search-devs {
  margin-left: 8px;
}

.filter-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.filter-section .filter-row {
  border-bottom: 1px solid #e8e8e8;
}
.filter-section .filter-row .business-section {
  padding: 10px 0px !important;
}
.filter-section .filter-row .business-section.hide {
  display: none !important;
}
.filter-section .filter-row .business-section form input {
  margin-right: 8px;
  width: 18.3em;
}
.filter-section .filter-row .developer-filter-section {
  margin-bottom: 20px;
}
.filter-section .filter-row .developer-filter-section.hide {
  display: none !important;
}
.filter-section .filter-row .developer-filter-section .filters {
  position: relative;
  z-index: 200;
}
.filter-section .filter-row .developer-filter-section .filters .filter-btn {
  min-width: 120px;
  border: none;
  background-color: transparent;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-btn
  span {
  margin: 0px 8px;
}
.filter-section .filter-row .developer-filter-section .filters .filter-select {
  position: absolute;
  overflow: scroll;
  top: 40px;
  left: 0;
  z-index: 3;
  width: 180px;
  height: 212px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(62, 72, 87, 0.04);
  border-radius: 2px;
  padding: 16px;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select.hide {
  display: none !important;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container {
  position: relative;
  padding: 0;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container
  .check-mark {
  z-index: 2;
  position: relative;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid #52575c;
  border-radius: 2px;
  display: inline-block;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container
  .check-mark
  img {
  position: absolute;
  display: none;
  top: 2px;
  left: 1px;
  width: 10px;
  height: 8px;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container
  li {
  margin: 12px 0px;
  position: relative;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container
  li
  input {
  z-index: 4;
  border: 1px solid blue;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filters
  .filter-select
  ul.filters-container
  li
  input:checked
  + .check-mark
  img {
  display: block;
}
.filter-section .filter-row .developer-filter-section .filter-tags {
  margin-left: 20px;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filter-tags
  .language-tag {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 12px;
  background-color: white;
  padding: 8px;
  border: 1px solid #25282b;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filter-tags
  .language-tag
  + .language-tag {
  margin-right: 12px;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filter-tags
  .language-tag
  span {
  pointer-events: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.filter-section
  .filter-row
  .developer-filter-section
  .filter-tags
  .language-tag
  img {
  pointer-events: none;
  margin-left: 16px;
}
.filter-section .filter-row .developer-filter-section form input {
  outline: none;
  z-index: 4;
  margin-left: 4px;
  padding-right: 42px;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
}
.filter-section .filter-row .developer-filter-section form .search-close {
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 576px) {
  .developer-card {
    margin-bottom: 16px;
    margin-right: 0px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .filter-section .filter-row .developer-filter-section .filter-tags {
    margin-left: 0px;
  }

  .developer-filter-section {
    display: block !important;
  }
  .developer-filter-section form {
    margin-top: 20px;
  }
  .developer-filter-section > div + div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .developer-filter-section {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 576px) {
  .developers-container .cards-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 80px;
  }

  .available-devs-section .cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 769px) {
  .developers-container .cards-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 80px;
  }

  .available-devs-section .cards-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.language-header-section .row {
  width: 100%;
}
.language-header-section .language-image {
  margin-bottom: 20px;
}

.available-devs-section {
  padding-top: 180px;
  position: relative;
}
.available-devs-section .available-bg {
  position: absolute;
  top: 0px;
  right: 0;
}
.available-devs-section .available-dev-header {
  margin-bottom: 40px;
}
.available-devs-section .cards-container {
  display: grid !important;
  /* grid-template-columns: repeat(auto-fill, minmax(180px, 360px)); */
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 10px;
}
.available-devs-section .veiw-all-container {
  margin-top: 40px;
}

@media screen and (max-width: 576px) {
  .available-devs-section .cards-container {
    display: grid !important;
    /* grid-template-columns: repeat(auto-fill, minmax(180px, 450px)); */
    column-gap: 20px;
    row-gap: 16px;
    margin-bottom: 80px;
  }
}
.story-section-1 {
  position: relative;
  margin-top: 70px;
  margin-bottom: 110px;
  padding-top: 40px;
  background-color: #f3f8ff;
}
.story-section-1 .story-bg-1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 18%);
  object-fit: 100%;
}
.story-section-1 .story-bg-2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 18%);
  object-fit: 100%;
  z-index: -1;
}
.story-section-1 .top-section {
  padding-bottom: 150px;
}
.story-section-1 .bottom-section-1 {
  padding-top: 80px;
  margin-bottom: 40px;
}
.story-section-1 .bottom-section-2 {
  display: grid !important;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 575px) {
  .story-section-1 .bottom-section-2 {
    display: block !important;
  }
}

.story-section-2 {
  padding-top: 90px;
}
.story-section-2 .section-card {
  margin-bottom: 40px;
}

.left-align-preview-section,
.right-align-preview-section {
  padding-top: 80px;
}
.left-align-preview-section h2,
.right-align-preview-section h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #25282b;
}
.left-align-preview-section :not(h2),
.right-align-preview-section :not(h2) {
  font-weight: normal;
  font-size: 16px;
  line-height: 180% !important;
  color: #52575c;
}
.left-align-preview-section .image-pane img,
.right-align-preview-section .image-pane img {
  height: 460px;
  max-width: 572px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .left-align-preview-section .image-pane img,
  .right-align-preview-section .image-pane img {
    height: 360px;
  }
}
.left-align-preview-section .check-list,
.right-align-preview-section .check-list {
  padding: 0;
}
.left-align-preview-section .check-list .check-item img,
.right-align-preview-section .check-list .check-item img {
  margin-right: 16px;
  margin-top: 6px;
}

.generic-preview {
  margin-top: 80px;
  padding-top: 180px;
}
.generic-preview .generic-preview-row .heading {
  margin-bottom: 40px;
}
.generic-preview .preview-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, auto);
  column-gap: 40px;
  row-gap: 40px;
}
.generic-preview .preview-container img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .generic-preview .preview-container {
    grid-template-columns: repeat(2, auto);
  }
}

.generic-bg {
  position: relative;
}
.generic-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.generic-services-section {
  margin-top: 120px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.generic-services-section .services-bg {
  position: absolute;
  top: -15%;
  right: -15%;
}
.generic-services-section .generic-services-heading {
  margin-bottom: 46px;
}
.generic-services-section .service-card img {
  object-fit: cover;
}
.generic-services-section .service-preview {
  margin-bottom: 20px;
  width: 100%;
  height: 240px;
}
.generic-services-section .service-card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  overflow-wrap: break-word;
}
.generic-services-section .service-card-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 360px));
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .generic-services-section .service-card-container {
    grid-template-columns: repeat(auto-fill, minmax(220px, 100%)) !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .generic-services-section .service-card-container {
    grid-template-columns: repeat(
      auto-fill,
      minmax(220px, calc(50% - 30px))
    ) !important;
  }
}

.breadcrumb-section {
  padding-top: 40px;
  background-color: white;
}
.breadcrumb-section .breadcrumb-nav {
  padding: 0;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb {
  padding: 0;
  background-color: white;
}
.breadcrumb-section .breadcrumb-nav a {
  color: #a0a4a8;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-item {
  padding-left: 0;
  padding-bottom: 16px;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-item a {
  padding-right: 24px;
}
.breadcrumb-section .breadcrumb-nav .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 24px;
  color: #6c757d;
  content: url("../img/chevron-right.svg");
}

.post-header .title-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.featured-image {
  text-align: center;
}

.featured-image img {
  max-width: 950px;
  object-fit: cover;
  /* max-height: 720px; */
}

.post-image img {
  object-fit: cover;
}
.post-image p {
  text-align: center;
  margin: 10px 0px;
}

.recent-post-section {
  margin-top: 100px;
  margin-bottom: 110px;
}
.recent-post-section .related-title {
  margin-bottom: 40px;
}
.recent-post-section .post-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 360px));
  column-gap: 30px;
  row-gap: 40px;
}
.recent-post-section .content-card {
  position: relative;
}
.recent-post-section .content-card img {
  object-fit: cover;
}
.recent-post-section .content-card .content-icon {
  object-fit: contain;
  position: absolute;
  top: 190px;
  left: 20px;
}
.recent-post-section .content-card .content-caption {
  margin: 16px 0 4px 0;
}
.recent-post-section .content-card .content-title {
  margin-bottom: 8px;
}

.post-text {
  margin: 40px 0px;
}

/* developer form iframe */
@media screen and (max-width: 768px) {
  .cu-form .cu-form__scroll,
  .cu-form .cu-form__scroll {
    padding: 0 !important;
  }
}

/* Increase size of post elements */
.post-text .col-lg-7,
.post-header .col-lg-7 {
  width: 860px !important;
  max-width: 860px !important;
  flex: 1;
}

.post-text h1,
.post-video h1,
.post-image h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #25282b;
  text-align: left;
}
.post-text h2,
.post-video h2,
.post-image h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #25282b;
  text-align: left;
}
.post-text h3,
.post-video h3,
.post-image h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #25282b;
  text-align: left;
}
.post-text p,
.post-video p,
.post-image p,
.post-text li {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #52575c;
  text-align: left;
}
.post-text img,
.post-video img,
.post-image img {
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  max-height: 430px;
  max-width: 860px;
}

.post-image .portrait img {
  max-height: 860px;
  max-width: 430px;
}

.post-text video,
.post-video video,
.post-image video {
  max-width: 860px;
  height: 430px;
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.post-text span,
.post-video span,
.post-image span {
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  display: inline-block;
  margin: 10px auto;
  text-align: center;
  color: #52575c;
}
@media screen and (min-width: 576px) {
  .post-text img,
  .post-text video,
  .post-video img,
  .post-video video,
  .post-image img,
  .post-image video {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.download-section {
  margin-bottom: 140px;
}

@media screen and (max-width: 575px) {
  .post-text span,
  .post-video span,
  .post-image span {
    text-align: left;
    padding: 15px;
    margin: 0;
  }

  .recent-post-section .post-container {
    grid-template-columns: repeat(auto-fill, minmax(220px, 100%)) !important;
  }

  .available-devs-section .available-bg {
    position: absolute;
    top: 0;
    right: -15em;
    width: 3000px;
    height: 900px;
    object-fit: cover;
  }

  .profile-dev-available {
    overflow: hidden;
  }

  .filter-section {
    margin-top: 0;
  }

  .filter-section .filter-row .business-section {
    padding: 20px 10px !important;
    display: flex;
    flex-direction: column;
  }

  #business-form button {
    margin-top: 8px;
  }

  .press-section {
    margin-bottom: 40px;
  }

  .press-assets-section .press-bg {
    top: -1em;
  }

  .business-section p.text-body-14 {
    padding: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .recent-post-section .post-container {
    grid-template-columns: repeat(
      auto-fill,
      minmax(220px, calc(50% - 30px))
    ) !important;
  }
}
.white-paper-section {
  margin-top: 80px;
}

#whitepaper-modal {
  background: rgba(6, 46, 100, 0.4);
}

.white-paper-modal button.close {
  opacity: 1;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  color: rgba(6, 46, 100, 0.7);
  top: -40px;
  left: 50%;
}
.white-paper-modal button.close span {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.white-paper-modal .modal-dialog {
  max-width: 1050px;
}
.white-paper-modal .modal-body {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .white-paper-modal .modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.white-paper-modal .description .separator {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #e8e8e8;
}

.download-form-container {
  position: relative;
  z-index: 1;
  background-color: white;
  width: 100%;
  border-radius: 2px;
}
.download-form-container input:not([type="checkbox"]),
.download-form-container textarea,
.download-form-container select {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #52575c;
  padding: 14px 16px;
}
.download-form-container input.download-input:first-of-type {
  width: calc(50% - 8px);
}
.download-form-container input.download-input:nth-of-type(2) {
  margin-left: 12px;
  width: calc(50% - 8px);
}
.download-form-container select {
  display: block;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 14px auto, 100%;
}
.download-form-container select:-ms-expand {
  display: none;
}
.download-form-container select:hover {
  border-color: #888;
}
.download-form-container select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.download-form-container select option {
  font-weight: normal;
}
.download-form-container .check-box {
  position: relative;
  margin-top: 11px !important;
  margin-bottom: 22px !important;
}
.download-form-container .check-box input {
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  .modal-content {
    margin-top: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.profile-dev-available {
  padding-top: 65px !important;
  margin-bottom: 120px;
}

.profile-section {
  margin-top: 24px;
}
.profile-section .profile-row {
  display: grid !important;
  grid-template-columns: minmax(360px, 400px) auto;
  column-gap: 80px;
  margin-bottom: 24px;
}
.profile-section .profile-row .profile-image {
  max-width: 400px;
  margin-bottom: 40px;
}
.profile-section .profile-row .profile-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.profile-section .profile-row .profile-description .title-container .name {
  margin-right: 24px;
  margin-bottom: 2px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile-section
  .profile-row
  .profile-description
  .title-container
  .city-container {
  margin-bottom: 10px;
}
.profile-section
  .profile-row
  .profile-description
  .title-container
  .city-container
  .city {
  margin-left: 8px;
  margin-bottom: 0;
}
.profile-section .profile-row .profile-description .hire-btn a {
  display: inline-block;
}
.profile-section .profile-row .profile-badges {
  margin-top: 40px;
  margin-bottom: 20px;
}
.profile-section .profile-row .profile-badges .tunga-badge {
  margin-bottom: 20px;
  margin-right: 32px;
}
.profile-section .profile-row .profile-badges .tunga-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.profile-section .profile-row .profile-badges .tunga-badge .badge-title {
  margin-bottom: 4px;
}
.profile-section .profile-row .profile-skills {
  grid-row: 4 / span 1;
  border-top: 1px solid rgba(160, 164, 168, 0.5);
  padding-top: 40px;
}
.profile-section .profile-row .profile-skills .skill-section {
  margin-bottom: 32px;
}
.profile-section .profile-row .profile-skills .skill-section .languages {
  padding-top: 12px;
}
.profile-section .profile-row .profile-skills .skill-section .languages a {
  border-radius: 2px;
  border: 1px solid #25282b;
  padding: 7px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.profile-section
  .profile-row
  .profile-skills
  .skill-section
  .languages
  a:hover {
  color: white !important;
  background-color: #25282b;
  border: 1px solid transparent;
}
.profile-section .profile-row .profile-experience {
  grid-row: 3 / span 2;
}
.profile-section .profile-row .profile-experience .experience-section {
  border-top: 1px solid rgba(160, 164, 168, 0.5);
  padding-top: 40px;
  margin-bottom: 40px;
}
.profile-section
  .profile-row
  .profile-experience
  .experience-section
  .experience-item-container {
  padding: 0;
}
.profile-section
  .profile-row
  .profile-experience
  .experience-section
  .experience-item-container
  li.experience-item
  + li.experience-item {
  margin-top: 40px;
}
.profile-section
  .profile-row
  .profile-experience
  .experience-section
  .experience-item-container
  .experience-preview {
  padding: 0;
}
.profile-section
  .profile-row
  .profile-experience
  .experience-section
  .experience-item-container
  .experience-preview
  li.preview-item
  + li.preview-item {
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .profile-section .profile-row {
    display: flex !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .media-tab-section .tab-content .tab-pane .content-section > div {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 1199px) {
  .profile-section .profile-row .left-section .profile-skills {
    display: none;
  }
  .profile-section .profile-row .right-section .profile-skills {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .profile-section .profile-row {
    display: grid !important;
  }
  .profile-section .profile-row .left-section .profile-skills {
    display: block;
  }
  .profile-section .profile-row .right-section .profile-skills {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .profile-section .profile-row {
    display: flex !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .profile-section .profile-row {
    display: grid !important;
  }
}
.login-form-container {
  position: relative;
  z-index: 1;
  background-color: white;
  width: 100%;
  border-radius: 2px;
}
.login-form-container input {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 18px;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #52575c;
  padding: 14px 16px;
}

.password-input {
  position: relative;
}

.forgot-password {
  position: absolute;
  top: 0;
  right: 0;
}

.login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.login-bg .shade {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #062e64;
  opacity: 0.8;
  height: 100vh;
}
.login-bg img {
  z-index: -1;
  object-fit: cover;
}

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

.text-bold {
  font-weight: 500;
}

.login-section {
  margin-top: 100px;
}

.login-btn {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.login-container {
  min-width: 320px !important;
  max-width: 480px !important;
  border-radius: 4px;
  padding: 30px 30px;
  background-color: white;
}
.login-container h4 {
  margin-bottom: 50px;
}

/* Custom Loading Gif */
.loading-animation {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.dev-loading-animation {
  margin-top: 15px;
}

.loading-animation img {
  width: 30px;
}

.hidden,
.d-flex.hidden {
  display: none !important;
}

.preview-body {
  height: 100px;
}

/* Hide scrollbars for all browsers */
/* Hide scrollbar for Chrome, Safari and Opera */
.logo-section::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.logo-section {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Change current menu item color */
li.current-menu-item a {
  color: #12376b !important;
}

/* Add developer location to next line */
.flex-column {
  flex-direction: column !important;
  padding-bottom: 15px !important;
}

/* Force white font */
.font-white {
  color: #fff !important;
}

.logo-content {
  margin-top: 30px;
}

.logo-content img {
  height: 50px;
}

a.privacy-policy-url,
a.privacy-policy-url:hover {
  color: #062e64 !important;
  text-decoration: none !important;
}

.template-section:first-child {
  margin-top: 0.8em;
}
.template-section:last-child {
  margin-bottom: 4em;
}
.template-section h2,
.template-section h3,
.template-section h4 {
  margin-top: 0.4em;
}

.info-list .row {
  margin-bottom: 1.2em;
}

.template-section button,
.template-section {
  margin-bottom: 1.2em;
}

.template-section h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  color: #25282b;
}
.template-section .row {
}
.template-section h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #25282b;
}
.template-section p,
.template-section ul,
.template-section ol {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #52575c;
}
.template-section a {
  color: #da3451;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer !important;
}
.template-section ul {
  list-style: outside;
  padding-left: 15px;
}
.template-section .tag-wrapper {
  margin-top: 40px;
}
.template-section .tag-wrapper span,
.template-section .info-list span {
  margin-bottom: 4px;
  margin-right: 4px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 2px;
  color: #888 !important;
  background-color: #eee;
}

.tag-template-section {
  margin-top: 32px;
  margin-bottom: 64px;
}

.check-box-wrapper {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.check-box-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.check-box-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.check-box-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.check-box-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.check-box-wrapper input:checked + .slider {
  background-color: #219653;
}
.check-box-wrapper input:focus + .slider {
  box-shadow: 0 0 1px #219653;
}
.check-box-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.check-box-wrapper .slider.round {
  border-radius: 34px;
}
.check-box-wrapper .slider.round:before {
  border-radius: 50%;
}

.cookie-modal .modal-header {
  border: none;
}
.cookie-modal .modal-header h5 {
  font-size: 18px;
  line-height: 180%;
}
.cookie-modal .modal-header span {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #52575c;
}
.cookie-modal h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.cookie-modal button.close {
  opacity: 1;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  color: rgba(6, 46, 100, 0.7);
  top: -40px;
  left: 50%;
}
.cookie-modal button.close span {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.cookie-modal .modal-dialog {
  max-width: 600px;
}
.cookie-modal .modal-body {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .cookie-modal .modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cookie-modal .description .separator {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #e8e8e8;
}

.no-devs-container {
  width: inherit;
  text-align: center;
  padding: 30px;
}

table.client-agreement-table td {
  padding: 15px;
  padding-left: 0;
  min-width: 300px;
}

table.client-agreement-table,
table.client-agreement-table tr,
table.client-agreement-table td {
  vertical-align: top;
}

.careers-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px !important;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .careers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  .careers-grid {
    display: block !important;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

/*# sourceMappingURL=style.css.map */
