@import url('https://fonts.googleapis.com/css?family=Amiri|Aref+Ruqaa|Cairo');


html[dir="rtl"] .icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.header_video {
    width:100%; 
    height:200px;
    position:relative;
    display:block;
    margin:0px;
    margin-bottom: 0;
    overflow: visible;
    z-index: 1;
}

.vidContain {
    width:100%; 
    height:200px;
    position:relative;
    display:block;
    margin:0px;
    margin-bottom: 0;
    overflow: visible;
    z-index: 1;
}

.vid {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: 0; /* Lower z-index to ensure it's behind other elements */
    overflow: visible; /* Ensure content doesn't get clipped */
}

/* .content {
    position:absolute;
    top:0; left:0;
    background: black;
    color:white;
} */


.responsive {
    max-width: 100%;
    height: auto;
}


.hidden {
    display: none;
}

.select-wrapper span.caret {
    color: unset;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24pt;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 96px; }
 
BODY {
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #333333; 
  margin: 0px;
  padding: 0px;
}

button {
   margin: 2px;
}

.main_bg {
    margin: 0px auto;
    width: 100%;
    padding-top: 20px;
    background-color: rgb(197, 197, 197);
}

.section_list {
    margin: 0px auto;
    padding: 20px;
    border-top: 2px solid #FFFFFF;
    text-align: center;     
}


.section_page_body {
    margin: 5px auto; 
    max-width: 1000px;
    min-height: 300px;
    padding: 20px 25px;
}

.section_page_file {
    margin: 5px auto; 
    max-width: 1000px;
    padding: 20px 25px;
}

.section_topic_header {
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    text-align: center; 
    background-color: #c5c5c5;    
}

.section_topic_body {  
    margin: 0 0 0 0;
    width: 100%;
    background-color: #cccccc;    
}

.text_page {
    background-color: #f1f7f3;
    font-size: larger;
    margin: 5px auto; 
    max-width: 1200px;
    padding: 40px 50px;
    border: 1px solid grey;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.form-edit {
    margin: 5px auto; 
    max-width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.form-login {
    margin: 5px auto; 
    width: 600px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-inshad {
    margin: 5px auto; 
    width: 700px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-pages {
    margin: 5px auto; 
    width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-email {
    margin: 5px auto; 
    max-width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.nav_pag_div {
    margin: 5px auto;
    padding: 5px;
    border-top: 2px solid #FFFFFF;
    text-align: center;     
}

.nav_pag_last_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_next_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_center_div {
    max-width: 200px;
    display: inline-block;
}

.nav_pag_play_div {
    width: 200px;
    display: inline-block;
}

.nav_pag_first_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_prev_div {
    width: 60px;
    display: inline-block;
}


/* header section */

#header_div {
  height: 100%;
  margin: 0;
  opacity: .6;
} 

#banner_div {
  height: 100%;
  padding: 0px;
}

#banner_img {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.search_div {
    height: 100%;
    padding: 0 5px 0 5px;
    margin: 10px auto;
    background-color: #FFF;
    border: 2px solid orange;
    border-radius: 5px;
    -moz-border-radius: 5px;    
  }

  .search_div_mobile {
    height: 100%;
    padding: 0 5px 0 5px;
    margin: 10px auto;
    background-color: #FFF;
    border: 2px solid orange;
    border-radius: 5px;
    -moz-border-radius: 5px;    
  }
    

#social_div {
  min-height: 60px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
}

#social_div_e {
  min-height: 60px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: right;
}

/* footer section */

footer {
  background-color: #656665;
  padding: 20px; 
} 

P.footer {
    text-align: center;
    font-size: 9pt;
    color: #afd3f7;
    padding: 5px;
}

A.footer {
    font-size: 9px;
    color: #d9ecc5;
    text-decoration: none;
}

A.footer:hover {
    color: #def185;
    text-decoration: underline;
    background-color: #dcebff;
}

/* pages section - biography */
div.page {
    padding: 5px 10px 5px 10px;
    margin: 10px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: right;
    line-height: 15pt;
    max-width: 1000px; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 1px solid  #5c5555;
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

H1.page {
    text-align: center;
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bolder;
    color: #331400;
    BACKGROUND-COLOR: #FFAD5C;
}

div.page_e {
    direction: ltr;
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    line-height: 15pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 2px solid #777777;
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

#page_header {
    padding: 5px 5px 5px 5px;
    background-color: #9b9c9b;
    margin: 10px;
} 

#page_body {
    padding: 10px 20px;
} 


div.sidebar {
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    text-align: right;
    line-height: 20pt;
    width: 100%; 
    COLOR: #1b1f1b; 
    background-color: #d4d4d4;
}

div.sidebar a {
    COLOR: #29412b; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar a:hover {
    COLOR: #f51f1f; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar_e {
    direction: ltr;
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    line-height: 18pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: rgb(219, 214, 214);
}

div.sidebar_e a {
    COLOR: #333333; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 16pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar_e a:hover {
    COLOR: #f51f1f; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 16pt;
    font-weight: bold;
    line-height: 20pt;
}

/* photos */
#photos_list {
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    text-align: center;
    padding: 10px 50px;
    background-color: #333333;
    border: 1px solid #413f3f; 
}


.photo_box {
    display: inline-block;
    width: 310px;
    height: 320px;
    border: 2px solid #424242;
    background-color: #333;
    text-align: center; 
    margin: 10px;
}

.photo_thumb_box {
    width: 300px;
    height: 250px;
}

.photo_action {
    margin: 2px;
    padding: 2px 5px;
    width: 300px;
    height: 60px;
}

.photo_center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


IMG.photo_thumb {
    background: #333333;
    vertical-align: middle;
    max-height: 200px;
    max-width: 200px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

IMG.photo {
    width: 100%;
    height: auto;
    margin-top: 0px;
    max-height: 1000px;
    max-width: 1000px;
    border: 5px solid #ffffff;
}


.photoCapt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: white;
	FONT-WEIGHT: bold; 
  TEXT-DECORATION: none;
  PADDING-TOP: 5px; 
	PADDING-RIGHT: 5px; 
  PADDING-LEFT: 5px; 
  PADDING-BOTTOM: 0px; 
}

.photoBy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  TEXT-DECORATION: none;
  PADDING-TOP: 2px; 
	PADDING-RIGHT: 5px; 
  PADDING-LEFT: 5px; 
  PADDING-BOTTOM: 2px; 
  color: #758AA8;
}

IMG.photo_thumb:hover {
    border: 4px solid #000;
}

.photo_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.photo_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.photo_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.photo_box_header h2 a:active {
	text-decoration: none; color: white; 
	}



.icon_box {
    margin: 5px auto;
    padding: 5px;
    height: 300px;
    width: 400px;
    display: inline-block; 
    /* box-shadow: 0px 3px 10px grey; */
}

.icon_body {
    height: 280px;
    width: 100%;
    /* display: inline-block; */
    /* box-shadow: 0px 3px 10px grey; */
}


.spage_box {
    margin: 5px auto;
    padding: 5px;
    /* height: 400px; */
    width: 400px;
    display: inline-block; 
    /* box-shadow: 0px 3px 10px grey; */
}

.spage_body {
    height: 280px;
    width: 100%;
    /* display: inline-block; */
    /* box-shadow: 0px 3px 10px grey; */
}


/* contacts */

.contact_page {
    margin: 10px auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border: 2px solid #6fdda1;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

#contact_header {
    margin-top: 5px;
    text-align: center;     
    background-color: #eeeeee;
}

#contact_body {
    margin: 10px;
    background-color: #ffffff;
    text-align: right;     
}

/* misc */


.hl0 { background-color: #FFFF99 }
.hl1 { background-color: #FF99FF }
.hl2 { background-color: #99FFFF }

.row_0 {background-color:rgb(192, 194, 196)}
.row_1 {background-color:#EFF5FB}

.contact {
    border: 1px solid #CCCCFF; 
    max-width: 580;
    height: 440; 
    text-align: right;
    font-size: 14pt;
  	COLOR: #00662a; 
    background-color: #FFFFCC;
    margin: 10px;
    border-collapse: collapse;
    border-color: #00662a;
    padding: 5;
}

TD.contact {
  background-color: #dcebff;
  border-color: #dcebff;
}

TD.contact2 {
  background-color: #00662a;
  border-color: #dcebff;
}

.quote {
    border: 1px solid #CCCCFF; 
    width: 80%; 
    padding: 20px 20px 20px 20px;
    text-align: right;
    font-size: 14pt;
  	COLOR: #003366; 
    background-color: #FFFFCC;
    margin: 10px;
}



div.message {
    margin: 20px auto;
    padding: 20px;
    font-size: 18pt;
    text-align: center;
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}

P.message {
    text-align: center;
    font-size: 18pt;
    color: #377450;
    padding: 5px;
    width: 80%;
}


div.error {
    margin: 20px auto;
    padding: 20px;
    font-size: 18pt;
    text-align: center;
    COLOR: red; 
    background-color: #FFFFFF;
    border: 1px solid red;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}

P.error {
    text-align: center;
    font-size: 18pt;
    color: red;
    padding: 5px;
    width: 80%;
}

P.quote {
    text-align: right;
    font-size: 12pt;
    line-height: 13pt;
    margin: 20px; 
    COLOR: #333333; 
    padding: 5px;
}

P.reference {
    text-align: right;
    font-size: 12pt;
    line-height: 13pt;
    margin: 10px; 
    COLOR: #333333; 
    padding: 5px;
}


/* Admin Control Panel */
.table-admin {
    width: 80%;
    border: 2px solid #333;
    margin: 5px auto;
    text-align: right;
}

.table-admin th {
    color: white;
    background-color: #A96721; 
}

#admin_sub_menu {
    text-align: right;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}

#arabic_sub_menu {
    text-align: right;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}

#english_sub_menu {
    text-align: left;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}



H1 {
    margin: 0 auto;
    font-size: 20pt;
    line-height: 24pt;
    font-weight: bolder;
}

H2 {
    margin-top: 16pt;
    margin-bottom: 2pt;
    font-size: 16pt;
    line-height: 18pt;
    font-weight: bolder;
}


H3 {
    margin: 0 auto;
    font-size: 14pt;
    font-weight: bolder;
}

H4 {
    margin: 0 auto;
    font-size: 15pt;
    font-weight: bold;
}

H5 {
    margin: 0 auto;
    padding: 10px;
    font-size: 14pt;
}

H6 {
    margin: 0 auto;
    font-size: 11pt;
    line-height: 11pt;
    font-weight: bold;
    color: #A4A4A4;
}

/* label color */
 .input-field label {
    font-size: 15pt;
    font-weight: bold;
    color: rgb(119, 119, 124);
 }
 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #000;
 }
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
 }
 /* valid color */
 .input-field input[type=text].valid {
   border-bottom: 1px solid rgb(32, 97, 61);
   box-shadow: 0 1px 0 0 rgb(24, 77, 27);

 }
 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
   color: red;
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #000;
 }

.material-tooltip {
    width: 200px; 
    background-color: #3a2212;
}
  
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* user */
.user_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.user_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.user_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.user_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.user_img {
    max-width: 200px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.user_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.user_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.user_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.user_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: black; 
	line-height: 1.0em;
}
.user_box_header h2 a:link {
	text-decoration: none; color: black; 
	}
.user_box_header h2 a:visited {
	text-decoration: none; color: black; 
	}
.user_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.user_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.user_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.user_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.user_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

div.mobile-nav{
    width:100%;
    margin: 0px auto;
    position: relative;
    z-index: 1000;
    background-color: rgba(25, 118, 210, 1) !important; /* Solid background color */
}

ul.mobile-nav{
    width:100%;
    margin: 0px auto;
}

ul.mobile-nav li{
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #6c8086;
}

ul.mobile-nav li>a{
    font-size: 20px;
    color: #e4ecf7;
    font-weight: 400;
}

ul.mobile-nav li:hover{
    background: #39af7e;
}

/* Fix for mobile menu in Arabic version */
.mobile-menu {
    width: 100%;
    position: relative;
    z-index: 100; /* Ensure it appears above other elements */
    clear: both;
}

.btn-tiny {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

strong { font-weight: bold; }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgb(202, 134, 8);
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(197, 122, 8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(202, 134, 8) transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }  


  .collection .collection-item {
    font-size: 14px;
    font-weight: bold;
    color: rgb(43, 221, 147);
  }

 /* 
  .dropdown-content {
    background-color: #fee4a5;
}

.select-wrapper .caret {
  fill: rgba(0, 0, 0, 0.87);
}

*/

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #1cd167;
}


IMG.photo_icon {
    vertical-align: middle;
    height: 200px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}


.img-thumbnail {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px; 
}

IMG.photo_medium {
    vertical-align: middle;
    width: 500px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.carousel {
    height: 500px;
}

.carousel-item {
    width: 100%;
    height: 200px;
    padding: 10px;

}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

