@media screen and (max-width:1199px) {
    .banner-content {
        padding-top: 120px;
    }

    .services-section dotlottie-player {
        margin-left: -102px;
    }

    .main-bnr h5 {
        font-size: 16px;
    }

    .main-bnr h1 {
        font-size: 55px;
        line-height: 70px;
    }

    .sponsor_content {
        padding: 20px 11px;
    }

    .banner-media .banner-media-bg {
        width: 800px;
        height: 800px;
    }

    .find-job-bx.style-1 form {
        padding: 16px 20px 16px 20px;
    }

    .find-job-bx.style-1 form .site-button {
        padding: 14px 20px;
    }

    .header-section.is-sticky {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .container {
        max-width: 988px;
    }
}

@media (max-width: 1023px) {
    .tdnn {
        font-size: 1.4px;
    }

    /* .logo img {
        width: 60% !important;
    } */

    .main-bnr h5 {
        font-size: 14px;
    }

    .main-bnr h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .main-bnr h6 {
        font-size: 14px;
    }

    .main-bnr .banner-content .dz-searches h4 {
        font-size: 14px;
    }

    .main-bnr .banner-content .dz-searches span {
        font-size: 14px;
    }

    .banner-media .banner-media-bg {
        width: 750px;
        height: 750px;
    }
}

@media (max-width: 992px) {
    .banner-main-media img {
        width: unset;
    }

    .sponsors-img {
        padding: 20px 16px;
    }

    .feature_text h1 {
        font-size: 4.2rem;
    }

    .feature-section .feature_content dotlottie-player {
        width: 300px !important;
        height: 300px !important;
        margin-top: -44px !important;
    }

    .feature-items h3 {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .feature-items p {
        font-size: 22px;
    }

    .sponsor_text .title h3 {
        padding: 12px;
    }

    .header-section .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .section.page-content.banner-section {
        height: 750px;
    }

    .banner-content {
        padding-top: 30px;
    }

    .log-sign.masn {
        display: block;
        opacity: 1;
        position: fixed;
        right: 0;
        bottom: 50%;
    }

    .log-sign.scnd {
        opacity: 0;
        display: none;
    }

    .header-section .nav-btn {
        position: fixed;
        height: calc(100vh - 3rem);
        top: 7.6rem;
        left: 0;
        width: 100%;
        background-color: var(--color-white);
        flex-direction: column;
        align-items: start;
        /* justify-content: space-between; */
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    .light .header-section .nav-btn {
        background-color: var(--color-primary1);
    }
    header {
        height: 145px;
        padding: 0 18px;
    }
    .header-section .navbar{
        align-items: center;
        height: 100%;
    }
    .header-section #check:checked~.nav-btn {
        transform: translateX(0);
    }

    .header-section #check:checked~.nav-btn .nav-link,
    .header-section #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .header-section .nav-links {
        flex: initial;
        width: 100%;
    }

    .header-section .nav-links>ul {
        flex-direction: column;
    }

    .header-section .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .header-section .nav-link>p,
    .header-section .nav-link>a {
        line-height: 3rem;
        padding: 0 .8rem;
        letter-spacing: 1px;
        font-size: .95rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
    }

    .find-job-bx .findJob {
        width: 100%;
    }

    .header-section .nav-link:hover>p,
    .header-section .nav-link:hover>a {
        transform: scale(1);
        background-color: var(--color-secondary);
        margin: 0;
        color: var(--color-white);
    }

    .header-section .dropdown,
    .header-section .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        display: none;
    }

    .header-section .nav-link:hover>.dropdown,
    .header-section .dropdown-link:hover>.dropdown {
        display: block;
    }

    .header-section .nav-link:hover>p>i,
    .header-section .dropdown-link:hover>p>i,
    .header-section .nav-link:hover>a>i,
    .header-section .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .header-section .dropdown-link>a {
        background-color: transparent;
        color: var(--clr-light);
        padding: 1.1rem 2rem;
        line-height: 1;
    }

    .header-section .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .header-section .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .header-section .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .header-section .arrow {
        z-index: 1;
        background-color: var(--clr-btn);
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .header-section .nav-link:hover .arrow {
        background-color: var(--color-secondary);
    }

    .header-section .dropdown .dropdown .arrow {
        display: none;
    }

    .header-section .dropdown-link:first-child:hover~.arrow {
        background-color: var(--color-secondary);
    }

    .header-section .nav-link>p>i,
    .header-section .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .header-section .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .content-inner-1 {
        padding-top: 130px;
    }

    .logo-container.desktop-logo {
        display: none;
    }

    .logo-container.mobile-logo {
        display: block;
    }

    .service-main {
        display: flex;
        flex-wrap: wrap;
    }

    .services-section .service-content {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid transparent;
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }

    .services-section .service-content:first-child {
        border-bottom: 2px solid transparent;
    }

    .find-job-bx .findJob {
        width: 100%;
        font-size: 14px;
        padding: 5px;
        padding-left: 11px !important;
    }

    .find-job-bx .findJob a {
        /* background-color: var(--color-primary1); */
        color: #fff;
        padding: 8px 9px;
        border-radius: 60px;
        width: 105px;
        text-align: center;
    }

    .Job_content,
    .feature_text,
    .feature_content,
    .project-section .container,
    .section.services-section,
    .sponsor_content,
    .sponsor_text,
    #footer-widgets .footer_inner {
        padding: 23px;
    }

    .c-nav-tool_title {
        font-size: 15px;
    }

    .c-footer a {
        font-size: 13px;
    }

    .c-nav-tool_list li:before {
        font-size: 13px;
        top: 5px;
    }

    #footer-widgets .newsletter_title {
        font-size: 14px;
    }

    .banner-content {
        padding-top: 0;
    }

    .banner-media .banner-main-media {
        text-align: center;
        height: 600px;
    }

    .banner-media .banner-main-media img {
        height: 100%;
    }

    .main-bar.style-1 .nav.navbar-nav li.active a i.fa-chevron-down {
        color: #000;
    }

    .find-job-bx.style-1 {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .timeline-content {
        margin-top: 0;
    }

    .timeline::after {
        margin: 0;
        left: -2%;
    }

    .timeline-item:nth-child(odd) strong,
    .timeline-item:nth-child(odd) p {
        text-align: left
    }

    .timeline-item:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        left: 11.25%;
    }

    .timeline-circle {
        position: absolute;
        left: 0;
    }

    .job-opportunities .jobs {
        grid-template-columns: 1fr;
    }

    .timeline-item:nth-child(odd) .timeline-content {
        border-right: 5px solid transparent;
        border-image: linear-gradient(to top, #f59419, #ffd200) 1;
        box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
    }

    .timeline-item:nth-child(even) .timeline-date {
        text-align: left;
    }

    .contact-address .col:not(:last-child) .widget-contact {
        border-bottom: 1px solid rgb(215 215 215);
        border-right: 0;
    }

    .main-bnr h1 {
        margin-bottom: 10px;
    }

    .layout-job .ali-right {
        margin-top: 16px;
    }

    .layout-job .inner-left {
        gap: 6px;
    }

    .job-search-section .col-md-9 {
        order: -1;
    }

    .header-section.is-sticky {
        padding: 0 10px;
    }

    .find-job-bx.style-1 {
        max-width: unset;
    }

    .find-job-bx.style-1 form .form-group .input-group .form-control::placeholder {
        font-size: 14px;
    }

    .find-job-bx.style-1 form {
        padding: 14px 20px 14px 20px;
    }

    .main-bnr .back-circle {
        display: none;
    }

    .banner-content {
        height: unset;
    }

    .main-bnr .back-circle2 {
        display: none;
    }

    .section.page-content.banner-section {
        height: 570px;
    }

    .banner-inner {
        margin-top: 110px;
        padding: 3px;
    }

    .banner-content {
        padding-top: 31px;

    }

    .find-job-bx .findJob svg {
        width: 60px;
        height: 60px;
    }

    .find-job-bx .findJob p {
        font-size: 14px;
    }

    .site-button,
    .find-job-bx .findJob a {
        font-size: 14px;
    }

    .feature_text h1 {
        font-size: 3.7rem;
        text-align: center;
    }

    .sponsor_text,
    .feature_content {
        margin-top: 30px;
    }

    .section.upcoming-project-section .col-md-4 {
        margin-bottom: 30px;
    }

    .section.services-section,
    .project-section .container,
    .feature-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .services-section dotlottie-player {
        margin: 0;
    }

    .project-section .col-md-4 {
        padding-bottom: 30px;
    }

    .project-section .col-md-4:last-child {
        padding-bottom: 0px;
    }
}

@media screen and (max-width:575px) {
    .banner-media .banner-main-media {
        height: 500px;
    }

    .banner-media .banner-media-bg {
        width: 650px;
        height: 650px;
    }

    .banner-media .banner-media-bg .bnr-circle1 .banner-icon1 {
        width: 40px;
    }

    .banner-media .banner-media-bg .bnr-circle2 .banner-icon1 {
        width: 60px;
    }

    .banner-media .banner-media-bg .bnr-circle2 .banner-icon2 {
        right: -12%;
        width: 60px;
    }

    .banner-media .banner-media-bg .bnr-circle2 .banner-icon3 {
        width: 70px;
    }

    .main-bnr h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .services-section dotlottie-player {
        width: 380px !important;
        height: auto;
        margin: auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .find-job-bx.style-1 {
        max-width: unset;
        flex-wrap: wrap;
    }

    .banner-inner h3 {
        font-size: 27px;
    }

    .section.page-content.banner-section {
        height: 460px;
    }

    .banner-inner {
        margin-top: 127px;
        padding: 3px;
    }

    .main-bnr h1 {
        font-size: 30px;
        line-height: 20px;
    }

    .site-button {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media screen and (max-width:480px) {
    .dz-searches {
        display: none !important;
    }

    .main-bnr h1 {
        font-size: 30px;
        line-height: 29px;
    }

    .banner-media .banner-main-media {
        height: 400px;
    }

    .banner-media .banner-media-bg {
        width: 500px;
        height: 500px;
    }

    .find-job-bx.style-1 form {
        padding: 14px 20px 14px 20px;
        display: block;
    }

    .find-job-bx.style-1 form .form-group {
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 4px;
    }

    .find-job-bx-inner,
    .dz-input-group {
        display: block;
    }

    .find-job-bx-inner1 {
        width: 100%;
    }

    .dz-input-group-inner {
        width: 100%;
    }

    .banner-inner {
        margin-top: 100px;
    }

    .upcoming-project-section .container,
    .jobs-section .container {
        padding: 40px 30px;
    }

    .contentJobs {
        height: 100px;
    }

    .title {
        text-align: center;
        padding-bottom: 25px;
    }
}



@media (min-width: 1024px) {
    .container {
        max-width: 1194px;
    }
}