/*-----------------------------------------------------------------------------------
	    Jamjoom info 2022
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"GEDinarOne-Bold";
	color:#011993!important;
}
.container{
	max-width:1200px;
	direction:rtl;
	font-family:"helvetica";
	overflow:visible;
}
.h1-style{
	font-size:28px;
	font-family:"GEDinarOne-Bold";
	width:60.1%;
}
.navbar-brand img{
	width:80px;
	height:120px;
}
.h4-style{
	font-family:"GEDinarOne-Bold";
	font-size:px;
}
.h4-follow-us-style{
	font-family:"GEDinarOne-Bold";
	width:99.56%;
}
.h4-1-style{
	font-size:18px;
	font-family:"GEDinarOne-Bold";
}
.h4-راسلونا-style{
	font-family:"GEDinarOne-Bold";
}
.p-style{
	font-family:"GEDinarOne-Bold";
	width:77.5%;
	font-size:18px;
	line-height:50px;
}
.h3-style{
	font-size:24px;
	font-family:"GEDinarOne-Bold";
	line-height:px;
}
.h3-3-style{
	font-family:"GEDinarOne-Bold";
	font-size:16px;
	width:100%;
}
.h2-style{
	font-size:18px;
	font-family:"GEDinarOne-Bold";
	color:#941100!important;
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
}
.header{
	font-family:"GEDinarOne-Bold";
	color:#011892!important;
	text-align:right;
	background-color:transparent;
	font-size:20px;
}
.p-0-style{
	font-family:"GEDinarOne-Bold";
}
.name{
	font-family:"GEDinarOne-Bold";
	color:#011892!important;
	text-align:center;
}
.اسم{
	width:100%;
	font-family:"GEDinarOne-Bold";
	color:#011892!important;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}
.icon{
	font-family:"GEDinarOne-Bold";
	font-size:12px;
	color:#001377!important;
	text-align:center;
}
.img-style{
	width:180px;
	opacity:1.0;
	height:180px;
}
.img-securedownlo-style{
	width:650px;
	height:550px;
	border-radius:0px 0px 0px 0px;
}
.link-style{
	width:100%;
	font-family:"GEDinarOne-Bold";
	text-decoration:underline;
	font-weight:bold;
	font-style:normal;
}
.p-2-style{
	font-family:"GEDinarOne-Bold";
	width:88.79%;
	float:none;
	color:#941100!important;
	text-align:center;
	font-size:1px;
	line-height:40px;
}
.p-bloc-3-style{
	font-family:"GEDinarOne-Bold";
	font-size:20px;
	width:100%;
	line-height:20px;
}
.p-11-style{
	font-family:"GEDinarOne-Bold";
}
.p-1-style{
	font-family:"GEDinarOne-Bold";
	width:100%;
	font-size:20px;
}
.h3-لماذا-style{
	font-family:"GEDinarOne-Bold";
}
.p-1311-style{
	font-family:"GEDinarOne-Bold";
	font-size:20px;
	line-height:30px;
}
.h3-2-style{
	font-family:"GEDinarOne-Bold";
	width:86.87%;
}
.p-bloc-2-style{
	font-family:"GEDinarOne-Bold";
	font-size:22px;
	width:100%;
}
.p-bloc-4-style{
	font-family:"GEDinarOne-Bold";
	font-size:18px;
	line-height:50px;
}
.h1-المشاريع-style{
	font-size:20px;
	font-family:"GEDinarOne-Bold";
}
.p-46-style{
	font-family:"GEDinarOne-Bold";
	font-size:20px;
	line-height:40px;
}
.p-bloc-14-style{
	font-family:"GEDinarOne-Bold";
	font-size:20px;
	line-height:40px;
}
.p-bloc-12-style{
	font-family:"GEDinarOne-Bold";
	line-height:40px;
	font-size:18px;
}
.p-77-style{
	font-size:16px;
	line-height:40px;
	width:93.1%;
}
.h3-63-style{
	width:93.3%;
}
.p-80-style{
	font-size:16px;
	line-height:30px;
}
.row-54-style{
	width:97.9%;
}
.p-83-style{
	font-size:40px;
}
.btn-style{
	width:30.4%;
	border-radius:20px 20px 20px 20px;
}
.bloc-style{
	width:35.56%;
}
.label-style{
	font-size:20px;
	line-height:40px;
	width:89.78%;
}
.p-78-style{
	font-size:24px;
	line-height:40px;
	width:100%;
}
.p-86-style{
	font-size:24px;
	line-height:40px;
}
.p-85-style{
	font-size:24px;
	line-height:40px;
}
.p-44403-style{
	font-size:24px;
	line-height:40px;
}
.h3-1-style{
	font-size:40px;
}
.p-63-style{
	font-size:16px;
	line-height:40px;
	font-family:"GEDinarOne-Bold";
	font-weight:400;
}
.p-44133-style{
	line-height:40px;
	width:100%;
}
.p-1067-style{
	line-height:40px;
}
.p-81-style{
	line-height:30px;
}
.p-19390-style{
	line-height:30px;
}
.row-42-style{
	width:100%;
}
.link-أشعة-style{
	text-decoration:none;
}
.link-ساء-وولادة-style{
	width:17.48%;
	text-decoration:none;
}
.p-bloc-5-style{
	line-height:40px;
	font-size:18px;
}
.h6-style{
	font-size:20px;
}
.p-135-style{
	line-height:30px;
	width:67.58%;
}
.h4-2-style{
	font-size:20px;
}
.img-1-style{
	width:409px;
	height:120px;
}
.h2-1-style{
	font-size:20px;
}
.container-div-style{
	width:99.85%;
	height:35px;
}
.p-the-sandwich--style{
	line-height:40px;
}
.p-blended-style{
	line-height:40px;
}
.p-143-style{
	line-height:40px;
}
.p-144-style{
	line-height:40px;
}
.p-zain-style{
	line-height:40px;
}
.p-soreyas-style{
	line-height:40px;
}
.p-bloc-10-style{
	line-height:40px;
}
.p-155-style{
	line-height:40px;
}
.p-157-style{
	line-height:40px;
}
.container-div-0-style{
	width:47.47%;
}
.container-div-5939-style{
	width:38.46%;
}
.p-161-style{
	line-height:40px;
}
.p-bloc-187-style{
	line-height:40px;
	font-size:18px;
	width:100%;
}
.p-bloc-189-style{
	line-height:40px;
	font-size:18px;
}
.p-bloc-191-style{
	line-height:40px;
}
.p-bloc-216-style{
	line-height:40px;
}
.p-150-style{
	line-height:40px;
	font-size:18px;
}
.h4-تحت-الإنشاء-style{
	font-size:30px;
}
.h4-bloc-103-style{
	font-size:18px;
}
.h4-13-style{
	font-size:18px;
}
.h4-12-style{
	font-size:18px;
}
.h4-11-style{
	font-size:18px;
}
.h4-18-style{
	font-size:18px;
}
.h4-17-style{
	font-size:18px;
}
.h4-16-style{
	font-size:18px;
}
.h4-15-style{
	font-size:18px;
}
.h5-style{
	font-size:18px;
}
.h5-44-style{
	font-size:18px;
}
.h5-43-style{
	font-size:18px;
}
.h5-42-style{
	font-size:18px;
}
.h5-49-style{
	font-size:18px;
}
.h5-48-style{
	font-size:18px;
}
.h5-47-style{
	font-size:18px;
}
.h5-46-style{
	font-size:18px;
}
.h4-bloc-105-style{
	font-size:18px;
}
.h4-25-style{
	font-size:18px;
}
.h4-24-style{
	font-size:18px;
}
.h4-23-style{
	font-size:18px;
}
.h4-30-style{
	font-size:18px;
}
.h4-29-style{
	font-size:18px;
}
.h4-28-style{
	font-size:18px;
}
.h4-27-style{
	font-size:18px;
}
.p-المقدمة-style{
	line-height:40px;
}
.img-footer-style{
	width:110px;
	height:150px;
}
.img-jmc-5-style{
	width:200px;
	height:200px;
}
.img-cargo-5-style{
	width:180px;
	height:180px;
}
.img-jo-5-style{
	width:180px;
	height:180px;
}
.img-pen-house-500-style{
	width:180px;
	height:180px;
}
.img-myfami-style{
	width:180px;
	height:180px;
}
.img-rufaidah-5-style{
	width:180px;
	height:250px;
}
.img-hujamah-5-style{
	width:180px;
	height:180px;
}
.img-advances-lap-style{
	width:180px;
	height:180px;
}
.img-wafi-5-style{
	width:180px;
	height:180px;
}
.img-awas-style{
	width:180px;
	height:180px;
}
.img-guru-5-style{
	width:180px;
	height:180px;
}
.img-bj-samia-style{
	width:180px;
	height:180px;
}
.img-samia-5-style{
	width:180px;
	height:180px;
}
.img-lj-5-style{
	width:180px;
	height:180px;
}
.img-tjw-5-style{
	width:180px;
	height:180px;
}
.img-kamel-5-style{
	width:180px;
	height:180px;
}
.img-bloc-10-style{
	width:180px;
	height:180px;
}
.img-esnad-5-style{
	width:180px;
	height:180px;
}
.img-roaa-5-style{
	width:180px;
	height:180px;
}
.img-bloc-11-style{
	width:180px;
	height:180px;
}
.img-27-style{
	width:180px;
	height:180px;
}
.img-26-style{
	width:180px;
	height:180px;
}
.img-32-style{
	width:180px;
	height:180px;
}
.img-bp-gym-j-style{
	width:180px;
	height:180px;
}
.img-bloc-16-style{
	width:180px;
	height:180px;
}
.img-aamalu-style{
	width:180px;
	height:180px;
}
.img-42-style{
	width:180px;
	height:180px;
}
.img-41-style{
	width:180px;
	height:180px;
}
.img-shrafah-5-style{
	width:180px;
	height:200px;
}
.img-jarir-5-style{
	width:180px;
	height:180px;
}
.img-bloc-13-style{
	width:180px;
	height:200px;
}
.img-fathakirr--500-style{
	width:180px;
	height:200px;
}
.img-mixteto-5-style{
	width:180px;
	height:180px;
}
.img-bloc-12-style{
	width:180px;
	height:180px;
}
.img-z-bakery-500-style{
	width:180px;
	height:180px;
}
.img-33-style{
	width:180px;
	height:180px;
}
.img-dar-duaa-500-style{
	width:180px;
	height:180px;
}
.img-autre-by-wid-j-style{
	width:180px;
	height:180px;
}
.p-127-style{
	line-height:40px;
	font-size:18px;
}
.img-bloc-191-style{
	opacity:1.0;
	width:250px;
	height:250px;
}
.img-132-style{
	width:250px;
	height:250px;
}
.img-bloc-171-style{
	width:240px;
	height:240px;
}
.img-bloc-173-style{
	width:240px;
	height:240px;
}
.img-bloc-175-style{
	width:240px;
	height:240px;
}
.img-45-style{
	width:240px;
	height:240px;
}
.img-46-style{
	width:250px;
	height:350px;
}
.img-47-style{
	width:200px;
	height:250px;
}
.img-48-style{
	width:250px;
	height:250px;
}
.img-bloc-222-style{
	width:250px;
	height:250px;
}
.img-brand-style{
	width:250px;
	height:250px;
}
.img-advanced-lab-1-style{
	width:500px;
	height:150px;
}
.link-أغذية-ومشروبات-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-إنشاء-وتشييد-style{
	text-decoration:underline;
	font-weight:bold;
}
.link-تجارة- - - -style{
	font-weight:bold;
	text-decoration:underline;
}
.link-تصميم-وإشراف-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-تصنيع-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-تعليم-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-خدمات-طبية-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-bloc-20-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-رياضة-و-رشاقة-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-bloc-21-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-ضيافة-وسياحة-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-مزارع-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-مناسبات-وفنون-style{
	font-weight:bold;
	text-decoration:underline;
}
.p-128-style{
	line-height:30px;
}
.p-bloc-6-style{
	line-height:40px;
	font-size:18px;
}
.p-bloc-8-style{
	line-height:40px;
	font-size:18px;
}
.img-109-style{
	width:250px;
	height:250px;
}
.img-bloc-216-style{
	width:250px;
	height:250px;
}
.h6-bloc-4-style{
	font-size:20px;
}
.h6-3-style{
	font-size:20px;
	width:26.16%;
}
.h3-bloc-191-style{
	font-size:24px;
}
.img-grandpare-style{
	width:460px;
	height:630px;
}
.h4-أسماء-الرّواد-style{
	font-size:20px;
}
.h4-12-أسماء-الرّواد-style{
	font-size:20px;
}
.h4-14-style{
	font-size:20px;
}
.h1-bloc-5-style{
	font-size:28px;
	width:69.9%;
}
.h1-bloc-2-style{
	font-size:30px;
}
.p-bloc-431-style{
	font-size:12px;
}
.p-288-style{
	font-size:15px;
}
.p-287-style{
	font-size:12px;
}
.p-292-style{
	font-size:12px;
	text-indent:0px;
}
.p-291-style{
	font-size:12px;
}
.link-bloc-0-style{
	font-size:18px;
}
.link-لقاءاتنا-style{
	text-decoration:none;
}
.p-bloc-0-style{
	font-size:10px;
}
.h6-1-style{
	line-height:10px;
	font-size:10px;
	width:94.84%;
}
.h6-دعاء-style{
	font-size:18px;
}
.h5-bloc-320-style{
	font-size:18px;
}
.img-bloc-432-style{
	width:150px;
	height:150px;
}
.img-id-card-p-style{
	width:120px;
	height:120px;
}
.p-bloc-18-style{
	font-size:16px;
	line-height:40px;
}
.p-bloc-22-style{
	line-height:40px;
}
.p-bloc-21-style{
	line-height:40px;
}
.p-64-style{
	line-height:40px;
}
.p-66-style{
	line-height:40px;
}
.p-bloc-20-style{
	line-height:40px;
}
.p-61-style{
	line-height:40px;
}
.p-58-style{
	line-height:40px;
}
.p-bloc-19-style{
	line-height:40px;
}
.p-54-style{
	line-height:40px;
}
.p-52-style{
	line-height:40px;
}
.p-47-style{
	line-height:40px;
}
.p-49-style{
	line-height:40px;
}
.h3-bloc-2-style{
	font-size:32px;
}
.html-widget-style{
	width:100%;
}
.h3-116-style{
	font-size:20px;
}
.h3-115-style{
	font-size:20px;
}
.h3-أين-الطريق-style{
	font-size:20px;
}
.h3-113-style{
	font-size:20px;
}
.p-124-style{
	font-size:18px;
}
.p-123-style{
	font-size:18px;
}
.p-122-style{
	font-size:18px;
}
.p-121-style{
	font-size:18px;
}
.p-228-style{
	line-height:40px;
}
.img-lama-style{
	width:590px;
	height:318px;
}
.img-bloc-463-style{
	height:300px;
	width:700px;
}
.p-bloc-92-style{
	line-height:40px;
}
.p-146-style{
	line-height:50px;
}
.p-145-style{
	line-height:50px;
}
.p-163-style{
	line-height:50px;
}
.p-162-style{
	line-height:50px;
}
.p-25999-style{
	line-height:50px;
}
.p-10977-style{
	line-height:50px;
}
.p-bloc-434-style{
	font-size:22px;
}
.pagetitle{
	border-color:#011892!important;
	border-style:solid;
}
.dev{
	border-style:solid;
	border-bottom-width:1px;
	border-color:#011892!important;
}
.title{
	border-style:solid;
	border-color:#0432FF!important;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-position:center center;
	border-width:1px 1px 1px 1px;
}
.p-28332-style{
	line-height:50px;
	font-size:24px;
}
.p-bloc-437-style{
	font-size:12px;
}
.boarder{
	border-style:solid;
	border-color:#011892!important;
	border-width:2px 2px 2px 2px;
}
.img-ramadan-style{
	width:500px;
}
.h2-bloc-1-style{
	font-size:20px;
}
.line{
	border-style:solid;
	border-color:#011892!important;
	border-width:0px 0px 1px 0px;
}
.h5-مجالات-الانشطة-style{
	width:37.07%;
}
.h5-قاعدة-البيانات-style{
	width:23.74%;
}
.h5-خدمة-المراسلات-style{
	width:27.17%;
}
.h5-6-style{
	width:31.01%;
}
.h5-تقديم-منتجات--style{
	width:25.45%;
}
.h5-8-style{
	width:27.17%;
}
.h5-9-style{
	width:25.76%;
}
.h5-11-style{
	width:24.55%;
}
.h5-الشكر-style{
	width:25.35%;
}
.img-bloc-321-style{
	height:300px;
}
.h5-45-style{
	width:20.71%;
}
.h5-الرؤيا-style{
	width:8.08%;
}
.h5-46481-style{
	width:20.61%;
}
.h5-المبدأ-style{
	width:7.37%;
}
.h5-البداية-style{
	width:12.12%;
}
.h5-الفكرة-style{
	width:11.41%;
}
.h5-شعارنا-style{
	width:11.72%;
}
.h5-لماذا--style{
	width:10.3%;
}
.h5-⁠⁠⁠من-نحن--style{
	width:11.62%;
}
.h3-أجدادنا-style{
	width:100%;
	font-size:27px;
}
.h3-170-style{
	width:100%;
}
.red{
	border-style:double;
	border-color:#941100!important;
	border-width:0px 0px 1px 0px;
}
.row-style{
	width:100%;
}
.frame{
	border-style:solid;
	border-color:#011892!important;
	border-width:4px 4px 4px 4px;
}
.h5-bloc-356-style{
	width:100%;
}
.img-cand-style{
	width:250px;
	height:250px;
}
.img-candle-style{
	width:250px;
}
.p-bloc-407-style{
	font-size:18px;
}
.h3-gallery-style{
	width:17.47%;
}
.h3-177-style{
	width:16.67%;
}
.h3-181-style{
	width:98.89%;
}
li{
}
.btn-معايدات-style{
	width:24.44%;
}
.p-bloc-114-style{
	font-family:Montserrat;
	font-size:20px;
}
.p-bloc-115-style{
	font-family:Montserrat;
	font-size:20px;
}
.img-visi-style{
	height:75px;
}
.botton{
	font-family:"GEDinarOne-Bold";
	color:#941100!important;
	font-size:18px;
	text-align:center;
	background-color:#E0E9FC;
	text-shadow:0px 0px 0px #FF2600;
}
.img-hijri-ny-style{
	width:150px;
	height:150px;
}
.h3-281-style{
	font-size:18px;
}
.img-great-msj-style{
	width:250px;
	height:350px;
}
.container-div-bloc-232-style{
	width:48.69%;
}
.container-div-bloc-224-style{
	width:47.37%;
}
.container-div-bloc-240-style{
	width:49.09%;
}
.container-div-bloc-250-style{
	width:49.8%;
}
.container-div-bloc-81-style{
	width:24.85%;
}
.img-bloc-543-style{
	height:300px;
}
.container-div-bloc-431-style{
	width:97.93%;
}
.container-div-0-bloc-431-style{
	width:100%;
}
.link-bloc-547-style{
	width:100%;
}
.link-0-style{
	width:100%;
	color:#012da4;
}
.h6-color{
	color:#d9f1ff;
}
.link-مدونة-العائلة-style{
	width:80.38%;
}
.link-تعزية-و-مواساة-style{
	width:49.1%;
}
.link-bloc-551-style{
	width:100%;
}
.divider-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.btn-bloc-218-style{
	width:24.08%;
	border-radius:8px 8px 8px 8px;
}
.btn-179-style{
	width:28.86%;
}
.img-4-style{
	height:500px;
}
.img-bloc-83-style{
	width:250px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-alice-blue{
	background-color:#EFFAFF;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-bubbles{
	background-color:#E7F6FF;
}
.bgc-ivory{
	background-color:#FFFFF1;
}
.bgc-columbia-blue{
	background-color:rgba(166,211,255,0.1);
}
.bgc-ou-crimson-red{
	background-color:#941100;
}
.bgc-glitter{
	background-color:#E0E9FC;
}
.bgc-phthalo-blue{
	background-color:#011892;
}

/* Text colour styles */

.tc-mint-cream{
	color:#F5FFFC!important;
}
.tc-azure{
	color:#0096FF!important;
}
.tc-ou-crimson-red{
	color:#941100!important;
}
.tc-rich-electric-blue{
	color:#0295D6!important;
}
.tc-phthalo-blue{
	color:#011892!important;
}
.tc-pearl-aqua{
	color:#75D7D2!important;
}
.tc-shamrock-green{
	color:#008F51!important;
}
.tc-topaz{
	color:#FFD478!important;
}
.tc-alice-blue{
	color:#EFFAFF!important;
}
.tc-bubbles{
	color:#E7F6FF!important;
}
.tc-phthalo-blue-2{
	color:#011892!important;
}
.tc-glitter{
	color:#D0EDFF!important;
}

/* Button colour styles */

.btn-alice-blue{
	background:#EFFAFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-alice-blue:hover{
	background:#bfc8cc!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-bubbles{
	background:#E7F6FF;
	color:rgba(0,0,0,.5)!important;
}
.btn-bubbles:hover{
	background:#b9c5cc!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-rich-electric-blue{
	color:#0295D6!important;
}
.ltc-rich-electric-blue:hover{
	color:#0277ab!important;
}
.ltc-azure{
	color:#0096FF!important;
}
.ltc-azure:hover{
	color:#0078cc!important;
}
.ltc-ou-crimson-red{
	color:#941100!important;
}
.ltc-ou-crimson-red:hover{
	color:#760e00!important;
}

/* Icon colour styles */

.icon-pale-silver{
	color:#C3BAB6!important;
	border-color:#C3BAB6!important;
}
.icon-phthalo-blue{
	color:#011892!important;
	border-color:#011892!important;
}
.icon-glitter{
	color:#D0EDFF!important;
	border-color:#D0EDFF!important;
}

/* Bloc image backgrounds */

.bg-Background-20logo-20-01{
	background-image:url("img/Background%20logo%20-01.png");
}
.bg-Balloons-2{
	background-image:url("img/Balloons-2.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.container{
		direction:rtl;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#001687!important;
		font-family:"GEDinarOne-Bold";
	}
	.h2-style{
		width:43.18%;
		font-size:19px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.container{
		direction:rtl;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.container{
		direction:rtl;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#011993!important;
		font-family:"GEDinarOne-Bold";
	}
	.boarder{
	}
	
}

