/*-----------------------------------------------------------------------------------
	SHELLMAN
	About: SHELLMAN Website
	Author: Dr. Abdulrazzaq Ali
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#878787;
    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 blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

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

@font-face {
	font-family:'Muna';
	src: url('./fonts/Muna/Muna%20Regular.woff2');
	src: url('./fonts/Muna/Muna%20Regular.woff2') format('woff2'),
	url('./fonts/Muna/Muna%20Regular.woff') format('woff'),
	url('./fonts/Muna/Muna%20Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Muna/Muna%20Regular.svg#Muna') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-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 20px;
}

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


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

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.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;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}




.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;
}


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

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



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-weight:normal;
}
.container{
	max-width:980px;
}
.menu{
	width:980px;
	height:100px;
	background-color:#004564;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.logo{
	width:200px;
	height:100px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 60px;
}
.navbar-brand img{
	height:80px;
}
.menubar{
	background-color:#004665;
	width:980px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menuitem{
	padding-right:60px;
}
.img-style{
	padding-top:10px;
	height:80px;
	text-align:left;
	padding-left:40px;
}
.col1{
	width:980px;
	height:400px;
	background-image:url("img/BG.svg");
	background-color:#FEFFFE;
	background-size:cover;
	background-position:center center;
	min-width:980px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.col2{
	text-align:right;
	color:#FEFFFE!important;
	background-color:#FEDD84;
	margin:0px 0px 0px 0px;
	padding:80px 0px 40px 0px;
}
.row{
	color:#FEFFFE!important;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.test{
	margin-right:00px;
	padding-right:0px;
	padding-left:60px;
}
.menucol{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.cont01{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.col00{
	padding-top:10px;
	padding-left:0px;
	margin-left:0px;
	text-align:left;
}
.block01{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.col1-copy-1{
	width:980px;
	height:400px;
	background-image:url("img/BG.svg");
	background-color:#FEFFFE;
	min-height:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h3-style{
	font-family:"Open Sans";
	font-weight:800;
	font-size:40px;
	line-height:40px;
	color:#FFFFFF!important;
	height:40px;
	padding-bottom:10px;
}
.color-h3{
	color:#FFFFFF!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.color-h4{
	color:#595682!important;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.p-style{
	line-height:20px;
	font-weight:normal;
}
.par01{
	padding-top:10px;
	color:#868786!important;
}
.par01-2{
	padding-top:80px;
	color:#868786!important;
	font-weight:normal;
}
.p-author-style{
	width:85.98%;
	line-height:20px;
}
.authcol1{
	width:250px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.authcol2{
	width:340px;
	margin-left:40px;
	padding-right:0px;
	margin-right:0px;
	padding-left:0px;
}
.authcol3{
	width:340px;
	margin-left:20px;
	padding-right:0px;
	margin-right:0px;
	padding-left:0px;
}
.authrow{
	width:980px;
}
.img-author-style{
	width:980px;
	height:440px;
	min-width:980px;
	min-height:440px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.authcol4{
	width:980px;
	height:440px;
	margin-left:0px;
	padding-left:0px;
	background-color:#FDDD84;
}
.img-shellm-style{
	width:420px;
	height:380px;
}
.block01-copy-2{
	background:linear-gradient(0deg, #2F3E54 0%, #30B7E3 100%);
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.row-style{
	width:100%;
	opacity:1.0;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.charhead2{
	font-family:"Open Sans";
	font-weight:800;
	font-size:40px;
	text-align:left;
	color:#59577F!important;
	padding-left:60px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.h2-style{
	font-size:40px;
	text-align:left;
	width:100%;
}
.charrow{
	background:linear-gradient(0deg, #2F3E54  0%, #33B2E5 100%);
	padding-bottom:80px;
}
.img-placeholder-us-style{
	width:140px;
	height:140px;
}
.charcol1{
	margin-bottom:40px;
}
.charimgcol{
	width:180px;
	margin:0px 0px 0px 60px;
	padding:0px 0px 0px 0px;
}
.chartextcol{
	width:240px;
	height:280px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 60px;
}
.img-9-style{
	width:140px;
	height:140px;
}
.img-6-style{
	width:140px;
	height:140px;
}
.img-7-style{
	width:140px;
	height:140px;
}
.img-8-style{
	width:140px;
	height:140px;
}
.img-10-style{
	width:140px;
	height:140px;
}
.img-11-style{
	width:140px;
	height:140px;
}
.charmidcol{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.charcol2{
	padding-left:40px;
}
.charh4{
	font-weight:800;
	font-family:"Open Sans";
	font-size:20px;
	text-transform:uppercase;
	color:#FEDD84!important;
}
.img-characters-style{
	height:340px;
}
.videocol{
	padding:0px 0px 0px 0px;
}
.storyr{
	height:860px;
	background-image:url("img/BG3.png");
	background-image: -webkit-image-set(url("img/BG3.webp") 1x,
url("img/BG3.webp") 2x);background-image: image-set(url("img/BG3.png") 1x,
url("img/BG3.png") 2x,url("img/BG3.webp") 1x,
url("img/BG3.webp") 2x);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.storyh2{
	font-family:"Open Sans";
	font-weight:800;
	font-size:40px;
	text-transform:uppercase;
	padding-top:80px;
	color:#FBA600!important;
	padding-left:20px;
}
.storyh4{
	padding-left:20px;
	font-weight:bold;
	font-size:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:60px;
}
.storyp{
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
	color:#9C9D9B!important;
	margin-bottom:20px;
}
.storylink{
	padding-left:20px;
	font-family:"Open Sans";
	font-weight:800;
	color:#C5411B!important;
	font-size:14px;
}
.contactrow{
	background-color:#575756;
	padding-bottom:80px;
}
.field{
	background-color:#191919;
	color:#FEFFFE!important;
}
.contacttitle{
	color:#FBA600!important;
	font-family:"Open Sans";
	font-weight:800;
	font-size:40px;
	padding-left:20px;
}
.form1{
	padding-left:20px;
}
.submit{
	background-color:#FBA600;
	font-family:"Open Sans";
	font-weight:800;
	text-transform:uppercase;
	color:#000000!important;
}
.fieldt{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.submit:hover{
	color:#FEFFFE!important;
}
.field:active{
	color:#FEFFFE!important;
	background-color:transparent;
}
.field:focus{
	background-color:transparent;
	color:#FEFFFE!important;
}
.contactrow:focus{
	padding-bottom:80px;
}
.contactcol2{
	padding-top:170px;
	margin-left:40px;
}
.address{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}
.social{
	height:100px;
	width:120px;
	color:#FAA600!important;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:80px 0px 0px 0px;
}
.socialcol{
	height:40px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.copy{
	color:#FBA600!important;
	font-size:8px;
	font-family:"Helvetica";
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}
.copy2{
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bottom{
	background-color:#2F3740;
	padding-bottom:100px;
}
.hasan{
	height:80px;
}
.des{
	text-align:center;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	padding-bottom:20px;
	letter-spacing:2px;
	color:#B2B2B2!important;
	padding-top:20px;
}
.bgshell{
	background-image:url("img/BG.svg");
	width:100%;
}
.row-4-style{
	width:100%;
}
.mancol01{
	font-weight:bold;
	color:#FFFFFE!important;
	text-align:left;
	max-width:90px;
	padding:0px 0px 0px 0px;
}
.link01{
	color:#FFFFFE!important;
	font-weight:bold;
	padding-top:48px;
	max-width:60px;
	margin-right:30px;
}
.link02{
	color:#FEFFFE!important;
	font-weight:bold;
	padding-top:48px;
	width:100px;
	margin-right:30px;
}
.mancol02{
	max-width:130px;
	padding:0px 0px 0px 0px;
}
.mancol03{
	max-width:130px;
	padding:0px 0px 0px 0px;
}
.link03{
	width:100px;
	padding-top:48px;
	color:#FEFFFE!important;
	font-weight:bold;
	margin-right:30px;
}
.link04{
	width:70px;
	padding-top:48px;
	color:#FFFFFE!important;
	font-weight:bold;
	margin-right:30px;
}
.mancol04{
	max-width:100px;
	padding:0px 0px 0px 0px;
}
.link05{
	width:50px;
	font-family:"Muna";
	font-weight:bold;
	font-size:19px;
	color:#FEFFFE!important;
	padding-top:43px;
}
.mancol05{
	max-width:50px;
	padding:0px 0px 0px 0px;
}
.block0{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 0px 0px 0px;
}
.block0a{
	width:980px;
	background-color:#004665;
	background-size:100% auto;
	max-width:980px;
	min-width:980px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.img-13-style{
	height:60px;
}
.logocola{
	height:80px;
	min-height:80px;
	margin-right:20px;
	padding:20px 0px 0px 0px;
}
.row0a{
	height:100px;
	min-height:100px;
	max-height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menucol1a{
	font-family:"Helvetica";
	color:#FFFFFF!important;
	min-width:80px;
	width:80px;
	height:80px;
	min-height:80px;
	max-width:80px;
	margin-right:40px;
	padding:0px 0px 0px 0px;
}
.link1a{
	font-family:"Muna";
	font-size:24px;
	color:#FEFFFE!important;
	font-weight:bold;
	width:50px;
	margin-left:30px;
	padding-top:35px;
}
.link5a{
	font-weight:bold;
	font-size:15px;
	color:#FEFFFE!important;
	padding-top:40px;
	height:60px;
	min-height:60px;
	width:100px;
	min-width:100px;
	padding-left:20px;
	max-width:100px;
}
.menucol5a{
	min-height:80px;
	height:80px;
	width:100px;
	min-width:100px;
	max-width:100px;
	padding:0px 0px 0px 0px;
}
.menucol2a{
	height:80px;
	min-height:80px;
	width:120px;
	min-width:120px;
	max-width:120px;
	padding:0px 0px 0px 0px;
}
.link2a{
	font-family:"Muna";
	color:#FEFFFE!important;
	font-size:24px;
	font-weight:bold;
	padding-top:35px;
	width:120px;
	padding-left:30px;
}
.menucol3a{
	max-height:80px;
	height:80px;
	min-height:80px;
	width:170px;
	min-width:170px;
	max-width:170px;
	padding:0px 0px 0px 0px;
}
.link3a{
	font-family:"Muna";
	font-weight:bold;
	font-size:24px;
	color:#FFFFFE!important;
	padding-top:35px;
	padding-left:30px;
	width:170px;
}
.menucol4a{
	height:80px;
	min-height:80px;
	max-height:80px;
	width:95px;
	min-width:95px;
	max-width:95px;
	padding:0px 0px 0px 0px;
}
.link4a{
	font-family:"Muna";
	font-size:24px;
	font-weight:bold;
	color:#FFFFFE!important;
	padding-top:35px;
	padding-left:30px;
	width:95px;
}
.block1a{
	width:980px;
	min-width:980px;
	max-width:980px;
	background-size:length;
	background-image:url("img/BG.svg");
	height:400px;
	min-height:400px;
	max-height:400px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.authcola{
	background-color:#FEDD84;
	direction:rtl;
	max-height:480px;
	padding:40px 0px 80px 0px;
}
.authh4{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:bold;
	font-size:40px;
	color:#FEFFFE!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.authh42{
	font-family:"Muna";
	direction:rtl;
	text-align:right;
	font-weight:bold;
	color:#336084!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}
.authpa{
	color:#666666!important;
	font-family:"Muna";
	direction:rtl;
	text-align:justify;
	font-size:16px;
	padding-left:20px;
}
.auth3cola{
	padding-top:80px;
}
.authbg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.imgcol{
	max-width:240px;
	padding-left:20px;
}
.img-15-style{
	height:270px;
}
.charh2a{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:bold;
	font-size:40px;
	padding-right:40px;
	color:#336084!important;
}
.chara{
	direction:rtl;
	text-align:right;
	padding-right:40px;
	padding-left:40px;
}
.charta{
	font-family:"Muna";
	font-weight:bold;
	text-align:right;
	color:#F9A600!important;
	font-size:24px;
	direction:rtl;
}
.charpa{
	font-family:"Muna";
	direction:rtl;
	text-align:justify;
	color:#FEFFFE!important;
	font-size:16px;
	font-weight:normal;
}
.charimga{
	width:300px;
	max-width:600px;
	min-width:400px;
	padding-right:0px;
	padding-left:0px;
}
.charpa2{
	padding-bottom:60px;
	min-height:200px;
}
.storyabg{
	width:980px;
	background-image:url("img/BG4.jpg");
	background-image: -webkit-image-set(url("img/BG4.webp") 1x,
url("img/BG4.webp") 2x);background-image: image-set(url("img/BG4.jpg") 1x,
url("img/BG4.jpg") 2x,url("img/BG4.webp") 1x,
url("img/BG4.webp") 2x);
	background-size:cover;
	direction:rtl;
	height:860px;
}
.storyat{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:bold;
	font-size:40px;
	padding-top:40px;
	color:#F9A600!important;
	padding-bottom:40px;
}
.storyat2{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:bold;
	font-size:24px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.storyap{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:normal;
	font-size:24px;
	color:#9C9C9C!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.storyal{
	direction:rtl;
	text-align:right;
	color:#C5411B!important;
	font-family:"Muna";
	font-size:24px;
	font-weight:bold;
	padding-bottom:40px;
}
.contacta{
	background-color:#575756;
	direction:rtl;
}
.row-contacta-style{
	opacity:0.6;
	background-color:#565756;
}
.contactacol{
	direction:rtl;
}
.contft{
	direction:rtl;
	text-align:right;
	font-family:"Muna";
	font-weight:bold;
	font-size:24px;
}
.contff{
	background-color:#181918;
}
.sendbtn{
	background-color:#F8A600;
	font-family:"Muna";
	font-weight:bold;
	color:#000000!important;
	font-size:24px;
}
.form{
	padding-bottom:80px;
}
.addressa{
	direction:rtl;
	font-family:"Muna";
	color:#FFFFFE!important;
	font-size:24px;
	text-align:right;
}
.addressa2{
	font-size:18px;
	text-align:left;
}
.p-contact-style{
	font-family:Helvetica;
	direction:rtl;
	text-align:right;
}
.copya{
	font-family:"Muna";
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#F3A300!important;
}
.addresscol{
	padding-top:180px;
}
.copyt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.row-bloc-6-style{
	width:100%;
}
.row-story-style{
	opacity:1.0;
}
.auth{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 0px 0px 0px;
}
.char{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 0px 0px 0px;
}
.video{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding-right:0px;
	padding-left:0px;
}
.story{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding-right:0px;
	padding-left:0px;
}
.cont{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding-right:0px;
	padding-left:0px;
}
.imgauth{
	background-color:#FFDD84;
	width:980px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1558:#FAA600;
	
}



/* Text colour styles */

.tc-1558{
	color:var(--swatch-var-1558)!important;
}

/* Icon colour styles */

.icon-1558{
	color:var(--swatch-var-1558)!important;
	border-color:var(--swatch-var-1558)!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	.menu{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.cont0{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menucol{
		text-align:right;
		max-width:130px;
	}
	.row{
	}
	.col00{
		width:200px;
		max-width:200px;
	}
	.row-bloc-0-style{
		width:100%;
	}
	.col1{
		background-size:length;
		background-position:center top;
		width:760px;
		min-width:760px;
	}
	.block01{
		width:760px;
		margin-right:auto;
		margin-left:auto;
	}
	.col2{
		width:760px;
		max-width:760px;
	}
	.par01-03{
		color:#868785!important;
		margin:-15px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-style{
		width:100%;
	}
	.authrow{
		width:760px;
		max-width:760px;
	}
	.par01-2{
		width:0px;
	}
	.authcol4{
		width:760px;
		background-size:length;
		height:390px;
	}
	.img-author-style{
		width:760px;
		min-width:760px;
	}
	.block0{
		width:760px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.col001{
		width:560px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.test{
		width:570px;
		padding-left:10px;
	}
	.link01{
		width:60px;
		color:#FFFFFF!important;
		font-weight:bold;
		padding-top:48px;
		margin-right:20px;
	}
	.loink02{
	}
	.link02{
		width:130px;
		padding-top:48px;
		color:#FEFFFE!important;
		font-weight:bold;
		margin-right:20px;
	}
	.link03{
		width:100px;
		padding-right:0px;
		padding-top:48px;
		font-weight:bold;
		color:#FFFFFF!important;
		margin-right:20px;
	}
	.link04{
		padding-top:48px;
		font-weight:bold;
		color:#FEFFFF!important;
		margin-right:20px;
		width:70px;
	}
	.link05{
		font-family:"Muna";
		font-weight:bold;
		font-size:20px;
		color:#FFFFFF!important;
		padding-top:43px;
		width:50px;
	}
	.link-style{
		opacity:1.0;
		width:100px;
	}
	.mancol01{
		width:90px;
		max-width:90px;
		padding-right:0px;
		padding-left:0px;
	}
	.mancol02{
		max-width:120px;
		padding-right:0px;
		padding-left:0px;
	}
	.mancol03{
		max-width:120px;
		padding-right:0px;
		padding-left:0px;
	}
	.mancol04{
		max-width:90px;
		padding-right:0px;
		padding-left:0px;
	}
	.row-5-style{
		width:100%;
	}
	.mancol05{
		max-width:50px;
		padding-right:0px;
		padding-left:0px;
	}
	.row-4-style{
		width:540px;
	}
	.charrow{
		max-width:760px;
		width:760px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.charcol1{
		max-width:760px;
		padding-left:60px;
	}
	.block03{
		width:760px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.charhead2{
		text-align:left;
		padding-left:0px;
	}
	.charh4{
		text-align:left;
	}
	.chartextcol{
		height:300px;
		width:300px;
		padding:0px 0px 0px 0px;
	}
	.charimgcol{
		width:160px;
		text-align:left;
		margin-left:0px;
	}
	.charcol2{
		padding-left:60px;
	}
	.img-characters-style{
		height:300px;
		margin-top:100px;
	}
	.block04{
		width:760px;
		margin-right:auto;
		margin-left:auto;
		padding-right:0px;
		padding-left:0px;
	}
	.storyr{
		background-size:cover;
		background-position:left center;
	}
	.block05{
		width:760px;
		padding-right:0px;
		padding-left:0px;
		margin-right:auto;
		margin-left:auto;
	}
	.contactcol2{
		padding-top:170px;
		margin:0px 0px 0px 0px;
	}
	.des{
		padding-top:30px;
		text-transform:none;
	}
	.block1a{
		width:760px;
		min-width:760px;
		max-width:760px;
		height:320px;
		max-height:320px;
		min-height:320px;
	}
	.img-shellma-style{
		width:340px;
	}
	.block0a{
		width:760px;
		min-width:760px;
		max-width:760px;
	}
	.row-bloc-6-style{
		width:78.49%;
	}
	.link1a{
		margin-left:20px;
	}
	.link2a{
		padding-left:20px;
	}
	.link3a{
		padding-left:20px;
		width:160px;
	}
	.link4a{
		padding-left:20px;
		width:85px;
	}
	.link-الشخصيات-style{
		opacity:1.0;
		width:110px;
	}
	.link-المؤلف-style{
		opacity:1.0;
		width:40px;
	}
	.img-13-style{
		height:50px;
		max-width:160px;
		width:160px;
		margin-top:5px;
	}
	.bloc-bloc-6-style{
		opacity:1.0;
	}
	.logocola{
		width:200px;
		height:80px;
		min-width:0px;
		max-width:200px;
		min-height:80px;
	}
	.row0a{
		width:760px;
	}
	.auth{
		width:760px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.authbg{
		max-height:340px;
	}
	.authcola{
		max-height:380px;
	}
	.char{
		width:760px;
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 0px 0px;
	}
	.img{
		padding-top:160px;
	}
	.video{
		width:760px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.story{
		width:760px;
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 0px 0px;
	}
	.storyabg{
		width:760px;
		height:760px;
		background-size:cover;
		background-position:right center;
	}
	.storyat{
		padding-top:140px;
	}
	.cont{
		width:760px;
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 0px 0px;
	}
	.addresscol{
		padding-top:140px;
	}
	.copyt{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menucol1a{
		margin-right:0px;
	}
	.p-28-style{
		font-size:20px;
	}
	.p-contact-style{
		font-size:16px;
	}
	
}

@media (max-width: 767px){
	.block0{
		width:570px;
	}
	.mancol01{
		width:0px;
		max-width:0px;
	}
	.mancol02{
		width:0px;
		max-width:0px;
	}
	.link04{
		margin-right:20px;
	}
	.mancol05{
		margin-left:40px;
		color:#FEFFFE!important;
	}
	.link05{
		margin-left:220px;
	}
	.block01{
		width:570px;
	}
	.bloc-style{
		opacity:1.0;
	}
	.col2{
		width:570px;
		max-width:570px;
	}
	.authrow{
		width:570px;
		max-width:570px;
	}
	.authcol1{
		width:200px;
	}
	.authcol2{
		margin-left:20px;
		width:320px;
	}
	.img-author-style{
		opacity:1.0;
		width:570px;
		max-width:570px;
		min-width:570px;
	}
	.authcol4{
		height:348px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-characters-style{
		opacity:1.0;
		margin-right:0px;
		margin-left:0px;
		margin-top:-50px;
		padding:0px 0px 0px 60px;
	}
	.chartextcol{
		width:300px;
	}
	.vid{
		width:100%;
	}
	.block03{
		width:570px;
		max-width:570px;
	}
	.charrow{
		width:570px;
		max-width:570px;
	}
	.p-characters-style{
		font-size:16px;
	}
	.p-5-style{
		font-size:16px;
	}
	.p-6-style{
		font-size:16px;
	}
	.p-7-style{
		font-size:16px;
	}
	.p-8-style{
		font-size:16px;
	}
	.p-9-style{
		font-size:16px;
	}
	.p-10-style{
		font-size:16px;
	}
	.block04{
		width:570px;
	}
	.storyr{
		background-position:center center;
		padding-left:20px;
	}
	.block05{
		width:570px;
	}
	.contacttitle{
		padding-left:40px;
	}
	.form1{
		padding-left:0px;
		width:540px;
		max-width:540px;
		min-width:540px;
	}
	.form-style{
		width:500px;
	}
	.fieldt{
		text-align:left;
		font-size:16px;
	}
	.contactcol2{
		padding-top:80px;
	}
	.social{
		min-width:100px;
		max-width:100px;
		width:100px;
		margin-right:0px;
		margin-left:auto;
	}
	.row-style{
		width:100%;
	}
	.col1{
		width:570px;
		min-width:570px;
	}
	.img-shellm-style{
		padding-right:0px;
		margin-right:0px;
	}
	.img-3-style{
		width:160px;
	}
	.row-4-style{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.test{
		margin:0px 0px 0px 0px;
	}
	.block0a{
		width:570px;
		min-width:570px;
		max-width:570px;
	}
	.row0a{
		width:570px;
	}
	.menucol4a{
		width:0px;
		min-width:0px;
		max-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menucol3a{
		width:0px;
		min-width:0px;
		max-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menucol2a{
		width:0px;
		min-width:0px;
		max-width:0px;
	}
	.menucol1a{
		width:0px;
		min-width:0px;
		max-width:0px;
	}
	.link5a{
	}
	.menucol5a{
		margin-right:250px;
		margin-left:0px;
		text-align:left;
		width:100px;
	}
	.block1a{
		width:570px;
		min-width:570px;
		max-width:570px;
	}
	.auth3cola{
		width:0px;
		height:0px;
		min-width:0px;
		min-height:0px;
		max-width:0px;
		max-height:0px;
	}
	.authcola2{
		width:250px;
		min-width:250px;
		max-width:250px;
		height:720px;
	}
	.imgcol{
		width:240px;
		min-width:240px;
	}
	.authcola{
		width:570px;
		min-width:570px;
		max-width:570px;
		padding-bottom:0px;
		max-height:720px;
	}
	.char{
		width:570px;
		max-height:38000px;
	}
	.video{
		width:570px;
	}
	.story{
		width:570px;
	}
	.storyabg{
		width:570px;
		height:570px;
	}
	.cont{
		width:570px;
	}
	.contff{
		direction:rtl;
		text-align:right;
		font-family:"Muna";
		font-size:24px;
		font-weight:normal;
	}
	.addresscol{
		padding-top:0px;
	}
	.auth{
		width:570px;
	}
	.chara{
		max-height:3600px;
	}
	
}

@media (max-width: 575px){
	.img-style{
		padding-left:0px;
		height:60px;
	}
	.col001{
		width:120px;
	}
	.block0{
		width:320px;
		max-width:320px;
		min-width:320px;
		margin-right:auto;
		margin-left:auto;
	}
	.menu{
		width:320px;
		margin-right:auto;
		margin-left:auto;
		min-width:320px;
		max-width:320px;
	}
	.link03{
		width:0px;
		max-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.row{
	}
	.test{
		width:100px;
		max-width:100px;
		min-width:100px;
		padding-left:0px;
		margin-left:0px;
	}
	.col00{
		width:180px;
		max-width:180px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.link01{
		width:0px;
		max-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.link02{
		width:0px;
		max-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.link04{
		width:0px;
		max-width:0px;
		min-width:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.link05{
		width:30px;
		max-width:30px;
		min-width:30px;
		margin-left:0px;
		padding-left:0px;
		padding-top:25px;
	}
	.col1{
		width:320px;
		min-width:320px;
		max-width:320px;
		margin-right:auto;
		margin-left:auto;
		height:300px;
	}
	.img-shellm-style{
		height:280px;
		width:300px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;
	}
	.cont0{
		width:320px;
		min-width:320px;
		max-width:320px;
		margin-right:auto;
		margin-left:auto;
	}
	.row-bloc-0-style{
		width:320px;
		min-width:320px;
		max-width:320px;
	}
	.row-4-style{
	}
	.row-5-style{
	}
	.mancol04{
		max-width:0px;
	}
	.mancol05{
		margin-left:40px;
		margin-top:0px;
	}
	.block01{
		width:320px;
	}
	.col2{
		width:320px;
		max-width:320px;
		padding-top:40px;
	}
	.authrow{
		width:320px;
		max-width:320px;
	}
	.authcol2{
		margin:0px 20px 0px 20px;
		padding:0px 0px 0px 0px;
	}
	.authcol4{
		width:320px;
		height:140px;
	}
	.img-author-style{
		width:320px;
		min-width:320px;
		max-width:320px;
		height:145px;
		min-height:145px;
	}
	.color-h3{
		margin-top:20px;
	}
	.authcol3{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.block03{
		width:320px;
		max-width:320px;
	}
	.charrow{
		width:320px;
		max-width:320px;
	}
	.charcol1{
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
	}
	.charhead2{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.charcol2{
		padding-left:20px;
		padding-right:20px;
	}
	.charimgcol{
		width:320px;
	}
	.chartextcol{
		height:340px;
	}
	.img-characters-style{
		padding-left:0px;
		margin-top:0px;
		height:280px;
	}
	.block04{
		width:320px;
	}
	.storyr{
		padding-right:20px;
		background-position:right top;
		background-size:auto 800px;
		height:800px;
	}
	.storyh2{
		padding-left:0px;
		padding-right:0px;
		font-size:34px;
		padding-top:100px;
	}
	.storyh4{
		margin:80px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.block05{
		width:320px;
	}
	.contacttitle{
		padding-left:0px;
	}
	.form1{
		width:280px;
		min-width:280px;
		max-width:280px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.cols{
		width:320px;
		padding:20px 20px 20px 20px;
	}
	.block0a{
		width:320px;
		min-width:320px;
		max-width:320px;
	}
	.menucol5a{
		margin-right:0px;
	}
	.block1a{
		width:320px;
		min-width:320px;
		max-width:320px;
	}
	.img-shellma-style{
		width:275px;
	}
	.auth{
		width:320px;
	}
	.authcola{
		width:320px;
		min-width:320px;
		max-width:320px;
		max-height:860px;
		margin-bottom:0px;
	}
	.imgcol{
		width:320px;
		text-align:center;
		min-width:320px;
		max-width:320px;
	}
	.authcola2{
		width:320px;
		min-width:320px;
		max-width:320px;
		text-align:center;
	}
	.authh4{
		text-align:center;
	}
	.authh42{
		text-align:center;
	}
	.authpa{
		text-align:center;
	}
	.bloc-author-style{
		opacity:1.0;
	}
	.char{
		width:320px;
		text-align:center;
	}
	.imgauth{
		width:320px;
		min-width:320px;
		max-width:320px;
		height:130px;
		background-color:#FFFFFF;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.authbg{
		background-color:#FEDD84;
		max-height:400px;
	}
	.charh2a{
		width:320px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.charimga{
		min-width:200px;
		max-width:200px;
		width:200px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.img{
		height:300px;
		width:400px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.video{
		width:320px;
	}
	.story{
		width:320px;
		height:600px;
	}
	.storyabg{
		width:320px;
		height:600px;
	}
	.storyat{
		width:320px;
		margin:0px 0px 0px 0px;
		padding:40px 0px 40px 0px;
	}
	.cont{
		width:320px;
	}
	.p-contact-style{
		font-size:16px;
	}
	.p-28-style{
		font-size:20px;
	}
	.social{
		text-align:center;
		margin-right:auto;
	}
	.contacta{
		width:320px;
		margin-right:auto;
		margin-left:auto;
	}
	.col{
		width:320px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
	}
	.row0a{
		width:320px;
	}
	.mancol03{
		max-width:0px;
	}
	
}

