body,
html {
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden;
  background-color: rgba(61, 100, 133,0.5)
}
p {
  margin: 0;
  margin-bottom: 0px;
}

a,a:link,a:hover,a:active,a:visited{
	text-decoration:none !important; color:inherit;
}
a:hover{
	color:var(--Green) !important
}
/* Variable */
:root {
  --White: white;
  --Lightgreen: #42f58b;
  --LightBlue: #3274a8;
  --Green: #8ec933;
  --Gray: gray;
  --Blue : #3d6485;
}

/* Add Font */
@font-face {
  font-family: "JazeeraBold";
  src: url("../fonts/Jazeera-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Jazeera-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Jazeera-Bold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Jazeera-Bold.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/Jazeera-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Jazeera-Bold.svg#Jazeera-Bold") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Jomhuria";
  src: url("../fonts/Jomhuria-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Jomhuria-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Jomhuria-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Jomhuria-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/Jomhuria-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Jomhuria-Regular.svg#Jomhuria-Regular") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Jazeera";
  src: url("../fonts/Jazeera-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Jazeera-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Jazeera-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Jazeera-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/Jazeera-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Jazeera-Regular.svg#Jazeera-Regular") format("svg"); /* Legacy iOS */
}
/* Main Css */
.JazeeraBold {
  font-family: "JazeeraBold";
}
.Jazeera {
  font-family: "Jazeera";
}
.Jomhuria {
  font-family: "Jomhuria";
}
.Flex {
  display: flex;
}
.HCenter {
  justify-content: center;
}
.VCenter {
  align-items: center;
}
.Col {
  flex-direction: column;
}
.Row {
  flex-direction: row;
}
.Rtl {
  direction: rtl;
}
.Ltr {
  direction: ltr;
}
.TRight {
  text-align: right;
}
.TLeft {
  text-align: left;
}
.TCenter {
  text-align: center;
}
.TJus {
  text-align: justify;
}
.W100 {
  width: 100%;
}
.H100 {
  height: 100%;
}
.Pointer {
  cursor: pointer;
}
.Transition{
  transition: 0.5s;
}
/* Colors */
.White {
  color: var(--White) !important;
}
.LightGreen {
  color: var(--Lightgreen) !important;
}
.LightBlue {
  color: var(--LightBlue) !important;
}
.Green {
  color: var(--Green) !important;
}
.Gray {
  color: var(--Gray) !important;
}
.Blue {
  color: var(--Blue) !important;
}
/* FontSize */
.P-15 {font-size: 15px;}
.P-18 {font-size: 18px;}
.P-20 {font-size: 19px;}
.P-22 {font-size: 22px;}
.P-24 {font-size: 24px;}
.P-26 {font-size: 26px;}
.P-28 {font-size: 28px;}
.P-30 {font-size: 30px;}
.P-32 {font-size: 32px;}
.P-34 {font-size: 34px;}
.P-36 {font-size: 36px;}
.P-38 {font-size: 38px;}
.P-40 {font-size: 40px;}
.S-10 {font-size: 10px;}
.S-12 {font-size: 12px;}
.S-14 {font-size: 14px;}
.S-15 {font-size: 15px;}
.S-16 {font-size: 16px;}
.BreakLine{
  margin: 20px 0px 20px 0px;
}
.row{
  margin: 0px !important;
}
.HeaderSection{
  margin: 20px 0px 20px 0px;
}
.HeaderSection > div{
  display: flex;
  justify-content: space-evenly;
}
.HeaderSection > div > h1{
  font-size: 60px;
}
.MyBtn{
  margin: 35px;
  font-size: 30px !important;
  background-color: var(--Blue) !important;
  border: 2px solid var(--Blue) !important;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.5s;
  color: var(--White) !important;
}
.MyBtn:hover{
  background-color: var(--White) !important;
  color: var(--Blue) !important;
}
/* ------------------------------------------------------ Start Css -------------------------------------------------------- */
/* Loading */
.Section {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background-color: var(--Blue);
  cursor: pointer;
}
.Section > p {
  position: absolute;
  bottom: 100px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.6;
}
#ClickEnter{
  display: none;
}
.ImgMask {
  /* mask-image: url(../images/Logo-5.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/Logo-5.png);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center; */
  /* width: 100%; */
  max-width: 150px;
  opacity: 1;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 1.5s;
  animation-name: loading;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Main */
.Main {
  display: none;
  visibility: hidden;
}
/* Slider */
.Slider {
  width: 100%;
  height: 100vh;
  display: none;
}
.slid-01 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-timing-function: ease-in; /* Safari 4.0 - 8.0 */
  animation-timing-function: ease-in;
  padding: 8px;
  z-index: 8;
}
.Slider-Border {
  border: 2px solid rgba(255, 255, 255,0.5);
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Slider-Border > div {
  border-radius: 5px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

/* Menu */
.MyMenu {
  display: none;
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background-color: black;
  position: fixed;
	z-index: 11;
}
.MyMenu > div:last-child {
  border-right: 2px solid white;
}
.OverllayBlack{
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.OverlayGradiant {
  background-color: transparent; /* For browsers that do not support gradients */
  background-image: linear-gradient(
    to top,
    black,
    transparent
  ); /* Standard syntax */
  height: 60vh;
  position: absolute;
  top:40vh;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  
  transition-delay: 2s;
}
.ImgSlider {
  background-color: transparent; /* For browsers that do not support gradients */
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition-delay: 2s;
}
.UlMenu-List {
  text-decoration: none;
  list-style: none;
  height: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
}
.UlMenu-List > li {
  cursor: pointer;
  margin: 10px 0px;
  position: relative;
  transition: 0.5s;
}
.UlMenu-List > li:hover > span {
  color: var(--Green);
  animation: animate 2s linear infinite;
}
.UlMenu-List > li > span {
  transition: 0.5s;
}

.focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.IconCloseMenu {
  position: absolute;
  right: 50px;
  top: 40px;
  color: var(--Green);
  transition: 0.5s;
}
.IconCloseMenu:hover {
  color: white;
  -webkit-transform: rotateZ(90deg); /* Safari prior 9.0 */
  transform: rotateZ(90deg);
}
.IconCloseMenu {
  padding: 20px;
}
.SearchBox{
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, .8) !important;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 99999999
}
.SearchBox > div:first-child  {
  padding-top: 100px;
}
.SearchBox > div > span{
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 30px;
}
.SearchInput{
  border: none;
  border-bottom: 2px solid rgba(174, 174, 174, 0.6);
  width: 90%;
  outline: none !important;
  box-shadow: none !important;
  text-align: right;
  direction: rtl;
  background-color: transparent;
  font-size: 25px;
  height: 90px;
  padding: 10px 20px;
  
  color: #FFFF !important;
}
#OpenMenu {
  position: absolute;
  right: 50px;
  top: 50px;
  transition: 0.5s;
}
#SearchIcon {
  position: absolute;
  right: 50px;
  top: 50px;
  transition: 0.5s;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-26 13:25:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
/* ********************************************* Frame Section ***************************************************** */
.Content {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 10;
  
}
figure{
  position: relative;
}
figure:hover .OverllayFrame{
  transform:rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column > div > figure > img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1100px) {
  .column {
    flex: 33%;
    max-width: 33%;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.OverllayFrame{
  transform:rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
.OverllayFrame > h1{
  /*flex-wrap: nowrap;
  white-space: nowrap;*/
}
figure > a{
  display: none;
  z-index: 15;
  position: absolute;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
}
figure:hover > a{
  display: block;
}
.StickyMenu {
  height: 80px;
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  background-color: rgb(61, 100, 133,0.95);
  z-index: 15;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.7);
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.StickyMenu > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* Frame Wall */
.portfolio{
  position: relative;
}
.portfolio-fullwidth{
  padding-top: 20px;
  padding-bottom: 20px;
}
.dt-sc-portfolio-container > div > div > div > div > figure {
  border: 15px solid;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
.dt-sc-portfolio-container > div > div > div > div > figure {
  border-bottom-color: #000;
  border-top-color: #2e2e2e;
  border-left-color: #2e2e2e;
  border-right-color: #000;
}
.dt-sc-portfolio-container > div > div > div > div > figure img {
  float: left;
  width: 100%;
  background-position: center;
}
.boxed .portfolio figure figcaption .portfolio-detail .views {
  padding: 0 10px 0 5px;
}
.boxed .portfolio figure figcaption .portfolio-detail .portfolio-title {
  padding: 0 0 0 5px;
}
.boxed .portfolio figure figcaption .portfolio-detail p {
  font-size: 11px;
}
.portfolio figure figcaption {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  float: left;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.portfolio figure figcaption .portfolio-detail {
  background-color: transparent;
  border: medium;
  clear: both;
  cursor: default;
  display: inline-block;
  margin: 0;
  min-height: 48px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.portfolio figure figcaption .portfolio-detail .views {
  background-color: transparent;
  border: medium;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 100%;
  margin: 0 -4px 0 0;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
}
.portfolio figure figcaption .portfolio-detail .views:after {
  background: #fff;
  bottom: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.portfolio figure figcaption .portfolio-detail .views a {
  color: #fff;
  font-size: 16px;
  margin: 5px 0 0;
  display: block;
}
.portfolio figure figcaption .portfolio-detail .views span {
  color: #fff;
  padding-bottom: 7px;
  display: inline-block;
}
.portfolio figure figcaption .portfolio-detail h5 {
  font-weight: 700;
  margin: 0;
  transition: all 0.35s ease-in-out 0.1s;
  -moz-transition: all 0.35s ease-in-out 0.1s;
  -webkit-transition: all 0.35s ease-in-out 0.1s;
}
.portfolio figure figcaption .portfolio-detail h5::after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 20%;
}
.portfolio figure figcaption .portfolio-detail h5,
.portfolio figure figcaption .portfolio-detail p {
  text-transform: uppercase;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.portfolio figure figcaption .portfolio-detail p {
  display: inline-block;
  font-size: 12px;
  margin: 2px 0 0;
  transition: all 0.35s linear 0.2s;
  -moz-transition: all 0.35s linear 0.2s;
  -webkit-transition: all 0.35s linear 0.2s;
}
.boxed .portfolio figure::after {
  border: 10px solid #fff;
}
.boxed .portfolio figure figcaption .portfolio-detail .views {
  padding: 0 10px 0 5px;
}
.boxed .portfolio figure figcaption .portfolio-detail .portfolio-title {
  padding: 0 0 0 5px;
}
.boxed .portfolio figure figcaption .portfolio-detail p {
  font-size: 11px;
}
.portfolio figure::after {
  border: 10px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0 5px 0 #000 inset;
  -moz-box-shadow: 0 0 5px 0 #000 inset;
  -webkit-box-shadow: 0 0 5px 0 #000 inset;
}
.portfolio figure:hover img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
/*----------------------------------------------- Blog Section -----------------------------------------------*/
.BlogText > h1{
  margin: 15px 5px;
}
.BlogText > p{
  padding: 10px 25px;
}
.BlogText{
  padding: 20px;
}
.ImgNews{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 231px;
}
.NewsItem{
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.NewsItem:hover .OverllayNews{
  display: block;
}
.OverllayNews{
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  transition: 0.5s;
}
.OverllayNews > div {
  padding: 25px;
}
.OverllayNews > div > p{
  line-height: 1cm;
}
/*----------------------------------------------- Music Section -----------------------------------------------*/
.Music-Section{
  padding: 30px 0px;
}
.MusicCoverContainer{
  padding-right: 15px;
}
.MusicCover{
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  max-width: 200px;
  min-width: 200px;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8)
}
.MusicCoverOverllay {
  border: 2px solid black;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  transition: 0.5s;
  display: none;
}
.MusicCoverOverllay > small{
  letter-spacing: 0px;
  white-space: nowrap;
}
.MusicCover:hover {
  padding: 0px !important;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5)
}
.MusicIcon{
  display: none;
  justify-content: space-evenly;
  padding: 30px 5px;
  align-items: center;
  transition: 0.5s;
  width: 100%;
}
.MusicCoverContainer:hover .Diskgramaphone , .MusicCoverContainer:hover .MusicIcon{
  left: 60px !important;
  display: flex;
}
.MusicCoverContainer:hover .MusicCoverOverllay{
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
}
.MusicIcon > i {
  transition: 0.5s;
}
.MusicIcon > .fa-headphones:hover { 
  color: var(--Green) !important;
}
.MusicIcon > .fa-download:hover { 
  color: var(--Green) !important;
}
.Diskgramaphone{
  position: absolute;
  top: 0px;
  left: 15px;
  transition: 0.5s;
  z-index: 2;
  max-width: 200px;
}
/*----------------------------------------------- Library -----------------------------------------------*/
.LibrarySlick{
  width: 100%;
}
.BookItem{
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: rgba(61, 100, 133,0.05);
}
.BookImage{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  width: 250px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.OverllayBook{
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}
.BookItem:hover > .BookImage{
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.4);
}
.OverllayBook{
  display: none;
  transition: 0.5s;
}
.BookImage:hover .OverllayBook{
  display: block
}
/*----------------------------------------------- Poem -----------------------------------------------*/
.Poem-Section{
  padding: 30px 0px;
}
.poemContainer{
  width: 90%;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 25px;
  position: relative;
  direction: rtl;
  padding: 0px;
}
.poemContainer:hover{
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.4);
}
.PoemImg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  position: relative;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.DivanNakhil{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 5px !important;
  transition: 0.5s;
}
.DivanNakhilContent{
  direction: ltr;
}
.PoemContent{
  position: relative;
  padding: 25px 0px;
  z-index: 10;
  transition: 0.5s;
  direction: ltr;
}
.DivanNakhilOverlay{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  left: 0px;
  top: 0px;
  transition: 0.5s;
  border-radius: 5px;
}
/*----------------------------------------------- AboutUs -----------------------------------------------*/
.AboutUS-Section{
  width: 100%;
  background-image: url('../upload_list/source/Main/main01.jpg');
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
.OverlayAboutUS{
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;

  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.FrameAboutUs{
  z-index: 5;
  width: 100%;
  padding: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*----------------------------------------------- Nakhil-Goal -----------------------------------------------*/
.Nakhil-Goal-Section{
  width: 100%;
  background-image: url('../upload_list/source/Main/main03.jpg');
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.OverlayNakhil-Goal{
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.Nakhil-Goal{
  z-index: 5;
  width: 100%;
  padding: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*----------------------------------------------- Profilio -----------------------------------------------*/
.Profilio-Section{
  width: 100%;
  background-color: #bcdcf6;
}
.ProfilioSlick{
  width:100%;
}
.ProfilioItem{
  outline: none;
}
.ImgAvatar{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px solid var(--Blue);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
.ImgAvatarNakhlieOverllay{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px solid var(--Blue);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; 
  transform:rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/*----------------------------------------------- OurServices -----------------------------------------------*/
.OurServices-Section{
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  background-image: url('../upload_list/source/Main/main02.jpg');
  position: relative;
}
.OverllayOurServices{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);

}

/*----------------------------------------------- Footer -----------------------------------------------*/
.Footer-Section{
  background-color: var(--Blue);
}
.ImgFooter{
  max-height: 70px !important;
  max-width: 140px !important; 
}
.FooterItem > small:hover{
  color: var(--Lightgreen) !important;
}
.TagFooter{
  background-color: rgba(68, 68, 68, 0.6);
  padding: 10px;
  color: var(--White);
  margin: 5px 5px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.TagFooter:hover{
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  color: var(--Lightgreen) !important;
}
.SocialMedia > a > i{
  transition: 0.5s;
  margin: 15px 8px;
  padding-top: 15px;
  cursor: pointer;
}
.SocialMedia > a > i:hover {
  color: var(--Lightgreen) !important;
  padding-top: 7px;
}
/*----------------------------------------------- VideoSection -----------------------------------------------*/
.VideoImg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); 
  min-height: 250px;
  min-width: 100%;
  position: relative;
  transition: 0.5s;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
.VideoImg:hover{
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7); 
}
.VideoItem{
  outline: none;
}
.OverlayVideoItem{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.VideoImg:hover .PlayIconVideo{
  height: 100%;
  width: 100%;
  border-top-right-radius: 0%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.VideoImg:hover .PlayIconVideo > i{
  padding: 20px;
  border: 2px solid white;
  border-radius: 100%;
  color: white !important;

}
.PlayIconVideo{
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  bottom: 0px;
  border-top-right-radius: 100%;
  background-color: white;
  transition: 0.5s;
}
.PlayIconVideo > i{
  padding: 10px 10px 0px 0px;
}
.VideoSlick{
  width: 100%;
}
/*----------------------------------------------- MaktabeNakhil -----------------------------------------------*/
.MaktabeNakhil-Section{
  background-color: #bcdcf6;
}
.MaktabeNakhilSlick{
  width: 100%;
}
.MaktabeNakhilSlick_ArrowLeft{
	left:70px;top:-125px;position:absolute;
}
.MaktabeNakhilSlick_ArrowRight{
	left:100px;top:-125px;position:absolute;
}
.MaktabeNakhilImg{
  border-radius: 10px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*----------------------------------------------- Safahat Dakheli  -----------------------------------------------*/
.headerTopPage{
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.borderRadius{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: space-between;
  padding: 45px 60px;
  align-items: flex-end;
}
.HeaderTitle > p{
  padding-right: 30px;
}
.HeaderIcon{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 15px;
}
/* .HeaderIcon > div > small {
  margin-left: 15px;
} */
.HeaderIcon > div > small > i{
  margin-left: 5px;
}
.TagsNewsDetails{
  justify-content: center;
}
.imgNews{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 500px;
  border-radius: 10px;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.ImgGalley{
  border-radius: 5px;
}
.poemContainer:hover .OverllayFrame{
  transform:rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.NakhlieIMg:hover .OverllayFrame{
  transform:rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/*----------------------------------------------- Media Css Roll -----------------------------------------------*/
@media only screen and (max-width: 1350px) {
  .HeaderSection > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 800px) {
  .MyMenu {
    flex-direction: column-reverse;
  }
  .MyMenu > div:last-child {
    border-right: none !important;
    border-bottom: 2px solid white;
    padding: 15px;
  }
  .MusicItemContainer{
    padding-left: 15%;
  }
  .StickyMenu{
	  height:auto; padding:5px 0;
  }
  .StickyMenu > div > img{
    max-width: 100px !important;
  }
  .Poem-Section{
	  padding: 0 0px;
	}
  .FooterItem{
    justify-content: center !important;
    outline: none;
  }
  .ArrowSlider{
    display: none !important;
  }
  .borderRadius{
    padding: 0px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .HeaderTitle > p , .HeaderTitle > h2{
    padding-right: 0px;
    text-align: center;
  }
  .imgNews{
    height: 200px !important;
  }
}
@media only screen and (max-width: 995px) {
  .DivanNakhil{
    /* position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px !important;
    z-index: 0; */
    height: 150px !important;
  }
  /* .DivanNakhilOverlay{
    display: block;
  }
  .DivanNakhilContent > p{
    color: white;
  } */
}
@media only screen and (max-width: 700px) {
  .P-20 {font-size: 16px;}
  .P-22 {font-size: 18px;}
  .P-24 {font-size: 20px;}
  .P-26 {font-size: 22px;}
  .P-28 {font-size: 24px;}
  .P-30 {font-size: 26px;}
  .P-32 {font-size: 28px;}
  .P-34 {font-size: 30px;}
  .P-36 {font-size: 32px;}
  .P-38 {font-size: 34px;}
  .P-40 {font-size: 36px;}
  .HeaderSection > div > h1 {font-size: 40px}
}

@media only screen and (max-width: 500px) {
  .P-20 {font-size: 13px;}
  .P-22 {font-size: 14px;}
  .P-24 {font-size: 18px;}
  .P-26 {font-size: 20px;}
  .P-28 {font-size: 22px;}
  .P-30 {font-size: 24px;}
  .P-32 {font-size: 26px;}
  .P-34 {font-size: 28px;}
  .P-36 {font-size: 30px;}
  .P-38 {font-size: 32px;}
  .P-40 {font-size: 34px;}
  .S-14 {font-size: 12px;}
  .headerTopPage{height: 250px;}
  .HeaderTitle{padding-top: 50px;}
}








/* Khodet ezafe kardi */










.content_cls p, .content_cls div{
	text-align:justify !important; direction:rtl !important;
}
.content_cls img{
	max-width: 98%; margin:auto;
}

.video_container{
	position: relative !important;
	display:inline-block;
    padding-bottom: 56.25%; width:100%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video_container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



.nav-tabs>li>a {
  border: medium none;
  border-radius:0 !important;
  color: #fff;
  font-size: 13.5px;
  margin:0 0 1px 2px !important;
  padding: 7px 10px !important;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  color: #084e56;
}

.nav-tabs-title {
  background-color: #084e56 !important;
  border: 2px solid #084e56;
  color: #fff;
  font-size: 14.5px;
  font-family:dijfont-Bold;
  line-height: 1.42857;
  padding: 6px 10px;
}
h3.nav-tabs-title{
	float: right;
	display: block;
	margin: 0;
}
.navbar{margin-bottom:0px !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background:#2e747c !important;color:#fff !important;}
.navbar-nav{float:right !important;}
.sc-nav-tabs{
	padding-right:10px
}
.nav-tabs>li {
  margin-bottom: 0;
}
.sc-nav-tabs li{
	 float:right !important; background-color:#eeeeee; 
}
.sc-nav-tabs>li a{
	color:#18474D
}
.navbar-nav li:first-child{box-shadow: 4px -1px 5px 0px #ccc}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
  border: 0!important;
  color: #fff !important;
  
  font-family:dijFont-Bold;
  position: relative;
  background-color: #2e747c !important;
}
.sc-nav-tabs>li.active>a,.sc-nav-tabs>li.active>a:focus,.sc-nav-tabs>li.active>a:hover {
  border: 1px solid #2e747c!important;
  font-family:dijFont-Reg;
  background-color: #2e747c !important;
}

.nav-tabs>li.active>a:after,.nav-tabs>li.active>a:hover:after {
  border-bottom: 8px solid #084e56;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -3px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.sc-nav-tabs>li.active>a:after,.sc-nav-tabs>li.active>a:hover:after {
	border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.sch_newslist{
	overflow:hidden; max-height:700px;padding:10px 0; list-style:none;
}
.sch_newslist ul li i{
	font-size:14px; color:#144145;
}
.sch_newslist ul li{
	padding:5px 10px; clear:both; direction: rtl; text-align: justify; color: #1C2A2B; list-style:none; font:13px DijFont-Reg; margin:0
}

.sch_newslist ul li:nth-child(even){
	background-color: #eee;
}


.lib_tab .nav-tabs{
	padding-right:10px
}
.lib_tab .nav-tabs > li {
  float: right; margin:-1px 3px; max-width:120px; text-align:center; padding:0
}
.lib_tab .nav-tabs > li > a {
   background-color:#FFF; border-color: #d8d8d8; padding:7px 5px; border-bottom-color: transparent !important; color:#11413D; font:14px Dijfont-Bold;
}

.lib_tab .nav-tabs > li.active > a,
.lib_tab .nav-tabs > li.active > a:hover,
.lib_tab .nav-tabs > li.active > a:focus
 {
  color: #FFF;
  cursor: default;
  background-color: #0E5631;
  border: 1px solid #084E56 !important;
  border-bottom-color: transparent !important;
}
.lib_tab .tab-content{
	padding:10px 4px;
}

.lib_tab .nav-tabs>li.active>a:after,.lib_tab .nav-tabs>li.active>a:hover:after {
	border-bottom: 0;
    border-left: 0;
    border-right: 0;
}


.booklist li, .booklist ul,.booklist ul li{
	list-style:none;	
}
.booklist ul{
	padding:0; margin:0
}
.booklist ul li i{
	font-size:14px; color:#52555c;
}
.booklist ul li,.book .content ul li{
	padding:3px 0; font:90% Jazeera !important; color:#52555c; border-bottom:solid 1px #e1e2e3; text-align:justify; direction:rtl;
}
.book .content .btn-danger{
	width:150px; text-align:right; font:90% Jazeera; margin-top:10px
}
.booklist .item{
	margin-bottom: 20px;
}
.booklist .item .thumbnail{
	margin:0px;
}
.booklist .item h2, .book h2{
	border-bottom: 3px solid #11413D; font:100% JazeeraBold; padding-bottom:5px; padding-right:5px; text-align:right; color:#005951; margin-bottom:20px !important
}
 .booklist .item h2 a{
	color:#005951
 }

.book .content{
	margin:10px 0 !important;
}
.bookgroup .item .panel {
	margin:0px; padding:0px;
}
.bookgroup .item .panel{
	border-radius: 10px;
}
.bookgroup .item .panel-heading{
	background-color:#d9524c; text-align:center; font:100% Jazeera; color:#fff; cursor:pointer; border-top-right-radius: 10px; border-top-left-radius: 10px;
}
.bookgroup .item ul li,.book ul li{
	font:110% Jazeera; padding:5px 0;
}
#categories{
	font: 100% Jazeera !important; text-align:right !important; direction: rtl;
}

#bookgrouplist .groupName{
	font:90% Jazeera !important; padding:5px 10px; margin:5px auto; display:inline-block; width:100%; color:#BB292A;
}

.box-shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box-rounded{
	border-radius: 10px;overflow: hidden
}


.box-head {
  background-color: #3D6485;
  border-bottom: 3px solid #287078;
	padding: 10px;
	text-align:right;
	margin-bottom:20px;
}

.box-head a {
  color: #FFF;
}

.box-head h2 {
  color: #fff;
  font-size: 16px;
  font-family:JazeeraBold;
  margin: 0;
  position: relative;
}


/****************Narrative***************/
.NarrativeSlick{
  width:100%;
}
.NarrativeItem{
  outline: none;
}


.pagination {
    display: inline-block; 
    text-align: center !important;
    margin: 30px auto 0; direction:rtl;margin-left:40px;
}

.pagination > li {
    margin: 0 5px 0 0;
    display: inline-block; float:right !important;
}

.pagination > li:first-child {
    margin: 0 0 0 10px;
}

.pagination > li:last-child {
    margin: 0 10px 0 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li a {
    color: #999;
    padding: 8px 10px; border:solid 1px #ccc;
}

.pagination > li.active a {
    color: #fff; background-color:#3D6485
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#3D6485;border-color:#3D6485}  


.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
