

@media (max-width: 1399px) {
    .main-menu ul li a {
        font-size: 20px;
    }
    .main-menu ul li {
        margin-right: 70px;
    }
    .header-logo {
        width: 300px;
        top: 10px;
    }


    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section {
        padding: 50px 0 0;
        height: 500px;
    }
    .first-cta-box p {
        font-size: 20px;
    }
    .first-cta-box {
        margin: -70px 0 0;
        padding: 20px 27px 16px;
        border-width: 3px;
    }
    .first-cta-text h3 {
        font-size: 20px;
        margin: 0 0 8px;
    }
    p {
        font-size: 16px;
        margin-bottom: 12px;
    }


    .career-row1 .career-box h2 {
        margin: 0 0 8px;
        font-size: 20px;
    }
    .career-row1 .career-box p {
        font-size: 17px;
        margin: 0 0 7px;
    }
    .career-row1 .career-box .button {
        margin: 0 0 -21px;
        font-size: 18px;
        padding: 8px 16px;
    }
    .career-row2 .container h2 {
        font-size: 20px;
        margin: 0 0 11px;
    }



    .about-text p .title {
        font-size: 18px;
    }



    .free-click-section .button {
        min-height: 65px;
        padding: 9px 46px;
        margin: 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--theme__color1);
        border-radius: 15px;
        font-size: 22px;
        color: #2c2b6c;
    }
    



    .float-social ul li a {
        height: 30px;
        width: 30px;
        font-size: 17px;
    }
    .float-social ul li {
        margin-right: 14px;
    }
    .float-social ul {
        padding: 8px 22px;
    }
    .footer-section .float-social {
        top: -26px;
    }



    .footer-top .footer-logo {
        margin: 0 0 12px;
        width: 130px;
    }
    .footer-top p {
        margin: 0 0 4px;
        font-size: 16px;
    }
    .footer-top h3 {
        font-size: 19px;
    }
    .footer-bottom {
        padding: 20px 12px;
        background: #3f3e3d;
        text-align: center;
    }



    .hero2-section .container {
        min-height: 150px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }


    .content-section h2,
    .content-section .h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }
    .content-section p {
        margin: 0 0 16px;
        font-size: 19.8px;
        line-height: 1.4;
    }
    .content-section h3 {
        margin: 0 0 24px;
        font-size: 26px;
        font-weight: 500;
    }
    .content-element-group1 .link-button-container .button {
        font-size: 20px;
    }
    .content-grid .grid-item h3 {
        font-size: 28px;
    }


    .form-model .single-input label {
        font-size: 16px;
    }
    .form-model .single-input .input {
        padding: 11px 18px;
        font-size: 15px;
    }
    .form-model .single-input {
        margin: 0 0 20px;
    }
    .form-model .single-input .file-input {
        font-size: 15px;
    }
    .form-model .single-input .file-input::file-selector-button {
        padding: 11px 17px;
        font-size: 15px;
    }
    .form-model .submit-button {
        margin: 5px 0 0;
        padding: 11px 22px;
        font-size: 17px;
        border-width: 1px;
    }
}


@media (max-width: 1199px) {
    .grid-4-2-banner {
        padding: 35px 40px;
    }


    .content-element-group1 .link-button-container {
        flex-wrap: wrap;
    }
    .content-element-group1 .link-button-container .button {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-grid .grid-item-3-3 {
        grid-area: span 3/ span 5;
    }
    .content-grid .grid-item-4-2 {
        grid-area: span 2/ span 6;
    }
    .content-grid .grid-item-2-1 {
        grid-area: span 1/ span 4;
    }
    .content-grid .grid-item-2-2 {
        grid-area: span 2/ span 5;
    }
    .content-grid .grid-item:nth-child(7) {
        grid-row-start: 11;
    }
    .content-grid .grid-item:nth-child(10) {
    }
    

    .contact-us-data .data-side {
        width: 330px;
    }
}


@media (max-width: 991px) {
    .header-logo {
        width: 200px;
        top: 5px;
    }
    .header-section {
        padding: 15px 0;
    }



    .first-cta-box {
        margin: 30px 0 0;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .hero-section {
        padding: 116px 0 25px;
        height: initial;
    }




    .career-section {
        margin-top: 145px;
    }
    .career-row1 {
        padding: 0px 0 80px;
    }
    .career-row1 .career-box {
        margin: -140px auto 0;
    }
    .career-row2 {
        padding: 130px 0 30px;
        background-size: 100% 100px !important;
        background-position: center top !important;
    }


    
    .about-section {
        padding: 150px 0 1px;
        background-color: #3f3e3c;
        background-size: 100% 110px !important;
        background-position: center top !important;
    }
    .about-text p {
        margin: 0 0 20px;
        text-align: center;
    }
    .about-text p:last-child {
        margin-bottom: 0;
    }



    .free-click-section {
        padding: 50px 0 50px;
    }


    .contact-us-data {
        flex-wrap: wrap;
    }
    .contact-us-data .image-side {
        width: 100%;
        height: 330px;
        margin: 30px 0 0;
    }
    .form-model h4 {
        margin: 0 0 26px;
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
        margin-bottom: 10px;
    }



    .first-cta-text h3 {
        font-size: 17px;
    }



    .career-row1 .career-box h2 {
        margin: 0 0 7px;
        font-size: 17px;
    }
    .career-row1 .career-box p {
        font-size: 15px;
        margin: 0 0 4px;
    }
    .career-row1 .career-box {
        padding: 27px 22px 0;
        border-radius: 10px;
    }
    .career-row1 .career-box .button {
        margin: 0 0 -18px;
        font-size: 15px;
        padding: 7px 15px;
    }


    .career-row2 .container h2 {
        font-size: 18px;
        margin: 0 0 9px;
    }



    .about-text p .title {
        font-size: 16px;
    }
    .free-click-section .button {
        min-height: 47px;
        padding: 9px 30px;
        border-radius: 10px;
        font-size: 15px;
    }


    .content-section h2,
    .content-section .h2 {
        margin: 0 0 12px;
        font-size: 20px;
    }
    .content-section p {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .content-section h3 {
        margin: 0 0 18px;
        font-size: 17px;
        font-weight: 500;
    }
    .content-element-group1 .link-button-container .button {
        font-size: 16px;
    }
    .content-grid .grid-item h3 {
        font-size: 18px;
    }



    .content-text-group2 .text-row {
        flex-direction: column;
    }
    .content-text-group2 .text-row .image {
        width: 75%;
        order: -1;
        margin: 10px 0;
    }
	.button-1 {
	width: 100%;
}
}


@media (max-width: 575px) {
    .grid-4-2-banner {
        padding: 20px 20px;
    }
    .content-grid {
        grid-gap: 6px;
        grid-auto-rows: 90px;
    }


    .contact-us-data .image-side {
        margin: 30px 0 0;
    }
    .contact-location-wrap {
        margin: 10px 0 40px;
        height: 280px;
    }
}


@media (max-width: 460px) {
    .hero2-section {
        padding: 95px 0 15px;
    }
    .hero2-section .container {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }


    .team-member .image-side {
        --margin: 20px;
        height: 130px;
        width: 130px;
    }
    .team-member .content-side h4 {
        margin: 0 0 5px;
        font-size: 17px;
    }
    .team-member .content-side h2 {
        margin: 0 0 5px;
        font-size: 15px;
    }
    .team-member .content-side a {
        font-size: 13px;
    }
    .team-member .content-side ul li {
        font-size: 12px;
        margin: 0 0 1px;
    }
    .team-member {
        margin-bottom: 25px;
        align-items: flex-start;
    }
    .content-team-wrap .member-group .group-title h3 {
        font-size: 20px;
        margin: 0 0 18px;
    }
    .content-text-group3 {
        padding: 45px 0 20px;
    }
}


@media (max-width: 390px) {
    .content-grid .grid-item h3 {
        font-size: 16px;
    }
    .grid-4-2-banner {
        padding: 15px 12px;
    }


    .team-member .image-side {
        --margin: 17px;
        height: 100px;
        width: 100px;
    }



    .contact-us-data .image-side {
        height: 190px;
        margin: 20px 0 0;
    }
    .contact-location-wrap {
        height: 230px;
    }
}
