@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800&display=swap');

:root {
    --header_height: $header_height;
}
@font-face {
    font-family: "Al-Jazeera-Arabic-Regular";
    src: url("Al-Jazeera-Arabic-Regular.ttf"), url("Al-Jazeera-Arabic-Regular.otf");
    font-style: normal;
}
@font-face {
    font-family: "Al-Jazeera-Arabic-Bold";
    src: url("Al-Jazeera-Arabic-Bold.ttf"), url("Al-Jazeera-Arabic-Bold.otf");
    font-style: normal;
}
body.rtl {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	direction: rtl;
    line-height: 1.8 ;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
    font-size: 17px;
    font-weight: inherit;
    color: #333;
background: url(../../../images/bg/vecteezy_) repeat;
}
body.ltr {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
direction: ltr;
    text-align: left;
	font-size: 20px;
	font-family:lora, serif,arial;
	font-weight: 400;
font-style:Regular;
line-height:1.5;
background: url(../../../images/bg/vecteezy_) repeat;
}
.layout-boxed .body-innerwrapper {
  max-width: 1250px;
  margin: 30px auto 50px auto;
  padding: 0px  0px;
  box-shadow: 0 0 20px #333;
  border: 2px solid #ffffff;
  border-radius: 12px;
background: url(../../../images/bg/vecteezy_) repeat;
}
.fluid-padding{
  padding: 0px 0px;
margin: 0px 50px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full{
    right: -16px;
}
#sp-main-body {
    padding: 30px 80px;
background: url(../../../images/bg/vecteezy_) repeat;
}
.breadcrumb {
    padding: 5px 8px;
	margin: 0px 0px 0px 0px;
    background-color: none;
    border-top: none;
    font-size: 15px;
	
}
.breadcrumb-item {
    padding: 0px 0px;
	margin: 0px 10px 0px 14px;
    background-color: none;
    border-top: none;
    font-size: 15px;
}
.breadcrumb {
    list-style:none;
    font-size: 15px;
}
table.category thead > tr th, table.category thead > tr td, table.category tbody > tr th, table.category tbody > tr td {
  padding: 10px;
border: 3px solid #a2a2a2;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #a2a2a2;
background: #cccccc;
font-size: 19px;
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #a2a2a2;
font-size: 18px;
}
tbody, td, tfoot, th, thead, tr {
  border: 2px solid #a2a2a2;
  background: #dddddd;
font-weight: inherit;padding:20px;
}
.table-bordered > :not(caption) > * > * {
  border-width: 1px;
}
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #14750d !important;
}
 h1 {
 -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 34px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #666;
background: linear-gradient(90deg, hsla(197, 100%, 63%, 1) 0%, hsla(294, 100%, 55%, 1) 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

 h2 {
 -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 30px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #666;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
 h3 {
 -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 28px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #333;
}
 h4 {
 -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 26px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #666;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
 h5 {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 24px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #666;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
 h6 {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
	font-size: 20px;
	font-weight: inherit;
    font-style: normal;
	line-height: 1.5 ;
    color: #666;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
/* ---------  ltr h1  ----------- */
.ltr h1 {
   font-size: 40px;
	font-family: Roboto Slab,arial;
font-style: normal;
font-weight: 600;
line-height:1.3;
color: #666666;
}

.ltr h2{
   font-size: 28px;
	font-family: Roboto Slab,arial;
font-style: normal;
font-weight: 600;
line-height:1.4;
color: #666666;
}
.ltr h3 {
   font-size: 24px;
	font-family: Roboto Slab,arial;
font-style: normal;
font-weight: 600;
line-height:1.4;
color: #333333;
}
.ltr h4 {
   font-size: 20px;
	font-family: Roboto Slab,arial;
font-style: normal;
font-weight: 600;
line-height:1.4;
color: #333333;
}

 #sp-top-bar {
    background: #23c115;
    color: #2d7ed9;
	height:172px;
	padding:0px 0 0 0;
	border-bottom: 2px solid #999;
	z-index: 10000;
	position: relative;
}
 #sp-top1{
    padding:0px 0px 0 0px;
	font-family: Roboto Slab,arial;
	font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align:center;
}
 #sp-top2{
    background: none; 
    padding:6px 0px 0 0px;
	font-family: Roboto Slab,arial;
	font-size: 16px;
	letter-spacing:1px;
  font-style: normal;
  font-weight: bold;
}
/* offcanvas */
.offcanvas-menu {
    background-color:#ededed;
    color: #252525;
	border-right:0px solid orange;
	border-left:3px solid #666666;
padding: 0px 10px;
}
.offcanvas-menu {
    height: 100%;
    position: fixed;
    top: 30px;
    overflow: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10000;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-family: noto kufi arabic, roboto slab,arial;
  font-size: 16px;
  font-weight: inherit;
  padding: 10px 20px;
  position: relative;
  line-height: 15px;
  opacity: 0.7;
  transition: 0.3s;
}
.offcanvas-menu.center-alignment .offcanvas-inner {
  padding: 0px 15px;
}
.burger-icon > span {
margin-bottom:2px;
background-color: #d94600; !important;
}
.burger-icon {
    width: 20px;
    cursor: pointer;
	margin:0px 20px 0px 20px;	
}
.offcanvas-active .close-offcanvas .burger-icon > span {
    transition-delay: 0.2s;
}
.offcanvas-active .burger-icon > span:nth-child(2), #modal-menu-toggler.active .burger-icon > span:nth-child(2) {
    opacity: 0;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
    background-color: #000;
}

body.rtl #offcanvas-toggler.offcanvas-toggler-left {
  float: right;
  margin-left: 0px;
}
#sp-header {
  width: 100%;
  background-color:#666666;
  height:90px;
  padding:0px 0px 0px 0px;
  z-index: 100;
 border-bottom:4px solid orange;
  border-top:0px solid #fff;
  box-shadow: 0px 7px 20px -8px rgba(0,0,0,0.53);
}
.logo-image {
    max-height: 65px;
	margin-left:20px;
	margin-right:0px;
	margin-top:-6px;
}
.logo-image-phone {
   max-height: 46px!important;
}
 /*--- mainmenu-holder  ----*/ 
 #sp-mainmenu-holder{
  PADDING:14px 0px 0 0px;
  height:80px;
  background-color:#14750d;
  text-align:right;
  border-bottom:1px solid #333;
  border-top:1px solid #333333;
  box-shadow: 0px 7px 20px -8px #666;
}
/* mainmenu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  position: relative;
margin-left:4px;
	display: inline-block;
height:50px;
text-align: center;
   padding: 0px 15px 0px 15px;
   line-height:44px !important;
	font-size: 18px !important;
	font-family: noto kufi arabic,roboto slab,arial;
font-style: normal;
font-weight: bold;
	color:#ffffff;
background: #1a8d10;
border-radius: 50px;
   border: 2px solid #23c115;
   text-decoration: none;
   text-shadow: 2px 2px 6px #000000;
   text-decoration: none;
   cursor: pointer;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  padding: 0px 15px 0px 15px;
   line-height:44px !important;
	font-size: 18px !important;
	font-family: noto kufi arabic,roboto slab,arial;
font-style: normal;
font-weight: bold;
		color:#ffffff;
background: #000000;
border-radius: 50px;
   border: 2px solid #23c115;
   text-decoration: none;
   text-shadow: 2px 2px 6px #000000;
   text-decoration: none;
   cursor: pointer;
}
.sp-megamenu-parent > li > a:hover{
 padding: 0px 15px 0px 15px;   
		color:#ffffff;
background: #000000;
   border-radius: 50px;
   text-decoration: none;
}
.sp-megamenu-parent > li:last-child > a {
   padding: 0px 15px 0px 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 10px 22px;
    border-top: 1px solid #ededed;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
font-size: 17px;
font-style: normal;
font-weight: inherit;
line-height: 32px;
    display: inline-block;
    padding: 0px;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background:#fafafa;
  border: 2px solid #7e7e7e;
border-top: 4px solid orange;	
  border-radius: 0px 0px 12px 12px; 
  box-shadow:  0px 8px 20px 4px #b5b5b5;
  margin-top:14px;
}
.sp-menu-heading {
color:#3663ad;
font-style: normal;
font-weight: bold;
text-align:center;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {color: #333;} 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {color: #0080c0;text-decoration:none;}
}

 .sp-module-title {
    color:#ffffff;
	font-family: noto kufi arabic,arial;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align:center;
}
 .fa-cog {
    color:#f1bd8d;
	margin-top:40px;
}
#top-slider {

}
/* footer*/
.body-bottom-left-right{
	font-family: noto kufi arabic,arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
padding: 30px 0px 0 0;
background: #eeeeee;
margin-top:0px;
border-top:3px solid orange;
margin-bottom:0px;

}
.body-bottom-left /* actually right*/  {
    color: #fff;
	font-family: noto kufi arabic, arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
border-top:0px solid red;
border-right: 0px dashed white;
padding: 0px 0px 0px 0;
}
.body-bottom-right  /* actually left*/ {
    color: #fff;
	font-family: noto kufi arabic, arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
border-top:0px solid red;
border-left: none dashed white;
padding: 0px 0px 0 0;
}
.footer-four-three-two-one{
	color: #fff;
	 background: #dddddd; 
	font-family: noto kufi arabic, arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
border-bottom: 2px solid #fff;
border-top: 2px solid #666;
padding: 0px 30px 0px 30px;
}
.footer-four  {
    color: #fff;
background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(239,87,87,0.74) 0%, rgba(245,123,13,0.74) 90.2% );
	font-family: noto kufi arabic, arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
border-radius: 12px;
margin:40px 0px 40px 0;
padding: 20px 20px;
border: 2px solid #333;
min-height:320px;
box-shadow: inset 0px 20px 25px -5px rgba(0, 0, 0, 0.24);
}
.footer-three{
color: #fff;
background-image: linear-gradient( 102.1deg,  rgba(96,221,142,1) 8.7%, rgba(24,138,141,1) 88.1% );
	font-family: noto kufi arabic, arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
border-radius: 12px;
margin:40px 0px 40px 0;
padding: 20px 20px;
border: 2px solid #333;
min-height:320px;
box-shadow: inset 0px 20px 25px -5px rgba(0, 0, 0, 0.24);
}
.footer-three .sp-module-title {
    color:#ffffff;
	font-family: noto kufi arabic,arial;
font-size: 22px;
text-shadow: 2px 2px 4px #000000;
font-style: normal;
font-weight: bold;
text-align:center;
margin-bottom:30px;
}
.footer-two  {
   color: #fff;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
	font-family: noto kufi arabic, arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
border-radius: 12px;
margin:40px 0px 40px 0;
padding: 20px 20px;
border: 2px solid #333;
min-height:320px;
box-shadow: inset 0px 20px 25px -5px rgba(0, 0, 0, 0.24);
}
.footer-one  {
color: #fff;
background-image: radial-gradient( circle 874px at 9.8% 8%,  rgba(255,20,175,1) 0%, rgba(22,22,22,1) 58.4% );
	font-family: noto kufi arabic, arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
border-radius: 12px;
margin:40px 0px 40px 0;
padding: 20px 20px;
border: 2px solid #333;
min-height:320px;
box-shadow: inset 0px 20px 25px -5px rgba(0, 0, 0, 0.24);
}
.footer-copyright{
	padding:50px;
color: #ffffff;
	font-family: noto kufi arabic, arial;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-shadow: 2px 2px 7px rgba(0,8,44,0.7);
border-top:0px solid orange;
background: #14750d url(../../../images/slide-shows/user1-bg.jpg) repeat;
box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.41);

}
.banner-bottom {
	font-family: noto kufi arabic, arial;
font-size: inherit;
font-style: normal;
font-weight: bold;
border-top: 2px solid #ccc;
	background: #EDEDED;
	margin:0px 0px 0 0;
	padding:30px 0 0 0;
}
.body-bottom1{
    padding:0px 0px;
	margin:0px 0px 0px 0px;
	font-family: inherit, arial;
font-size: inherit;
font-style: normal;
font-weight: inherit;
text-align:center;
border-bottom: 0px solid #666;
border-top: 0px solid #666;
	border-radius:0px;
}

}
.body-bottom2{
     padding:10px 50px;
	margin:0px 0px;
	font-family: inherit,arial;
font-size: inherit;
font-style: normal;
font-weight: inherit;
text-align:center;
border-bottom: 0px solid #fff;
border-top: 0px solid #666;
	border-radius:0px;
background-color: none;
}
.body-bottom3{
     padding:0px 0px;
	margin:0px 0px;
	font-family: inherit,arial;
font-size: inherit;
font-style: normal;
font-weight: inherit;
text-align:center;
border-bottom: 0px solid #fff;
border-top: 0px solid red;
	border-radius:0px;
background-color: none;
}

body.rtl .sp-scroll-up {
    left: auto;
    right: 30px;
    bottom: 50px;
}
.fa, .fas, [class*=" icon-"], [class^="icon-"] {
    font-family: Font Awesome 5 Free;
    font-weight: 900;
	font-size: inherit;
    color: inherit;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #000;
    border: 1px solid #ffffff;
    border-radius: 6px;
    z-index: 1000;
    transition: all 0.3s ease;
}
.pager > li a {
  font-size: 1.2rem;
}
.portfolio-front{
margin-top:-40px;
}
.portfolio-thumbs-front {
  display: inline-block;
  overflow: auto;
  height: 400px !important;
  background: none;
	font-size: 16px;
  line-height:1.5;
}
.portfolio-thumbs-inner {
  display: inline-block;
  overflow: auto;
  height: 390px !important;
  background: none;
	font-size: 16px;
  line-height:1.5;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  min-width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 55%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.card-title {
    margin-bottom: 25px;
	font-size: 18px;
}
.item-title{
    padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align:right;
	border-bottom: 2px dotted #999;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #dedede;
    border: 1px solid #666666;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: inherit;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
/* @group typography */
.gradiant-text-violet{
color: #666666;
background: linear-gradient(90deg, hsla(197, 100%, 63%, 1) 0%, hsla(294, 100%, 55%, 1) 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.gradiant-text-blue {
color: #666666;
background-image: radial-gradient( circle farthest-corner at 7.2% 13.6%,  rgba(37,249,245,1) 0%, rgba(8,70,218,1) 90% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.gradiant-text-green{
background: #2C6123;
background: -webkit-linear-gradient(to right, #2C6123 0%, #11D62B 50%, #2C6123 100%);
background: -moz-linear-gradient(to right, #2C6123 0%, #11D62B 50%, #2C6123 100%);
background: linear-gradient(to right, #2C6123 0%, #11D62B 50%, #2C6123 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-red-violet{
color: #666666;
background-image: linear-gradient( 76.9deg,  rgba(255,90,90,1) 27.2%, rgba(130,5,255,1) 79.9% );
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.gradiant-text-brown {
background: #753B12;
background: -webkit-linear-gradient(to top, #753B12 0%, #FF8D54 100%);
background: -moz-linear-gradient(to top, #753B12 0%, #FF8D54 100%);
background: linear-gradient(to top, #753B12 0%, #FF8D54 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-emerald {
background: #463170;
background: -webkit-linear-gradient(to top, #463170 0%, #19FFF7 100%);
background: -moz-linear-gradient(to top, #463170 0%, #19FFF7 100%);
background: linear-gradient(to top, #463170 0%, #19FFF7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-blue {
background: #463170;
background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-desert{
background: #463170;
background-image: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-gray {
background: #DEDEDE;
background: -webkit-linear-gradient(to bottom, #DEDEDE 0%, #000000 100%);
background: -moz-linear-gradient(to bottom, #DEDEDE 0%, #000000 100%);
background: linear-gradient(to bottom, #DEDEDE 0%, #000000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-green-violet {
background:linear-gradient(to right, rgb(134, 239, 172), rgb(59, 130, 246), rgb(147, 51, 234));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-blue-green  {
background: #4DB34D;
background: -webkit-linear-gradient(to right, #4DB34D 23%, #4493CF 75%);
background: -moz-linear-gradient(to right, #4DB34D 23%, #4493CF 75%);
background: linear-gradient(to right, #4DB34D 23%, #4493CF 75%);
-webkit-background-clip: text;o
-webkit-text-fill-color: transparent;
}
.gradiant-text-crimsob {
background: #9134B3;
background: linear-gradient(to top, #E051D2 0%, #000000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-metalic {
background: #3B3B3B;
background: -webkit-linear-gradient(to bottom, #3B3B3B 24%, #A1A1A1 60%, #696969 52%, #303030 28%);
background: -moz-linear-gradient(to bottom, #3B3B3B 24%, #A1A1A1 60%, #696969 52%, #303030 28%);
background: linear-gradient(to bottom, #3B3B3B 24%, #A1A1A1 60%, #696969 52%, #303030 28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-1 {
background: linear-gradient(to top, rgb(134, 239, 172), rgb(192, 132, 252));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-vert-green {
background: #9EFF0D;
background: -webkit-linear-gradient(to bottom, #9EFF0D 18%, #22540C 100%);
background: -moz-linear-gradient(to bottom, #9EFF0D 18%, #22540C 100%);
background: linear-gradient(to bottom, #9EFF0D 18%, #22540C 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-rainbow1 {
background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-rainbow2 {
background-color: #96c8fb;
background-image: linear-gradient(to right, rgb(134, 239, 172), rgb(59, 130, 246), rgb(147, 51, 234));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-rainbow3 {
background-color: #96c8fb;
background:linear-gradient(to right, rgb(56, 189, 248), rgb(251, 113, 133), rgb(163, 230, 53));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-light1 {
background: #CFC5A8;
background: -webkit-linear-gradient(to right, #CFC5A8 0%, #FFFCA1 50%, #F5B991 100%);
background: -moz-linear-gradient(to right, #CFC5A8 0%, #FFFCA1 50%, #F5B991 100%);
background: linear-gradient(to right, #CFC5A8 0%, #FFFCA1 50%, #F5B991 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradiant-text-light2 {
background: #F6F8F9;
background: -webkit-radial-gradient(circle farthest-corner at center center, #F6F8F9 0%, #E5EBEE 30%, #D7DEE3 60%, #F5F7F9 100%);
background: -moz-radial-gradient(circle farthest-corner at center center, #F6F8F9 0%, #E5EBEE 30%, #D7DEE3 60%, #F5F7F9 100%);
background: radial-gradient(circle farthest-corner at center center, #F6F8F9 0%, #E5EBEE 30%, #D7DEE3 60%, #F5F7F9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.text-shadow{
	    text-shadow: 2px 2px 4px #333;
}

.TEXT-shadow{
	    text-shadow: 5px 5px 8px rgba(150, 150, 150, 0.64);
}
.BOX-shadow{
	   box-shadow: -1px 0px 13px 3px rgba(0,0,0,0.22);
	border:1px solid #666;
	border-radius:8px;
	 padding: 4px;
}
/*--- rtl.text-highlight - start */
.text-highlight-grey {
	background:#f1f1f1;
	border:2px solid #ccc;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.5;
	padding:20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}

.box-download {
	display: block;
	background: #fef4d3 url(../images/typography/box_download.png) center no-repeat;
	background-position: 99% 55%;
	border:2px solid #d8a805;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.5;
	color:#59470b;
	padding: 20px 50px 20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}
.box-info {
	display: block;
	background: #ededed url(../images/typography/box_info.png) center no-repeat;
	background-position: 99% 50%;
	border:2px solid #999;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:22px;
	line-height:1.5;
	color:#403202;
	padding: 20px 50px 20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}
.box-tip {
	display: block;
	background: #fff0fb url(../images/typography/box_tip.png) center no-repeat;
	background-position: 99% 50%;
	border:2px solid #b398c2;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#87436a;
	padding: 20px 50px 20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}
.box-alert {
	display: block;
	background: #ffeaea url(../images/typography/box_alert.png) center no-repeat;
	background-position: 99% 50%;
	border:2px solid #cd660a;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#8d0b03;
	padding: 20px 50px 20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}
.highlight-grey {
	display: block;
  background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border:3px solid #8d8d8d;
	padding:20px 20px;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#383838;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-blue {
	display: block;
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(239,246,249,1) 0%, rgba(206,239,253,1) 90% );
	border:3px solid #6b7ec0;
	padding:20px 20px;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#204860;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-green {
	display: block;
	background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
	border:3px solid #709256;
	padding:20px 20px;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#435834;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-orange {
	display: block;
	background-image: linear-gradient( 92.7deg,  rgba(245,212,212,1) 8.5%, rgba(252,251,224,1) 90.2% );
	border:3px solid #cd955c;
	padding:20px 20px;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#694521;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-red {
	display: block;
	background: #FFAFBD;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffc3a0, #FFAFBD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border:3px solid #ae4628;
	padding:20px 20px;
	text-align: right;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.6;
	color:#562314;
	margin: 18px 0px;
	border-radius:6px;
}
.highlight-green-center-text {
	display: block;
	background:#eef7dd;
	border:2px solid #b0cb79;
	padding:20px 20px;
	text-align: center;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.5;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-orange-center-text {
	display: block;
	background:#fff8df;
	border:2px solid #f99206;
	padding:20px 20px;
	text-align: center;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.5;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}

.highlight-red-center-text {
	display: block;
	background:#ffeaea;
	border:2px solid #d92709;
	padding:20px 20px;
	text-align: center;
	direction:rtl;
	font-family: Al-Jazeera-Arabic-Bold;
	font-size:20px;
	line-height:1.5;
	color:#d92709;
	box-shadow: -1px 0px 13px 3px rgba(0,0,0,0.22);
}
/*----- rtl.text-highlight - end */
/* ltr.text-highlight - start */
.ltr.text-highlight-grey {
	background:#f1f1f1;
	border:1px solid #ccc;
	font-family: roboto slab, serif,arial;
	font-size:24px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	padding:20px 20px;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.box-download {
	display: block;
	background: #fef4d3 url(../images/typography/box_download.png) center no-repeat;
	background-position: 1% 55%;
	border:2px solid #cb9f07;
	text-align: left;
	direction:ltr;
	font-family: roboto slab,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:bold;
	font-style:italic;
	color:#59470b;
	padding: 20px 20px 20px 50px;
	margin: 18px 0px;
	border-radius:6px;
}
.ltr.box-info {
	display: block;
	background: #ededed url(../images/typography/box_info.png) center no-repeat;
	background-position: 1% 50%;
	border:1px solid #ccc;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#403202;
	padding: 20px 20px 20px 50px;
	margin: 18px 0px;
	border-radius:6px;
}
.ltr.box-tip {
	display: block;
	background: #FFEFBD url(../images/typography/box_tip.png) center no-repeat;
	background-position: 1% 50%;
	border:2px solid #ccc;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#403202;
	padding: 20px 20px 20px 50px;
	margin: 18px 0px;
	border-radius:6px;
}
.ltr.box-alert {
	display: block;
	background: #ffeaea url(../images/typography/box_alert.png) center no-repeat;
	background-position: 1% 50%;
	border:2px solid #cd660a;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#8d0b03;
	padding: 20px 20px 20px 50px;
	margin: 18px 0px;
	border-radius:6px;
}
.ltr.highlight-grey {
	display: block;
	background:#f1f1f1;
	border:2px solid #999;
	padding:20px 20px;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#333;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-blue {
	display: block;
	background:#d0def2;
	border:2px solid #5b8bd2;
	padding:20px 20px;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#05489a;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-green {
	display: block;
	background:#eef7dd;
	border:2px solid #b0cb79;
	padding:20px 20px;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-orange {
	display: block;
	background:#fff8df;
	border:2px solid #f99206;
	padding:20px 20px;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-red {
	display: block;
	background:#ffeaea;
	border:2px solid #d92709;
	padding:20px 20px;
	text-align: left;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}
.ltr.highlight-green-center-text {
	display: block;
	background:#eef7dd;
	border:2px solid #b0cb79;
	padding:20px 20px;
	text-align: center;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#000000;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-orange-center-text {
	display: block;
	background:#fff8df;
	border:2px solid #f99206;
	padding:20px 20px;
	text-align: center;
	direction:ltr;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#333;
	margin: 18px 0px;
	border-radius:6px;
}

.ltr.highlight-red-center-text {
	display: block;
	background:#ffeaea;
	border:2px solid #d92709;
	padding:20px 20px;
	text-align: center;
	font-family: roboto slab, serif,arial;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	font-style:italic;
	color:#d92709;
	box-shadow: -1px 0px 13px 3px rgba(0,0,0,0.22);
}
/* ltr.text-highlight - end */

/* --    buttons    */
.btn-grad-violet {
display:inline-block;
padding:6px 16px 10px 16px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF;
background:#936df3;
border:2px solid #d5c6fb;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #333;
transition: all 0.2s;
}
.btn-grad-violet:hover {
background: #8358f1;
border:2px solid #5e27ed;
color: #fff;
text-decoration: none;
}
.btn-grad-green {
display:inline-block;
padding:6px 16px 10px 16px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF;
background:#008080;
border:2px solid #00d7d7;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #333;
transition: all 0.2s;
}
.btn-grad-green:hover {
background: #00b9b9;
border:2px solid #008080;
color: #fff;
text-decoration: none;
}
.btn-grad-red {
display:inline-block;
padding:6px 16px 10px 16px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF;
background:#da220e;
border:2px solid #fcd6d1;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #821409;
transition: all 0.2s;
}
.btn-grad-red:hover {
background: #f25240;
border:2px solid #da220e;
color: #fff;
text-decoration: none;
}
.btn-grad-blue {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF;
background:#0676b9;
border:2px solid #87daf1;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #0e5c74;
transition: all 0.2s;
}
.btn-grad-blue:hover {
background: #0796eb;
border:2px solid #1489ab;
color: #fff;
text-decoration: none;
}
.btn-grad-gray {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF;
background:#8d8d8d;
border:2px solid #dbdbdb;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #333;
transition: all 0.2s;
}
.btn-grad-gray:hover {
background: #b1b1b1;
border:2px solid #757575;
color: #fff;
text-decoration: none;
}
.btn-grad-ligh-gray {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#333333;
background:#d3d3d3;
border:2px solid #ffffff;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 1px 1px 2px #ffffff;
transition: all 0.2s;
}
.btn-grad-ligh-gray:hover {
background: #dedede;
border:2px solid #acacac;
color: #333333;
text-decoration: none;
}
.btn-grad-black {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#fafafa;
background:#4d4d4d;
border:2px solid #666666;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 1px 1px 2px #000000;
transition: all 0.2s;
}
.btn-grad-black:hover {
background: #666666;
border:2px solid #333333;
color: #fafafa;
text-decoration: none;
}
.btn-grad-brown {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#fafafa;
background:#af6161;
border:2px solid #e1c6c6;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 1px 1px 2px #000000;
transition: all 0.2s;
}
.btn-grad-brown:hover {
background: #be7c7c;
border:2px solid #ac5757;
color: #fafafa;
text-decoration: none;
}
.btn-grad-orange {
display:inline-block;
padding:6px 20px 10px 20px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#5e1f00;
background:#ff9d6f;
border:2px solid #fafafa;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 1px 1px 2px #ffffff;
transition: all 0.2s;
}
.btn-grad-orange:hover {
background: #ff7c3e;
border:2px solid #ce4300;
color: #5e1f00;
text-decoration: none;
}
	/* :;;;;;;;;;;;;;;    pix hover effects    ;;;;;;;;;;;;;;;;;; */        
 .PIC-1-grow{
  display: block;
  margin:10px 20px 30px 20px;
  position: relative;
  max-width: none;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.PIC-1-grow:hover{
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.PIC-2-opacity{
  display: block;
  position: relative;
  max-width: none;
  margin:0px;
}

.PIC-2-opacity:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.PIC-3-to-shadow{
background: #ffffff;
border-radius: 12px;
padding:6px;
margin:10px 30px 30px 30px;
transition: .2s ease;
box-shadow: 0px 0px 10px 0px #737577;
}

.PIC-3-to-shadow:hover{
background: #ffffff;
padding:6px;
transition: .5s ease;
box-shadow: 0px 0px 20px 0px #cecfd0;
}
.PIC-5-shadow-out{
background: #ffffff;
border-radius: 12px;
padding:2px;
margin:10px 30px 30px 30px;
transition: .5s ease;
box-shadow: 0px 0px 20px 0px #737577;
}

.PIC-5-shadow-out:hover{
background: #ffffff;
padding:2px;
transition: .2s ease;
box-shadow: 0px 0px 10px 0px #737577;
}

/*----- Images Hover Effects End -----*/

/* ------ Joblo Module Classes ------*/

/*-----  JD uTubeAholic --*/
#spidochetube_loadmore {
    display: block;
    clear: both;
    width: 150px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-family: Al-Jazeera-Arabic-bold,arial;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding: 7px 5px;
    background-color: orange;
    border-radius: 25px;
    color: #6A6A6A;
    border: 1px solid #fff;
    transition: .2s ease;
    box-shadow: 0px 0px 10px 4px #ccc;
}
.spidochetube .spidochetube_inner {
    width: 100%;
    background-color: #dedede;
    float: left;
    padding-bottom: 30px;
    border: 1px solid #ffffff;
	border-radius: 0px;
	box-shadow:  0px 0px 20px 6px #999;
}
.spidochetube #spidochetube_player {
    border-bottom: #fff solid 1px;
    padding: 20px 0;
    background: rgba(205, 207, 209, 1);
}
.spidochetube #spidochetube_list li a {
    color: #666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #fff;
}

@media screen and (max-width:768px){
   .wrapper{
        grid-template-columns: repeat(2,1fr);
    } 
}

@media screen and (max-width:600px){
   .wrapper{
        grid-template-columns: 1fr;
    } 
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
font-family:arial, serif;
}
.item-title {
    padding-bottom: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 2px dotted #999;
}

#sp-left .sp-module, #sp-right .sp-module {
    font-size: 14px;
    font-weight: 600;
	font-family: noto kufi arabic, Roboto Slab,arial;
    margin: 30px 0px 15px 0;
    border: 4px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px;
    overflow-x: hidden;
	box-shadow: 0px 3px 10px 0px #dedede;
}
#sp-right .sp-module .sp-module-title {
    margin: 10px 0 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
	font-family: noto kufi arabic, Roboto Slab,arial;
	text-align:center;
    border-bottom: 2px dotted #666;
}
.title {
    font-size: 25px;
	margin-bottom:0px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  background-color: #dffbdd;
  background-clip: padding-box;
  border: 1px solid #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 4px 4px 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary, .sppb-btn-primary {
  border-color: #333333;
  background-color: #000000;
  font-family: Al-Jazeera-Arabic-bold;
    font-size: 16px;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 2px dotted #666666;
}

/*-----  JD uTubeAholic --*/
#spidochetube_loadmore {
    display: block;
    clear: both;
    width: 150px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-family: Al-Jazeera-Arabic-bold;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding: 7px 5px;
    background-color: orange;
    border-radius: 25px;
    color: #6A6A6A;
    border: 1px solid #fff;
    transition: .2s ease;
    box-shadow: 0px 0px 10px 4px #ccc;
}
.spidochetube .spidochetube_inner {
    width: 100%;
    background-color: #dedede;
    float: left;
    padding-bottom: 30px;
    border: 1px solid #ffffff;
	border-radius: 0px;
	box-shadow:  0px 0px 20px 6px #999;
}
.spidochetube #spidochetube_player {
    border-bottom: #fff solid 1px;
    padding: 20px 0;
    background: rgba(205, 207, 209, 1);
}
.spidochetube #spidochetube_list li a {
    color: #666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #fff;
}
/* joomgallery */
.jg_catelem_txt {
  clear: both;
  margin-left: 0.3em;
  margin-right: 0.3em;
	font-size: 13px;
	font-family: noto kufi arabic, arial;
font-style: normal;
	font-weight: inherit;
	color: #004182;
}
.jg_back {
  float: center;
display:inline-block;
padding:6px 16px 10px 16px;
margin:0px;
box-sizing: border-box;
text-decoration:none;
font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
color:#FFFFFF !important;
background:#ededed;
border:2px solid #00d7d7;
border-radius:2em;
text-align:center;
box-shadow: 0px 2px 12px 0px #999;
text-shadow: 2px 2px 4px #ffffff;
transition: all 0.2s;
}
.jg_pathway a img {
  vertical-align: middle;
display:none;
}
.jg_galcountcats, .jg_catcountimg, .jg_catcountsubcats {
  text-align: center;
margin:20px;
}
.gallery .jg-header {
  text-align: center;
  font-size: 26px;
font-weight: inherit;
line-height:2.2;
background: -webkit-linear-gradient(to top, #463170 0%, #19FFF7 100%);
background: -moz-linear-gradient(to top, #463170 0%, #19FFF7 100%);
background: linear-gradient(to top, #463170 0%, #19FFF7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#lbBottom {
  font-family: Al-Jazeera-Arabic-Bold, Roboto Slab, arial;
font-size: 18px;
font-weight: inherit;
line-height:1.5;
  color: #333;
  text-align:left;
}


.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-right:10%;
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 800px) {
 .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
  }
}
@media only screen and (max-width: 800px) {
 #sp-main-body {
    padding: 30px 10px 30px 10px;
  }
}

@media only screen and (max-width: 800px) {
 #sp-header {
    background: #359bb5 ;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    height:150px;
  }
}

@media only screen and (max-width: 800px) {
 #sp-top1 {
    margin: 40px -30px 0px 0px;text-align:center;
  }
}

@media only screen and (max-width: 800px) {
 .ltr #sp-top1 {
    margin: 30px 0px 0px -30px;text-align:left;
  }
}

@media only screen and (max-width: 800px) {
.sclogin-modal-links a {
    padding: 5px 8px;
    margin-right: 0px;
min-width:60px;
  }
}


@media only screen and (max-width: 800px) {
 .mainmenu-holder{
   height: 30px;
    left: 0;
    position: relative;
	padding:0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: #666;
  }
}

@media only screen and (max-width: 800px) {
  .ltr h1 {
    font-size: 22px;
    font-family: Roboto Slab,arial;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #666666;
  }
}

@media only screen and (max-width: 800px) {
.logo-image {
    max-height: 45px;
	margin-left:20px;
	margin-right:0px;
	margin-top:-6px;
  }
}

@media only screen and (max-width: 800px) {
 .jbd-container div[class*="col"] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}




