@media screen and (min-width: 1200) {}

/* من 1200 الى 992 */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    /* .hero-image {
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
    } */


    /*--------------- Start Home -----------------*/


    /*--------------- End Home -----------------*/


    .label {
        font-size: 45px;
        margin: 48px 0;
    }

    .labelLeft {
        width: 70px;
    }

    .labelRight {
        width: 11px;
        height: 11px;

    }

    .lable-row-margin {
        margin-right: 94px;
    }

    .aboutTextParent {
        width: 90%;
        float: left;
    }

    .aboutImg {
        width: 330px;
        height: 110px;
        position: absolute;
        top: 30%;
    }

    .imageParent {
        padding-right: 70px;
    }

    .contact-card {
        padding: 16px 28px;
        width: 85%;
    }

    .contact-links-card {
        padding: 24px 28px;
        width: 85%;
        margin-top: 90px;
    }

    .footer-footer {
        font-size: 20px;
    }
}

/* من 991 الى 768 */
@media screen and (max-width: 991px) and (min-width: 768px) {

    /*--------------- Start Home -----------------*/

    #carouselExampleCaptions .carousel-indicators li button {
        width: 110px !important;
        height: 80px !important;
        background-size: 110px 80px;
        margin-bottom: 16px;
        border-radius: 16px;
        border-width: 1px;

    }

    .carousel-indicators {
        margin-right: 5% !important;
    }



    .section-work .mr-top-card-3 {
        margin-top: 100px !important;
    }

    .section-work {
        background-image: none;

    }

    /*--------------- End Home -----------------*/


    .search-navbar {
        margin-right: 0px !important;
        margin-top: 16px !important;
    }

    .nav-item {
        margin: 0px;
    }


    .label {
        font-size: 40px;
        margin: 48px 0;
    }

    .labelLeft {
        width: 70px;
    }

    .lable-row-margin {
        margin-right: 74px;
    }

    .aboutTextParent {
        width: 100%;
        float: none;
        margin-right: 16px;
    }

    .aboutImg {
        width: 300px;
        height: 100px;
        position: absolute;
        top: 30%;
    }

    .imageParent {
        padding-right: 70px;
    }

    .contact-card {
        padding: 16px 24px;
        width: 95%;
    }

    .contact-links-card {
        padding: 24px 24px;
        width: 100%;
        margin-top: 85px;
    }

    .contact-list-links {
        font-size: 16px;
    }

    .contact-card-title {
        font-size: 16px;
    }

    .contact-card-name {
        font-size: 18px;
    }

    .contact-card-number {
        font-size: 18px;
    }

    .footer-link {
        padding: 22px;
    }

    .footer-footer {
        font-size: 19px;
    }
}

/* من 767 الى 600 */
@media screen and (max-width: 767px) and (min-width: 600px) {

    /*--------------- Start Home -----------------*/

    #carouselExampleCaptions .carousel-indicators li button {
        width: 100px !important;
        height: 70px !important;
        background-size: 100px 70px;
        margin-bottom: 16px;
        border-radius: 14px;
        border-width: 1px;

    }

    .carousel-indicators {
        margin-right: 2% !important;
    }

    .news_owl .item {
     margin-right: 50px !important;
    
    }

    .section-work .mr-top-card {
        margin-top: 100px !important;
    }

    .section-work {
        background-image: none;

    }

    /*--------------- End Home -----------------*/

    .search-navbar {
        margin-right: 0px !important;
        margin-top: 16px !important;
    }

    .nav-item {
        margin: 0px;
    }

    .label {
        font-size: 35px;
        margin: 48px 0;
    }

    .labelLeft {
        width: 60px;
    }

    .labelRight {
        width: 10px;
        height: 10px;

    }

    .lable-row-margin {
        margin-right: 54px;
    }

    .aboutTextParent {
        width: 100%;
        float: none;
        margin-right: 16px;
    }

    .aboutImg {
        width: 270px;
        height: 90px;
        position: relative;
        top: 0px;
        margin: auto;
    }

    .imageParent {
        padding: 70px;
        margin: 16px 0;
        border-radius: 0px;
        box-shadow: 4px 0px 8px 3px rgba(0, 0, 0, 0.05);
    }

    .contact-card {
        padding: 16px 24px;
        width: 98%;
    }

    .contact-links-card {
        padding: 24px 24px;
        width: 98%;
        float: left;
        clear: both;
        margin-top: 85px;

    }

    .contact-list-links {
        font-size: 16px;
    }

    .contact-card-title {
        font-size: 16px;
        margin: auto;
    }

    .contact-card-name {
        margin: auto;
        font-size: 20px;
    }

    .contact-card-number {
        margin-right: auto;
        font-size: 20px;
    }

    .footer-link {
        padding: 20px;
    }

    .footer-footer {
        font-size: 18px;
    }


    /* -------  Home ------------- */

    .employment .input-right {
        padding-left: 8%;
    }

    .employment .input-left {
        padding-right: 8%;
        margin-top: 8px;
    }


    /* ---------- End home ------------ */
}

/* اصغر من 600 */
@media screen and (max-width: 600px) {

    /*--------------- Start Home -----------------*/

    #carouselExampleCaptions {

        height: 60vh !important;

    }

    .w-100 {
        height: 60vh !important;
    }

    #carouselExampleCaptions .carousel-indicators li button {
        width: 60px !important;
        height: 60px !important;
        background-size: 60px 60px;
        margin-bottom: 16px;
        border-radius: 14px;
        border-width: 1px;

    }

    .carousel-indicators {
        margin-right: 0% !important;
        top: 50px !important;
    }

    #carouselExampleCaptions .carousel-caption {
        top: 20% !important;
    }
    
    #carouselExampleCaptions .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    #carouselExampleCaptions .carousel-caption p {
        font-size: 16px;
        font-weight: 500;
    }

    ol, ul {
        padding-right:5px !important;
    }

    .employment .input-right{
        padding-left: 8% !important;
    }
    
    .employment .input-left {
        padding-right: 8%;
    }


    .section-work .mr-top-card {
        margin-top: 100px !important;
    }

    .section-work {
        background-image: none;

    }

    /*--------------- End Home -----------------*/


    .search-navbar {
        margin-right: 0px !important;
        margin-top: 16px !important;
    }

    .nav-item {
        margin: 0px;
    }

    .label {
        font-size: 30px;
        margin: 48px 0;
    }

    .labelLeft {
        width: 50px;
    }

    .labelRight {
        width: 10px;
        height: 10px;

    }

    .lable-row-margin {
        margin-right: 36px;
    }

    .aboutTextParent {
        width: 100%;
        float: none;
        margin-right: 16px;
    }

    .aboutImg {
        width: 240px;
        height: 80px;
        position: relative;
        top: 0px;
        margin: auto;
    }

    .imageParent {
        padding: 70px;
        margin: 16px 0;
        border-radius: 0px;
        box-shadow: 4px 0px 8px 3px rgba(0, 0, 0, 0.05);
    }

    .contact-card {
        padding: 16px 24px;
        width: 98%;
    }

    .contact-links-card {
        padding: 24px 24px;
        width: 98%;
        float: left;
        clear: both;
        margin-top: 85px;

    }

    .contact-list-links {
        font-size: 16px;
    }

    .contact-card-title {
        font-size: 16px;
        margin: auto;
    }

    .contact-card-name {
        margin: auto;
        font-size: 20px;
    }

    .contact-card-number {
        margin-right: auto;
        font-size: 20px;
    }

    .footer-svg {
        width: 24px;
        height: 24px;
    }

    .footer-link {
        padding: 18px;
        margin: 4px;
    }

    .footer-footer {
        font-size: 16px;
    }
}