@media screen and (max-width: 1740px) {
  .sticky-btns-holder .gap-100 {
    gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1440px !important;
  }
}
@media screen and (max-width: 1399px) {
  .about-us-section .about-us-swiper .swiper-slide .card {
    min-height: 200px !important;
  }
  .about-us-section .about-us-swiper .swiper-slide .card .card-body p {
    -webkit-line-clamp: 7;
  }

  footer .main-footer .footer-row .social-media-list {
    gap: 2.5rem;
  }
  footer .main-footer .footer-row .middle-footer-col {
    max-width: 300px;
    padding: 0;
  }
  footer .main-footer .footer-row .right-footer-col {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    padding-top: 200px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: left 300ms ease;
    background-color: rgba(255, 255, 255, 0.93);
  }
  header nav ul.links-holder {
    flex-direction: column;
    overflow: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #686767 transparent;
  }
  header nav ul.links-holder::-webkit-scrollbar-track {
    background-color: transparent;
  }
  header nav ul.links-holder::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
  }
  header nav ul.links-holder::-webkit-scrollbar-thumb {
    background: #686767;
  }
  header nav ul.links-holder::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
  }
  header nav ul.links-holder .nav-item {
    width: 100%;
    font-size: 18px !important;
    padding-left: 10px;
  }
  header nav ul.links-holder .nav-item .max-w-170 {
    max-width: 170px;
  }
  header nav ul.links-holder .nav-item .max-w-170 svg {
    transform: rotate(0deg);
    transition: transform 300ms ease;
  }
  header nav ul.links-holder .subcategory-holder {
    display: grid !important;
    position: relative !important;
    left: unset !important;
    transform: unset !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease;
    top: 0 !important;
  }
  header nav ul.links-holder .subcategory-holder .overflow-hide {
    overflow: hidden;
  }
  header nav ul.links-holder .subcategory-holder .transparent-el {
    display: none;
  }
  header nav ul.links-holder .subcategory-holder .subcategory {
    padding: unset !important;
    border-radius: unset !important;
    background-color: transparent !important;
  }
  header nav ul.links-holder .subcategory-holder .subcategory li {
    display: flex;
    margin-bottom: 0px !important;
    padding: 20px 20px 0px 20px !important;
    font-size: 16px !important;
  }
  header nav ul.links-holder .subcategory-holder .subcategory li::after {
    content: "";
    display: none;
  }
  header nav ul.links-holder .subcategory-holder .subcategory li a {
    width: 100%;
    padding: 0;
    color: #686767 !important;
  }
  header nav ul.links-holder .subcategory-holder .subcategory li:nth-last-child(-n+1) {
    margin-bottom: 0px;
  }
  header nav ul.links-holder .grid-template-rows-1 {
    grid-template-rows: 1fr !important;
  }
  header nav ul.links-holder .active-category svg {
    transform: rotate(-90deg) !important;
  }
  header .menu-btn {
    width: 30px;
    gap: 6px;
    position: relative;
    z-index: 25;
  }
  header .menu-btn .toggle-line {
    height: 4px;
    width: 100%;
    border-radius: 50px;
    background-color: #686767;
  }
  header .menu-btn .toggle-line:nth-child(1) {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  header .menu-btn .toggle-line:nth-child(2) {
    transition: transform 0.2s ease-in-out;
  }
  header .menu-btn .toggle-line:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  header .menu-btn.close .toggle-line:nth-child(1) {
    transform: rotate(45deg) !important;
  }
  header .menu-btn.close .toggle-line:nth-child(2) {
    transform: scaleY(0) !important;
  }
  header .menu-btn.close .toggle-line:nth-child(3) {
    transform: rotate(-45deg) !important;
  }
  header .js-left-0 {
    left: 0 !important;
  }

  .hero-form form button {
    max-width: 130px;
  }

  .hero-section {
    padding: 213px 0 142px 0 !important;
    min-height: 450px;
  }

  .team-card-section .grid-cards-team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 400px;
    padding: 200px 0 50px 0 !important;
    position: relative;
    z-index: 0;
  }
  .hero-section .wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(76, 148, 222, 0.7);
    z-index: -1;
  }

  .hero-form form .multiple-select-holder {
    max-width: unset !important;
  }

  .sticky-btns-holder .gap-100 {
    gap: 11px;
  }
  .sticky-btns-holder .green-btn {
    padding: 9px 40px !important;
    gap: 11px;
  }
  .sticky-btns-holder .green-btn svg {
    height: 26px;
    width: 26px;
  }
  .sticky-btns-holder .blue-btn {
    padding: 9px 15px !important;
    min-height: 45px;
  }

  .about-us-section .swiper-button-prev {
    left: 10px !important;
  }

  .team-card-section .grid-cards-team {
    grid-template-columns: repeat(2, 1fr);
  }

  .job-card .card-header .green-btn {
    max-width: 220px;
    margin-bottom: 22px;
  }

  .grid-show-hide-holder {
    grid-template-rows: 0fr;
  }

  footer {
    margin-top: 80px !important;
  }
  footer .right-footer-col {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 300px;
    padding: 155px 0 50px 0 !important;
  }
  .hero-section h1 {
    font-size: 38px;
  }
  .hero-section h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-section .error-404-title {
    font-size: 100px;
    margin-bottom: 50px;
  }
  .hero-section .thank-you-title {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .hero-form {
    margin-top: 40px;
  }
  .hero-form form button {
    padding: 12px 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .sticky-btns-holder .green-btn {
    padding: 9px 23px !important;
  }
  .sticky-btns-holder .blue-btn {
    padding: 9px 5px !important;
  }
  .sticky-btns-holder .btn-text {
    font-size: 16px;
  }

  .about-us-section .about-us-swiper .swiper-slide .card {
    min-height: 300px !important;
  }
  .about-us-section .about-us-swiper .swiper-slide .card .card-body p {
    -webkit-line-clamp: 9;
  }

  .team-card-section .grid-cards-team {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-container .mission-heading .mission-title {
    font-size: 38px;
  }
  .mission-container .mission-heading .subhead-paragraph {
    font-size: 24px;
  }
  .mission-container .mission-content .mission-content-h {
    margin-bottom: 15px !important;
  }

  .pop-up-cookies .modal-dialog .modal-content .modal-header h3 {
    font-size: 22px;
    line-height: unset;
  }
  .pop-up-cookies .modal-dialog .modal-content .modal-header .pop-up-text-btn {
    padding: 14px 23px;
    font-size: 15px;
  }

  .custom-file-upload span {
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 160px);
  }
}
@media screen and (max-width: 576px) {
  header .col-12 {
    padding-right: calc(var(--bs-gutter-x) * 0.8);
    padding-left: calc(var(--bs-gutter-x) * 0.8);
  }
  header .logo-holder .logo {
    max-width: 129px;
  }

  .contact-info-row {
    padding-top: 50px;
  }

  .contact-col-title {
    font-size: 24px;
  }

  .info-title {
    font-size: 16px;
  }

  .contact-info {
    font-size: 16px;
  }

  .ssl-cert {
    font-size: 16px;
  }

  .form-container {
    padding: 1em;
  }

  .form-row {
    padding: 35px 15px;
  }
  .form-row .form-control,
.form-row .form-select {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .form-row .form-control::placeholder,
.form-row .form-select::placeholder {
    font-size: 14px;
  }
  .form-row .form-control option,
.form-row .form-select option {
    font-size: 13px;
  }
  .form-row .form-label,
.form-row .form-check-label {
    font-size: 14px;
  }

  .hero-section {
    padding: 135px 0 40px 0 !important;
    min-height: 250px;
  }
  .hero-section h1 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .hero-section h5 {
    font-size: 18px;
  }
  .hero-section .error-404-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hero-section .thank-you-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .error-404-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 14px 11px;
  }

  .error-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }

  .jobs-container .job-card .med-card-title {
    font-size: 18px;
  }
  .jobs-container .job-card .card-footer .location-name {
    font-size: 16px;
  }
  .jobs-container .job-card .card-header .green-btn {
    min-width: unset !important;
    padding: 5px 24px;
  }
  .jobs-container .job-card .card-header .green-btn svg {
    width: 16px;
    height: 16px;
  }
  .jobs-container .job-card .card-header .btn-text {
    font-size: 12px;
  }
  .jobs-container .job-card .card-footer .card-location {
    font-size: 16px;
  }
  .jobs-container .job-card .card-footer .card-keywords :nth-child(n+2) {
    margin-left: 0;
  }
  .jobs-container .job-card .card-footer .card-keywords :nth-child(-n+2) {
    margin-right: 1rem;
  }
  .jobs-container .job-card .card-footer .card-keywords .card-keyword {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .jobs-container .job-title {
    font-size: 24px;
  }
  .jobs-container .jobs-heading .jobs-title {
    font-size: 24px;
  }
  .jobs-container .jobs-heading .jobs-subtitle {
    font-size: 18px;
  }
  .jobs-container .jobs-button {
    font-size: 17px;
  }
  .jobs-container .list-title {
    font-size: 26px;
    line-height: unset;
  }
  .jobs-container .filters-main-title {
    font-size: 20px;
  }

  .col-title {
    font-size: 19px;
  }

  .col-semi-title {
    font-size: 17px;
  }

  .col-p {
    font-size: 14px;
  }

  .tips-tricks-v1-list li {
    font-size: 14px;
  }

  .tips-tricks-v5-list li {
    font-size: 14px;
  }

  .tips-tricks-aside .tips-title {
    margin-top: 35px;
  }
  .tips-tricks-aside .tips-title {
    font-size: 24px;
  }
  .tips-tricks-aside a {
    font-size: 14px;
  }

  footer .main-footer .footer-row .social-media-list svg {
    width: 35px;
    height: 35px;
  }
  footer .main-footer .footer-row .middle-footer-col {
    font-size: 16px;
    padding: 10px 0;
  }
  footer .main-footer .footer-row .right-footer-col {
    font-size: 20px;
  }
  footer .main-footer .footer-row .right-footer-col .impressum {
    font-size: 18px;
  }
  footer .main-footer .mission-cards .mission-card {
    margin-left: 1em;
  }
  footer .main-footer .mission-cards .card-content .card-title {
    font-size: 21px;
  }
  footer .main-footer .mission-cards .card-content .card-text {
    font-size: 16px;
  }

  .sticky-btns-holder {
    position: fixed !important;
    bottom: 2%;
    left: 5px;
    right: 5px;
  }
  .sticky-btns-holder .btn-text {
    font-size: 15px;
  }

  .about-us-section h2 {
    margin-top: 32px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 23px;
  }
  .about-us-section .about-us-swiper::before {
    width: 0 !important;
  }
  .about-us-section .about-us-swiper .swiper-slide {
    max-width: unset !important;
    min-width: unset !important;
  }
  .about-us-section .about-us-swiper .swiper-slide .card {
    min-height: 372px !important;
  }
  .about-us-section .about-us-swiper .swiper-slide .card .card-body {
    padding: 20px 15px;
  }
  .about-us-section .about-us-swiper .swiper-slide .card .card-body svg {
    margin-bottom: 21px !important;
  }
  .about-us-section .about-us-swiper .swiper-slide .card .card-body p {
    -webkit-line-clamp: 11;
  }

  .team-card-section .grid-cards-team {
    grid-template-columns: repeat(1, 1fr);
  }

  .mission-container .mission-heading .mission-title {
    font-size: 24px;
  }
  .mission-container .mission-heading .subhead-paragraph {
    font-size: 18px;
  }
  .mission-container .mission-row .mission-content .mission-content-h {
    font-weight: 700;
    font-size: 19px;
  }
  .mission-container .mission-row .mission-content .mission-content-sub-h {
    font-size: 16px;
  }
  .mission-container .mission-row .mission-content .mission-content-p {
    font-size: 16px;
    margin-bottom: 29px;
  }

  .single-job-section .job-header {
    padding: 20px 13px !important;
  }
  .single-job-section .job-header .text {
    font-size: 16px !important;
  }
  .single-job-section .job-header .title {
    font-size: 20px !important;
    margin-bottom: 5px;
  }
  .single-job-section .job-header .card-location {
    font-size: 14px;
  }
  .single-job-section .job-description {
    padding: 20px 13px !important;
  }
  .single-job-section .job-description .accordion-header button {
    font-size: 13px;
    padding: 9px 5px;
  }
  .single-job-section .job-description .accordion-item .whatsup-btn {
    padding: 4px 27px;
  }
  .single-job-section .job-description .accordion-item .whatsup-btn svg {
    width: 22px;
    height: 22px;
  }
  .single-job-section .job-description .accordion-item .whatsup-btn span {
    font-size: 14px !important;
  }
  .single-job-section .job-description .accordion-item .label-description {
    font-size: 14px;
  }
  .single-job-section .job-description p {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .single-job-section .job-description .blue-text {
    color: #407dbb;
  }
  .single-job-section .job-description .blue-text span {
    color: #407dbb;
  }
  .single-job-section .job-description a {
    font-size: 16px;
  }
  .single-job-section .job-description a:hover {
    text-decoration: underline;
  }
  .single-job-section .job-description h2,
.single-job-section .job-description h3,
.single-job-section .job-description h4,
.single-job-section .job-description h5,
.single-job-section .job-description h6,
.single-job-section .job-description span {
    font-weight: 700;
    color: #686767;
  }
  .single-job-section .job-description h2 {
    font-size: 20px;
  }
  .single-job-section .job-description h3 {
    font-size: 18px;
  }
  .single-job-section .job-description h4,
.single-job-section .job-description span {
    font-size: 16px;
    line-height: 26px;
  }
  .single-job-section .job-description ul,
.single-job-section .job-description ol {
    margin: 20px 0;
    padding-left: 25px;
  }
  .single-job-section .job-description ul li,
.single-job-section .job-description ol li {
    font-size: 16px;
  }
  .single-job-section .job-description ul li::marker,
.single-job-section .job-description ol li::marker {
    color: #686767;
  }
  .single-job-section .job-description ul li {
    list-style-type: disc;
  }
  .single-job-section .job-description ol li::marker {
    font-weight: 700;
  }

  .pop-up-cookies .modal-dialog .modal-content .modal-header {
    padding: 20px 24px;
  }
  .pop-up-cookies .modal-dialog .modal-content .modal-header h3 {
    font-size: 18px;
    line-height: unset;
  }
  .pop-up-cookies .modal-dialog .modal-content .modal-header .pop-up-text-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .custom-file-upload span {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 120px);
  }

  .custom-file-upload label {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
    .job-card .card-header {
        flex-direction: column;
    }
}

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