﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    height: 100%;
    font-size:15px;
    /*font-family: 'Ubuntu Arabic';*/
	    font-weight: 500;
		    font-family: 'Tajawal', sans-serif;
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.language
{
    font-family: 'Heebo', sans-serif !important;
}
.header
{
	
    z-index: 999;
    position: sticky;
    top: 0;
    padding: 5px 0;
    background-color:#fff;
}


.header .socials {
	position: relative;
	overflow: hidden;	
/*	margin-top:20px;*/
	margin-top:25px;
	text-align:left;
	margin-bottom:0px;

}


.header ul 
{
	padding-right:0px;
	text-align:left;
}



.header .socials li {
    display: inline-block;	
    width: 33px!important;
    height: 36px;
}


.header .socials li a {
	width: 33px!important;
	height: 36px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.logo-header
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:85px;
	margin:auto;
	z-index:999;
	text-align:center;
}


.logo-header img
{
	display:none;
	margin:auto;
}

.carousel {
 /*  height: 782px;*/
  height:559px!important;
    position:relative;
    z-index:99;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
	    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
   /* background-size: cover;
    -o-background-size: cover;*/
		background-size: contain;

    background-color: #adadad;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 200px;
    right:40px;
    left:40px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:60px;
    font-weight:  bolder;
    color:#fefefe;
}

.caption-carousel h2 span{
    font-weight:    200;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-left: 100px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align: left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #e22726;
    border-color:#e22726;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #e22726;
    background-color: #FFFFFF;
    border-color: #e22726; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #e22726;
    border-color:#e22726;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #e22726;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}



.footer
{
	   /* margin-top: 50px;*/
	background:#000;
	font-size:16px;
	padding:50px 0 20px 0;
	color:#fff;
}

.footer ul
{
   padding-right:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	color:#fff;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #fff;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}



.footer .socials {
	position: relative;
	margin-top:20px;
	margin-bottom:0px;
}



.footer .socials li {
    display: inline-block;	
    width: 33px;
    height: 36px;
}


.footer .socials li a {
	width: 33px;
	height: 36px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.copyright
{
    background-color: #000;
    padding: 5px 0;
    color: #fff;
    directio:ltr;
    font-size: 14px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#fff;
}



.caption-inner {
     margin-bottom: 33px;
   /* margin-top: 17px;*/
    height: auto;
    width: 100%;
    color: #fff;
    padding: 22px 0 10px 0;
    text-align: center;
    /* background-color: #e2272d; */
    background-color: #878585;
    /* border-radius: 20px; */
 }


.caption-inner h3 {
    margin-bottom: 10px;
    /*line-height: 0px;*/
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #fff;
    font-weight: 800;
}





.content-inner {
    padding: 30px 0 0px 0;
    margin-bottom:0;
}


.title{
    color: #e22726;
    font-size:30px;
    margin-bottom:20px;
 }

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #e22726;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #e22726;
    margin-left: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #e22726;
    border-color: #e22726;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #e22726;
    background-color:#fff;
    border-color:#e22726;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #e22726;
    border-color: #e22726;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #e22726;
    background-color:#fff;
    border-color:#e22726;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #e22726;
    margin: 0px 20px 10px 0;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 10px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #e22726;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}





.title-news {
    font-size: 20px;
    color:#e22726;
    margin-bottom:10px;
    margin-top:10px;
}



.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
margin-bottom:30px;
background-color:#868686;
text-align:right;
}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 10px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #fff;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.title-gallery {
    font-size: 20px;
    color: #e22726;
    margin: 30px 0;
    text-align: center;
}




.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #222222;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#e22726;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.share-article {
    margin-top: 5px;
}


span.share-text {
    font-size: 15px;
    font-weight: 700;
    color: black;
    margin-top: 21px;
}

.coming-soon{
    --delay: calc((var(--char-index) + 1)* 400ms);
    animation: breathe 4000ms infinite both;
    animation-delay: var(--delay);
}

.jorcf h2 {
    height: 139px;
    margin-top: 0px;
    margin-bottom: 10px;
	text-align:center;
    /* text-transform: capitalize; */
    color: #e2272d;
}

.jorcf p {
    font-size:48px!important;
}

 @keyframes breathe {
  0% {
    font-variation-settings: 'wght' 100, 'wdth' 25;
    font-size: 25px;
  }
  60% {
    font-variation-settings: 'wght' 700, 'wdth' 40;
    font-size: 25px;
color:#000000;
  }
  
  100% {
    font-variation-settings: 'wght' 100, 'wdth' 50;
    font-size: 25px;
  }
}


.clubs1 tr:nth-of-type(odd) {
    background: #aaaaaa;
    color: #ffffff;
}

.clubs1 {
    /* border-radius: 2px; */
    margin: 26px 136px;
    width: 75%;
    box-shadow: 0 0 12px #464646;
    /* background: #F2F2F2; */
    cursor: 15px;
    border: 1px solid #ffffff;
    /* border-radius: 30px; */
}

.clubs1 td {
    padding: 14px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: none;
}
.share-article {
    display: none;
	
}
h3.Activity {
    color: #000000;
}

.header .socials {
    display: none;
}


.frame .details {
	 transition: none!important;
    width: 100%!important;
    height: 100%!important;
   
    background: rgb(117 114 114 / 69%)!important;

}
.frame .details h2 {
    margin-top: 46%!important;
}

.frame {
       margin-bottom: 14px!important;
}


#button1 {
  display: inline-block;
  background-color: #08af5d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button1::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button1:hover {
  cursor: pointer;
  background-color: #333;
}
#button1:active {
  background-color: #555;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}


.menu-logo {
    padding: 10px 0 10px 0;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 9999;
    background: #ffffff;
}

.menu-logo .logo img {
    margin-top: 0px;
    margin-right: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky .logo img{

    width: 52%;  
}


.sticky  {
		padding: 12px 0 28px 0 !important;
	    background-size: 100% 117%;
    padding: 3px 0 0px 0;
}

.sticky #cssmenu > ul > li > a {
    font-size: 17px;
}


.sticky .text-top2 {
    text-align: right;
    margin-top: 14px;
}



.margin3{

 display: flex;
    justify-content: center;
}

.sticky #cssmenu {
    width: auto;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
}


@media (min-width: 1000px) {
.carousel {
   /* height: 948px;*/
}

}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
}

