

/*
    form Admin Website 

    AlWaslGroup

*/



/*
.BuiltInToImplementClass_PageTitle, .BuiltInToImplementClass_PageText, .BuiltInToImplementClass_AllPagesFooterText, .cs_AllPagesCopyright {
    font-family: Cairo !important;
}

*/




.SmartPages_PageContent, .BuiltInToImplementClass_AllPagesFooterText, .cs_AllPagesCopyright {
    font-family: 'Poppins',sans-serif !important;
    line-height: var(--ast-body-line-height,1.6em);
}




.CustCss_slogan_MainDiv {
    text-align: center
}

.CustCss_slogan_text {
    font-size: large;
    font-weight: bold;
    font-style: italic;
    color: darkgray;
    margin: 5px auto 3px auto;
}



.CustCss_slogan2_padding {
    padding: 8px 10px;
}


/*

blockquote p:before {
    content: open-quote;
    font-weight: bold;
    font-size:xx-large;
}

blockquote p:after {
    content: close-quote;
    font-weight: bold;
    font-size: xx-large;
}*/



blockquote {
    font-size: 20px;
    font-style: italic;
    color: darkgray;
    ;
}

    blockquote p:before {
        content: "\201C"; /*    \201C   \201D   */
        font-size: 50px;
        color: #7a7a7a;
    }


    blockquote cite {
        color: #999999;
        font-size: 14px;
        margin-top: 5px;
    }

        blockquote cite:before {
            content: "\2014 \2009";
        }




/*-----[Start:]  for home page ------------*/
.CustCss_BoldText {
    font-weight: 700;
}

.CustCss_MenuColor_ForTextColor {
    color: #6a2b7c;
}

.CustCss_LogoColor_ForTextColor {
    color: #bf4da3;
}

.CustCss_HomePage_Card {
    background-color: #f7ebfb;
}

.CustCss_HomePage_Card_But {
    background-color: #bf4da3; /*#98267d;*/
}

    .CustCss_HomePage_Card_But:hover, .CustCss_HomePage_Card_But:focus, .CustCss_HomePage_Card_But:active {
        background-color: #8d1f71;
        #98267d;
    }

li.dropdown-item a:link, li.dropdown-item a:visited, li.dropdown-item a:focus, li.dropdown-item a:active {
    color: #862B6F
}

.CustCss_AlternativeColor2_Background {
    background-color: #69a9c8;
}

.CustCss_AlternativeColor2_ForTextColor {
    color: #74edfa;    /* #0a6794;*/
}

/*-----[End:]  for home page ------------*/



.cs_PagesFooterMainPanel {
    background-color: #f5f2f5;
    border-top: 1px solid #e8e5e8;
}



.CustCss_ArticlesPage_Card {
    background-color: #f4f3f5;
}


.mirror {
    transform: scaleX(-1);
}