.header h2 {
    font-size: 6vw;
}

.navbar {
    padding: 0px 40px;
}

.navbar .sandwich-nav {
    padding-top: 40px;
}

.navbar .logo a img {
    width: 100px;
    height: auto;
}

.social-icons {text-align: right;}
.social-icons a {color: #fff; padding: 5px; font-size: 24px;}

.page-header {background-image: none;}
.page-header .inner-content .inner h1 {font-size: 5vw; font-weight: bold; margin-bottom: 240px; max-width: 400px;}
.navigation-menu .inner {z-index: 10;}
.navigation-menu .inner ul li a { font-size: 2.5vw; }

.works .works-grid li figure figcaption span {
    top: -140%;
}

.top-bar {
    width: 60%;
    height: 50px;
    background: #0000ff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.top-list {
    display: inline-block;
    margin-bottom: 0px;
}

.top-list li {
    display: inline-block;
    margin-top: 10px;
}

.top-list li a {
    color: #fff;
    font-size: 18px;
    padding-inline: 12px;
}

.top-list li i {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 600px) {
.navigation-menu .inner ul li a {
    font-size: 30px;
}

.page-header .inner-content .inner h1 {
    font-size: 12vw;
}
}

.header .swiper-container .swiper-button-next,
.header .swiper-container .swiper-button-prev {
    transform: none;
    font-size: 70px;
    margin-top: 0px;
    top: 45%;
}

.header .swiper-container .swiper-button-prev {
    right: unset;
    left: 33px;
}

.btn-ghost:hover {
    color: #fff;
}

.blog-title-section {
    width: 100%;
    background-color: #848a91;
    text-align: center;
}

.blog-title-section h2 {
    font-size: 6vw;
    font-weight: 800;
    color: #fff;
    padding-top: 24px;
}

.blog-title-section p {
    font-size: 18px;
    color: #fff;
}

.contact form .form-group select {
    width: 100%;
    float: left;
    height: 54px;
    padding: 0 20px;
    border: none;
    background: #f3f3f3;
}

.icon-content-block .content-box .btn-ghost {
    width: 180px;
    height: 54px;
    line-height: 52px;
    border: none;
    border-radius: 54px;
}

.icon-content-block .content-box .btn-ghost:hover {
    border: none;
}

.icon-content-block .content-box figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.item-link {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: unset !important;
    margin: 0;
}

.header:after,
.header:before {
    content: none;
}

.iti {
    width: 100%;
}

.form-phone {
    padding-left: 48px !important;
}

.contact form .form-group:nth-child(3),
.contact form .form-group:nth-child(4) {
    width: 50%;
}

.footer .container .content-box:nth-child(3) {
    text-align: center;
}

.footer .container .content-box:nth-child(4) {
    text-align: right;
}

.footer .container .content-box p a {
    color: #fff;
}

.float-socials {
    position: fixed;
    left: 8px;
    bottom: 20px;
    z-index: 9999;
    list-style: none;
}

.float-socials li {
    margin-top: 12px;
}

.float-socials img {
    width: 40px;
    height: 40px;
}

.float-wp {
    position: fixed;
    right: 8px;
    bottom: 88px;
    z-index: 9999;
}

.float-wp img {
    width: 50px;
    height: 50px;
}

#back-top {
    position: fixed;
    bottom: 16px;
    right: 10px;
    padding:0;
    margin:0;
    z-index: 20;
}
#back-top a {
    text-decoration: none;
    display: block;
    color:#0000ff;
    font-size:50px;
    z-index:999;
}
#back-top a:hover {
    color:#97999c;
}

.overlay {
    background-color: #0000008f;
    background-blend-mode: overlay;
}

.works .works-title h1 {
    font-size: 6vw;
    font-weight: 800;
    line-height: 1;
}

.blog-title-section h1 {
    font-size: 6vw;
    font-weight: 800;
    color: #fff;
    padding-top: 24px;
}

.clients h1 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 50px;
}

.works .works-grid li figure figcaption h2 {
    font-weight: 800;
}

.header .slide-inner:after {
    content: none;
}

.header .slide-inner a {
    width: 100%;
    height: 100%;
}

.icon-content-block .content-box h4 {
    min-height: 50px;
}

.icon-content-block .content-box p {
    min-height: 110px;
}

.works .works-title p {
    color: #2d2d2d;
}

/* CAREER */
.jobs {
    width: 100%;
    padding-block: 30px;
}

.job-inner {
    width: 100%;
    min-height: 800px;
    padding-block: 30px;
}

.job-card {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    transition: 0.2s;
    padding: 16px;
    margin-bottom: 30px;
    min-height: 320px;
    transition: 0.2s ease;
    box-shadow: 5px 10px 8px #dcdcdc50;
  }
  
  .job-card:hover {
    transform: scale(1.05);
    color: #4b4e53;
    text-decoration: none;
  }
  
  .job-content {
    width: 100%;
    height: 100%;
  }
  
  .job-detail {
    min-height: 120px;
    padding-inline: 24px;
  }
  
  .job-detail h4 {
    font-weight: 600;
  }
  
  .job-specs {
    min-height: 55px;
    padding-inline: 24px;
  }
  
  .job-specs .detail-button {
    min-width: 114px;
    background-color: #e1ebfb;
    color: #0162ff;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    border: none;
    margin-top: 16px;
  }
  
  .job-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 75%;
    padding-inline: 24px;
    text-align: center;
    border-radius: 8px;
    background-color: #0a6c6f;
    margin-top: 30px;
    margin-inline: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
  }
  
  .job-apply:hover {
    color: #fff;
  }

  .job-inner .nhform button {
    height: 36px;
    background: #313434;
    color: #fff;
    padding: 0 30px;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

#cv-button {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: dimgray;
    border-radius: 2px;
    color: #fff;
}

#cv-button.small {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 15px 10px 15px;
}

.custom-file-label {
    border: none;
    padding-left: 0px;
    position: unset;
    background-color: transparent;
}

.custom-file-label::after {
    content: none;
}

.side-content-block {
    background-position: right;
}

.partner-holder {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 36px;
    align-items: center;
    padding-bottom: 36px;
}

@media(max-width: 1025px) {
    .contact form .form-group:nth-child(3),
    .contact form .form-group:nth-child(4) {
        width: 100%;
    }
    .top-bar {
        display: none;
    }

    .page-header {
        min-height: unset;
        max-height: 400px;
        margin-top: 160px;
    }

    .navigation-menu .inner ul li ul li a {
        font-size: 20px;
        font-weight: normal;
    }

    main {
        margin-top: 560px;
    }

    .blue-text {
        color: #0001ff !important;
    }

    .blue-bg {
        background-color: blue !important;
    }

    .navbar .sandwich-nav .sandwich-text.move-up b {
        color: #fff !important;
    }

    .sandwich-btn.open span {
        background: #fff !important;
    }

    .inner-content .inner {
        margin-top: 90px;
    }

    .index-main {
        margin-top: 590px;
    }

    .header .swiper-container {
        max-height: 480px;
        margin-top: 116px;
    }

    .header .swiper-container .swiper-pagination-fraction {
        bottom: 0px;
    }

    .page-header .inner-content .inner h2 {
        font-size: 5vw;
    }

    .page-header .inner-content .inner h6 {
        font-size: 18px;
    }

    .page-header .inner-content .inner h1 {
        margin-bottom: 0px;
        font-size: 6vw;
    }

    .side-content-block {
        background-position: -928px;
    }

    .blog {
        padding: 0px;
    }

    .float-socials {
        left: -16px;
        bottom: 0;
    }

    .float-socials img {
        width: 34px;
        height: 34px;
    }

    .blog-title-section .ref-button {
        position: inherit;
        margin-bottom: 8px;
    }

    .blog-date {
        left: 0;
    }
}

.ref-button {
    display: inline-block;
    background: #313434;
    color: #fff;
    padding: 16px 30px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin-top: 24px;
}

.ref-button:hover {
    color: #fff;
}

.blog .post .post-content .post-title {
    font-size: 2.2vw;
    margin-top: 16px;
}

.blog-title-section {
    position: relative;
}

.blog-title-section .ref-button {
    position: absolute;
    top: 28%;
    right: 3vw;
}

.icon-content-block .content-box figure {
    position: relative;
}

.blog-date {
    position: absolute;
    top: 0;
    left: 17px;
    background-color: #111;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    padding: 11px 14px;
}

@media(max-width: 991px) {
    .blog-title-section .ref-button {
        position: inherit;
    }

    .blog .post .post-content .post-title {
        font-size: 6.2vw;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    .side-content-block {
        background-position: -575px;
    }
}

@media (max-width: 767px) {
    .clients ul li figure {
        padding: 8px 14px;
    }

    .page-header {
        min-height: unset;
        max-height: 200px;
        margin-top: 160px;
    }

    main {
        margin-top: 370px;
    }

    .header .swiper-container {
        max-height: 200px;
    }

    .index-main {
        margin-top: 318px;
    }

    .side-content-block {
        background-position: unset;
    }
}