@media screen and (max-width: 1400px){
    .service-section .service-slider .service-box::after {
        top: 130px;
    }




    /* .about-section==================== */

    .about_biadz .abt-biadz-cnt .abt-biadz-img {
        height: 405px;
        width: 415px;
    }
    .about_biadz .abt-biadz-cnt .abt-biadz-para {
        height: 405px;
    }
    .about_biadz .abt-biadz-cnt .abt-biadz-para p {
        margin-bottom: 30px;
        font-size: 14px;
    }


    .service-section .service-slider .service-box .service-cntt p {
        font-size: 14px;
    }
    .service-section .service-slider .service-box .service-cntt h5 {
        font-size: 19px;
    }
}

/* breakpointt======================================================
====================================================================
==================================================================== */

@media screen and (max-width: 1200px){
    .herosection h2 {
        font-size: 25px;
    }
    .herosection p {
        font-size: 13px;
    }
    .herosection .trustedcount h5 {
        font-size: 24px;
        font-weight: 600;
        line-height: 10px;
    }
    .herosection .trustedcount p{
        font-size: 11px;
    }
    header nav ul li a {
        font-size: 12px;
    }
    .herosection .getinbttns .learnmore a {
        padding: 7px 10px;
        font-size: 12px;
    }
    .herosection .getinbttns .letscnnct a {
        padding: 7px 15px;
        font-size: 13px;
    }
        .herosection .getinbttns {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 45px;
        align-items: center;
    }
    .animate {
        padding-bottom: 40px;
        font-size: 30px;
        font-weight: 500;
    }

    .biadzgallery-top-cnt .head-cnt h3 {
        font-size: 30px;
    }
    .biadzgallery-top-cnt {
        padding: 0px 75px;
        margin-bottom: 50px;
    }
    .certificates .stack-area .title {
        font-size: 35px;
    }
    .certificates .stack-area .card {
        width: 350px;
    }




    /* .about-section==================== */

    .about_biadz .abt-biadz-cnt .abt-biadz-img .abt-biadz-img-cnt p {
        font-size: 25px;
        line-height: 20px;
    }
    .about_biadz .abt-biadz-cnt .abt-biadz-img {
        height: 360px;
        width: 345px;
    }
    .about_biadz .abt-biadz-cnt .abt-biadz-img .abt-biadz-img-cnt p span {
        font-size: 10px;
        font-weight: 200;
    }
}



/* breakpointt======================================================
====================================================================
==================================================================== */


@media screen and (max-width: 992px){
    header .logo img {
        vertical-align: middle;
        width: 140px;
    }
    .social-icons {
        right: -100px;
        width: 45px;
        height: 85px;
    }
    .social-icons .whtspp i {
        font-size: 20px;
    }
    .social-icons .call i {
        font-size: 15px;
    }
    .about-section .slider-cnt h3 {
        font-size: 19px;
    }
    .about-section .slider-cnt h4{
        font-size: 19px;
    }
    .about-section .slider-cnt ul li {
        font-weight: 300;
        font-size: 13px;
    }
    .about-section .slider-total-cnt {
        padding: 20px 40px;
    }
    .about-section .abt-slider-cnt-a, .about-section .abt-slider-cnt-b, .about-section .abt-slider-cnt-c {
        height: 400px;
    }
    .about-section .slick-slider i {
        font-size: 15px;
    }
    .about-section .slick-slider .fa-arrow-right {  
        left: 100px;
    }
    .about-section .slick-slider .fa-arrow-left{
        left: 50px;
    }


    .biadzgallery-top-cnt .head-cnt h3 {
        font-size: 25px;
    }


    .getintouch .g-map {
        height: 350px;
    }
    .getintouch .g-map a {
        padding: 8px 15px;
        font-size: 12px;
    }
    .biadzgallery-top-cnt {
        padding: 0px 50px;
    }


    .valuedclients .brand-logos {
        margin: 40px 0px;
    }


    .certificates .stack-area .title {
        font-size: 29px;
    }
    .certificates .stack-area .card {
        width: 280px;
    }
    .certificates .stack-area .card {
        top: calc(50% - 90px);
        left: calc(50% - 100px);
    }


    .valuedclients .title {
        margin-left: 80px;
    }



  /* .about_biadz============================================================ */


    .about_biadz .abt-biadz-cnt {
        flex-direction: column;
    }
    .about_biadz .abt-biadz-cnt .abt-biadz-img {
    height: 500px;
    width: 100%;
}
}


/* breakpointt======================================================
====================================================================
==================================================================== */


@media screen and (max-width: 768px){
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links {
        position: fixed;
        background-color: #144e8c;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        left: 0;
        top: 77px;
    }
    #navbar.scrolled {
        padding:  0px;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
        font-size: 23px;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    .dropdown_menu {
        width: 205px;
        top: -3px;
        right: -215px;
        padding: 0;
    }
    #navbar.scrolled .dropdown_menu {
        background-color: #144e8c;
        top: -6px;
        left: 112px;
        padding: 0;
    }



    li.fade{
        opacity: 0;
    }
    header {
        top: 0px;
    }
    header nav ul {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
        height: 42px;
        align-items: flex-start;
        padding: 45px;
        margin: 0px;
    }
    header nav ul li a {
        font-size: 16px;
        font-weight: 500;
    }
    header .navbar {
        padding: 25px 15px;
    }
    header .logo img {
        width: 145px;
    }
    header .container {
        border-radius: 0px;
        background-color: #144e8c;
        backdrop-filter: blur(15px);
    }

    .herosection .banner-slider-a,.herosection .banner-slider-b,.herosection .banner-slider-c,.herosection .banner-slider-d{
        height: 80vh;
    }
    .herosection .hero-cnt {
        margin-left: 20px;
    }
    .herosection h2 {
        font-size: 30px;
    }
    .herosection .slick-dots {
        left: 36%;
    }


    .animate {
        padding-bottom: 40px;
        font-size: 23px;
        font-weight: 500;
    }
    .about-section .slider-total-cnt {
        padding: 20px 15px;
        flex-direction: column;
    }
    .about-section .slider-cnt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .about-section .slider-cnt h4 {
        font-size: 19px;
        display: none;
    }
    .about-section .slick-slider .fa-arrow-right {
        right: 35px;
        left: inherit;
    }
    .about-section .slick-slider .fa-arrow-left {
        left: auto;
        right: 80px;
    }


    .service-section {
        padding: 60px 0px;
        background: #fff;
    }
    .service-section .slick-slider{
        padding: 0;
    } 





    .biadzgallery {
        padding: 20px 0px 100px 0px;
        overflow: hidden;
        background: #fff;
    }
    .biadzgallery-top-cnt {
        padding: 0px 20px;
        flex-direction: column;
    }
    .biadzgallery-top-cnt .head-cnt-para p {
        margin-bottom: 25px;
        font-size: 13px;
    }
    .biadzgallery-top-cnt .letscnnct a {
        padding: 8px 15px;
        font-size: 12px;
    }


    .certificates .stack-area .right {
        flex-basis: 75%;
    }
    .certificates .stack-area .left {
        display: none;
    }
    .certificates .stack-area .card {
        width: 100%;
    }
    .certificates .stack-area .card {
        left: 15%;
    }


    .valuedclients {
        padding: 50px 0px;
    }
    .valuedclients .title {
        margin-left: 10px;
    }
    .valuedclients .title h4{
        font-size: 26px;
    }
    .valuedclients .brand-logos img {
        width: 180px;
        margin: 0px 10px;
    }
    .valuedclients .brand-logos .ms-img {
        width: 90px !important;
    }
    .valuedclients .brand-logos .tamimi-img {
        width: 55px !important;
    }
    .valuedclients .brand-logos .babtain-img {
        width: 80px !important;
    }
    .valuedclients .brand-logos .afzco-img {
        width: 70px !important;
    }
    .valuedclients .brand-logos .ms-img {
        width: 75px !important;
    }
    .valuedclients .brand-logos {
        margin: 30px 0px;
        animation: scrollLeft 10s linear infinite;
    }
    .valuedclients .slide-right {
        animation: scrollright 20s linear infinite;
    }

    .getintouch .addrress img, .getintouch .contact img {
        width: 30px;
        margin-bottom: 15px;
    }
    .getintouch .getin-head p{
        margin-bottom: 35px;
    }
    .getintouch .getin-head h4 {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 500;
        margin-top: 50px;
    }
    .getintouch .g-map .largemap {
        margin: 30px 30px;
    }
    .getintouch .g-map {
        height: 250px;
    }
    .getintouch {
        border-radius: 0px 0px 20px 20px;
    }




    footer .post-code img, footer .call img {
        width: 30px;
    }
    footer .post-code {
        gap: 10px;
    }
    footer .call {
        gap: 10px;
        margin-bottom: 15px;
    }
    footer .logo img {
        margin-bottom: 25px;
        width: 185px;
    }
    footer h5 {
        margin-bottom: 0px;
        margin-top: 25px;
    }










/* ABOUT-US================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
=========================================================================================================================================================== */

.abt-banner .abt-banner-cnt h1 {
    font-size: 32px;

    line-height: 35px;
}


.about_biadz .abt-biadz-cnt {
    padding: 0px 10px;
    flex-direction: column;
}
.about_biadz .abt-biadz-cnt .abt-biadz-img {
    height: 400px;
    width: 100%;
}
.about_biadz .abt-biadz-cnt .abt-biadz-para {
    height: auto;
    margin-top: 65px;
}



.whybiadz {
    padding: 50px 0px;
}
.whybiadz .whybiadz-main-cnt {
    padding: 20px;
}
.whybiadz .whybiadz-all-cnt {
    display: flex;
    flex-direction: column;
}


.ourteam .top-all-cnt {
    padding: 0px 20px;
    flex-direction: column;
}
.ourteam .top-cnt h5 {
    font-size: 25px;
    font-weight: 500;
}
.ourteam .top-cnt-para {
    height: auto;
    margin-top: 10px;
}




.abtt-uss {
    border-radius: 0px 0px 20px 20px;
}
.abtt-uss{
    padding: 50px 0px;
}




.abt-banner .abt-banner-cnt h1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 35px;
}

.about_biadz .abt-biadz-cnt .abt-biadz-img .abt-biadz-img-cnt p {
    font-size: 20px;
    line-height: 18px;
}
.about_biadz .abt-biadz-cnt .abt-biadz-img .abt-biadz-img-cnt {
    justify-content: space-between;
}
/* Serviceee================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
=========================================================================================================================================================== */
.service-scnd-sec {
    padding: 60px 0px;
}
.service-scnd-sec .civil-biadz-img {
    height: 400px;
    width: 100%;
}
.service-scnd-sec .scnd-sec-cnt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.service-scnd-sec .scnd-sec-cnt p {
    font-size: 13px;
}
.service-scnd-sec .projects-done {
    margin-top: 45px;
    margin-bottom: 40px;
}
.service-scnd-sec .projects-done .projects-done-cnt p {
    font-size: 13px;
    padding-right: 0px;
    margin: 0;
}
.service-scnd-sec .col-md-5 {
    display: flex;
    justify-content: center;
}
.service-scnd-sec .civil-biadz-img .abt-biadz-img-cnt p {
    font-size: 20px;
    line-height: 18px;
    margin: 5px;
}
.service-scnd-sec .civil-biadz-img .abt-biadz-img-cnt p span {
    font-size: 10px;
}
.featured-products  .slick-slider {
    padding: 0;
}
.featured-products .featured-product-slide .featured-img{
    display: flex;
    justify-content: center;
}
.featured-products {
    padding: 70px 0px 40px 0;
}
.scnd-sec-cnt{
    margin-bottom: 40px;
}


/* CAREER-FORM================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
===========================================================================================================================================================
=========================================================================================================================================================== */

.career-form .form-title {
    font-size: 22px;
}
.career-form .form-container {
    padding: 55px 20px 100px 20px;
}
.career-form {
    padding: 70px 15px;
}
.career-form .form-input, .form-select, .form-textarea {
    border: 1px solid rgba(255, 255, 255, 0.3)6;
    font-size: 13px;
}
.career-form .file-upload-label {
    font-size: 13px;
}
.career-form .file-upload-button {
    font-size: 13px;
}
}


