@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'DRb';
    src:url(../fonts/DroidKufi-Bold.ttf);
}

@font-face {
    font-family: 'DRr';
    src:url(../fonts/DroidKufi-Regular.ttf);
}

@media (max-width: 1600px){
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 23px !important;
	font-weight: normal;
}
	}
/* -------- Fonts ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-family: 'DRb' !important;
	color: #000;
	margin: 0.3rem 0;
	line-height: 1.0;
}

p, body {
   font-family: 'DRr'!important; 
	color: #000 !important;
	font-size: 18px !important;
	line-height: 1.8 !important;
}

/*----- logo ----*/
body.rtl #sp-header .logo {
    margin-right: 0;
    margin-left: 0px;
    background-color: #fff;
}

/* ----- Header --------*/
#sp-logo {
	width: 18% !important;
}

/*.container-fluid{
	background: linear-gradient(to right,#7430c9 0%,#4242a0 100%);
}
*/
/*
#sp-top-bar {
	background: none !important;} */

/*------Menu------*/
/*

body.rtl .sp-megamenu-parent {
    padding: 33px 20px 0 0 !important;
}
.sp-megamenu-parent>li:hover>a{
	color:#fdc11f !important;
}
.sp-megamenu-parent>li>a{
	font-size: 22px !important;
}
*/
/*--------body-wrapper------*/

#sp-component{
	background: #dfdce3 !important;
}

.article-details {
	background: #fff !important;
	padding: 22px 22px;
}

ul.pagination {
	width: 90% !important;}

.view-article .article-details .article-ratings-social-share, .view-article .article-details .page-content, .view-article .article-details .pager {
    width: 630px !important;
    margin: 0 auto;
}

/* ----- right side -------*/
#sp-left .sp-module, #sp-right .sp-module {
	background-color: #88c53a;
}
#sp-left .sp-module, #sp-right .sp-module a{
	color: #ffffff;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	color: #FFFFFF;
}
/* ------- article  -------- */
.view-article .article-details .article-info .published {
	font-size: 13px !important;
	padding: 12px;
}
.view-article .article-info>span, .view-article .article-info>span a {
    font-size: 14px !important;
	line-height: 27px !important;
}
.view-article .article-details .article-header h1 {
	font-size: 35px !important;
}
.view-article .article-details .article-header h2 {
	font-size: 33px;}

/* -----body----*/
#sp-component{
	background-color: #fff;
}
/*  article info  */
.title-botom-wrapper{
	height: 40px !important;
}
.view-article .article-details .article-header h1{
	color: #42b46e !important;
}

/*--- higlight code librery ----*/
/* PrismJS 1.28.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+javadoclike+markup-templating+php+phpdoc+php-extras */
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
/*-----------------------End------------------------------*/
#sp-bottom {
    background-color: #1d252d;
    padding: 20px 0;
}
.convertforms .cf-select select {
	padding-right: 33px;}