.btn.btn-primary a {
  color: #fff;
}
#sp-page-builder .sp-pagebuilder-page-edit {
display: none;
}
.ustat {
  box-shadow: 1px 1px 1px #075c97;
  background-color: #075c97;
  color: #fff;
  text-align: center;
}
.dstat {
  border: 1px solid #075c97 !important;
  text-align: center;
  white-space: initial;
  box-shadow: 1px 1px 1px #D2D3D5;
  padding: 5px;
  border-radius: 10px 0 10px 0;
  margin-top: 5px;
  background: #fff;
}
.event {
text-align: justify;
  background: #fff;
  border-radius: 10px 0 10px 0;
}
.offcanvas-overlay, [data-modals-element="modal"] [data-modals-element="overlay"] {
  background: #004669;
}
.sp-megamenu-parent > li .sp-menu-badge {
  letter-spacing: 0px;
}
.centered {
  position: absolute;
}
.fa-angle-up::before {
  content: "\e4c2" !important;
}
.sp-scroll-up {
background-color: #3cbeff;
}
.sp-scroll-up:hover, .sp-scroll-up:focus {
background-color: #150185;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: none;
}
#sp-bottom1 .catname {
  margin-right: 20px;
  padding-top: 3px;
}
.sppb-shape-container.sppb-top-shape {
  top: 0px;
}
.article-social-share .social-share-icon ul li a {
  font-size: 1.5rem;
}
.twitter svg {
  width: 20px !important;
}
.social-icons {
  display: inline-flex;
  font-size: 50px;
  margin-right: 20px;
}
.fa-face::before {
  content: "\f09a";
}
.fab.fa-face {
  color: #0866FF;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
.fab.fa-face:hover {
  transform: scale(1.1);
}
.fab.fa-youtube{
  color: #FF0033;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
.fab.fa-youtube:hover {
  transform: scale(1.1);
}
.fas.fa-at{
  color: #004669;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
.fas.fa-at:hover {
  transform: scale(1.1);
}
.fab.fa-x-twitter{
  color: #0F1419;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
.fab.fa-x-twitter:hover {
  transform: scale(1.1);
}
.trwisa {
background-image: url(../images/titles.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 2px #fff;
  margin-top: 15px;
}
.enc .catname {
  margin-right: 17px;
}
.pray {
  overflow-x: scroll;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 20px;
}
.copyright {
background-image: url(../images/titles.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px;
}
.visit img {
margin-left: 10px;
}
.visit {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  float: left;
  padding: 5px;
  border-radius: 10px 0 10px 0;
  background-color: #ffffff;
  color: #075c97;
  box-shadow: 3px 3px 5px #000;
}
.artsym {
        background-image: url(../images/titles.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 50px;
}
.artscrl {
  padding: 2px 10px;
  margin: 5px;
    display: inline-block;
	font-size: 14px;
	background-color: #fff;
	border-radius: 15px 0 15px 0;
	box-shadow: 2px 2px 2px #bcbcbc !important;
}
.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  gap: var(--gap);
  direction: ltr;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
    animation-direction: normal;
  animation-direction: reverse;
}
.marquee__content.paused {
  animation-play-state: paused;
}
.marquee--hover-pause:hover .marquee__content {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.limit {
width: 100%;
align-content: center;	
}
.limit p{
text-align: center;
font-size: 20px;
line-height: 1.4;
  text-transform: capitalize;
}
.scroll {
  display: flex;
}
.scroll img {
 height: 150px;
 margin-right: 20px;
 margin-bottom: 10px;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 0;
}
select:not([multiple]) {
  height: auto;
}
.next {
  background: #150185;
  padding: 5px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px 0 15px 0;
}
.next:hover, .previous:hover, .next:focus, .previous:focus {
  color: #fff;
  background: #075c97;
}
.previous {
  background: #150185;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px 0 15px 0;
}
.facename {
  background: #150185;
  padding: 5px;
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faceimage {
  max-height: 120px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px;
}
.input-group-text {
  border-radius: 0 5px 5px 0 !important;
}
.form-control {
  border-radius: 5px 0 0 5px !important;
}
.example-image {
  border: none !important;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px;
}
.taccordion {
  background-color: #075c97;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  display: flex;
}
.tpanel img {
	margin: 10px auto;
}
.taccordion:after {
  content: '\002B';
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 10px;
}
.tactive, .taccordion:hover {
  background-color: #150185;
}
.tactive:after {
  content: "\2212";
}
.tpanel {
  padding: 20px;
  display: none;
  overflow: hidden;
  text-align: center;
  border: 2px solid #150185;
  margin-bottom: 10px;
}
#sp-left .sp-module {
  padding: 10px;
  border: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background :#c7e4fd;
  border-radius: 15px 0 15px 0;
  margin-bottom: 10px;
}
.lnks .current {
  background: #150185;
}
.lnks .current a {
  color: #fff !important;
}
.lnks a {
  padding: 0 10px !important;
  color: #150185 !important;
  border-bottom: 1px solid;
}
.lnks a:hover {
  color: #fff !important;
  background: #150185 !important;
  border-bottom: 1px solid;
}
.catname {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.image img {
  margin: 10px auto;
}
.view, .enc {
	float: right;
}
.back {

    display: inline-block;
	font-size: 14px;
	padding: 10px;
	background: #c7e4fd;
	border-radius: 15px 0 15px 0;
	text-align: center;

	box-shadow: 2px 2px 2px #bcbcbc !important;
}
div.image {
    margin: 5px;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	background: #c7e4fd;
	border-radius: 15px 0 15px 0;
	text-align: center;
	box-shadow: 2px 2px 2px #bcbcbc !important;
}
div.gallery {
    margin: 5px;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	background: #c7e4fd;
	border-radius: 15px 0 15px 0;
	text-align: center;
	box-shadow: 2px 2px 2px #bcbcbc !important;
	height: 230px;
  align-content: center;
}
div.mgallery {
    margin: 5px;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	background: #fff;
	border-radius: 15px 0 15px 0;
	text-align: center;
	box-shadow: 2px 2px 2px #bcbcbc !important;

  align-content: center;
}
.mods {
text-align: center;
}
.more {
width: 100%;
	font-size: 14px;
	padding: 5px 30px 5px 5px;
	background: #150185;
	border-radius: 15px 0 15px 0;
	text-align: center;
	background-image: url(../images/titles.png);
  	background-repeat: no-repeat;
  	background-position: right;
  	margin-top: 10px;
  	color: #fff;  	
}
.more:hover, .grnd:hover {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}
.more a, .more a:hover, .more a:focus {
  color: #fff;
}
#easy-weather .ew-info .ew-temperature {
  font-size: 20px;
}
#easy-weather .ew-info-center {
  text-align: center;
}
.mod_datetime {
  text-align: center;
  font-weight: bold;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}  
#easy-weather .ew-image img {
  max-width: 75%;
}
.ew-legend {
    font-weight: bold;
}
.sppb-addon-title {
  background-image: url(../images/titles.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  text-shadow: 2px 2px 2px #808080;
  padding-bottom: 3px;
}
.sppb-title-heading {
  background-image: url(../images/titles.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
  font-weight: bold;
  font-size: 20px;
}
#easy-weather .ew-item {
  border: 2px solid #150185;
  border-radius: 15px 0 15px 0;
  background: #fff;
}
#easy-weather .ew-location-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.sppb-addon.sppb-addon-module p{
  text-align: center;
  font-weight: bold;
}
.sppb-addon.sppb-addon-module {
  margin-top: 10px;
  padding: 10px;
  border-radius: 15px 0 15px 0;
  margin-bottom: 10px;
  background: #c7e4fd;
  box-shadow: 2px 2px 2px #bcbcbc;
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  list-style: none;
  font-weight: bold;
  padding-right: 0;
}
.pagination a {
  float: right;
  padding: 2px 7px;
  line-height: 20px;
  text-decoration: none;
  border: 2px solid #150185;
  background-color: #ffffff;
  margin-left: 5px;
  border-radius: 15px 0 15px 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover {
  border-color: #150185;
  background-color: #150185;
  color: #fff;
}
.pagination > li > a, .pagination > li > span {
  color: #075c97;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #150185;
}
textarea {
  width: 100%;
}
a {
  transition: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  width: 100%;
  padding: 7px;
}
.sp-dropdown-items li:hover {
  background: #fff;
  color: #150185;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-radius: 15px 0 15px 0;
  margin-bottom: 5px;
}
.sp-dropdown-items .sp-menu-item.current-item.active {
  background: #fff;
  color: #150185;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background: #fff;
  border-radius: 15px 0 15px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 15px 0 15px 0;
  padding: 10px;
}
.article-social-share .social-share-icon ul li a {
  color: #075c97;
  border: 1px solid #075c97;
}
.article-details .article-ratings-social-share {
  border-top: none;
  border-bottom: 2px solid;
}
p {
  text-align: justify;
}
#offcanvas-toggler.offcanvas-toggler-secondary {
    display: none !important;
}
#offcanvas-toggler::after {
	content: "القائمة الرئيسية";
	margin-right: 5px;
	  font-size: 20px;
	  text-shadow: 2px 2px 2px #fff;

}
.menu-child li {
  padding: 4px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #075c97 !important;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
 color:#150185
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: #075c97;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
  border-bottom: 1px solid #075c97;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #075c97;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  content: "+";
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #075c97;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler::after {
    content: "+";
	float: left;
	color: #075c97;
}
.burger-icon > span {
  background-color: #150185;
  height: 3px;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
  padding-bottom: 0;
}
a {
  color: #150185;
}
a:hover, a:focus {
	color: #075c97;
}
#sp-header {
  box-shadow: none;
}
.justify-content-end {
  justify-content: flex-start !important;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  border: 2px solid;
  line-height: 30px;
  border-radius: 15px 0 15px 0;
  background: #fff;
  margin-right: 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
}
#sp-main-body {
  padding: 20px 0 50px;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
  font-weight: bold;
}
.sp-page-title {
  background: #075c97;
  width: 100%;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0;
}
#sp-top1 {
  text-align: center;
}
.rnd {
  border-radius: 15px 0 15px 0;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.grnd {
  border-radius: 10px;
  box-shadow: 2px 2px 2px #bcbcbc;
  height: 150px;
  width: auto;
  margin: 10px auto;
}
.item {
  border-radius: 15px 0 15px 0;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #075c97;
  margin: 0 auto;
  height: 300px;
  padding: 10px;
}
.rep {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.rep img {
  height: 60px;
  padding: 10px;
  margin: 0 auto;
}
table {
  width: 100%;
  border-collapse: inherit !important;
  border-spacing: 5px;
  margin-top: 10px;
}
tbody, tfoot, th, thead, tr {
  border: 1px solid #075c97 !important;
  text-align: center;
}
td {
  border: 1px solid #075c97 !important;
  text-align: center;
  white-space: initial;
  box-shadow: 1px 1px 1px #D2D3D5;
  padding: 5px;
  border-radius: 10px 0 10px 0;
}
th{
  box-shadow: 1px 1px 1px #075c97;
  background-color: #075c97;
  color: #fff;
}
.js-editor-tinymce .tox-tbtn.tox-tbtn--select {
  display: none;
}
#jform_alias-lbl, #jform_alias, #jform\[alias\]-desc {
  display: none;
}
#jform_attribs_helix_ultimate_image_alt_txt-lbl, #jform_attribs_helix_ultimate_image_alt_txt, #jform\[attribs\]\[helix_ultimate_image_alt_txt\]-desc {
  display: none;
}
#jform_tags-lbl, joomla-field-fancy-select {
  display: none;
}
.form-select {
  background-position: left .75rem center;
}
p {
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 572px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 16px;
  }
}