﻿body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'El Messiri', sans-serif;
    float:left;
}




    body::-webkit-scrollbar {
        width: 10px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #198754 !important;
        border-radius: 20px;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #ee2c34;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(237,28,35);
    cursor: pointer;
}

.mainbody {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.mainmenu {
    border-bottom: 4px solid #2ab553 !important;
}

.slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.welcome_part {
    float: left;
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.job_part {
    float: left;
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.clientsay {
    border-bottom: 4px solid #2ab553 !important;
}

process_part {
    float: left;
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.backgroundpar {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .backgroundpar::before {
        content: "";
        position: relative;
        top: 0;
        left: 0;
        width: 43px;
        height: 33px;
        background-image: url(../images/buller.png);
        background-repeat: no-repeat;
        display: block;
        margin: 0;
        float: left;
    }

.banner_part {
    padding: 0;
    float: left;
    margin: 0;
}

/*begin - about page*/
.about_part {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
/*end - about page*/


.abt_bg {
    background-size: cover;
    background-image: url(../images/aboutus.jpg);
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 350px;
    background-position: center center;
}


/*contact us*/
.contact_part {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cnt_bg {
    background-size: 100% 542px;
    float: left;
    padding: 0;
    margin: 0;
    background-image: url(../images/contact.jpg);
    height: 350px;
    background-position: 19% 24%;
    background-repeat: no-repeat;
}
/*contact us*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(34 178 76);
}


.service_part {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}


.srv_bg {
    background-size: 100% 542px;
    float: left;
    padding: 0;
    margin: 0;
    background-image: url(../images/servicebg.jpg);
    height: 350px;
    background-position: 19% 24%;
    background-repeat: no-repeat;
}

.resume_bg {
    background-size: 100% 542px;
    float: left;
    padding: 0;
    margin: 0;
    background-image: url(../images/resume.jpg);
    height: 350px;
    background-position: 19% 24%;
    background-repeat: no-repeat;
}



.card::-webkit-scrollbar {
    width: 10px;
}

.card::-webkit-scrollbar-thumb {
    background-color: #198754 !important;
    border-radius: 20px;
}



.job_bg {
    background-size: 100% 542px;
    float: left;
    padding: 0;
    margin: 0;
    background-image: url(../images/job.jpg);
    height: 350px;
    background-position: 19% 24%;
    background-repeat: no-repeat;
}

.team_part {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}


.own_pic {
    border-radius: 186px !important;
    width: 150px;
    height: 150px;
    border: 2px solid #0f994c;
}

.user-profile {
    padding: 40px 0 0 0;
}


.my-container {
    width: 100%;
    margin: 0 auto;
}






/* For devices between 320px and 480px */
@media screen and (min-width: 320px) and (max-width: 480px) {
    /* Add your CSS rules here for small mobile devices */
    .cnt_bg {
        background-size: 100% 542px;
        background-image: url(../images/contact.jpg);
        height: 163px;
        background-position: center;
        background-size: cover;
    }


    .user-profile_part {
        width: 100% !important;
    }

    .user-profile {
        padding:0 !important;
    }

    .about_part {
        text-align: center;
    }

    .who_txt {
        width: 100% !important;
        text-align: center;
    }

    body{
        padding:0 !important;
    }

    .tbl_can {
        float: left;
        width: 100%;
    }

    .my-container {
        width: 100%;
        margin: 0 auto;
    }

    .can_list {
        width: 100%;
    }

    body {
        font-size: 14px;
        padding: 10px;
    }

    .header, .footer {
        display: block;
        text-align: center;
    }

    .nav-menu {
        display: none;
    }

    .job-listing {
        font-size: 12px;
        padding: 5px;
    }

        .job-listing th, .job-listing td {
            padding: 5px;
            display: block;
        }

    .mainmenu {
        margin: 0 0 10px 0;
        border-bottom: none !important;
    }


    .c_us {
        width: 100%;
    }
}

/* For devices between 481px and 768px */
        @media screen and (min-width: 481px) and (max-width: 768px) {
            /* Add your CSS rules here for tablets and medium mobile devices */
            body {
                font-size: 16px;
            }

            .tbl_can {
                float: left;
                width: 100%;
            }

            .can_list {
                width: 100%;
            }

            .header, .footer {
                display: flex;
                justify-content: space-between;
            }

            .nav-menu {
                display: block;
            }

            .content {
                margin: 20px 0;
            }

            .job-listing {
                font-size: 14px;
                padding: 10px;
            }

                .job-listing th, .job-listing td {
                    padding: 10px;
                    display: table-cell;
                }


            .user-profile_part {
                width: 100% !important;
            }

            .user-profile {
                padding: 0 !important;
            }

            .about_part {
                text-align: center;
            }

            .who_txt {
                width: 100% !important;
                text-align: center;
            }

            .cnt_bg {
                background-size: 100% 542px;
                background-image: url(../images/contact.jpg);
                height: 163px;
                background-position: center;
                background-size: cover;
            }

            .mainmenu {
                margin: 0 0 10px 0;
                border-bottom: none !important;
            }

            .c_us {
                width: 100%;
            }
        }
        /* For devices between 769px and 1024px */
        @media screen and (min-width: 769px) and (max-width: 1024px) {
            /* Add your CSS rules here for large tablets and small desktops */
            body {
                font-size: 18px;
            }

            .tbl_can {
                float: left;
                width: 100%;
            }

            .header, .footer {
                display: flex;
                justify-content: space-between;
            }


            .tbl_can {
                float: left;
                width: 100%;
            }

            .my-container {
                width: 100%;
                margin: 0 auto;
            }

            .can_list {
                width: 100%;
            }

            .nav-menu {
                display: block;
            }

            .content {
                margin: 30px 0;
            }

            .job-listing {
                font-size: 16px;
                padding: 15px;
            }

                .job-listing th, .job-listing td {
                    padding: 15px;
                    display: table-cell;
                }

            .user-profile_part {
                width: 100% !important;
            }

            .user-profile {
                padding: 0 !important;
            }

            .about_part {
                text-align: center;
            }

            .who_txt {
                width: 100% !important;
                text-align: center;
            }

            .cnt_bg {
                background-size: 100% 542px;
                background-image: url(../images/contact.jpg);
                height: 163px;
                background-position: center;
                background-size: cover;
            }

            .mainmenu {
                margin: 0 0 10px 0;
                border-bottom: none !important;
            }

            .c_us {
                width: 100%;
            }
        }
        /* For devices between 1025px and 1200px */
        @media screen and (min-width: 1025px) and (max-width: 1200px) {
            /* Add your CSS rules here for desktops */
            body {
                font-size: 20px;
                padding: 25px;
            }

            .tbl_can {
                float: left;
                width: 100%;
            }

            .my-container {
                width: 100%;
                margin: 0 auto;
            }

            .can_list {
                width: 100%;
            }

            .header, .footer {
                display: flex;
                justify-content: space-between;
            }

            .nav-menu {
                display: block;
            }

            .content {
                margin: 40px 0;
            }

            .job-listing {
                font-size: 18px;
                padding: 20px;
            }

                .job-listing th, .job-listing td {
                    padding: 20px;
                    display: table-cell;
                }


            .user-profile_part {
                width: 100% !important;
            }

            .user-profile {
                padding: 0 !important;
            }

            .about_part {
                text-align: center;
            }

            .who_txt {
                width: 100% !important;
                text-align: center;
            }

            .cnt_bg {
                background-size: 100% 542px;
                background-image: url(../images/contact.jpg);
                height: 163px;
                background-position: center;
                background-size: cover;
            }


            .mainmenu {
                margin: 0 0 10px 0;
                border-bottom: none !important;
            }

            .c_us{
                width:100%;
            }
        }
