/*-----------------------------------------------------------------------------------
	    Talia Academy
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FEFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x: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;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'GEDinarOne-Bold';
	src: url('./fonts/GEDinarOne-Bold/GE%20Dinar%20One%20Bold.ttf');
	src: url('./fonts/GEDinarOne-Bold/GE%20Dinar%20One%20Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Sukar-Regular';
	src: url('./fonts/Sukar-Regular/ArbFONTS-Sukar-Regular.ttf');
	src: url('./fonts/Sukar-Regular/ArbFONTS-Sukar-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Tajawal-ExtraLight';
	src: url('./fonts/Tajawal-ExtraLight/ArbFONTS-Tajawal-ExtraLight.ttf');
	src: url('./fonts/Tajawal-ExtraLight/ArbFONTS-Tajawal-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = 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;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-b-edge{
	background: bottom no-repeat;
}
.bg-tl-edge{
	background: top left no-repeat;
}
.bg-tr-edge{
	background: top right no-repeat;
}
.bg-br-edge{
	background: bottom right no-repeat;
}


/* Background Effects */

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

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

/* Dark theme */

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


/* 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;
}


/* = 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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* 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;
}

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

.boarder{
	border-style:solid;
	border-color:#008F51!important;
	font-family:"ArialMT";
	text-align:center;
	text-shadow:1px 0px 0px #008F51;
	font-size:45px;
	color:#008F51!important;
	text-decoration:none;
}
.headrer{
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:26px;
	font-family:"Tajawal-ExtraLight";
	color:#005B34!important;
	border-style:none;
	display:inline;
	border-color:#009192!important;
	border-width:0px 0px 1px 0px;
}
.title{
	border-style:solid;
	border-color:#007241!important;
	overflow:visible;
	float:none;
	font-family:"ArialMT";
	font-size:18px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 0px 0px #007F48;
	display:inline;
	border-width:1px 1px 1px 1px;
}
.nav{
	font-weight:bold;
	font-size:20px;
	text-shadow:0px 0px 0px #006237;
}
.line{
	border-color:#008F51!important;
	border-style:solid;
	background-size:auto auto;
	display:inline-block;
	background-position:center center;
	background-repeat:repeat;
	border-width:0px 0px 1px 0px;
}
.frame-w{
	border-style:solid;
	border-color:#FFE3CB!important;
	background-size:2px 2px;
	background-color:#FFEAD6;
	border-radius:3px 3px 3px 3px;
	border-width:3px 3px 3px 3px;
}
.frame{
	background-size:2px 2px;
	background-color:#6F966C;
	border-color:#6A9667!important;
	border-style:solid;
	border-radius:3px 3px 3px 3px;
	border-width:3px 3px 3px 3px;
}
.container{
	max-width:1140px;
	direction:rtl;
}
.link-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"GEDinarOne-Bold";
	color:#00522E!important;
	font-size:20px;
}
.h1-style{
	font-size:64px;
	color:#ffffff;
	font-family:"Sukar-Regular";
	width:100%;
}
.img-style{
	width:250px;
	height:120px;
}
.h3-style{
	font-size:26px;
	text-align:right;
	direction:rtl;
	font-weight:bold;
	width:58.11%;
	font-family:"Sukar-Regular";
}
.p-style{
	line-height:40px;
	font-size:19px;
	width:94.76%;
}
.p-4-style{
	line-height:40px;
	width:80%;
	font-size:20px;
}
.p-6-style{
	line-height:40px;
	width:100%;
	font-size:18px;
}
.p-1-style{
	line-height:40px;
	font-family:"Tajawal-ExtraLight";
	font-size:20px;
	width:94.38%;
}
.h5-style{
	font-size:22px;
	font-family:"Sukar-Regular";
}
.p-8899-style{
	line-height:40px;
	font-size:20px;
}
.p-bloc-5-style{
	line-height:40px;
	width:88.35%;
}
.p-26-style{
	line-height:40px;
	width:88.16%;
}
.p-27-style{
	line-height:40px;
	width:88.54%;
}
.h4-style{
	width:100%;
	font-size:20px;
	font-family:"Tajawal-ExtraLight";
	font-weight:bold;
}
.p-9-style{
	line-height:40px;
	font-size:18px;
	width:100%;
}
.p-bloc-38-style{
	font-size:22px;
}
.h5-bloc-79-style{
	font-size:22px;
}
.h5-bloc-78-style{
	font-size:22px;
}
.h5-bloc-80-style{
	font-size:22px;
}
.h5-bloc-40-style{
	font-size:22px;
	font-family:"Sukar-Regular";
	font-weight:400;
}
.h3-bloc-5-style{
	font-size:20px;
}
.h3-14-style{
	font-size:20px;
}
.h3-15-style{
	font-size:20px;
}
.h5-15-style{
	font-size:24px;
	line-height:45px;
}
.h5-عن-الوقف-style{
	font-size:22px;
}
.h5-17-style{
	font-size:22px;
}
.h5-18-style{
	font-size:22px;
}
.p-bloc-8-style{
	font-size:12px;
}
.h6-style{
	font-size:12px;
}
.img-bloc-8-style{
	width:250px;
	height:120px;
}
.h5-bloc-66-style{
	font-family:"GEDinarOne-Bold";
	font-size:22px;
}
.img-talia-logo-style{
	width:300px;
	height:100px;
}
.navbar-brand img{
	width:100px;
	height:60px;
}
.text-span-color{
	color:#00157f;
}
.img-bloc-13-style{
	width:86px;
}
.img-bloc-15-style{
	width:531px;
	border-radius:187px 187px 187px 187px;
}
.h6-1-style{
	width:100%;
}
.img-bloc-0-style{
	width:515px;
	height:180px;
}
.p-6585-style{
	width:33.55%;
}
.p-16721-style{
	width:100%;
}
.p-33955-style{
	width:91.86%;
	line-height:40px;
}
.row-style{
	width:50.61%;
}
.p-bloc-3-style{
	width:100%;
}
.h3-bloc-3-style{
	width:85.81%;
	font-family:"Sukar-Regular";
}
.h3-أكاديمية-تاليه-style{
	width:51.27%;
	font-family:"Sukar-Regular";
}
.checkbox-style{
	width:42.93%;
}
.p-4-bloc-5-style{
	width:74.82%;
	font-size:19px;
}
.row-bloc-5-style{
	width:100%;
}
.h6-heading-6-style{
	width:49.23%;
	font-size:24px;
	font-family:Montserrat;
}
.h3-19-style{
	width:38.89%;
	font-size:22px;
}
.h6-81-style{
	width:84.66%;
}
.h6-رسالتنا-style{
	font-family:"Sukar-Regular";
}
.h5-نشأة-المشروع-style{
	font-family:"Sukar-Regular";
}
.h5-رؤيتنا-style{
	font-family:"Sukar-Regular";
	width:83.8%;
}
.h5-bloc-15-style{
	font-family:"Sukar-Regular";
	width:48.08%;
}
.h5-bloc-16-style{
	font-family:"Sukar-Regular";
}
.h5-bloc-64-style{
	font-family:"Sukar-Regular";
}
.h3-مدة-المشروع-style{
	font-family:"GEDinarOne-Bold";
	width:33.33%;
	color:#ffffff;
}
.h3-أهدافنا-style{
	font-family:"Sukar-Regular";
	width:51.67%;
}
.h3-رسالتنا-style{
	font-family:"Sukar-Regular";
}
.h5-قيمنا-style{
	font-family:"Sukar-Regular";
	width:57.29%;
}
.devi{
	height:3px;
}
.h6-bloc-0-style{
	width:94.86%;
	font-size:10px;
}
.btn-style{
	width:21.93%;
}
.btn-المبنى-style{
	width:21.65%;
}
.btn-ادعمنا-style{
	width:33.03%;
}
.container-div-style{
	width:91.87%;
}
.btn-ادعــمـــنـــا-style{
	width:19.34%;
}
.img-ms-6-style{
	height:310px;
	width:310px;
}
.line:hover{
}
.line:active{
}
.p-bloc-4-style{
	width:89.2%;
}
.img-talia--style{
	height:300px;
}
.p-23272-style{
	width:100%;
}
.h3-bloc-7-style{
	width:72.86%;
}
.img-bloc-7-style{
	width:600px;
	height:300px;
}
.h1-color{
	color:#009d00;
}
.key{
	color:#6E9A6C!important;
	font-size:12px;
}
.h6-color{
	color:#ffffff;
}
.img-home-style{
	border-radius:3px 3px 3px 3px;
}
.img-46-style{
	height:400px;
	width:1032px;
}
.img-light-529-style{
	height:400px;
	width:997px;
}
.p-15-style{
	width:86.67%;
}
.p-30845-style{
	line-height:40px;
}
.p-5827-style{
	line-height:40px;
}
.h3-المناهج-style{
	width:100%;
	font-size:24px;
}
.h3-color{
	color:#ffffff;
}
.p-bloc-47-style{
	width:89.68%;
	font-size:19px;
	line-height:40px;
}
.p-30-style{
	line-height:40px;
}
.h2-style{
	font-size:24px;
}
.p-31-style{
	line-height:40px;
	width:90.83%;
}
.img-home--style{
	height:400px;
	width:937px;
}
.h6-bloc-7-style{
	width:91.29%;
}
.h2-الأكاديمية-style{
	font-size:24px;
}
.p-10-style{
	font-size:24px;
}
.p-6-bloc-5-style{
	font-size:24px;
}
.p-2-style{
	font-size:20px;
	line-height:40px;
}
.h1-bloc-4-style{
	font-family:"Sukar-Regular";
	width:55%;
}
.p-17-style{
	line-height:40px;
}
.h3-المشروع-style{
	font-size:24px;
}
.h3-المبنى-style{
	font-size:24px;
}
.h3-الموقع-style{
	font-size:24px;
	color:#941100;
}
.h6-2-style{
	font-size:20px;
	width:49.68%;
}
.h3-11-style{
	font-size:24px;
	width:32.83%;
}
.h2-feature-title-style{
	font-size:24px;
}
.img-57-style{
	height:400px;
	width:934px;
}
.p-43-style{
	line-height:40px;
}
.p-44-style{
	line-height:40px;
	width:73.13%;
}
.h2-تتمثل-قيمنا -style{
	width:73.96%;
}
.p-45-style{
	line-height:40px;
}
.img-61-style{
	height:400px;
	width:925px;
}
.top{
	border-style:solid;
	border-color:#008F51!important;
	border-width:1px 0px 0px 0px;
}
.double{
	border-style:double;
	border-color:#008F51!important;
	border-width:0px 0px 2px 0px;
}
.p-23-style{
	font-size:18px;
	line-height:40px;
}
.p-24-style{
	line-height:40px;
	font-size:18px;
}
.h3-مكتبة-style{
	font-size:20px;
}
.p-22-style{
	font-size:18px;
	line-height:40px;
}
.boarder-2{
	border-style:solid;
	border-color:#FFEAD6!important;
	border-width:5px 5px 5px 5px;
}
.boaarder3{
	border-color:#935100!important;
	border-style:solid;
}
.p-42-style{
	width:78.64%;
}
.h3-28-style{
	font-family:"Sukar-Regular";
}
.p-bloc-76-style{
	line-height:40px;
	font-size:24px;
	font-family:"GEDinarOne-Bold";
}
.p-57-style{
	line-height:40px;
	font-size:20px;
}
.text-span-0-color{
	color:#ffffff;
}
.h6-الرئيسية-style{
	font-size:12px;
}
.footer{
	font-size:14px;
	color:#FEFEFE!important;
	text-align:right;
	font-family:"Sukar-Regular";
	direction:rtl;
	font-weight:bold;
	text-decoration:none;
}
.hiden{
	font-size:10px;
	color:#659262!important;
	font-family:"Sukar-Regular";
}
.html-widget-style{
	width:100%;
}
.h6-bloc-8-color{
	color:#ffffff;
}
.p-49-style{
	line-height:40px;
}
.p-50-style{
	line-height:40px;
}
.h6-3-style{
	width:80.42%;
	font-size:24px;
	font-family:"GEDinarOne-Bold";
}
.img-9-style{
	width:300px;
	height:200px;
}
.img-8-style{
	width:300px;
	height:200px;
}
.img-7-style{
	width:300px;
	height:200px;
}
.img-13-style{
	width:300px;
	height:200px;
}
.img-12-style{
	width:300px;
	height:200px;
}
.img-11-style{
	width:300px;
	height:200px;
}
.h6-76-style{
	font-size:16px;
}
.h6-77-style{
	font-size:16px;
}
.h6-ادعمنا-color{
	color:#ffffff;
}
.img-102-style{
	width:400px;
}
.p-bloc-7-style{
	width:100%;
}
.h2-bloc-7-style{
	width:85.21%;
}
.p-3-style{
	line-height:40px;
}
.text-span-bloc-5-color{
	color:#ffffff;
}
.line2{
	border-color:#941100!important;
	border-style:solid;
	border-width:0px 0px 1px 0px;
}
.p-bloc-105-style{
	font-size:24px;
}
.h2-10-style{
	width:27.27%;
	font-family:"GEDinarOne-Bold";
}
.link-color{
	color:#ffffff;
}
.ad{
	font-family:"GEDinarOne-Bold";
	font-size:24px;
	color:#941100!important;
	font-weight:normal;
	direction:rtl;
	line-height:40px;
}
.h6-طرق-الدعم-style{
	font-size:26px;
}
.img-partnerslogo-style{
	height:120px;
	width:400px;
}
.img-88-style{
	width:400px;
	height:120px;
}
.img-89-style{
	width:400px;
	height:120px;
}
.field-style{
	width:2.63%;
}
.checkbox-0-style{
	width:100%;
}
.p-62-style{
	font-family:Montserrat;
	font-size:24px;
	text-indent:px;
	letter-spacing:5px;
}
.h1-heading-1-style{
	font-size:28px;
}
.h1-15-style{
	font-size:28px;
}
.h1-16-style{
	font-size:28px;
}
.h1-17-style{
	font-size:28px;
}
.h6-47-style{
	font-size:16px;
	line-height:30px;
}
.h6-ما-تجود-بهنفسك-style{
	line-height:40px;
}
.h6-46-style{
	line-height:40px;
}
.h6-53-style{
	line-height:40px;
}
.h6-56-style{
	line-height:40px;
}
.h6-57-style{
	line-height:40px;
}
.boa{
	border-style:dotted;
	border-color:#941100!important;
	border-width:1px 1px 1px 1px;
}
.boa2{
	border-color:#009192!important;
	border-style:dotted;
	border-width:1px 1px 1px 1px;
}
.h6-ريال-style{
	font-size:16px;
}
.h6-51-style{
	line-height:40px;
}
.img-ecard--style{
	width:400px;
}
.h1-18-style{
	font-size:24px;
	width:41.32%;
}
.h1-19-style{
	font-size:30px;
	width:49.6%;
}
.img-خماسية-الاجر-٢-style{
	width:400px;
}
.img-el-card-rose-style{
	height:342px;
	width:251px;
}
.img-107-style{
	height:342px;
	width:248px;
}
.img-108-style{
	height:342px;
}
.img-ecard-ro-style{
	width:250px;
}
.img-ecard-origen-style{
	width:250px;
}
.img-ecard-lavand-style{
	width:250px;
}
.h6-61-style{
	line-height:40px;
}
.h3-bloc-141-style{
	font-size:30px;
}
.row-bloc-141-style{
	width:95.94%;
}
.img-128-style{
	height:350px;
	width:250px;
}
.img-127-style{
	height:350px;
	width:250px;
}
.img-161-style{
	height:350px;
}
.img-162-style{
	height:350px;
}
.img-152-style{
	height:250px;
}
.img-151-style{
	height:250px;
}
.img-173-style{
	height:350px;
}
.img-181-style{
	height:250px;
	width:350px;
}
.img-182-style{
	height:250px;
	width:250px;
}
.img-179-style{
	height:250px;
	width:350px;
}
.img-180-style{
	height:250px;
	width:350px;
}
.img-177-style{
	height:350px;
}
.img-178-style{
	height:350px;
}
.img-175-style{
	width:250px;
	height:350px;
}
.img-176-style{
	width:250px;
	height:350px;
}
.img-bloc-142-style{
	height:350px;
	width:250px;
}
.img-124-style{
	width:250px;
}
.img-125-style{
	width:250px;
	height:350px;
}
.img-126-style{
	width:250px;
	height:350px;
}
.img-130-style{
	width:250px;
	height:350px;
}
.img-131-style{
	width:250px;
	height:350px;
}
.img-132-style{
	width:250px;
	height:350px;
}
.img-133-style{
	width:250px;
	height:350px;
}
.img-134-style{
	width:250px;
	height:350px;
}
.img-135-style{
	width:250px;
}
.img-136-style{
	width:250px;
}
.img-137-style{
	width:350px;
	height:250px;
}
.img-138-style{
	width:350px;
	height:250px;
}
.img-139-style{
	width:350px;
	height:250px;
}
.img-bloc-143-style{
	width:250px;
	height:350px;
}
.img-146-style{
	width:250px;
	height:350px;
}
.img-8-sky-sample-style{
	width:250px;
	height:350px;
}
.img-148-style{
	width:250px;
	height:350px;
}
.img-149-style{
	width:250px;
	height:350px;
}
.img-150-style{
	width:250px;
	height:350px;
}
.img-bloc-145-style{
	width:250px;
	height:350px;
}
.img-164-style{
	width:250px;
	height:350px;
}
.img-165-style{
	width:250px;
	height:350px;
}
.img-140-style{
	width:250px;
	height:350px;
}
.img-141-style{
	width:250px;
	height:350px;
}
.img-142-style{
	width:250px;
	height:350px;
}
.img-29189-style{
	width:350px;
	height:350px;
}
.img-40877-style{
	width:350px;
	height:350px;
}

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

/* Background colour styles */

.bgc-camouflage-green{
	background-color:#669767;
}
.bgc-platinum{
	background-color:#E4F2EA;
}
.bgc-mint-cream{
	background-color:#F6FFFC;
}
.bgc-mint-cream-2{
	background-color:#F6FFFC;
}
.bgc-ivory{
	background-color:#FFFEF0;
}
.bgc-splashed-white{
	background-color:#FCFAFF;
}

/* Text colour styles */

.tc-pakistan-green{
	color:#004900!important;
}
.tc-phthalo-blue{
	color:#00147F!important;
}
.tc-honeydew{
	color:#EBFFF2!important;
}
.tc-splashed-white{
	color:#FCFAFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-dark-raspberry{
	color:#941651!important;
}

/* Button colour styles */

.btn-splashed-white{
	background:#FCFAFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-splashed-white:hover{
	background:#cac8cc!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-khaki-htmlcss-khaki{
	background:#BDA892;
	color:#FFFFFF!important;
}
.btn-khaki-htmlcss-khaki:hover{
	background:#978675!important;
	color:#FFFFFF!important;
}
.btn-honeydew{
	background:#EBFFF2;
	color:rgba(0,0,0,.5)!important;
}
.btn-honeydew:hover{
	background:#bcccc2!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-snow{
	background:#FDFFFA;
	color:rgba(0,0,0,.5)!important;
}
.btn-snow:hover{
	background:#caccc8!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-platinum{
	background:#E4F2EA;
	color:rgba(0,0,0,.5)!important;
}
.btn-platinum:hover{
	background:#b6c2bb!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-dark-raspberry{
	color:#941651!important;
}
.ltc-dark-raspberry:hover{
	color:#761241!important;
}

/* Icon colour styles */

.icon-pakistan-green{
	color:#004900!important;
	border-color:#004900!important;
}
.icon-splashed-white{
	color:#FCFAFF!important;
	border-color:#FCFAFF!important;
}

/* Bloc image backgrounds */

.bg-666{
	background-image:url("img/666.png");
}
.bg-Talia-222{
	background-image:url("img/Talia-222.png");
}
.bg-T-2{
	background-image:url("img/T-2.png");
}
.bg-T-3{
	background-image:url("img/T-3.png");
}
.bg-Talia-11-1{
	background-image:url("img/Talia-11-1.jpg");
}
.bg-Home-62b{
	background-image:url("img/Home-62b.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, #hero-bloc{overflow-x: 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-x: 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){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#008F51!important;
	}
	.container{
		;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 767px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#008F51!important;
	}
	.container{
		;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

@media (max-width: 575px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#008F51!important;
	}
	.footer-link{
		text-align:center;
	}
	.h6-color{
		width:100%;
	}
	.h6-bloc-7-style{
		width:100%;
	}
	.p-30845-style{
		font-size:18px;
	}
	.h3-11-style{
	}
	.p-42-style{
		width:85%;
	}
	.p-9-style{
	}
	.label-style{
		width:100%;
	}
	.checkbox-style{
		width:100%;
	}
	.h2-bloc-133-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-bloc-40-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-bloc-64-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-style{
		font-family:"GEDinarOne-Bold";
	}
	.h3-28-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-قيمنا-style{
		font-family:"GEDinarOne-Bold";
	}
	.h3-أهدافنا-style{
		font-family:"GEDinarOne-Bold";
	}
	.h6-رسالتنا-style{
		font-family:"GEDinarOne-Bold";
	}
	.text-span-bloc-52-color{
		color:#ffffff;
	}
	.h5-نشأة-المشروع-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-رؤيتنا-style{
		font-family:"GEDinarOne-Bold";
	}
	.h1-bloc-4-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-bloc-15-style{
		font-family:"GEDinarOne-Bold";
	}
	.h5-bloc-16-style{
		color:#ffffff;
		font-family:"GEDinarOne-Bold";
	}
	.h3-style{
		font-family:"GEDinarOne-Bold";
	}
	.h1-style{
		color:#ffffff;
	}
	.h1-18-style{
		font-size:36px;
	}
	.h1-19-style{
		font-size:36px;
	}
	.mt-1{
	}
	
}

