*{
    /* For fonts effect */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #f7f89b;
    color: black;
    /* control space padding and margin */
    margin: 0;
    padding: 0;
    /* For element content overflows state */    
    overflow: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
}

.main-body{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-main{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.container-header{
    /* control background and color */
    background-color: black;
    color: white;
    /* control position */
    position: fixed;
    z-index: 100;
    top: 0;
    /* control width and height */
    width: 100%;
    height: 65px;
    /* control display and alignmrnt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.de-container{
    /* control position */
    position: relative;
    z-index: 10;
    /* control width and height */
    height: 60px;
    width: 100%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: black;
    color: white;
}

.logo{
    /* control position */
    position: absolute;
    z-index: 5;
    left: 0;
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.12em;
    /* control background and color */
    background-color: transparent;
    color: white;
    /* control width and height */
    width: 150px;
    height: 57px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.logo img{
    /* control width and height */
    width: 45%;
    /* control background and color */
    background-color: transparent;
    color: white;
}

.loddes{
    /* control background and color */
    background-color: transparent;
    color: white;
    /* control font */
    font-family: cursive;
    font-size: 0.8em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .welcomepage{
        /* control background and color */
        background-color: white;
        color: black;
        /* control space padding and margin */
        padding: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control font */
        font-size: 0.8em;
        font-weight: 600;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .welcomepage{
        /* control background and color */
        background-color: white;
        color: black;
        /* control space padding and margin */
        padding: 0.2em;
        /* control border property */
        border: 1px solid gray;
        border-radius: 3px;
        /* control font */
        font-size: 1em;
        font-weight: 600;
    }

}





.header-line-spacer-con{
    /* control height */
    height: 100px;
}

.pagemenuconent{
    /* control background and color */
    background-color: white;
    color: black;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control position */
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    margin-top: 4em;
    /* control width and height */
    width: 100%;
    height: 30px;
}

.file-page-menu{
    /* control background and color */
    background-color: transparent;
    color: black;
    /* control position */
    position: relative;
    /* control width and height */
    width: 100%;
    height: 28px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.openclickamenupage{
    /* control position */
    position: absolute;
    left: 0;
    /* control font */
    font-size: 1.3em;
    /* control space padding and margin */
    margin-left: 0.3em;
    /* control background and color */
    background-color: transparent;
    color: black;
    /* control display and alignment */
    display: flex;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control pointer */
    cursor: pointer;
}

.closeclickamenupage{
    /* control position */
    position: absolute;
    left: 0;
    /* control font */
    font-size: 1.3em;
    /* control space padding and margin */
    margin-left: 0.3em;
    /* control background and color */
    background-color: transparent;
    color: black;
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control pointer */
    cursor: pointer;

}


.header-line-spacer-con-menu{    
    /* control height */
    height: 500px;
}


.menupage-lister-container{
    /* control background and color */
    /* background-color: skyblue; */
    background-image: linear-gradient(black, #FFCC66,yellow,#FFCC66,black);
    color: black;
    /* control width and height */
    width: 100%;
    height: 60vh;
    /* control display and alignment */
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control position */
    position: fixed;
    z-index: 12;
}

.service-list-title{
    /* control background and color */
    background-color: blue;
    color: white;
    /* control space padding and margin */
    padding: 0.3em;
    margin-bottom: 0.3em;
    /* control font*/
    font-size: 1em;
}

.menu-now-listing{
    /* control width and height */
    width: 80%;
    /* control background and color */
    background-color: transparent;
    color: black;
}
._menu-container{
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.3em;
    /* control border property */
    border: 1px solid white;
    border-radius: 3px;
}

.sub_li_menu-conatiner{
    /* control space padding and margin */
    padding: 0.3em;
    /* control background and color */
    color: white;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .sub-menu-title-m{
        /* control background and color */
        background-color: white;
        color: blue;
        /* control width and height */
        height: 35px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-size: 1em;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .sub-menu-title-m{
        /* control background and color */
        background-color: white;
        color: blue;
        /* control width and height */
        height: 30px;
        /* control display and alignment */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        /* control font */
        font-size: 1.2em;
    }

}



._sub-li-menu{
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.2em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control background and color*/
    background-color: azure;
}

.make-ordering-account{
    /* control background and color */
    background-color: blue;
    color: white;
    /* control space padding and margin */
    padding: 0.3em;
    margin-bottom: 0.3em;
    /* control font*/
    font-size: 1em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    ._sub-li-menu a{
        /* control background and color */
        background-color: transparent;
        color: black;
        /* control font */
        font-size: 0.8em;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    ._sub-li-menu a{
        /* control background and color */
        background-color: transparent;
        color: black;
    }

}


.footer-page-shared-all-page{
    /* control width and height */
    width: 100%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-container-details{
    /* control background and color */
    background-color: #3b3be0;
    color: white;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control width and height */
    width: 95%;
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: none;
    border-radius: 3px;
}

.joinus{
    /* control font */
    font-size: 1.2em;
    /* control color and background */
    color: white;
    background-color: transparent;
}

.connect-us-to-social-media{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: transparent;
    color: white;
}

.scl{
    /* control space padding and margin */
    margin: 0.5em;
    /* control background and color */
    background-color: transparent;
    color: white;
}

.scl a{
    /* control background and colro */
    background-color: transparent;
    color: white;
    /* control link decoration */
    text-decoration: none;
}

.scl a .fab{
    /* control font */
    font-size: 1.1em;
    /* control background and color */
    background-color: transparent;
    color: white;

}


.our-services-container{
    /* control background and color */
    background-color: white;
    color: blue;
    /* control border property */
    border: none;
    border-radius: 4px;
    /* control space paddding and margin */
    padding: 0.3em;
    margin: 0.12em;
}

.servicefooterlist{
    /* control background and color */
    background-color: transparent;
    color: blue;
    /* control font */
    font-size: 1.2em;
    /* control display and aligment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sev{
    /* control font */
    font-size: 0.8em;
    /* control background and color */
    background-color: transparent;
    color: blue;
    /* control space padding and margin */
    margin: 0.3em;
}

.sev a{
    /* control text-link */
    text-decoration: none;
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.company-profile{
    /* control background and color */
    background-color: white;
    color: blue;
    /* control space padding and margin */
    padding: 0.4em;
    /* control border property */
    border: none;
    border-radius: 4px;
}

.company-profile-title{
    /* control display and  alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control font */
    font-size: 1.2em;
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.com{
    /* control space padding  and margin */
    margin: 0.3em;
    /* control background and color */
    background-color: transparent;
    color: blue;
}
.com a{
    /* control text-link */
    text-decoration: none;
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.office-location{
    /* control font */
    font-size: 1.2em;
    /* control space paddding and margin */
    margin-top: 0.3em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ouroffice{
    /* control space padding and margin */
    margin: 0.2em;
    padding: 0.2em;
}










.container-footer{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
    /* control position */
    position: fixed;
    z-index: 100;
    bottom: 0;
    /* control width and height */
    height: 30px;
    width: 100%;
}


.footer-line-spacer-con{
    /* control height */
    height: 33px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.fcontent-body{
    /* control background and color */
    background-color: black;
    color: white;
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: none;
    border-radius: 3px;
    /* control font */
    font-size: 0.7em;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.fcontent-body{
    /* control background and color */
    background-color: black;
    color: white;
    /* control space padding and margin */
    padding: 0.2em;
    /* control border property */
    border: none;
    border-radius: 3px;
    /* control font */
    font-size: 0.8em;
}

}


.container-main-content-body{
    /* control width and height */
    width: 95%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-body-title-description{
    /*  control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 20px;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control space padding and margin */
    margin-top: 0.3em;
    padding: 0.4em;
    /* control width and height */
    width: 90%;
}

.body-set{
    /* control background and color */
    background-color: transparent;
    color: black;
    /* control font */
    font-size: 1.6em;
    font-weight: 500;
    /* control space padding and margin */
    margin: 0.2em;
}

.subody-set{
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.sub-set-2{
    /* control background and color */
    background-color: transparent;
    color: blue;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nletup{
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.viewplatform{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: transparent;
}

.viewplatform img{
    /* control width and height */
    width: 90%;
    /* control background and color */
    background-color: transparent;
    /* control space padding and margin */
    margin-top: 0.3em;
}



.get-started-here{
    /* control backgroud and color */
    background-color: transparent;
    color: black;
    /* control space padding and margin */
    margin-top: 2em;
}

.get-started-here a{    
    /* control backgroud and color */
    background-color: transparent;
    color: black;
}

.get-started-here button{ 
    /* control space padding and margin */
    padding: 0.2em;
    /* control background and color */
    background-color: black;
    color: white;
    /* control border property */
    border: 1px solid white;
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;
}




.getempoerbusiness{
    /* control background and color */
    background-color: blue;
    color: white;
    /* control display and alignment */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* control space padding and margin */
    margin: 1em;
    padding: 0.2em;
    /* control border property */
    border: 1px solid white;
    border-radius: 10px;
}

.empowertitle{
    /* control background and color */
    background-color: transparent;
    color: white;
    /* control font */
    font-size: 1.5em;
    /* control space padding and margin */
    margin: 0.3em;
}

.empordes{
    /* control background and color */
    background-color: transparent;
    color: white;
    /* control space padding and margin */
    padding: 0.3em;
}

.get-empow-started,
.get-empow-started a{
    /* control background and color */
    background-color: transparent;
    color: white;
}


.get-empow-started a button{
    /* control width and height */
    height: 40px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding-left: 0.3em;
    padding-right: 0.3em;
    /* control font */
    font-size: 1.2em;
    /* control background and color */
    background-color: white;
    color: blue;
    /* control pointer */
    cursor: pointer;
}






.setbody-section-2{
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin-top: 3em;
    padding: 0.4em;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 30px;

}

.section-2-header,
.des-set,
.des-set-1,
.des-set-2,
.des-set-3{
    /* control background and color */
    background-color: transparent;
    color: black;
}

.section-2-header{
    /* control font */
    font-size: 1.2em;
    font-weight: 600;
}

.des-set-1,
.des-set-2,
.des-set-3{
    /* control font */
    font-size: 0.8em;
    /* control space padding and margin */
    margin: 0.12em;
}

.setbody-section-3{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* controls space padding and margin */
    padding: 0.3em;
    margin: 1em;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 30px;
}

.section-3-header{
    /* control background and color */
    background-color: transparent;
    color: black;
    /* control font */
    font-size: 1.2em;
    font-weight: 600;
}

.des-s-set,
.des-r-s-set,
.des-r-s-set-1,
.des-r-s-set-2{
    /* control background and color */
    background-color: transparent;
    color: black;
}

.des-r-s-set{
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.des-s-set{
    /* control space padding and margin */
    margin: 0.5em;
}

.des-s-set-title-wcu{
    /* control font */
    font-size: 0.9em;
    color: blue;
}

.arrowpointer{
    /* control background and color */
    background-color: transparent;
    color: blue;
}

.setbody-section-4{
    /* control space padding and margin */
    margin: 0.4em;
    padding: 0.2em;
    /* control display and alignemt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    border-radius: 20px;
}

.section-4-header{
    /* control font */
    font-size: 1em;
    font-weight: 600;
    /* control background and color */
    background-color: transparent;
    color: black;    
}

.des-o-s-set{
    /* control font */
    font-size: 0.8em;
    font-weight: 600;
    /* control background and color */
    background-color: transparent;
    color: black;
}

.ser-des-o-set1{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 30px;
    /* control space padding and margin */
    padding: 0.5em;
    margin: 0.2em;
}

.ser-o-des-header-set1{
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.ge-s-ser-o-set1 button{
    /* control background and color */
    background-color: white;
    color: black;
    /* control border proprty */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control pointer */
    cursor: pointer;
}

.ser-des-o-set2{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 30px;
    /* control space padding and margin */
    padding: 0.5em;
    margin: 0.2em;
}

.ser-o-des-header-set2{
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.ge-s-ser-o-set2 button{
    /* control background and color */
    background-color: white;
    color: black;
    /* control border proprty */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control pointer */
    cursor: pointer;
}



.ser-des-o-set3{
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* control border property */
    border: 1px solid gray;
    border-radius: 30px;
    /* control space padding and margin */
    padding: 0.6em;
    margin: 0.2em;
}

.ser-des-o-set3 a button{
    /* control background and color */
    background-color: white;
    color: blue;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding: 0.5em;
    /* control pointer */
    cursor: pointer;
}

.ser-o-des-header-set3{
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.ge-s-ser-o-set3 button{
    /* control background and color */
    background-color: white;
    color: black;
    /* control border proprty */
    border: 1px solid gray;
    border-radius: 5px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control pointer */
    cursor: pointer;
}

.setbody-section-5{
    /* control background and color */
    background-color: white;
    color: black;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    border: 1px solid gray;
    border-radius: 20px;
    /* control space padding and margin */
    padding: 0.3em;
    margin: 0.2em;
}

.ser-o-des-header-set-4{
    /* control background and color */
    background-color: transparent;
    color: black;
    /* control font */
    font-size: 1em;
    font-weight: 600;
}

.des-s-d-o-ser-o-set5{
    /* control background and color */
    background-color: transparent;
    color: black;
}

.des-s-d-o-ser-o-set5 a{    
    /* control background and color */
    background-color: transparent;
    color: black;
}
.des-s-d-o-ser-o-set5 a button{
    /* control background and color */
    background-color: blue;
    color: white;
    /* control border property */
    border: 1px solid gray;
    border-radius: 10px;
    /* control pointer */
    cursor: pointer;
    /* control space padding and margin */
    padding: 0.3em;
    /* control font */
    font-size: 1em;
}