@media screen and (max-width: 767px) {
    header {
        padding: 15px 0;
    }
    .loader .wrap img {
        height: 20px;
    }
    .loader .wrap img:nth-child(8n) {
        margin-left: 15px;
    }
    nav {
        position: fixed;
        top: 0;
        width: 0;
        height: 100vh;
        z-index: 999;
        background: #fff;
        right: 0;
        transition: all 0.5s ease-out;
        overflow: hidden;
    }
    nav.open-menu {
        width: 100%;
    }
    header a.ham-icon {
        display: block;
        float: right;
        font-size: 28px;
    }
    header a.close-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 25px;
    }
    header ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 11px;
        flex-direction: column;
        padding-top: 100px;
    }
    section,
    div {
        scroll-margin-top: 70px;
    }
    section.home-banner {
        padding: 30px 0;
        text-align: center;
    }
    section.home-banner h1 {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 30px;
    }
    .cstudy-modal .modal-body h5 {
        padding: 0 35px;
    }
    section.home-banner p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    section.home-sec2 img {
        height: auto;
    }
    section.home-sec2 .text-box {
        margin-top: 18px;
        display: table;
        text-align: center;
    }
    section.home-sec2 .text-box h2 {
        margin: 0 0 13px;
        font-size: 25px;
    }
    section.home-sec2 .text-box p {
        font-size: 15px;
        line-height: 26px;
        margin: 0;
    }
    section.home-sec2 {
        padding: 0 0 25px;
    }
    section.home-sec3 {
        padding: 0 0 20px;
        text-align: center;
    }
    section.home-sec3 h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    section.home-sec4 {
        padding: 0 0 20px;
        text-align: center;
    }
    section.home-sec4 h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    section.home-sec4 .img-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.home-sec4 .img-box img {
        width: 28%;
        object-fit: scale-down;
    }
    section.home-sec5 .content h6 {
        text-align: center;
        color: #000;
    }
    section.home-sec5 .content h3 {
        font-size: 25px;
        text-align: center;
        color: #000;
    }
    section.home-sec5 .content h5 {
        color: var(--White, #000);
        text-align: center;
        padding: 0 15px;
    }
    section.home-sec5 .content a {
        font-size: 17px;
        padding: 14px 17px;
        margin: 0 auto;
        display: table;
        border: 1px solid;
    }
    section.home-sec5 .content {
        position: relative;
        padding: 25px;
    }
    section.home-sec5 img {
        height: auto;
    }
    section.home-sec5 .port::after {
        display: none;
    }
    section.home-sec5 {
        padding: 0;
    }
    footer ul.s-media {
        justify-content: center;
        margin-bottom: 15px;
    }
    footer ul.menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 17px;
    }
    footer h6 {
        margin: 18px 0 8px;
        text-align: center;
    }
    footer .pbt {
        padding-top: 30px;
        padding-bottom: 15px;
        border-top: 1px solid #000;
    }
    section.home-sec3 .box .hover-content {
        position: relative;
        background-color: #eaeaea;
        padding: 17px;
        opacity: 1;
        bottom: 0;
    }
    section.home-sec3 .box .hover-content h3 {
        font-size: 20px;
    }
    section.home-sec3 .box .hover-content h4 {
        font-size: 16px;
        margin: 8px 0;
    }
    section.home-sec3 .box .hover-content h6 {
        font-size: 13px;
        margin-bottom: 20px;
        letter-spacing: 5px;
    }
    section.home-sec3 .box .hover-content h5 {
        font-size: 18px;
        margin-bottom: 17px;
    }
    section.home-sec3 .box .hover-content ul li {
        font-size: 12px;
        padding: 6px 7px;
    }
    section.home-sec3 .box .hover-content ul {
        gap: 7px;
        max-width: max-content;
        margin: 0 auto;
    }
    .contact-modal .modal-body {
        display: flex;
        flex-direction: column;
    }
    .contact-modal .modal-body .text-box {
        padding: 24px;
        width: 100%;
    }
    .contact-modal .modal-body .img-box {
        width: 100%;
        height: 100%;
        display: none;
    }
    .contact-modal .modal-body .text-box h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .contact-modal .modal-body .text-box h2 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .contact-modal .modal-body .text-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .contact-modal .modal-body .text-box input:not([type=submit]),
    .contact-modal .modal-body .text-box textarea {
        margin-bottom: 8px;
    }
    .contact-modal .modal-body .text-box textarea {
        height: 80px;
        resize: none;
        margin-bottom: 17px;
    }
    .contact-modal .modal-dialog {
        width: 90%;
    }
    .contact-modal .modal-body .btn-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        background-color: #000;
    }
    .cs-model .modal-body {
        padding: 15px;
        position: relative;
    }
    .cs-model .modal-body h2 {
        margin-bottom: 6px;
        letter-spacing: 0;
        font-size: 24px;
    }
    .cs-model .modal-body h3 {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .cs-model .modal-body ul {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 15px;
    }
    .cs-model .modal-body img {
        height: auto;
    }
    .cs-model .modal-body h6 {
        font-size: 16px;
        margin: 13px 0;
    }
    .cs-model .modal-body .text-wrap {
        display: table;
        margin-bottom: 25px;
    }
    .cs-model .modal-body .text-wrap h3 {
        font-size: 16px;
        line-height: normal;
        margin: 0 0 18px;
    }
    .cs-model .modal-body .text-wrap h4 {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .cs-model .modal-body h5 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 19px;
    }
    .cs-model .modal-body p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 10px;
    }
    .cs-model .modal-footer {
        padding: 0 25px 25px;
        flex-direction: column;
        border: none;
    }
    .cs-model .modal-body .btn-close {
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .contact-modal .modal-body .text-box .submit-wraper {
        margin-bottom: 13px;
        margin-top: 0px;
    }
    .contact-modal .modal-body .text-box .wpcf7-not-valid-tip {
        font-weight: normal;
        display: block;
        position: relative;
        bottom: 0;
    }
    .fine-cara .owl-dots {
        bottom: 28px;
    }
    .fine-cara .owl-dots button.owl-dot {
        height: 2px;
    }
    .cs-model .modal-footer h6 {
        font-size: 14px;
        text-align: center;
    }
    .cs-model .modal-footer ul.s-media {
        gap: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .cstudy-modal .modal-body {
        padding: 15px;
        position: relative;
    }
    .cstudy-modal .modal-body .btn-close {
        top: 2px;
        right: 3px;
        width: 30px;
        height: 30px;
    }
    .cstudy-modal .modal-body h2 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 7px;
    }
    .cstudy-modal .modal-body p:first-of-type {
        margin-bottom: 10px;
    }
    .cstudy-modal .modal-body p {
        font-size: 14px;
        max-width: 572px;
    }
    .cstudy-modal .modal-body .mt-60 {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .contact-modal .modal-body .text-box .wpcf7-form-control-wrap {
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .loader .wrap img {
        height: 50px;
    }
    section.home-sec4 .img-box {
        justify-content: center;
        flex-wrap: wrap;
    }
    section.home-sec4 .img-box img {
        width: 16%;
        height: 63px;
    }
    section.home-banner {
        padding: 0 0 50px;
    }
    section.home-sec2 img {
        height: auto;
    }
    section.home-sec2 .text-box {
        margin-top: 20px;
        gap: 54px;
    }
    section.home-sec2 h2 {
        font-size: 30px;
        white-space: nowrap;
    }
    section.home-sec2 {
        padding: 0 0 50px;
    }
    section.home-sec3 h2 {
        margin-bottom: 21px;
    }
    section.home-sec3 .box .hover-content {
        position: relative;
        background-color: #eaeaea;
        padding: 17px;
        opacity: 1;
        bottom: 0;
    }
    section.home-sec3 .box .hover-content h3 {
        font-size: 25px;
    }
    section.home-sec3 .box .hover-content h4 {
        font-size: 16px;
        margin: 8px 0;
    }
    section.home-sec3 .box .hover-content h6 {
        font-size: 13px;
        margin-bottom: 20px;
        letter-spacing: 5px;
    }
    section.home-sec3 .box .hover-content h5 {
        font-size: 18px;
        margin-bottom: 17px;
    }
    section.home-sec3 .box .hover-content ul li {
        font-size: 12px;
        padding: 6px 7px;
    }
    section.home-sec3 .box .hover-content ul {
        gap: 7px;
        max-width: max-content;
        margin: 0 auto;
    }
    section.home-sec3 {
        padding: 0;
    }
    section.home-sec4 {
        padding: 0 0 50px;
    }
    section.home-sec5 .content h3 {
        font-size: 58px;
    }
    section.home-sec5 .content h5 {
        padding-right: 50px;
    }
    section.home-sec5 img {
        height: auto;
    }
    section.home-sec5 {
        padding: 0 0 30px;
    }
    footer .pbt {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-modal .modal-body .text-box {
        padding: 15px;
        width: 54%;
        padding-right: 44px;
    }
    .contact-modal .modal-body .img-box {
        width: 50%;
        height: 100%;
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    section.home-sec4 .img-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 00;
    }
    section.home-sec4 .img-box img {
        width: 10%;
    }
    .loader .wrap img {
        height: 70px;
    }
    section.home-sec2 .text-box h2 {
        margin: 0;
        white-space: nowrap;
    }
    section.home-sec2 .text-box {
        gap: 100px;
    }
}