/* home banner  */
.home-banner-container {
    background-color: #eff4fa;
}

.home-banner-container .home-banner-box .col-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    height: 500px;
    position: relative;
}

.home-banner-container .home-banner-box .bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1f4380;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.home-banner-container .home-banner-box .bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.home-banner-container .home-banner-box .col-wrapper .left-col {
    padding-left: 100px;
    z-index: 1;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info h2 {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info h2:before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #f28135;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
    color: #ffffff;
    font-size: 50px;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1.bordered {
    position: relative;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1.bordered::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #f68620;
    width: 100%;
    left: 0;
    bottom: 4px;
    height: 12px;
    z-index: -1;
}

.home-banner-container .home-banner-box .col-wrapper .right-col {
    position: relative;
    z-index: 1;
}

.home-banner-container .home-banner-box .col-wrapper .right-col .img-box {
    position: absolute;
    top: 50px;
    right: 70px;
}

.home-banner-container .home-banner-box .col-wrapper .right-col .img-box img {
    height: 600px;
}

.home-banner-container .home-banner-box .col-wrapper .left-col .info .btn-box a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 16px 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

/* service container  */
.service-container {
    background-color: #eff4fa;
}

.service-container .service-box {
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
}

.service-container .service-box .map-wrapper {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 50px;
    left: 0;
    pointer-events: none;
}

.service-container .service-box .col-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service-container .service-box .col-wrapper .left-col .heading .subtitle h2 {
    position: relative;
    color: #f68620;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-container .service-box .col-wrapper .left-col .heading .subtitle h2:before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #f28135;
}

.service-container .service-box .col-wrapper .left-col .heading .title h1 {
    font-size: 30px;
    font-weight: 800;
}

.service-container .service-box .col-wrapper .left-col .heading .info {
    display: none;
}

.service-container .service-box .col-wrapper .left-col .heading .info p {
    color: #61656a;
    font-size: 14px;
}

.service-container .service-box .col-wrapper .left-col .btn-box {
    gap: 10px;
}

.service-container .service-box .col-wrapper .left-col .btn-box button {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 14px;
    cursor: pointer;
    border: 1px solid #61656a;
    transition: 0.3s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.service-container .service-box .col-wrapper .left-col .btn-box button img.white-icon {
    display: none;
}

.service-container .service-box .col-wrapper .right-col .info p {
    color: #61656a;
    font-size: 14px;
}

.service-container .service-box .col-wrapper .left-col .btn-box button:hover {
    background-color: #f68620;
    border-color: #f68620;
}

.service-container .service-box .col-wrapper .left-col .btn-box button:hover img.black-icon {
    display: none;
}

.service-container .service-box .col-wrapper .left-col .btn-box button:hover img.white-icon {
    display: block;
}

.service-container .service-box .slider-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    /* overflow-x: scroll; */
    /* scroll-snap-align: start; */
    /* scroll-snap-type: x mandatory; */
    /* -ms-overflow-style: none; */
    /* IE and Edge */
    /* scrollbar-width: none; */
    /* Firefox */
}

.service-container .service-box .slider-wrapper::-webkit-scrollbar {
    /* display: none; */
}

.service-container .service-box .slider-wrapper .slider {
    /* max-width: 280px;
    min-width: 280px;
    width: 280px; */
    flex-basis: calc(100% / 3 - 15px);
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.service-container .service-box .slider-wrapper .slider .img-box {
    width: 100%;
    height: 186px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.service-container .service-box .slider-wrapper .slider .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.service-container .service-box .slider-wrapper .slider .info-box {
    position: relative;
    background-color: #ffffff;
    padding: 16px;
    height: 100px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.service-container .service-box .slider-wrapper .slider .info-box h1 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.service-container .service-box .slider-wrapper .slider .info-box p {
    text-align: center;
    color: #61656a;
    font-size: 14px;
    line-height: 22px;
}

.service-container .service-box .slider-wrapper .slider .info-box .counter {
    position: absolute;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 25px);
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-container .service-box .slider-wrapper .slider .info-box .counter h2 {
    color: #f68620;
    font-weight: 700;
    font-size: 22px;
}

/* about container  */
.apply-container {
    background-color: #ffffff;
}

.apply-container .apply-box .heading h2 {
    position: relative;
    color: #f68620;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
}

.apply-container .apply-box .heading h2::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #f28135;
}

.apply-container .apply-box .heading h1 {
    font-size: 28px;
    font-weight: 500;
}

.apply-container .apply-box .heading h1 span {
    font-weight: 700;
}

.apply-container .apply-box .info p {
    color: #61656a;
    font-size: 14px;
}

.apply-container .apply-box .box-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.apply-container .apply-box .box-wrapper .box {
    border: 1px solid #f68620;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.apply-container .apply-box .box-wrapper .box {
    height: 136px;
}

.apply-container .apply-box .box-wrapper .box .icon-box {
    height: 100%;
    min-width: 90px;
    background-color: #f68620;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.apply-container .apply-box .box-wrapper .box .info-box p {
    font-weight: 600;
}

/* COMMENT container  */
.comment-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        linear-gradient(0deg, rgba(31, 67, 128, 0.9), rgba(31, 67, 128, 0.9));
}

.comment-container .comment-box .heading h2 {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 70px;
    letter-spacing: 1px;
}

.comment-container .comment-box .heading h2::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
}

.comment-container .comment-box .heading h1 {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}

.comment-container .comment-box .heading .btn-box {
    gap: 10px;
}

.comment-container .comment-box .heading .btn-box button {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 14px;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: 0.3s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.comment-container .comment-box .heading .btn-box button:hover {
    background-color: #f68620;
    border-color: #f68620;
}

.comment-container .comment-box .slider-wrapper {
    gap: 20px;
    overflow-x: scroll;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.comment-container .comment-box .slider-wrapper::-webkit-scrollbar {
    display: none;
}

.comment-container .comment-box .slider-wrapper .slider {
    max-width: 280px;
    min-width: 280px;
    width: 280px;
    padding: 20px;
    background: rgba(4, 10, 21, 0.3);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comment-container .comment-box .slider-wrapper .slider .title h1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.comment-container .comment-box .slider-wrapper .slider .info {
    min-height: 154px;
    max-height: 154px;
    height: 154px;
    overflow-y: auto;
}

/* width */
.comment-container .comment-box .slider-wrapper .slider .info::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.comment-container .comment-box .slider-wrapper .slider .info::-webkit-scrollbar-track {
    background: #37496a4d;
}

/* Handle */
.comment-container .comment-box .slider-wrapper .slider .info::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.comment-container .comment-box .slider-wrapper .slider .info::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comment-container .comment-box .slider-wrapper .slider .info p {
    color: #fffffff6;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.comment-container .comment-box .slider-wrapper .slider .profile {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.comment-container .comment-box .slider-wrapper .slider .profile .img-box {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-container .comment-box .slider-wrapper .slider .profile .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.comment-container .comment-box .slider-wrapper .slider .profile .name-box h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.comment-container .comment-box .slider-wrapper .slider .profile .name-box p {
    color: #ffffff;
    font-size: 12px;
}

/* support container  */
.support-container {
    background-color: #ffffff;
}

.support-container .support-box .heading h1 {
    font-size: 26px;
}

.support-container .support-box .heading p {
    color: #61656a;
    font-size: 26px;
}

.support-container .support-box .box-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.support-container .support-box .box-wrapper .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 20px;
    /* height: 280px; */
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.support-container .support-box .box-wrapper .box .vector {
    display: none;
    position: absolute;
    bottom: -70%;
    right: -46%;
    width: 500px;
    height: 500px;
    border: 90px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.support-container .support-box .box-wrapper .box:nth-child(1) {
    background-color: #ffeee5;
}

.support-container .support-box .box-wrapper .box:nth-child(1) .vector {
    border-color: #ffa06e;
}

.support-container .support-box .box-wrapper .box:nth-child(2) {
    background-color: #e5efff;
}

.support-container .support-box .box-wrapper .box:nth-child(2) .vector {
    border-color: #1f4380;
}

.support-container .support-box .box-wrapper .box:nth-child(3) {
    background-color: #e5f7ff;
}

.support-container .support-box .box-wrapper .box:nth-child(3) .vector {
    bottom: -68%;
    right: -22%;
    border-color: #7dd6fc;
}

.support-container .support-box .box-wrapper .box .counter h1 {
    color: #1f4380;
    font-size: 36px;
    font-weight: 500;
}

.support-container .support-box .box-wrapper .box .title h2 {
    font-size: 16px;
    font-weight: 600;
}

.support-container .support-box .box-wrapper .box .description p {
    color: #61656a;
    font-size: 14px;
    line-height: 22px;
}

.support-container .support-box .box-wrapper .box .link a {
    color: #1f4380;
    font-weight: 700;
    text-decoration: none;
}

/* responsive  */
@media (max-width: 1280px) {
    .home-banner-container .home-banner-box .col-wrapper .right-col .img-box {
        right: 20px;
    }

    .home-banner-container .home-banner-box .col-wrapper .left-col {
        padding-left: 50px;
    }
}

@media (max-width: 1100px) {
    .home-banner-container .home-banner-box .col-wrapper .right-col .img-box {
        right: 10px;
    }

    .home-banner-container .home-banner-box .col-wrapper .right-col .img-box img {
        height: 550px;
    }

    .home-banner-container .home-banner-box .col-wrapper .right-col .img-box {
        top: 80px;
    }

    .blog-container .blog-box .box-wrapper {
        column-gap: 20px;
    }
}

@media (max-width: 1023px) {
    .home-banner-container .home-banner-box .col-wrapper .left-col {
        padding-left: 30px;
    }

    .home-banner-container .home-banner-box .col-wrapper .right-col .img-box {
        right: -10px;
    }

    .apply-container .apply-box .box-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .apply-container .apply-box .box-wrapper .box .info-box {
        padding: 14px;
    }

    .support-container .support-box .box-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .support-container .support-box .box-wrapper .box:nth-child(1) .vector {
        bottom: -74%;
        right: -50%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(2) .vector {
        bottom: -74%;
        right: -50%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(3) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 950px) {
    .home-banner-container .home-banner-box .col-wrapper {
        grid-template-columns: 1fr;
    }

    .home-banner-container .home-banner-box .col-wrapper .right-col {
        display: none;
    }

    .service-container .service-box {
        padding-top: 70px;
    }

    .service-container .service-box .slider-wrapper .slider {
        flex-basis: calc(100% / 2 - 10px);
    }

    .service-container .service-box .map-wrapper {
        top: 30px;
    }
}

@media (max-width: 900px) {
    .blog-container .blog-box .box-wrapper {
        column-gap: 50px;
        row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .home-banner-container .home-banner-box .col-wrapper {
        height: 400px;
    }

    .home-banner-container .home-banner-box .col-wrapper .left-col {
        padding-left: 20px;
    }

    .home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
        font-size: 48px;
    }

    .service-container .service-box .col-wrapper {
        grid-template-columns: 1fr;
    }

    .service-container .service-box .col-wrapper .left-col .heading .info {
        display: block;
    }

    .service-container .service-box .col-wrapper .right-col .info {
        display: none;
    }

    .apply-container .apply-box .box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .apply-container .apply-box .info p br {
        display: none;
    }

    .support-container .support-box .heading p {
        font-size: 20px;
    }

    .support-container .support-box .box-wrapper {
        grid-template-columns: 1fr;
    }

    .support-container .support-box .box-wrapper .box:nth-child(1) .vector {
        right: -36%;
        bottom: -68%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(2) .vector {
        right: -36%;
        bottom: -68%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(3) .vector {
        right: -36%;
        bottom: -68%;
    }

    .blog-container .blog-box .box-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
        font-size: 46px;
    }

    .apply-container .apply-box .box-wrapper {
        grid-template-columns: 1fr;
    }

    .support-container .support-box .box-wrapper .box:nth-child(1) .vector {
        right: -52%;
        bottom: -72%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(2) .vector {
        right: -52%;
        bottom: -72%;
    }

    .support-container .support-box .box-wrapper .box:nth-child(3) .vector {
        right: -52%;
        bottom: -72%;
    }
}

@media (max-width: 550px) {
    .service-container .service-box .slider-wrapper .slider {
        flex-basis: calc(100% / 1 - 0px);
    }
}

@media (max-width: 500px) {
    .home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
        font-size: 44px;
    }
}

@media (max-width: 450px) {
    .home-banner-container .home-banner-box .col-wrapper .left-col {
        padding-left: 10px;
    }

    .home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .home-banner-container .home-banner-box .col-wrapper .left-col .info .title h1 {
        font-size: 36px;
    }
}